/* ==============================================================
                          HERO SECTION
============================================================== */

/* HERO SECTION */
.hero-sec {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  /* padding-bottom: 56.2%; */
}

/* VIDEO BACKGROUND */

.hero-sec .hero-video {
  position: absolute;
  inset: 0;
  width: 100%; 
  height: 100%;pointer-events: none;
  object-fit: cover;
  z-index: -1;
}

/* PURPLE OVERLAY */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(128, 0, 128, 0.2);
  opacity: 0;
  transform: scale(1.2);
  z-index: 9;
}

/* CONTENT */
.hero-logo-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
  height: 100%;
  /* min-height:800px; */
  /* padding: 50px 0; */
  color: #fff;
  flex-direction: column;
}

/* LOGO */
.hero-logo {
  width: 350px;
  opacity: 0;
  transform: scale(0.7);
  position: relative;
  z-index: 99;
}

/* TEXT */
.hero-title {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
  opacity: 0;
  transform: translateY(80px);
  text-shadow: 0px 6px 6px rgb(0, 0, 0, 0.5);
  padding-top: 30px;
  position: relative;
  z-index: 99;
}

.hero-subtitle {
  font-size: 20px;
  opacity: 0;
  text-align: center;
  transform: translateY(60px);
  line-height: 30px;
  color: #09bbe0;
  position: relative;
  z-index: 99;
  padding-top: 58px;
}

.hero-btn {
  opacity: 0;
  transform: translateY(40px);
  position: relative;
  z-index: 99;
}

