@import 'fonts.css';

body {
    font-family: 'DIN', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    background-color: #050011;
}
img {
    max-width: initial;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
}
h1 {
    font-size: 36px !important;
    line-height: 38px !important;
}
h2 {
    font-size: 24px !important;
    line-height: 26px !important;
}
h3 {
    font-size: 18px !important;
    line-height: 22px !important;
}
h6 {
    font-size: 16px !important;
    line-height: 22px !important;
}
p {
    margin-bottom: 16px;
}
.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.dot {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    height: 3px;
    width: 3px;
    display: inline-block;
    margin: 0 12px 3px 12px;
}
.btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    border-color: transparent;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    display: inline-block;
    padding: 16px 24px 16px 24px;
}
.btn.btn-primary {
    background: radial-gradient(80.65% 541.58% at 84.92% 0%, #ad00ff 0%, #ff5665 87.67%);
}
.btn.btn-primary:hover {
    border-color: transparent;
    box-shadow: 0 0 26px #000, 0px 4px 70px #aa20eb;
}
.btn.btn-outline-primary {
    color: #fff;
    border: none;
    position: relative;
}
.btn.btn-outline-primary::before {
    background: radial-gradient(80.65% 541.58% at 84.92% 0%,#ad00ff 0%,#ff5665 87.67%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
    color: #eb00ff;
    filter: drop-shadow(0px 0 26px rgba(0, 255, 224, 0.25)) drop-shadow(0px 4px 70px #aa20eb);
    background: none;
}
.btn.btn-outline-secondary {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    padding: 6px 24px;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:focus {
    color: #000;
    background-color: #fff;
    filter: drop-shadow(0px 0px 26px rgba(0, 255, 224, 0.25)) drop-shadow(0px 4px 70px #aa20eb);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
header {
    background: url('../gfx/header/bg-min.png') no-repeat center top;
    background-size: contain;
    min-height: 868px;
}
header .navigation {
    padding: 1.5rem 0 1.5rem 0;
}
header .navigation .logo img {
    height: 32px;
}
header .navigation .nav .nav-item {
    margin: 0 0 0 24px;
}
header .navigation .nav .nav-item:first-child {
    margin-left: 0;
}
header .navigation .nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
header .navigation .nav .nav-item .nav-link:hover {
    color: #fff;
}
header .navigation .btn {
    padding: 6px 24px 6px 24px;
}
header .navigation .hamburger {
    background: url('../gfx/icons/hamburger.svg') no-repeat;
    width: 30px;
    height: 20px;
}
header .content {
    margin-top: 240px;
}
header .content h1.heading {
    font-weight: normal !important;
    font-size: 44px !important;
    line-height: 46px !important;
    text-transform: capitalize !important;
}
header .content span {
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    line-height: 120%;
    text-transform: uppercase;
}
header .content p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
}
header .content.limited-otc-offer img.icon {
    width: 48px;
    height: 48px;
}
.box {
    background: rgba(169, 158, 189, 0.11);
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(60px);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    height: 100%;
    padding: 24px;
}
.box .step {
    color: rgba(255, 255, 255, 0.5);
}
.box .step .dot {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    height: 3px;
    width: 3px;
    display: inline-block;
    margin: 0 12px 3px 12px;
}
.box .step a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}
.box .step a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}
.box p {
    color: rgba(255, 255, 255, 0.75);
}
.description p, h6 {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
}
.description h6 {
    text-transform: uppercase;
}
footer {
    color: #fff;
    background: rgba(169, 158, 189, 0.11);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(60px);
    padding: 112px 0 112px 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
footer h2 {
    text-transform: capitalize;
}
footer .text-muted {
    color: #8D8D8D !important;
}
footer .subscribe {
    height: 100%;
}
footer .input-group .form-control {
    color: #000;
    background-color: #FFFFFF;
    border-color: #E0E0E0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 12px 24px 12px 24px;
}
footer .input-group .form-control::placeholder {
    color: #8D8D8D;
}
footer .input-group .btn.btn-primary {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
footer .input-group .btn.btn-primary:hover {
    box-shadow: none;
}
footer .need-help {
    background: rgba(169, 158, 189, 0.11);
    backdrop-filter: blur(60px);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 24px 24px 24px 12px;
}
footer .need-help p {
    color: rgba(255, 255, 255, 0.5);
}
footer hr {
    background-color: #fff;
    border: 0;
    height: 1px;
    opacity: 0.2;
    margin: 48px 0 48px 0;
}
footer .logo img {
    height: 50px;
}
footer .social-media .icon {
    width: 24px;
    height: 24px;
}
footer .nav .nav-item {
    margin: 12px 0 0 0;
}
footer .nav .nav-item:first-child {
    margin-top: 0;
}
footer .nav .nav-item .nav-link {
    font-size: 13px;
    color: #C6C6C6;
    line-height: 16px;
    padding: 0;
}
footer .nav .nav-item .nav-link:hover {
    color: #C6C6C6;
}
#navigationModal .modal-header {
    border: 0;
    padding: 24px;
}
#navigationModal .modal-header .btn-close {
    background: transparent url('../gfx/icons/close.svg') center/1em auto no-repeat;
    opacity: 1;
}
#navigationModal .modal-header img {
    height: 32px;
}
#navigationModal .modal-content {
    background: linear-gradient(180deg, #050011 0%, rgba(5, 0, 17, 0) 35.42%, rgba(5, 0, 17, 0) 55.45%, #050011 100%), radial-gradient(200.93% 92.8% at 90.8% 7.2%, rgba(5, 0, 17, 0) 9.9%, rgba(171, 35, 255, 0.81) 15.73%, rgba(20, 57, 151, 0.582962) 46.87%, rgba(5, 0, 17, 0.29) 89.45%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
#navigationModal .modal-content .nav .nav-item {
    margin: 36px 0 0 0;
}
#navigationModal .modal-content .nav .nav-item:first-child {
    margin-top: 0;
}
#navigationModal .modal-content .nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
#navigationModal .modal-content .btn.btn-primary {
    width: 100%;
}
#navigationModal .modal-footer {
    border: 0;
    padding: 32px 16px 32px 16px;
}
#navigationModal .modal-footer .social-media {
    width: 100%;
}
@media (min-width: 320px) and (max-width: 991.98px) {
    header {
        background: url('../gfx/header/bg-mobile-min.png') no-repeat center top;
        background-size: contain;
        min-height: 368px;
    }
    header .navigation {
        background: rgba(169, 158, 189, 0.1);
        box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.02), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.03), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.01), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.005);
        backdrop-filter: blur(72px);
        padding: 48px 1.5rem 1.5rem 1.5rem;
    }
    header .content {
        margin-top: 120px;
    }
    .limited-otc-offer .mt-80 {
        margin-top: 40px !important;
    }
    footer {
        padding: 24px 0 24px 0;
    }
    footer hr {
        margin: 32px 0 32px 0;
    }
    footer p.text-xs {
        font-size: 13px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    header {
        background-position-y: -100px;
    }
    header .content {
        margin-top: 200px;
    }
    #navigationModal .modal-header {
        padding: 72px;
    }
    #navigationModal .modal-content .btn.btn-primary {
        width: 50%;
    }
    #navigationModal .modal-footer {
        padding: 36px;
    }
    #navigationModal .modal-footer .social-media {
        width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    header .navigation .nav .nav-item .nav-link {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    .float-lg-end {
        float: right !important;
    }
}