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");
}
.Top-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 5vw;
}
.nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height:auto;
  z-index: 999;
}
.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-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(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;
}
.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 !important;
}
/* 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;
   text-decoration: none;
    color: white !important;
}
.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;
   color: white !important;
}
.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(11, 11, 11) !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: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  margin-top: 5vw; /* Adjust this value to give enough space for the nav-bar */
  padding-top: 50px; /* Add padding-top based on the height of the nav-bar */
}
.ImgDiv {
  width: 50%;
  height: auto;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ImgDiv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  transition: opacity 0.3s ease;
  opacity: 1;
}

.ImgDiv:hover::after {
  opacity: 0;
}

.TextDiv {
  width: 50%;
  height: 35vw;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  /* padding: 10px; */
  padding-left: 2vw;

}
.TopText {
  line-height: 2.3vw;
  font-size: 2.3vw;
  font-family: "NeueMontreal-Medium";
  color: #000;
  flex-grow: 1;
}
.BottomText {
  transform: translateY(11%);
}
.BottomText h4 {
  font-size: 1.7vw;
  color: #2da0e1;
  font-family: "NeueMontreal-Medium";
}
.BottomText h6 {
  font-size: 1vw;
  color: #000;
  font-family: "NeueMontreal-Medium";
}
.BottomText span {
  color: #00000086;
  font-size: 0.9vw;
  font-family: "NeueMontreal-Regular";
}
.BottomText p {
  color: #000000cd;
  font-size: 1.2vw;
  font-family: "NeueMontreal-Regular";
}
.OurWork {
  width: 100%;
  background-color: #000000d6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.TopHeader {
  padding-top: 3vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.LeftSide {
  width: 50%;
  height: auto;
  color: #fff;
  margin-right: 30vw;
  font-size: 1vw;
  font-family: "NeueMontreal-Regular";
}
.LeftSide p {
  margin-top: 1.5vw;
}
.flim-production:hover {
  color: #e8190aff;
}

.creatives:hover {
  color: #00fff7;
}
.all-projects:hover {
  color: #2da0e1;
}
.RightSide {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 5vw;
}
.RightSide a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
  font-family: "NeueMontreal-Regular";
  display: flex;
  justify-content: center;
  align-items: center;
}
.RightSide a:nth-child(3) {
  width: 25vw;
  height: 3vw;
  display: inline-block; /* Ensures width and height apply */
  line-height: 3vw; /* Center text vertically if needed */
  text-align: center; /* Center text horizontally */
  text-decoration: none; /* Remove underline */
  margin-top: 0vw;
}

.Content {
  width: 85%;
  margin-top: 3vw;
  margin-left: 3vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
}

.image-container {
  text-align: left;
}

.image-container img {
  width: 25vw;
  height: 25vw;
  object-fit: cover;
}

.image-container h3,
.image-container span,
.image-container p {
  margin: 5px 0;
  text-align: left;
}
.image-container h3,
.image-container span {
  font-family: "NeueMontreal-Regular";
  color: #fff;
}
.image-container h3 {
  font-size: 1.5vw;
    margin-top: 1vw;
}
.image-container span {
  font-size: 1vw;
}
.image-container p {
  font-family: "NeueMontreal-Regular";
  color: #ffffffb1;
  font-size: 1vw;
  margin-bottom: 1vw;
}
/*.Project-image1:hover img {*/
/*  content: url("./img/Portfolio/Component\ 109\ –\ 2.png");*/
/*}*/

.ButtonDiv {
  margin-top: 6vw;
  display: flex;
  justify-content: center;
  margin-bottom: 7vw;
}
.ButtonDiv button {
  font-family: "NeueMontreal-Regular";
  border: none;
 width: 20vw;
  height: 8vh;
  font-size: 0.8rem;
  background-color: #2da0e1;
  border-radius: 5vw;
  transition: background-color 0.3s, color 0.3s;
}
.ButtonDiv button:hover {
  background-color: white;
  color: #2da0e1;
}

