body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body,
html {
  overflow-x: hidden;
  background-color: #000000b5;
}
@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");
}
.Top-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.nav-bar.scrolled {
  background-color: white !important;
  border-bottom: solid 1px black !important;
}
.nav-bar.scrolled .nav-link {
  color: black !important;
}
.nav-bar.scrolled .dropdown-content {
  background-color: white !important;
  backdrop-filter: blur(0px);
}
.nav-bar.scrolled .dropdown-content a {
  color: black !important;
}
.nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

.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;
  display: flex;
  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;
}
.IconImage {
  width: 8vw;
}
.nav-bar a {
  font-size: 0.9vw;
  color: rgba(234, 229, 229, 0.34);
  text-decoration: none;
  transition: color 0.5s ease;
  font-family: "NeueMontreal-Regular";
}

.nav-link {
     color: rgba(234, 229, 229, 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;
}
.right-content {
  position: absolute; /* change from relative to absolute */
  top: 10%;
  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(255, 255, 255, 0.001);*/
/*  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: rgb(243, 239, 239) !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;
}
.CenterClass {
  width: 100%;
  display: flex;
  flex-direction: row; /* Keep items in a row */
  justify-content: space-evenly;
  margin: 0 auto;
  margin-top: 5vw;
  padding-top: 50px;
  position: relative;
}

.ImgDivWrapper {
  display: flex;
  flex-direction: column; /* Stack image and title vertically */
  align-items: center; /* Center contents */
  width: 70%; /* Matches ImgDiv and Title width */
  margin-left: -10vw;
}

.ImgDiv {
  width: 100%; /* Full width of the wrapper */
  height: 35vw;
  background-image: url("./img/Portfolio/CreativeProtfolio/Group\ 286.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}

/* .ImgDiv:hover {
    background-image: url("./img/Portfolio/Component\ 109\ –\ 2.png"); 
  } */

.ScrollBackButton {
  position: relative;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  align-items: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  margin-right: 0;
}

.ScrollBackButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(90deg);
  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;
}

.Title {
  width: 100%; /* Matches ImgDiv width */
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
   margin-top: 2vw;
}
.Header {
  width: 50%;
}
.HeaderContent {
  width: 50%;
}
.Header h3,
.Header span,
.Header p {
  margin: 5px 0;
  text-align: left;
}
.Header h3,
.Header span {
  font-family: "NeueMontreal-Regular";
  color: #fff;
}
.Header h3 {
  font-size: 1.5vw;
}
.Header span {
  font-size: 1vw;
}
.Header p {
  font-family: "NeueMontreal-Regular";
  color: #ffffffb1;
  font-size: 0.8vw;
}
.HeaderContent p {
  font-family: "NeueMontreal-Regular";
  color: #ffffffb1;
  font-size: 1vw;
}
/* //=============================// */
.Content {
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 3vw;
  position: relative;
  height: auto;
  gap: 2vw;
}
.left,
.right {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.fluid-image {
  width: auto; /* Maintain original width */
  height: auto; /* Maintain original height */
  max-width: 100%; /* Ensure responsiveness */
}
/* .LeftContent {
  width: 50%;
}
.ContentImage {
  width: 90%;
  height: 33vw;
  background-image: url("./img/Portfolio/CreativeProtfolio/Rectangle\ 450.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ContentImage2 {
  width: 90%;
  height: 60vw;
  background-image: url("./img/Portfolio/CreativeProtfolio/Rectangle\ 450.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ContentImage3 {
  width: 90%;
  height: 20vw;
  background-image: url("./img/Portfolio/CreativeProtfolio/Rectangle\ 442.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ContentImage4 {
  width: 90%;
  height: 33vw;
  background-image: url("./img/Portfolio/CreativeProtfolio/Rectangle\ 451.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ContentImage5 {
  width: 90%;
  height: 60vw;
  background-image: url("./img/Portfolio/CreativeProtfolio/231022_widam_natchicken_reelmats_1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  position: relative;
  overflow: hidden;
}
.LeftContent > div {
  margin: 2vw;
}
.RightContent > div {
  margin: 2vw;
}
.RightContent {
  width: 50%;
} */

.ContentText {
  width: 80%;
  display: flex;
  flex-direction: column; /* Keep items in a row */
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 10vw;
  position: relative;
  height: auto;
  left: 2vw;
  margin-bottom: 10vw;
}
.ContentText p {
  width: 90%;
  font-family: "NeueMontreal-Regular";
  font-size: 1vw;
}
.ContentText h3,
p {
  color: white;
  font-family: "NeueMontreal-Regular";
}
.ContentText h3{
    font-size: 1.5vw;
}
/* //=================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: #00000013;
  border: 1px solid white;
  align-items: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  z-index: 9999;
}
.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: 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%;
  }
  .fotterHeader {
    font-size: 1.3vw;
    text-decoration: none;
    color: white;
    font-family: "NeueMontreal-Regular";
  }
  .footerContent {
    /*margin-top: 10%;*/
    font-size: 1vw;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.449);
    font-family: "NeueMontreal-Regular";
  }
  .conatctdetails {
    font-size: 1vw;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.449);
    font-family: "NeueMontreal-Regular";
  }

  .followcontent {
    font-size: 1.3vw;
    text-decoration: none;
    color: white;
    font-family: "NeueMontreal-Regular";
  }
  .FotterButton {
    width: 20vw;
    height: 3vw;
    align-items: center;
    border-radius: 50px;
    border: 1px solid white;
    background-color: transparent;
    color: #09c3ed;
  }
  .ScrollTopButton {
    width: 6vw;
    height: 6vw;
  }
  .HeaderContent {
    width: 50%;
  }
}
@media (max-width: 1152px) {
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  .HeaderContent {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  .TextDiv {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-left: 2vw;
  }

  .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";
  }
  .ButtonDiv button {
    font-family: "NeueMontreal-Regular";
    border: none;
    width: 24vw;
    height: 7vh;
    background-color: #2da0e1;
    font-size: 1.1vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .ContentText h3 {
    font-size: 2.5vw;
  }
  .HeaderContent {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
  .Header {
    line-height: 0.7;
  }
  .HeaderContent {
    width: 50%;
  }
}
@media (min-width: 680px) and (max-width: 768px) {
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
  .Header p {
    font-size: 1vw;
  }
  .wrapperContent h4 {
    font-size: 2.3vw;
  }
  .SecondwrapperContent h4 {
    font-size: 2.3vw;
  }
  .ContentText h3 {
    font-size: 3vw;
  }

  .ContentText p {
    font-size: 2vw;
  }
  .HeaderContent {
    width: 50%;
  }
}
@media (min-width: 590px) and (max-width: 680px) {
  .nav-bar a {
    font-size: 0.4rem;
  }
  .IconImage {
    width: 8vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
  .Header p {
    font-size: 1vw;
  }
  .ContentText h3 {
    font-size: 3vw;
  }

  .ContentText p {
    font-size: 2vw;
  }
  .HeaderContent {
    width: 50%;
  }
}
@media (min-width: 490px) and (max-width: 590px) {
  .nav-bar a {
    font-size: 0.3rem;
  }
  .IconImage {
    width: 6vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
  .Header {
    line-height: 0.5;
  }
  .Header h3 {
    font-size: 1.5vw;
  }
  .Header p {
    font-size: 1vw;
  }
  .ContentText h3 {
    font-size: 3vw;
  }

  .ContentText p {
    font-size: 2vw;
  }
  .HeaderContent {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .HeaderContent {
    width: 50%;
  }
  .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;
  }
  .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;
  }
  .ScrollTopButton {
    position: relative;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    background-color: #00000013;
    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;
  }
  .Header {
    line-height: 0.5;
  }
  .Header h3 {
    font-size: 2.5vw;
  }
  .Header span {
    font-size: 1.5vw;
  }
  .Header p {
    font-size: 1.5vw;
  }
  .HeaderContent p {
    font-size: 2vw;
  }
  .ContentText h3 {
    font-size: 4vw;
  }

  .ContentText p {
    font-size: 5vw;
  }
  .ScrollBackButton {
    position: relative;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-color: #00000013;
    border: 1px solid white;
    align-items: center;
    transition: border-color 0.3s ease, transform 0.3s ease;
    overflow: hidden;
  }
  .ScrollBackButton::before {
    content: "";
    position: absolute;
    top: 47%;
    left: 43%;
    transform: translate(-50%, -50%) rotate(90deg);
    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;
}
}
