@import url("container.css");
body,
h1,
p {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "transducer-variable", sans-serif;
  font-variation-settings: "wght" 400, "wdth" 100, "slnt" 0;
  background-color: #000;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: flex;
  background-color: #040503;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.preloader img {
  width: 10vw;
}
.preloader img {
  width: 10vw;
}
.preloader .gif {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.pad {
  padding: 30px 30px 0 30px;
}
.pad-lr {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
header .logo {
  width: 6vw;
}
header .wordmark {
  width: 8vw;
}
.hamburger {
  width: 2vw;
}
.is-active body {
  padding: 0;
}
.svg-white {
  fill: #fff !important;
}
.svg-red {
  fill: #cf1f39 !important;
  stroke: none !important;
}
.txt-blue {
  color: #8eb3c9;
}

/*** Landing ***/
.landing {
  display: flex;
  text-align: center;
  background-color: #000;
  height: 100vh;
  background-image: url("../images/landing.png");
  background-position: center center;
  background-size: cover;
}
.landing div {
  flex: 1 1 auto;
  height: 100vh;
  position: relative;
}
.landing img {
  cursor: pointer;
  transition: 0.3s;
}
.landing .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(128 0 0 / 34%);
  mix-blend-mode: soft-light;
  pointer-events: none; /* Prevent pseudo-element from blocking clicks */
  z-index: 1; /* Ensure the blend mode is applied over the background image */
}
.landing .media {
  /*border-right:1px solid #fff;*/
}
.landing .media img {
  width: 10vw;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing .events img {
  width: 13vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.landing .media,
.landing .events {
  transition: 1s ease;
}
/* 
.landing .media:hover ~ .events {
  position: relative;
}
.landing .media:hover ~ .events::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
 */

/*** Navigation **/

.fader {
  background-color: #8eb3c9;
  /*background-image: url("../images/pattern.webp");*/
  /*background-size: 90%;*/
  background-image: url("../images/transition.gif");
  background-size: 30%;
  background-position: center center;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 8% 100%);
  height: 100vh;
  position: fixed;
  display: none;
  z-index: -50;
  width: 140%;
}
.menu {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 19%,
      rgba(0, 0, 0, 1) 140%
    ),
    url("../images/contact-bg.svg");
  background-size: 150%;
  background-repeat: no-repeat;
  background-color: #151515;
  background-position: "center center";
  height: 100vh;
  position: fixed;
  color: #fff;
  padding-left: 26%;
  display: flex;
  align-items: center;
  width: 100%;
}
.menu .closenav {
  z-index: 100;
  right: 65px;
  top: 70px;
  cursor: pointer;
  position: fixed;
}
.menu .navitem {
  display: flex;
  font-variation-settings: "wght" 500, "wdth" 200, "slnt" -10;
  text-transform: uppercase;
  align-items: center;
  font-size: 25px;
  gap: 5px;
  margin-bottom: 80px;
}
.menu .navitem.last {
  margin-bottom: 0;
}
.menu a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
}
.menu .line {
  height: 4px;
  width: 0;
  margin-left: 30px;
  background-color: #8eb3c9;
  transition: 0.3s ease;
}
.menu p {
  transform: rotate(-90deg);
  line-height: 1.7;
}
.menu a:hover p {
  color: #8eb3c9;
}
.menu a:hover h1 {
  color: #8eb3c9;
}
.menu a:hover .line {
  width: 105px;
}
.hamburger {
  z-index: 500;
  cursor: pointer;
}

/*** Main ***/
.main {
  background-color: #151515;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
  overflow: hidden;
}
.main .bg-pattern {
  width: 100%;
  object-fit: contain;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
}
/*** Video ***/
.video {
  padding-bottom: 80px;
}
.video .video-container {
  height: auto;
  aspect-ratio: 16/7;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
.video .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.video .video-container p {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.video .video-container a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #cf1f39;
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  text-decoration: none;
}
.video .video-container a::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  transition: 0.3s;
}
.video .video-container a:hover::before {
  transform: translateX(-10px);
}
.video .slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.video span {
  width: 80px;
  height: 3px;
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease;
}
.video span.active {
  background-color: #ce0e2d;
}
.video span:hover {
  background-color: #ce0e2d;
}

