@font-face {
    font-family: 'PepsiOwners';
    src: url('../src/font/PepsiOwners-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PepsiCompressed';
    src: url('../src/font/PepsiOwners-Compressed.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body{
    min-height: 100dvh;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    color: #fefefe;
    font-family: "PepsiOwners", sans-serif;
    line-height: 1.2;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 88%;
    }
}

.poppins{
    font-family: "Poppins", sans-serif;
}

.compressed{
    font-family: "PepsiCompressed", sans-serif;
}

.row{
    margin-bottom: 0 !important;
}

.content {
    flex: 1;
}

.line0{
    line-height: normal !important;
}

/* HELPER */

.margh-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margh-5{
    margin-top: 2.5% !important;
    margin-bottom: 2.5% !important;
}

.margb-5{
    margin-bottom: 5% !important;
}

.margt-5{
    margin-top: 5% !important;
}

.margt-10{
    margin-top: 10% !important;
}

.padr-0{
    padding-right: 0 !important;
}

.bold{
    font-weight: bold;
}

.underline{
    text-decoration: underline;
}
.upper{
    text-transform: uppercase;
}

.red-text{
    color: #ff1400;
}

/* HELPER ENDED */

/* FONT SIZE */
.em1_3{
    font-size: 1.3em;
}
.em1_5{
    font-size: 1.5em;
}
.em2{
    font-size: 2em;
}
.em2_5{
    font-size: 2.5em;
}
.em3{
    font-size: 3em;
}
.em4{
    font-size: 4em;
}
@media only screen and (max-width: 1360px) {
    .btn-large.em2{
        font-size: 1.75em;
    }
}
@media only screen and (max-width: 1150px) {
    .btn-large.em2{
        font-size: 1.6em;
    }
}
@media only screen and (max-width: 1080px) {
    .btn-large.em2{
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 980px) {
    .em1_3{
        font-size: 1em;
    }
    .em2{
        font-size: 1.9em;
    }
    .btn-large.em2{
        font-size: 2em;
    }
}
@media only screen and (max-width: 640px) {
    .em1_3{
        font-size: .8em;
    }
    .btn-large.em2{
        font-size: 1.5em;
    }
    .em2{
        font-size: 1.5em;
    }
    .em4{
        font-size: 3.5em;
    }
}
@media only screen and (max-width: 560px) {
    .em1_5{
        font-size: 1em;
    }
    .em4{
        font-size: 3em;
    }
}
@media only screen and (max-width: 490px) {
    .btn-large.em2{
        font-size: 1.2em !important;
    }
    .em2{
        font-size: .9em;
    }
    .em2_5{
        font-size: 1.75em;
    }
    .em3{
        font-size: 2em;
    }
    .em4{
        font-size: 2.5em;
    }
}
@media only screen and (max-width: 400px) {
    .btn-large.em2{
        font-size: .9em !important;
    }
    .em2{
        font-size: .8em;
    }
    .em1_5{
        font-size: .7em;
    }
    .em2_5{
        font-size: 1.25em;
    }
    .em3{
        font-size: 1.5em;
    }
    .em4{
        font-size: 1.8em;
    }
}

.main_btn{
    color: #1c16ff !important;
    background-color: #fefefe;
    box-shadow: 0px 0px 150px 25px #1c16ff !important;
    font-family: "poppins", sans-serif;
    padding: 0 !important;

}

.logo{
    position: absolute;
    top: 15%;
    left: 2.5%;
    width: 125px;
}


@media only screen and (max-width: 980px) {
    .logo{
        position: relative;
        margin-top: 30%;
        left: calc(50% - 125px/2);
        width: 125px;
    }
}

.menu-button {
    color: #0025ff !important;
}

.sidenav li>a {
    font-family: "Poppins", sans-serif;
    color: #0025ff !important;
}

.sidenav li>a.black-text {
    color: black !important;
}

.error-message {
    color: red;
    font-size: 0.9em;
    display: none;
    margin-top: -10px;
    margin-bottom: 10px;
}

.input-field {
    margin-bottom: 0px;
    margin-top: 10px;
}

.input-field input[type="text"],
.input-field input[type="email"] {
    border: 1px solid;
    border-color: #1c16ff;
    border-radius: 0;
    padding: 5px;
    box-sizing: border-box;
    height: 50%;
    color: #fefefe;
}

.input-field label {
    position: static;
    transform: none;
    font-size: 1rem;
    color: #fefefe;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #1c16ff !important;
    background-color: transparent !important;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
    border-right-color: #1c16ff;
    border-bottom-color: #1c16ff;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 2px solid #1c16ff !important;
}

[type="checkbox"]+span:not(.lever) {
    color: #fefefe ;
}
.select-wrapper .caret {
    fill: #1c16ff;
}

.btn-color{
    background-color: #fefefe !important;
    color: #1c16ff !important;
}

.gain{
    position: absolute;
    bottom: 35%;
    left: 10%;
    z-index: 2;
    width: 60%;
}

.circle-container{
    position: absolute;
    bottom: 0%;
    left: 0;
    overflow: hidden;
    width: 32%;
    padding-right: 15%;
    padding-top: 20%;
}

.circle{
    position: relative;
    margin-left: -100%;
    margin-bottom: -25%;
    width: 200%;
}

.anotation{
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
}


.canette{
    position: relative;
    width: 250px;
    left: 85%;
    margin-top: -10%;
}

@media only screen and (max-width: 1650px) {
    .canette{
        left: 75%;
    }
    .circle-container{
        bottom: 5%;
        left: 0;
        /* width: 20%; */
    }
    .gain{
        width: 80%;
    }
}

@media only screen and (max-width: 1000px) {
    .canette{
        left: 65%;
    }
}

@media only screen and (max-width: 980px) {
    .gain{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
    }
    .circle-container{
        position: relative;
        margin-top: 5%;
        left: calc(50% - 40%/2);
        overflow: hidden;
        width: 45%;
        padding-right: 0%;
        padding-top: 0%;
    }
    .circle{
        position: relative;
        margin-left: calc(50% - 82.5%/2);
        margin-bottom: calc(50% - 82.5%/2);
        width: 82.5%;
    }
    .anotation{
        position: absolute;
        bottom: 7.5%;
        left: 1%;
        transform: translateX(0%);
    }
    .canette{
        margin-top: -5%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }
}
@media only screen and (max-width: 560px) {
    .canette{
        width: 150px;
    }
}
@media only screen and (max-width: 400px) {
    .canette{
        width: 100px;
    }
}


footer{
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #fefefe;
    font-family: "Poppins", sans-serif;
}

.footer-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    max-width: 99dvw;
}

.footer-list li {
    margin: 0 10px;
}

.footer-list a {
    color: #0025ff;
    text-decoration: none;
}

.footer-background {
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 1dvh;
    left: 0;
    z-index: 1
}

.dropdown-content li>a, .dropdown-content li>span {
    color: black;

}

.select-dropdown {
    height: auto;
}

