@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html {
    height: 100vh;
}

body {
    background-color: black;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#body-contact {
    position: relative;
}

#body-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), url('Web-BackdropArtboard 1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    z-index: -1;
}

#body-player {
  position: relative;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

#body-player::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  background: url("videos/short films/Ten Lies/tenliesthumbnail.webp") no-repeat center center;
  background-size: cover;
  opacity: 0.6;
  filter: blur(20px);
  z-index: -1;
}

#body-dryink {
  position: relative;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#body-dryink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
    display: flex;
    flex-direction: column;
  background: url("videos/short films/Dry Ink/dryinkthumbnail.jpeg") no-repeat center center;
  background-size: cover;
  opacity: 0.4;
  filter: blur(20px);
  z-index: -1;
}

/* Vertical scrollbar */
::-webkit-scrollbar {
    width: 0px;
  }
  
  /* Horizontal scrollbar */
  ::-webkit-scrollbar {
    height: 0px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  

header {
    width: 100vw;
    background-color: #ffcf1e;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: top 0.3s;
}

header a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

header img {
    height: 55px;
    margin: 0 13px 0 10px;
}

.header-option {
    height: 60px;
    width: 150px;
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: none;
    padding: 0px 15px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 25px;
    font-weight: 500;
    border-top: transparent 2px solid;
    border-bottom: transparent 2px solid;
    box-sizing: border-box;
    transition: background-color 200ms ease-in-out;
}

.header-option:hover {
    background-color: black;
    color: white;
}

#header-option-active {
    background-color: black;
    color: white;
}

#header-buffer {
    height: 60px;
}

.menu-button {
    display: none;
}

.cover {
    position: relative; /* Ensure the pseudo-element is positioned correctly */
    width: 100%;
    height: 500px;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; /* Ensure the pseudo-element stays within the div */
    padding: 20px 45px;
    box-sizing: border-box;
    border-bottom: 5px #ffcf1e solid;
    margin-top: 60px; /* Add margin-top to avoid content being hidden behind fixed header */
}

.cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    opacity: 0.5; /* Set the opacity of the background image */
    z-index: -1; /* Ensure the pseudo-element is behind the content */
}

.cover h1 {
    font-family: "Bebas Neue", sans-serif;
    color: white;
    font-size: 85px;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
    position: relative; /* Ensure the content is above the pseudo-element */
    z-index: 1;
    letter-spacing: 3px;
}

#cover-prod::before {
    background-image: url('images/filmcrew.jpg');
    opacity: 0.5;
}

#cover-post::before {
    background-image: url('https://www.vidyard.com/media/video-post-production-1982x1114-2.jpg');
    opacity: 0.5;
}

#cover-live::before {
    background-image: url('images/livestream2.png');
    opacity: 0.5;
}

#cover-gallery::before {
    opacity: 1;
    background-image: url('images/partners.png');
}

.three-services {
    width: 100vw;
    height: calc(100dvh - 60px);
    height: 100dvh;
    display: flex;
    flex-direction: row;
    margin-top: 60px; /* Add margin-top to avoid content being hidden behind fixed header */
}

.service {
    height: 100%;
    width: auto;
    flex: 1;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative; /* Needed for positioning the pseudo-element */
    overflow: hidden; /* To ensure the pseudo-element does not overflow */
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.service:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('images/equipment.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    opacity: 1;
    transform: scale(1); /* Initial scale */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
    border-right: 2px solid black;
}

.service:nth-child(1):hover::before {
    opacity: 0.5;
    transform: scale(1.05); /* Zoom in by 10% */
}

.service:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('images/postproductiontab.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    opacity: 1;
    transform: scale(1); /* Initial scale */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
    border-right: 2px solid black;
    border-left: 2px solid black;
}

.service:nth-child(2):hover::before {
    opacity: 0.5;
    transform: scale(1.05); /* Zoom in by 10% */
}

.service:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('images/camera.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -200px;
    background-position-y: center;
    opacity: 1;
    transform: scale(1); /* Initial scale */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
    border-left: 2px solid black;
}

.service:nth-child(3):hover::before {
    opacity: 0.5;
    transform: scale(1.05); /* Zoom in by 10% */
}

.service-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-size: 55px;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
    line-height: 60px;
}

.service:hover .service-text {
    opacity: 1;
}

.body-text {
    margin: auto;
    margin-top:65px;
    margin-bottom: 150px;
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* box-sizing: border-box; */
    color: white;
    font-size: 22px;
    line-height: 30px;
    flex-shrink: 1;
    padding: 0 40px;
}

