.what-cl .what-list::-webkit-scrollbar {
    display: none;
}

/* About */
.about {
    background-color: var(--sub);
    background-attachment: fixed;
    padding: 75px 0px;
}

.about-card {
    display: grid;
    justify-content: space-between;
    align-items: start;
}

.about-right .counters {
    display: grid;
    align-items: start;
    justify-content: space-between;
}

.about-left h4,
.about-left h6,
.about-right h4,
.about-right h6 {
    color: var(--secondary);
}

.about-left h6,
.about-right h4 {
    font-weight: var(--fw-md);
}

.about-left h4 {
    font-weight: var(--fw-xs);
}

.about-right h6 {
    font-weight: var(--fw-sm);
}

/* What */
.what {
    width: 100%;
    background-color: var(--secondary);
    padding: 30px 0px 60px 0px;
    position: sticky;
    z-index: -1;
}

.what-div {
    width: 90%;
    margin: auto;
}

.what-cntnt {
    padding: 10px 0px;
}

.what-cl .what-slide {
    background: var(--sub);
    border-radius: 10px;
    padding: 20px;
}

.what-ct img {
    position: relative;
    width: 98%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
    z-index: 0;
    filter: brightness(60%);
}

.what-cl .what-list {
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 10px !important;
}

.what-ct h5 {
    color: var(--secondary);
    font-weight: var(--fw-lg);
    height: 30px;
    margin-bottom: 10px;
}

.what-ct h5 i {
    font-size: 8px;
}

.what-ct h6 {
    color: var(--light);
    font-weight: var(--fw-sm);
    height: 250px;
    margin-bottom: 30px;
}

.what-cl .splide__arrow {
    top: 107%;
    opacity: 1;
}

.what-cl .splide__arrow--next,
.what-cl .splide__arrow--prev {
    background-color: transparent;
    border: 1px solid var(--sub);
    height: 30px;
    width: 30px;
}

.what-cl .splide__arrow svg {
    fill: var(--text-primary);
    height: 15px;
    width: 15px;
}

/* Custom */
.custom {
    background-color: transparent;
    padding: 30px 0px;
}

.custom-div {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    justify-content: space-between;
    margin: auto;
}

.custom-right h3 {
    font-family: var(--secondary-font);
    color: var(--text-primary);
    font-weight: var(--fw-xl);
}

.custom-right h6 {
    color: var(--text-secondary);
    font-weight: var(--fw-sm);
}

/* Tabs */
.tabs-cl {
    width: 100%;
    position: sticky;
    top: 9%;
    z-index: -1;
    background-color: var(--bg);
}

