/*               MEDIA QUERY MANAGER                       */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  font-size: 1.6em;
  min-width: 400px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  background-color: #020D1A;
  color: white;
  font-family: "Montserrat", sans-serif;
}

a:link {
  text-decoration: none;
}

.container2 {
  padding: 0 15%;
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .container2 {
    padding: 0 5%;
  }
}

.vertical {
  top: 120px;
  border-left: 3px solid #dbd806;
  height: 100%;
  position: absolute;
  left: 200px;
}
@media (max-width: 1200px) {
  .vertical {
    left: 100px;
  }
}
@media (max-width: 600px) {
  .vertical {
    left: 40px;
  }
}

.vertical2 {
  border-left: 3px solid #dbd806;
  height: 100%;
  position: absolute;
  top: 0;
  left: 200px;
}
@media (max-width: 1200px) {
  .vertical2 {
    left: 100px;
  }
}
@media (max-width: 600px) {
  .vertical2 {
    left: 40px;
  }
}

.circle-over-line {
  position: absolute;
  top: 120px;
  left: 192px;
  border: 2px solid #F2F217;
  background-color: #020D1A;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
  .circle-over-line {
    left: 92px;
  }
}
@media (max-width: 600px) {
  .circle-over-line {
    left: 32px;
  }
}

.circle-over-line2 {
  position: absolute;
  top: 120px;
  left: 192px;
  border: 2px solid #F2F217;
  background-color: #041b2b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
  .circle-over-line2 {
    left: 92px;
  }
}
@media (max-width: 600px) {
  .circle-over-line2 {
    left: 32px;
  }
}

.circle-over-label {
  position: absolute;
  top: 120px;
  left: 230px;
}
@media (max-width: 1200px) {
  .circle-over-label {
    left: 130px;
  }
}
@media (max-width: 600px) {
  .circle-over-label {
    left: 70px;
  }
}

.vertical3 {
  border-left: 3px solid #dbd806;
  height: 150px;
  position: absolute;
  top: 0;
  left: 200px;
}
@media (max-width: 1200px) {
  .vertical3 {
    left: 100px;
  }
}
@media (max-width: 600px) {
  .vertical3 {
    left: 40px;
  }
}

.circle-over-line3 {
  position: absolute;
  top: 150px;
  left: 192px;
  border: 2px solid #F2F217;
  background-color: #041b2b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
  .circle-over-line3 {
    left: 92px;
  }
}
@media (max-width: 600px) {
  .circle-over-line3 {
    left: 32px;
  }
}

.pink-letter {
  color: #dbd806;
}

.blue-letter {
  color: #3FC90E;
}

.indexheader2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  width: 60%;
  text-align: center;
}

.pink-button {
  color: white;
  border: 1px solid #dbd806;
  padding: 0.7em;
  background-color: #041b2b;
}
.pink-button:hover {
  background-color: #dbd806;
}

.email_p {
  padding: 2em;
}

.link-nav {
  color: white;
}
.link-nav:hover {
  color: #dbd806;
}

.link-green:hover {
  font-weight: bold;
}

.nav-2 {
  font-size: 1em;
  display: flex;
  justify-content: space-between;
  padding: 1em 2em;
}
.nav-2_right-div {
  display: flex;
  padding-top: 0.5em;
}
.nav-2_right-div_ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.nav-2_right-div_li {
  margin: 0 2em;
}
.nav-2_img {
  height: 90px;
  padding: 1em 0 1em 10%;
  position: relative;
  z-index: 21;
}

.navbar {
  min-width: 400px;
  width: auto;
  position: relative;
}
@media (max-width: 600px) {
  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.logo-wtext {
  height: 90px;
  padding: 1em 0 1em 10%;
  position: relative;
  z-index: 21;
}
@media (max-width: 600px) {
  .logo-wtext {
    height: 75px;
    padding-right: 10px;
  }
}

.logo-wtext-phone {
  display: none;
}
@media (max-width: 600px) {
  .logo-wtext-phone {
    display: block;
    height: 85px;
    padding: 1em 5px 1em 10px;
  }
}

/* .navigation-menu class: Navigation wrapper
   .main-navigation class: Navigation links wrapper */
/* Mobile Version */
.navigation-menu {
  overflow: hidden;
  position: relative;
}

/* Hiding the main navigation until it is clicked */
.main-navigation li {
  list-style-type: none;
  text-align: center;
}

.main-navigation a {
  padding: 5px 7px;
  color: white;
  margin-bottom: 2em;
  text-decoration: none;
  display: inline-block;
}

.main-navigation a:hover {
  padding: 5px 7px;
  margin-bottom: 2em;
  text-decoration: none;
  display: inline-block;
}

.hamburger-icon {
  padding: 15px 15px;
  cursor: pointer;
  font-size: 25px;
  color: white;
}

.main-navigation {
  padding-left: 0px;
  background-color: #020D1A;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  height: 100vh;
}

.active {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: red;
  margin: 15px;
  z-index: 22;
}
@media (max-width: 900px) {
  .menu-btn {
    display: flex;
  }
}

.menu-btn__burger {
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
}

.menu-btn__burger::before {
  background-color: #dbd806;
}

.menu-btn__burger::after {
  background-color: #3FC90E;
}

.menu-btn__burger::before {
  transform: translateY(-16px);
}

.menu-btn__burger::after {
  transform: translateY(16px);
}

/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(25px, -25px);
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(25px, 25px);
}