.body-text p {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.body-text h2 {
    margin: 0px 0px 40px;
    font-size: 45px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.body-text span {
    width: 100%;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 30px;
    text-align: left;
}

.body-text-form {
    margin: auto;
    margin-top:65px;
    margin-bottom: 150px;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    color: white;
    font-size: 22px;
    line-height: 30px;
}

.body-text-about {
    margin: auto;
    margin-top:20px;
    margin-bottom: 150px;
    width: 95vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    color: white;
    font-size: 22px;
    line-height: 30px;
    flex-shrink: 1;
    padding: 0px 60px;
}

.body-text-about span, p {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    width: 100%;
    height: auto;
    margin: 0;
    flex-wrap: wrap;
    text-align: left;
}

.body-text-about p:first-of-type {
    margin-top: 0;
}

.body-text-about p {
    margin: 10px 0 30px;
}

.desktop-logo {
    float:inline-start;
    border-radius: 10px;
    width: 340px;
    height: 340px;
    margin: 0px 30px 5px 5px;
}

.mobile-logo {
    display: none;
}

.body-text-about h1 {
    margin: 15px 0px 20px;
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    line-height: 55px;
}


.body-text-about h2 {
    margin: 40px 0px 0px;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
}

#highlight-video {
    width: 100%;
    height: 70vh;
    padding: 60px 80px 60px;
    padding: 15vh 10.28vh 7.71vh;
    color: white;
    border-bottom: 4px solid #ffcf1e;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    background-image: url('images/highlightbanner.jpg');
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Add this pseudo-element */
#highlight-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent 60%, transparent 90%, rgba(0, 0, 0, 0.6));
    z-index: 1; /* Ensure it's behind text but above the background */
}

#highlight-video > * {
    
    z-index: 2; /* Higher z-index for content to appear above the gradient */
}

#highlight-video img {
    height: 20vh;
    width: auto;
    margin-bottom: 15px;
    margin-bottom: 3vh;
}

#highlight-video h1 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-size: 3.08vh;
    font-weight: 600;
    margin-bottom: 4px;
    margin-bottom: 0.51vh;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

#highlight-video h3 {
    max-width: 85vh;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 2.31vh;
    font-weight: 400;
    margin-bottom: 3px;
    margin-bottom: 0.39vh;
    margin-bottom: 0.8vh;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
}

#highlight-video h6 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 2.06vh;
    font-size: 1.9vh;
    font-weight: 500;
    margin-bottom: 15px;
    margin-bottom: 1.93vh;
    font-style: italic;
    margin-bottom: 3.4vh;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

.highlight-travel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    /* position: absolute;
    bottom: 60px; */
}

.highlight-travel a, .highlight-travel button {
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-size: 27px;
    font-size: 2.82vh;
    font-weight: 400;
    text-align: center;
    height: 62.31px;
    height: 6.5vh;
    width: auto;
    border: solid 3px #ffcf1e;
    background-color: black;
    color: white;
    box-sizing:border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform:capitalize;
    transition: all 150ms ease-in-out;
}

.highlight-travel a {
    color: white;
    background-color: rgba(189, 134, 18, 0.5);
    border: 3px solid #ffcf1e;
    padding: 0 32px 0 10px;
    padding: 0 3.34vh 0 1.04vh;
    gap: 6px;
    gap: 0.63vh;
}

.highlight-travel a:hover {
    color: black;
    background-color: #ffcf1e;
    border: 3px solid #ffcf1e;
}

.highlight-travel a:hover svg {
    fill: black;
}

.highlight-travel a span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 27px;
    font-size: 2.82vh;
    font-weight: 400;
}

.highlight-travel a svg {
    height: 45px;
    height: 4.7vh;
    width: auto;
    fill: white;
}

.highlight-travel button {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 3px black;
    padding: 0 45px;
    padding: 0 4.7vh;
    padding: 0 32px 0 15px;
    padding: 0 3.34vh 0 1.57vh;
    gap: 10px;
}

.highlight-travel button:hover {
    background-color: black;
}

.highlight-travel button span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 27px;
    font-size: 2.82vh;
    font-weight: 400;
}

.highlight-travel button svg {
    height: 40px;
    height: 4.18vh;
    width: auto;
    fill: white;
}



.founders {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    margin: 35px 0 0px;
    row-gap: 30px;
    column-gap: 20px;
}

.founder {
    height: auto;
    width: auto;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1 1 0;
    box-sizing: border-box;
}

.founder img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    margin: 0 10px 0 0;
}

.founder-info {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.founder-info h3 {
    margin: 7px 0 0px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin-top: clamp(7px, 1vw, 13px);
    font-size: clamp(15px, 1.7vw, 27px);
    line-height: clamp(20px, 2vw, 23px);
}

.founder-info h4 {
    margin: 0px 0 0;
    margin-top: clamp(0px, 0.1vw, 5px);
    font-weight: 500;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-size: clamp(13px, 1.4vw, 23px);
    line-height: 19px;
    line-height: clamp(0px, 10vw, 26px);
}

.founder-info span {
    width: 100%;
    flex-shrink: 0;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin: 3px 0 0;
    text-align: left;
}

.player {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 150px;
    width: 984px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    font-size: 22px;
    line-height: 30px;
    background-color: #1a1a1a;
    border: 2px white solid;
    padding: 35px 35px 30px;
    border-radius: 30px;
    /* margin-bottom: 180px; */
}

.video-info-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#video-info {
  flex: 7;
  height: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
}

