* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
*::selection {
    background: #8bcc3c86 
    
}
html, body {
    height: 100%;
    width: 100%;
}
.page-nav{
    height:100vh;
    width:100%;

}
#main {
    /* background-color: #000; */
    position: relative;
    z-index: 10;
}


nav {
    width:100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding:2vw 0vw;
    z-index:99
    
    

    
}

.nav-bar{

    padding: 2vw 0vw;
    width: 90%;
    
    /* background-color: red; */
    display: flex;
    align-items: center;
    
    z-index: 100;
    justify-content: space-between;
    height:12vmin;
    padding:2vmin;
    background-color: #Fff;
    transition: all 0.3s ease;
    border-radius: 20px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top:0;
    margin-top: 2vw;
}

nav img{
    margin-inline: 2vw;;
    height:8vmin;
}

#nav-part2 {
    display: flex;
    align-items: center;
    gap: 1vw;
}

#nav-part2 h4 {
    padding: 10px 20px;
    border: 1px solid #0000006c;
    border-radius: 50px;
    font-weight: 400;
    color: #000000ca;
    transition: all ease 0.4s;
    position: relative;
    font-size: 15px;
    overflow: hidden;
}

#nav-part2 h4::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: all ease 0.4s;
}

#nav-part2 h4:hover::after {
    bottom: 0;
    border-radius: 0;
}

#nav-part2 h4 a {
    color: #000000;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

#nav-part2 h4 i{
    margin-left:0.5vw;
    font-size:19px;
}

#nav-part2 h4:hover a {
    color: #fff;
}

#menu{
    
    display:none;
    align-items: center;
    justify-content: space-around;
    padding: 5px 5px;
    width: 80px;
    height: 60px;
    border:none;
    font-weight: 500;
    color: #000000;
    
  }
  .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 5vw;
    height: 4vw;
    cursor: pointer;
    position: relative;
  }
  
  .bar {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    
  }
  
  .menu-icon.active .bar:nth-child(1) {
    transform: translateY(0vw) rotate(45deg);
  }
  
  .menu-icon.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-icon.active .bar:nth-child(3) {
    transform: translateY(-0vw) rotate(-45deg);
  }



#page1 {
    min-height: 100vh;
    width: 100%;
    background-color: #F5F5F5;
    position: absolute;
    padding: 0px 2vw;
    z-index:2;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 0;
}

#center {
    height: 75vh;
    width: 97%;
    margin-top:19vh;
    position: fixed;
    top:0;
    background-color: #FFFFFF; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #0000003c;
    padding-bottom: 2.5vw;
    border-bottom-left-radius:40px;
    border-bottom-right-radius: 40px;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
    transition: width 0.1s ease;
}

@keyframes alver {
    0%{
        
        opacity: 0;
    }
    100% {
    transform: translateY(0%) ;
    opacity: 1;
    }
}

.avail-new-projects{
    background-color: #241515;
    color:#fff;
    padding:1vw 2vw ;
    border-radius:50px;
    position: absolute;
    top:0;
    transform:translateY(10vmax);
    display: flex;
    align-items: center;
    animation: alver 1.5s forwards .1s;
    opacity:0;
}
.avail-new-projects h3{
    font-weight: 300;
}

.rot-star{
    margin-right: 2vw;
    animation: rotate 5s ease-in-out infinite;
}