.nav-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nav-content {
  position: relative;
  margin-top: 250px;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .nav-content {
    margin-top: 0;
  }
}

.nav-content-inside {
  text-align: center;
}
.nav-content-inside__h1 {
  font-size: 4em;
  margin-bottom: 30px;
  color: white;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .nav-content-inside__h1 {
    font-size: 3em;
  }
}
@media (max-width: 900px) {
  .nav-content-inside__h1 {
    font-size: 2em;
  }
}

.header-box-wrapper {
  display: flex;
  justify-content: center;
}

.headerbox {
  border: 1px solid #fff;
  padding: 5px 20px;
}
.headerbox__a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
}

.headerbox1 {
  margin-right: 1em;
}

a.my-white-btn:link, .my-white-btn:active, .my-white-btn:visited {
  padding: 10px 40px;
  border: 0.1em solid #FFFFFF;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  font-weight: 300;
  font-size: 0.9em;
  color: white;
  text-align: center;
  letter-spacing: 0.15em;
  background-color: transparent;
  text-transform: uppercase;
}

a.my-white-btn:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.my-ul-link1 {
  margin: 15px auto 0;
  padding: 0;
  list-style: none;
  width: 600px;
  text-align: center;
}

.my-li-link1 {
  position: relative;
  padding: 10px 0;
}

.my-a-link1 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}

.my-a-link1:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.my-a-link1:hover:after {
  width: 100%;
  left: 0;
  position: absolute;
}

.prestige-font-h1 {
  font-family: "Playfair Display", serif;
}

@media (max-width: 900px) {
  .nav-2 {
    display: none;
  }
}

.div-header2 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 6em;
  background-image: url("/img/side-bg.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.div-header2_h1 {
  padding-bottom: 1.5em;
  font-size: 3em;
  text-align: center;
}
@media (max-width: 600px) {
  .div-header2_h1 {
    font-size: 2em;
  }
}
.div-header2_h11 {
  padding: 1em;
}
.div-header2_ul {
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .div-header2_ul {
    flex-direction: column;
  }
}
.div-header2_li {
  display: flex;
  list-style: none;
  padding: 4em;
}
@media (max-width: 600px) {
  .div-header2_li {
    padding: 1em;
  }
}
.div-header2_label {
  padding-left: 2em;
}

.container4 {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical alignment */
  align-items: center;
}

.content2 {
  flex-direction: column;
  align-items: center;
  padding-top: 15em;
  padding-bottom: 2em;
  background-color: #041b2b;
  background-image: url("/img/side-bg2.png");
  background-position: right top;
  background-repeat: repeat-y;
}
.content2_h2-1 {
  font-size: 1.8em;
  width: 60%;
  padding-bottom: 4em;
  font-weight: 500;
}
.content2_h2 {
  font-size: 1.8em;
  width: 60%;
  padding-bottom: 2em;
  font-weight: 500;
}
@media (max-width: 600px) {
  .content2_h2 {
    font-size: 1.5em;
  }
}
.content2_2list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.content2_ul {
  padding: 0 6em 3em 6em;
  font-family: "open sans";
  font-weight: 500;
}
.content2_li {
  list-style: none;
}
.content2_green-link {
  color: #3FC90E;
  padding: 0 6em 3em 6em;
  font-family: "open sans";
  font-weight: 7600;
}
.content2_img {
  width: 60%;
  padding-bottom: 2em;
}
.content2_subheader {
  padding-bottom: 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  width: 60%;
  text-align: center;
}
.content2_button {
  margin-bottom: 4em;
}

.checklist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 60%;
  padding-bottom: 2em;
}

.checklist li {
  font-size: 1.2em;
  flex: 0 0 33.33%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.checklist li::before {
  content: "-";
  color: green;
}

.footer11 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.footer11_img {
  width: 50%;
}
@media (max-width: 600px) {
  .footer11_img {
    width: 60%;
  }
}

/*# sourceMappingURL=index2.css.map */
