body {
    color: #484747;
    font-family: 'Open Sans', sans-serif;
}

li {
    margin-top: 20px;
}

p {
    line-height: 30px;
}

p.fs-1 {
    line-height: 48px;
}

p.fs-2 {
    line-height: 38px;
}

p.fs-3,
p.fs-4 {
    line-height: 35px;
}

.logos {
    display: flex;
    align-items: center;
}

.logos a {
    text-decoration: none;
    display: inline-block;

}

.logos .logos_separator {
    margin: 0 30px;
    display: inline-block;
    width: 8px;
    background-color: black;
    height: 55px;
    transform: rotate(20deg);
}

.logoGame {
    max-width: 250px;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.logoGame img {
    max-height: 62px;
}

.ticker {
    color: #fff;
}

.hero {
    height: 100vh;
    font-weight: bold;
    position: relative;
    background-image: url('../images/hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    background-color: #569CCB;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero h1 {
    font-size: 37px;
    line-height: 50px;
}

p {
    margin-bottom: 2rem !important;
    line-height: 25px;
}

.bg1 {
    background-color: #fff;
}

.bg2 {
    background-color: #f6faff;
}

.bg3 {
    background-color: #243f7e;
    background: linear-gradient(-45deg, #243f7e, #185100);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: #fff;
}
.badge3 {
    background-color: #e1a219;
    color: #333;
}
.bg3 * {
    color: #fff;
}

.bg4 {
    background-color: #D9EDFE;
}

.bg5 {
    background-color: #454545;
}

.bg-cover {
    background-size: cover;
    background-position: center;
}

.bg-shadow {
    position: relative;
}

.bg-shadow::after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-shadow .container {
    position: relative;
    z-index: 1;
}

.highlight {
    color: #3E5F7E;

}

.highlight2 {
    color: #4D9FEC;

}

.col-5 {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
}

@media (max-width: 768px) {
    .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-55 {
        flex: 0 0 50%;
        max-width: 100%;
    }
}

a {

    color: #58B947;
}

section {
    overflow: hidden;
}

h3.title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    color: #58B947;
}

.card {
    padding: 20px;
    display: block;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 60, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6)
}

.signup {
    background-color: #000000;
    background-image: url('../images/stones.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 500px;
}

.signup input[type=email],
.signup input[type=phone] {
    border: solid 3px #58B947;
    padding: 5px 5px 5px 20px;
    color: #000;
    border-radius: 0px;
}

.signup input[type=submit] {
    border: solid 3px #58B947;
    background-color: #58B947;
    padding: 5px;
    color: #fff;
    border-radius: 0px;
    font-weight: bold;
    padding: 5px 20px;
}

header {
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 1000;
    padding: 10px;
}

header .container {}

.header_ticker {
    position: absolute;
    right: 0;

    top: 0;
    height: 100%;
    background-color: #58B947;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #000;
}

.header_ticker2 {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    height: 100%;
    background-color: #58B947;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #000;
    font-size: 15px;
}

.header_ticker a {
    text-decoration: none;
    color: #000;
    padding: 0px 20px;
    font-weight: bold;
}

header .logo-box {
    position: absolute;
    top: 0;
    z-index: 1001;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}

header .logo-box .logo-box-container {
    background: #926F34;
    background: linear-gradient(180deg, #DFBD69 0%, #926F34 100%);
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    text-align: center;
}

header .logo-box img {
    max-height: 50px;
    margin-bottom: 8px;
}

header .ative-box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: #926F34;
    background: linear-gradient(180deg, #926F34 0%, #DFBD69 100%);
    border-radius: 0% 0% 0 20px;

}

header .ative-box span {
    color: #000;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-family: var(--heading-fonts);
    padding: 15px 20px;
}

header .ative-box span strong {
    display: block;
    font-size: 50px;
    font-weight: 700;
}

/*body::before {
    width: auto;
    height: auto;
    background-color: #ccc;
    position: absolute;
    display: block;
    content: "Sponsored content";
    top: 0;
    right: 64px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}*/

.disclaimer p {
    font-size: 15px !important;
}

@media (max-width: 768px) {
    body::before {
        display: none !important;
    }

    .header_ticker2::before {
        width: auto;
        height: auto;
        background-color: #ccc;
        position: absolute;
        display: block;
        content: "Sponsored content";
        top: 0;
        right: 36%;
        padding: 0 10px;
        border-radius: 0 0 10px 10px;
        font-size: 11px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10000;
    }

    .header_ticker {
        right: 0px !important;

    }

    .header_ticker2 {
        right: 0px !important;
        max-width: 100% !important;
        width: 100%;
        top: 72px;
        height: 100px;
        border-radius: 0 0 10px 10px;

    }

    header .logo-box {
        position: absolute;
        left: 0;
        top: 100px;
        z-index: 1001;
        text-align: start;
        width: 50%;

    }

    header .logo-box .logo-box-container {
        border-radius: 0px;
    }

    header .logo-box img {
        max-height: 30px;
    }

    header .ative-box {
        position: absolute;
        right: 0;
        top: 100px;
        z-index: 999;
        width: 50%;
        background: #926F34;
        background: linear-gradient(180deg, #926F34 0%, #DFBD69 100%);
        border-radius: 0px;
        text-align: end;
    }

    header .ative-box span {
        font-size: 22px;
        padding: 15px 20px;
    }

    header .ative-box span strong {
        display: block;
        font-size: 30px;
        font-weight: 700;
    }
}

.text-1 {
    color: #7BDB6A !important;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.text-2 {
    color: #243f7e !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-3 {
    color: #453828 !important;
}

.text-dark {
    color: #1D1D1D !important;
}

.box-shadow {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
}

.box-shadow-1 {
    box-shadow: 0 0 3px 3px rgba(88, 185, 71, 1);
}

.box-shadow-2 {
    box-shadow: 0 0 3px 3px rgba(14, 127, 205, 1);
}

.btn-primary {
    background: linear-gradient(180deg, #926F34 0%, #DFBD69 100%);
    color: #000;
    font-size: 26px;
    font-weight: 700;
    border-radius: 15px;
    padding: 20px 60px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.btn-primary:hover {
    background: linear-gradient(180deg, #926F34 0%, #DFBD69 100%);
    color: #333;
    text-decoration: none;
    border: 2px solid #926F34;
}

.rounded-more {
    border-radius: 15px !important;
}


.highlight-box.v1 {
    border-color: #DFBD69;
    line-height: normal;
    text-align: center;
    box-shadow: inset 0 0 40px #DFBD693b, 0px 20px 40px #ccc;
}

.highlight-box {
    margin: 0;
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    box-shadow: 0 15px 35px #e1e0e0;
    border-top: 5px solid var(--site-color);
    position: relative;
    border-radius: 20px;
}


.top-reason-block {
    background: linear-gradient(-45deg, #000, #926F34, #DFBD69, #111111);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    position: relative;
}

.top-reason-block .counter {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    text-align: center;
    background: #305593;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    line-height: 60px;
}

.top-reason-block .card {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media (max-width: 991px) {
    .hero {
        position: relative;
        margin-top: 180px;
        padding-top: 180px;
    }
    .hero .row {
        margin-top: 100px;
    }

    .hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

    .hero .container {
        position: relative;
        z-index: 1;
    }

    .hero h1 {
        font-size: 30px;
        line-height: 40px !important;
    }

    .hero h2 {
        font-size: 30px;
        line-height: 50px !important;
    }

    .signup {
        background-image: none;
    }

    .btn-primary {
        font-size: 20px;
    }

    h3.title {
        font-size: 24px;
    }

    .top-reason-block .counter {
        font-weight: 800;
        font-size: 18px;        
        width: 3%;
        height: 30px;
        min-width: 30px;
        line-height: 30px;
    }
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Floating Animation */
@keyframes floating {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.floating-animation {
    animation: floating 3s ease-in-out infinite;
}