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");
}r
@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");
}
.Top-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-image:url("./img/WhoWeAre/s2e_poster 1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-bar {
  top: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
}
.nav-bar.scrolled {
  background-color: white;
  border-bottom: solid 1px black;
}
.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-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  
  justify-content: center;
  align-items: center;
}
.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 li {
  margin: 0 0.5rem;
}
.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(11, 0, 0, 0.34);
  text-decoration: none;
  transition: color 0.5s ease;
  font-family: "NeueMontreal-Regular";
}

.nav-link {
    color: rgba(11, 0, 0, 0.34) !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;
}

.nav-bar.scrolled {
  background-color: white !important;
  border-bottom: solid 1px black !important;
}
.nav-bar.scrolled .nav-link {
  color: black !important;
}

.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;
}
/*.dropdown-menu {*/
/*  display: none;*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  background-color: rgba(0, 0, 0, 0.217);*/
/*  backdrop-filter: blur(10px);*/
/*  border: none;*/
/*  border-radius: 5px;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  z-index: 3;*/
/*  min-width: 120px;*/
/*  box-shadow: none;*/
/*}*/
/*.dropdown-menu.show {*/
/*  display: block;*/
/*}*/
/*.dropdown-menu ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none;*/
/*  display: block;*/
/*}*/

/*.dropdown-menu li {*/
/*  margin: 0;*/
/*}*/

/*.dropdown-menu a {*/
/*  width: 150px;*/
/*  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;*/
/*}*/

/*.dropdown-menu a {*/
/*  color: white !important;*/
/*}*/

/*.dropdown-menu 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-menu a:hover {*/
/*  background-position: 15px center;*/
/*}*/
/*#dropdown-icon {*/
/*  transition: opacity 0.5s ease;*/
/*  width: 3.5vw;*/
/*  min-width: 35px;*/
/*  max-width: 55px;*/
/*}*/
.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}
/* //===============Whoweare======================// */
.container {
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: row;
   margin-top: 18vw;
  margin-bottom: 10vw;
}
.bodybox1,
.bodybox2 {
  height: 20vw;
  box-sizing: border-box;
}

.bodybox1 {
  width: 20vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  margin-right: 5vw;
}
.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: 55vw;
  font-size: 1.3vw;
  color: black;
  font-family: "NeueMontreal-Regular";
}
/* //===============Whoweare======================// */
.black-box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgb(0, 0, 0);
  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);
  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) 25%
  );
  z-index: 1;
}
.text-overlay {
  position: absolute;
  color: white;
  padding: 5px;
  white-space: nowrap;
  z-index: 2;
}

.text-overlay.left {
  left: 8%;
  opacity: 1;
  font-family: "NeueMontreal-Regular";
}
.text-overlay.left img {
  height: 70vw; /* Adjust height as needed */
  width: auto; /* Maintains aspect ratio */
}

.text-overlay.right {
  right: 16%;
  opacity: 1;
  bottom: 12%;
  width: 50vw;
  transform: translate(15%, 4%);
  font-family: "NeueMontreal-Regular";
  font-size: 1.5vw;
  white-space: normal;
  overflow-y: hidden;
  max-height: 40wh;
}
.text-overlay.right span {
  margin-bottom: 2vw !important;
  font-size: 0.8vw;
}
.text-overlay.right p {
  font-family: "NeueMontreal-Regular";
  font-size: 1.6vw;
}
.text-overlay.right div {
  margin-bottom: 4vw;
}

.text-overlay.right p,
.text-overlay.right span {
  display: block;
  margin: 0;
  word-break: break-word;
}

.black-box .box:nth-child(n + 37):nth-child(-n + 41) {
  border-bottom: 1px solid #2da0e1;
}
.BoldFont {
  font-family: "NeueMontreal-Bold";
}
/* //===============Whoweare======================// */
/* //=================MeetTheTeam====================// */
.containerTeam {
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: row;
  margin-top: 6vw;
}
.MeetTeamText {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1;
  margin-left: 8vw;
}
.bodyboxTeam2 {
  width: 40%;
  font-size: 2vw;
  color: black;
  font-family: "NeueMontreal-Regular";
}
.bodyboxTeam1 {
  width: 60%;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}
