body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.896);
}
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;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#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 {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
.left-content {
  margin-left: 9%;
  margin-top: 20px;
}
.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;
}
#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;
}
/*.right-content {*/
/*  margin-right: 8%;*/
/*  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: 250px;
  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;
}

.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 {
  transition: color 0.3s ease, font-style 0.3s ease;
}
.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;
}

/* #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;
}
/*.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;*/
/*}*/
.Center-Container {
  width: 80%;
  height: auto;
  padding-top: 10vw;
  padding-bottom: 2vw;
}
.Center-Container h1 {
  color: white;
  font-size: 5vw;
  font-family: "NeueMontreal-Bold";
}
.Center-Content {
  width: 55%;
}
.Center-Content p {
  font-size: 1.5vw;
  font-family: "NeueMontreal-Regular";
  color: white;
}
.Form-Container {
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 7vw;
  padding-bottom: 7vw;
}
.Inner-Container {
  width: 60%;
}
.Inner-Container h1 {
  color: black;
  font-size: 3vw;
  font-family: "NeueMontreal-Bold";
}
.Inner-Content {
  width: 37%;
  padding-bottom: 2vw;
}
.Inner-Content p {
  font-size: 1.5vw;
  font-family: "NeueMontreal-Regular";
  color: black;
}
.rounded-input {
  border-radius: 20px;
  border: 1px solid #ced4da;
  padding: 10px;
}

.rounded-input:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#file-upload::file-selector-button {
  display: none;
}
.input-group {
  border-radius: 20px;
  overflow: hidden;
}

.input-group-text {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.form-control {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.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: rgba(239, 236, 236, 0.407);
  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: #2da0e1;
}
.fotterHeader a :hover {
  color: #2da0e1;
}
.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: #2da0e1;
}

.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: #2da0e1;
}
.FotterButton:hover {
  border-color: #2da0e1; /* Change the border color to red on hover */
}
.ScrollTopButton {
  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;
}
.ScrollTopButton:hover {
  border-color: #2da0e1; /* 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/arrow\ button\ cyan.svg"); /* Change to the hover icon */
}
@media (max-width: 1288px) {
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
}
@media (max-width: 1152px) {
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
}
@media (max-width: 1024px) {
  .nav-bar a {
    font-size: 0.8rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 5vw;
  }
  .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: #00fff7;
    font-size: 1.5vw;
  }
  .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";
  }
}
@media (max-width: 900px) {
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
}
@media (min-width: 680px) and (max-width: 768px) {
  .nav-bar a {
    font-size: 0.6rem;
  }
  .IconImage {
    width: 10vw;
  }

  #dropdown-icon {
    width: 6vw;
  }
}
@media (min-width: 590px) and (max-width: 680px) {
  .nav-bar a {
    font-size: 0.4rem;
  }
  .IconImage {
    width: 8vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
}
@media (min-width: 490px) and (max-width: 590px) {
  .nav-bar a {
    font-size: 0.3rem;
  }
  .IconImage {
    width: 6vw;
  }

  #dropdown-icon {
    width: 7vw;
  }
}
@media (max-width: 480px) {
  .Center-Container {
    padding-top: 15vw;
    padding-bottom: 3vw;
    width: 90%;
  }
  .Center-Container h1 {
    color: white;
    font-size: 6vw;
    font-family: "NeueMontreal-Bold";
  }
  .Center-Content {
    width: 65%;
  }

  .Center-Content p {
    font-size: 1.9vw;
    font-family: "NeueMontreal-Regular";
    color: white;
  }
  .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: black;
    border: 1px solid white;
    align-items: center;
    transition: border-color 0.3s ease, transform 0.3s ease;
    overflow: hidden;
  }
  .ScrollTopButton:hover {
    border-color: #00fff7;
    transform: scale(1.3);
  }
  .ScrollTopButton::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 3vw;
    height: 3vw;
    background-image: url("img/S2E/Icons/Arrows/scroll down white.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .dropdown-content {
  min-width: 150px !important;
}

.dropdown-content a {
  color: white !important;
  padding: 0rem 0.5rem;
  display: block;
  font-size: 2vw !important;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "NeueMontreal-Light";
   line-height: 1.9;
}
}