@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    20%{
        transform: rotate(72deg);
    }
    40% {
        transform: rotate(144deg);
    }
    60% {
        transform: rotate(216deg);
    }
    80% {
        transform: rotate(288deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
.pg1-logodiv{
    width:60%;
    background-color: #fff;
    margin-top: 5px;
    display: none;
    object-fit:cover;
    transform:translateY(17vmax);
    animation: alver 1.5s forwards .2s;
    opacity:0;
}
.pg1-logodiv  img{
    width:100%;
    object-fit:cover;
    
}
.quote-div1{
    margin-top:5vh;
    width:90%;
    text-align:center;
    transform:translateY(17vmax);
    animation: alver 1.5s forwards .2s;
    opacity:0;
}
.quote-div1 h1{
    font-size: 4.5vw;

}
.logo-text{
    display:flex;
    align-items: center;
    margin:1vw;
    transform:translateY(20vmax);
    animation: alver 1.5s forwards .2s;
    opacity:0;
}
.logo-text h4{
    font-size: 2vw;
    
}
.gola{
    margin-top:0.5vw;
    width:.7vw;
    height:.7vw;
    background-color: #8ccc3c;
    border-radius: 50%;
    margin-inline: 1vw;
}
.quote-div2{
    margin-block:1vw;
    width:50%;
    text-align:center;
    transform:translateY(22vmax);
    animation: alver 1.5s forwards .2s;
    opacity:0;
}

.start-btn {
    background-color: #8ccc3c;
    display: flex;
    align-items: center;
    padding: 1.5vw 2.5vw;
    border-radius: 3vw;
    position: relative;
    margin-top:1vw;
    transform:translateY(22vmax);
    animation: alver 1.5s forwards .4s;
    opacity:0;
    transition: margin-right 1s ease;
    
  }

  .start-btn a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.3vw;
    transition: margin-right 0.4s ease-in-out;
  }
  
  .hover-div {
    
    position: absolute; 
    top: 20%;
    right: 1vw;
    
    
    height:3vw;
    width:3vw;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    overflow: hidden;
  }
  
  .hover-div i {
    font-size: 1.5vw;
    opacity: 0;
    color:#000;
    transform: translateX(-160%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }






.start-btn:hover .hover-div {
    display:flex;
    opacity: 1;
    transform: translateX(0);
}
.start-btn:hover a{
    margin-right: 1.2vw;
}
.start-btn:hover .hover-div i{
    
    opacity: 1;
    transform: translateX(0);
}

  #page2 {
    min-height: 100vh;
    width: 100%;
    background-color: #F5F5F5;
    padding-bottom: 8vw ;
    position: relative;
    display: flex;
    justify-content: space-around;
    
}
.page2-left{
    width:60%;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:100vh;
}

.page2-right{
    width:30%;
    position: relative;
    height:100vh;
    border-radius:2vw;
    background-color: transparent;
    overflow: hidden;
    
}
.page9-right{
    
    position: relative;
    max-height:80vh;
    border-radius:2vw;
    
    overflow: hidden;
    display:none;
}
.page2-right video{
    height:100%;
    width:100%;
    object-fit:cover;
}
.page2-right video{
    height:100%;
    width:100%;
    object-fit:cover;
}
.page2-left-up{
    
    height:48%;
    border-radius:2vw;
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page2-left-down{
    
    display: flex;
    height:48%;
    justify-content: space-between;
    
}
.left-down-left{
    
    width:48%;
    border-radius:2vw;
    background-color: #056646;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.left-down-right{
    
    width:48%;
    border-radius:2vw;
    background-color: #C6FB50;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.event-count{
    display: flex;
    align-items: center;
    

}
.film-count{
    display:flex;
    align-items: center;
    

}
.event-count h3{
    font-size: 3.2vw;;
    text-align: left;
}
.event-count p{
    font-weight: 400;
    font-size: 1.5vw;
}
.event-outer{
    position:absolute;
    top:0;
    left:0;
    margin:2vw;
}
.film-count h3{
    font-size: 3.1vw;
    text-align: left;
    color:#fff;
    gap:1vw;
}
.film-count p{
    font-weight: 400;
    font-size: 1.5vw;
    color:#fff;
}
.film-outer{
    position:absolute;
    top:0;
    left:0;
    margin:2vw;
}
.contact-event{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height:3.4vw;
    width:12vw;
    background-color: #fff;
    position:absolute;
    bottom:0;
    left:0;
    margin-inline:4vw;
    margin-block:2vw;
    border-radius:3vw;
    
}
.contact-event a{
    color:#000;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2vw;
    transition: all linear 1s;
}
.arrow-div2{
    height:2.8vw;
    width:2.8vw;
    border-radius:50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    display:none;
    position: relative;
}




#moving-text {
    overflow-x: auto;
    white-space: nowrap;
    
}

#moving-text::-webkit-scrollbar {
    display: none;
}

.con {
    white-space: nowrap;
    display: inline-block;
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
}

#moving-text h1 {
    font-size: 7vw;
    color:#fff;
    display: inline-block;
    
}

#gola {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: #8ccc3c;
    margin: 1vw 2vw;
}

@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#page3 {
    height:auto;
    width: 100%;
    background-color: #F5F5F5;
    padding: 4vw 0;
}
#page3-after{
    width:100vw;
    background-color: #f5f5f5;
    height:14vw;
}
.page3-top{
    display: flex;
    width:95vw;
    height:auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    background-color: #000;
    border-radius:2.4vw;
    margin-left:2.5vw;
    
}
.page3-top h2{
    font-size:3vw;
    color:#fff;
    padding:2vw 0vw;
}
.page3-top span{
    color:#8ccc3c;
}

.about-us{
    height:150px;
    position: relative;

}
.about-us h2{
    position: absolute;
    left:0;
    top:0;
    margin-left:7vw;
    margin-top: 2vw;
    font-size: 4vw;
}
#elem-container{
    width:95%;
    background-color: #fff;
    border-radius: 5vw;
    overflow:hidden;
    margin-left:2.5vw;
}
.space-div{
    height:4vw;
    width:100%;
}
.elem {
    height: 100px;
    width: 90%;
    position: relative;
    margin-left:5vw;
    border-bottom: 1px solid #38383864;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 2vw;
    background-color: #f5f5f5;
    border-radius:2vw;
    
}

.elem h2 {
    font-size: 2vw;
    position: relative;
    z-index: 9;
}

.elem .overlay {
    height: 100%;
    width: 100%;
    background-color: #8ccc3c;
    position: absolute;
    left: 0;
    top: -100%;
    transition: all ease 0.25s;
}

.elem:hover .overlay {
    top: 0;
}



#fixed-image {
    height: 30vw;
    width: 24vw;
    /* background-color: red; */
    border-radius: 15px;
    position: fixed;
    z-index: 99;
    left: 70%;
    top: 25%;
    display: none;
    background-size: cover;
    background-position: center;
}

#page10 {
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    
}


#page4{
    width:100vw;
    height:50vw;
    background-color: #f5f5f5;
    position:relative;
}