#video-info h2 {
  margin-bottom: 10px;
  font-size: 38px;
  font-family:'Montserrat';
  font-weight: 600;
}

.video-info-options {
  width: 100%;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  border-bottom: 2px solid #d8d8d87a;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.video-info-option {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  cursor: pointer;
  height: 40px;
  padding: 0/*  22.2px */;
  background-color: #1a1a1a;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #d8d8d87a;
  color: white;
  font-size: 17px;
  font-weight: 400;
  transition: border-bottom ease-in 100ms;
  flex-grow: 1;
}

.video-info-option:hover {
  border-bottom: 2px solid #ffcf1e;
}

#video-info-option-active {
  border-bottom: 2px solid #ffcf1e;
  cursor:default;
}

.video-overview {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
}

.video-overview img {
  width: 160px;
  height: auto;
  border-radius: 5px;
}

.video-overview p {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 15px;
  line-height: 22px;
  flex-grow: 1;
}

.credit-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.credit {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    line-height: 27px;
}

.credit h5 {
    flex: 2;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}

.credit span {
    flex: 3;
    margin-left:20px;
    font-size: 17px;
    font-weight: 300;
}

.spec-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.spec {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    line-height: 27px;
}

.spec h5 {
    flex: 2;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}

.spec span {
    flex: 3;
    margin-left: 20px;
    font-size: 17px;
    font-weight: 300;
}

.award-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.award {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 0px;
    line-height: 25px;
}

.award hr {
    margin-top: 8px;
    width: 100%;
    height: 0px;
    border: none;
    border-bottom: 1px solid #d8d8d87a;
}

.award h5 {
    font-size: 16px;
    font-weight: 500;
}

.award span {
    font-size: 16px;
    font-weight: 300;
}

.video-extra {
  flex: 4;
  height: auto;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
}

.video-trailer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.video-trailer h3 {
  font-size: 21px;
  font-weight: 600;
  border-bottom: 2px solid #d8d8d87a;
  padding-bottom: 2px;
  margin-bottom: 8px;
}

.video-trailer iframe {
  border-radius: 12px;
}

.video-stills {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
}

.video-stills h3 {
  font-size: 21px;
  font-weight: 600;
  border-bottom: 2px solid #d8d8d87a;
  padding-bottom: 2px;
  margin-bottom: 8px;
}

.stills-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}

.still {
  background-color: #ffcf1e;
  margin-right: 22px;
  margin-bottom: 22px;
  box-sizing: content-box;
}

.service-travel {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.reel-travel-button {
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    height: 62.31px;
    width: 210px;
    padding: 0;
    border: solid 3px #ffcf1e;
    background-color: black;
    color: white;
    box-sizing:border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform:capitalize;
}

.reel-travel-button:nth-child(1) {
    color: black;
    background-color: #ffcf1e;
    border: 3px solid #ffcf1e;
}

.reel-travel-button:hover {
    color: black;
    background-color: #ffcf1e;
    border: 3px solid #ffcf1e;
}

.reel-travel-button:nth-child(1):hover {
    color: white;
    background-color: #ffcf1e;
    border: 3px solid #ffcf1e;
}

li {
    margin-left: 80px;
}

#gallery-heading {
    display: none;
}

#gallery-container {
    width: 100vw;
    padding-left: 80px;
    margin-top: 30px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

#gallery-container h2 {
    color: white;
    margin: 10px 10px 5px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 37px;
    font-weight: 500;
}

#gallery-container h2:first-of-type {
    margin-top: 0;
}

.gallery-static {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
}

.gallery-static:hover .gallery-scroll-right, .gallery-static:hover .gallery-scroll-left {
    opacity: 1;
}

.shorts-static {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 40px;
}

.gallery-scroll-right, .gallery-scroll-left {
    all: unset;
    height: 200px;
    width: 80px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    cursor: pointer;
    z-index: 10;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.gallery-scroll-left {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 200%);
    left: 0px;
    display: none;
}

.gallery-scroll-right {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 200%);
    right: -10px;
}

.gallery-slide {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.7s ease-in-out;
}

.shorts-slide {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.7s ease-in-out;
}

.gallery-slide iframe {
    border-radius: 10px;
    margin: 0 15px 0 0;
    border: 1px transparent solid;
    box-sizing: border-box;
    transition: border 100ms ease-in-out;
}

.hr-solid {
    height: 0px;
    background-color: #ffcf1e;
    border: none;
    margin-bottom: 5px;
}

.gallery-item {
    height: 200px;
    width: fit-content;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
    margin-right: 15px;
    text-decoration: none;
}

.gallery-item iframe {
    height: 200px;
    width: 355.56px;
    border-radius: 10px;
    transition: border ease-in-out 75ms;
    margin: 0;
    box-sizing: border-box;
    border: 0px transparent solid;
}

