.visual-section .visual-wrapper .content-box {
    padding-top: 30px;
}

.slide-panel .slide-content .subscribe-wrapper {
    display: none;
}

.offers-section .offerSlideshow .slick-track {
    display: flex;
}

.offers-section .offerSlideshow .slick-slide {
    height: auto;
}

.offers-section .offers-wrapper .offer-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.offers-section .offers-wrapper .offer-card .content-box {
    flex-grow: 1;
}


.contact-block .contact-box {
    width: 100%;
}

.contact-block .contact-box .wrapper:has(>span) {
    padding-right: 8px;
}

.about-section .content-box h2,
.about-section .content-box .h2,
.offers-section .offers-wrapper .sec-head h2,
.offers-section .offers-wrapper .sec-head .h2,
.roaster-section .sec-head h2,
.roaster-section .sec-head .h2 {
    line-height: 1.1;
}

.offers-section .offers-wrapper .sec-head h2,
.offers-section .offers-wrapper .sec-head .h2 {
    margin-bottom: 20px !important;
}

@media (max-width: 1600px) {

    .visual-section .visual-wrapper .content-box h1,
    .visual-section .visual-wrapper .content-box .h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .contact-block .contact-box span {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:991px) {
    .offers-section .offers-wrapper .offer-card .img-box img {
        height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .visual-section.vh-100 {
        height: max-content !important;
    }

    .visual-section .visual-wrapper .content-box h1,
    .visual-section .visual-wrapper .content-box .h1,
    .visual-section .visual-wrapper .content-box h2,
    .visual-section .visual-wrapper .content-box .h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .visual-section .visual-wrapper .content-box .counter-block strong {
        font-size: 22px;
        line-height: 1.2;
    }

    .visual-section .visual-wrapper .content-box .location p {
        font-size: 14px;
        line-height: 18px;
    }

    .offers-section .offers-wrapper .offer-card .content-box h3,
    .offers-section .offers-wrapper .offer-card .content-box .h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .offers-section .offers-wrapper .offer-card .content-box p {
        font-size: 14px;
    }

    .about-section .img-box img {
        max-height: 480px;
    }

    .btn-box .btn {
        padding: 13px 16px;
    }

    .offers-section .offers-wrapper .offer-card .img-box img {
        height: 350px;
    }

    .roaster-section .init-big-cards .init-card .nc-number {
        font-size: 70px;
        line-height: 60px;
    }

    .about-section .content-box h2,
    .about-section .content-box .h2,
    .offers-section .offers-wrapper .sec-head h2,
    .offers-section .offers-wrapper .sec-head .h2,
    .roaster-section .sec-head h2,
    .roaster-section .sec-head .h2 {
        line-height: 1.2;
    }

    .matchmaking-section .sec-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-block .contact-box p {
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .contact-block .contact-box {
        padding: 54px 16px 45px 16px;
    }
}

.footer-nav ul {
    list-style-type: none;
}

.footer-nav ul li {
    margin-bottom: 10px;
}

.footer-nav ul li a {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-nav ul li.active a {
    color: #3DE030;
    font-weight: 600;
}

.footer-nav ul li a:hover {
    color: #3DE030;
}

header .venture-nav .offcanvas-header .btn-close {
    z-index: 10000 !important;
}