#slide-container{
    height:40vw;
    width:85%;
    
    
    position: absolute;
    
    left:7.5%;
    top:50%;
    transform: translate(0%,-50%);

}
.image-container{
    width:0%;
    height:100%;
    
    position:absolute;

}
.image-container img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.text{
    width:fit-content;
    height:10vw;
    width:35vw;
    overflow: hidden;
    bottom:20vw;
    left:-6%;
    z-index:12;
    position: absolute;
   

}
.text h1{
    position: absolute;
    top:250px;
    font-size: 6vw;
    -webkit-text-stroke: .5px white;
}


#page5 {
    min-height: 80vh;
    width: 100vw;
    background-color: #f5f5f5;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: #EFEAE3; */
}
.services-div{
    margin-top: 0vw;
    min-height:100vh;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    
}

#page5-events{
    
    background-color: #000;

}
#page5-media{
    background-color: #ffeedd;
}
#page5-films{
    background-color: pink;
}
#page5-digital-marketing{
    background-color: #056646;
}
.p5-services{
    margin-block:5vw;
    width:95%;
    
    border-radius: 3vw;
    height:90vh;
    position:relative;

}
.p5-e-top h2{
    margin-top: 4vw ;
    margin-left:6vw;
    font-size: 4vw;
    
    
}
#event-head h2{
    color:#fff;
}
#event-head p{
    color:#fff;
}
.p5-e-top p{
    
    font-size:1.8vw;
    margin-top: 1vw ;
    margin-left:6vw;
    margin-bottom:4vw;
}
.e-viewmore{
    position: absolute;
    right:0;
    top:0;
    height:3vw;
    padding:2vw;
    border-radius:3vw;
    
    display:flex;
    align-items: center;
    margin:3vw 3vw;
}

#vm-event{
    background-color: #fff;
    color:#000;
}
#vm-event:hover{
    background-color: #f5f5f5e1;
}
.e-viewmore p{
    font-size:1.3vw;
    font-weight: 400;
    margin-inline:0.6vw;
}
.arrow-div3{
    height:2.8vw;
    width:2.8vw;
    border-radius:50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    
    position: relative;
}
#vm-event .arrow-div3{
    background-color: #000;
    color:#fff;
}
#media-head{
    color:#000;
}
#digital-head{
    color:#fff;
}
#vm-media{
    background-color: #000;
    color:#fff;

}
#vm-media:hover{
    background-color: #000000b1;

}
#vm-media .arrow-div3{
    
    background-color: #fff;
    color:#000;
}
#vm-film{
    background-color: #000;
    color:#fff;

}
#vm-film:hover{
    background-color: #000000b1;

}
#vm-film .arrow-div3{
    background-color: #fff;
    color:#000;
    
}
#vm-digital{
    background-color: #fff;
    color:#000;

}
#vm-digital:hover{
    background-color: #f5f5f5e1

}
#vm-digital .arrow-div3{
    background-color: #000;
    color:#fff;
    
}
#full-div1 {
    height: 50%;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
  }
  .menu-links {
    position:absolute;
    margin-top: 24%;
    width:90%;
    margin-left: 5%;
    text-align: left;
    box-shadow: -5px 10px 40px rgba(0, 0, 0, 0.1);
    padding-block: 5vw;
    border-radius: 3vw;
    background-color: #fff;
  }
  .menu-links h4{
    margin-left: 10vw;
    padding-top:3vw ;
    width:100%;
    
    
  }
  .menu-links h4 a{
    color:#000;
    text-decoration: none;
    font-size: 5vw;
    
  }
  #full-scr {
    height: 100vh;
    width: 100%;
    background-color: #00000070;
    position: fixed;
    z-index: 99;
    top: -200%;
    transition: all ease 0.5s;
  }
.event-swiper{
    height:58%;
    overflow: hidden;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height:30vw;
      width:50vw;
      border-radius: 3vw;
      border: 2px solid black; 
      overflow: hidden;
    }

    .swiper-slide img {
      display: block;
      
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  

.developer-socials a{
    text-decoration: none;
    color:#ffffffa2
}
.developer-socials a:hover{
    color:#8ccc3c;
}
@media (max-width:430px) {
    .pg1-logodiv{
        display: block;
    }

}
@media (max-width:1000px) {
    #nav-part2 {
        display: none;
    }
    .quote-div1 h1{
        font-size: 5.2vw;
    }
    .quote-div1{
        margin-top: 0vw;
        
    }
    .logo-text h4{
        font-size: 2.5vw;
    }
    .logo-text{
        margin:1vw;
    }
    .gola{
        width:1.5vw;
        height:1.5vw;
    }
    .quote-div2 p{
        font-size: 2vw;
    }
    #center{
        gap:1.5vw;
    }
    #page2 {
        min-height:74vh;
        max-height:70vh;
        
    }
    .page2-left{
        
        height:70vh;
    }
    .page2-left-down, .page2-left-up{
        height:34vh;
    }
    .page2-right{
        
        height:70vh;
    }
    .elem {
        height: 60px;
        width:90%;
        border-bottom: 0.7px solid #38383864;
        
    }
    .about-us{
        height: 9vw;
    }
    
    
}
@media (max-width:750px) {
    #page2 {
        min-height:58vh;
        max-height:55vh;
        
    }
    .page2-left,.page2-right{
        
        height:55vh;
    }
    .page2-left-down, .page2-left-up{
        height:27vh;
    }
    
}