/* //=================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;
}
.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;
  }

  .TextDiv {
    width: 50%;
    height: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-left: 2vw;
  }
}
@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;
  }
  .TopText {
    line-height: 2.3vw;
    font-size: 2.3vw;
    font-family: "NeueMontreal-Medium";
    color: #000;
    margin-bottom: 15vw;
  }
  .TextDiv {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-left: 2vw;
  }
  .ButtonDiv button {
    font-family: "NeueMontreal-Regular";
    border: none;
    width: 23vw;
    height: 7vh;
    background-color: #2da0e1;
    font-size: 1vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
}
@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;
  }
  .image-container h3 {
    margin-bottom: -1vw;
  }
  .image-container span {
    margin-bottom: -5vw;
  }
}
@media (max-width: 900px) {
  .TextDiv {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-left: 2vw;
  }
  .BottomText h4 {
    margin-bottom: 0.5vw;
  }
  .BottomText h6 {
    margin-bottom: 0.5vw;
  }
  .BottomText span {
    margin-bottom: 0.5vw;
  }
  .BottomText p {
    margin-bottom: 0.5vw;
  }
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
  .ButtonDiv button {
    font-family: "NeueMontreal-Regular";
    border: none;
    width: 25vw;
    height: 6vh;
    background-color: #2da0e1;
    font-size: 1.2vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .image-container h3 {
    margin-bottom: -1vw;
  }
  .image-container span {
    margin-bottom: -5vw;
  }
}
@media (min-width: 680px) and (max-width: 768px) {
  .TextDiv {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-left: 2vw;
  }
  .BottomText h4 {
    margin-bottom: 0.5vw;
  }
  .BottomText h6 {
    margin-bottom: 0.5vw;
  }
  .BottomText span {
    margin-bottom: 0.5vw;
  }
  .BottomText p {
    margin-bottom: 0.5vw;
  }
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
  .ButtonDiv button {
    font-family: "NeueMontreal-Regular";
    border: none;
    width: 29vw;
    height: 6vh;
    background-color: #2da0e1;
    font-size: 1.4vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .image-container h3 {
    margin-bottom: -1vw;
  }
  .image-container span {
    margin-bottom: -5vw;
  }
}
@media (min-width: 590px) and (max-width: 680px) {
  .TextDiv {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-left: 2vw;
  }
  .BottomText h4 {
    margin-bottom: 0.2vw;
  }
  .BottomText h6 {
    margin-bottom: -1vw;
  }
  .BottomText span {
    margin-bottom: 0.2vw;
  }
  .BottomText p {
    margin-bottom: 0.2vw;
  }
  .nav-bar a {
    font-size: 0.4rem;
  }
  .IconImage {
    width: 8vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
  .ButtonDiv button {
    font-family: "NeueMontreal-Regular";
    border: none;
    width: 32vw;
    height: 6vh;
    background-color: #2da0e1;
    font-size: 1.4vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .image-container h3 {
    margin-bottom: -2vw;
  }
  .image-container span {
    margin-bottom: -5vw;
  }
}
@media (min-width: 490px) and (max-width: 590px) {
  .BottomText h4 {
    margin-bottom: 0.2vw;
  }
  .BottomText h6 {
    margin-bottom: -1vw;
  }
  .BottomText span {
    margin-bottom: 0.2vw;
  }
  .BottomText p {
    margin-bottom: 0.2vw;
  }
  .nav-bar a {
    font-size: 0.3rem;
  }
  .IconImage {
    width: 6vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
  .ButtonDiv button {
    font-family: "NeueMontreal-Regular";
    border: none;
    width: 36vw;
    height: 5vh;
    background-color: #2da0e1;
    font-size: 1.6vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .image-container h3 {
    margin-bottom: -2vw;
  }
  .image-container span {
    margin-bottom: -5vw;
  }
}
@media (max-width: 480px) {
    .Content {
  width: 85%;
  margin-top: 3vw;
  margin-left: 3vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding: 10px;
}
.image-container img {
  width: 78vw;
  height: 78vw;
  object-fit: cover;
}
.image-container h3 {
  font-size: 4vw;
    margin-top: 1vw !important;
  margin-bottom: 1vw !important; 
}
.image-container span {
  font-size: 4vw;
  margin-top: 1vw !important;
}
.image-container p {
  font-family: "NeueMontreal-Regular";
  color: #ffffffb1;
  font-size: 3vw;
  margin-bottom: 1vw;
}
  .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;
  }
  .BottomText h4 {
    margin-bottom: 0.2vw;
    font-size: 3vw !important;
  }
  .BottomText h6 {
       font-size: 2vw !important;
    margin-bottom: -3vw;
  }
  .BottomText span {
       font-size: 2vw !important;
    margin-bottom: -1vw;
  }
  .BottomText p {
       font-size: 2vw !important;
    margin-bottom: -1vw;
  }
  .ButtonDiv button {
    font-family: "NeueMontreal-Regular";
    border: none;
    width: 40vw;
    height: 4vh;
    background-color: #2da0e1;
    font-size: 2vw;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .image-container h3 {
    margin-bottom: -3vw;
  }
  .image-container span {
    margin-bottom: -5vw;
  }
  .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;
}
.LeftSide {
  width: 50%;
  height: auto;
  color: #fff;
  margin-right: 30vw;
  font-size: 2vw;
  font-family: "NeueMontreal-Regular";
  align-items: center;
  display: flex;
  justify-content: center;
}
.RightSide {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 0vw !important;
}
.RightSide a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 1.3vw;
  font-family: "NeueMontreal-Regular";
  display: flex;
  justify-content: center;
  align-items: center;
}

.RightSide a.active {
  border: 1px solid #f4f2f2;
  border-radius: 2vw;
  box-sizing: border-box;
}

}
