﻿/* ---- SKIN START ---- *//* ---- FONT ---- */
@import url('css2-CaesarDressing_RopaSans_Skranji_swap.css');
:root
{
    --font-family: 'Skranji',sans-serif;
    --pretitle-text: #e4c869;
    --title-text: #fff;
    --cta-bg: linear-gradient(180deg,rgba(63,191,172,1) 0%,rgba(64,145,108,1) 100%);
    --cta-text: #fff;
    --cta-bg-hover: linear-gradient(180deg,rgba(63,191,172,1) 0%,rgba(64,145,108,1) 100%);
    --cta-text-hover: #fff;
    --coupon-bg: #fff;
    --coupon-text: #b7b7b7;
    --features-text-number: #0e2123;
    --features-text: #fff;
    --features-background: #e5c869;
    --footer-background: #0e2123;
    --footer-text: #b9fdd5;
}
h1, h2, h3, h4, h5, h6
{
    margin-top: 5px;
    font-family: var(--font-family);
}
.cta-button
{
    font-family: 'Caesar Dressing',sans-serif;
    color: var(--cta-text);
    background: var(--cta-bg);
    border-radius: 0;
    -webkit-mask-image: url('../../willbettingde/image/mask.svg');
    mask-image: url('../../willbettingde/image/mask.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.main .cta-button:hover
{
    color: var(--cta-text-hover);
    background: var(--cta-bg-hover);
}
body
{
    background: var(--footer-background);
}/*
header {
    background: linear-gradient(#031939, transparent);
}
*/
footer
{
    font-family: 'Ropa Sans',sans-serif;
    color: var(--footer-text);
    background: var(--footer-background);
}
.main .hero-pretitle
{
    font-family: 'Caesar Dressing',sans-serif;
    color: var(--pretitle-text);/*text-shadow: 0px 0px 7px #000000e0;*/
    font-size: 1.8rem!important;
}
.main .hero-title
{
    color: var(--title-text);/*text-shadow: 0px 0px 7px #000000e0;*/
}
.modal-header
{
    background: var(--cta-bg);
}
.btn-close
{
    opacity: 1;
}
.modal-title
{
    color: var(--cta-text);
}
.features h4
{
    font-family: 'Ropa Sans';
    color: var(--features-text);
    font-weight: 400;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.features .feature1, .features .feature2, .features .feature3
{
    font-family: 'Caesar Dressing',sans-serif;
    line-height: 27px;
    border-radius: 50%;
    background: var(--features-background);
    color: var(features-text-number);
    min-width: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    padding: 5px;
    float: left;
}
.coupon-code
{
    border-color: var(--coupon-text);
    border-radius: 99px;
    color: var(--coupon-text);
    background: var(--coupon-bg);
}
.coupon-code-img
{
    filter: hue-rotate(180deg) brightness(.6);
}
.display-4
{
    font-size: 4rem!important;
}
header .logo
{
    height: 100px;
}
@media only screen and (max-width: 767px)
{
    .main-box
    {
        background: unset;
        box-shadow: unset;
    }
    .main .hero-title
    {
        text-shadow: unset;
    }
    .main .hero-pretitle
    {
        text-shadow: unset;
        font-size: 1.5rem!important;
    }
    .display-4
    {
        font-size: 3.2rem!important;
    }
}/* ---- SKIN END ---- */