﻿
.hero_container {
    position: relative;
    background-image: url(/images/isc-west/26/wakuda-hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    color:#fff;
}

    .hero_container .hero_text {        
        padding:10%;
        margin:auto
    }

    .hero_container .hero_logo {
        max-width: 100%;
        margin: 50px 0;
    }

    .hero_container .hero_text .hero_img_set img {
        max-width: 40px;
        margin: 10px 25px 0;
    }

    .hero_container .hero_text h1 {
        color: #00aeda;
        font-family: 'pirulen';
        font-size: 1.7rem;
        font-weight: 700;
    }

    .hero_container .hero_text a.hero_anchor {
        background-color: transparent;
        color: #fff;
        border: solid 2px #fff;
        border-radius: 10px;
        padding: 5px 15px;
        font-size: 20px;
        transition: .2s;
        width: 100%;
    }

        .hero_container .hero_text a.hero_anchor:hover{
            background-color: #00aeda;
            cursor:pointer;
        }

    .hero_container .hero_form {
        padding: 10%;
        margin: auto
    }

    .hero_container .hero_form {
        color: #fff;
    }

.row .hero_logo {
    margin: 0;
    width: 80% !important;
    max-width: 85px;
}

.fa-times {
    font-size: 25px;
    padding: 5px;
    border-radius: 5px;
}

    .fa-times:hover {
        background-color: #00aeda;
        cursor: pointer;
    }

.hero_container .hero_form .button-group {
    display: flex;
    align-content: center;
    text-align: center;
    gap: 10px;
}

.hero_container .hero_form .toggle-button {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .hero_container .hero_form .toggle-button.selected {
        background-color: #00aeda !important;
    }

#btnGrpDealer {
    display: flex;
    justify-content: center;
}

.hero_container .hero_form #submitButton {
    width: 50%;
    max-width: 100px;
    color: #fff;
    background-color: transparent;
    border: solid #fff 3px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

    .hero_container .hero_form #submitButton:hover {
        background-color: #00aeda;
        cursor: pointer;
    }

    .hero_container .hero_form .row input, button, select {
        color: #fff !important;
        background-color: transparent !important;
    }

.hero_container .hero_form .row option {
    color: #000 !important;
}

.section_1 {
    background: linear-gradient(90deg, #000, #262626);
    color: #03aeda;
}

h2 {
    font-size: 1.2rem !important;
    max-width: 600px !important;
}

.c-container-lg {
    max-width: 1900px;
    margin: 0 auto;
}

.c-container-md {
    max-width: 1500px;
    margin: 0 auto;
}

.c-container-sm {
    max-width: 1000px;
    margin: 0 auto;
}

.timer_section .timer {
    color: #fff;
    padding: 1rem .5rem;
    font-size: 1.8rem;
    font-weight: 600;
    max-width: 200px;
    font-family: Pirulen;
}

.timer_section {
    max-width: 90%;
    margin: 35px;
}

    .timer_section i {
        font-size: 1rem;
    }

.navbar .container {
    display: none;
}

footer {
    display: none;
}

.usabilla-button {
    display: none;
}


/* Keyframe for the float-in effect */
@keyframes floatIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Style for the section to animate */
.animate-float-in {
    animation: floatIn 1s ease-out .5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.animate-float-in-b {
    animation: floatIn 1s ease-out 2s;
    opacity: 0;
    animation-fill-mode: forwards;
}