/* HERO SHAPE VECTOR */
.hero-shape-vector {
  position: absolute;
  top: -180px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 9;
  perspective: 800px;
  animation: smoothFlip 6s ease-in-out 1 forwards;
  animation-delay: 2s;
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes smoothFlip {
  0% {
    transform: rotateX(0deg) rotateZ(0deg);
  }

  50% {
    transform: rotateX(200deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(0deg) rotateZ(0deg);
  }
}

/* ==============================================================
                      ABOUT US SECTION
============================================================== */
.about-sec {
  background-image: url("../images/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}

.about-sec .about-content-wrapper {
  padding-top: 60px;
  gap: 60px;
}

.about-sec .about-header {
  /* position: sticky; */
  top: 0;
  z-index: 10;
}

.about-sec .about-content-wrapper .about-content-p {
  font-size: 24px;
  line-height: 40px;
  max-width: 1164px;
  margin: auto;
}

.about-sec .about-content-wrapper .about-content-image {
  /* max-width: 1520px; */
  border-radius: 20px;
  overflow: hidden;
  filter: grayscale(1);
  max-height: 630px;
}

.about-sec .about-content-wrapper .about-content-image:hover {
  filter: grayscale(0);
}

.about-sec .about-content-wrapper .about-content-image:nth-of-type(odd) {
  margin-right: 0;
  margin-left: calc((100vw - 1164px) / 2);
}
.about-sec .about-content-wrapper .about-content-image:nth-of-type(odd) img{
  border-top-left-radius: 20px;
}

.about-sec .about-content-wrapper .about-content-image:nth-of-type(even) {
  margin-left: 0;
  margin-right: calc((100vw - 1164px) / 2);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
}

.about-sec .about-content-wrapper .about-content-image:nth-of-type(even)  img{
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
}

.about-sec .btn {
  opacity: 0;
}

/* ==============================================================
                      CTA SECTION
============================================================== */

.cta-sec {
  position: relative;
}

.cta-sec:after {
  content: "";
  background: linear-gradient(89.89deg,
      rgba(44, 6, 75, 0.5) 66.2%,
      rgba(67, 67, 67, 0) 105.86%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.cta-sec .cta-wrapper {
  padding-left: calc((100vw - 1520px) / 2);
}

.cta-sec .cta-wrapper .cta-title-wrapper {
  gap: 26px;
  max-width: 1000px;
  padding: 78px 0 97px;
  position: relative;
  z-index: 99;
}

.cta-sec .cta-title-wrapper .cta-title {
  font-size: 40px;
  line-height: 50px;
}

.cta-sec .cta-title-wrapper .cta-subtitle {
  font-size: 24px;
  line-height: 34px;
  padding-right: 75px;
}

.cta-sec .cta-wrapper .cta-img-wrapper {
  position: absolute;
  right: 0;
  /* top: 0; */
  bottom: 0;
}

.cta-sec .cta-wrapper .cta-img-wrapper img {
  height: auto;
}

/* ==============================================================
                      SHOWREEL SECTION
============================================================== */
.showreel-sec {
  padding: 120px 0 60px;
  background-color: #000;
}

/* ==============================================================
                      SERVICE SECTION
============================================================== */

.service-sec {
  padding: 60px 0px;
  position: relative;
  background-image: url("../images/service-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}

.service-sec:after {
  content: "";
  background: linear-gradient(187.26deg,
      rgba(0, 0, 0, 0) 25.9%,
      #000000 112.33%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.service-sec .service-grid {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 307px);
  gap: 30px;
}

.service-sec .service-grid .service-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.service-sec .service-grid .service-box .service-image {
  height: 100%;
  transition: all 400ms ease-in-out;
  width: 100%;
  object-fit: cover;
}

.service-sec .service-grid .service-box:hover .service-image {
  transform: scale(1.2);
}

.service-sec .service-grid .service-box:hover .service-arrow {
  transform: rotate(-45deg);
}

.service-sec .service-grid .service-box .service-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 20px;
  gap: 40px;
}

.service-sec .service-grid .service-box .service-content .service-title {
  font-size: 26px;
  line-height: 36px;
}

/* Left big box */
.service-sec .service-grid .service-box:nth-child(1) {
  grid-row: span 2;
}

/* Middle boxes */
.service-sec .service-grid .service-box:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.service-sec .service-grid .service-box:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* Right big box */
.service-sec .service-grid .service-box:nth-child(4) {
  grid-column: 3;
  grid-row: span 2;
}

.service-sec .service-grid .service-box {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* =============================================================
                    TESTIMONIAL SECTION 
============================================================== */
.testimonial-home {
  padding: 60px 0;
  margin-top: 60px;
}

/* =============================================================
           FOOTER SECTION - CONTACT US SECTION 
============================================================== */
.footer-main-sec {
  background-image: url("../images/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-sec {
  padding: 120px 0;
}


/* ==================================================
               RESPONSIVE STYLE
================================================== */
@media (max-width: 1699.98px) {

  /* CTA SECTION */
  .cta-sec .cta-wrapper {
    padding-left: calc((100vw - 1490px) / 2);
  }

  .cta-sec .cta-wrapper .cta-img-wrapper {
    max-width: 750px;
  }
}

@media (max-width: 1599.98px) {

  /* HERO SECTION */
  .hero-title {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-shape-vector {
    max-width: 700px;
    top: -100px;
  }

  .hero-logo-outer {
    padding-top: 100px;
  }

  .hero-logo {
    max-width: 250px;
  }
  .hero-title {
    font-size: 44px;
    line-height: 54px;
  }

  .hero-subtitle {
    padding-top: 30px;
  }

  /* ABOUT US SECTION */
  .about-sec .about-content-wrapper .about-content-p {
    max-width: 1115px;
    font-size: 23px;
    line-height: 38px;
  }

  .about-sec .about-content-wrapper .about-content-image {
    max-width: 1320px;
  }

  /* CTA SECTION */
  .cta-sec .cta-wrapper {
    padding-left: calc((100vw - 1410px) / 2);
  }

  /* SERVICE SECTION */
  .service-sec .service-grid .service-box .service-content .service-title {
    font-size: 24px;
    line-height: 34px;
  }

  .contact-sec {
    padding: 120px 0 60px;
  }
}

@media (max-width: 1499.98px) {

  /* SHOWREEL - HOME SECTION */
  .showreel-sec {
    padding: 100px 0 60px;
  }

   /* HERO SECTION */
  .hero-shape-vector {
    max-width: 600px;
  }
  .hero-logo {
    max-width: 240px;
  }
 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-subtitle {
    padding-top: 30px;
    font-size: 18px;
  }


  /* .showreel-wrapper .swiper-button-prev,
  .showreel-wrapper .swiper-button-next {
    width: 25px !important;
    height: 50px !important;
    background-size: 25px 50px;
  }

  .showreel-wrapper .swiper-button-prev {
    left: 25px !important;
  } */

  .showreel-wrapper .swiper-button-next {
    right: 25px !important;
  }

  /* DOLBY ATMOS SECTION */
  .cta-sec .cta-wrapper {
    padding-left: calc((100vw - 1300px) / 2);
  }

  .cta-sec .cta-wrapper .cta-title-wrapper {
    max-width: 934px;
  }

  .cta-sec .cta-title-wrapper .cta-title {
    font-size: 37px;
    line-height: 49px;
  }

  .cta-sec .cta-title-wrapper .cta-subtitle {
    font-size: 22px;
    line-height: 33px;
  }

  .cta-sec .cta-wrapper .cta-img-wrapper {
    max-width: 650px;
  }

  /* SERVICE SECTION */
  .service-sec .service-grid {
    grid-template-rows: repeat(2, 240px);
  }
}

@media (max-width: 1399.98px) {

 
  /* SHOWREEL - HOME SECTION */
  .showreel-sec {
    padding: 60px 0;
  }

  /* .showreel-wrapper .swiper-button-prev {
    left: 0px !important;
  } */

  .showreel-wrapper .swiper-button-next {
    right: 0px !important;
  }

  /* DOLBY ATMOS SECTION */
  .cta-sec .cta-wrapper {
    padding-left: calc((100vw - 1100px) / 2);
  }

  .cta-sec .cta-title-wrapper .cta-title {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-sec .cta-title-wrapper .cta-subtitle {
    font-size: 19px;
    line-height: 29px;
  }

  .cta-sec .cta-wrapper .cta-title-wrapper {
    max-width: 740px;
    padding: 60px 0;
  }

  .cta-sec .cta-wrapper .cta-img-wrapper {
    max-width: 600px;
  }

  /* SERVICE SECTION */
  .service-sec .service-grid {
    padding-top: 50px;
  }

  /* ABOUT US SECTION */
  .about-sec .about-content-wrapper .about-content-p {
    max-width: 1048px;
    font-size: 21px;
    line-height: 36px;
  }

  .about-sec .about-content-wrapper .about-content-image:nth-of-type(odd) {
    margin-left: calc((100vw - 1048px) / 2);
  }

  .about-sec .about-content-wrapper .about-content-image:nth-of-type(even) {
    margin-right: calc((100vw - 1048px) / 2);
  }
}

@media (max-width: 1199.98px) {

  /* HERO SECTION */
  .hero-shape-vector {
    max-width: 650px;
    top: -100px;
  }

  .hero-logo {
    max-width: 250px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }


  /* ABOUT US SECTION */
  .about-sec {
    padding: 60px 0;
  }

  .about-sec .about-content-wrapper .about-content-p {
    max-width: 920px;
    font-size: 19px;
    line-height: 32px;
  }

  .about-sec .about-content-wrapper .about-content-image:nth-of-type(odd) {
    margin-left: calc((100vw - 920px) / 2);
  }

  .about-sec .about-content-wrapper .about-content-image:nth-of-type(even) {
    margin-right: calc((100vw - 920px) / 2);
  }

  .about-sec .about-content-wrapper {
    padding-top: 50px;
  }

  .about-sec .about-content-wrapper {
    gap: 40px;
  }

  /* CTA SECTION */
  .cta-sec .cta-wrapper {
    padding-left: calc((100vw - 920px) / 2);
  }

  /* SERVICE SECTION */
  .service-sec {
    padding: 30px 0;
  }

  .service-sec .service-grid .service-box .service-content {
    gap: 20px;
    padding: 16px;
    bottom: 0;
  }

  .service-sec .service-grid {
    grid-template-rows: repeat(2, 180px);
  }

  .service-sec .service-grid .service-box .service-content .service-title {
    font-size: 17px;
    line-height: 27px;
  }

  /* HOME - TESTIMONIAL SECTION */
  .testimonial-home {
    margin-top: 20px;
  }

  /* CONTACT US SECTION -- FOOTER */
  .contact-sec {
    padding: 60px 0;
  }
}

@media (max-width: 991.98px) {

  /* HERO SECTION */
  .hero-sec .hero-video {
    height: 110vh;
  }

  .hero-logo-outer {
    height: calc(100% - 50px);
  }

  .hero-shape-vector {
    max-width: 570px;
  }

  .hero-logo {
    max-width: 200px;
  }

  .hero-title {
    font-size: 36px;
    line-height: 46px;
  }

  .hero-subtitle {
    padding-top: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  /* ABOUT US SECTION */
  .about-sec .about-content-wrapper .about-content-p {
    max-width: 720px;
    font-size: 15px;
    line-height: 25px;
  }

  .about-sec .about-content-wrapper .about-content-image:nth-of-type(odd) {
    margin-left: calc((100vw - 720px) / 2);
  }

  .about-sec .about-content-wrapper .about-content-image:nth-of-type(even) {
    margin-right: calc((100vw - 720px) / 2);
  }

  .about-sec .about-content-wrapper {
    gap: 30px;
  }


  /* SERVICE SECTION */
  .service-sec {
    padding: 0;
  }

  .service-sec .service-grid .service-box .service-content {
    gap: 10px;
  }

  .service-sec .service-grid .service-box .service-content .service-title {
    font-size: 16px;
    line-height: 26px;
  }

  .service-sec .service-grid {
    gap: 10PX;
    grid-template-rows: repeat(2, 180px);
  }

  /* DOLBY ATMOS SECTION */
  .cta-sec .cta-wrapper {
    padding-left: calc((100vw - 720px) / 2);
  }

  .cta-sec .cta-wrapper .cta-title-wrapper {
    max-width: 600px;
  }

  .cta-sec .cta-title-wrapper .cta-title {
    font-size: 28px;
    line-height: 38px;
  }

  .cta-sec .cta-title-wrapper .cta-subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-sec .cta-wrapper .cta-img-wrapper {
    max-width: 365px;
  }

  /* SHOWREEL SECTION */
  /* .showreel-wrapper .swiper-button-prev, .showreel-wrapper .swiper-button-next {
    width: 20px !important;
    height: 45px !important;
    background-size: 20px 45px;
  } */


}

@media(max-width:767px) {

  /* SERVICE SECTION */
  .service-sec .service-grid {
    gap: 10PX;
  }

  .service-sec .service-grid .service-box:nth-child(4) {
    grid-column: span 3;
    grid-row: span 2;
    max-height: 400px;
  }

  .service-sec .service-grid .service-box:nth-child(3) {
    /* grid-column: span 3; */
    grid-row: 1;
    grid-column-start: 4;
    grid-column-end: 7;
  }

  .service-sec .service-grid .service-box:nth-child(2) {
    /* grid-column: span 3; */
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .service-sec .service-grid .service-box:nth-child(1) {
    grid-row: span 2;
    grid-column: span 3;
    max-height: 400px;
  }

  .service-sec .service-grid {
    grid-template-rows: repeat(2, 240px);
    grid-template-columns: repeat(6, 1fr);
  }



  /* ABOUT US SECTION */
  .about-sec .about-content-wrapper .about-content-p {
    max-width: 85%;
  }

  .about-sec .about-content-wrapper .about-content-image:nth-of-type(odd) {
    margin-left: calc((100vw - 85%) / 2);
  }

  .about-sec .about-content-wrapper .about-content-image:nth-of-type(even) {
    margin-right: calc((100vw - 85%) / 2);
  }

  /* CTA SECTION */
  .cta-sec .cta-wrapper {
    padding: 0 20px;
  }

  .cta-sec .cta-wrapper .cta-title-wrapper {
    padding: 50px 0 140px;
  }

  .cta-sec .cta-title-wrapper .cta-title {
    font-size: 26px;
    line-height: 36px;
  }

  .cta-sec .cta-title-wrapper .cta-subtitle {
    padding-right: 0;
  }
}


@media(max-width:575px) {

  /* HERO SECTION */
  .hero-shape-vector {
    max-width: 400px;
  }

  .hero-logo {
    max-width: 170PX;
  }

  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-subtitle {
    font-size: 15px;
    line-height: 24px;
    padding:34px 15px 020px 15px;
  }

  .hero-sec .hero-video {
    height: 100vh;
  }

  .hero-overlay {
    transform: scale(1);
  }

  /* CTA SECTION */
  .cta-sec .cta-title-wrapper .cta-title {
    font-size: 24px;
    line-height: 34px;
  }


  /* SHOWREEL - HOME */
  /* .showreel-wrapper .swiper-button-prev {
    left: -8px !important;
  }

  .showreel-wrapper .swiper-button-next {
    right: -8px !important;
  } */

  /* .showreel-wrapper .swiper-button-prev, .showreel-wrapper .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    background-size: 8px 23px;
    background-color: #fff;
    border-radius: 100%;
  } */

  /* .showreel-wrapper {
    padding: 0 8px;
    margin: 20px 0 0;
  } */

  /* SERVICE SECTION */
.service-sec{
  background-position: bottom;
  background-size: contain;
}
  .service-sec .service-grid .service-box:nth-child(4) {
    max-height: 400px;
  }

  .service-sec .service-grid {
    display: flex;
    flex-direction: column;
  }


  /* TESTIMONIAL SECTION */
      .testimonial-home {
        margin-top: 0px;
    }
}