/* Images videos */
.image-slider {
  padding-bottom: 80px;
}
.image-slider .image-container {
  height: 70vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
.image-slider .image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.image-slider .image-container p {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.image-slider .image-container a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #cf1f39;
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  text-decoration: none;
}
.image-slider .image-container a::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  transition: 0.3s;
}
.image-slider .image-container a:hover::before {
  transform: translateX(-10px);
}
.image-slider .slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.image-slider span {
  width: 80px;
  height: 3px;
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease;
}
.image-slider span.active {
  background-color: #ce0e2d;
}
.image-slider span:hover {
  background-color: #ce0e2d;
}

/*** New Vibes ***/
.new-vibes {
  padding: 0 0 80px 0;
}
.new-vibes #new-vibes {
  width: 40vw;
  margin: 0 auto;
  display: block;
}
.new-vibes .video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.new-vibes video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  cursor: pointer;
}
.new-vibes .video-row1 {
  display: flex;
  margin-top: 50px;
}
.new-vibes .video-row2 {
  display: flex;
}

/** Marquee **/
.marquee__part {
  flex-shrink: 0;
  padding: 0 4px;
  font-smooth: always;
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" -10;
}

.marquee {
  background: #151515;
  color: #eee;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.667vw;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}

.marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;
}

