body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body,
html {
  overflow-x: hidden;
}
@font-face {
  font-family: "NeueMontreal-Bold";
  src: url("./img/S2E/Fonts/English/NeueMontreal-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NeueMontreal-BoldItalic";
  src: url("./img/S2E/Fonts/English/NeueMontreal-BoldItalic.otf")
    format("opentype");
}
@font-face {
  font-family: "NeueMontreal-Light";
  src: url("./img/S2E/Fonts/English/NeueMontreal-Light.otf") format("opentype");
}
@font-face {
  font-family: "NeueMontreal-LightItalic";
  src: url("./img/S2E/Fonts/English/NeueMontreal-LightItalic.otf")
    format("opentype");
}
@font-face {
  font-family: "NeueMontreal-Medium";
  src: url("./img/S2E/Fonts/English/NeueMontreal-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NeueMontreal-MediumItalic";
  src: url("./img/S2E/Fonts/English/NeueMontreal-MediumItalic.otf")
    format("opentype");
}
@font-face {
  font-family: "NeueMontreal-Regular";
  src: url("./img/S2E/Fonts/English/NeueMontreal-Regular.otf")
    format("opentype");
}
@font-face {
  font-family: "NeueMontreal-Italic";
  src: url("./img/S2E/Fonts/English/NeueMontreal-Italic.otf") format("opentype");
}
.text > p > div {
  width: 100%;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 50%,
    rgb(37, 37, 37) 50%
  );
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.5;
  font-size: 6vw;
  margin-left: 6vw;
  font-family: "NeueMontreal-Regular";
}
/* .italic {
    font-style: italic;
    white-space: nowrap; 
  }
  .hidden {
    display: none;
  } */

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#intro-video {
  width: 100%;
  height: auto;
}

#VerticalLineTop {
  width: 1px;
  height: 80vh;
  background-color: white;
  position: absolute;
  top: 16%;
  left: 10vw;
  z-index: 3;
}
#DraggableCircle {
  width: 1vw;
  height: 1vw;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 9.52vw;
  top: calc(17vh + 1rem);
  z-index: 4;
  cursor: pointer;
  transition: top 0.8s ease;
}
.video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
  display: block;
}
.nav-bar.scrolled {
  background-color: white !important;
  border-bottom: solid 1px black !important;
}
.nav-bar.scrolled .nav-link {
  color: black !important;
}
.nav-bar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  background: transparent; /* Ensure it's transparent by default */
  transition: background-color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
.left-content {
  margin-left: 8%;
  margin-top: 20px;
}
/*.right-content {*/
/*  margin-right: 10%;*/
/*  margin-top: 20px;*/
/*}*/
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Zoom in */
  }
  100% {
    transform: scale(1); /* Back to normal */
  }
}

#dropdown-icon {
  animation: zoom-in-out 1s ease-in-out infinite;
}
.nav-item {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.511);
  backdrop-filter: blur(10px);
  min-width: 230px;
  z-index: 999;
  padding: 0.5rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.dropdown-content a {
  color: white !important;
  padding: 0rem 0.5rem;
  display: block;
  font-size: 0.78vw !important;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "NeueMontreal-Light";
  line-height: 1.9;
}
.dropdown-content a p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
 font-style: normal !important;

}
.nav-bar.scrolled .dropdown-content {
    background-color: white !important;
    backdrop-filter: blur(0px);
}
.nav-bar.scrolled .dropdown-content a  {
 color: black !important;
}
.strategy-item .dropdown-content a:hover {
  color: #2da0e1 !important;
  font-style: italic !important;
}

.film-item .dropdown-content a:hover {
  color: #e8190aff !important;
  font-style: italic !important;
}

.creative-item .dropdown-content a:hover {
  color: #00fff7 !important;
  font-style: italic !important;
}

.nav-item:hover .dropdown-content {
  display: block;
}
.nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-bar li {
  margin: 0 0.5rem;
}
.IconImage {
  width: 8vw;
}
.nav-bar a {
  font-size: 0.9vw;
  color: rgba(255, 255, 255, 0.379);
  text-decoration: none;
  transition: color 0.5s ease;
  font-family: "NeueMontreal-Regular";
}

.nav-link {
  color: white !important;
  transition: color 0.3s ease, font-style 0.3s ease;
}

#creative:hover {
  color: #00fff7 !important;
  font-style: italic !important;
}

#film-production:hover {
  color: #e8190aff !important;
  font-style: italic !important;
}

#strategy:hover {
  color: #2da0e1 !important;
  font-style: italic !important;
}

.nav-bar select {
  margin-top: 1rem;
}

.centered-text {
  position: absolute;
  color: white;
  font-size: 3.5vw;
  z-index: 1;
  text-align: center;
  user-select: none;
  font-family: "NeueMontreal-Medium";
  width: auto;
}
.centered-text .highlight {
  color: #09c3ed;
  overflow-y: auto;
  user-select: none;
  font-style: italic;
}

.spin-container {
  display: inline-block;
  height: 10vh;
  width: 14vw;
  max-width: 80%;
  overflow: hidden;
  position: relative;
  user-select: none;
  transform: translateY(1vw);
  /* text-align: left; */
  /* transform: translateX(1vw); */
}
.spin-container span {
  display: block;
  cursor: pointer;
  transition: transform 0.5s ease;
  user-select: none;
}
.below-text p,
.below-text button {
  transition: color 0.5s ease-in-out;
}

.below-text {
  position: absolute;
  color: white;
  text-align: center;
  z-index: 1;
  top: calc(50% + 5vw);
  left: 46.5%;
    transform: translateX(-46.5%);
}
.below-text img {
  width: 10vw;
  transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
}
br {
  gap: 0.5px;
}
.below-text h2 {
  margin: 0;
  font-size: 4vw;
}

.below-text p {
  margin: 0.5rem 0;
  font-size: 0.9vw;
  width: 500px;
  height: auto;
  font-family: "NeueMontreal-Regular";
}

.below-text button {
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  border: none;
  background-color: #09c3ed;
  color: black;
  cursor: pointer;
  width: 14vw;
  height: 3vw;
  max-width: 100%;
  border-radius: 2vw;
  font-family: "NeueMontreal-Regular";
  transition: background-color 0.3s ease, color 0.3s ease;
  visibility: hidden;
}