@media (max-width:600px) {

    #page1 {
        height: 100vh;
        width: 100vw;
        padding: 0 0vw;
    }
    
    nav {
        width:100%;
        padding:3vh 0vw;   
    }
    
    .nav-bar{
        height:16vmin;
        padding: 2vw 2vw;
        width: 90%;
        border-radius: 20px;
        margin-top:5vw;
    }
    
    
    
    

    
    #center {
        
        height: 75vh;
        width: 97%;
        margin-top:28vw;
        position: fixed;
        
        
        padding-bottom: 2.5vh;
        
        justify-content: space-around;
    }
    
    .avail-new-projects{
        
        padding:1vh 2vh ;
        
    }
    .avail-new-projects h3{
        
        font-size:4vw;
        
    }
    
    
    .quote-div1{
        margin-top:17vw;
        width:90%;
        text-align:center;
    }
    .quote-div1 h1{
        font-size: 7vw;
    
    }
    .logo-text{
       
        margin:1vw;
    }
    .logo-text h4{
        font-size: 1.6vh;
        
    }
    .gola{
        
        width:.7vh;
        height:.7vh;
        
    }
    .quote-div2{
        margin-block:1vh;
        width:80%;
        
    }
    .quote-div2 p{
        font-size: 4.5vw;
    }
    
    .start-btn {
        background-color: #8ccc3c;
        display: flex;
        align-items: center;
        padding: 1.5vh 2.5vh;
        border-radius: 3vh;
        position: relative;
        
    }
    
    .start-btn a {
        color: #000;
        text-decoration: none;
        font-weight: 400;
        font-size: 2.5vw;
        margin-right: 6vw;
    }
    
    .start-btn:hover a{
        margin-right: 6vw;
    }
    
    .hover-div{
        height:5vw;
        width:5vw;
        right:2vw;
        opacity: 1;
        transform: translateX(0);
    }
    .hover-div i{
        font-size: 2vh;
        opacity: 1;
        transform: translateX(0);
    }
    #page2 {
        min-height: 43vh;
        width: 100%;
        background-color: #F5F5F5;
        padding: 8vw 0;
        position: relative;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
    .page2-left{
        width:95%;
        height:43vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: none;
        margin: none;
        
    }
    
    .page2-right{
        
        display:none;
    }
    .page9-right{
        display:block;
        width:95%;
        
        height:100vh;
        border-radius:3vh;
    }
    .page2-left-up{
        width:100%;
        height:20vh;
        border-radius:3vh;
        
    }
    
    .page2-left-down{
        width:97.5%;
        height:23vh;
        justify-content: space-between;
        align-items: end;
        
        
    }
    .left-down-left{
        
        width:100%;
        border-radius:3vh;
        
        height:20vh;
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
    }
    .left-down-right{
        
        width:100%;
        border-radius:3vh;
        height:20vh;
        
        flex-direction: column;
        
    }
    .event-count{
        margin-left: 1vw;
    }
    .event-count h3{
        font-size: 3vh;
        
    }
    .event-count p{
        
        font-size: 1.3vh;
    }
    .event-outer{
        position:absolute;
        top:0;
        left:0;
        margin:2vw;
    }
    .film-count{
        margin-left: 1vw;
    }
    .film-count h3{
        font-size: 3vh;
        
        color:#fff;
    }
    .film-count p{
        font-weight: 400;
        font-size: 1.3vh;
        color:#fff;
    }
    
    .contact-event{
        
        height:3vh;
        width:15vh;
        background-color: #fff;
        
        bottom:0;
        left:0;
        margin-inline:4vh;
        margin-block:2vh;
        border-radius:3vh;
        
    }
    .contact-event a{
        
        font-weight: 400;
        font-size: 1.5vh;
        transition: all linear 1s;
    }
    .arrow-div2{
        height:2.5vh;
        width:2.5vh;
        
        color:#fff;
        display:flex;
        
    }
    
    
    
    
    #moving-text{
        margin-top: -3vwpx;
    }
    
    #moving-text h1 {
        font-size: 10vh;
        
        display: inline-block;
    }
    
    #gola {
        height: 25px;
        width: 25px;
        border-radius: 50%;
        display: inline-block;
        background-color: #FE320A;
        margin: 2vw 2vw;
    }

    #page2-bottom {
        height: 90vh;
        width: 100%;
        /* background-color: aliceblue; */
        padding: 10vw 4vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        flex-direction: column;
        z-index: 9;
    }

    #page2-bottom h1 {
        font-size: 8.2vw;
        width: 100%;
        line-height: 9vw;
    }

    #bottom-part2 {
        width: 70%;
        /* background-color: aqua; */
    }

    #bottom-part2 img {
        width: 100%;
        border-radius: 10px;
    }

    #bottom-part2 p {
        font-weight: 200;
        margin-top: 2vw;
        font-size: 3vw;
    }

    #page2 #gooey {
        height: 62vw;
        width: 62vw;
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(to top right, #ff2d03, #ff5c0b);
        /* background: linear-gradient(to top right,red,blue); */


        top: 58%;
        left: 25%;
        filter: blur(20px);
        animation-name: gooey;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;

    }
    #page4{
        width:100vw;
        height:25vh;
        background-color: #f5f5f5;
        position:relative;
    }
    
    
    
    
    #slide-container{
        height:77%;
        width:75%;
        
        
        position: absolute;
        
        left:12.5%;
        top:50%;
        transform: translate(0%,-50%);
    
    }
    .text{
        width:fit-content;
        height:60px;
        width:140px;
        overflow: hidden;
        bottom:19%;
        left:-12%;
        z-index:12;
        position: absolute;
    
    }
    .text h1{
        position: absolute;
        top:250px;
        font-size: 6vw;
        -webkit-text-stroke: .4px white;
        font-weight: 500;
    }
    
    #page3 {
        height:auto;
        width: 100%;
        background-color: #F5F5F5;
        padding: 4vw 0;
    }
    #page3-after{
        width:100vw;
        background-color: #f5f5f5;
        height:14vw;
    }
    .page3-top{
        display: flex;
        width:85vw;
        height:10vw;
        align-items: center;
        justify-content: center;
        text-align: center;
        
        background-color: #000;
        border-radius:3vw;
        margin-left:7.5vw;
        
    }
    .page3-top h2{
        font-size:3vw;
        color:#fff;
    }
    .page3-top span{
        color:#36e936;
    }
    
    .about-us{
        height:70px;
        position: relative;
        
    
    }
    .about-us h2{
        position: absolute;
        left:0;
        top:0;
        margin-left:7vw;
        margin-top: 3.5vw;
        font-size: 4vh;
    }
    
    
    .elem {
        height: 40px;
        width:90%;
        
        
    }
    
    .elem h2 {
        font-size: 2.4vw;
        
    }
    
    
}

