  html, body {

    overflow-x: hidden;

    padding: 0px !important;

  }

  .video-banner video {

    width: 100%;

    margin: 0 auto;

    display: block;

    height: 617px;

    object-fit: cover;

}

@media (min-width: 1600px){
 
  .video-banner video {
    height: 1157px;
  }


}

  .orange-btn{

    padding: 20px 39px;

    color: #fff !important;

    border-radius: 29.5px;

    line-height: 18px;

    border: none;

    font-size: 16px;

    font-weight: 700;

    background: #EB5B1B;

    font-family: "PT Mono", monospace;

    text-transform: uppercase;

    text-decoration: none;

    display: inline-block;

  }

  .orange-btn svg{

    margin-left: 16px;

  }



  @media (min-width: 1400px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

        max-width: 1200px;

    }

}

  .banner{

    position: relative;

  }



  .banner .overlay {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

}



  .banner .top-sec{

    display: flex;

    z-index: 999;

    position: relative;

    justify-content: space-between;

    align-items: center;

    width: 100%;

    margin-top: 40px;

  }



  .text-ct{

    position: absolute;

    top: 0;

    bottom: 0;

    display: flex;

    justify-content: center;

    align-items: flex-start;

    flex-direction: column;

    color: #fff;

    margin-top: 60px;

  }

  .highlight{

    color: #EB5B1B;

  }

  .text-ct h1{

    color: #FFF;

    font-family: "Geist", sans-serif;

    font-size: 60px;

    font-style: normal;

    font-weight: 700;

    margin-bottom: 29px;

    line-height: normal;

    text-transform: capitalize;

  }

  .text-ct p{

    color: #FFF;

    font-family: "Inter", sans-serif;

font-size: 18px;

font-style: normal;

font-weight: 400;

max-width: 555px;

line-height: 26px;

margin-bottom: 49px;

  }

  .about-film{

    padding-top: 176px;

    margin-bottom: 150px;

  }

  .left-sec{

    position: relative;

  }

  .left-sec .image-wrapper {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    position: relative;

    position: absolute;

    top: -30px;
    left: 72px;

}

.left-sec h2{

    color: #363839;

    font-family: "Geist", sans-serif;

    font-size: 57px;

    font-style: normal;

    font-weight: 700;

    margin-bottom: 0px;

    line-height: 60px;

    text-transform: capitalize;

}

.right-sec p{

    color: #363839;

    font-family: "Inter", sans-serif;

font-size: 18px;

font-style: normal;

font-weight: 400;

margin-bottom: 38px;

line-height: 26px;

}

.video-banner{

    position: relative;

}

.video-banner .container {

    position: relative;

    width: 100%;

    height: 100%;

    top: 0;

}

.video-banner .wrapper-ct{

    position: absolute;

    bottom: 88px;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    width: 100%;

}

.wrapper-ct h2{

    color: #FFF;

    font-family: "Geist", sans-serif;

    font-size: 57px;

    font-style: normal;

    margin-bottom: 0px;

    font-weight: 700;

    line-height: 60px;

}

.play-button{

    background: none;

    display: flex;

    column-gap: 16px;

    justify-content: flex-start;

    align-items: center;

    border: none;

    margin-bottom: 9px;

}

.video-modal .modal-dialog {

  max-width: 1100px;

}

.video-modal .modal-body iframe {
  position: relative !important;
  height: 508px !important;
  width: 100%;
  display: block;
}
.video-modal {
  padding-right: 0px !important;
}
.video-modal #myAudio {

  width: 100%;

}

.play-button .watch-text{

    color: #fff !important;

    font-family: "PT Mono", monospace;

    text-transform: uppercase;

    text-decoration: underline;

    font-size: 14px;

    font-style: normal;

    font-weight: 700;

    text-align: left;

}

.video-modal{



}

.gallery-section{

    margin-top: 102px;

}

  .gallery-section  .swiper {

    width: 100%;

    height: 100%;

  }



  .gallery-section .swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

  }



  .gallery-section .swiper-slide img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

  }



  .gallery-section .swiper {

    margin-left: auto;

    margin-right: auto;

  }



  /* Wrapper for positioning */

.gallery .swiper-slide {

    position: relative;

    cursor: pointer;

    overflow: hidden; /* Ensures image stays within the slide */

}



/* Dark overlay effect on hover */

/* .gallery .swiper-slide::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5); 

    opacity: 0;

    transition: opacity 0.4s ease-in-out;

} */



/* Image scaling effect */

.gallery .swiper-slide img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease-in-out;

}



.zoom-icon {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) scale(0.5);

    opacity: 0;

    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

}



.zoom-icon img {

    width: 50px; /* Adjust as needed */

    height: 50px;

}



.gallery .swiper-slide:hover .zoom-icon {

    opacity: 1;

    transform: translate(-50%, -50%) scale(1);

    z-index: 2;

}



/* .gallery .swiper-slide:hover::before {

    opacity: 1;

    z-index: 1;

} */



/* .gallery .swiper-slide:hover img {

    transform: scale(1.1); 

} */



.gallery .swiper-slide .popup-btn{

    padding: 0px;

    position: relative;

    border: none;

}