.bodyboxTeam1,
.bodyboxTeam2 {
  height: 20vw;
  box-sizing: border-box;
}
/* //=================MeetTheTeam====================// */
/* //===================ProfileSection==================// */

/*.profile-container {*/
/*  display: flex;*/
/*  position: relative;*/
/*  align-items: flex-start; */
/*  justify-content: flex-start;*/
/*  height: auto;*/
/*  top: 0;*/
/*}*/
/*.profile-container2 {*/
/*  display: flex;*/
/*  position: relative;*/
/*  align-items: flex-start; */
/*  justify-content: flex-start;*/
/*  height: auto;*/
/*  top: 14vw;*/
/*  position: relative;*/
/*}*/
.responsive-margin {
  margin-top: 14vw;
}
.all-profiles-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14vw; /* or add margin dynamically via JS */
}

.profile-container,
.profile-container2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  
}

.profile-container2 {
  top: 14vw;
}
.profile-card1 {
  text-align: left;
  width: 35vw;
  margin-left: 8vw;
  position: relative;
}

.profile-card2 {
  z-index: 10;
  text-align: left;
  width: 35vw;
  position: absolute;
  top: 55vw; /* Start from the middle of the first profile card */
  left: calc(10vw + 35vw + 6vw); /* Position to the right of the first card */
  transform: translateY(
    -50%
  ); /* Adjust to align with the middle of the first card */
}

.imageDiv {
  width: 100%;
  height: 40vw;
  overflow: hidden;
  position: relative;
}

.imageDiv img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

/* Hover: Apply only scale, not layout shift */
.imageDiv:hover img {
  transform: translate(-50%, -50%) scale(1.03);
}


.profile-card1 h3,
.profile-card1 p,
.profile-card2 h3,
.profile-card2 p {
  text-align: left;
  margin: 10px 0 0;
  color: #333;
}

.profile-card1 h3,
.profile-card2 h3 {
  font-size: 2vw;
  font-weight: bold;
}

.profile-card1 p,
.profile-card2 p {
  font-size: 0.9em;
  color: #2da0e1;
  font-family: "NeueMontreal-Medium";
}

.smallImagDiv {
  width: 5vw;
}

