* {
  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: 1200px;
    margin: auto;
}

 .form-row {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

 form label {
    color: rgb(255, 255, 255);
    margin-bottom: 5px !important;
}

 form textarea {
    width: 100%;
    border-radius: 0.25rem;
    color: #848484;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    background-color: #dfdfdf !important;
}

 form select option {
    padding: 16px 3px;
}

 .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 !important;
    background-clip: padding-box;
    border: 1px solid #EFEFEF;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

::placeholder{
    font-size: 12px;
}

 .submit-btn {
    background-color: #FD764E;
    border: 1px solid #09B5AB;
    width: 100%;
    max-width: 200px;
    color: rgb(0, 0, 0);
    padding: 10px 30px 10px 30px;
    margin-top: 10px;
    border-radius: 5px;
    transition: .8s all;
}

.submit-btn:hover{
  background-color: #FD764E;
}

 a {
    text-decoration: none;
}

 #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: 50px 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;
}

@media (min-width:320px) and (max-width:700px) {
    
    .navigation {
        background-color: #0e0e0eaf;
      }

    .nav-container {
        margin-left: 0px !important;
    }

    .navbar-brand img {
        width: 100%;
        max-width: 170px;
    }

    .navbar-toggler {
        font-size: small;
        padding: 2px 6px;
    }

    .nav-font-size{
        font-size: 12px !important;
    }

    /* footer section */

    .footer-section {
        position: relative;
        background: url(./images/x_footer.svg) no-repeat right;
        background-color: #0c0c0c;
        background-blend-mode: soft-light;
        color: white;
    }

    .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 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: #081172;
    }

    /* footer section */
    .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 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;
    }
}