.gallery .swiper-slide:hover .popup-btn{

    z-index: 2;

}



.popup-btn::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5); 

    opacity: 0;

    transition: opacity 0.4s ease-in-out;

    pointer-events: none;

}



.popup-btn:hover::before {

    opacity: 1;

    z-index: 1;

}





.gallery .swiper-slide:hover .zoom-icon {

    opacity: 1;

    transform: translate(-50%, -50%) scale(1);

}





 .contact-us-btn{

  position: relative;

    width: 100%;
    overflow: hidden;

    margin-bottom: 77px;

    margin-top: 92px;

    display: flex;

    justify-content: center;

    align-items: center;

 }



 .contact-us-btn .contact-btn{

  position: absolute;

 }



 .footer-sec{

    border-top: 1px solid rgba(0, 0, 0, 0.2);

 }

 .top-block{

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 22px;

    padding-bottom: 33px;

 }

 .copyright-block{

    text-align: center;

    line-height: 24px;

    padding: 14px;

    font-size: 12px;

    background: rgba(217, 217, 217, 1);

 }

 .copyright-block p{

  margin-bottom: 0px;

  line-height: 24px;

}

 .film-space{

    margin-right: 4%;

 }



 .gallery-modal .modal-content {

  background: none;

  border: none;

}

.gallery-modal .modal-body{

  padding: 0px;

}



.video-modal .modal-content {

  background: none;

  border: none;

}



.video-modal  .modal-body{

  padding: 0px;

}

.video-modal .modal.show .modal-dialog {

  max-width: 700px;

}



.gallery-modal .swiper-button-prev:after, .gallery-modal .swiper-button-next:after {

  content: none;

}



.gallery-modal .swiper-button-prev, .gallery-modal .swiper-button-next{

  background: #FFF;

  border-radius: 39.5px;

  width: 70px;

  height: 45px;

  margin: auto;

  margin-bottom: 0;

  padding: 0px;

  bottom: -25px;

}
.gallery-modal .swiper-button-prev:hover{
  transform: scale(1.1) !important; 
  transition: transform 0.3s ease-in-out !important;  
}
.gallery-modal .swiper-button-next:hover{
  transform: scale(1.1) !important; 
  transition: transform 0.3s ease-in-out !important;
}
.gallery-modal .swiper-button-next{

  left: 12%;

}
.modal-backdrop.show {
  opacity: 0.9;
}

.gallery-modal .swiper-button-prev{

  right: 12%;

}

.gallery-modal .swiper-button-prev svg,.gallery-modal .swiper-button-next svg {

  width: auto;

  height: auto;

}

.gallery-modal .swiper-pagination {

  width: auto;

  left: auto;

  right: 0;

  color: #fff;

  bottom: -30px;

  z-index: -1;

  font-family: "PT Mono", monospace;

  font-weight: 400;

}

.wpcf7 form.sent .wpcf7-response-output{
  color: green;
}

.gallery-modal .swiper-pagination .swiper-pagination-current{

  font-size: 27px;

}

.gallery-modal .swiper-pagination .swiper-pagination-total{

  font-size: 18px;

}

.btn-close {

  background: #fff;

  width: 43px;

  height: 43px;

  padding: 0px;

  border-radius: 50px;

  opacity: 1;

  display: flex;

  margin-bottom: 30px;

  margin-left: auto;

  justify-content: center;

  align-items: center;

}



.contact-form {

  background: white;

  padding:54px 58px;

  width: 100%;

  max-width: 588px;

  margin: auto;

  border-radius: 17px;

  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);

  text-align: center;

}



.contact-form input,

.contact-form textarea {

  resize: none;
  width: 100%;

  padding: 0px 10px 20px 0px;

  border: none;

  border-bottom: 1px solid rgba(0, 0, 0, 0.29);

  outline: none;

  font-family: "PT Mono", monospace;

  font-size: 14px;

  margin-bottom:0px;

  background: transparent;

}

.contact-form textarea {

  height: 128px;

}

input.wpcf7-form-control.wpcf7-submit {
  margin-bottom: 0px;
}

.contact-form form{

  display: flex;

  flex-direction: column;

  row-gap: 24px;

}



/* Submit Button */

/* .contact-form button {

  background: #f15a24;

  color: white;

  font-size: 14px;

  font-weight: bold;

  border: none;

  border-radius: 30px;

  padding: 12px 20px;

  margin-top: 20px;

  width: 100%;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 5px;

  transition: 0.3s;

} */



.contact-form button:hover {

  background: #d74b1d;

}



/* Arrow icon */

.contact-form svg {

  font-size: 16px;

  position: absolute;

  right: 29px;

}

.contact-form h2{

  margin-bottom: 44px;

  font-size: 35px;
font-style: normal;
font-family: "Geist", sans-serif;
font-weight: 700;
line-height: 36px;

}



.submit-container .orange-btn {
  padding: 20px 63px 21px 31px !important;

  color: #fff !important;

  border-radius: 29.5px;

  line-height: 18px;

  font-weight: 700;

  border: none !important;

  font-size: 16px !important;

  font-family: "PT Mono", monospace;

  text-transform: uppercase;

  text-decoration: none;

  display: inline-block;

  text-align: start;

}
.orange-btn:hover{
  background: #FF4E00;
}