/* .gallery-item iframe:hover {
    border: 0px #ffcf1e solid;
}

.gallery-item img {
    height: 350px;
    border: solid 2px transparent;
    transition: border ease-in-out 200ms;
    margin-bottom: 10px;
    border-radius: 10px;
}

.gallery-item img:hover {
    border: solid 2px #ffcf1e;
}

.gallery-item p {
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    color: white;
    font-size: 38px;
    text-align: left;
} */

.shorts-item {
    position: relative;
    height: auto;
    width: fit-content;
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
    margin-right: 20px;
    text-decoration: none;
}

.shorts-item img {
    position: relative;
    height: 200px;
    transition: border ease-in-out 200ms;
    margin-bottom: 0px;
    border-radius: 10px;
    box-sizing: border-box;
}

.play-circle {
    height: 47px;
    width: 47px;
    border-radius: 47px;
    background-color: black;
    border: 2px solid #ffcf1e;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 150ms ease-in-out;
}

.play-circle svg {
    fill: white;
    height: 78%;
    transition: all 150ms ease-in-out;
}

.shorts-item:hover .play-circle {
    background-color: #ffcf1e;
}

.shorts-item:hover .play-circle svg {
    fill: black;
}

.shorts-item:active .play-circle {
    background-color: #ffcf1e;
}

.shorts-item:active .play-circle svg {
    fill: black;
}

.film-name {
    all: unset;
    text-decoration: none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: white;
    position: absolute;
    top: 10px;
    left: 15px;
}

#client-grid {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    border-bottom: #ffcf1e 0px solid;
    padding: 80px 0px 40px;
    flex-wrap: wrap;
    position: relative; /* Ensure the pseudo-element is positioned correctly */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; /* Ensure the pseudo-element stays within the div */
}

#client-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://static1.bigstockphoto.com/7/4/2/large1500/247874830.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    opacity: 0.5; /* Set the opacity of the background image */
    z-index: -1; /* Ensure the pseudo-element is behind the content */
    filter: blur(2px);
}

#client-grid h1 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 18wv;
    width: 100vw;
    margin: 0px 0px;
    color: white;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 6.5vw;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
}

.client {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18vw;
    height: 18vw;
}

.client img {
    width: 80%;
}

.quote-form {
    width: 800px;
    margin: auto;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
    color: white;
    border: 4px solid white;
    padding: 60px 60px 30px;
    border-radius: 25px;
    background-color: black;
}

.quote-form h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 50px;
    margin-bottom: 40px;
}

.quote-form p {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.quote-form label {
    font-size: 23px;
    font-weight: 700;
    margin: auto 0;
}

.quote-form input {
    all: unset;
    width: 500px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 15px;
    background-color: black;
    color: white;
    border: 3px solid white;
}

#serviceType {
    all: unset;
    width: 500px;
    font-size: 18px;
    font-weight: 800;
    padding: 8px 15px;
    background-color: black;
    color: white;
    border: 3px solid white;
    cursor: pointer;
}

#serviceType:hover {
    border: #ffcf1e 3px solid;
}

#serviceType option {
    padding: 10px;
    background-color: #fff;
    color: #333;
}

.quote-form input:hover {
    border: 3px #ffcf1e solid;
}

#projectDescription {
    all: unset;
    width: 100%;
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: 3px solid white;
    padding: 15px 20px;
    text-align: left;
}

#projectDescription:hover {
    border: 3px solid #ffcf1e;
}

.form-submission-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap-reverse;
    gap: 15px;
}

#submit-button {
    all: unset;
    font-family: "Bebas Neue", sans-serif;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    height: 56px;
    width: auto;
    padding: 0 40px;
    border: solid 3px #ffcf1e;
    background-color: black;
    color: white;
    box-sizing:border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform:capitalize;
    transition: 150ms ease-in-out background-color;
}

#submit-button:hover {
    background-color: #ffcf1e;
    color: black;
}

#mailer-feedback {
    height: 56px;
    width: auto;
    padding: 0 50px;
    flex: 1;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    border: solid 3px green;
    background-color: darkgreen;
    box-sizing:border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: default;
    opacity: 0;
    transition: opacity 100ms;
}

#mailer-process {
    height: 56px;
    width: auto;
    padding: 0 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: black;
    border: solid 3px #ffcf1e;
    background-color: #ebbb0e;
    box-sizing:border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: default;
    opacity: 1;
    transition: opacity 100ms;
}

#mailer-feedback.animate {
    animation: fadeInOut 10s forwards;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    25%, 75% {
        opacity: 1;
    }
}



