  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;

    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;

    text-transform: capitalize;

}

.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;
  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;

}

.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); /* Black overlay with 50% opacity */

    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); /* Slight zoom effect */

}



.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); /* Black overlay with 50% opacity */

    opacity: 0;

    transition: opacity 0.4s ease-in-out;

}



.popup-btn:hover::before {

    opacity: 1;

    z-index: 2;

}





.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;

  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;
}


@media (max-width: 1200px) {

  .about-film {

    padding-top: 120px;

    margin-bottom: 70px;

}

.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;

}



  .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

}

.container {
  padding: 0px 25px;
}

.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: 50px;

  line-height: 50px; 

}
.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) {
  .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){
  .text-ct {
      position: relative;
      margin-top: 580px;
  }
  .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){
  .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){

  .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;
}
}

.contact-form span.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@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%;
}
  
}