button.video-popup-btn.play-button:hover svg{
  transform: scale(1.1) !important; 
  transition: transform 0.3s ease-in-out !important;
}

button.video-popup-btn.play-button:hover svg circle{
  fill:#EB5B1B;
  }
  button.video-popup-btn.play-button:hover svg path{
  fill:#fff;
  }
  .btn-close:hover {
    background: #FFF !important;
    transform: scale(1.1) !important;
    transition: transform 0.3s ease-in-out !important;
    opacity: 1 !important;
}

.contact-form .wpcf7-response-output {
  margin: 0px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #dc3232;
  font-size: 14px;
  line-height: normal;
}

.contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: normal;
}

  .social-icons svg path:hover{
    fill:#EB5B1B;
  }

  .gallery-section .swiper-wrapper {
    padding-bottom: 50px !important;
  }
  .gallery-section .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #000 !important;
  }
  .gallery-section .swiper-pagination-bullet-active {
    background: #EB5B1B !important;
  }

  .orange-btn {
    display: inline-flex;
    align-items: center; 
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.orange-btn span {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.orange-btn svg {
    transition: transform 0.3s ease-in-out;
}

.orange-btn:hover span {
    transform: translateX(-5px);
}

.orange-btn:hover svg {
    transform: translateX(5px);
}

.btn-close {
  outline: none !important;
  box-shadow: none !important;
}

.btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}


.submit-container{

  display: inline-block;

  align-items: center;

  position: relative;

  margin: auto;

}

.contactus .contact-modal .btn-close {

 margin-right:0px;

 margin-bottom: -43px;

 z-index: 1

}

.contact-modal .btn-close {
  margin-right: 58px;
  margin-bottom: 30px;
  z-index: 1;
}

.contact-modal .modal-dialog{

  max-width: 705px;

}

.contact-modal .modal-content {

  background: none;

  border: none;

}

.contact-modal .modal-body{

  padding: 0px;

}



.desktop-view {

  display: block;

}

.mobile-view{

  display: none;

}



.email-ph{

  display: flex;

  column-gap: 26px;

}



.gallery-modal .modal-dialog{

  max-width: 900px;

}

.partner-logo{

  display: flex;

  align-items: center;

  justify-content: center;

}

.partner-logo span{

  width: 1px;

  display: inline-block;

  height: 19px;

  background: rgba(0, 0, 0, 0.26);

  margin-left: 15px;

  margin-right: 5px;

}

input::placeholder {

  color: black;

  opacity: 1; 

}

textarea::placeholder{

  color: black;

  opacity: 1; 

}

.galleryppmodal {
  background: rgba(0, 0, 0, .9);
}

.submit-container .orange-btn {
  background: url(../images/submit-rt-arrow.svg) right 30px center no-repeat #d74b1d;
}

.submit-container .orange-btn:hover{
  background: url(../images/submit-rt-arrow.svg) right 25px center no-repeat #d74b1d;
  padding: 20px 68px 21px 26px !important;
}

.submit-container svg {
  display: none;
}


/* new-changes */

.follow-dashboard-box{
  padding-top: 40px;
    padding-bottom: 130px;
}


@media (min-width: 1600px) {
  .video-banner .wrapper-ct
 {
    position: absolute;
    bottom: 230px;

}
}

.main-menu li a:hover{
  color: #EB5B1B;
}

.banner .top-sec {
  display: flex
;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0px;
}

.content{
  margin-top: 40px;
}

.border-line{
  margin-top: 23px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #FFFFFF 100%);
  height: 1px;
  width: 100%;
}

.header-menu{
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: flex-end;
}

.main-menu{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li{
  margin-left:63px;
  color: #FFF;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  font-family: "Geist", sans-serif;
}

.main-menu .highlight-link a{
  color: #EB5B1B;
  font-weight: 600;
  border-bottom: 1px solid #EB5B1B;
}
.main-menu li a{
  text-decoration: none;
  color: #fff;
}

.video-sec h2{
  color: #363839;
  font-family: "Geist", sans-serif;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.about-film
 {
    padding-top: 45px;
  padding-bottom: 130px;
  margin-bottom: 0px;
  position: relative;
}

.issue-video iframe {
  width: 100%;
}
.dashboard-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 52px;
  background: #EFEFEF;
  margin: auto;
  border-radius: 20px;
  max-width: 792px;
  width: 100%;
}
.dashboard-ctn h3{
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  font-family: "Geist", sans-serif;

}
.dashboard-ctn p{
  color: #363839;
  font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-bottom: 0px;

}

.our-vision{
  margin-left: 90px;
  margin-top: 230px;
  max-width: 596px;
  width: 100%;
}

.our-vision h2{
  color: #363839;
  font-family: "Geist", sans-serif;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.our-vision p{
  color: #363839;
  font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
max-width: 566px;
line-height: 26px;
margin-bottom: 0px;
}

.about-film-bottom-right-img{
  position: absolute;
  width: 32%;
  right: 0;
  bottom: 0;
}
.video-banner {
  position: relative;
}
.header-menu-mob{
  display: none;
}

/* .video-banner.issue-video {
  position: relative;
  width: 100%;
  padding-top: 42%; 
  overflow: hidden;
  margin-top: -3px;
}

.video-banner.issue-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */


/* 30-06-2025 */

.journey-map{
  padding: 130px 0 130px 0;
  background: #FFF0E9;
}
.journey-map h2{
  color: #363839;
  font-family: "Inter", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: normal;
  text-align: center;
}
.journey-map p{
  max-width: 854px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 120px;
  text-align: center;
  color: #363839;

text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.journey-map h3{
color: #010101;

text-align: center;
font-family: Geist;
font-size: 37px;
font-style: normal;
font-weight: 300;
margin-bottom: 55px;
line-height: normal;
}
.journey-map h3 span{
  font-weight: 600;
}

.ct-box{
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 2;
  margin-bottom: 50px;
}

.route-map{
  position: relative;
}
.route-map .road-svg{
  position: absolute;
  top: 110px;

  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.ct-box .box-flex-content{
  max-width: 423px;
  width: 100%;
}
.ct-box h4{
  color: #010101;
  font-family: "Geist", sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 10px;
}
.ct-box h4 span{
  font-weight: 600;
}
.ct-box .link-box{
  text-decoration: none;
  border-radius: 100px;
  background: #96D9EE;
  padding: 7px;
  display: inline-flex;
  align-items: center;
}
.ct-box .link-box .round-clip{
  background: #FFF;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.ct-box .link-box span{
  color: #000;
  font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-right: 8px;
}
.ct-box p{
  color: #363839;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.ct-box-div {
  display: flex;
  align-items: center;
}
.ct-box-div .border-line-orange{
  background: linear-gradient(180deg, rgba(250, 156, 105, 0.00) 0%, #FA9C69 42.79%, rgba(250, 156, 105, 0.00) 100%);
width: 1px;
height: 145px;
margin: 0 30px;
}

.ct-box.one .box-flex-img img{
  margin-top: 15px;
}

.ct-box.one h4{
  text-align: right;
  margin-top: 45px;
  margin-bottom: 20px;
}
.ct-box.one{
  margin-right: 50px;
}
.ct-box.one .box-flex-img{
  position: relative;
  top: 15px;
}

.ct-box.one p{
  text-align: right;
}
.ct-box.two h4{
  text-align: left;
}

.ct-box.two p{
  text-align: left;
}
.ct-box.two{
  flex-direction: row-reverse;
  margin-right: 100px;
}
.ct-box.three{
  flex-direction: row-reverse;
}
.ct-box.three h4{
  text-align: left;
}

.ct-box.three p{
  text-align: left;
}
.ct-box.five{
  flex-direction: row-reverse;
}
.ct-box.five h4{
  text-align: left;
}

.ct-box.five p{
  text-align: left;
}
.ct-box.four h4{
  text-align: right;
}

.ct-box.four p{
  text-align: right;
}
.ct-box.four .box-flex-content{
  display: flex;
      justify-content: right;
      flex-direction: column;
      align-items: end;
}
.ct-box.six h4{
  text-align: right;
}
.ct-box.six h4 {
  margin-bottom: 0px;
}
.ct-box.six .link-box {
  margin-top: 8px;
}

.ct-box.six .box-flex-content{
  display: flex
  ;
      justify-content: right;
      flex-direction: column;
      align-items: end;
}
.ct-box .comment{
  color: #010101;
  display: block;
  font-size: 13px;
  font-family: "Geist", sans-serif;
}

.ct-box.six p{
  text-align: right;
}
.ct-box.seven {
  margin-left: 160px;
}
.ct-box.seven h4{
  text-align: right;
}
.ct-box.seven .link-box.yellow{
  cursor: none;
  padding: 11px 25px 12px 25px;
}
.ct-box.seven .link-box.yellow span{
  font-family: "Geist", sans-serif;
  font-size: 16px;
  margin-right: 0px;
}
.ct-box.seven .box-flex-content{
  display: flex
  ;
      justify-content: right;
      flex-direction: column;
      align-items: end;
}

.ct-box.seven p{
  text-align: right;
}
.ct-box .link-box.yellow{
  background: #E0EB28;
}

/* latest */

.ct-box .link-box.yellow:hover{
  background: #E0EB28;
}

.ct-box.three {
  margin-bottom:35px;
  }
  .ct-box.four {
  margin-bottom: 35px;
  }

  .ct-box .link-box:hover{
    background: #00b3eb;
  }
  .route-map .road-svg {
    display: flex;
    justify-content: center;
  }
  .ct-box {
    column-gap: 9px;
  }
  .ct-box.seven {
    margin-bottom: 10px;
}

.ct-box.one .box-flex-img img {
  margin-top: 0px;
}
.ct-box.two .box-flex-img img {
  margin-top: 11px;
}
.ct-box.three .box-flex-img img {
  margin-top: 11px;
}
.ct-box.four .box-flex-img img {
  margin-top: 5px;
}
.ct-box.five .box-flex-img img {
  margin-top: 5px;
}
.ct-box.six .box-flex-img img {
  margin-top: 24px;
}
.ct-box.seven .box-flex-img img {
  margin-top: 7px;
}

.video-wrapper iframe {
  pointer-events: none;
}

.video-wrapper.active iframe {
  pointer-events: auto;
}


@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1224px;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .road-svg img {
    width: calc(100% - 40px);
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1200px;
}
}


/* end */


@media (max-width: 1200px) {
  .ct-box.six .link-box {
    margin-top: 3px;
  }
  .ct-box .link-box span {
    font-size: 12px;
  }
  .ct-box.three .box-flex-img img {
    margin-top: -3px;
}
.ct-box.four .box-flex-img img
 {
    margin-top: -7px;
}
.ct-box.five .box-flex-img img {
  margin-top: -7px;
}
.ct-box.six .box-flex-img img {
  margin-top: 11px;
}
.ct-box.seven .box-flex-img img
 {
    margin-top: -3px;
}
  /* latest */

  .our-vision {
    margin-top: 100px;
  }

  .ct-box.one {
    margin-right: 180px;
}

  .journey-map
 {
    padding: 100px 0 100px 0;
 }

 .journey-map  p {
  margin-bottom: 80px;
 }

 .journey-map .ct-box p{
  margin-bottom: 20px;
 }

 .ct-box p {
  font-size: 10px;
  line-height: 14px;

 }
 .ct-box {
  margin-bottom: 30px;
}
.ct-box h4 {
  font-size: 14px;
}
.ct-box.one {
  margin-bottom: 70px;
}
.ct-box.two
 {
    margin-bottom: 25px;
}
.ct-box.three {
  margin-bottom: 10px;
}

.ct-box.four {
  margin-bottom: 10px;
}
.ct-box.six {
  margin-bottom: 15px;
}
 
.ct-box.seven {
  margin-left: 40px;
}
.road-svg img {
  width: calc(100% - 60px);
}
.ct-box h4 {
  margin-bottom: 5px;
}
.ct-box.two {
  margin-bottom: 15px;
  margin-right: -70px;
}
.ct-box.two .box-flex-img img {
  margin-top: -3px;
}

 /* end */
  .main-menu li {
    margin-left: 30px;
  }
}

.tab-view{
  display: none;
}

@media (max-width: 991px) {
  .ct-box .link-box span {
    font-size: 14px;
}
  .ct-box.three .box-flex-img img {
    margin-top: 0px;
}
.ct-box.four .box-flex-img img {
  margin-top: 21px;
}
.ct-box.five .box-flex-img img
 {
    margin-top: 19px;
}
.ct-box.six .box-flex-img img {
  margin-top: 40px;
}
.ct-box.seven .box-flex-img img
 {
    margin-top: 0px;
}
  .burger-menu-mob {
    background: rgba(255, 255, 255, 0.13);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashboard-ctn h3
 {
    font-size: 25px;
 }
  .header-menu{
    display: none;
  }
  .header-menu-mob{
    display: block;
    position: absolute;
    top: 45px;
    right: 25px;
  }

  /* Initially hide the close icon */
.burger-menu-mob .close-icon {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* Show close icon when active */
.burger-menu-mob.active .burger-icon {
  display: none;
}

.burger-menu-mob.active .close-icon {
  display: inline-block;
}

/* Style for menu box */
.menu-box {
  position: fixed;
  top: 0;
  right: -100%; /* start off-screen */
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  transition: right 0.3s ease;
  z-index: 999;
}

.menu-box.show {
  right: 0;
}

.menu-box .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.main-menu-mob {
  list-style: none;
  padding: 0;
  margin: 132px 0 0 0;
}

.main-menu-mob li a {
  display: inline-block;
  margin: 0px 0px 30px 25px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  font-family: "Geist", sans-serif;
  text-decoration: none;
}


.main-menu-mob .highlight-link a{
  color: #EB5B1B;
  font-weight: 600;
  border-bottom: 1px solid #EB5B1B;
}
 .our-vision {
  margin-left: 0px;
  margin-top: 80px;
  margin-bottom: 460px;
  max-width: 596px;
  width: 100%;
}

.our-vision p
 {
    padding-left: 0px;
}
.about-film-bottom-right-img
 {
    position: absolute;
    width: 52%;
}
.follow-dashboard-box{
  padding-bottom: 40px;
}
.about-film
 {
        padding-top: 80px !important;
}

/* start 01-07-2025 */


.tab-view{
  display: block;
}
.desktop-view{
  display: none;
}
.ct-box h4{
  font-size: 21px;
font-style: normal;
margin-bottom: 10px;
}
.ct-box.one h4{
  margin-top: 0px;
}
.ct-box p{
  font-size: 13px;
line-height: 18px; 
}
.route-map .road-svg {
  position: absolute;
  top: 70px;
}
.ct-box.one {
  margin-right: -120px;
  margin-bottom: 70px;
}
.ct-box.one .box-flex-img {
  position: relative;
  top: 0px;
}
.ct-box.one .box-flex-img img
 {
    margin-top: 0px;
}
.ct-box.two {
  margin-bottom: 70px;
  margin-right: 0px;
  margin-left: -140px;
}
.ct-box.two .box-flex-img img {
  margin-top: 25px;
}
.ct-box.three .box-flex-img img {
  margin-top: 25px;
}
.ct-box.three .box-flex-content {
  text-align: right;
  display: flex;
  justify-content: right;
  flex-direction: column;
  align-items: flex-end;
}
.ct-box.three .box-flex-content p{
  text-align: right;
}

.ct-box.three {
  margin-bottom: 60px;
  position: relative;
  margin-right: -144px;

  flex-direction: row;
}

.ct-box.three::after{
  content: "";
  width: 100%;
  max-width: 481px;
  right: 80px;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  bottom: -20px;
}
.ct-box.ct-box.three .box-flex-img img{
  transform: rotateY(180deg);
  }

.ct-box.four {
  margin-bottom: 80px;
  margin-right: -140px;
}
.ct-box.five {
  margin-left: -130px;
  margin-bottom: 60px;
  position: relative;
}
.ct-box.five::after{
  content: "";
  width: 100%;
  max-width: 481px;
  left: 80px;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  bottom: -20px;
}
.ct-box.six {
  margin-bottom: 80px;
  flex-direction: row-reverse;
  margin-left: -130px;
}
.ct-box.six .box-flex-content {
  justify-content: left;
  align-items: start;
}
.ct-box.six .box-flex-content p{
  text-align: left;
}
.ct-box.ct-box.six .box-flex-img img{
  transform: rotateY(180deg);
  }
.road-svg img {
  width: auto;
}
.ct-box .box-flex-img img {
  max-width: 99px;
}
.ct-box.seven {
  margin-left: 140px;
}
.ct-box.seven .box-flex-img img {
  margin-top: 23px;
}


.ct-box-div {
  flex-direction: column;
}
.ct-box-div .border-line-orange
{
  display: none;
}

/* end */


}

@media (max-width: 767px) {

  .banner .top-sec{
    position: unset;
  }
  .container {
    padding: 0px 20px;
  }

  .ct-box.six h4 {
    text-align: left;
}
.ct-box.three h4
 {
    text-align: right !important;
}

  /* 30-06-2025 */
  .journey-map h3 {
    font-size: 32px;
    font-style: normal;
  }

  .ct-box
 {
    justify-content: center;
 }

  .tab-view{
    display: none;
  }

  .ct-box.one {
    margin-right: 0;
}
.road-svg img {
  width: auto;
}

.ct-box .box-flex-img img{
  max-width: 80px;
}

.journey-map .ct-box p {
  font-size: 12px;
  line-height: 21px;
}

.ct-box .box-flex-content{
  max-width: 250px;
}
.ct-box.two {
  margin-right: 0px;
}
.route-map .road-svg {
  top: 50px;
}
.ct-box.one {
  margin-bottom: 155px;
}
.ct-box.two {
  margin-bottom: 80px;
  margin-left: 0px;
}

.ct-box.three {
  margin-bottom: 60px;
  margin-right: 0px;
}
.ct-box.four {
  margin-bottom: 90px;
  margin-right: 0px;
}
.ct-box.three::after {
  content: "";
  width: 100%;
  max-width: 245px;
  right: 100px;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  bottom: -20px;
}
.ct-box .box-flex-content h4 {
  min-width: 260px;
}
.ct-box.one .box-flex-content h4 {
  min-width: 250px;
}
.ct-box.five {
  margin-left: 0px;
}
.ct-box.six {
  margin-left: 0px;
}
.ct-box.five::after {
  content: "";
  width: 100%;
  max-width: 245px;
  left: 100px;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  bottom: -20px;
}
.ct-box h4 {
  font-size: 18px;
  font-style: normal;
}
.ct-box h4 {
  font-size: 18px;
  font-style: normal;
}
.ct-box .comment{
  font-size: 13px;
  font-style: normal;
}
.ct-box.seven {
  margin-left: 0px;
}


/* end of the day */

  .header-menu
 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .header-menu .border-line{
  display: none;
 }
 .header-menu .main-menu{
  display: none;
 }

  .dashboard-box
 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
    padding: 37px 20px;
 }
 .container
 {
        max-width: 100%;
    }
  
  .about-film-bottom-right-img
 {
    position: absolute;
    width: 100%;
    padding-left: 33px;
}

.about-film {

  margin-bottom: 0px !important;

}

.video-text{
  text-align: center;
}

.about-film {

  padding-top: 92px !important;
}
.ct-box.one h4 {
  margin-bottom: 10px;
}
.our-vision h2
 {
    font-size: 47px;
    margin-bottom: 24px;
 }
 .our-vision p {
  padding-left: 0px;
  font-size: 16px;
 }
 .our-vision {
  margin-top: 60px;
  margin-bottom: 470px;
  width: 100%;
}
.ct-box .comment {
  font-size: 13px;
  font-style: normal;
}
.ct-box.four .box-flex-img img
 {
    margin-top: 48px;
}
.ct-box.five .box-flex-img img {
  margin-top: 24px;
}
.ct-box.six .box-flex-img img {
  margin-top: 45px;
}

.ct-box.seven .box-flex-img img
 {
    margin-top: 48px;
}
.ct-box .link-box span {
  font-size: 13px;
}
.ct-box.seven .link-box.yellow span{
  font-size: 13px;
  margin-right: 0px;
}
.ct-box.seven .link-box.yellow {
  padding: 11px 20px 12px 20px;
}
.about-film-bottom-right-img {
  padding-left: 30%;
}
.journey-map h2
 {
    font-size: 47px;
 }
 .ct-box.six {
  margin-bottom: 54px;
}
.journey-map {
  padding: 80px 0 100px 0;
}
.journey-map h2 {
  margin-bottom: 24px;
}
.journey-map p {
  margin-top: 20px;
}

.ct-box.two .box-flex-img img {
  margin-top: 30px;
}

}

@media (max-width: 767px) and (min-width: 500px){
  .ct-box.four {
      margin-bottom: 125px;
      margin-right: 0px;
  }
  .ct-box.six {
    margin-bottom: 90px;
}
}

@media (max-width: 500px) {
  .ct-box.one {
    margin-bottom: 125px;
}
.ct-box.two {
  margin-bottom: 111px;
}
  .ct-box.six {
    margin-bottom: 120px;
}
  .video-text br{
    display: none;
  }

  .about-film-bottom-right-img {
    padding-left: 30px;
}
  
}

@media (max-width:400px) {
  .ct-box.one {
    justify-content: flex-end;
}
.ct-box.two {
  justify-content: flex-end;
}
.ct-box-div.rgt{
  justify-content: flex-end;
  align-items: end;
}
.ct-box-div.lgt {
  align-items: baseline;
}
.ct-box.six {
  margin-bottom: 85px;
}
  .ct-box.five .box-flex-img img
 {
    margin-top: 25px;
}
.ct-box.six .box-flex-img img {
  margin-top: 37px;
}
  .our-vision {
    margin-bottom: 420px;
  }
  .ct-box .box-flex-content h4 {
    min-width: 260px;
}
.ct-box.four {
  margin-bottom: 125px;
}

  
}

@media (max-width: 370px) {
  .route-map {
    max-width: 304px;
    margin: auto;
}

  .ct-box.one .box-flex-content h4 {
    max-width: 228px;
    min-width: auto;
}

  .ct-box.five::after {
    left: 75px;
  }
  .ct-box.five::after {
    max-width: 225px;
  }
  .ct-box.three::after {
    right: 77px;
}
  .ct-box.three::after {
    max-width: 225px;
  }
  .ct-box.three h4 {
    text-align: right;
}

  .ct-box.three {
    margin-bottom: 40px;
  }
  .ct-box.three::after
 {
        bottom: -10px;
    }
    .ct-box.two {
      margin-bottom: 26px;
  }
  .ct-box .comment {
    font-size: 12px;
    font-style: normal;
}
  .road-svg img {
    width: calc(100% - 40px);
  }
  .ct-box .box-flex-content h4{
    min-width: 220px;
}
  .ct-box h4 {
    font-size: 16px;
    font-style: normal;
}
.journey-map .ct-box p
 {
        font-size: 12px;
        line-height: 20px;
    }
    .ct-box.one {
      margin-bottom: 45px;
  }
  .ct-box .box-flex-img img {
    max-width: 65px;
}
.ct-box.two {
  margin-bottom: 28px;
}
.ct-box.four
 {
        margin-bottom: 50px;
 }
 .ct-box .link-box span {
  font-size: 11px;
}
.ct-box.six {
  margin-bottom: 38px;
}
}

/* end */


@media (max-width: 1200px) {

  .about-film {

    padding-top: 120px;

    margin-bottom: 0px;

}

.text-ct p {

  font-size: 14px;

  line-height: 22px;

}

.right-sec p {

  font-size: 14px;

  line-height: 22px;

}

.gallery-modal .modal-dialog {

  max-width: 930px;

}



}



@media (max-width: 767px) {

  .desktop-view{

    display: none;

  }
  .contact-form input,

  .contact-form textarea {
    margin-bottom: 0px;
  }
  .mobile-view{

    display: block;

  }

  .contact-form input, .contact-form textarea {
    padding: 0px 10px 14px 0px;
  }

  .gallery-modal{

    padding-right: 0px;

  }

  .gallery-modal .swiper-pagination {

    right: 0;

    top: -58px;

    left: 0;

  }

  .gallery-modal .swiper-button-prev {

    right: 24%;

    z-index: 20;

}

.gallery-modal .swiper-button-next {

    left: 24%;

    z-index: 20;

}

.gallery-modal {
  overflow-y: hidden !important;
}


.contact-modal .btn-close{

  margin-top: 28px;

  margin-bottom: 21px;

  margin-right: 15px;

}

  .btn-close {

    margin-bottom: 124px;

    margin-top: 30px;

    margin-right: 25px;

    position: relative;

    z-index: 10000;

}



  .video-banner .container {

    position: absolute;

    width: 100%; 

    height: auto; 

    top: auto;

    bottom: 55px;

}
.contact-form form{
  row-gap: 20px;
}
.video-banner video {

  height: 495px;

  object-fit: cover;

}


.contact-form textarea {
  height: 71px;
  margin-top: 10px;
}

  .email-ph{

    display: flex;

    flex-direction: column;

    row-gap: 20px;

  }

  .banner .top-sec {

    flex-direction: column;

}

.social-icons{

  position: relative;

  order: 3;

}
.film-space {
  margin-right: 0;
}

.partners{
  order: 2;

}

.film-space{
  order: 1;
}

.top-sec .social-icons{

  position: absolute;

  bottom: 75px;

}

.text-ct {

  position: relative;

  margin-top: 280px;

}

.text-ct h1 {
  font-size: 48px;
  line-height: 50px;

  max-width: 267px;

  margin-bottom: 22px;

}

.text-ct p {

  font-size: 16px;

  line-height: 23px;

  margin-bottom: 35px;

}
.top-block {
  padding-top: 49px;
  padding-bottom: 33px;
}
.contact-us-btn {
  overflow: hidden;
}
.right-sec p {

  font-size: 16px;
  margin-right: 10px;
  line-height: 23px

}

.left-sec h2 {

  font-size: 50px;

  line-height: 50px;

}

.left-sec .image-wrapper {

  left: 0px;

  top: -50px;

}

.right-sec{

  margin-top: 20px;

}

.right-sec p{

  margin-bottom: 20px;

}

.wrapper-ct h2 {

  font-size: 48px;

  line-height: 60px; 

  text-align: center;

}
.gallery .swiper-slide .popup-btn {
    padding: 0px;
    position: relative;
    border: none;
    width: 100%;
}

.video-banner .wrapper-ct {

  position: relative;

  bottom: 0px;

  display: flex;

  row-gap: 20px;

  flex-direction: column;

  align-items: center;

}

.play-button .watch-text {

  font-size: 14px;

  line-height: 20px;

}

.top-block{

  flex-direction: column;

  row-gap: 28px;

}

.partners span{

  text-align: center;

  display: block;

  margin-bottom: 5px;

}
.contact-form {
  background: white;
  padding: 40px 20px;
}
.contact-form h2 {
  margin-bottom: 35px;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}

.gallery-section .modal-dialog{
  transform: none;
  padding: 0;
  margin: 0;
}

}

.contact-form .wpcf7-not-valid-tip {
  text-align: left;
}

@media (max-width: 767px) and (min-width: 500px) {
  .text-ct p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
}
  .btn-close {
    margin-bottom: 40px;
    margin-top: 30px;
}
.gallery-modal .swiper-button-prev {
  right: 14%;
  z-index: 20;
}
.gallery-modal .swiper-button-next {
  left: 14%;
  z-index: 20;
}
}

@media (max-width: 767px) and (min-width: 500px){
  .banner {
    position: relative;
    padding-bottom: 50px;
    background: #000;
}
  .text-ct h1 {
    margin-bottom: 15px;
}
  .text-ct h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .orange-btn {
    font-size: 14px;
  }
  .top-sec .social-icons {
    position: absolute;
    bottom: -20px;
    z-index: 1000;
}
.banner .desktop-view {
  display: block;
}
.banner .mobile-view {
  display: none;
}
  .text-ct {
      position: relative;
      margin-top: 10px;
  }
  .video-modal .modal-body iframe {
    height: 400px !important;
    display: block;
}
.btn-close {
  margin-bottom: 30px;
  margin-top: 0px;
  margin-right: 15px;
}
}
@media (max-width: 499px) and (min-width: 420px){
  .mobile-view {
    display: block;
  }
  .text-ct {
      position: relative;
      margin-top: 280px;
  }
  .video-modal .modal-body iframe {
    height: 166px !important;
    display: block;
}
.top-sec .social-icons{

  position: absolute;

  bottom: 55px;

}
.btn-close {
  margin-bottom: 30px;
  margin-top: 0px;
  margin-right: 15px;
}
}

@media (max-width: 420px){
  .mobile-view {
    display: block;
  }
  .video-modal .modal-body iframe {
    height: 166px !important;
    display: block;
}
.top-sec .social-icons{

  position: absolute;

  bottom: 35px;

}
.btn-close {
  margin-bottom: 30px;
  margin-top: 0px;
  margin-right: 15px;
}
}

.contact-form span.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 385px) and (min-width: 365px){
  .top-sec .social-icons {
      position: absolute;
      bottom: 0px;
  }
}

@media (max-width: 370px) {
  .text-ct {
    position: relative;
    margin-top: 218px;
}
    .text-ct h1 {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 18px
    }
    .right-sec p {
      font-size: 14px;
      line-height: 22px;
  }
    .text-ct p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 30px;
  }
  .orange-btn {
    padding: 20px 30px;
  }
  .left-sec h2 {
    font-size: 42px;
    line-height: 44px;
}
.image-wrapper svg {
  height: 110px;
  }
  .wrapper-ct h2 {
    font-size: 42px;
    line-height: 44px;
}
.gallery-modal .swiper-button-prev {
  right: 28%;
}
.gallery-modal .swiper-button-next {
  left: 28%;
}
  
}