/* Slider */

.ak-hero.ak-style1{
    height: 100vh;
    min-height: 720px;
    max-height: 1200px;
}

.ak-hero.ak-style1 .hero-slider-info{
    max-width: min(840px, 90vw);
    margin-top: 25px;
    padding-right: 25px;
}

.ak-hero.ak-style1 .hero-slider-info .mini-title{
    max-width: min(620px, 85vw);
}

.ak-hero.ak-style1 .hero-slider-info p{
    color: #FFFFFF;
}

.hero-pagination .hero-swiper-pagination p{
    opacity: 0.65;
    background-color: transparent;
}

.hero-pagination .hero-swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}

.ak-swiper-controll-hero-1{
    display: flex;
    right: 35px;
}

.ak-swiper-navigation-wrap{
    gap: 65px;
}

.ak-swiper-navigation-wrap [class*="hero-swiper"]:hover .btn-cricle{
    background-color: #a64e2c;
}

/* General */

.services-container .service-progress-card .service-item{
    background-color: rgb(31, 19, 14);
}

.services-container .ak-heartbeat-btn{
    width: 110px;
    height: 110px;
    top: -30%;
}

.services-container .ak-heartbeat-btn img{
    filter: invert(1);
    width: 65px;
    height: 65px;
}

.service-info .title{
    font-size: 24px;
}

/* RWD */

@media screen and (min-width: 1200px) and (max-width: 1300px){
    .social-hero{
        display: none;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1500px){
    .social-hero{
        display: none;
    }
}

@media screen and (max-width: 1120px){
    .social-hero{
        display: none;
    }
}

@media screen and (min-width: 992px){
    .ak-swiper-controll-hero-1{
        display: none;
    }
}

@media screen and (max-width: 425px){
    .ak-hero.ak-style1 .hero-slider-info{
        padding-right: 15px;
    }

    .ak-hero.ak-style1{
        min-height: 720px;
        height: 720px;
    }
}

@media screen and (max-width: 340px){
    .ak-hero.ak-style1{
        min-height: 910px;
        height: 910px;
    }
}

@media screen and (max-width: 290px){
    .ak-hero.ak-style1 .hero-slider-info{
        margin-top: 0;
    }

    .ak-hero.ak-style1 .hero-slider-info{
        padding-right: 5px;
    }
}

@media screen and (max-width: 260px){
    .ak-hero.ak-style1{
        min-height: 980px;
        height: 980px;
    }
}