.right-content {
  position: absolute; /* change from relative to absolute */
  top: 12%;
  right: 10%;
  z-index: 1001; /* higher than .nav-bar */
  margin-top: 20px;
  min-width: 100px;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.dropdown-list li {
  display: block;
  margin: 0;
}

.dropdown-list a {
  display: block;
  text-decoration: none;
  padding: 0.2rem 1rem;
  font-size: 0.7rem;
  border: none;
  outline: none;
  font-family: "NeueMontreal-Regular";
  position: relative;
  padding-left: 30px;
  gap: 1px;
  transition: transform 0.3s ease;
  color: white;
}
/* Hide dropdown by default */
.dropdown-list {
  display: none;
  margin-top: 10px;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 160px;
}

.dropdown-list a:hover {
  background-image: url("img/S2E/Icons/Arrows/Path\ 136.svg");
  background-repeat: no-repeat;
  background-position: -20px center;
  transition: background-position 0.3s ease;
  background-size: 10px;
}
.dropdown-list a:hover {
  background-position: 15px center;
}
.nav-bar.scrolled .dropdown-list a:hover {
  background-image: url("img/S2E/Icons/Arrows/Path\ 141.svg");
  background-repeat: no-repeat;
  background-position: -20px center;
  transition: background-position 0.3s ease;
  background-size: 10px;
}
.nav-bar.scrolled .dropdown-list a:hover {
  background-position: 15px center;
}
/* Show the dropdown when "show" class is added */
.dropdown-list.show {
  display: block;
}
#dropdown-icon {
  transition: opacity 0.5s ease;
  width: 3.5vw;
  min-width: 35px;
  max-width: 55px;
}
.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

.black-box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: black;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.box {
  width: calc(10% - 4px);
  height: 0;
  padding-bottom: calc(10% - 4px);
  box-sizing: border-box;
  border: 1px solid #ffffff24;
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.sec-3 {
  position: relative;
  overflow: hidden;
}

.sec-3 .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.106); /* Normal background color initially */
  transition: background 0.3s;
  z-index: 0;
}

.sec-3 .light.active {
  background: radial-gradient(
    circle at var(--x) var(--y),
    rgba(255, 255, 255, 0.06) 5%,
    rgba(0, 0, 0, 0.225) 20%
  );
  z-index: 1;
}
.black-box .box {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.box:nth-child(n + 142) {
  display: none;
}
.text-overlay {
  position: absolute;
  top: 20vw;
  color: white;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
  white-space: nowrap;
  max-width: 100%; /* Prevent overflow by limiting width */
  overflow: hidden; /* Hide overflow */
  height: 100%;
  width: 100%;
}

/* //===============Whoweare======================// */
.container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-top: 10vw;
  margin-bottom: 10vw;
  flex-wrap: wrap;
}
.bodybox1,
.bodybox2 {
  height: auto;
  box-sizing: border-box;
}

.bodybox1 {
  width: 25%;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  margin-right: 5vw;
  margin-top: 2vw;
}
.blue-text {
  color: rgb(69, 165, 245);
  text-decoration: none;
  margin-left: 40%;
  font-family: "NeueMontreal-Medium";
}
.blue-text2 {
  margin-left: 40%;
  font-family: "NeueMontreal-Medium";
}

.bodybox2 {
  width: 65%;
  font-size: 1.3vw;
  color: white;
  font-family: "NeueMontreal-Regular";
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
/* //===============Whoweare======================// */
.custom-border {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 2px solid rgba(255, 255, 255, 0.512);
  height: 9vw;
  padding: 15px 0;
  overflow: hidden;
  z-index: 1;
}
.custom-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-image: url("./img/HoverImages/1-b.jpg");*/
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: -1;
}

.custom-border:hover::before {
  opacity: 1;
}
.custom-border:hover p {
  color:white;
}
.custom-border p{
    font-family: "NeueMontreal-Regular";
     word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: 1vw;
   color: rgba(255, 255, 255, 0.403);
}
.custom-border h3{
     font-family: "NeueMontreal-Regular";
     font-size: 1.7vw;
}

.custom-border:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.512);
}
.shift-right {
  margin-left: 9vw;
  font-family: "NeueMontreal-Regular";
}
.shift-rightImage {
  margin-left: 9vw;
  font-family: "NeueMontreal-Regular";
}
.shift-heading {
    margin-left: 9vw;
    margin-top: 8vw;
     font-family: "NeueMontreal-Medium";
}
.shift-Digital {
    margin-left: 9vw;
    margin-bottom: 6vw;
    margin-top: 6vw;
     font-family: "NeueMontreal-Medium";
}
/*.custom-border:hover {*/
/*  background-image: url("./img/HoverImages/1-b.jpg");*/
/*  object-fit: contain;*/
/*}*/
.custom-border:hover p em,
.custom-border:hover p i {
  font-weight: bold;
}

.divider {
  width: 20%;
  margin: 10px auto;
  border: 1px solid black;
  margin-right: 25vw;
  transform-origin: left;
  transition: transform 0.3s ease;
}


.image-wrapper {
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.mr-15vw {
  margin-right: 15vw;
}

.portfolio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay: dark gradient from top to 90%, then transparent at bottom */
.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.371) 0%,
    rgba(0, 0, 0, 0.371) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.portfolio-box {
  width: 33vw;
  height: auto;
}
/* On hover, fade the overlay upward */
.portfolio-box:hover .img-overlay {
  opacity: 0;
  transform: translateY(-10%);
}





.portfolio-text {
  transition: margin-left 0.3s ease;
  font-family: "NeueMontreal-Regular";
}

.portfolio-box:hover .divider {
  transform: scaleX(0.5);
}