footer {
    margin-top: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-self: center;
    flex-wrap: nowrap;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.top-footer {
    background-color: #1a1a1a;
    color: white;
    height: 78px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.footer-left {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.footer-left img {
    height: 32px;
    margin: auto 21px auto 27px;
}

.license {
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.license p {
    font-size: 13px;
    font-weight: 300;
}

.bottom-footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: black;
}

.social {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    height: auto;
    width: auto;
    font-size: 15px;
    font-weight: 300;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin: 12px 20px;
}

/*767*/

@media only screen and (max-width: 767px) {
    
    header {
        width: 100vw;
        background-color: #ffcf1e;
        height: 55px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    header img {
        height: 50px;
        margin: 0 15px;
    }

    #header-buffer {
        height: 55px;
    }
    
    .menu-button {
        display: inline;
        height: 41.25px;
        width: 38px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        gap: 6.5px;
    }

    .menu-button-bar {
        width: 35px;
        height: 4px;
        background-color: black;
        transition: all 0.5s ease, opacity 0.2s ease;
        border-radius: 4px;
    }

    .menu-button.active .menu-button-bar:nth-child(1) {
        transform: rotate(45deg);
        position: absolute;
        height: 3px;
    }
      
    .menu-button.active .menu-button-bar:nth-child(2) {
        opacity: 0;
        height: 3px;
    }
      
  .menu-button.active .menu-button-bar:nth-child(3) {
        transform: rotate(-45deg);
        position: absolute;
        height: 3px;
    }
    
    .menu {
        display: block;
        position: fixed;
        left: 0;
        top: 55px;
        background-color: black;
        height: calc(100dvh - 55px);
        width: 100%;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms ease, visibility 300ms ease;
        box-sizing: border-box;
        padding: 10px 0;
        border-bottom: 4px #ffcf1e solid;
    }
    
    .menu a {
        color: white;
        padding: 16px 40px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-family: "Bebas Neue", sans-serif;
        font-size: 24px;
        cursor: pointer;
        transition: background-color 150ms ease, color 150ms ease;
    }
    
    .menu a:hover {
        background-color: #575757;
    }
    
    .menu a:active {
        background-color: #ffcf1e;
        color: black;
    }
    
    .menu.show {
        opacity: 1;
        visibility: visible;
    }

    .cover {
        position: relative; /* Ensure the pseudo-element is positioned correctly */
        width: 100%;
        height: 66vw;
        color: white;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; /* Ensure the pseudo-element stays within the div */
        padding: 20px 45px;
        padding: 0 20vw;
        box-sizing: border-box;
        border-bottom: 5px #ffcf1e solid;
        margin-top: 55px; /* Add margin-top to avoid content being hidden behind fixed header */
    }
    
    .cover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        opacity: 0.5; /* Set the opacity of the background image */
        z-index: -1; /* Ensure the pseudo-element is behind the content */
    }
    
    .cover h1 {
        font-family: "Bebas Neue", sans-serif;
        color: white;
        font-size: 85px;
        font-size: 10.5vw;
        text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
        position: relative; /* Ensure the content is above the pseudo-element */
        z-index: 1;
        letter-spacing: 4px;
        letter-spacing: 0.3vw;
        line-height: 11vw;
        text-align: center;
    }

    .body-text {
        padding: 0;
        margin: auto;
        margin-top: 10vw;
        margin-bottom: 150px;
        width: 85vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        box-sizing: border-box;
        color: white;
        font-size: 1rem;
        line-height: 30px;
    }
    
    .body-text p {
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        line-height: 1.5rem;
    }
    
    .body-text h2 {
        margin: 0px 0px 3.5vw;
        font-size: 1.6rem;
        font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .body-text span {
        width: 100%;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 20px;
        margin-top: 30px;
        text-align: left;
    }

    .service-travel {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .reel-travel-button {
        margin: 20px 0 0 0;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-size: 27px;
        font-size: 1.4rem;
        font-weight: 400;
        text-align: center;
        height: 62.31px;
        height: 3.4rem;
        width: 210px;
        width: 10rem;
        min-width: 160px;
        padding: 0;
        border: solid 3px #ffcf1e;
        background-color: black;
        color: white;
        box-sizing:border-box;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform:capitalize;
    }
    
    .reel-travel-button:nth-child(1) {
        color: black;
        background-color: #ffcf1e;
        border: 3px solid #ffcf1e;
        margin-right: 20px;
    }
    
    .reel-travel-button:hover {
        color: black;
        background-color: #ffcf1e;
        border: 3px solid #ffcf1e;
    }
    
    .reel-travel-button:nth-child(1):hover {
        color: white;
        background-color: #ffcf1e;
        border: 3px solid #ffcf1e;
    }

    footer {
        margin-top: auto;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-self: center;
        flex-wrap: nowrap;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
    }
    
    .top-footer {
        background-color: #1a1a1a;
        color: white;
        height: 78px;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
    }
    
    .footer-left {
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
    }
    
    .footer-left img {
        height: 32px;
        margin: auto 21px auto 27px;
    }
    
    .license {
        height: 100%;
        width: auto;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        padding-right: 1.6rem;
    }
    
    .license p {
        font-size: 0.6rem;
        font-weight: 300;
        line-height: 13px;
    }
    
    .bottom-footer {
        width: 100%;
        height: 43px;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-evenly;
        padding: 0 0px;
        box-sizing: border-box;
        background-color: black;
    }
    
    .social {
        text-decoration: none;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        color: white;
        cursor: pointer;
        height: auto;
        width: auto;
        font-size: 14px;
        font-weight: 300;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        margin: 12px 20px;
        margin: auto 5px;
    }

    #client-grid {
        display: none;
    }

    #client-grid::before {
        display: none;
    }

    .client {
        display: none;
    }

    #body-player::before {
        background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), url('Web-BackdropArtboard 1.png');
        height: 100dvh;
        filter: blur(0px);
      }
    
    #body-dryink::before {
        background: none;
        background-color: #1a1a1a;
    }

    /*                                                      ABOUT START                                                      */

    .body-text-about {
        width: 100vw;
        padding: 0px 30px;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: inline-block;
        float: none;
        border-radius: 10px;
        width: 100%;
        height: auto;
        margin: auto;
    }
    
    .body-text-about h1 {
        margin: 10px 0px 10px;
        font-size: 32px;
        font-family: 'Poppins', sans-serif;
        line-height: 42px;
        display: none;
    }
    
    
    .body-text-about h2 {
        font-size: 32px;
        font-family: 'Poppins', sans-serif;
        line-height: 42px;
    }
    
    .body-text-about span, p {
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 17px;
        line-height: 24px;
        text-align: justify;
    }

    #highlight-video {
        height: 40vh;
        padding: 10vh 4vh 4vh;
        border-bottom: #ffcf1e 3px solid;
        background-image: url('images/highlightbannermobile.jpg');
        background-size: cover;
        background-position-x: right;
        background-position-y: center;
    }
    
    #highlight-video > * {
        z-index: 2; /* Higher z-index for content to appear above the gradient */
    }
    
    #highlight-video img {
        height: 10vh;
        margin-bottom: 1.92vh;
    }
    
    #highlight-video h1 {
        font-size: 2vh;
        margin-bottom: 0.51vh;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    }
    
    #highlight-video h3 {
        max-width: 80vh;
        font-size: 1.2vh;
        font-weight: 500;
        margin-bottom: 0.8vh;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    }
    
    #highlight-video h6 {
        font-size: 1vh;
        margin-bottom: 2.3vh;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    }
    
    .highlight-travel {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    
    .highlight-travel a, .highlight-travel button {
        font-size: 2.82vh;
        height: 5vh;
    }
    
    .highlight-travel a {
        padding: 0 2.4vh 0 0.8vh;
        gap: 0.5vh;
    }
    
    .highlight-travel a span {
        font-size: 2vh;
        font-weight: 400;
    }
    
    .highlight-travel a svg {
        height: 3.3vh;
        margin-bottom: 0.18vh;
    }
    
    .highlight-travel button {
        padding: 0 1.5vh 0 1vh;
        gap: 5px;
    }
    
    .highlight-travel button span {
        font-size: 2vh;
        font-weight: 400;
    }
    
    .highlight-travel button svg {
        height: 3vh;
    }

    .founders {
        gap: 15px;
    }

    .founder {
        min-width: 100px;
        max-width: 250px;
        flex-direction: column;
        height: auto;
        flex: 1 1 47%;
    }

    .founder img {
        display: block;
        width: 100%;
        height: auto;
    }

    .founder-info {
        height: auto;
    }

    .founder-info h3 {
        margin: 7px 0 3px;
        font-weight: 600;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 23px;
    }
    
    .founder-info h4 {
        margin: 0px 0 0;
        font-weight: 500;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 17px;
        line-height: 19px;
    }

    .founder-info span {
        display: none;
    }

    /*                                                       ABOUT END                                                       */

}



