/* Base */
html {
    overflow-x: hidden;
}

body {
    color: white;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Montserrat", "Open Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@font-face {
    font-family: 'ClashDisplay-Variable';
    src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Variable.woff') format('woff'),
        url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Extralight.woff') format('woff'),
        url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Light';
    src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Light.woff') format('woff'),
        url('../fonts/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Regular.woff') format('woff'),
        url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Medium.woff') format('woff'),
        url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
        url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Bold.woff') format('woff'),
        url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('../fonts/Avenir/AvenirLight.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Regular';
    src: url('../fonts/Avenir/AvenirRegular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/Avenir/AvenirBook.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir/AvenirBlack.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../fonts/Avenir/AvenirHeavy.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia-Pro';
    src: url('../fonts/sofia/sofiapro-light.otf');
    font-weight: 300;
    font-style: normal;
}

.ClashDisplayLight {
    font-family: ClashDisplay-Light;
}

.ClashDisplayMedium {
    font-family: ClashDisplay-Medium;
}

.ClashDisplayBold {
    font-family: ClashDisplay-Bold;
}

.ClashDisplaySemiBold {
    font-family: ClashDisplay-Semibold;
}

.ClashDisplayRegular {
    font-family: ClashDisplay-Regular;
}

.AvenirRegular {
    font-family: Avenir-Regular;
}

.AvenirLight {
    font-family: Avenir-Light;
}

.AvenirBook {
    font-family: Avenir-Book;
}

.AvenirHeavy {
    font-family: Avenir-Heavy;
}

.AvenirBlack {
    font-family: Avenir-Black;
}

.sofia {
    font-family: Sofia-Pro;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
select,
option {
    border: 1px solid rgba(101, 101, 101, 0.2);
    border-radius: 4px;
    font-family: Sofia-Pro;
    color: #312A50;
    width: 100%;
    font-size: 1rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
}

.form-check {
    border: 1px solid rgba(101, 101, 101, 0.2);
    border-radius: 4px;
    font-family: ClashDisplay-Regular;
    color: #312A50 !important;
    font-size: 0.9rem;
}

input::placeholder {
    font-family: Sofia-Pro;
    font-weight: bold;
    color: #312A50;
    font-size: 1rem;
}

select,
.form-select,
select option {
    font-family: Sofia-Pro !important;
    color: #312A50 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

label {
    font-weight: bold !important;
    color: #423971;
    font-family: Sofia-pro;
    font-size: 1rem;
}

.letter1 {
    letter-spacing: 0.09rem;
}


label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /*
    &:focus-within {
        outline: .125em solid $primary-color;
    }
  */
}

label input {
    position: absolute;
    left: -9999px;
}

label input:checked+span {
    background-color: #d6d6e5;
}

label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #00005c;
}

label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

label span:hover {
    background-color: #d6d6e5;
}

label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
}

.nav-container {
    display: block;
    text-align: center;
}

ul,
li {
    list-style: none;
    -webkit-padding-start: 0;
}


.nav-item {
    display: inline;
}

.nav-item-dropdown {
    position: relative;
}

.nav-item-dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
}

.dropdown-trigger {
    position: relative;
}

.dropdown-trigger:focus+.dropdown-menu {
    display: block;
    opacity: 1;
}

.dropdown-menu {
    background-color: #ED3E44;
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 2.5rem;
    right: -10px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 160px;
}

.dropdown-menu a {
    color: #F47B20;
}

.dropdown-menu-item {
    cursor: pointer;
    padding: 1em;
    text-align: center;
}

.dropdown-menu-item:hover {
    background-color: #eb272d;
}

.background-responsive {
    background-image: url('../img/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.badge-background {
    background-image: url('../img/bg_large.png');
    /* background-repeat: no-repeat; */
    background-position: center, bottom right;
    background-size: cover;
    min-height: fit-content;
}

ul.featureList li {
    list-style-type: '-';
    font-size: 0.95rem;
    padding-left: 1rem;
    color: #423971;
}

.top-10 {
    top: 10%;
}

@media screen and (min-width: 768px) {
    .background-responsive {
        background-image: url('../img/bg_large.png') !important;
        min-height: 100vh;
    }

    .badge-background {
        background-image: url('../img/Badge_md.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .bg-md-transparent {
        background: transparent !important;
        min-height: 100vh !important;
    }

    .button-large {
        width: 100%;
    }

    ul.featureList li {
        display: contents;
    }

    .position-is-fixed {
        position: fixed !important;
    }

    .height-md {
        height: 100vh !important;
    }

}