#loader{
    height: 100%;
    width: 100%;
    background-color: #000;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: all ease 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader h1{
    font-size: 4vw;
    color: transparent;
    background: linear-gradient(to right,#8ccc3c,#bde28b);
    -webkit-background-clip: text;
    position: absolute;
    opacity: 0;
    animation-name: load;
    animation-duration: .5s;
    animation-delay: .3s;
    animation-timing-function: linear;
}
#loader h1:nth-child(2){
    animation-delay: 1s;
}
#loader h1:nth-child(3){
    animation-delay: 1.5s;
}


@keyframes load {
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@media (max-width:600px) {
    #loader h1{
        font-size: 9vw;
      
    }
}















.page-nav{
    height:100vh;
    width:100%;

}

#page6{
    
    min-height:100vh;
    width:100vw;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f5f5f5;
}
.pg6-div{
    width:95%;
    height:100vh;
    background-color: #000;
    border-radius: 5vw;
    background-image: url("images/image.png");
    background-size: cover;
    position:relative;
    display:flex;
    align-items: center;
    justify-content: space-around;
    
}
#page6-top{
    display: flex;
    width:85vw;
    height:10vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom:3vw;
    background-color: #056646;
    border-radius:3vw;
    
    
}
#page6-top h2{
    font-size:3.5vw;
    color:#fff;
}
.pg6-one , .pg6-two {
    height:50%;
    width:45%;
    
    margin-top:22%;
    
    
}
.pg6-one ul, .pg6-two ul{
    color:#fff;
    
    margin-left:3vw;
    font-size:2.2vw;
    
}
.pg6-one ul li, .pg6-two ul li{
    margin-block:.2vw;
    
}
.pg6-one ul li::marker {
    color: rgb(50, 196, 50);
    font-size: 3vw;
}
.pg6-two ul li::marker {
    color: rgb(50, 196, 50);
    font-size: 3vw;
}

#page7{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:100vw;
    background-color: #f5f5f5;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.page7-in{
    width:97.5%;
    height:fit-content;
    background-color: #000;
    border-radius: 3vw;

}
.p7-top h2{
    margin-top: 3vw ;
    margin-left:5vw;
    font-size: 4vw; 
    color:#fff;   
}
.services-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 97%;
    margin: 0 auto;
    padding: 40px 6vw;
}
.services-container a{
    text-decoration: none;
}
.service-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 13vw;
    width:13vw;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(140, 204, 60, 0.8); 

}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.7));
    z-index: 1;
}

.service-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-indicator {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 8px;
    height: 8px;
    background-color: #8ccc3c;
    border-radius: 50%;
    z-index: 2;
}

.service-title {
    position: relative;
    z-index: 2;
    padding: 15px;
    width: 100%;
    font-weight: 500;
    font-size: 1.2rem;
    color:#fff;
    text-decoration: none;
}

