
@media (max-width: 1500px) {
    /* homepage start */
    .hero-section .slide-1 h1{
        width: 100%;
    }
    .hero-section p{
        width: 55%;
    }
    /* homepage end  */
    .services-list .service-content.opened{
        padding: 30px 50px;
    }
   .homepage .text-image .only-desktop{
    display: none;
   }
}

@media (max-width:1250px) {
.reels-portfolio-container{
    grid-template-columns: repeat(2, minmax(0, 400px));

}
}
@media (max-width:1200px) {
    /* box image section start */
    .homepage .project{
        flex-direction: column !important;
    }
    
    .projects-container .text-box,.projects-container .image-container{
        width: 100%;
    }
    /* box image section end */
    .services-list .service-content p{
        font-size: 22px;
    }
    .photography-main-container .flex-column{
        padding-inline: 5%;
    }
    .photography-main-container .wide-image{
        width: 100%;
    }
}
@media (max-width:1100px) {
    .about-main-container .flex{
        flex-direction: column;
    }
    .international-section p{
        text-align: center;
    }
    .tvc-portfolio-container{
        grid-template-columns: repeat(1, 1fr);
        padding-inline: 5%;
    }
}
@media (max-width: 900px) {
    
    ::-webkit-scrollbar {
        display: none;
    }
    .only-desktop{
        display: none;
    }
    header .menu{
        display: none;
    }
    header .btn{
        width: 100px;
        min-width: unset;
        
    }
    .dropdown{
        margin-right: 50px;
    }
    .hamburger{
        display: flex;
    }
    .mobile-menu{
        display: flex;
    }
    .only-mobile{
        display: block;
    }
    
    .flex{
        flex-direction: column;
    }
    .projects-container p.m-text{
        font-size: 28px;
    }
    .projects-container a{
        font-size: 24px;
    }
    /* grid 3 start */
    .grid-container-3{
        padding-inline: 5%;
    }
    .grid-container-3 .grid-3 {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    /* grid 3 end */
    .projects-container .project:nth-child(2){
        flex-direction: column;
    }
    .photography-main-container .wide-image{
        max-width: 620px;
    }
    .reels-portfolio-main-container h1{
        font-size: 40px;
    }
    .reels-portfolio-container{
        grid-template-columns: repeat(1, minmax(0, 400px));
        padding-inline: 5%;

    }
    .colored-ball .colored-ball-text{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .reels-container{
        padding-inline: 5%;
    }
    .column-reverse-mobile{
        flex-direction: column-reverse !important;
    }
    .container{
        padding-inline:5%;
    }
    .only-desktop{
        display: none;
    }
    .green-btn{
        width:  200px;
    }
    .green-btn .btn-label{
        font-size: 16px;
    }
    .outlined-btn{
        padding-inline: 20px;
    }
    /* hero section start */
    .hero-section{
        height: 100vh;
    }
    .hero-section .slide-text-container p{
        margin-bottom: 50px;
    }
    .hero-section .planet{
        height: 160px;
        width: 160px;
    }
    .hero-section .background-absolute{
        width: 100vw;
    }
    .hero-section h1, .hero-section .slide-text-container p{
        width: 100%;
        text-align: center;
    }
    /* hero section end */
    /* stats section start */
    .stats-container{
        grid-template-columns: 1fr; /* 1 item per row on smaller screens */
        width:100%;

    }
    .stat{
        justify-content:center;
        
    }
    .stats-container .stats .xl-text{
        font-size: 28px;
    }
    /* stats section end */
    /* services list start */
    .services-list{
        padding: 100px 5%;
    }
    .services-list .outlined-btn{
        margin-top: 50px;
    }
    .services-list .image-container{
        height: 200px;
        position: relative;
    }
    .services-list .spline-container{
        position: absolute;
        height: 400px;
        transform: scale(0.5);
    }
    /* services list end */
    /*banner start */
    .banner .block {
        width: 10vw;
        height: 10vw;
        margin-right: 5px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    /*banner end*/
    /* home contact us section */
    .colored-globe{
        padding: 0 5%;
        min-height: 500px;
    }
    
    .colored-globe a{
        border-radius: 50px;
        padding: 5px 25px;
        font-size: 24px;   
    }
    .colored-globe span {
        font-size: 36px;
    }
    .colored-globe iframe{
        right: -306px;
    }
/* homepage end */
/* about us start */
.about-main-container .header {
    padding: 200px 0 100px;
}
.about-main-container .header h1{
    font-size: 32px;
}
.about-main-container .header p{
    font-size: 16px;
}


.colored-ball{
    padding:100px 0;
}
.colored-ball .image-continare{
    background-size: cover;
    background-position: -60px;
    width: 100%;
    height: 400px;
}
.colored-ball .image-continare::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.colored-ball-text{
    padding: 0 5%;
}
.colored-ball-text h2{
    margin-bottom: 40px;
}


.international-section{
    padding: 0 5% 100px;

}
.international-section:nth-child(2){
    flex-direction: column-reverse;
}
.international-section .globe{
    position: relative;
    height: 400px;
}

.international-section h2{
    width: 100%;
    text-align: left;
}
.international-section p{
text-align: left;
width: 100%;

    }
.international-section .spline-container{
    height: 600px;
    width: 120%;
    position: absolute;
    transform: scale(0.7);
    left: -5%;
    top: -100px;
}
/* about us end */

/* services start */
.services-main-container .header{
    padding-inline: 5%;
}
.services-main-container .header h1{
    font-size: 36px;
}
 .services-list h4{
    font-size: 28px;
}
.service-content.opened{
    max-height: 400px !important;
    padding: 25px 0 25px 25px !important;
}
.services-list .service-content p{
    font-size: 20px;
}
/* services end */
/* contact us start */

.contact-main-container .contact{
    padding-left: 0;
}
.contact-main-container .contact h1, .contact-main-container .contact p{
    width: 90%;
    margin-inline:auto;
    position: relative;
    z-index: 3;
    height: unset;
    max-width: unset;
}
/* contact us end */
.reviews{
    width: 95%;
}
.reviews .card{
    height: 350px;
}
.photography-grid{
    gap: 5px;
}

.reels-portfolio-main-container h1{
    font-size: 32px;
}
.tvc-portfolio-main-container h1{
    font-size: 32px;
}
.projects-container h3{
    font-size: 32px;
}
.projects-container p.m-text{
    font-size: 16px;
}
.tvc-portfolio-container, .reels-portfolio-container, .reels-container{
    margin-top: 0;
}
.photography-main-container h1 , .photography-sub-main-container h1{
    margin-bottom:50px
}
}
@media (max-width: 468px) {
    .swiper{
        width:150px;
    }
    .client-swiper-rtl{
        width:150px !important;
    }
    .reviews .card{
        height: 400px;
    }

    header .logo-container{
        width: 150px;
    }
    header .logo-container img {
        width: 100%;
    }
}