@font-face {
    font-family: "bebas";
    src: url("../fonts/bebasneue-webfont.ttf");
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
  overflow: hidden;
}
.inner-page{
    position: relative;
    overflow: hidden;
}
.inner-wrapper{
    position: absolute;
    top: 0%;
    left: 0%;
}
.page-wrapper{
/* background-color: #000000a2; */
height: 100vh;
width: 100vw;
}
.page-wrapper{
    position: relative;
}
.top-band{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
}
.slider-slide {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    column-gap: 10px;
}
.img-1{
    width: 12%;
    align-self: baseline;
    height: 270px;
    margin-top: 21%;
}
.img-2{
    width: 26%;
    height: 270px;
    margin-top: 21%;
}
.img-4{
    width: 13%;
    height: 137px;
    margin-top: 9%;
}
.img-box{
    display: flex;
}
.img-5{
    height: 136px;
}
.img-box{
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-top: 9%;
}
.swiper-slide{
    display: flex;
    align-items: center;
}
.swiper-button-prev{
    left: 2% !important;
}
.swiper-button-next{
    right: 1% !important;
}
.swiper-button-prev::after{
    visibility: hidden !important;
}
.swiper-button-next::after{
    visibility: hidden !important;
}
.swiper-button-prev{
    top: 35%;
}
.swiper-button-next{
    top: 85%;
}
.img-6 {
    width: 28%;
    height: 305px;
    margin-top: 10%;
  }
.img-7 {
    width: 11%;
    height: 118px;
    margin-top: 10%;
}
.slide-2{
    width: 38%;
}
.img-11 {
    width: 45%;
    height: 45%;
  }
  .img-box-slide-2{
    width: 38%;
    column-gap: 10px;
  }
  .col-gap-10{
    column-gap: 10px;
  }
  .row-gap-10{
    row-gap: 10px;
  }
  .img-8{
    width: 80%;
    height: 80%;
  }
  .img-9{
    width: 30%;
    height: 130px;
  }
  .img-10{
    width: 70%;
    height: 130px;
  }
  .slider-inner-3{
    width: 25%;
    margin-top: 5%;
  }
  .img-13 {
    width: 50%;
    height: 150px;
  }
  .img-14 {
    width: 12%;
    margin-top: 20%;
    height: fit-content;
  }
  .img-15 {
    width: 12%;
    height: fit-content;
    margin-top: 20%;
  }
  .img-16 {
    width: 48%;
  }
  .img-17{
    width: 100%;
    /* height: 275px; */
  }
  .img-12{
    width: 100%;
  }
  .img-18 {
    width: 13%;
    margin-top: 5%;
    height: 313px;
  }
  .slider-inner-4 {
    width: 28%;
    margin-top: 15%;
  }
  .slider-inner-4-2 {
    width: 28%;
    margin-top: 5%;
  }
  .img-19 {
    height: 135px;
  }
  .img-20 {
    width: 50%;
    height: 136px;
  }
  .img-21 {
    width: 50%;
    height: 136px;
  }
  .img-22 {
    width: 13%;
    margin-top: 18%;
    height: 280px;
  }
  .img-23 {
    height: 280px;
  }
  .img-24 {
    width: 14%;
    height: 150px;
    margin-top: 10%;
  }
  .img-25 {
    width: 14%;
    height: 14%;
    margin-top: 10%;
  }
  .img-26 {
    width: 25%;
    height: 310px;
    margin-top: 5%;
  }
  .slider-inner-5{
    width: 25%;
    /* margin-top: 5%; */
  }
  .img-27 {
    width: 100%;
    height: 150px;
  }
  .img-28 {
    width: 100%;
    height: 150px;
  }
  .img-29 {
    width: 50%;
    height: 150px;
  }
  .slider-data{
    color: #ffff;
  }
  .slider-data h2{
    font-family: "bebas";
  }
  .slider-data img{
    width: 18%;
  }
  .slider-data{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
  }
  .slider-data p{
    font-size: 14px;
  }
  .animation-wrapper {
    position: absolute;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    left: 0%;
    right: 0%;
  }
  .animated-image {
    position: absolute;
    width: auto;
    height: 100%;
    left: 0%;
    top: 10%;
    clip-path: inset(0 100% 0 0); 
    opacity: 0; 
    transition: clip-path 1s ease-in-out, transform 1s ease-in-out, opacity 1s ease-in-out;
  }
  .animated {
    clip-path: inset(0 0% 0 0);
    opacity: 1;
  }
  .disappear {
    width: 0%; 
    opacity: 0; 
    transition: width 1s ease-in-out, opacity 1s ease-in-out; 
  }
  .animated-wrapper-2{
    background-color: #00000000;
  }
  .animated-image.animated {
    width: 100%;
    opacity: 1;
  }
  
  .animated-image.disappear {
    width: 0;
    opacity: 0;
  }
  .inner-page video{
    height: 100vh;
    object-fit: cover;
  }
