* {
  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;
}

/* register */
.register {
  padding: 100px 0px 0px !important;
}

.register h1 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

.register .seets span {
  font-size: 30px;
  font-weight: 900;
  color: #fd764e;
  background-color: #eaeaea;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}

/* srction1 */
.section1 {
  background: url(./images/BG-banner.svg) no-repeat bottom/cover;
  background-color: #0a032786;
  background-blend-mode: multiply;
  padding: 40px 0px;
}

.section1 h5 {
  font-size: 30px;
  font-weight: 800;
  color: white;
}

.section1 .div1 p {
  color: white;
  font-size: 16px;
}

.section1 .div1 ul {
  color: white;
  font-size: 16px;
  padding-left: 15px;
}

/* contact section starts */

/* div2 */

.section1 form {
  position: relative;
  color: white;
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 10px;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.contact-section .form-row {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-section form label {
  color: rgb(255, 255, 255);
  margin-bottom: 5px !important;
}

.contact-section form select {
  width: 100%;
  border-radius: 0.25rem;
  color: #848484;
  font-size: 14px;
  padding: 8px 3px;
}

.contact-section form select option {
  padding: 16px 3px;
}

.contact-section .form-control {
  border: 1px solid #dfdfdf;
  margin: auto;
}

.contact-section .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #dfdfdf;
  background-clip: padding-box;
  border: 1px solid #dfdfdf;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-section .submit-btn {
  background-color: #fd764e;
  width: 100%;
  color: white;
  padding: 10px 30px 10px 30px;
  border: none;
  margin-top: 10px;
  border-radius: 5px;
  transition: 0.8s all;
}

.contact-section a {
  text-decoration: none;
}

.contact-section #agree {
  font-size: 12px;
}

/* 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-top: 50px;
  padding-bottom: 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;
}

@media (max-width: 700px) {
  .navigation {
    background-color: #0a0327;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 22px;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .navbar-toggler {
    padding: 2px 6px;
    font-size: small;
  }

  .register h1 {
    font-size: 25px;
  }

  .register .seets span {
    font-size: 25px;
  }

  .section1 h5 {
    font-size: 24px;
    line-height: 35px;
  }

  .section1 form {
    padding: 15px 0px !important;
  }

  /* footer section */
  .footer-section {
    background-position: right;
  }

  .footer-section .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .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;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  .navigation {
    background-color: #0a0327;
  }

  .register h1 {
    font-size: 30px;
  }

  .register .seets span {
    font-size: 20px;
  }

  /* footer section */
  .footer-section .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .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;
  }
}