.wrapper {
  overflow: hidden;
}
.logos-container {
  padding: 0 !important;
}
.imageContainer {
  display: flex;
  flex-direction: row;
  gap: 25px;
  width: 220%;
  background-color: #151515;
}
.imageContainer .image {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imageContainer .img1 {
  width: 9vw;
}
.imageContainer .img2 {
  width: 5vw;
}
.imageContainer .img3 {
  width: 9vw;
}
.imageContainer .img4 {
  width: 10vw;
}
.imageContainer .img5 {
  width: 5vw;
}

/*** Work Flow **/
.workflow-wrap {
  margin-bottom: 200px;
}

.workflow {
  position: relative;
  overflow: hidden;
}
.title {
  border: 1px solid transparent;
  position: relative;
}
.title .gradient {
  position: absolute;
  width: 75vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 0;
}
.title h1 {
  color: #fff;
  font-variation-settings: "wght" 500, "wdth" 200, "slnt" -10;
  font-size: 70px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 130px;
}
.workflow h1 span {
  color: #8eb3c9;
}
.workflow .point {
  margin-top: 60px;
  z-index: 5;
}
.workflow .point img {
  height: 70px;
  display: block;
}
.workflow .point {
  display: flex;
}
.workflow .img1 {
  margin-left: 25%;
}
.workflow .img2 {
  margin-right: 25%;
  justify-content: end;
}
.workflow .img3 {
  margin-left: 25%;
}
.workflow .img4 {
  margin-right: 25%;
  justify-content: end;
}
.workflow .img5 {
  margin-left: 25%;
}

/**** Animate Text ***/
.animate-text {
  color: #fff;
  font-variation-settings: "wght" 500, "wdth" 50, "slnt" -10;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  margin: 80px 0;
}
.animate-text .highlight1 {
  clip-path: inset(0% 100% 0% 0%);
  color: #ce0e2d;
}
.animate-text .highlight2 {
  clip-path: inset(0% 100% 0% 0%);
  color: #8eb3c9;
}

.marquee-wrapper1 {
  width: 100vw;
  overflow: hidden;
  position: relative;
  background-color: #040503;
}

.marquee-content1 {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.marquee-image1 {
  width: 70vw;
  height: auto;
  margin-left: -15px;
  /*   margin-right: 10px; Adjust spacing between images */
}

/** Raw Frames **/
.raw-frames {
  padding: 80px 0 140px 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.raw-frames .video-container {
  width: 100%;
  color: #fff;
}
.raw-frames .video-row4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.raw-frames .video-row3 {
  display: flex;
  gap: 50px;
}
.raw-frames .video-row3 .video-container {
  height: 350px;
}
.raw-frames .video-row4 {
  display: flex;
  gap: 0;
}

.raw-frames .video-row4 .video-container {
  height: auto;
  aspect-ratio: 1/1;
  max-height:500px;
}

.raw-frames .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #040503;
  margin-top: -5px;
  padding: 8px;
}
.raw-frames .info h4 {
  font-variation-settings: "wght" 700, "wdth" 200, "slnt" 0;
  margin: 9px 0;
  font-size: 0.9rem;
}
.raw-frames .info p {
  font-size: 0.6rem;
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
}
.raw-frames .info a {
  color: #cf1f39;
  font-size: 0.7rem;
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  text-decoration: none;
  transition: 0.3s ease;
}
.raw-frames .info a:hover {
  opacity: 0.7;
}

/*** Footer ***/
footer {
  display: flex;
  padding: 60px;
  align-items: center;
  background: rgb(21, 21, 21);
  background: linear-gradient(
    180deg,
    rgba(21, 21, 21, 0) 0%,
    rgba(21, 21, 21, 1) 59%
  );
}
footer div {
  flex: 0 0 33%;
}
footer .logo2 {
  text-align: center;
}
footer .logo1 img {
  width: 12vw;
}
footer .logo2 img {
  width: 9vw;
}
footer .content {
  display: inline-block;
  text-align: left;
}
footer .info a {
  color: #fff;
  transition: 0.2s ease;
  text-decoration: none;
}
footer .info {
  color: #fff;
  text-align: right;
}
footer .info ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
footer .info h3 {
  font-size: 2vw;
  text-transform: uppercase;
  font-variation-settings: "wght" 700, "wdth" 200, "slnt" 0;
}
footer .info h3 span {
  color: #8eb3c9;
  text-transform: uppercase;
}
footer .info ul li a {
  font-variation-settings: "wght" 400, "wdth" 100, "slnt" -10 !important;
}
footer .info ul li a {
  color: #fff;
  font-size: 1.2vw;
  font-variation-settings: "wght" 500, "wdth" 100, "slnt" 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
footer .info .content > a {
  color: #fff;
  font-size: 1.7vw;
  font-variation-settings: "wght" 400, "wdth" 100, "slnt" 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
footer .info a:hover {
  color: #8eb3c9;
}

/***** About Page ******/
.about {
  color: #fff;
}
.about .heading {
  margin: 30px 0 30px 0;
}
.about .heading h1 {
  font-variation-settings: "wght" 500, "wdth" 200, "slnt" -10;
  font-size: 4rem;
  background: #000;
  padding: 10px 20px 0px 10px;
  display: inline-block;
}
.about .heading h1 .fillcolor {
  clip-path: inset(0% 100% 0% 0%);
  color: #8eb3c9;
}
.about .heading p {
  font-size: 1.15rem;
  display: inline;
  font-variation-settings: "wght" 400, "wdth" 100, "slnt" 0;
  line-height: 1.3;
  background: #000;
  padding: 5px;
  margin: 20px 0 0 0;
}
.about .team {
  text-align: center;
}
.about .team h2 {
  font-variation-settings: "wght" 500, "wdth" 200, "slnt" -10;
  font-size: 4rem;
  background: #000;
  text-align: center;
  padding: 10px 20px 0px 10px;
  display: inline-block;
  text-transform: uppercase;
  margin: 7% auto;
}
.about .team .team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  margin-bottom: 100px;
}
.about .team .team-row .member {
  flex: 0 0 18%;
  text-align: center;
}
.about .team .team-row .member img {
  max-width: 100%;
  height: 45vh;
}
.about .team .team-row .member h3 {
  margin: 0;
  padding: 1.3rem 0 0 0;
  background: #000;
  font-size: 1rem;
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" -10;
}
.about .team .team-row .member .info {
  margin-top: 10px;
}
.about .team .team-row .member .info h4 {
  margin: 0 0 7px 0;
  background: #000;
  padding: 10px 6px;
  display: inline-block;
  font-size: 0.9rem;
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" -10;
}
.about .team .team-row .member .info a img {
  width: 2vw;
  transition: 0.3s ease;
}
.about .team .team-row .member .info a:hover img {
  opacity: 0.4;
}
.about footer {
  padding: 140px 60px 60px 60px;
  background: linear-gradient(
    180deg,
    rgba(21, 21, 21, 0) -20%,
    rgba(21, 21, 21, 1) 39%
  );
}
.about .team_first {
  background: black;
}
.about .team_members {
  transition: transform 0.3s ease; /* Smooth scaling animation */
  transform-origin: center bottom;
}

.about .team_members:hover {
  transform: scale(1.21); /* Slightly enlarges the image (5%) */
}

/*** Services ***/
.services .main {
  color: #fff;
}
.services .main .content .logo {
  width: 24vw;
  margin-top: 80px;
}
.services .main h1 {
  font-variation-settings: "wght" 500, "wdth" 200, "slnt" -10;
  font-size: 3rem;
  padding-top: 60px;
  text-transform: uppercase;
}

.services .main p {
  font-variation-settings: "wght" 400, "wdth" 100, "slnt" 0;
  line-height: 1.3;
  padding: 5px;
  font-size: 1.1rem;
  margin: 2% 0 6% 0;
}

.services .icons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  row-gap: 40px;
}
.services .icons-row .icon-group {
  display: flex;
  flex: 1 0 30%;
}
.services .media-production .icons-row .icon-group svg, .services .media-production .icons-row .icon-group img {
  width: 2.5vw;
}
.services .icons-row .icon-group p {
  margin: 0 0 0 10px;
  padding: 5px 10px 5px 5px;
  text-transform: uppercase;
  align-self: center;
}
.services .events-management .icons-row .icon-group svg,.services .events-management .icons-row .icon-group img  {
  width: 3vw;
}

.services .main .media-production {
  background-image: url(../images/red-bg.png);
  background-size: cover;
  background-position-y: 90%;
  height: 55vw;
}
.services .main .events-management {
  background-image: url(../images/blue-bg.png);
  background-size: cover;
  background-position: center;
  /*height: 50vw;*/
}
.services footer {
  padding: 110px 0 30px 0;
  background: transparent !important;
}
.services .events-management #arc {
  clip-path: inset(0% 100% 0 0);
}

/*** Contact Page ***/
.contact .main {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  min-height: 100vh;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 19%,
      rgba(0, 0, 0, 1) 140%
    ),
    url("../images/contact-bg.svg");
  background-size: 150%;
  background-repeat: no-repeat;
}
.contact .bg-pattern {
  opacity: 1 !important;
}
.contact .hamburger {
  position: fixed;
  right: 4.5%;
  z-index: 2;
  top: 10%;
}
.contact .main .content1 {
  margin-top: 100px !important;
}
.contact .main .content {
  margin: 60px 0;
}
.contact .main .content h3 {
  font-variation-settings: "wght" 600, "wdth" 200, "slnt" -10;
  margin: 0;
}
.contact .main .content p {
  font-variation-settings: "wght" 100, "wdth" 200, "slnt" -10;
  line-height: 1.3;
  margin-top: 4px;
}
.contact .main .content span {
  font-variation-settings: "wght" 500, "wdth" 200, "slnt" -10;
  color: #ce0e2d;
}
.contact .main .content span a {
  text-decoration: none;
  color: #8eb3c9;
  transition: 0.3s ease;
}
.contact .main .content span a:hover {
  color: #5e7f93;
}