.slider-inner-2-1{
  margin-bottom: -13%;
}
  /* media querry starts  */
  @media (max-width : 768px) {
    body{
      overflow-y: auto;
    }
    img{
      height: auto !important;
      width: 48% !important;
      margin: 0px !important;
    }
    .swiper-button-prev{
      position: fixed;
      top: 50%;
      z-index: 9999;
      left: 7%;
  }
  .swiper-button-next{
      position: fixed;
      top: 50%;
      z-index: 9999;
  }
  .slider-slide{
    height: 100vh;
    overflow-y: scroll;
    row-gap: 15px;
  }
  .top-band{
    position: sticky !important;
    top: 0% !important;
    z-index: 9999;
    height: 70px;
    margin-bottom: 10px;
  }
  .swiper-button-next img{
    width: auto !important;
  }
  .swiper-button-prev img{
    width: auto !important;
  }
  .animation-wrapper{
    top: 50% !important;
    transform: translateY(-30%);
  }
  .img-box{
    width: 100%;
    flex-direction: row !important;
    column-gap: 10px !important;
  }
  .img-box-slide-2{
    width: 100%;
    margin-top: 0%;
  }
  .slider-inner-3{
    width:100%;
    flex-direction: row !important;
    align-items: start !important;
    column-gap: 10px !important;
  }
  .slider-inner-3 img{
    width: 100% !important;
  }
  .slider-inner-4-2{
    width: 100%;
    margin-top: 0px !important;
    column-gap: 10px !important;
  }
  .slider-inener-2{
    align-items: start !important;
  }
  .slider-inner-4{
    width: 100%;
    margin-top: 0px;
  }
  .slider-inner-5{
    margin-top: 0px;
    width: 100%;
  }
  .animated-image{
    width: 100% !important;
  }
  .animation-wrapper{
    width: 100% !important;
  }
  .img-box-slide-2{
    align-items: center;
    justify-content: center;
  }
  .slider-inener-2{
    align-items: center;
    justify-content: center;
  }
  .slider-inner-2-1{
    margin-bottom: 0px !important;
  }
  .img-14{
    width: 49% !important;
  }
  .img-15{
    width: 49% !important;
  }
  .slider-inner-4{
    flex-direction: row !important;
    column-gap: 10px !important;
  }
  .slider-inner-4-2{
    flex-direction: row !important;
  }
  .slider-inner-5{
    flex-direction: row !important;
    column-gap: 10px;
  }
  .slider-inner-5 img{
    width: 48% !important;
  }
  .page-wrapper{
    overflow-y: scroll;
  }
  .img-box{
    margin: 0px;
  }
  .img-18 {
    width: 100% !important;
  }
  }



  @media (max-width : 576px) {
    body{
      overflow-y: auto;
    }
    img{
      height: auto !important;
      width: 100% !important;
      margin: 0px !important;
    }
    .swiper-button-prev{
      position: fixed;
      top: 50%;
      z-index: 9999;
      left: 7% !important;
  }
  .swiper-button-next{
      position: fixed;
      top: 50%;
      z-index: 9999;
  }
  .slider-slide{
    height: 100vh;
    overflow-y: scroll;
    row-gap: 15px;
  }
  .top-band{
    position: sticky !important;
    top: 0% !important;
    z-index: 9999;
    height: 70px;
    margin-bottom: 10px;
  }
  .swiper-button-next img{
    width: auto !important;
  }
  .swiper-button-prev img{
    width: auto !important;
  }
  .animation-wrapper{
    top: 50% !important;
    transform: translateY(-30%);
  }
  .img-box{
    width: 100%;
    flex-direction: column !important;
  }
  .img-box-slide-2{
    width: 100%;
    margin-top: 0%;
  }
  .slider-inner-3{
    width: 100%;
  }
  .slider-inner-4-2{
    width: 100%;
  }
  .slider-inner-4{
    width: 100%;
    margin-top: 0px;
  }
  .slider-inner-5{
    margin-top: 0px;
    width: 100%;
  }
  .slider-inner-2-1{
    margin-bottom: 0px !important;
    display: block !important;
  }
  .slider-inener-2{
    flex-direction: column !important;
    row-gap: 10px;
  }
 .img-8{
  margin-bottom: 10px !important;
  }
  .slider-inner-3{
    flex-direction: column !important;
  }
  .img-15 {
    width: 100% !important;
  }
  .img-14 {
    width: 100% !important;
  }
  .slider-inner-4-2{
    flex-direction: column !important;
    row-gap: 10px !important;
  }
  .slider-inner-4{
    flex-direction: column !important;
    row-gap: 10px !important;
  }
  .slider-inner-5{
    flex-direction: column !important;
    row-gap: 10px !important;
  }
  .slider-inner-5 img {
    width: 100% !important;
  }
  }


  /* audio */

  .top-band {
    position: relative;
}
.mute-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}
.mute-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}