﻿.button-container {
    z-index: 2;
    background: white;
}

    .button-container a {
        color: #1d266b;
        text-decoration: none;
        font-size: 2rem;
        font-weight: bold;
    }

.span-container {
    color: #1d266b;
    font-weight: bold;
    padding-top: 0.8rem;
}

.middle {
    background-color: #1d266b;
    color: white;
}

.main {
    text-align: center;
    color: white;
}

    .main h2 {
        font-size: calc(1.5rem + .9vw);
        color: red;
    }

    .main .box {
        background-color: #b4b4b4;
        padding: 20px;
    }

        .main .box h1 {
            font-size: 1.5rem;
        }

        .main .box .phone {
            font-size: 4rem;
            background: #1e2870;
            font-weight: bold;
            color: white;
            border-radius: 17px;
        }

.disc-email {
    MAX-WIDTH: 28REM;
    FONT-SIZE: 1REM;
    FONT-WEIGHT: BOLD;
    PADDING-LEFT: 12PX;
    PADDING-RIGHT: 12PX;
}

.arrow {
    width: 100PX;
    HEIGHT: 181px;
    margin-top: 17px;
}

.rotated {
    transform: rotate(180deg);
}

#background-video {
    width: 100%;
    height: 800px;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    bottom: 0;
    z-index: -1;
    /* opacity: 0.7; */
}

.free-winner {
    background-color: #065a0f;
}

.main h2 {
    font-weight: bold;
}

.submit-button {
    min-width: 20rem;
}

.input-validation-error {
    background-color: #ff00002e;
    border: 1px solid red;
}

.aster {
    color:white;
}

@media(min-width: 1280px) {
    #background-video {
        width: 100%;
        height: inherit;
    }
}

@media(min-width: 1500px) {
    #background-video {
        top: -166px;
    }
}

@media(min-width: 576px) {
    .span-container {
        padding-left: 1rem;
    }
}

@media(max-width: 576px) {
    .arrow {
        display: none;
    }

    .main .box .phone {
        font-size: 3.5rem;
    }

    .main .box h1 {
        font-size: 1.4rem;
    }

    .disc-email {
        FONT-SIZE: 0.95REM;
        PADDING-LEFT: 4PX;
        PADDING-RIGHT: 4PX;
    }

    .main h2 {
        font-size: calc(1.4rem + .9vw);
        color: red;
    }
}

@media(min-width: 381px) and (max-width: 576px) {
    .arrow {
        display: none;
    }

    #background-video {
        height: 360px;
    }
}

@media(max-width: 380px) {
    #background-video {
        height: 390px;
    }
}

/*@media(min-width: 362px) and (max-width: 384px) {
    .main h1 {
        font-size: calc(1.1rem + 1.5vw);
        padding-top: 5px;
    }

    .main h2 {
        font-size: calc(1.1rem + 1.5vw);
    }

    .main .box .phone {
        font-size: 3.3rem;
    }
}*/

@media(max-width: 437px) {
    .main h1 {
        font-size: calc(1.1rem + 1.5vw);
        padding-top: 5px;
    }

    .main h2 {
        font-size: calc(0.89rem + 1.5vw);
    }

    .main h3 {
        font-size: calc(1.2rem + .6vw);
    }

    .main .box h1 {
        font-size: 1.3rem;
    }

    .main .box .phone {
        font-size: 3.3rem;
    }

    .disc-email {
        FONT-SIZE: 0.8REM;
    }

    .phone {
        text-decoration: none;
    }
}