.portfolio-box:hover  p{
  margin-left: 20px;
}
.portfolio-box:hover p i,
.portfolio-box:hover p em {
  font-weight: bold !important;
   color: rgba(128, 128, 128, 0.800) !important;
}
.portfolio-box h4 {
  color: #2da0e1;
  font-family: "NeueMontreal-Medium";
}
.portfolio-box p {
  color: rgba(128, 128, 128, 0.685);
  font-family: "NeueMontreal-Medium";
   white-space: normal;             
  word-break: break-word;          
  overflow-wrap: break-word;
  hyphens: auto;        
   transition: transform 0.3s ease;
   font-size: 1vw;
}
/*.portfolio-box:hover .portfolio-text {*/
/*  margin-left: 20px;*/
/*}*/
.formClass {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 10vw;
}
.fromcalssDiv1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fromcalssDiv1 h1 {
  line-height: 1;
}
.FormHeader p {
  color: rgba(13, 0, 0, 0.407);
  font-family: "NeueMontreal-Regular";
}
.FormHeader h4 {
  font-family: "NeueMontreal-Medium";
}
.innerdiv {
  width: 25vw;
}
.innerdiv h1 {
  font-size: 4vw;
  font-family: "NeueMontreal-Medium";
}
.fromcalssDiv1 p {
  margin-top: 2vw;
  font-family: "NeueMontreal-Regular";
}
.fromcalssDiv1 a {
  text-decoration: none;
  font-size: 1.7vw;
  font-family: "NeueMontreal-Regular";
}
.fromcalssDiv1 a:hover {
  text-decoration: underline;
}

.fromcalssDiv2 {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 15vw;
  border-left: 2px solid rgba(0, 0, 0, 0.448);
}
.FormHeader {
  margin-right: 0; /* No right margin needed */
  width: 100%; /* Full width for the header */
  text-align: left; /* Align text to the left */
  margin-left: 8.5vw;
}
/* //form// */
.form-group {
  position: relative;
  margin-bottom: 0.5rem;
}

.form-placeholder {
  position: absolute;
  top: 50%;
  font-family: "NeueMontreal-Regular";
  transform: translateY(-50%);
  color: #0a0101;
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: 0.9vw;
  text-transform: uppercase;
}

.custom-input {
  border: none;
  border-bottom: 2px solid #0000007c;
  width: 26vw;
  height: 8vh;
  outline: none;
  font-size: 16px;
  background-color: transparent;
}

.custom-input:focus {
  border-color: #0000007c;
  box-shadow: none;
}
.custom-input:focus ~ .form-placeholder,
.custom-input:not(:placeholder-shown) ~ .form-placeholder {
  top: 3px;
  font-size: 12px;
  color: #999;
}

.btn-large-rounded {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background-color: #2ea0e2;
  color: black;
  width: 20vw;
  height: 8vh;
  display: block;
  margin: 50px auto;
  font-family: "NeueMontreal-Regular";
}
.btn-large-rounded:hover {
  background-color: #1f9be2;
}
.footer {
  background-color: black;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.fotterHeader {
  font-size: 1.2rem;
  text-decoration: none;
  color: white;
  font-family: "NeueMontreal-Regular";
}
.FormHeader label {
  color: #999;
  font-family: "NeueMontreal-Regular";
}
.footerContent {
  /*margin-top: 10%;*/
  font-size: 0.9rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.449);
  font-family: "NeueMontreal-Regular";
}
.conatctdetails {
  font-size: 0.9rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.449);
  font-family: "NeueMontreal-Regular";
}
.footerContent :hover {
  color: #2ea0e2;
}
.fotterHeader a :hover {
  color: #2ea0e2;
}
.followClass {
  margin-top: 1%;
  font-size: 0.9rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.449);
  font-family: "NeueMontreal-Regular";
}
.followcontent {
  font-size: 1.2rem;
  text-decoration: none;
  color: white;
  font-family: "NeueMontreal-Regular";
}
.footer-links {
  list-style-type: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 10px;
}
.followcontent:hover {
  color: #2ea0e2;
}

.ViewMap {
  display: flex;
  justify-content: center;
  border: 1px solid white;
  width: 250px;
  height: 40px;
  align-items: center;
  border-radius: 50px;
}
.FotterButton {
  width: 250px;
  height: 40px;
  align-items: center;
  border-radius: 50px;
  border: 1px solid white;
  background-color: transparent;
  color: #09c3ed;
}
.FotterButton:hover {
  border-color: #09c3ed; /* Change the border color to red on hover */
}
.ScrollTopButton {
  position: relative;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: black;
  border: 1px solid white;
  align-items: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}
.ScrollTopButton:hover {
  border-color: #09c3ed; /* Change border color to red */
  transform: scale(1.3); /* Slightly increase the size */
}
.ScrollTopButton::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 1.5vw; /* Size of the icon */
  height: 1.5vw; /* Size of the icon */
  background-image: url("img/S2E/Icons/Arrows/scroll down white.svg"); /* Default icon */
  background-size: contain; /* Cover the pseudo-element */
  background-repeat: no-repeat;
}

/* Pseudo-element for the hover icon */
.ScrollTopButton:hover::before {
  transform: translate(-50%, -50%) rotate(270deg);
  background-image: url("img/S2E/Icons/Arrows/Path 136.svg"); /* Change to the hover icon */
}





