/* inter-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/webfonts/inter-v12-latin-300.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/webfonts/inter-v12-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/webfonts/inter-v12-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/webfonts/inter-v12-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/webfonts/inter-v12-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/webfonts/inter-v12-latin-300.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/webfonts/inter-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/webfonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/webfonts/inter-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/webfonts/inter-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/webfonts/inter-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/webfonts/inter-v12-latin-regular.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* inter-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/webfonts/inter-v12-latin-600.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/webfonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/webfonts/inter-v12-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/webfonts/inter-v12-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/webfonts/inter-v12-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/webfonts/inter-v12-latin-600.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* inter-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/webfonts/inter-v12-latin-800.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/webfonts/inter-v12-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/webfonts/inter-v12-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/webfonts/inter-v12-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/webfonts/inter-v12-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/webfonts/inter-v12-latin-800.svg#Inter') format('svg');
    /* Legacy iOS */
}

:root {
    --primary-color: #22d8e8;
    --secondary-color: #1d8c90;
    --bs-body-bg: #ffffff !important;
    --bs-border-radius-pill: 4vh !important;
    --bs-border-radius: 1.7vh !important;
    --bs-body-color: white !important;
    --bs-bg-light: #f1f1f1 !important;
    --font-color: #5e5e5e !important;
}

.cookie {
    border-radius: 50%;
    background-color: var(--primary-color);
    font-size: 3vh;
    height: 5vh;
    width: 5vh;
    text-align: center;
    position: fixed;
    top: 90%;
    left: 2%;
    z-index: 9999;
}

a,
li,
b,
p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.8vh;
    color: var(--font-color);
}

i {
    font-size: 1.8vh;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
    font-weight: 500;
    color: var(--font-color) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Inter';
    font-weight: 500;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-light {
    background-color: var(--bs-bg-light) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.btn-primary {
    background-color: var(--secondary-color) !important;
    color: white;
}

.btn-primary:hover {
    background-color: var(--primary-color) !important;
}


.btnc {
    margin-top: 60%;
    margin-left: 40%;
}

.btnc:hover {
    background-color: var(--secondary-color) !important;
    color: white;
}

.btn-rise-text {
    color: #3b3b3b;
}

.btn-rise:hover {
    border-color: var(--secondary-color);
}

.btn-rise:hover .btn-rise-text {
    color: white;
}

.card-body {
    background-color: var(--secondary-color) !important;
}

.card h3, .card p  {
    color: white !important;
}

.bg-dark {
    --bs-bg-opacity: 0.80 !important;
}

/*---- NAVBAR ----*/
.navbar-brand {
    width: 20% !important;
    margin-top: -.5% !important;
}

.dropdown-menu {
    background-color: var(--secondary-color);
}

.dropdown-item {
    color: rgb(214, 214, 214);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background-color: var(--secondary-color) !important
}

.nav-link {
    color: #d8d8d8 !important;
}


.nav-link:hover {
    color: #fff !important;
}

/*---- HERO SECTION ----*/
.swiper-classic {
    height: 100vh !important;
}

.text-container {
    margin-top: 15%;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.scrolltext {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    margin-top: -8%;
}





/*---- MOBIL ----*/
@media only screen and (max-width: 767px) {
    /*-- NAVBAR --*/
    .navbar-brand {
        width: 50% !important;
        margin-top: -3% !important;
        margin-left: 25%;
    }

    .navbar-expand-lg.navbar .navbar-collapse {
        max-height: 20vh !important;
        height: 20vh;
        margin-top: -1% !important;
    }
    
    .nav-link {
        color: #3b3b3b !important;
    }

    .nav-link:hover {
        color: #3b3b3b !important;
    }

    .dropdown-menu {
        background-color: white;
    }

    .dropdown-item {
        color: #3b3b3b;
    }
    

    /*-- HERO --*/
    .text-container {
        margin-top: 60%;
    }
}