@media(max-width: 1400px) {
    .img-overlay p {
        font-size: 1.8rem;
        letter-spacing: 8px;
        color: var(--white-color);
        animation: animate 4s forwards;    
    }
    .img-overlay h2 {
        font-size: 3rem;
        color: var(--white-color);
        text-transform: uppercase;
        letter-spacing: 8px;
        animation: animate 4s forwards;
        transition: all 0.5s ease-in-out;
    }
}
@media(max-width: 1080px) {
   
    .carousel:hover .hidden-content-carousel {
        transform: translateY(20%);
    }
}

@media(max-width: 1024px) {
   
.container {    
    padding: 0 1rem;    
}
.swiper {
    height: 90vh;
}
.img-overlay p { 
    font-size: 1.2rem;   
    letter-spacing: 6px;
    line-height: 30px;
}
.img-overlay h2 {
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 40px;
}
.headings {
    font-size: 2.2rem;
}

/*PRODUCTS*/

.top-products-wrapper {
    width: 60%;
}
}

@media(max-width: 900px) {
    
.logo p {
    font-size: 2rem;
}
.logo h3{
    font-size: 1rem;
}
.btn {
    display: block;
}
nav ul {
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 420px;
    background: var(--primary-color);
    top: -600px;
    left: 0;
    padding: 3rem 1rem;
    transition: all 0.5s ease-in;
}
nav ul li a {
    display: block;
    margin: 15px;
}
.close-btn {
    position: absolute;
    top: 0rem;
    right: 0;
    margin: 25px;
}
nav ul.display {
    top: 0;
    transition: all 0.5s ease-in-out;
}
nav ul li::before {
    top: 45px;
    left: 10px;        
}
nav ul li:hover::before {
    width: 20%;
}

/*SLIDER*/
    
.swiper {
    height: 70vh;
}
.img-overlay {
    bottom: 100px;
}
.img-overlay p {    
    letter-spacing: 4px;
}
.img-overlay h2 {
    font-size: 2.3rem;
    letter-spacing: 4px;
}
    
/*ABOUT STARTS*/

.about-content-wrapper {
    grid-template-columns: repeat(1, 1fr); 
}
.agency-right-side .img img {
    width: 95%;
}     
.agency-right-side .img::after {
    top: 15px;
    left: 15px;
    bottom: 0;
    right: 0;
    width: 90%;
}

/*CHOOSE PLACE STARTS*/

.choose-wrapper {    
    grid-template-columns: 1fr;    
}
.row-wise-img {
    grid-template-columns: 1fr;
}
.choose-button {
    bottom: 30px;
    left: 20px;       
    font-size: 0.8rem;
}

/*STATIC COUNTER*/

.static-wrapper {
    grid-template-columns: repeat(1, 1fr);
}

/*VIDEO*/

#short-video {
    padding: 4rem 0;
    position: relative;
}
.video-content h2 {
    font-size: 2rem;
    letter-spacing: 2px;
}
.video-content span {
    font-size: 1rem;
}

/*TECHNIKA*/

.makrame-wrapper {   
    grid-template-columns: 2fr;
}

 /*FOOTER*/
 
.footer-content {
    grid-template-columns: repeat(2, 1fr);
}
.footer-wraper {
    grid-template-columns: repeat(2, 1fr);
}
.subscribe button {   
    top: 25%;
    right: 4%;    
}
}


@media (max-width: 768px) {

    header {
        padding: 0.5rem 1rem;
    }
    .logo p {
        font-size: 1.5rem; 
    }
    nav ul {
        flex-direction: column;         
    }    
    nav ul li a {
        font-size: 0.8rem; 
        line-height: 1.3;
    }
   
   
        #short-video video {
            max-height: none;
            height: 100vh;
        }
        .video-content {
            background-color: transparent; 
            backdrop-filter: none; 
            border-top: none; 
            top: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
        }
        .video-content h2 {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        .video-content span {
            font-size: 1.2rem;
            line-height: 1.2;
            margin-bottom: 0.3rem;
        }
        .video-content .more {
            font-size: 1rem;
            padding: 0.5rem 1.5rem;
            margin-top: 1rem;
        }       
}


@media(max-width: 645px) {

html {
    font-size: 14px;
}

/*STATIC COUNTER*/

.static-icons i{
    font-size: 2rem;
} 
.static-icons h3 {
    font-size: 1.8rem;
    
}
.static-icons p {
    font-size: 1.5rem;
}   

/*PRODUCTS*/

.top-products-wrapper {
    width: 100%;
}

/*FOOTER*/

.footer-content {
    grid-template-columns: repeat(1, 1fr);
}
.footer-wraper {
    grid-template-columns: repeat(1, 1fr);
}

}