.tabs-div {
    width: 90%;
    height: 100%;
    margin: auto;
    background: url('../images/home/Tabs_BG.png') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tabs-head h3 {
    color: var(--secondary);
    font-weight: var(--fw-xl);
}

.tab-btn,
.tab-content {
    margin-top: 30px;
}

.sw-img img {
    position: relative;
    width: 95%;
    height: 400px;
    border-radius: 12px;
    z-index: 0;
    filter: brightness(80%);
}

.sw-img .top-ct,
.sw-img .bottom-ct {
    position: absolute;
    left: 10%;
    z-index: 2;
    color: var(--secondary);
    font-weight: var(--fw-md);
    font-size: 14px;
}

.sw-img .top-ct {
    top: 8%;
}

.sw-img .bottom-ct {
    top: 88%;
}

.tabs-div .splide__list {
    gap: 1rem !important;
}

.main-div {
    background-color: var(--bg);
    padding-top: 5px;
}

/* FAQ */
.faq {
    background-color: var(--secondary);
    width: 90%;
    margin: 20px auto 0px auto;
    padding: 50px 0px;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
}

.faq-div {
    display: grid;
    align-items: start;
    justify-content: space-between;
    margin: auto;
}

.faq-left h3 {
    font-family: var(--secondary-font);
    color: var(--text-primary);
    font-weight: var(--fw-xl);
}

.faq-left h6 {
    color: var(--text-secondary);
    font-weight: var(--fw-sm);
}

/* Ready */
.ready {
    width: 90%;
    margin: 20px auto 0px auto;
    background: url('../images/home/Ready_Work.png') center center no-repeat;
    background-size: cover;
    padding: 30px 20px;
    border-radius: 20px;
}

.ready-div {
    margin: auto;
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
    justify-content: space-between;
}

.ready-div h3 {
    color: var(--secondary);
    font-weight: var(--fw-xl);
    margin-bottom: 0px;
}

/* Contact */
.contact {
    width: 90%;
    margin: 20px auto 0px auto;
    background-color: var(--secondary);
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
}

.contact-div {
    margin: auto;
    display: grid;
    grid-template-columns: 45% 45%;
    align-items: center;
    justify-content: space-between;
}

.contact-left h3 {
    color: var(--text-primary);
    font-weight: var(--fw-xl);
    margin-bottom: 20px;
}

.contact-div .form-control {
    background-color: transparent;
    font-size: 14px;
    font-weight: var(--fw-sm);
    border-radius: 0px;
    border-bottom: 1px solid var(--light-dark) !important;
    border: none;
    padding: 10px 5px;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

.contact-right {
    background-color: var(--sub);
    width: 100%;
    height: 100%;
    padding: 50px;
    border-radius: 10px;
}

.contact-right .contact-us-ct h5 {
    color: var(--secondary);
    font-weight: var(--fw-xl);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-right .contact-us-ct h6 {
    color: var(--text-secondary);
    font-weight: var(--fw-sm);
    margin-bottom: 5px;
    line-height: 25px;
}

.contact-right .contact-us-ct h5:hover,
.contact-right .contact-us-ct h6:hover {
    transition: var(--transition);
    color: var(--secondary);
}

@media screen and (min-width: 1098px) {

    /* About Card */
    .about-card {
        width: 85%;
        grid-template-columns: 40% 55%;
        margin: auto;
    }

    .about-right .counters {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-right .counter-div {
        margin-bottom: 40px;
    }

    .about-left h6 {
        font-size: 14px;
    }

    .about-left h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .about-right h4 {
        font-size: 40px;
    }

    .about-right h6 {
        width: 70%;
        font-size: 12px;
        line-height: 20px;
    }

    .dashed-border {
        position: absolute;
        width: 50%;
        height: 1px;
        background-color: var(--light-dark);
        top: 95%;
    }

    /* About Logo Carousel */
    .logo-carousel {
        margin-top: 50px;
        width: 100%;
    }

    /* What */
    .what {
        top: -125%;
    }

    .what-ct h5 {
        font-size: 14px;
    }

    .what-ct h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .what-cl .what-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .what-cl .splide__arrow--prev {
        left: 2%;
    }

    .what-cl .splide__arrow--next {
        left: 7%;
    }

    /* Custom */
    .custom-div {
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-right h3 {
        font-size: 55px;
        margin-bottom: 25px;
    }

    .custom-right h6 {
        width: 88%;
        font-size: 18px;
        line-height: 35px;
    }

    .btnbottom {
        position: absolute;
        top: 88%;
    }

    /* Tabs */
    .tabs-div {
        padding: 50px 30px;
    }

    .tabs-head h3 {
        font-size: 25px;
    }

    /* FAQ */
    .faq-div {
        width: 90%;
        grid-template-columns: 45% 45%;
    }

    .faq-left h3 {
        font-size: 45px;
    }

    .faq-left h6 {
        font-size: 16px;
        line-height: 30px;
    }

    /* Ready */
    .ready-div {
        width: 95%;
    }

    .ready-div h3 {
        font-size: 35px;
    }

    /* Contact */
    .contact-div {
        width: 95%;
    }

    .contact-left h3 {
        font-size: 30px;
    }

    .contact-right .contact-us-ct h5 {
        font-size: 16px;
    }

    .contact-right .contact-us-ct h6 {
        font-size: 14px;
    }

}

@media screen and (min-width: 767px) and (max-width: 1098px) {

    /* About Card */
    .about-card {
        width: 90%;
        grid-template-columns: 40% 55%;
        margin: auto;
    }

    .about-right .counters {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-right .counter-div {
        margin-bottom: 30px;
    }

    .about-left h6 {
        font-size: 14px;
    }

    .about-left h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .about-right h4 {
        font-size: 40px;
    }

    .about-right h6 {
        width: 70%;
        font-size: 12px;
        line-height: 20px;
    }

    .dashed-border {
        position: absolute;
        width: 50%;
        height: 1px;
        background-color: var(--light-dark);
        top: 95%;
    }

    /* About Logo Carousel */
    .logo-carousel {
        margin-top: 50px;
        width: 100%;
    }

    /* What */
    .what {
        top: -150%;
    }

    .what-ct h5 {
        font-size: 12px;
    }

    .what-ct h6 {
        font-size: 10px;
        line-height: 20px;
    }

    .what-cl .what-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .what-cl .splide__arrow--prev {
        left: 4%;
    }

    .what-cl .splide__arrow--next {
        left: 14%;
    }

    /* Custom */
    .custom-div {
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-right h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .custom-right h6 {
        width: 90%;
        font-size: 14px;
    }

    .btnbottom {
        position: absolute;
        top: 88%;
    }

    /* Tabs */
    .tabs-div {
        padding: 50px 30px;
        background-attachment: scroll;
    }

    .tabs-head h3 {
        font-size: 15px;
    }

    .sw-img img {
        height: 300px;
    }

    .sw-img .top-ct,
    .sw-img .bottom-ct {
        font-size: 12px;
    }

    /* FAQ */
    .faq-div {
        width: 95%;
        grid-template-columns: 45% 45%;
    }

    .faq-left h3 {
        font-size: 25px;
    }

    .faq-left h6 {
        font-size: 14px;
        line-height: 25px;
    }

    /* Ready */
    .ready-div {
        width: 95%;
    }

    .ready-div h3 {
        font-size: 30px;
    }

    /* Contact */
    .contact-div {
        width: 95%;
    }

    .contact-left h3 {
        font-size: 25px;
    }

    .contact-right .contact-us-ct h5 {
        font-size: 16px;
    }

    .contact-right .contact-us-ct h6 {
        font-size: 14px;
    }

}

@media screen and (max-width: 767px) {

    /* About Card */
    .about-card {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        gap: 30px;
    }

    .about-right .counters {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-right .counter-div {
        margin-bottom: 25px;
    }

    .about-left h6 {
        font-size: 12px;
    }

    .about-left h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .about-left img {
        width: 100% !important;
    }

    .about-right h4 {
        font-size: 20px;
        margin-bottom: 5px !important;
    }

    .about-right h6 {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .dashed-border {
        width: 100%;
        height: 1px;
        background-color: var(--light-dark);
    }

    /* About Logo Carousel */
    .logo-carousel {
        margin-top: 50px;
        width: 100%;
    }

    /* What */
    .what-ct h5 {
        font-size: 14px;
    }

    .what-ct h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .what-cl .what-list {
        grid-template-columns: repeat(9, 300px);
        overflow: scroll;
    }

    .what-cl .splide__arrow--prev {
        left: 7%;
    }

    .what-cl .splide__arrow--next {
        left: 27%;
    }

    /* Custom */
    .custom-div {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        gap: 30px;
    }

    .custom-right h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .custom-right h6 {
        width: 98%;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    /* Tabs */
    .tabs-div {
        padding: 50px 20px;
        background-attachment: scroll;
    }

    .tabs-head h3 {
        font-size: 15px;
    }

    .sw-img .top-ct,
    .sw-img .bottom-ct {
        font-size: 12px;
    }

    /* FAQ */
    .faq-div {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }

    .faq-left h3 {
        font-size: 25px;
    }

    .faq-left h6 {
        font-size: 14px;
        line-height: 25px;
    }

    /* Ready */
    .ready-div {
        width: 98%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }

    .ready-div h3 {
        text-align: center;
        font-size: 25px;
    }

    /* Contact */
    .contact-div {
        width: 98%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }

    .contact-left h3 {
        text-align: center;
        font-size: 25px;
    }

    .contact-right {
        padding: 25px;
    }

    .contact-right .contact-us-ct h5 {
        font-size: 14px;
    }

    .contact-right .contact-us-ct h6 {
        font-size: 12px;
    }

}