body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  color: white;
}
.nav {
    position: absolute;
    width: -webkit-fill-available;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0.5em 3.5em;
    z-index: 1000;
    justify-content: space-between;
    padding-left:5vw;
}
.menu-toggle {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}
.black {
    background: #170000;
}
.menu-overlay {
background: radial-gradient(circle at 40% top, #00FDEF 0%, 3.658536449074745%, #00F4E7 7.31707289814949%, 13.414633646607399%, #00DBD4 19.512194395065308%, 23.475609719753265%, #00CAC4 27.439025044441223%, 29.878048598766327%, #00BEBB 32.31707215309143%, 33.07926803827286%, #00BAB7 33.841463923454285%, 35.975609719753265%, #00AEB0 38.109755516052246%, 42.53048747777939%, #00989B 46.95121943950653%, 47.408536076545715%, #00969A 47.8658527135849%, 53.96341532468796%, #007881 60.060977935791016%, 67.37805008888245%, #005C6A 74.69512224197388%, 81.09756112098694%, #004A55 87.5%, 91.31097495555878%, #003F49 95.12194991111755%, 96.79878056049347%, #003B44 98.47561120986938%, 99.23780560493469%, #003742 100%);
}
.top-bar { top: 8px; }
.middle-bar { top: 16px; }
.bottom-bar { top: 24px; }
.teal-bg-overlay {
background: radial-gradient(circle at 40% top, #00FDEF 0%, 3.658536449074745%, #00F4E7 7.31707289814949%, 13.414633646607399%, #00DBD4 19.512194395065308%, 23.475609719753265%, #00CAC4 27.439025044441223%, 29.878048598766327%, #00BEBB 32.31707215309143%, 33.07926803827286%, #00BAB7 33.841463923454285%, 35.975609719753265%, #00AEB0 38.109755516052246%, 42.53048747777939%, #00989B 46.95121943950653%, 47.408536076545715%, #00969A 47.8658527135849%, 53.96341532468796%, #007881 60.060977935791016%, 67.37805008888245%, #005C6A 74.69512224197388%, 81.09756112098694%, #004A55 87.5%, 91.31097495555878%, #003F49 95.12194991111755%, 96.79878056049347%, #003B44 98.47561120986938%, 99.23780560493469%, #003742 100%);
    opacity: 40%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.menu {
  position: fixed;
  top: 0; left: 0;
  height: 100vh; width: 100%;
  max-width: 630px;
  background: linear-gradient(360deg, #0b3c4a 0%, #195870 50%, #093a47 100%);
  padding: 5rem 5rem;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 999;
  overflow-y: auto;
  padding-top: 130px;
}
.menu-item {
  font-size: 1.2rem;
  position: relative;
}
.menu-item > a, .menu-item-toggle {
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid white;
    transition: all 0.3s ease;
    cursor: pointer;
}
.menu-item.open{
    font-weight: 500;
    border-bottom: 0;
}
.plus-icon {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.5s ease;
}
.menu-item.open .plus-icon {
  transform: rotate(45deg);
}
.submenu {
    overflow: hidden;
    height: 0;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    background-color: transparent;
}
.submenu a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    padding: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    line-height: 2.5rem;
}
.nav.footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: white;
}
h1 {
    font-size: 4em;
    font-weight: 600;
    text-shadow: 1px 2px 4px #00000073;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: white;
    z-index: 100;
}
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 4rem;
  position: relative;
  width: auto;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(360deg, #0b3c4a 0%, #195870 50%, #093a47 100%);
}

.hero-content {
  max-width: 60%;
  z-index: 2;
  display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top:100px;
}

.hero-image-container {
    position: absolute;
    max-width: 50%;
    margin-top: 100px;
    right: -100px;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-shadow: 1px 2px 4px #0000005c;
    color: white;
}
.button {
text-decoration: none;
    font-size: 18px;
    display: block;
    margin: 0;
    width: auto;
    height: 50px;
    font-family: Montserrat;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 10px #1700006b;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    background-image: linear-gradient(54deg, #ab1817, #da2323 50%, #b70102 104%);
    padding: 0 20px;
    text-shadow: 1px 2px 4px #00000038;
}
.button-container {
    display: flex;
    column-gap: 20px;
    padding-top: 20px;
}
.section {
    height: 100vh;
}
.uppercase-heading {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 1px 2px 4px #0000005c;
    font-size: 17px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
.nav {
    padding: 0.5em 1.5em 0.5em 1em;
  }
  .menu {
    width: -webkit-fill-available;
    padding: 120px 1.5rem;
  }
  .menu-item-toggle,
  .menu-item > a {
    font-size: 1.2rem;
  }
  .hero-section {
    padding: 0rem 1.5rem 0rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    width: auto;
}
h1 {
    font-size: 2.00em;
    text-shadow: 1px 2px 4px #00000060;
    text-align: left;
}
.hero-content {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 70px;
}
.hero-image-container {
    position: absolute;
    max-width: 100%;
    bottom: 0;
    left: 40%;
}
p {
    text-shadow: 1px 2px 4px #00000070;
    font-size: 17px;
    line-height: 28px;
}
.button {
  padding: 0 18px;
}
.button-container {
padding-top: 10px;  
display: flex;
row-gap: 20px;
flex-direction: column;
align-items: flex-start;
}
}