html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Nohemi';
    src: url('fonts/Nohemi-Regular.eot');
    src: url('fonts/Nohemi-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Nohemi-Regular.woff2') format('woff2'),
    url('fonts/Nohemi-Regular.woff') format('woff'),
    url('fonts/Nohemi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nohemi ExtLt';
    src: url('fonts/Nohemi-ExtraLight.eot');
    src: url('fonts/Nohemi-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/Nohemi-ExtraLight.woff2') format('woff2'),
    url('fonts/Nohemi-ExtraLight.woff') format('woff'),
    url('fonts/Nohemi-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

body {
    background: #0D013E;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
}

.fixed-top {
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 1030;
    max-width: 1283px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.overlay {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 36, 36, 0.80);
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
}

.overlay.show {
    display: flex;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1305px;
}

.main {
    overflow: hidden;
    position: relative;
}

h1, h2 {
    margin-bottom: 0;
    font-family: "Nohemi", sans-serif;
    font-weight: 400;
}


h1 {
    font-size: 80px;
    line-height: 84px;
}

h2 {
    font-size: 60px;
    line-height: 64px;
}

.border-r-20 {
    border-radius: 20px;
}

.bg-light-rock {
    background: rgba(255, 255, 255, 0.20);
}

.bg-light-rock-part {
    background: rgba(255, 255, 255, 0.10);
}

.bg-purply-blue {
    background: #08002A;
}


.pb-90 {
    padding-bottom: 90px;
}

.text-green {
    background: linear-gradient(90deg, #25BB05 0%, #7CFF47 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nohemi;
}

.flex-v-center {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.flex-v-end {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.font-light {
    font-family: 'Nohemi ExtLt';
    font-weight: 200;
}

.section-text {
    padding-top: 75px;
}

.btn {
    padding: 9px 31px;
    color: #0D013E;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 10px;
    border: 1px solid #31275b;
}

.bjoin, .bjoin:hover {
    border: none !important;
}

.btn:focus {
    box-shadow: none;
}


.btn-primary {
    background: linear-gradient(90deg, #25BB05 0%, #7CFF47 100%);
}

.btn-primary:hover {
    border: 1px solid #31275b;
    color: #413961;
    background: linear-gradient(90deg, #66C552 0%, #9DFE76 100%);
}

.btn-primary:focus {
    color: #0D013E;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #25BB05 0%, #7CFF47 100%);
}

.btn-primary:active {
    color: #0D013E;
    background: #fff;
}

.btn-primary.submit-btn {
    border: 1px solid #fff;
}

.btn-primary.submit-btn:active {
    color: #FFF;
    background: #0D013E;
}

.btn-primary:active:focus {
    box-shadow: none;
}

.spacer {
    height: 75px;
}

.navbar {
    backdrop-filter: blur(16px);
    padding: 11px 22px 11px 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.15);
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link.active {
    background: linear-gradient(90deg, #25BB05 0%, #7CFF47 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dropdown-menu {
    padding: 20px 0 0 0;
    border-radius: 20px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #FFF;
}

.dropdown-item {
    padding: 0 24px 20px 24px;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 1.55rem;
}

.navbar-toggler-icon {
    background: url(images/menu-ham.svg) no-repeat center center;
    width: 19px;
    height: 17px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #D73D3D;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:hover {
    color: #D73D3D;
    background: transparent;
}

.cta-nav {
    margin-left: auto;
}

.careers {
    padding: 245px 0;
}

.in-house {
    padding: 198px 0;
}

.see-yourself {
    padding: 135px 0 94px 0;
}

.premier-hub {
    padding: 127px 0 82px 0;
}

.label .element-years {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
    font-family: "Nohemi", sans-serif;
}

.label {
    margin-top: 64px;
}

.label .text-wrapper {
    background: linear-gradient(90deg, #25BB05 0%, #7CFF47 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.label .span {
    color: #FFF;
}

.label .element-text {
    margin-top: 21px;
    color: #FFF;
}

.contact {
    padding-top: 146px;
}

.contact .label .span {
    background: linear-gradient(90deg, #25BB05 0%, #7CFF47 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.element-text a {
    color: #FFF;
}

.join-team {
    padding: 122px 0 183px 0;
}

.join-team .bg-image {
    background-image: url(images/form-img.png);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.join-team .form {
    padding: 32px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #E5E5E7;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
}

.join-team h2 {
    margin-bottom: 80px;
}

.join-team .form .form-label {
    color: #323539;
    font-size: 15px;
    font-weight: 600;
    /*line-height: 22px;*/
}

.form-control {
    font-size: 15px;
    color: #262424;
    padding: 10px .75rem;
    border-radius: 6px;
    border: 1px solid #E5E5E7;
    background: #F8F9FB;
}

.form-control:focus {
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #262424;;
    background: #F8F9FB;
}

.form-control.invalid {
    border: 1px solid #D73D3D;
    background: url("images/icon-invalid.svg") no-repeat right 15px top 10px;
}

.invalid-feedback {
    line-height: 20px;
    font-size: 14px;
    margin-top: 8px;
    color: #D73D3D;
}

.type-files {
    color: #262424;
    font-size: 12px;
    /*line-height: 22px;*/
    margin-top: 13px;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
    font-size: 15px;
    color: #858C95;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #E8E8E8;
    cursor: pointer;
}

.custom-file-button:active label {
    background-color: #262424;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #262424;
}

.custom-file-button label {
    background: #fff;
}

.input-group-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    border: 1px solid #E5E5E7;
}

.form-control::placeholder {
    color: #858C95;
    font-size: 15px;
}

.form-control:-ms-input-placeholder {
    color: #858C95;
    font-size: 15px;
}

.form-control::-ms-input-placeholder {
    color: #858C95;
    font-size: 15px;
}

footer {
    color: #FFF;
    padding: 82px 0 36px 0;
    border-radius: 20px 20px 0 0;
    background: #06011B;
}

.footer-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.social-bottom a:hover .bi {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(932%) hue-rotate(312deg) brightness(113%) contrast(82%);
}


#resumeFileBtn, #motivationalFileBtn {
    border-radius: 0 10px 10px 0;
}

#motivationalFile, #resumeFile {
    border-radius: 10px 0 0 10px;
}

/* Success Modal */
.modal-dialogg {
    width: 100%;
    max-width: 480px;
    height: 360px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #262424;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #F3F3F1;
}

.modal-dialogg span {
    padding: 0 50px;
    line-height: 20px;
    color: #B4BFD2;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 16px;
    display: block;
}

.modal-dialogg .letter-image {
    display: block;
    margin: 0 auto;
}

.modal-email-input .form-control {
    display: block;
    margin-bottom: 8px;
}

.modal-dialogg .btn {
    width: 100%;
    border: 0;
    padding: 8px;
}

.imgMdl {
    margin-top: 30px;
}

.h5Mdl {
    margin-top: 10px;
}

.h6Mdl {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 70px;
}

.modal-dialogg .btnMdl {
    width: 132px;
}

/* Page Loader */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-content {
    font-size: 24px;
}

.loader-content {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.videocom {
    border-radius: 20px; 
    height: 782px; 
    width: auto; 
    margin-left: 110px;
}


@media (max-width: 1305px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .fixed-top {
        position: fixed;
        top: 40px;
        right: 0;
        z-index: 1030;
        max-width: unset;
        width: unset;
        left: 32px;
        transform: translateX(-16px);
    }
}

@media (max-width: 991.98px) {
    .bg-image {
        display: none;
    }
    .join-team .form {
        border-radius: 20px;
    }

    #path,
    #company,
    #contact,
    #trading-program,
    #traders {
        scroll-margin-top: 120px;
    }

    .fixed-top {
        top: 25px;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
        position: relative;
    }

    .navbar-toggler {
        padding: 0;
        margin-right: 24px;
        width: 20px;
        height: 14px;
        position: relative;
        transition: .5s ease-in-out;
    }

    .navbar-toggler span {
        margin: 0;
        padding: 0;
    }

    .toggler-icon {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #FFF;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .middle-bar {
        margin-top: 0px;
    }

    .navbar-toggler.collapsed .top-bar {
        position: absolute;
        top: 0;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        position: absolute;
        top: 6px;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        position: absolute;
        top: 13px;
        transform: rotate(0deg);
    }

    .navbar-toggler .top-bar {
        top: inherit;
        transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        top: inherit;
        filter: alpha(opacity=0);
    }

    .navbar-toggler .bottom-bar {
        top: inherit;
        transform: rotate(-135deg);
    }

    .navbar {
        background: #31275b;
        z-index: 9999;
        padding: 19px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 24px;
    }

    .navbar-nav {
        margin-top: 30px;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link:focus,
    .navbar-expand-lg .navbar-nav .nav-link.active {
        -webkit-text-fill-color: #FFF;
        color: #FFF;
        background: rgba(255, 255, 255, 0.20);
    }

    .navbar-collapse {
        z-index: 9999;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: 100%;
        transition: all 0.3s ease-out;
        top: 45px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .cta-nav {
        margin: 10px 24px 10px 0;
    }

    .cta-nav .btn {
        margin-left: auto;
        display: block;
    }

    .brand {
        padding-left: 24px;
    }

    .brand img {
        width: 115px;
    }


    h1 {
        font-size: 50px;
        line-height: 54px;
    }

    h1 img {
        width: 71px;
    }

    h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .careers,
    .in-house,
    .see-yourself,
    .premier-hub,
    .join-team {
        padding: 80px 0;
    }

    .section-text {
        padding-top: 60px;
    }

    .contact {
        padding-top: 80px;
    }

    footer .brand {
        margin-bottom: 40px;
        display: block;
        padding-left: 0;
    }
    
    .videocom {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    
    .form-control {
       /*line-height: normal !important;*/
       line-height: 36px;
    }

}
