

/* Scroll spy css starts here */

#scrolller {
    /* margin: 100px; */
}

.scroller-nav {
    width: 100%;
    color: #333;
    padding: 10px;
}

.scroller-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 100px;
}

.scroller-nav ul li {
    margin: 0 15px;
}

.scroller-nav ul li a {
    border-right: 2px solid rgb(229, 229, 229);
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

.scroller-nav ul li a.active {
    font-weight: bold;
    transition: 0.2s;
    color: rgb(6, 78, 172);
    border-right: 2px solid rgb(6, 78, 172);
    mask-border-outset: 1px;
}
.scroller-nav ul li a.active p {
    font-weight: bold;
    transition: 0.2s;
    color: rgb(6, 78, 172);
    mask-border-outset: 1px;
}

.scroll-item img {
    width: 100% !important;
    object-fit: contain;
}

.scroll-item {
    padding: 50px 0px;
    margin: 30px 10px;
}
.scroll-item img{
    height: 400px !important;
    object-fit: contain;
}

.nav-link {
    padding: 15px 20px;
}

.scroll-item-content {
    display: flex;
    align-items: center;
}

@media (max-width:991px) {
    .scroller-nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        position: sticky;
        top: 100px;
    }

    .scroller-nav ul li a {
        border-right: 2px solid rgb(229, 229, 229);
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

    .nav-link {
        padding: 8px 10px;
    }
    .scroll-item h2{
        font-size: 20px;
    }
}

/* Media Query of 991px max-width starts here */

@media (max-width:991px) {
    .scroll-item {
        padding: 20px 0px;
        margin: 20px 10px;
      }
    .header {
        height: 100%;
    }

    .section {
        padding: 20px 10px;
    }

    .about-img {
        height: 360px !important;
        object-fit: contain;
    }

    .mb-6 {
        margin-bottom: 1.5rem !important;
    }

    .header-img-holder img {
        width: 450px !important;
        max-width: 450px;
    }

    .coming-soon-img-holder img {
        width: 250px !important;
        max-width: 4000px;
    }

    .header-content {
        padding-top: 240px;
    }

    .header-info {
        margin-bottom: 40px;
    }
}

/* Media Query of 467px max-width starts here */
@media (max-width:467px) {
    .header-content {
        padding-top: 100px;
        overflow-x: hidden;
    }

    .header {
        /* overflow-x: hidden; */
    }

    .header-img-holder {
        min-width: auto;
        max-width: none;
    }

    .header-img-holder img {
        width: 270px !important;
        max-width: 300px;
    }

    .coming-soon-img-holder img {
        width: 200px !important;
        max-width: 300px;
    }

    .scroll-item img {
        width: 100% !important;
        height: 280px !important;
        object-fit: contain;
        margin-bottom: 15px;
    }
}

.header-img-holder img {
    width: 500px;
    max-width: 450px;
}

.section-sm {
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
}

.top-footer h5 {
    color: rgb(108, 108, 108);
}

.top-footer a,
.top-footer p {
    color: #878787;
    font-weight: 400;
    transition: 0.2s;
}

.top-footer a:hover {
    text-decoration: underline;
}

.footer-Copyright {
    padding: 12px;
    background-color: #d4d4d4;
}

.footer-Copyright p {
    font-weight: 500 !important;
    font-size: 13px;
}

.get-it-btns-sec{
    /* padding: 0px 0px !important; */
    margin-top: 60px;
}
.get-it-btns {
    display: flex;
    justify-content: end;
    align-items: center;
    justify-content: end;
}
@media (max-width:991px) {
    .get-it-btns {
        justify-content: center;
    }
    .get-it-btns-sec{
        margin-top: 30px;
    }
}
.get-it-btns a img {
    height: 50px;
    width: 140px;
    margin-right: 15px;

}

.testimonial-card-img-holder img {
    width: 80px !important;
    height: 80px !important;
}

#testimonials-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

#testimonials-carousel .owl-nav button {
    font-size: 30px;
    line-height: 20px;
    padding: 5px !important;
    padding-bottom: 9px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 10px;
    border-radius: 5px;
    color: #747474;
    border: 1px solid rgb(155, 155, 155);
    
}
#testimonials-carousel .owl-nav button:focus{
    border: 1px solid rgb(155, 155, 155);
    outline: none;
}

.scroller-nav img {
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 100%;
    margin-right: 10px;
    object-fit: contain;
    border: 1px solid rgb(197, 197, 197);
    transition: 0.2s;
}

.scroller-nav .active.nav-link img {
    border: 2px solid rgb(6, 78, 172);
}

.title-new {
    font-size: calc(34px + (20 - 15) * ((100vw - 300px) / (1300 - 300)));
}
.scroller-nav ul li {
    width: 100%;
}
.scroller-nav ul li p{
    font-size: 16px !important;
    font-weight: 500;
}