.contact .main .contact-info {
  display: flex;
}
.contact .main .contact-info > div {
  flex: 1 1 0;
}
.contact .main .contact-info .riyadh {
  flex-grow: 1;
}
.contact .main .contact-info .cairo {
  flex-grow: 2;
}
.contact .main .contact-info .dubai {
  flex-grow: 1;
}
.contact .main .contact-info h4 {
  margin: 0;
  font-variation-settings: "wght" 600, "wdth" 200, "slnt" -10;
  color: #8eb3c9;
}
.contact .main .contact-info p {
  font-variation-settings: "wght" 400, "wdth" 100, "slnt" -10;
  margin-top: 4px;
}
.contact .main form {
  width: 30%;
  margin: 55px auto 90px auto;
  margin-top: 140px;
  max-width: 500px;
}
.contact .main form span {
  color: #ce0e2d;
}
.contact .main form h1 {
  font-variation-settings: "wght" 700, "wdth" 200, "slnt" 0;
  background-color: #000;
  padding: 5px;
  font-size: 2.4vw;
  text-align: center;
  padding-top: 18px;
}
.contact .main form p {
  font-variation-settings: "wght" 100, "wdth" 100, "slnt" 0;
  background-color: #000;
  line-height: 1.3;
  padding: 5px;
  margin: 15px 0 20px 0;
}
.contact .main form input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: none;
  padding: 10px 2px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  margin-bottom: 20px;
  color: #fff;
  font-family: "transducer-variable", sans-serif !important;
  font-variation-settings: "wght" 300, "wdth" 100, "slnt" 0 !important;
  text-transform: uppercase;
}
.contact .main form input:focus {
  outline: none;
}
.contact .main form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: none;
  padding: 10px 2px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  margin-bottom: 20px;
  color: #fff;
  font-family: "transducer-variable", sans-serif !important;
  font-variation-settings: "wght" 300, "wdth" 100, "slnt" 0 !important;
  text-transform: uppercase;
  height: 60px;
}
.contact .main form textarea:focus {
  outline: none;
}
.contact .main form button {
  background-color: #cf1f39;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: "transducer-variable", sans-serif !important;
  font-variation-settings: "wght" 800, "wdth" 50, "slnt" -10 !important;
  font-size: 1.2rem;
  padding: 2px 5px 6px 7px;
  transition: 0.3s;
  border-radius: 2px;
}
.contact .main form button:hover {
  background-color: #a11429;
}

