@media (min-width: 900px) {
    .categories .categories__item {
        width: calc(100% / 3 - 30px);
    }
    .video-block .video-block__img { 
        margin-top: -80px;
    }
}
.phones-b {
    display: flex;
    flex-direction: column;

}

.video-block .social-p:hover .txt {
    color: #222528 !important;
}

.video-block .social-p .txt:hover {
    color: #758e55 !important;
}

.categories .price {
    min-width: 190px;
}
.works-slider .slide {
    position: relative;
}
.works-slider .slide .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.works-slider .slick-slide {
    margin: 0 15px;
}
.works-slider {
    margin: 0 -15px;
}
.works-slider .slick-prev.slick-arrow {
    right: auto;
    z-index: 1;
    left: -20px;
    padding: 0;
    width: 60px;
    height: 60px;
}
.works-slider .slick-next.slick-arrow {
    right: -20px;
    left: auto;
    padding: 0;
    width: 60px;
    height: 60px;
}
.video-card {
    position: relative;
}
.video-card img {
    width: 100%;
    border-radius: 20px;
}
.video-card:hover svg circle {
    fill: #99b871;
}
.our-clients__items {
    padding: 0 80px;
    
}
.our-clients__items .slick-slide {
    margin: 0 15px;
}


.our-clients__items .slick-arrow {
    position: absolute;
    left: 0;
    border-radius: 500px;
    border: 2px solid #758e55;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our-clients__items .slick-prev.slick-arrow {
    right: auto;
    z-index: 1;
    left:  0px;
    padding: 0; 
    width: 60px;
    height: 60px;
}
 .our-clients__items .slick-next.slick-arrow {
    right:  0px;
    left: auto;
    padding: 0;
    width: 60px;
    height: 60px;
}


@media (max-width: 900px) {
    .slick-prev.slick-arrow {
        right: auto;
        z-index: 1;
        left: 0px;
    }
    .slick-next.slick-arrow {
        right: 0px;
        left: auto;
    }
    .projects .slick-arrow {
        width: 40px;
        height: 40px !important;
    }
    .video-card svg {
        width: 80px;
        height: 80px;
    }
    .our-clients__items {
        padding: 0;
    }
}
.home-hero .big {
    font-size: 40px;    
    font-size: 40px;
}
@media (max-width: 1440px) {
    .home-hero .big {
        font-size: 23px !important;
    }
    .home-hero .home-hero__body {
        padding: 80px 30px;
    }
    .btn-1 {
        padding: 10px 20px;
        padding: 16px;
    }
}
@media (max-width: 1100px) {
    .categories .h4 {
        font-size: 16px;
        line-height: 25px;
    }
}



@media (max-width: 600px) {
    .projects .slick-dots {
        margin-top: 20px; 
    }
}
.home-hero-info-box {
    cursor: pointer;
    position: absolute;
}
.home-hero-info-box.home-hero-info-box-2 {
    right: 25%;
    bottom: 43%;
}

.home-hero-info-box-1 {
    right: 14%;
    bottom: 24%;
}
.home-hero-info-box .dot {
    position: relative;
    width: 22px;
    height: 22px;
    background: #EEB449; 
    border-radius: 50%;
}
.home-hero-info-box .info {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(2.5px);
    padding: 12px 12px;
    left: 50%;
    top: calc(100% + 20px);
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    
}
.home-hero-info-box.home-hero-info-box-3 {
    right: 33%;
    top: 22%;
}

.home-hero-info-box.home-hero-info-box-4 {
    right: 51%;
    bottom: 18%;
}
.home-hero-info-box.home-hero-info-box-5 {
    right: 54%;
    top: 37%;
}

.home-hero-info-box:hover .info{
    opacity: 1;
    pointer-events: auto;
}
.home-hero-info-box .info .h3 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
    text-transform: none;
}
.home-hero-info-box .info .btn-1 {
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    height: 30px; 
}
.home-hero-info-box .info .arrow {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    
}

.home-hero-info-box .info .btn-1 svg {
    width: 20px;
    height: 20px;
}

.home-hero-info-box .dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: rgba(238, 180, 73, 0.40);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: pulseAnim 1.5s infinite;
}

@keyframes pulseAnim {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 700px)  {
    .home-hero .home-hero__body {
        padding: 30px 30px;
        min-height: 630px;
        text-align: center;
    }
   .home-hero .big {
        font-size: 35px !important;
    }
    .home-hero .home-hero__body {
        padding-bottom: 100%;
    }
    .home-hero-info-box.home-hero-info-box-4 {
        right: 73%;
        bottom: 9%;
    }
    .home-hero-info-box-1 {
        right: 11%;
        bottom: 12%;
    }
    .home-hero-info-box.home-hero-info-box-2 {
        right: 31%;
        bottom: 20%;
    }
    .home-hero-info-box.home-hero-info-box-5 {
        right: 80%;
        top: 70%;
    }
    .home-hero-info-box.home-hero-info-box-3 {
        right: 42%;
        top: 66%;
    }
    .home-hero-info-box .info .h3 {
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 24px;
        
    }
    .home-hero-info-box .info {
        padding: 10px 5px;
    }
    .home-hero-info-box .info .btn-1 {
        padding: 2px 5px 2px 5px;
        font-size: 8px;
        gap:5px;
        height: 25px;
    }
    .home-hero-info-box .info .btn-1 svg {
        width: 12px;
        height: 12px;
    }
}