@media (max-width: 1366px) {
  .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 60vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 60vw;
  }
  /* iPad landscape or larger tablets */
  .centered-text {
    position: absolute;
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
  }
  .below-text {
    position: absolute;
    color: white;
    text-align: center;
    z-index: 1;
    top: calc(55% + 5vw) !important;
     left: 46.5%;
    transform: translateX(-46.5%);
  }
   .portfolio-box h4 {
    color: #2da0e1;
    font-family: "NeueMontreal-Medium";
    font-size: 2vw;
  }
  .portfolio-box p {
    color: rgba(128, 128, 128, 0.934);
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
  }
}
@media (max-width: 1288px) {
   .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 60vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 60vw !important;
  }
   .centered-text {
    position: absolute;
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
  }
  .below-text {
    position: absolute;
    color: white;
    text-align: center;
    z-index: 1;
    top: calc(55% + 5vw) !important;
     left: 46.5%;
    transform: translateX(-46.5%);
  }
  .spin-container {
    display: inline-block;
    height: 10vh;
    width: 14vw;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translateY(1rem);
  }
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  .below-text {
    position: absolute;
    top: 50vh;
     left: 46.5%;
    transform: translateX(-46.5%);
    color: white;
    text-align: center;
    z-index: 1;
  }
  .below-text img {
    width: 10vw;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  br {
    gap: 0.5px;
  }
  .below-text h2 {
    margin: 0;
    font-size: 4vw;
  }

  .below-text p {
    margin: 0.5rem 0;
    font-size: 0.9vw;
    width: 500px;
    height: auto;
    font-family: "NeueMontreal-Regular";
  }

  .below-text button {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    border: none;
    background-color: #09c3ed;
    color: black;
    cursor: pointer;
    width: 14vw;
    height: 3vw;
    max-width: 100%;
    border-radius: 2vw;
    font-family: "NeueMontreal-Regular";
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .bodybox1 {
    /* background-color: green; */
    text-align: center;
    line-height: 1;
  }
  .box:nth-child(n + 242) {
    display: block;
  }
  .custom-border {
    display: flex;
    align-items: center;
    border-top: 2px solid white;
    min-height: 120px;
    padding: 15px 0;
    transition: background 0.3s ease;
    background-size: cover;
    background-position: center;
  }
  .custom-border h3 {
    font-size: 2vw;
  }
   .portfolio-box h4 {
    color: #2da0e1;
    font-family: "NeueMontreal-Medium";
    font-size: 2vw;
  }
  .portfolio-box p {
    color: rgba(128, 128, 128, 0.934);
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
  }
}
@media (max-width: 1024px) {
  /* iPad landscape or larger tablets */
  .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 100vw;
  }
  .centered-text {
    position: absolute;
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
  }
}
@media (max-width: 1152px) {
  .centered-text {
    position: absolute;
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
    /* background-color: green !important; */
  }
  .below-text {
    position: absolute;
    color: white;
    text-align: center;
    z-index: 1;
    top: calc(55% + 5vw) !important;
     left: 46.5%;
    transform: translateX(-46.5%);
  }
  .spin-container {
    display: inline-block;
    height: 10vh;
    width: 14vw;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translateY(1rem);
  }
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  /*.below-text {*/
  /*  position: absolute;*/
  /*  top: 45vh;*/
  /*  left: 50vw;*/
  /*  transform: translateX(-50%);*/
  /*  color: white;*/
  /*  text-align: center;*/
  /*  z-index: 1;*/
  /*}*/
  .below-text img {
    width: 10vw;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  br {
    gap: 0.5px;
  }
  .below-text h2 {
    margin: 0;
    font-size: 4vw;
  }

  .below-text p {
    margin: 0.5rem 0;
    font-size: 0.9vw;
    width: 500px;
    height: auto;
    font-family: "NeueMontreal-Regular";
  }

  .below-text button {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    border: none;
    background-color: #09c3ed;
    color: black;
    cursor: pointer;
    width: 14vw;
    height: 3vw;
    max-width: 100%;
    border-radius: 2vw;
    font-family: "NeueMontreal-Regular";
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .fromcalssDiv2 {
    width: 53vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 15vw;
    border-left: 2px solid rgba(0, 0, 0, 0.448);
  }
  .FormHeader {
    margin-right: 0; /* No right margin needed */
    width: 100%; /* Full width for the header */
    text-align: left; /* Align text to the left */
    margin-left: 8.5vw;
  }
  .bodybox1 {
    /* background-color: black; */
    text-align: center;
    line-height: 1;
  }
}

@media (max-width: 1024px) {
 
.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 100vw !important;
  }
  .centered-text {
    position: absolute;
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
    margin-top: 20%;
  }
  .below-text {
    position: absolute;
    color: white;
    text-align: center;
    z-index: 1;
    top: calc(55% + 10vw) !important;
     left: 46.5%;
    transform: translateX(-46.5%);
  }
  .spin-container {
    display: inline-block;
    height: 8.5vh;
    width: 14vw;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translateY(1rem);
  }
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  /*.below-text {*/
  /*  position: absolute;*/
  /*  top: 45vh;*/
  /*  left: 50vw;*/
  /*  transform: translateX(-50%);*/
  /*  color: white;*/
  /*  text-align: center;*/
  /*  z-index: 1;*/
  /*}*/
  .below-text img {
    width: 10vw;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  br {
    gap: 0.5px;
  }
  .below-text h2 {
    margin: 0;
    font-size: 4vw;
  }

  .below-text p {
    margin: 0.5rem 0;
    font-size: 0.9vw;
    width: 500px;
    height: auto;
    font-family: "NeueMontreal-Regular";
  }

  .below-text button {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    border: none;
    background-color: #09c3ed;
    color: black;
    cursor: pointer;
    width: 14vw;
    height: 3vw;
    max-width: 100%;
    border-radius: 2vw;
    font-family: "NeueMontreal-Regular";
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .bodybox1 {
    /* background-color: red; */
    text-align: center;
    line-height: 1;
  }
  .box:nth-child(n + 1):nth-child(n + 200) {
    display: block;
  }
  .fotterHeader {
    font-size: 0.9rem;
    text-decoration: none;
    color: white;
    font-family: "NeueMontreal-Regular";
  }
  .followcontent {
    font-size: 0.9rem;
    text-decoration: none;
    color: white;
    font-family: "NeueMontreal-Regular";
  }
  .FotterButton {
    width: 18vw;
    height: 4vw;
    align-items: center;
    border-radius: 50px;
    border: 1px solid white;
    background-color: transparent;
    color: #09c3ed;
    font-size: 1.5vw;
  }
  .btn-large-rounded {
    font-size: 0.6rem;
    border-radius: 50px;
    background-color: #2ea0e2;
    color: black;
    width: 28vw;
    height: 4vh;
    display: block;
    margin: 30px auto;
    font-family: "NeueMontreal-Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .horizontalscrollbottom {
    width: 80%;
    text-align: left;
    margin-top: 5%;
  }
  .horizontalscrollbottom button {
    background-color: white;
    color: #0075fb;
    border-radius: 50px;
    width: 28vw;
    height: 4vw;
    font-size: 0.7rem;
    font-family: "NeueMontreal-Regular";
    border: 0;
  }
  .text-below-line {
    width: 80%;
    text-align: left;
    color: white;
    margin-top: 5%;
    font-size: 2rem;
    font-family: "NeueMontreal-Medium";
    font-weight: 500;
  }
  .text-below-line2 {
    width: 80%;
    text-align: left;
    margin-top: 3%;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.379);
    font-family: "NeueMontreal-Regular";
  }
  .Container3 {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .Container3 label {
    color: white;
    font-size: 3vh;
    margin-top: 20%;
    margin-bottom: 20%;
    font-family: "NeueMontreal-Regular";
    font-weight: 100;
    line-height: 1.3;
  }
  .Container3 button {
    width: 30vw;
    height: 4vh;
    border-radius: 50px;
    font-family: "NeueMontreal-Regular";
  }
  .buttondiv {
    padding-top: 15vh;
  }
  .buttondiv button {
    font-weight: 500;
    background-color: rgb(68, 156, 238);
    border: none;
    font-size: 1vw;
  }
  .footerContent {
    /*margin-top: 10%;*/
    font-size: 0.7rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.449);
    font-family: "NeueMontreal-Regular";
  }
  .conatctdetails {
    font-size: 0.7rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.449);
    font-family: "NeueMontreal-Regular";
  }
   .portfolio-box h4 {
    color: #2da0e1;
    font-family: "NeueMontreal-Medium";
    font-size: 2vw;
  }
  .portfolio-box p {
    color: rgba(128, 128, 128, 0.934);
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
   .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 140vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 140vw;
  }
  .centered-text {
    position: absolute;
    /* top: 55vh;
    left: 52vw;
    transform: translate(-50%, -50%); */
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
    margin-top: 15%;
   
  }
  .below-text {
    position: absolute;
    color: white;
    text-align: center;
    z-index: 1;
    top: calc(56% + 5vw) !important;
     left: 44%;
    transform: translateX(-44%);
  }
  .spin-container {
    display: inline-block;
    height: 6vh;
    width: 14vw;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translateY(1.5vw);
  }
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
  /*.below-text {*/
  /*  position: absolute;*/
  /*  top: 66vh;*/
  /*  left: 50vw;*/
  /*  transform: translateX(-50%);*/
  /*  color: white;*/
  /*  text-align: center;*/
  /*  z-index: 1;*/
  /*}*/
  .below-text img {
    width: 10vw;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  br {
    gap: 0.5px;
  }
  .below-text h2 {
    margin: 0;
    font-size: 4vw;
  }

  .below-text p {
    margin: 0.5rem 0;
    font-size: 0.9vw;
    width: 500px;
    height: auto;
    font-family: "NeueMontreal-Regular";
  }

  .below-text button {
    padding: 0.5rem 1rem;
    font-size: 0.5rem;
    border: none;
    background-color: #09c3ed;
    color: black;
    cursor: pointer;
    width: 16vw;
    height: 3vw;
    max-width: 100%;
    border-radius: 2vw;
    font-family: "NeueMontreal-Regular";
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .box {
    width: 10%;
    height: 50px;
  }
  .fromcalssDiv2 {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 15vw;
    border-left: 2px solid rgba(0, 0, 0, 0.448);
  }
  .form-group {
    position: relative;
    margin-bottom: 0.5rem;
    margin-left: 1vw;
  }
  .bodybox1 {
    /* background-color: yellow; */
    text-align: center;
    line-height: 1;
  }
  .bodybox2 {
    width: 45vw;
  }
  .box:nth-child(n + 202) {
    display: none;
  }

  .FormHeader label {
    color: rgba(13, 0, 0, 0.407);
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
  }
  .FormHeader h4 {
    font-family: "NeueMontreal-Medium";
    font-size: 2.5vw;
  }
   .portfolio-box h4 {
    color: #2da0e1;
    font-family: "NeueMontreal-Medium";
    font-size: 1.7vw;
  }
  .portfolio-box p {
    color: rgba(128, 128, 128, 0.934);
    font-family: "NeueMontreal-Regular";
    font-size: 1.2vw;
  }
}
@media (min-width: 680px) and (max-width: 768px) {
   .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 140vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 140vw;
  }
  .centered-text {
    position: absolute;
    /* top: 48vh;
    left: 52vw;
    transform: translate(-50%, -50%); */
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
    
  }
  .spin-container {
    display: inline-block;
    height: 6vh;
    width: 14vw;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translateY(2vw);
  }
   .box:nth-child(n + 202) {
    display: none;
  }
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
  .below-text {
    position: absolute;
    top: 58vh;
    left: 44%;
    transform: translateX(-44%);
    color: white;
    text-align: center;
    z-index: 1;
  }
  .below-text img {
    width: 10vw;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  br {
    gap: 0.5px;
  }
  .below-text h2 {
    margin: 0;
    font-size: 4vw;
  }

  .below-text p {
    margin: 0.5rem 0;
    font-size: 0.9vw;
    width: 500px;
    height: auto;
    font-family: "NeueMontreal-Regular";
  }

  .below-text button {
    padding: 0.5rem 1rem;
    font-size: 0.5rem;
    border: none;
    background-color: #09c3ed;
    color: black;
    cursor: pointer;
    width: 16vw;
    height: 3vw;
    max-width: 100%;
    border-radius: 2vw;
    font-family: "NeueMontreal-Regular";
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .box {
    width: 10%;
    height: 50px;
  }
  .form-group {
    position: relative;
    margin-bottom: 0.5rem;
    margin-left: 1vw;
  }
  .bodybox1 {
    /* background-color: orange; */
    text-align: center;
    line-height: 1;
  }
  .bodybox2 {
    width: 40vw;
  }
  .box:nth-child(n + 202) {
    display: none;
  }
  .custom-border {
    display: flex;
    align-items: center;
    border-top: 2px solid white;
    min-height: 80px !important;
    padding: 10px 0;
    transition: background 0.3s ease;
    background-size: cover;
    background-position: center;
  }
  .custom-border h3 {
    font-size: 1vw;
  }
  .contentText {
    font-size: 1vw;
  }
  .shift-right {
    margin-left: 3vw;
  }
  .shift-rightImage {
  margin-left: 3vw;
  font-family: "NeueMontreal-Regular";
}
  .text-below-line {
    width: 80%;
    text-align: left;
    color: white;
    margin-top: 5%;
    font-size: 1.5rem;
    font-family: "NeueMontreal-Medium";
    font-weight: 500;
  }
  .text-below-line2 {
    width: 80%;
    text-align: left;
    margin-top: 3%;
    font-size: 0.5rem;
    color: rgba(255, 255, 255, 0.379);
    font-family: "NeueMontreal-Regular";
  }
  .Container3 {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .Container3 label {
    color: white;
    font-size: 3vh;
    margin-top: 20%;
    margin-bottom: 20%;
    font-family: "NeueMontreal-Regular";
    font-weight: 100;
    line-height: 1.3;
  }
  .text > p > div {
    width: 100%;
    background: linear-gradient(
      to right,
      rgb(255, 255, 255) 50%,
      rgb(37, 37, 37) 50%
    );
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 1.5;
    font-size: 5vw;
    margin-left: 6vw;
    font-family: "NeueMontreal-Regular";
  }
  .FormHeader label {
    color: rgba(13, 0, 0, 0.407);
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
  }
  .FormHeader h4 {
    font-family: "NeueMontreal-Medium";
    font-size: 2.5vw;
  }
   .portfolio-box h4 {
    color: #2da0e1;
    font-family: "NeueMontreal-Medium";
    font-size: 1.7vw;
  }
  .portfolio-box p {
    color: rgba(128, 128, 128, 0.934);
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
  }
}
@media (min-width: 590px) and (max-width: 680px) {
  .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 140vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 140vw;
  }
  .centered-text {
    position: absolute;
    /* top: 56vh;
    left: 52vw;
    transform: translate(-50%, -50%); */
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
  }
  .spin-container {
    display: inline-block;
    height: 5vh;
    width: 14vw;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translateY(2vw);
  }
  .nav-bar a {
    font-size: 0.4rem;
  }
  .IconImage {
    width: 8vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
  .below-text {
    position: absolute;
    top: 68vh;
    left: 46.5%;
    transform: translateX(-46.5%);
    color: white;
    text-align: center;
    z-index: 1;
  }
  .below-text img {
    width: 10vw;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  br {
    gap: 0.5px;
  }
  .below-text h2 {
    margin: 0;
    font-size: 4vw;
  }

  .below-text p {
    margin: 0.5rem 0;
    font-size: 0.9vw;
    width: 500px;
    height: auto;
    font-family: "NeueMontreal-Regular";
  }

  .below-text button {
    padding: 0.5rem 1rem;
    font-size: 0.3rem;
    border: none;
    background-color: #09c3ed;
    color: black;
    cursor: pointer;
    width: 16vw;
    height: 3vw;
    max-width: 100%;
    border-radius: 2vw;
    font-family: "NeueMontreal-Regular";
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .box {
    width: 10%;
    height: 50px;
  }
  .form-group {
    position: relative;
    margin-bottom: 0.5rem;
    margin-left: 1vw;
  }
  .bodybox1 {
    /* background-color: blue; */
    text-align: center;
    line-height: 1;
  }
  .text-below-line {
    width: 80%;
    text-align: left;
    color: white;
    margin-top: 5%;
    font-size: 1.5rem;
    font-family: "NeueMontreal-Medium";
    font-weight: 500;
  }
  .text-below-line2 {
    width: 80%;
    text-align: left;
    margin-top: 3%;
    font-size: 0.5rem;
    color: rgba(255, 255, 255, 0.379);
    font-family: "NeueMontreal-Regular";
  }
  .Container3 label {
    color: white;
    font-size: 2vh;
    margin-top: 20%;
    margin-bottom: 20%;
    font-family: "NeueMontreal-Regular";
    font-weight: 100;
    line-height: 1.3;
  }
  .text > p > div {
    width: 100%;
    background: linear-gradient(
      to right,
      rgb(255, 255, 255) 50%,
      rgb(37, 37, 37) 50%
    );
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 1.5;
    font-size: 5vw;
    margin-left: 6vw;
    font-family: "NeueMontreal-Regular";
  }
  .FormHeader label {
    color: rgba(13, 0, 0, 0.407);
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
  }
  .FormHeader h4 {
    font-family: "NeueMontreal-Medium";
    font-size: 2.5vw;
  }
}
@media (min-width: 490px) and (max-width: 590px) {
   .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 140vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 140vw;
  }
  .centered-text {
    position: absolute;
    /* top: 50vh;
    left: 52vw;
    transform: translate(-50%, -50%); */
    color: white;
    font-size: 3.5vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
  }
  .spin-container {
    display: inline-block;
    height: 4vh;
    width: 14vw;
    max-width: 80%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translateY(1.5vw);
  }
  .nav-bar a {
    font-size: 0.3rem;
  }
  .IconImage {
    width: 6vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
  .below-text {
    position: absolute;
    top: 65vh;
     left: 46.5%;
    transform: translateX(-46.5%);
    color: white;
    text-align: center;
    z-index: 1;
  }
  .below-text img {
    width: 10vw;
    transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  br {
    gap: 0.5px;
  }
  .below-text h2 {
    margin: 0;
    font-size: 4vw;
  }

  .below-text p {
    margin: 0.5rem 0;
    font-size: 0.9vw;
    width: 500px;
    height: auto;
    font-family: "NeueMontreal-Regular";
  }

  .below-text button {
    padding: 0.5rem 1rem;
    font-size: 0.3rem;
    border: none;
    background-color: #09c3ed;
    color: black;
    cursor: pointer;
    width: 16vw;
    height: 3vw;
    max-width: 100%;
    border-radius: 2vw;
    font-family: "NeueMontreal-Regular";
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .bodybox1 {
    /* background-color: brown; */
    text-align: center;
    line-height: 1;
  }
  .text-below-line {
    width: 80%;
    text-align: left;
    color: white;
    margin-top: 5%;
    font-size: 1rem;
    font-family: "NeueMontreal-Medium";
    font-weight: 500;
  }
  .text-below-line2 {
    width: 80%;
    text-align: left;
    margin-top: 3%;
    font-size: 0.5rem;
    color: rgba(255, 255, 255, 0.379);
    font-family: "NeueMontreal-Regular";
  }
  .Container3 label {
    color: white;
    font-size: 1.5vh;
    margin-top: 20%;
    margin-bottom: 20%;
    font-family: "NeueMontreal-Regular";
    font-weight: 100;
    line-height: 1.3;
  }
  .buttondiv {
    padding-top: 8vh;
  }
  .text > p > div {
    width: 100%;
    background: linear-gradient(
      to right,
      rgb(255, 255, 255) 50%,
      rgb(37, 37, 37) 50%
    );
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 1.5;
    font-size: 4.5vw;
    margin-left: 6vw;
    font-family: "NeueMontreal-Regular";
  }
  .FormHeader label {
    color: rgba(13, 0, 0, 0.407);
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
  }
  .FormHeader h4 {
    font-family: "NeueMontreal-Medium";
    font-size: 2vw;
  }
}

@media (max-width: 480px) {
      .dropdown-content {
    min-width: 100px !important;
  }
  .dropdown-content a {
    font-size: 2vw !important;
  }
    .mr-15vw {
  margin-right: 15vw;
}

    .shift-heading {
    margin-left: 9vw;
    margin-top: 15vw;
     font-family: "NeueMontreal-Medium";
}
    .shift-right{
         white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
    }
  .portfolio-box h4 {
    color: #2da0e1;
    font-family: "NeueMontreal-Medium";
    font-size: 2.8vw;
  }
  .portfolio-box p {
    color: rgba(128, 128, 128, 0.934);
    font-family: "NeueMontreal-Regular";
    font-size: 2.6vw;
  }
  .portfolio-box {
    width: 80%;
    height: auto;
  }
  .portfolio-box:hover  p{
  margin-left: 10px !important;
}
.shift-rightImage {
  margin-left: 10vw;
  font-family: "NeueMontreal-Regular";
}
  .image-wrapper {
    width: 100%;
    height: auto;
  }
  .portfolio-img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  display: block;
}
  .custom-border h3 {
    font-size: 3vw;
  }
  .custom-border p {
    font-size: 3vw;
  }
  .custom-border {
    border-top: 2px solid rgba(255, 255, 255, 0.512);
    padding: 15px 0;
    height: auto; /* use auto or a responsive unit */
    overflow: hidden;
    z-index: 1;
  }

  .text-overlay h1 {
    font-size: 4vw;
  }
  .video-overlay {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220vw;
    position: fixed;
  }

  #intro-video {
    width: 100%;
    height: 250vw;
  }
 .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 200vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: 100%;
    height: 200vw !important;
  }
  #VerticalLineTop {
    width: 1px;
    height: 40vh;
    top: 60vw;
    left: 10vw;
    z-index: 3;
  }
  #DraggableCircle {
    width: 1vw;
    height: 1vw;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: 9.6vw;
    top: calc(17vh + 1rem);
    z-index: 4;
    cursor: pointer;
    transition: top 0.8s ease;
  }
  .left-content {
    margin-left: 2%;
    margin-top: 1px;
  }

 .right-content {
    margin-right: 0%;
    margin-top: 10px;
    right:0%;
  }
  .nav-bar a {
    font-size: 0.5rem;
  }
  .IconImage {
    width: 13vw;
  }

  #dropdown-icon {
    width: 40px;
  }

  .nav-bar ul {
    padding: 0;
  }

  .nav-bar li {
    margin: 0 0.2rem;
  }
  .nav-item {
    margin-left: -1.5rem !important;
  }
  .centered-text {
    position: absolute;
    /* top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%); */
    color: white;
    font-size: 8vw;
    z-index: 1;
    text-align: center;
    user-select: none;
    font-family: "NeueMontreal-Medium";
    width: auto;
  }
  .spin-container {
    display: inline-block;
    height: 5.5vh;
    width: 32vw;
    max-width: 90%;
    overflow: hidden;
    position: relative;
    user-select: none;
    transform: translateY(1.5vw);
  }
  .below-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 70vh;
    left: 41%;
    transform: translateX(-41%);
    color: white;
    text-align: center;
    z-index: 1;
  }
  .below-text img {
    width: 28vw;
  }
  .below-text p {
    margin: 0.5rem 0;
    font-size: 3vw;
    width: 50vw;
    height: auto;
    font-family: "NeueMontreal-Regular";
  }

  .below-text button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 0.4rem;
    border: none;
    background-color: #09c3ed;
    color: black;
    cursor: pointer;
    width: 24vw;
    height: 3vw;
    max-width: 100%;
    border-radius: 2vw;
    font-family: "NeueMontreal-Regular";
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.001);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    z-index: 3;
    box-shadow: none;
  }

  .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }

  .dropdown-menu li {
    margin: 0;
  }

  .dropdown-menu a {
    width: 80px;
    display: block;
    text-decoration: none;
    padding: 0.2rem 1rem;
    font-size: 0.3rem;
    border: none;
    outline: none;
    font-family: "NeueMontreal-Regular";
    position: relative;
    padding-left: 20px;
    gap: 0.1px;
    transition: transform 0.3s ease;
  }
  .dropdown-menu a:hover {
    background-image: url("img/S2E/Icons/Arrows/Path\ 136.svg");
    background-repeat: no-repeat;
    background-position: -2px center;
    transition: background-position 0.3s ease;
    background-size: 4px;
  }
  .dropdown-menu a:hover {
    background-position: 15px center;
  }
  #dropdown-icon {
    transition: opacity 0.5s ease;
    width: 6vw;
    min-width: 45px;
    max-width: 45px;
  }
  .text-overlay {
    position: absolute;
    color: white;
    font-size: 3.5vw;
    padding: 5px;
    white-space: nowrap;
    z-index: 2;
  }
  .box:nth-child(n + 202) {
    display: none;
  }
  .text-overlay.left {
    left: 8%;
    top: 15%;
    transform: translate(-8%, -25%);
    opacity: 0;
    font-family: "NeueMontreal-Regular";
  }

  .text-overlay.right {
    right: 10%;
    opacity: 0;
    bottom: 22%;
    transform: translate(8%, 4%);
    font-family: "NeueMontreal-Regular";
  }
  .text-overlay.left,
  .text-overlay.right {
    line-height: 1.3;
  }

  .container {
    width: 100%;
    height: 70%;
    max-height: 50vw;
    display: flex;
    flex-direction: row;
    margin-bottom: 2vw;
  }
  .bodybox1,
  .bodybox2 {
    height: 250px;
    box-sizing: border-box;
  }

  .bodybox1 {
    width: 20%;
    font-size: 6vw;
    font-weight: 500;
    line-height: 1;
  }
  .blue-text {
    color: rgb(69, 165, 245);
    text-decoration: none;
    margin-left: 10%;
    font-family: "NeueMontreal-Medium";
  }
  .blue-text2 {
    margin-left: 20%;
    font-family: "NeueMontreal-Medium";
  }

  .bodybox2 {
    width: 70%;
    font-size: 3vw;
    color: whi;
    font-family: "NeueMontreal-Regular";
    margin-left: 0vw;
  }

  .container2 {
    width: 70%;
    height: auto;
    background-color: white;
    display: flex;
    justify-content: space-around;
    margin-left: 30%;
    display: flex;
    gap: 10px;
    margin-bottom: 7vw;
  }

  .PopButton {
    display: inline-block;
    font-size: 0.4rem;
    color: black;
    text-decoration: none;
    font-weight: normal;
    transition: transform 0.3s ease;
    font-family: "NeueMontreal-Regular";
  }
  .PopButton.selected {
    text-decoration: underline;
    font-family: "NeueMontreal-Bold";
  }

  .PopButton:hover {
    color: black;
    text-decoration: underline;
    transform: scale(1.1);
    font-weight: 500;
  }
  br {
    gap: 0.5px;
  }
  .Container3 {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .Container3 label {
    color: white;
    font-size: 1.5vh;
    margin-top: 20%;
    margin-bottom: 20%;
    font-family: "NeueMontreal-Regular";
    font-weight: 100;
    line-height: 1.3;
  }
  .Container3 button {
    width: 30vw;
    height: 3vh;
    border-radius: 50px;
    font-family: "NeueMontreal-Regular";
  }
  .buttondiv {
    padding-top: 10vh;
  }
  .buttondiv button {
    font-weight: 500;
    background-color: rgb(68, 156, 238);
    border: none;
    font-size: 1vw;
  }
  .text-below-line {
    width: 80%;
    text-align: left;
    color: white;
    margin-top: 5%;
    font-size: 1rem;
    font-family: "NeueMontreal-Medium";
    font-weight: 500;
  }
  .text-below-line2 {
    width: 80%;
    text-align: left;
    margin-top: 3%;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.379);
    font-family: "NeueMontreal-Regular";
  }
  .horizontal-scroll {
    left: 10%;
    width: 100%;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 10px;
    position: relative;
    background-color: black;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .horizontalscrollbottom {
    width: 80%;
    text-align: left;
    margin-top: 5%;
  }
  .horizontalscrollbottom button {
    background-color: white;
    color: #0075fb;
    border-radius: 50px;
    width: 30vw;
    height: 3vh;
    font-size: 0.3rem;
    font-family: "NeueMontreal-Regular";
    border: 0;
  }
  .formClass {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
  }
  .fromcalssDiv1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fromcalssDiv1 h1 {
    line-height: 1;
  }
  .FormHeader p {
    color: rgba(13, 0, 0, 0.407);
    font-family: "NeueMontreal-Regular";
  }
  .FormHeader h4 {
    font-family: "NeueMontreal-Medium";
  }
  .innerdiv {
    width: 50%;
    margin-right: 10vw;
  }
  .innerdiv h1 {
    font-size: 2rem;
    font-family: "NeueMontreal-Medium";
  }
  .fromcalssDiv1 p {
    margin-bottom: 2%;
    font-family: "NeueMontreal-Regular";
    font-size: 0.3rem;
  }
  .fromcalssDiv1 a {
    text-decoration: none;
    font-size: 0.5rem;
    font-family: "NeueMontreal-Regular";
  }
  .fromcalssDiv1 a:hover {
    text-decoration: underline;
  }

  .fromcalssDiv2 {
    width: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 2px solid rgba(0, 0, 0, 0.448);
  }
  .FormHeader {
    margin-right: 0;
    width: 100%;
    text-align: left;
    margin-left: 8.5vw;
  }
  .FormHeader label {
    color: rgba(13, 0, 0, 0.407);
    font-family: "NeueMontreal-Regular";
    font-size: 2vw;
  }
  .FormHeader h4 {
    font-family: "NeueMontreal-Medium";
    font-size: 3vw;
  }
  .form-group {
    position: relative;
    margin-left: 4vw;
  }

  .form-placeholder {
    position: absolute;
    top: 30%;
    font-family: "NeueMontreal-Regular";
    transform: translateY(-30%);
    color: #0a0101;
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 2vw;
  }

  .custom-input {
    border: none;
    border-bottom: 2px solid #0000007c;
    width: 40vw;
    height: 4vh;
    outline: none;
    font-size: 3vw;
    background-color: transparent;
  }

  .custom-input:focus {
    border-color: #0000007c;
    box-shadow: none;
  }
  .custom-input:focus ~ .form-placeholder,
  .custom-input:not(:placeholder-shown) ~ .form-placeholder {
    top: 1px;
    font-size: 2vw;
    color: #999;
  }

  .btn-large-rounded {
    font-size: 0.6rem;
    border-radius: 50px;
    background-color: #2ea0e2;
    color: black;
    width: 35vw;
    height: 3vh;
    display: block;
    margin: 30px auto;
    font-family: "NeueMontreal-Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ScrollTopButton {
    position: relative;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    background-color: black;
    border: 1px solid white;
    align-items: center;
    transition: border-color 0.3s ease, transform 0.3s ease;
    overflow: hidden;
  }
  .ScrollTopButton:hover {
    border-color: #09c3ed;
    transform: scale(1.3);
  }
  .ScrollTopButton::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 3vw;
    height: 3vw;
    background-image: url("img/S2E/Icons/Arrows/scroll down white.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .dropdown-content {
  min-width: 150px !important;
}

.dropdown-content a {
  color: white !important;
  padding: 0rem 0.5rem;
  display: block;
  font-size: 2vw !important;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "NeueMontreal-Light";
   line-height: 1.9;
}
body.ios .divider {
  margin-right: 63vw;
}

body.android .divider {
  margin-right: 65vw;
}
}