.contact #address-list a {
  color: #f0f0f0;
  text-decoration: none;
  transition: 0.3s ease;
}

/**** Project Info Page ****/
.project-info {
  display: flex;
  gap: 30px;
  margin: 80px 0;
}
.project-info .info1 {
  width: 70%;
}
.project-info .info1 h1 {
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  margin: 30px 0;
  background-color: #000;
  display: inline-block;
  padding: 5px;
  font-size: 1.6rem;
}
.project-info .info1 h2 {
  font-variation-settings: "wght" 200, "wdth" 200, "slnt" 0;
  margin: 0;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 1.3rem;
  background-color: #000;
  display: inline-block;
}
.project-info .info1 .client p {
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  font-size: 1.3rem;
  padding: 5px;
  background-color: #000;
  display: inline-block;
}
.project-info .info1 .credits p {
  font-variation-settings: "wght" 400, "wdth" 100, "slnt" 0;
  line-height: 1.2;
  padding: 5px;
  background-color: #000;
  display: inline-block;
}
.project-info .info2 h2 {
  font-variation-settings: "wght" 200, "wdth" 200, "slnt" 0;
  margin: 0;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 1.3rem;
  background-color: #000;
  display: inline-block;
}
.project-info .info2 p {
  font-variation-settings: "wght" 200, "wdth" 200, "slnt" 0;
  margin: 0;
  padding: 5px;
  margin-bottom: 30px;
  font-size: 1.3rem;
  background-color: #000;
  display: inline-block;
}
.related-projects {
  text-align: center;
}
.related-projects h1 {
  font-variation-settings: "wght" 500, "wdth" 200, "slnt" -10;
  font-size: 4rem;
  background: #000;
  padding: 10px 20px 0px 10px;
  display: inline-block;
  margin: 30px auto;
}
.related-projects .video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.related-projects video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.related-projects .video-row1 {
  display: flex;
}
.related-projects .behind-the-scenes-h1 {
  color: #8eb3c9;
}

/**** Our Works ****/
.our-works {
  text-align: center;
}
.our-works h1 {
  font-variation-settings: "wght" 500, "wdth" 200, "slnt" -10;
  font-size: 4rem;
  background: #000;
  padding: 10px 20px 0px 10px;
  display: inline-block;
  margin: 30px auto;
}
.our-works .video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%; /* Adjust as needed */
  margin: 0 auto;
}

.video-container video {
  width: 100%;
  display: block;
}

.video-overlay {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: left;
  color: white;
  font-family: "transducer-variable", sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  gap: 20px;
}

.overlay-line-1 {
  font-variation-settings: "wght" 750, "wdth" 200, "slnt" 0;
  font-weight: bold;
  margin: 9px 0;
  font-size: 0.8rem;
}
.overlay-line-2 {
  font-size: 1rem;

  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  color: grey;
}
.our-works video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.our-works .video-row1 {
  display: flex;
}
.our-works .video-row2 {
  display: flex;
}
.ourworks-footer {
  padding: 160px 60px 60px 60px !important;
  background: linear-gradient(
    180deg,
    rgba(21, 21, 21, 0) 0%,
    rgba(21, 21, 21, 1) 45%
  ) !important;
}

/* Overall Styles */
.video-row2 .video-container {
  aspect-ratio: 1 / 1;
}

/**Comparison Videos ***/
.comparison-container {
  position: relative;
  height: 350px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-wrapper video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
}

.after-video {
  position: absolute;
  width: 50%;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: white;
  cursor: ew-resize;
  transform: translateX(-50%);
  z-index: 10;
}

.slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}

#afterVideo1 {
  width: auto;
}
#afterVideo2 {
  width: auto;
}

.media-production-text,
.events-management-text {
  background: black;
  padding: 5px;
}

.project .video span.active {
  background-color: #8db3c9;
}

.blue-text {
  color: #8db3c9 !important;
}

.py-4 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.design-slider img {
  width: 100%;
}