@media (max-width: 950px) {
    .services-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .service-card{

        height:180px;
        width:180px;
    }
}
@media (max-width: 768px) {
    .services-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media (max-width: 480px) {
    .services-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-card{

        height:30vw;
        width:30vw;
    }
    .service-title{
        font-size: 3vw;
    }
    .p7-top h2{
        margin-top: 4vw ;
        margin-left:7vw;
        font-size: 8vw; 
        color:#fff;   
    }
}




#page8 {
    width: 100vw;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 3vw;
    /* Removed min-height: 100vh */
    padding-top: 4vw;
  }
  
  
  .page8-top {
    display: flex;
    width: 75vw;
    height: 12vw;
    align-items: flex-end;
    text-align: left;
    border-radius: 3vw;
    margin-left: 7vw;
    
  }
 
  
  .page8-top h2 {
    font-size: 3.6vw;
    color: #000;
    
  }
  
  .page8-top span {
    color: #000;
    font-weight: 600;
  }
  
  .map-img {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8vw;
    margin-top: 5vw;
  }
  
  .map-img img {
    height: 13vw;
    width: auto;
    display: block;
  }
  
  /* Outer container for image blocks */
  .govt-works-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    width: 90vw;
    
    margin: 2vw auto;
    
    position: relative; /* Was absolute — now normal flow */
    margin-right: 5vw;
  }
  
  
  /* Individual image container */
  .govt-works {
    width: 48%;
    aspect-ratio: 16 / 9;
    border: 0.2vw solid black;
    border-radius: 1vw;
    overflow: hidden;
  }
  
  /* Responsive images */
  .govt-works picture,
  .govt-works img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 1vw;
  }
  
  #dhol-img {
    width: 20vw;
    height: auto;
    margin-bottom: 1vw;
    margin-left: 0vw;
    position: absolute; 
    bottom:0;
    left:0;
  }
  
  
#footer{
    min-height:100vh;
    width:100vw;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    

}

#footer-in{
    background-color: #161616;
    height:95vh;
    width:95%;
    border-radius:3vw;
    margin-left:2.5vw; ;
    
    overflow:hidden;
    bottom:0;
    
    position:relative;

}
.foot-logo{
    width:90%;
    margin-left:1vw ;
    top:0;
    left:0;
    

}
.foot-div-out{
    display: flex;
    flex-direction: row;
    align-items: center;
    width:50%;
    justify-content:space-around;
}
.foot-logo img{
    margin-top: 2vw;
    width:100%;
}
#moving-text-foot {
    overflow-x: auto;
    white-space: nowrap;
    
    
}

#moving-text-foot::-webkit-scrollbar {
    display: none;
}

.con-foot {
    white-space: nowrap;
    display: inline-block;
    animation-name: move;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top:3%;
}

#moving-text-foot h1 {
    font-size: 8vw;
    color:#fff;
    display: inline-block;
    
}
#gola2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    background-color: #8ccc3c;
    margin: 1vw 2vw;
}

