﻿/* ---- SKIN START ---- */


/* ---- FONT ---- */
@import url('css2-Geologicawght100..900_swap.css');


:root {
    --font-family: 'Geologica', sans-serif;
    --header-bg1-rgb: 14,24,31;
    --header-bg2-rgb: 14,24,31;
    
    --pretitle-text: #FDD80E;
    --title-text: #FFFFFF;

    --cta-bg: #FDD80E;
    --cta-text: #000000;
	
	--cta-bg-hover: #FDE03F;
    --cta-text-hover: #000000;

    --cta-secondary-bg: #151E27;
    --cta-secondary-text: #FFFFFF;

    --coupon-bg: #01133f;
    --coupon-text: #FFFFFF;

    --features-text: #FFFFFF;
    --features-subtext: #7E899A;

    --footer-background: #192E67;
    --footer-background-rgba: rgba(25, 46, 103, 1);
    --footer-text: #FFFFFF;

    --ui-2: #0E181F;
    --ui-3: #F8F9FC;
    --brand-3: #FDD80E;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 5px;
    font-family: var(--font-family);

}

header .logo {
    height: 48px !important;
}

header{
    /*background: linear-gradient(to bottom, rgba(var(--header-bg1-rgb) ,0.3 ), rgba(var(--header-bg2-rgb) ,0 ));*/
    background: linear-gradient(to bottom, rgba(var(--header-bg1-rgb), 1) 30%, rgba(var(--header-bg2-rgb), 0));
}
.cta-button {
    font-family: var(--font-family2);
    font-weight: 800 !important;
    font-size: 24px !important;
    padding: 16px 24px !important;
    color: var(--cta-text);
    background: var(--cta-bg);
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: 4px 4px 0px 0px #000000;
}

.btn.btn-secondary {
    font-family: var(--font-family);
    color: var(--cta-text);
    background-color: var(--cta-bg);
    border: 3px solid #F6BD00;
    border-radius: 50px;
}

.main .cta-button:hover {
    color: var(--cta-text-hover);
    background: var(--cta-bg-hover);
}



.cta-secondary{
    font-family: var(--font-family);
    color: var(--cta-secondary-text);
    background-color: var(--cta-secondary-bg);
    border: 2px solid #38414F;
    border-radius: 99px;
	font-weight: 500!important;
	font-size: 18px;
    padding: 0.75rem;
    text-transform: uppercase;
}

.cta-secondary:hover{
    background-color: #38414f;
    color: var(--cta-secondary-text);
}


body {
    background-color: var(--footer-background);
}

/*
header {
    background: linear-gradient(#031939, transparent);
}
*/


footer {
    color: var(--footer-text);
    background-color: var(--footer-background-rgba);
    /*filter: drop-shadow(0px -20px 20px var(--footer-background));*/
}

/*
.main-box {
    
    background-color: #1f1f1f1e;
    box-shadow: 0px 0px 60px 40px #1f1f1f1e;

}
*/


.main .hero-pretitle {
    color: var(--pretitle-text);
    font-weight: 800 !important;
    font-size: 24px !important;
}

.main .hero-title {
    color: var(--title-text);
    font-weight: 400 !important;
}

.main .hero-title.fw-bold {
    font-weight: 800 !important;
    font-size: 48px;
}

.hero-title.mx-2.btn:hover {
    color: var(--brand-3);
}

.modal-dialog.modal-lg {
    border-radius: 8px;
}


.modal-header {

}

.modal-body {

}

.modal-footer {
}

.btn-close {

}

.modal-title {
    color: var(--cta-text);
}

.features h4 {
    color: var(--features-text);
    font-family: var(--font-family2);
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.icons-container{

}

.text-container{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: calc(100% - 60px);
    margin-left:15px;
}


.text-container span{
    color: var(--features-subtext);
}

.features .feature1,
.features .feature2,
.features .feature3 {
    width: 50px;
    height: 50px;
}


.features h4 {
	color: var(--features-text);
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 200px;
}

.text-container span,
.text-container h4{
    width: calc(100% - 80px);
	margin: 0px;
}

/*
.features h4,
.text-container span {
    width: calc(100% - 100px);
}
*/


.coupon-code {
    border-color: var(--cta-text);
    border-radius: 99px;
    color: var(--features-text);
/*    background-color: white;*/

}

.coupon-code-img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(47%) saturate(833%) hue-rotate(351deg) brightness(102%) contrast(98%);
}

@media only screen and (max-width: 767px) {
    header .logo {
        max-height: 60px;
        height:unset;
    }
    a.hero-title.mx-2.btn {
        color: var(--title-text);
        text-shadow: none;
    }

    .main-box {
        background-color: unset;
        box-shadow: unset;
    }

    .main .hero-title {
        color: var(--title-text);
        text-shadow: unset;
    }

    .main .hero-pretitle {
        color: var(--pretitle-text);
        text-shadow: unset;
    }

    .features .feature1,
    .features .feature2,
    .features .feature3 {
        width: 40px;
        height: 40px;
    }

    .text-container{
        width: calc(100% - 50px);
    }

    .text-container span,
    .text-container h4{
        width: calc(100% - 35px);
    }

    .cta-secondary{
        font-size: 14px;
        padding: 0.5rem;
    }

}

/* ---- SKIN END ---- */