* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: "AvenirLTStd";
}

body {
  margin: 0%;
  overflow-x: hidden !important;
}

body .container {
  max-width: 1225px;
}

section {
  overflow-x: hidden;
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("./font/AvenirLTStd-Black.otf");
  src: url("./font/AvenirLTStd-Book.otf");
  src: url("./font/AvenirLTStd-Roman.otf");
}

h1,
h2 {
  font-family: "Manrope", serif;
  position: relative;
}

p,
h5,
h4,
h3 {
  font-family: "AvenirLTStd";
  position: relative;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.navbar-nav li a {
  color: white;
}

.navbar-nav li .dropdown-toggle {
  border-bottom: 2px solid #fd764e;
}

.navbar-nav li a:hover {
  border-bottom: 2px solid #fd764e;
}

.nav-active {
  background-color: #0a0327;
  color: white !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #fd764e !important;
}

/* header content */

.spotlight {
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spotlight h1 {
  text-align: center;
  padding: 10px;
}

.small-header {
  color: #00d479;
}

.toggle-btn {
  background-color: #00534d;
  border: 1px solid white;
  color: white;
  padding: 10px 15px;
  position: fixed;
  left: 100%;
  bottom: 0vh;
  font-size: 13px;
  z-index: 10;
}

/* form-section */
.form-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.form-section h1 {
  font-size: 35px;
  font-weight: 900;
}

.form-section #select {
  display: none;
}

.form-section #selfDetails {
  display: none;
}

.form-section button {
  width: 100%;
  max-width: 170px;
  padding: 7px 10px;
  border: 1px solid #ff784f;
  background-color: #ff784f;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
}

/* Questions */

.questions {
  padding: 60px 0px 30px;
}

.questions h5 .btn {
  text-decoration: none;
  border: none;
  outline: none;
  color: black;
  font-weight: 600;
  padding: 10px 0px;
  width: 100%;
  text-align: left;
}

.questions h5 .btn:hover {
  color: black;
  text-decoration: none !important;
  outline: none !important;
}

.questions h5 .btn.dropdown-item:active {
  border: 1px solid pink;
}

/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding: 70px 0px 30px;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  line-height: 22px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px grey;
  background-color: rgba(255, 255, 255, 0.627);
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
}

/* media Query section */
@media (max-width: 700px) {
  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .navigation {
    background-color: #0a0327 !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-toggler {
    padding: 2px 6px;
    font-size: small;
  }

  .questions h5 {
    font-size: 18px;
  }

  .questions h5 .btn,
  p {
    font-size: 13px;
  }

  .form-section h1 {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
  }

  .form-section h4 {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
  }

  form {
    padding: 0px;
  }

  /* footer section */
  .footer-section {
    background-position: right;
  }

  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container .div2 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (max-width: 330px) {
  .navbar-brand img {
    width: 75%;
    max-width: 200px;
  }
}

@media (min-width: 760px) and (max-width: 885px) {
  .nav-container {
    margin-left: 0px !important;
  }
  .navigation {
    background-color: #0a0327 !important;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  /* navbar */
  .nav-container {
    margin-left: 0px !important;
  }

  .nav-container .nav-item {
    padding: 0px 5px !important;
  }

  /* footer section */
  .footer-section .container {
    padding: 70px 0px 30px !important;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}
