/* Banner.css */

.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 60px;
    border-radius: 20px;
}

.banner .swiper-pagination-bullet {
    border-color: #fff;
}

.banner-slide-inner {
    position: relative;
}

.banner-slide-image::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
}

.banner-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.banner-slide-subtitle {
    position: relative;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    transform: translateY(0px);
}

.banner-slide-title{
    margin: 0;
}

.banner-slide-title .title {
    position: relative;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    opacity: 1;
    transform: translateY(0px);
}

/* Feature */

.feature-item-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.feature-item-icon {
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--adt-text-color);
    background: #E9F6F9;
    border-radius: var(--adt-border-radius);
    transition: var(--adt-transition);
}

.feature-item-inner:hover .feature-item-icon {
    background: var(--adt-secondary-color);
    color: #fff;
}

.feature-item-icon svg {
    width: 60px;
    height: 60px;
}

.feature-item-info {
    flex: 1;
    padding-left: 30px;
}

.feature-item-title {
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Testimonial */

@media (min-width: 1025px){

    .testimonial-item{
        margin-top: 98px !important;
        transition: var(--adt-transition);
    }

    .testimonial-item.swiper-slide-active{
        margin-top: 0 !important;
        margin-bottom: 80px !important;
    }

}

.testimonial-item-inner {
    position: relative;
    padding: 30px 30px 64px;
    background: #E9F6F9;
    border-radius: var(--adt-border-radius);
}

.testimonial-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.testimonial-item-profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.testimonial-item-profile-avatar {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.testimonial-item-profile-name {
    font-size: 24px;
    font-family: Lora;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-item-review svg{
    fill: #FFA944;
    stroke: #FFA944;
}

.testimonial-item-quote {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-item.swiper-slide-active .testimonial-item-quote{
    background-color: var(--adt-primary-color);
    color: #fff;
}

.testimonial-item-description{
    font-size: 18px;
}

/* News */

.home-news-btn {
    display: flex;
    align-items: center;
}

@media (min-width: 768px){

    .home-news .blog-list .blog-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-news .blog-list .blog-item-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .home-news .blog-list .blog-item-thumbnail {
        padding-top: 22%;
        width: 30%;
        margin-bottom: 0;
    }

    .home-news .blog-list .blog-item-info {
        width: 70%;
        padding-left: 30px;
    }

}

@media only screen and (min-width: 1025px) {
    .home-news .blog-list .blog-item-title {
        font-size: 24px;
    }
}

@keyframes stroke-path {
    0% {
        stroke-dashoffset: -500;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .home-about-video .btn.btn-primary{
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-about-col-left{
        margin-top: var(--adt-gap);
    }

    .home-news .sec-title{
        text-align: center;
    }

    .home-news .sec-title .subtitle, .home-news-btn{
        justify-content: center;
    }

    .home-news .blog-list{
        margin-top: var(--adt-gap);
    }

    .testimonial-item-quote{
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .feature-item-icon{
        width: 100px;
        height: 100px;
    }

    .feature-item-icon svg {
        width: 50px;
        height: 50px;
    }

    .feature-item-title{
        font-size: 20px;
        margin-bottom: 6px;
    }

}

@media only screen and (max-width: 767px) {
    .feature-item-icon{
        width: 100px;
        height: 100px;
    }

    .feature-item-icon svg {
        width: 50px;
        height: 50px;
    }

    .feature-item-title{
        font-size: 20px;
        margin-bottom: 6px;
    }

    .feature-item-info{
        padding-left: 20px;
    }

    .home-about-video{
        margin-top: 20px;
    }

    .home-about-video-text {
        font-size: 16px;
        margin-left: 10px;
    }

    .home-about-list .row{
        row-gap: calc(var(--adt-grid-gap) * 2);
    }

    .testimonial-item-inner{
        padding: 20px 15px;
    }

    .testimonial-item-profile-name{
        font-size: 20px;
    }

    .home-news .blog-list{
        margin-top: 20px;
    }

}

@media only screen and (max-width: 480px) {
    .feature-item-title{
        font-size: 18px;
    }
    .feature-item-icon{
        width: 80px;
        height: 80px;
    }
    .feature-item-icon svg {
        width: 40px;
        height: 40px;
    }
}