@media only screen and (max-width: 940px) {

    /*                                                      GALLERY START                                                      */

    /* #gallery-heading {
        display: block;
        color: white;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 500;
        font-size: 42px;
        margin: 10px 0 15px 7px;
    } */

    #gallery-container {
        width: 100vw;
        padding-left: 20px;
        margin-top: 25px;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
    }
    
    #gallery-container h2 {
        color: white;
        margin: 7px 10px 2px;
        font-size: 28px;
    }
    
    .gallery-static {
        width: 100%;
        height: 170px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 40px;
    }
    
    .gallery-slide {
        width: auto;
        height: 170px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        transition: transform 0.7s ease-in-out;
        overflow: scroll;
        box-sizing: content-box;
        padding-right: 10px;
    }
    
    .gallery-slide iframe {
        height: 200px;
        width: fit-content;
        border-radius: 10px;
        margin: 0 15px 0 0;
        box-sizing: border-box;
        transition: border 100ms ease-in-out;
    }
    
    .hr-solid {
        height: 0px;
        background-color: #ffcf1e;
        border: none;
        margin-bottom: 5px;
    }

    .gallery-item {
        display: inline-flex;
        align-content: center;
        justify-content: center;
        z-index: 1;
        height: 168.75px;
        width: 300px;
        flex-direction: column;
        margin-right: 10px;
        text-decoration: none;
    }
    
    .gallery-item iframe {
        height: 168.75px;
        width: 300px;
        border-radius: 10px;
        border: solid 1px black;
        transition: border ease-in-out 75ms;
        margin: 0;
    }

    .gallery-scroll-right, .gallery-scroll-left {
        opacity: 0;
        display: none;
    }

    /* Shorts */

    .shorts-static {
        height: 170px;
        margin-bottom: 40px;
    }
    
    .shorts-slide {
        height: 170px;
        overflow: scroll;
        box-sizing: content-box;
        padding-right: 10px;
    }

    .shorts-item {
        height: 168.75px;
        width: 300px;
    }

    .shorts-item img {
        position: relative;
        height: 169.75px;
    }
    
    .play-circle {
        height: 40px;
        width: 40px;
        border-radius: 40px;
    }
    
    .film-name {
        font-size: 16px;
        font-weight: 200;
        top: 10px;
        left: 15px;
    }

    /*                                                     GALLERY END                                                     */

}