@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.foot-upper{
    display:flex;
    height:50%;
}
.foot-div{
    height:100%;
    width:25%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot-div a{
    text-decoration: none;
    color:#fff;
}
.foot-div h3{
    color:#fff;
    margin-block: 2vw;
    font-size: 2vw;
}
.contact-num , .email-foot , .location-foot , .address-foot{
    color:#fff;
    display:flex;
    align-items: center;
    gap:.5vw;
    margin-block:.5vw;
}
.foot-icon{
    
    color:#fff;
    border-radius: 50%;
    height:2.2vw;
    width:2.2vw;
}
.phone-num p , .email-foot p ,  .address-foot p{
    font-size: 1.3vw;
}
.address-foot p{
    margin-block:.2vw;

    
}

.foot-div ul{
    color:#fff;
    list-style-type: none;
}
.foot-div ul li{
    font-size: 1.3vw;
    margin-block: 1vw;
}
.foot-div ul li:hover{
    text-decoration: underline;
}

.social-foot{
    display:flex;
    align-items: center;
    gap:1vw;
    
    margin-top: 3vw;
}
.socialicons-foot {
    height:4vw;
    width:4vw;
    border-radius: 50%;
    border:2px solid #8ccc3c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#8ccc3c;
}
.socialicons-foot:hover{
    background-color: #8ccc3c;
    
}
.socialicons-foot:hover.socialicons-foot i{
    color:#161616;
}
.socialicons-foot i{
    color:#8ccc3c;
    font-size: 2.2vw;
    text-decoration: none;
    
}
.social-foot a{
    text-decoration: none;
}
.socialicons-foot a i{
    text-decoration: none;
}
.foot-bottom-left{
    position: absolute;
    bottom:0;
    left:0;
    text-align: left;
    color:#ffffffba;
}
.foot-bottom-left p{
    font-size: 1.3vw;
    margin:2vw;
}

.foot-icon{
    font-size: 1.5vw;
    margin-top: .4vw;
}

.foot-bottom-right{
    position:absolute;
    right:0;
    bottom:0;
    text-align: right;
    color:#ffffffba;
    margin:1vw;
}
.foot-bottom-right h5{
    font-size: 1vw;
    font-weight: 400;

}
.foot-bottom-right p{
    font-size: .8vw;
}
@media (max-width:600px){
    .page7-top{
        
        flex-direction: column;
        width:85vw;
        height:5vh;
        
        text-align: center;
        margin-bottom:1vh;
        background-color: #f5f5f5;
        border-radius:3vw;
        
        
    }
    .page7-top h2{
        font-size:5vh;
        color:#000;
    }
    .p7-outer{
        flex-direction: column;
        
        width:100vw;
        
    }
    
    .pg7-one , .pg7-two {
        
        width:90vw;
        
        
        
        
    }
    .pg7-one ul, .pg7-two ul{
        color:#000;
        
       
        font-size:3vh;
        
    }
    .pg6-two ul li::marker,.pg6-one ul li::marker{
        font-size: 5px;
    }
    #page5-events,#page5-media,#page5-films,#page5-digital-marketing{
        height:35vh;
    }
    .p5-e-top{
        height:23%;
    }
    .p5-e-top h2{
        font-size: 3.5vh;
    }
    .p5-e-top p{
        font-size: 1.5vh;
    }
    .e-viewmore p , .service-viewmore p{
        font-size:1.2vh;
        
    }
    .e-viewmore , .service-viewmore{
        
        height:3vh;
        padding:1vh;
        
        
        
        
    }

    .arrow-div3 i, .arrow-div4 i{
        font-size:1vh;
        text-decoration: none;
    }
    .govt-works{
        width:48%;
    }
    
      

}
@media (max-width:600px){
    .foot-upper{
        flex-direction: column;
        align-items: flex-start;
    }
    .foot-div{
        width:100%;
        margin-top: 3vw;
        
    }
    .foot-div-out{
        justify-content: space-around;
        width:100%;
    }
    .foot-div h3{
        font-size:5vw;
    }
    .foot-div ul li{
        font-size:3.7vw;
    }
    .address-foot p,.contact-num p, .email-foot p{
        font-size:3.7vw;
        margin:2vw 4vw;
        
    }
    .location-foot i,.contact-num i, .email-foot i{
        font-size:5vw;
        margin:0vw;
    }
    #gola2 {
        height: 20px;
        width: 20px;
        
        margin: 1vw 1vw;
    }
    .footer-in{
        position: relative;
    }
    #page10{
        padding-block:1px;
    }

    
    #moving-text-foot h1 {
        font-size: 12vw;
        color:#fffffff1;
        display: inline-block;
        
        margin-top: 37%;
    
    }
    .foot-bottom-right h5{
        font-size: 2vw;
        font-weight: 400;
    
    }
    .foot-bottom-right p{
        font-size: 2vw;
    }
    .foot-bottom-left p{
        font-size: 3vw;
    }
    .foot-bottom-right{
        text-align:center;
        width:100%;
    }
    .foot-bottom-left{
        text-align:center;
        width:100%;
        margin-bottom:8%;

    }
    .socialicons-foot i{
        color:#8ccc3c;
        font-size: 5vw;
        
    }
    .socialicons-foot {
        border:.5px solid #8ccc3c;
        height:8vw;
        width:8vw;
    }
    .social-foot{
        margin-top: 1vw;
    }
}
@media (max-width:1000px){
    #menu {
        display: flex;
        padding-inline: 0vw;
        border: 1px solid #535353;
        border-radius: 50px;
        font-size: 3vw;
        font-weight: 200;
        margin-right:0vw;
        padding-block: 0vw;
        user-select: none;
    }
    #menu i{
        font-size: 3vw;
        margin:2px;
    }
    #nav-part2 {
        display: none;
    }
    .menu-icon {
    
    width: 35px;
    height: 25px;
    cursor: pointer;
    position: relative;
  }
  
  .bar {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    
  }
  .menu-icon.active .bar:nth-child(1) {
    
    transform: translateY(11px) rotate(45deg);
   
  }
  
  .menu-icon.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-icon.active .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  
    
    
    
}
@media (max-width:680px){
    #menu {
        display: flex;
        padding-inline: 0vw;
        border: 1px solid #535353;
        border-radius: 50px;
        font-size: 3vw;
        font-weight: 200;
        margin-right:0vw;
        padding-block: 0vw;
        user-select: none;
        height:60px;
    }
}
/*
@media only screen and (max-width: 600px) and (min-width: 470px) {
    .foot-logo{
        width:70%;

    }
    .foot-div ul li{
        font-size:2vw;
    }
    .address-foot p,.contact-num p, .email-foot p{
        font-size:2vw;
        margin:1vw 2vw;
        
    }
    .location-foot i,.contact-num i, .email-foot i{
        font-size:3vw;
        margin:0vw;
    }
    .foot-div h3{
        font-size:3vw;
    }
    .foot-div ul li{
        font-size:2vw;
    }
    #moving-text-foot h1 {
        font-size: 10vw;
        
        
        margin-top: 27%;
    
    }
}
@media only screen and (max-width: 470px) and (min-width: 350px) {
    .foot-logo{
        width:70%;

    }
    .foot-div ul li{
        font-size:3vw;
    }
    .address-foot p,.contact-num p, .email-foot p{
        font-size:2vw;
        margin:1vw 2vw;
        
    }
    .location-foot i,.contact-num i, .email-foot i{
        font-size:3vw;
        margin:0vw;
    }
    .foot-div h3{
        font-size:3vw;
    }
    .foot-div ul li{
        font-size:2vw;
    }
    #moving-text-foot h1 {
        font-size: 10vw;
        
        
        margin-top: 27%;
    
    }
}
    */

@media (max-width:650px) {
    #menu{
        height:45px;
        width:65px;
    }
    .menu-icon{
        width:30px;
        height:20px;

    }
    .bar{
        height: 3px;
    }
}
@media (max-width:450px) {
    #menu{
        height:35px;
        width:55px;
    }
    .menu-icon{
        width:25px;
        height:15px;

    }
    .menu-icon.active .bar:nth-child(1) {
    
    transform: translateY(7px) rotate(45deg);
   
  }
  
  .menu-icon.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-icon.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}



