/* Reset default margin, padding, and box-sizing for all elements */
    
@font-face {
    font-family: 'DS_fontBold';
    src: url('../fonts/ApolloniaPro-Bold.eot');  
    src: url('../fonts/ApolloniaPro-Bold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/ApolloniaPro-Bold.woff2') format('woff2'), 
         url('../fonts/ApolloniaPro-Bold.woff') format('woff'), 
         url('../fonts/ApolloniaPro-Bold.ttf')  format('truetype'), 
         url('../fonts/ApolloniaPro-Bold.svg#svgFontName') format('svg');
  } 
  @font-face {
    font-family: 'DS_fontlight';
    src: url('../fonts/Grtsk-Peta-Thin.eot');  
    src: url('../fonts/Grtsk-Peta-Thin.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/Grtsk-Peta-Thin.woff2') format('woff2'), 
         url('../fonts/Grtsk-Peta-Thin.woff') format('woff'), 
         url('../fonts/Grtsk-Peta-Thin.ttf')  format('truetype'), 
         url('../fonts/Grtsk-Peta-Thin.svg#svgFontName') format('svg'); 
  } 
  @font-face {
    font-family: 'DS_fontthin';
    src: url('../fonts/Grtsk-Peta-Light.eot');  
    src: url('../fonts/Grtsk-Peta-Light.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/Grtsk-Peta-Light.woff2') format('woff2'), 
         url('../fonts/Grtsk-Peta-Light.woff') format('woff'), 
         url('../fonts/Grtsk-Peta-Light.ttf')  format('truetype'), 
         url('../fonts/Grtsk-Peta-Light.svg#svgFontName') format('svg'); 
  } 
    *,
    *::before,
    *::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    a, a:hover, a:focus {
        color: blue;
    }
    html, body {
        width: 100%;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 1px;
        background: #262626;
        color: #101010;
        line-height: 1.3;
        font-family: 'DS_fontthin',  Arial, Verdana, sans-serif;
    }
    ::placeholder {
        color: #fff;
        font-size: 14px;
        opacity: 0.7;
    }
    input:focus-visible {
        outline: none;
    }
p {
    margin-bottom: 0;
}
.main{
    background-color: #262626;
    min-height: calc(100vh - 51px);
}
.drip_logo {
    width: 7%;
    margin: auto;
}
.drip_logo img {
    width: 100%;
    margin-top: 23px;
}
.car_watch{
    display: none;
}
.ea_head {
    background-color: #2A2A2A;
    color: #00FF00;
    border: white 3px solid;
    border-radius: 11px;
    text-align: center;
    width: 19%;
    margin: 32px auto;
    padding-top: 11px;
    padding-bottom: 11px;
    position: absolute;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-weight: normal;
    font-size: 36px;
    font-family: 'DS_fontBold', Arial, Verdana, sans-serif;

}
.content,.content_2{
    background-color: #006DE9;
    width: 60%;
    margin: 62px auto; 
    padding: 12px;
    border: white solid 8px;
    border-radius: 26px;
    position: relative;
    box-shadow: inset 8px 8px 16px rgba(0,0,0,0.3)
}
.content form{
    width: 100%;
    margin: auto;
    max-width: 60%;
}
.content p,.content_2 p{
    color: white;
    font-family: 'DS_fontlight',  Arial, Verdana, sans-serif;
    font-weight: 600;
   
}
.content::before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 7rem;
    width: 120px;
    background: url(../images/watch_half.png);
    height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
.content::after{
    content: '';
    position: absolute;
    right: 0;
    background: url(../images/car_half.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 200px;
    height: 260px;
    bottom: 0;
}

.early_access h3 {
    margin-top: 40px;
    margin-bottom: 5px;
}
.early_access h3, .early_access h4 {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-family: 'DS_fontBold',  Arial, Verdana, sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-weight: normal;
}
.early_access h4 {
    font-size: 48px;
    margin-bottom: 20px;
}
.sub_content p{
    font-size: 13px;
    line-height: 1.6;
    word-break: break-word;
}
.email_in{
    background-color: transparent;
    border-radius: 0 !important; 
    color: white;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0 0 1px 0;
    margin-top: 16px;
    width: 100%;
    min-height: 36px;
    font-family: 'DS_fontlight',  Arial, Verdana, sans-serif;
    font-weight: 600;
}
.email_in:focus {
    border-color: #FFFFFF;
    border-width: 2px;
    background: transparent;
    color: white;
}

.submit_btn{
    color: #006DE9;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    border-radius: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #EBECEE;
    font-weight: normal;
    font-family: 'DS_fontBold',  Arial, Verdana, sans-serif;
    letter-spacing: 0;
    box-shadow: 3px 8px 5px rgba(0,0,0,0.1);
}
.form_r{
    width: 90%;
    gap: 20px;
}
.no-gap {
    gap: 0;
}
.sub_btn{
    width: 55%;
    margin: auto;
}
.cash_img{
    position: absolute;
    width: 15%;
    left: 70%;
    z-index: 1;
    margin-top: -53px;
    transform: rotate(-19deg);
}
.err_text{
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: normal;
}
.footer {
    width: 100%;
    display: flex;
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
    font-family: 'DS_fontthin',  Arial, Verdana, sans-serif;
    font-weight: 600;
    justify-content: space-evenly;
    font-size: 14px;
    letter-spacing: 1px;
}
@media (max-width:767px) {
    .car_watch{
        display: block;
    }
    .content {
        width: 90%;
    }
    .early_access h3 {
        font-size: 30px;
        line-height: 1.1;
    }
    .footer {
        flex-direction: column;
        gap: 10px;
    }
    .drip_logo{
        display: none;
    }
    .ea_head{
        width: 52%;
        font-size: 28px;
        margin: -20px auto;
        z-index: 2;
    }
    .content{
        margin: 200px auto;
    }
    .content form{
        max-width: 98%;;
    }
    .content::before{
        content: "";
        position: unset;
        left: unset;
        bottom: unset;
        width: unset;
        background: unset;
        height: unset;
        background-size: unset;
        background-repeat: unset;
        background-position: unset;
    }
    .content::after{
        content: '';
        position: unset;
        right: unset;
        background: unset;
        background-size: unset;
        background-position: unset;
        background-repeat: unset;
        width: unset;
        height: unset;
        bottom: unset;
    }
    .sub_btn{
        width: 98%;
    }
    .early_access h4{
        font-size: 36px;
    }
    .car_right_img{
        position: absolute;
        z-index: 1;
        width: 65%;
        left: 17%;
        top: 9%;
    }
    .watch_full{
        position: absolute;
        z-index: 2;
        width: 29%;
        top: 12%;
    }
    .cash_img{
        width: 20%;
        margin-top: -77px;
        transform: rotate(-7deg);
    }
    .form_r {
        width: 100%;
        gap: 20px;
    }
}