.head-logo {
    height: 70px;
    width: 250px;
}

.mobile-logo {
    height: 50px;
    width: 170px;
}

.nav-item a{
    font-family: 'Poppins';
    color: #000000;
    font-size: 18px;
}

.nav-item a:hover{
    color: #56B0B9;
}

.navbar {
    border-bottom: 1px solid #d8d8d8;
}

.nav-btn {
    font-weight: 600;
    padding: 12px 25px;
    font-family: 'Poppins';
    margin: 10px;
    color: whitesmoke !important;
    background-color: #56B0B9 !important;
    border-radius: 0%;
    box-shadow: -3px -1px 32px -5px #56B0B9;
}

.nav-btn:hover {
    box-shadow: none;
}

.hero-btn {
    font-weight: 600;
    padding: 12px 25px;
    font-family: 'Poppins';
    margin: 10px;
    color: #56B0B9 !important;
    border-color: #56B0B9 !important;
    border-radius: 0%;
    box-shadow: -3px -1px 32px -5px #56B0B9;
}

.hero-btn:hover {
    box-shadow: none;
}

.hero {
    background-color: #FAFAFA;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 330px) and (max-width: 575.98px){
    .hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.font-mudium-hero {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

.font-pera {
    font-size: 16px !important;
    font-family: 'Poppins';
    color: #8F9297;
}

.font-large-hero {
    font-size: 48px;
    font-family: 'Poppins';
    font-weight: 600;
}


@media only screen and (min-width: 330px) and (max-width: 575.98px){
    .font-large-hero {
        margin-top: 10px;
        font-size: 35px;

    }
}

@media only screen and (min-width: 575.98px) and (max-width: 775.98px) {
    .font-large-hero {
        margin-top: 10px;
        font-size: 40px;

    }
}

.silder-img {
    width: 640px;
    height: 400px;
    border-radius: 20px;
}

@media only screen and (min-width: 330px) and (max-width: 575.98px){
    .silder-img {
        width: 340px;
        height: 240px;

    }
}

@media only screen and (min-width: 575.98px) and (max-width: 775.98px) {
    .silder-img {
        width: 450px;
        height: 240px;

    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .silder-img {
        width: 450px;
        height: 330px;

    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .silder-img {
        width: 550px;
        height: 330px;

    }
}

.carousel-indicators [data-bs-target] {
    background-color: #56B0B9;
}

.carousel-indicators {
    position: relative;
    bottom: -460px;
}

@media only screen and (min-width: 776.98px) and (max-width: 991px) {
    .carousel-indicators {
        bottom: -440px;
    }
}

@media only screen and (min-width: 575.98px) and (max-width: 776.98px) {
    .carousel-indicators {
        bottom: -287px;
    }
}

@media only screen and (min-width: 275.98px) and (max-width: 575.98px) {
    .carousel-indicators {
        bottom: -287px;
    }
}

.why-img {
    width: 560px;
    height: 655px;
}



@media only screen and (min-width: 275.98px) and (max-width: 575.98px) {
    .why-img {
        width: 340px;

    }
}

.why-sub-img {
    width: 100px;
    height: 100px;

}

.home-demo .item {
    background: #0a0a0a;
    margin-bottom: 10px;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    font-family: 'Poppins';
}

.owl-carousel .owl-dots.disabled {
    display: flow-root;

}

.t1-img {
    width: 550px;
    height: 430px;
}

.t2-img {
    width: 500px;
    height: 450px;

}

.t3-img {
    width: 670px;
    height: 500px;

}


@media only screen and (min-width: 776.98px) and (max-width: 991px) {
    .t3-img {
        width: 670px;
        height: 500px;
    
    }
    
}

@media only screen and (min-width: 575.98px) and (max-width: 776.98px) {
    .t3-img {
        width: 570px;
        height: 500px;
    
    }
    
}

@media only screen and (min-width: 275.98px) and (max-width: 575.98px) {
    .t3-img {
        width: 470px;
        height: 500px;
    
    }
    
}