.smallImagDiv .small-image {
  width: 2.5vw;
  height: auto;
  margin-top: 0.5vw;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.smallImagDiv:hover .small-image {
  transform: translateX(1.5vw);
  content: url("./img/WhoWeAre/arrow-blue.png");
}

.smallImagDiv .hover-text {
  display: block;
  position: absolute;
  left: 4vw;
  top: 95%;
  font-family: "NeueMontreal-Regular";
  font-size: 0.7vw;
  z-index: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.profile-card1 .smallImagDiv .hover-text strong {
    color: #2da0e1 !important;
    font-family: "NeueMontreal-Regular" !important;
    font-size: 0.7vw !important;
}
.profile-card1 .smallImagDiv .hover-text p {
    color: #000 !important;
     font-family: "NeueMontreal-Regular" !important;
    font-size: 0.7vw !important;
}
.profile-card2 .smallImagDiv .hover-text strong {
    color: #2da0e1 !important;
    font-family: "NeueMontreal-Regular" !important;
    font-size: 0.7vw !important;
}
.profile-card2 .smallImagDiv .hover-text p {
    color: #000 !important;
    font-family: "NeueMontreal-Regular" !important;
    font-size: 0.7vw !important;
}
.smallImagDiv.text-visible .hover-text {
  opacity: 1;
  transform: translateX(0);
}

.smallImagDiv.text-visible .small-image {
  transform: translateX(1.5vw);
  content: url("./img/WhoWeAre/arrow-blue.png");
}

.ButtonDiv {
  margin-top: 50vw !important;
  display: flex;
  justify-content: center;
  margin-bottom: 7vw;
}
.ButtonDiv button {
  font-weight: 500;
  border: none;
  width: 20vw;
  height: 8vh;
  font-size: 0.8rem;
  background-color: #2da0e1;
  border-radius: 5vw;
  transition: background-color 0.3s, color 0.3s;
  font-family: "NeueMontreal-Regular";
}
.ButtonDiv button:hover {
  color: white;
}

/* //===================ProfileSection==================// */
/* //====================2ndBox================// */
.text-overlay.left2ndBox {
  left: 13%;
  top: 15%;
  opacity: 1;
}
.text-overlay.left2ndBox p {
  font-family: "NeueMontreal-Regular";
  font-size: 1vw;
}
.text-overlay.left2ndBox span {
  font-family: "NeueMontreal-Regular";
  font-size: 3vw;
  margin-bottom: 5vw;
  display: block;
}
.text-overlay.left2ndBox a {
  display: inline-block;
  margin-right: 2.6vw;
  font-family: "NeueMontreal-Regular";
  font-size: 0.8vw;
  text-decoration: none;
  color: white;
  position: relative;
}
.text-overlay.left2ndBox a:not(:last-child) {
  border-right: 2px solid #2da0e1;
  padding-right: 1.6vw;
}
.text-overlay.left2ndBox a:hover {
  color: #2da0e1;
  text-decoration: underline;
}
/* //====================2ndBox================// */
/* //=======================OurClient==========================// */
.OurClient {
  margin-top: 8vw;
  margin-left: 12vw;
  max-width: 1400px; /* Slightly wider than before */
  width: 80%;
}
.OurClient h4 {
  font-family: "NeueMontreal-Medium";
  font-size: 2vw;
}
.logo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8vw;
  justify-content: flex-start;
}

.logo-container img {
  width: 100px; /* Change as needed */
  height: auto;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
 .logo-container img:hover {
    transform: scale(1.05);
  }
/* //==========Form======================// */
.formClass {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 8vw;
  margin-bottom: 8vw;
}
.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 {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background-color: #2ea0e2;
  color: black;
  width: 20vw;
  height: 8vh;
  font-size: 0.8rem;
  display: block;
  margin: 50px auto;
  font-family: "NeueMontreal-Regular";
}
.btn-large-rounded:hover {
  background-color: #1f9be2;
}
/* //=================Footer===============// */
.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======================// */

@media (max-width: 1288px) {
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  .text-overlay.left {
    left: 6%;
  }
  .text-overlay.right {
    right: 14%;
  }
  .text-overlay.right {
    right: 16%;
    opacity: 1;
    bottom: 12%;
    width: 50vw;
    /* transform: translate(10%, 4%); */
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
    white-space: normal;
    overflow-y: hidden;
    max-height: 40wh;
  }
    .profile-container2 {
    top: 10vw;
  }
  .profile-card1 h3,
.profile-card2 h3 {
  font-size: 1.8vw;
  font-weight: bold;
}

.profile-card1 p,
.profile-card2 p {
  font-size: 0.7em;
  color: #2da0e1;
  font-family: "NeueMontreal-Medium";
}
  .ButtonDiv {
    margin-top: 5vw;
    display: flex;
    justify-content: center;
    margin-bottom: 7vw;
  }
  .bodybox1 {
    line-height: 1;
    
  }
}
@media (max-width: 1152px) {
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  .text-overlay.left2ndBox {
    left: 13%;
    top: 10%;
    opacity: 1;
  }
  .text-overlay.right {
    right: 16%;
    opacity: 1;
    bottom: 12%;
    width: 50vw;
    /* transform: translate(10%, 4%); */
    font-family: "NeueMontreal-Regular";
    font-size: 1.5vw;
    white-space: normal;
    overflow-y: hidden;
    max-height: 40wh;
  }
  .containerTeam {
    margin-bottom: -10vw;
  }
  .profile-container2 {
    top: 20vw;
  }
  .profile-container {
    top: 10vw;
  }
  .ButtonDiv {
    margin-top: 60vw !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10vw;
    
  }
  .bodybox1 {
    text-align: center;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  .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: 6vw;
  }
  .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;
  }
  .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";
  }
  .text-overlay.left2ndBox {
    left: 13%;
    top: 9%;
    opacity: 1;
  }
  .containerTeam {
    margin-bottom: -15vw;
  }
  .profile-container2 {
    top: 25vw;
  }
  .profile-container {
    top: 15vw;
  }
  .ButtonDiv {
    margin-top: 70vw !important;
    display: flex;
    justify-content: center;
    margin-bottom: 7vw;
  }
  .ButtonDiv button {
    border: none;
    width: 25vw;
    height: 7vh;
    background-color: #2da0e1;
    font-size: 0.9vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .bodybox1 {
    text-align: center;
    line-height: 1;
  }
}
@media (max-width: 900px) {
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
  .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;
  }
  .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;
  }
  .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: 8vw;
  }
  .text-overlay.left2ndBox {
    left: 11%;
    top: 8%;
    opacity: 1;
  }
  .containerTeam {
    margin-bottom: -20vw;
  }
   .profile-container2 {
    top: 30vw;
  }
  .profile-container {
    top: 20vw;
  }
  .ButtonDiv {
    margin-top: -30vw;
    display: flex;
    justify-content: center;
    margin-bottom: 7vw;
  }
  .ButtonDiv button {
    border: none;
    width: 30vw;
    height: 7vh;
    background-color: #2da0e1;
    font-size: 1.3vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .text-overlay.left2ndBox a {
    display: inline-block;
    margin-right: 2vw;
    font-family: "NeueMontreal-Regular";
    font-size: 0.8vw;
    text-decoration: none;
    color: white;
    position: relative;
  }
  .text-overlay.left2ndBox a:not(:last-child) {
    border-right: 2px solid #2da0e1;
    padding-right: 2.2vw;
  }
  .bodybox1 {
    text-align: center;
    line-height: 1;
  }
}
@media (min-width: 680px) and (max-width: 768px) {
  /*   .responsive-margin {*/
  /*  margin-top: 27vw;*/
  /*}*/
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
  .box {
    width: 10%;
    height: 50px;
  }
  .form-group {
    position: relative;
    margin-bottom: 0.5rem;
    margin-left: 1vw;
  }
  .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;
  }
  .text-overlay.left2ndBox p {
    margin-top: -1vw;
  }
  .text-overlay.left2ndBox span {
    font-family: "NeueMontreal-Regular";
    font-size: 3vw;
    margin-bottom: 1vw;
    display: block;
  }
  .text-overlay.left2ndBox a {
    margin-top: -5vw;
  }
  .profile-container2 {
    top: 30vw;
  }
  .profile-container {
    top: 20vw;
  }
  .ButtonDiv {
    margin-top: -25vw;
    display: flex;
    justify-content: center;
    margin-bottom: 7vw;
  }
  .ButtonDiv button {
    border: none;
    width: 30vw;
    height: 7vh;
    background-color: #2da0e1;
    font-size: 1.3vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .container {
    margin-top: 10vw;
  }
  .profile-container {
    margin-top: -20vw;
  }
  .bodybox1 {
    text-align: center;
    line-height: 1;
  }
}
@media (min-width: 590px) and (max-width: 680px) {
  .nav-bar a {
    font-size: 0.4rem;
  }
  .IconImage {
    width: 8vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
  .box {
    width: 10%;
    height: 50px;
  }
  .form-group {
    position: relative;
    margin-bottom: 0.5rem;
    margin-left: 1vw;
  }
  .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;
  }
  .text-overlay.left2ndBox {
    left: 11%;
    top: 8%;
    opacity: 1;
  }
  .text-overlay.left2ndBox p {
    margin-top: -1vw;
  }
  .text-overlay.left2ndBox span {
    font-family: "NeueMontreal-Regular";
    font-size: 3vw;
    margin-bottom: 1vw;
    display: block;
  }
  .text-overlay.left2ndBox a {
    margin-top: -5vw;
  }
  /* .profile-card3 {
    text-align: left;
    width: 35vw;
    margin-left: 8vw;
    margin-top: -30vw;
  } */
    .profile-container p {
    font-size: 0.9vw;
  }
  .profile-container2 p {
    font-size: 0.9vw;
  }
  .profile-container2 {
    top: 40vw;
  }
  .profile-container {
    top: 30vw;
  }
  .ButtonDiv {
    margin-top: 80vw !important;
    display: flex;
    justify-content: center;
    margin-bottom: 7vw;
  }
  .ButtonDiv button {
    border: none;
    width: 30vw;
    height: 7vh;
    background-color: #2da0e1;
    font-size: 1.3vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .container {
    margin-top: 10vw;
  }
  .profile-container {
    margin-top: -25vw;
  }
  .bodybox1 {
    text-align: center;
    line-height: 1;
  }
}
@media (min-width: 490px) and (max-width: 590px) {
  .nav-bar a {
    font-size: 0.3rem;
  }
  .IconImage {
    width: 6vw;
  }
  .box {
    width: 10%;
    height: 50px;
  }
  #dropdown-icon {
    width: 7vw;
  }
  .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;
  }
  .container {
    margin-top: 10vw;
  }
    .profile-container p {
    font-size: 0.9vw;
  }
  .profile-container2 p {
    font-size: 0.9vw;
  }
  .profile-container2 {
    top: 40vw;
  }
  .profile-container {
    top: 30vw;
  }
  /* .profile-container {
    margin-top: -35vw;
  }
  .profile-container p {
    font-size: 2vw;
  }
  .profile-card3 {
    text-align: left;
    width: 35vw;
    margin-left: 8vw;
    margin-top: -70vw;
  } */
  .ButtonDiv {
    margin-top: 80vw !important;
    display: flex;
    justify-content: center;
    margin-bottom: 7vw;
  }
  .ButtonDiv button {
    border: none;
    width: 40vw;
    height: 5vh;
    background-color: #2da0e1;
    font-size: 1.3vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .text-overlay.left2ndBox {
    left: 11%;
    top: 8%;
    opacity: 1;
  }
  .text-overlay.left2ndBox p {
    margin-top: -1vw;
  }
  .text-overlay.left2ndBox span {
    font-family: "NeueMontreal-Regular";
    font-size: 3vw;
    margin-bottom: 1vw;
    display: block;
  }
  .text-overlay.left2ndBox a {
    margin-top: -5vw;
  }
  .bodybox1 {
    text-align: center;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  /*    .responsive-margin {*/
  /*  margin-top: -185vw;*/
  /*}*/
  .text-overlay.left2ndBox p {
      font-size: 3vw !important;
    margin-top: -1vw;
  }
  .text-overlay.left2ndBox span {
    font-family: "NeueMontreal-Regular";
    font-size: 3vw !important;
    margin-bottom: 1vw;
    display: block;
  }
   .text-overlay.left2ndBox a {
    margin-left: 2vw !important;
    font-size: 2vw !important;
  }
  .Top-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 30vh !important;
  margin: 0 auto;
  background-image:url("./img/WhoWeAre/s2e_poster 1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
    .smallImagDiv:hover .hover-text{
         opacity: 1;
  transform: translateX(0);
    }
        .dropdown-content {
    min-width: 100px !important;
  }
  .dropdown-content a {
    font-size: 2vw !important;
  }
  .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: -0.8rem !important;
  }
  .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;
  }

  .black-box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgb(0, 0, 0);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.box {
  width: calc(15% - 8px);
  height: 0;
  padding-bottom: calc(15% - 8px);
  box-sizing: border-box;
  border: 1px solid #ffffff24;
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.black-box .box:nth-child(n + 37):nth-child(-n + 41) {
  border-bottom: none;
}
  .text-overlay {
    /* background-color: red; */
    position: absolute;
    color: white;
    padding: 5px;
    white-space: nowrap;
    z-index: 2;
  }

  .text-overlay.left {
    left: 0% !important;
    opacity: 1;
    font-family: "NeueMontreal-Regular";
  }
  .text-overlay.left img {
    height: 130vw; /* Adjust height as needed */
    width: auto; /* Maintains aspect ratio */
  }

  .text-overlay.right {
    right: 15vw;
    opacity: 1;
    top: 8vw !important;
    width: 50vw;
    /* transform: translate(8%, 4%); */
    font-family: "NeueMontreal-Regular";
    /*font-size: 3vw;*/
    white-space: normal;
    overflow-y: hidden;
    max-height: 50wh !important;
  }

  /* .text-overlay.right div {
    margin-bottom: 1em;
  } */

  .text-overlay.right p,
  .text-overlay.right span {
    display: block;
    margin: 0;
    word-break: break-word;
  }
   .text-overlay.right p{
       font-size: 2.5vw !important;
   }
  .horizontal-line {
    width: 100%;
    height: 1.5px;
    background-color: #2da0e1;
    margin-top: 6vw;

    transform: translateY(-2vw);
  }
   .bottomText {
    transform: translateY(5vw);
  }
  .container {
    margin-top: 15vw;
  }
   .profile-container,
  .profile-container2 {
    flex-direction: column;
    align-items: center;
  }

  .profile-card1,
  .profile-card2 {
    width: 85vw;
    position: relative;
    margin: 0vw 0;
    left: 7vw;
    top: 0;
    transform: none;
  }
 
 .profile-card2{
     margin-top:6vw !important;
 }

  .smallImagDiv .hover-text {
    display: block;
    position: static;
    transform: none;
    white-space: normal;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    margin-top: 2vw;
  }

  .smallImagDiv.text-visible .hover-text {
    opacity: 1;
    max-height: 500px;
  }

  .small-image {
    width: 6vw;
  }
  .imageDiv {
  width: 100%;
  height: 120vw;
  overflow: hidden;
  position: relative;
}
    .imageDiv img {
    height: auto;         /* Let it resize naturally */
    max-height: 120vw !important;     /* Or whatever works best visually */
    object-fit: cover;    /* Maintain cropping if needed */
    object-position: top;
  }
.profile-card1 h3,
.profile-card2 h3 {
  font-size: 5vw;
}

.profile-card1 p,
.profile-card2 p {
  font-size: 0.9em;
}
.smallImagDiv {
  width: 80vw !important;
}
  .smallImagDiv .hover-text {
  font-size: 0.85em !important;
}
.profile-card1 .smallImagDiv .hover-text strong {
    color: #2da0e1 !important;
    font-family: "NeueMontreal-Regular" !important;
    font-size: 0.85em !important;
}
.profile-card1 .smallImagDiv .hover-text p {
    color: #000 !important;
     font-family: "NeueMontreal-Regular" !important;
    font-size: 0.85em !important;
}
.profile-card2 .smallImagDiv .hover-text strong {
    color: #2da0e1 !important;
    font-family: "NeueMontreal-Regular" !important;
    font-size: 0.85em !important;
}
.profile-card2 .smallImagDiv .hover-text p {
    color: #000 !important;
    font-family: "NeueMontreal-Regular" !important;
    font-size: 0.85em !important;
}
.smallImagDiv .small-image {
  width: 6vw;
  height: auto;
  margin-top: 0.5vw;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}
/*.profile-card1 h3,*/
/*.profile-card2 h3 {*/
/*  font-size: 3vw;*/
/*}*/

/*.profile-card1 p,*/
/*.profile-card2 p {*/
/*  font-size: 0.5em;*/
/*}*/
/*  .profile-container,*/
/*  .profile-container2 {*/
/*    height: 200vw;*/
/*  }*/
/*  .profile-container p {*/
/*    font-size: 1.5vw;*/
/*  }*/
/*  .profile-container2 p {*/
/*    font-size: 1.5vw;*/
/*  }*/

/*  .profile-container {*/
/*    position: relative;*/
/*    height: 50vh;*/
/*    top: 35vw;*/
/*  }*/
/*  .profile-container:last-child {*/
/*    height: 120vh !important;*/
/*}*/

/*  .profile-container2 {*/
/*   top: -1vw !important;*/
/*  position: relative;*/
/*  }*/
/*  .profile-card1 h3,*/
/*.profile-card1 p,*/
/*.profile-card2 h3,*/
/*.profile-card2 p {*/
/*  margin-top: 0;*/
/*}*/
  /* .profile-card3 {
    text-align: left;
    width: 35vw;
    margin-left: 8v
  margin: 5px 0 0;30vw;
  } */
/*  .ButtonDiv {*/
/*    margin-top: -110vw !important;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    margin-bottom: 9vw;*/
/*   z-index: 999;*/
/*  }*/
/*  .ButtonDiv button {*/
/*    border: none;*/
/*    width: 40vw;*/
/*    height: 4vh;*/
/*    background-color: #2da0e1;*/
/*    font-size: 1.7vw;*/
/*    border-radius: 5vw;*/
/*    transition: background-color 0.3s, color 0.3s;*/
/*      cursor: pointer;*/
/*    z-index: 999;*/
/*  }*/
  .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;
  }
  .bodybox1 {
    text-align: center;
    line-height: 1;
  }
  .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;
}
.container{
    margin-top: 15vw;
  margin-bottom: 15vw;
}
.bodybox2 {
  font-size: 2vw;
}
.text-overlay.right span {
  margin-bottom: 2vw !important;
  font-size: 3.5vw;
}
.text-overlay.right p {
  font-family: "NeueMontreal-Regular";
  font-size: 2.5vw;
}

.logo-container img {
  width: 70px; /* Change as needed */
  height: auto;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

}