/*.navbar-nav .nav-link {
    margin-right: 10px;
}
*/
/*.navbar-nav .btn {
    background-color: #e0e0e0;
    
    border: none;
    border-radius: 10px;
}
*/


/*.navbar-nav .btn:hover {
    background-color: #ff7000 !important;
}
*/



#carousel-caption {
    bottom: 44% !important;
    left: 10%;
    right: 10%;

}

/*.carousel-inner .carousel-captionss h1{
         font-family: 'Poppins', sans-serif;
         font-size: xxx-large;
         text-shadow: 3px 3px 1px black;

    }*/

.carousel-inner .carousel-captionss h2 {
    font-family: 'Poppins', sans-serif;
    font-size: xxx-large;
    text-shadow: 3px 3px 1px white;
    font-weight: 600;

}

.mobileapp {
    height: 400px !important;
}

/* .carousel-inner .carousel-captionss h1 strong{
        font-family: 'Poppins', sans-serif;
        color: #ff8c00;  

    }*/

@media only screen and (min-width: 1600px) {
    /*.carousel-captionss h1{ 
        font-size: 4rem !important;
    } */

    .carousel-inner .carousel-captionss h2 {
        font-size: 4rem !important;
    }
}




input[type="text"] {
    font-family: 'Poppins', sans-serif;
}

input[type='password'] {
    font-family: 'Poppins', sans-serif;
}

.carousel-item {
    height: 100vh;

}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.overlay-container {
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
    color: #fff;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 3%;
}

.navbar-custom {
    border-bottom: 1px solid black !important;
}

.form-button {
    font-family: 'Poppins', sans-serif;
}

.card-body b {
    font-family: 'Poppins', sans-serif;
}

.card-body strong {
    font-family: 'Poppins', sans-serif;
}

.form-box {
    pointer-events: auto;
}

/* -------------------------- for craousel text --------------------*/
@media (max-width: 466px) {
    .carousel-text h1 {
        font-size: 1.75rem !important;

    }


    .carousel-text h1 strong {
        font-size: 2.5rem !important;
    }
}


@media (max-width: 768px) {
    .overlay-container .text-center {
        text-align: center !important;
    }

    .overlay-container .text-lg-start {
        text-align: center !important;
    }

    /*.overlay-container h1 {
        font-size: 1.5rem;
    }*/

    .overlay-container h3 {
        font-size: 1rem !important;
    }

    .form-box {
        margin: 0 auto;
    }
}