@font-face {
    font-family: Montserrat-Regular;
    src: url('/assets/font/Montserrat-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('/assets/font/Montserrat-Bold.ttf');
    font-weight: 700;
}

#popup_code {
    font-family: 'Montserrat', sans-serif;
}

*,
*:before,
*:after {
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat-Regular;
}

body {
    margin: 0px auto;
}

body {
    margin: 0px auto;
}

body.loading, body.loading * {
    cursor: wait !important;
}

.redirect_link {
    cursor: pointer;
}

.responsive {
    width: 100%;
    height: auto;
}

.hide_on_desktop {
    display: none;
}

.hide_on_mobile {
    display: block;
}

h3 {
    color: #ffffff;
    margin: 0px;
    line-height: 1;
    text-shadow: 0px 2px 0px rgba(8, 32, 58, 0.27);
}

footer {
    background-color: #3d3d3d;
    text-align: center;
    padding: 0px 0px 20px 0px;
}

footer img {
    width: 95%;
    max-width: 1500px;
}

footer p {
    margin: 0px auto;
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    padding: 10px 10%;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

.logos_cont {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #282828;
}

.logos_cont img {
    width: auto !important;
    height: 2.3vw;
    margin: 0px 10px;
}

.popup,
#terms_container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#popup_code,
#error-message {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 40px;
}

/* REG FROM */
#reg-popup {
    display: none;
    align-items: center;
    justify-content: center;
}

.popup .close {
    font-size: 20px;
    top: 15px;
    right: 15px;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
}

#error-popup.popup .close {
    right: 30px;
}

#reg-popup .popup-inner {
    width: 95%;
    max-width: 600px;
    padding: 40px 70px;
    padding: 2vw 4vw;
    border-radius: 30px;
    border: 2px solid #ffffff;
    background-color: #732793;
    position: relative;
    cursor: pointer;
}

#reg-popup .input-container {
    margin-bottom: 1vw;
    position: relative;
}

#reg-popup .two-inputs {
    display: flex;
    justify-content: space-between;
}

#reg-popup .two-inputs .input-container {
    width: 45%;
}

#reg-popup .two-inputs #zipcode {
    width: 20%;
}

#reg-popup .two-inputs #phone {
    width: 70%;
}

#agree-container {
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#reg-popup label {
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

#reg-popup .error-text {
    font-size: .7vw;
    margin-top: 5px;
    display: none;
    color: red !important;
}

#reg-popup .error input,
#reg-popup .error select,
#reg-popup .error textarea,
#reg-popup .error input:-webkit-autofill {
    color: red !important;
    -webkit-text-fill-color: red;
    box-shadow: 0 0 10px red !important;
}

#reg-popup .error .error-text {
    display: block;
}

#reg-popup .valid input,
#reg-popup .valid select,
#reg-popup .valid textarea,
#reg-popup .valid input:-webkit-autofill {
    color: green !important;
    -webkit-text-fill-color: green;
    box-shadow: 0 0 10px green !important;
}

#reg-popup input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

#reg-popup label,
#reg-popup input,
#reg-popup select,
#reg-popup textarea {
    font-size: 1.3vw;
    position: relative;
}

#reg-popup input:focus {
    outline: none;
}

#reg-popup input:focus:not([type="submit"]) {
    box-shadow: 0 0 10px #e9c966 !important;
}

#reg-popup input:not([type="checkbox"]):not([type="radio"]),
#reg-popup select,
#reg-popup textarea {
    width: 100%;
    padding: .5vw;
    border-radius: 5px;
    border: none;
}

#reg-popup input[type="checkbox"],
#reg-popup input[type="radio"] {
    margin-right: 1vw;
    cursor: pointer;
}

#reg-popup input[type="submit"] {
    width: 80%;
    border-radius: 50px;
    font-size: 1.8vw;
    margin: 0 auto;
    margin-top: 2vw;
    display: block;
    background-color: #ffef00;
    font-weight: bold;
    cursor: pointer;
    color: #3f4043;
    font-family: Montserrat-Bold;
}

#reg-popup span {
    font-size: .8vw;
}

#reg-popup a {
    color: #ffef00;
    text-decoration: none;
}

/*#reg-popup .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

#reg-popup input[type="checkbox"]:checked ~ .checkmark,
#reg-popup input[type="radio"]:checked ~ .checkmark {
    background-color: #2196F3;
}

#reg-popup .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 3px 3px 0;
  border: solid white;
  content: "";
  position: absolute;
  display: none;
}

#reg-popup input[type="checkbox"]:checked ~ .checkmark:after,
#reg-popup input[type="radio"]:checked ~ .checkmark:after {
    display: block;
}
/* REG FROM END */

/* TERMS START */
#terms_button {
    background-color: #ffc91e;
    padding: 10px;
}

#terms_button p {
    text-align: center;
    color: #3f4043;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
    text-decoration: underline;
}

#terms_inner {
    width: 85%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #000;
}

#terms {
    position: relative;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
}

#terms h3 {
    color: #3f4043;
    text-shadow: none;
    font-size: 25px;
}

#terms p {
    font-size: 16px;
}

#close_container {
    position: relative;
}

.close {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #3f4043;
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    top: -12px;
    right: -10px;
    z-index: 999;
}

.show {
    display: block !important;
}

/* TERMS END */

@media only screen and (max-width: 1025px) {
    .hide_on_mobile {
        display: none;
    }

    .hide_on_desktop {
        display: block;
    }

    .logos_cont img {
        height: 6vw;
        margin: 10px;
    }

    footer p {
        padding: 0px 10%;
        margin-top: 10px;
    }

    #popup_code,
    #error-message {
        font-size: 25px;
    }

    #reg-popup .popup-inner {
        padding: 10vw 4vw;
    }

    #reg-popup .input-container {
        margin-bottom: 3vw;
    }

    #reg-popup input:not([type="checkbox"]):not([type="radio"]),
    #reg-popup select,
    #reg-popup textarea {
        padding: 2vw;
    }

    #reg-popup input:not([type="checkbox"]) {
        padding: 2vw;
    }

    #reg-popup label,
    #reg-popup input,
    #reg-popup select,
    #reg-popup textarea {
        font-size: 4vw;
    }

    #reg-popup .error-text {
        font-size: 3vw;
    }

    #reg-popup span {
        font-size: 2.5vw;
    }

    #reg-popup input[type="checkbox"],
    #reg-popup input[type="radio"] {
        margin-right: 3vw;
    }

    #reg-popup input[type="submit"] {
        font-size: 6vw;
        margin-top: 5vw;
        padding-top: 3vw !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .hide_on_mobile {
        display: none !important;
    }

    .hide_on_desktop {
        display: block !important;
    }
}