@media only screen and (max-width: 1100px) {

    .player {
        margin: auto;
        margin-top: 0px;
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 22px;
        line-height: 30px;
        border: none;
        padding: 0px 0px 20px;
        border-radius: 0px;
        margin-bottom: 00px;
        box-sizing: border-box;
        background-color: #1a1a1a;
        border-bottom: #d8d8d87a 1px solid;
    }
    
    .video-info-container {
      width: 100vw;
      height: auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    
    #video-info {
      flex: 7;
      height: auto;
      display: flex;
      flex-direction: column;
      align-content: flex-start;
      justify-content: flex-start;
    }
    
    #video-info h2 {
        padding: 0 10px;
      margin-bottom: 10px;
      font-size: 24px;
      font-family:'Montserrat';
      font-weight: 600;
    }
    
    .video-info-options {
      width: 100vw;
      height: 44px;
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: space-around;
      border-bottom: 2px solid #d8d8d87a;
      box-sizing: border-box;
      margin-bottom: 25px;
    }
    
    .video-info-option {
      all: unset;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: content-box;
      cursor: pointer;
      height: 40px;
      padding: 0/*  22.2px */;
      background-color: inherit;
      border-top: 2px solid transparent;
      border-bottom: 2px solid #d8d8d87a;
      color: white;
      font-size: 12px;
      font-weight: 400;
      transition: border-bottom ease-in 100ms;
      flex-grow: 1;
    }
    
    .video-info-option:hover {
      border-bottom: 2px solid #ffcf1e;
    }
    
    #video-info-option-active {
      border-bottom: 2px solid #ffcf1e;
      cursor:default;
    }
    
    .video-overview {
      width: 100vw;
      padding: 0 20px;
      height: auto;
      display: flex;
      flex-direction: row;
      align-content: flex-start;
      justify-content: flex-start;
      box-sizing: border-box;
    }
    
    .video-overview img {
      width: 160px;
      height: auto;
      border-radius: 7px;
      flex-grow: 0;
    }
    
    .video-overview p {
      box-sizing: border-box;
      padding-left: 15px;
      font-size: 11px;
      line-height: 18px;
      flex-grow: 1;
    }
    
    .credit-container {
        width: 100vw;
        padding: 0 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    
    .credit {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        line-height: 27px;
    }
    
    .credit h5 {
        flex: 1;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        text-align: left;
    }
    
    .credit span {
        flex: 1;
        margin-left:20px;
        font-size: 11px;
        line-height: 18px;
        font-weight: 300;
    }
    
    .spec-container {
        width: 100vw;
        padding: 0 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    
    .spec {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        line-height: 27px;
    }
    
    .spec h5 {
        flex: 1;
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
        text-align: left;
    }
    
    .spec span {
        flex: 1;
        margin-left: 20px;
        font-size: 11px;
        line-height: 18px;
        font-weight: 300;
    }
    
    .award-container {
        width: 100vw;
        padding: 0 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    
    .award {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 5px 0px;
        line-height: 25px;
    }
    
    .award hr {
        margin-top: 8px;
        width: 100%;
        height: 0px;
        border: none;
        border-bottom: 1px solid #d8d8d87a;
    }
    
    .award h5 {
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
    }
    
    .award span {
        font-size: 11px;
        line-height: 18px;
        font-weight: 300;
    }

    /*                                                     CONTACT START                                                     */

    #body-contact {
        position: relative;
    }
    
    #body-contact::before {
        all: unset
    }

    #body-text-form {
        margin: 0;
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        box-sizing: border-box;
        color: white;
        font-size: 22px;
        line-height: 30px;
    }
    
    #body-text-form p {
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    
    #body-text-form h2 {
        margin: 25px 0px 30px;
        font-size: 43px;
        line-height: 50px;
        font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-family: "Bebas Neue", sans-serif;
        text-align: left;
    }
    
    #body-text-form span {
        width: 100%;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 20px;
        margin-top: 30px;
        text-align: left;
    }

    .quote-form {
        width: 88%;
        margin: 0;
        margin: auto;
        box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }
    
    .quote-form h2 {
        font-family: "Bebas Neue", sans-serif;
        font-size: 30px;
    }
    
    .quote-form p {
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
    }
    
    .quote-form label {
        font-size: 18px;
        font-weight: 700;
        display: none;
    }
    
    .quote-form input {
        all: unset;
        width: 100%;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 15px;
        background-color: black;
        color: white;
        border: 3px solid white;
    }
    
    #serviceType {
        all: unset;
        width: 100vw;
        font-size: 15px;
        font-weight: 800;
        padding: 8px 15px;
        background-color: black;
        color: white;
        border: 3px solid white;
        cursor: pointer;
    }
    
    #serviceType:hover {
        border: #ffcf1e 3px solid;
    }
    
    #serviceType option {
        padding: 10px;
        background-color: #fff;
        color: #333;
        font-size: 15px;
    }
    
    .quote-form input:hover {
        border: 3px #ffcf1e solid;
    }
    
    #projectDescription {
        all: unset;
        width: 100vw;
        background-color: black;
        color: white;
        font-size: 15px;
        font-weight: 600;
        border: 3px solid white;
        padding: 15px 20px;
    }
    
    #projectDescription:hover {
        border: 3px solid #ffcf1e;
    }
    
    #submit-button {
        all: unset;
        font-family: "Bebas Neue", sans-serif;
        font-size: 27px;
        font-weight: 400;
        text-align: center;
        height: 56px;
        width: 150px;
        padding: 0;
        border: solid 3px #ffcf1e;
        background-color: black;
        color: white;
        box-sizing:border-box;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform:capitalize;
        transition: 150ms ease-in-out background-color;
    }
    
    #submit-button:hover {
        background-color: #ffcf1e;
        color: black;
    }

    #submit-button:active {
        background-color: #ffcf1e;
        color: black;
    }

    /*                                                     CONTACT END                                                       */

}

