:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga'1, 'calt'1;
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, sans-serif;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter" !important;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.container {
    padding: 0px 20px !important;
}

.end_cards {
    position: relative;
}

.end_cards::after {
    content: "";
    position: absolute;
    width: 385px;
    height: 385px;
    background-color: rgb(164 255 171 / 57%);
    Top: 210px;
    right: -105px;
    border-radius: 100%;
}

.tangi.end_cards::after {
    background-color: rgba(255, 225, 194, 0.611) !important;
    bottom: 194px !important;
    top: unset !important;
    right: -156px;
}

/* --------------- */

.swiper-container.swiper--bottom:after {
    animation-direction: reverse;
}

.swiper-container.swiper--bottom1:after {
    animation-direction: reverse;
}

.swiper-wrapper-custom {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-slide-custom {
    text-align: center;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.slide_body {
    overflow: hidden;
    position: relative;
}

.slide_body::before,
.slide_body::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    pointer-events: none;
    background: linear-gradient(to right, white, transparent);
    z-index: 2;
}

.slide_body::before {
    left: 0;
}

.slide_body::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}



/* slide code ends */

.testimonial-section h2 {
    text-align: center;
}

.tetimonial_btn_warp {
    display: flex;
    justify-content: center;
    padding: 40px 0px;
}

.tetimonial_btn_warp .btns {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid rgba(0, 51, 105, 1);
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.005em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: 0.5s;
}

.tetimonial_btn_warp .btns .material-icons {
    color: #003369;
}

.tetimonial_btn_warp .btns.swiper-button-disabled {
    opacity: 40% !important;
}


.tetimonial_btn_warp .btns:nth-child(1) {
    margin-right: 24px;
}

.tetimonial_btn_warp .btns:hover {
    background-color: #003369;
    color: #fff;
    border: 1px solid #003369;
    transform: scale(0.95);
}

.tetimonial_btn_warp .btns:hover .material-icons {
    color: #fff !important;
}


.user_img {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    background-color: #fff;
    border: 0.5px solid #1010101a;
    margin-right: 15px;
    overflow: hidden;
}

.user_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.testimonial-card {
    padding: 30px;
    background-color: #ffff;
    height: 300px;
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 24px;
}

.testimonial-content {
    text-align: left !important;
}

.testimonial-content .title {
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    margin-bottom: 10px;
    color: #1b1b1b !important;

    text-align: left;

}

.testimonial-content .sub_title {
    font-family: inherit;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0.005em !important;
    color: #484848 !important;
}

.testimonial-card-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
    padding-bottom: 22px;
    margin-bottom: 10px;
}

.quote_img {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: -5px;
}

.testimonial-card .testimonial {
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0.005em !important;
    text-align: left;
    color: #101010;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* .swiper--bottom {
    margin-top: 40px;
} */


.gradient_btn {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #4285f4, #8a4bd1, #c04c8a, #eb504f) border-box;
    border-radius: 10px;
    border: 2px solid transparent;
    animation: borderGradientAnimation 2s linear infinite;
}

.gradient_txt {
    background: linear-gradient(90deg, #4285f4, #8a4bd1, #c04c8a, #eb504f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    animation: textGradientAnimation 2s linear infinite;
}


@keyframes borderGradientAnimation {

    0%,
    75% {
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #8a4bd1, #c04c8a, #eb504f, #4285f4) border-box
    }

    25%,
    to {
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #c04c8a, #eb504f, #4285f4, #8a4bd1) border-box
    }

    50% {
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #eb504f, #4285f4, #8a4bd1, #c04c8a) border-box
    }
}

@keyframes textGradientAnimation {
    0% {
        border-image-source: linear-gradient(90deg, #4285f4, #8a4bd1, #c04c8a, #eb504f)
    }

    to {
        border-image-source: linear-gradient(270deg, #4285f4, #8a4bd1, #c04c8a, #eb504f)
    }
}




/* mainTabcaro_sec_starts-here */
.slider_img_bx {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.slider_img_bx img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* display: block; */
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}



.mainTabcaro {
    margin-bottom: 60px;
}

.mainTabcaro_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    border-radius: 16px;
}

.mainTabcaro_con_bx {
    display: block;
}


.min_title.blue {
    color: #132754 !important;
}

.mainTabcaro_thumb_wraper {
    display: block;
    width: 100%;
    padding: 20px;
    position: relative;
}

.prograssive_animated {
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    display: none;
}

.prograssive_animated.blue .prograssive_animated_child {
    background: #132754;

}

.prograssive_animated .prograssive_animated_child {
    display: block;
    width: 100%;
    height: 100%;
    background: #0B57D0;
    -webkit-transition: 5000ms;
    -o-transition: 5000ms;
    transition: 5000ms;
    -webkit-animation: 5000ms hanging ease-in-out infinite;
    animation: 5000ms hanging ease-in-out infinite;
}

@-webkit-keyframes hanging {

    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

@keyframes hanging {

    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

.custom_thum_container {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 50%;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    padding-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.custom_thum_container:hover {
    opacity: 60%;
}

.custom_thum_container h5 {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 0.10px !important;
    color: #202124 !important;
    margin-bottom: 3px !important;
    text-transform: capitalize;
}

.custom_thum_container p {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #73777B !important;
    max-width: 410px !important;
}

.slide__cover {
    padding: 10px !important;
    background-color: #fff !important;
}

/* .slider_img_bx {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.slider_img_bx img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
} */

.bg_modal_custom {
    background-color: #ffffff29 !important;
    border: 1px solid rgb(255 255 255 / 20%) !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


.swiper-slide-thumb-active .custom_thum_container {
    opacity: 100%;
}

.swiper-slide-thumb-active .custom_thum_container .prograssive_animated {
    display: block;
}

.customcolleft {
    padding-left: 80px !important;
}

.centercol {
    margin-bottom: 63px;
}


.mobile_scroll_card {
    display: block;
    width: 100%;
    padding: 20px;
}


/* mainTabcaro_sec_endss-here */
@media (max-width: 600px) {
    .swiper-wrapper.swiper-wrapper-custom {
        gap: 10px !important;
    }

    .testimonial-card .testimonial {
        font-size: 14px !important;
    }

    .slider_img_bx {
        padding-top: 150%;
    }

    .custom_thum_container {
        padding: 15px;
    }

    .mobile_scroll_card.minicon {
        padding: 10px;
    }

    .mainTabcaro_thumb_wraper {
        padding: 10px;
    }

    /* .slider_img_bx img{
        object-fit: contain;
    } */

}