/*page5 styles*/
#pageX{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}
.container {
            max-width: 1400px;
            width: 100%;
            background: #000;
            border-radius: 3vw;
            padding: 60px 40px;
            color: white;
            position: relative;
            margin-top: 5vw;
        }

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

        .header h1 {
            font-size: 4rem;
            font-weight: 300;
            margin-bottom: 20px;
            letter-spacing: -2px;
        }

        .header p {
            font-size: 1.5rem;
            color: #ccc;
            font-weight: 300;
        }

        .view-more-btn {
            background: white;
            color: black;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .view-more-btn:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
        }

        .carousel-container {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            height: 35vw;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            height: 100%;
        }

        .carousel-slide {
            min-width: 50%;
            position: relative;
            overflow: hidden;
            padding-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .carousel-slide:last-child {
            padding-right: 0;
        }

        .carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
        }

        .slide-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.7));
            padding: 40px;
            color: white;
        }

        .slide-title {
            font-size: 1.8rem;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .slide-description {
            font-size: 1rem;
            color: #ccc;
            line-height: 1.5;
        }

        .carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 20%;
            width: 40px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .carousel-nav:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-50%) scale(1.1);
            border:1px solid white;
        }

        .carousel-nav.prev {
            left: 20px;
        }

        .carousel-nav.next {
            right: 20px;
        }

        .carousel-nav svg {
            width: 24px;
            height: 24px;
            fill: white;
        }

        .carousel-indicators {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator.active {
            background: white;
            transform: scale(1.2);
        }

        .indicator:hover {
            background: rgba(255, 255, 255, 0.6);
        }
        @media (max-width:1000px){
            .slide-title {
            font-size: 1.2rem;
            
           }

           .slide-description {
            font-size: .8rem;
            
            line-height: 1.5;
           }
        }
        @media (max-width: 768px) {
            .container {
                padding: 40px 20px;
            }

            .header h1 {
                font-size: 2.5rem;
            }

            .header p {
                font-size: 1.2rem;
            }

            .carousel-container {
                height: 300px;
            }

            .carousel-slide {
                min-width: 100%;
                padding-right: 0;
            }

            .carousel-nav {
                width: 20px;
                height: 40px;
            }

            .carousel-nav svg {
                width: 20px;
                height: 20px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 40px 20px;
            }

            .header h1 {
                font-size: 2rem;
                margin-bottom: 7px;
            }

            .header p {
                font-size: .85rem;
            }
            .slide-overlay{
                padding:10px 20px;
            }
            .header{
                margin-bottom: 20px;
            }
            .slide-title{
                margin-bottom: 5px;
            }
            .view-more-btn{
                padding:5px 10px;
                font-weight: 400;
            }
        }



.govt-slider-out {
    width: 100%;
    height: 100%;
    
    
    
}

.carousel-govt-container {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            background-color: #f5f5f5;
            
            padding: 30px;
        }

        .carousel-govt-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .carousel-govt-slide {
            min-width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 20px;
            height: 52vw;
            padding-inline:40px
        }

        .grid-item {
            position: relative;
            
            border-radius: 15px;
            background: #f1f5f9;
            transition: all 0.3s ease;
            cursor: pointer;
            
            aspect-ratio: 3/2;
            
            border-radius: 1vw;
            overflow: hidden;
        }

        .grid-item:hover {
            transform: scale(1.02);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

        .grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .grid-item:hover img {
            transform: scale(1.05);
        }

        .grid-item-overlay-govt {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            padding: 20px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .grid-item:hover .grid-item-overlay-govt {
            transform: translateY(0);
        }

        .overlay-govt-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .overlay-govt-description {
            font-size: 0.9rem;
            color: #e2e8f0;
            line-height: 1.4;
        }

        .carousel-govt-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.092);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.228);
            border-radius: 20%;
            width: 40px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .carousel-govt-nav:hover {
            background: rgba(255, 255, 255, 0);
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .carousel-govt-nav.prev {
            left: -0px;
        }

        .carousel-govt-nav.next {
            right: -0px;
        }

        .carousel-govt-nav svg {
            width: 25px;
            height: 25px;
            fill: #1a1a1a;
        }

       

       
        @media (max-width: 768px) {
            .carousel-govt-slide {
                grid-template-columns: 1fr;
                grid-template-rows: repeat(4, 1fr);
                height: 200vw;
                gap: 15px;
            }

            .carousel-govt-container {
                padding: 20px;
            }

            .carousel-govt-nav {
                width: 50px;
                height: 50px;
            }

            .carousel-govt-nav.prev {
                left: -25px;
            }

            .carousel-govt-nav.next {
                right: -25px;
            }

            .grid-item-overlay-govt {
                padding: 15px;
            }

            .overlay-govt-title {
                font-size: 1rem;
            }

            .overlay-govt-description {
                font-size: 0.85rem;
            }
        }

        @media (max-width: 480px) {
            .carousel-govt-slide {
                height: 171vw;
            }

            .carousel-govt-nav {
                display: none;
            }
            .grid-item{
                border-radius: 3vw;
            }
        }