@media only screen and (max-width: 1300px) {

    /*                                                          SERVICES START                                                          */

    .three-services {
        width: 100vw;
        height: calc(100dvh - 55px);
        display: flex;
        flex-direction: column;
        margin-top: 55px; /* Add margin-top to avoid content being hidden behind fixed header */
    }
    
    .service {
        height: auto;
        width: 100vw;
        flex: 1;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative; /* Needed for positioning the pseudo-element */
        overflow: hidden; /* To ensure the pseudo-element does not overflow */
        border: none;
    }
    
    .service:nth-child(1)::before {
        border: 0;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('images/equipment.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        opacity: 0.5;
        transform: scale(1); /* Initial scale */
        transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
        border-bottom: 2px solid black;
    }
    
    .service:nth-child(1):hover::before {
        opacity: 1;
        transform: scale(1.05); /* Zoom in by 10% */
    }
    
    .service:nth-child(2)::before {
        border: 0;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('https://assets-global.website-files.com/6299f2e9711457612f15f77e/62f499a10245dad251607c99_9dab277e-5b49-42e6-9160-3b75ccfeebd4_peter-stumpf-FhZEpxtTI_Y-unsplash.jpg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        opacity: 0.5;
        transform: scale(1); /* Initial scale */
        transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
        border-top: 2px solid black;
        border-bottom: 2px solid black;
    }
    
    .service:nth-child(2):hover::before {
        opacity: 1;
        transform: scale(1.05); /* Zoom in by 10% */
    }
    
    .service:nth-child(3)::before {
        border: 0;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('images/livestream.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        opacity: 0.5;
        transform: scale(1); /* Initial scale */
        transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
        border-top: 2px solid black;
    }
    
    .service:nth-child(3):hover::before {
        opacity: 1;
        transform: scale(1.05); /* Zoom in by 10% */
    }
    
    .service-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        transition: opacity 0.3s ease;
        color: white;
        font-family: "Bebas Neue", sans-serif;
        font-size: 50px;
        line-height: 45px;
        font-weight: 800;
        letter-spacing: 1px;
        text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
    }
    
    .service:hover .service-text {
        opacity: 0;
    }

    /*                                                          SERVICES END                                                            */



}

@media only screen and (max-width: 450px) {

    .service-travel {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .reel-travel-button {
        margin-top: 0px;
        flex-grow: 1;
    }

    .reel-travel-button:nth-child(1) {
        margin-right: 0px;
    }

    /* .form-submission-container {
        flex-direction: column;
    } */

    #mailer-feedback {
        width: 100%;
    }

    #mailer-process {
        width: 100%;
    }

    #submit-button {
        width: 100%;
    }

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 3px solid white; /* Match the border with your existing styles */
    -webkit-text-fill-color: white; /* Set the text color */
    -webkit-box-shadow: 0 0 0px 1000px black inset; /* Set the background color */
    box-shadow: 0 0 0px 1000px black inset; /* For other browsers */
    transition: background-color 5000s ease-in-out 0s; /* Prevent the transition delay */
}

@media (pointer: coarse) {
    ::-webkit-scrollbar {
        display: none;
    }

    /* scrollbar-width: none; */
}

html, body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}