* {
    margin: 0%;
    padding: 0%;
    scroll-behavior: smooth;
    font-family: 'AvenirLTStd';
    /* font-family: "Publico"; */
}

body {
    margin: 0%;
    overflow-x: hidden;
}

body .container {
    max-width: 1200px;
}

body.loading {
    overflow: hidden;
}

header {
    width: 100%;

}

@font-face {
    font-family: 'AvenirLTStd';
    src: url('./font/AvenirLTStd-Black.otf');
    src: url('./font/AvenirLTStd-Book.otf');
    src: url('./font/AvenirLTStd-Roman.otf');
}

@font-face {
    font-family: "Publico";
    /* url(./font/Publico-Black.otf), */
    /* url(./font/Publico-Extrabold.otf), */
    src: url(./font/Publico-Light.otf),
        url(./font/Publico-Medium.otf),
        url(./font/Publico-Bold.otf);
}

h1,
h2 {
    font-family: "Publico";
}

p,
h5,
h4,
h3 {
    font-family: 'AvenirLTStd';
}

.navigation {
    background-color: #081423eb;
    position: fixed;
}

.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: 16px;
    line-height: 30px;
    font-weight: 500;
}

.navbar-nav li a {
    color: white;
}


.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: #FFAA00 !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: #08393C;
    background-color: #EAEAEA;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
}

/* srction1 */
.section1 {
    background-color: #0E0E0E;
    padding: 40px 0px;
}

.section1 h5 {
    font-size: 25px;
    font-weight: 800;
    color: white;
    font-family: "Publico";
}

.section1 hr{
    background-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: #f3f2f2 !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: #f3f2f2 !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: #FFAA00;
    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;
}

 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: #081172;
    }

    .nav-container {
        margin-left: 0px !important;
    }

    .navbar-brand img {
        width: 100%;
        max-width: 170px;
    }

    .navbar-toggler {
        font-size: small;
    }

    /* 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;
    }

}

@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;
    }
}