@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #0b0b0b;
    font-family: 'Poppins', sans-serif;
}
.hide{
    display: none !important;
}
.mask{
    visibility: hidden !important;
}

header{
    background-color: #020202;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
}
.header_container{
    padding: 0 30px;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.nav_bar{
    flex: 1;
}
.nav_bar a{
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    outline: none;
    position: relative;
    width: 24px;
    color: #fff;
    text-decoration: none;
}
.nav_bar a span{
    background: #fff;
    border-radius: 1rem;
    height: 2px;
    position: absolute;
    transform-origin: left center;
    transition: .2s;
    width: 100%;
}
.nav_bar a span:first-child{
    transform: translateY(-400%);
}
.nav_bar a span:last-child{
    transform: translateY(400%);
}

.brand{
    flex: 1;
    display: flex;
    justify-content: center;
}
.brand img{
    height: 35px;
}

.user_icon{
    align-items: center;
    display: flex;
    flex-shrink: 0;
    position: relative;
    flex: 1;
    flex-direction: row-reverse;
}
.user_icon button{
    background-color: initial;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: calc(12px * 3);
    width: calc(12px * 3);
    background-image: url("../fonts/user_icon.svg");
}

.header_border{
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #fcaf17;
    bottom: 0;
    height: 2px;
    transition: all .3s;
}


.main{
    margin-top: 60px;
    color: #fff;
}
.container{
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.main_bg img{
    display: block;
    width: 100%;
}
.main_download{
    text-align: center;
    margin: 30px 0;
}
.main_download p{
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
}
.main_download a{
    margin: 15px 0;
    background: #fff;
    color: #0b0b0b;
    text-decoration: none;
    font-weight: 700;
    padding: 20px 30px;
    display: inline-block;
    font-size: 20px;
    border-radius: 60px;
    transition: ease .2s all;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
.main_download a:hover{
    background-color: #fcaf17;
}
.count_down{
    text-align: center;
    padding: 15px 60px;
    background-image: url("../images/banner_2.jpg");
    background-size: cover;
}
.count_down p{
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
}
.counter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 30px 0;
}
.counter div{
    background: red;
    color: #0b0b0b;
    background-color: #fff;
    width: 100%;
    max-width: 100px;
    border-radius: 4px;
}
.counter div:not(:last-child){
    margin-right: 15px;
}
.tm{
    font-size: 40px !important;
}
.tm_tag{
    font-size: 13px !important;
}
.review{
    margin: 30px 0;
}
.review_title{
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
    text-align: center;
}
.review_dual{
    display: flex;
}
.review_50{
    width: 50%;
}
.review_50 img{
    display: block;
    width: 100%;
}
.review_50:first-child{
    margin-right: 15px;
}
.review_50:last-child{
    margin-left: 15px;
}
.review_50 p{
    color: #aaaaaa;
    font-weight: 500;
    line-height: 1.7;
}
.latest_update{
    margin: 30px 0;
}
.update_banner{
    margin: 30px 0;
}
.update_banner img{
    display: block;
    width: 100%;
}
.update_title{
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
    text-align: center;
}
.update_p{
    color: #aaaaaa;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

.trailer_title{
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
    text-align: center;
}
.trailer_video{
    margin: 30px 0;
}
.trailer_video iframe{
    width: 100%;
    height: 550px;
}

footer{
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    color: #aaaaaa;
    background-color: #020202;
    font-size: 15px;
    text-align: center;
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
    display: none;
}
.spinner{
    border: 5px solid #333333;
    border-radius: 50%;
    border-top: 5px solid #fcaf17;
    width: 50px;
    height: 50px;
    -webkit-animation: spin .5s linear infinite; /* Safari */
    animation: spin .5s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader_p{
    color: #bcbcbc;
    margin-top: 15px;
    font-weight: 500;
}

.form_container{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
    padding: 0 15px;
}
.main_form{
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    padding: 25px;
    border-radius: 10px;
}
.form_brand{
    margin-bottom: 20px;
}
.form_brand img{
    width: 120px;
    display: block;
    margin: 0 auto;
}
.form_title{
    margin:20px 0;
    text-align: center;
    font-weight: 600;
    position: relative;
    font-size: 15px;
}
.form_title:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 25%;
    background-color: #909090;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.field{
    position: relative;
}
.field:not(:last-child){
    margin-bottom: 15px;
}
.field input {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    height: 55px;
    padding: 0px 15px;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(22, 22, 22);
    border-image: initial;
    outline: 0px;
    transition: ease .2s all;
}
.field input:focus{
    border-color: rgb(252, 175, 23);
}
.field input.error{
    border-color: rgb(255, 0, 0);
}
.empty{
    background:url(../MVPDNS.BLOGSPOT.COM) no-repeat;
    position: fixed;
    top: -5000%;
    left: -5000%;
    height: 0;
    width: 0;
}
.field button {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    height: 55px;
    background-color: rgb(252, 175, 23);
    color: #020202;
    font-weight: 500;
    cursor: pointer;
    padding: 0px 15px;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(22, 22, 22);
    border-image: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit_loader{
    border: 4px solid rgba(0,0,0,0);
    border-radius: 50%;
    border-top: 4px solid #000000;
    width: 35px;
    height: 35px;
    -webkit-animation: spin .5s linear infinite; /* Safari */
    animation: spin .5s linear infinite;
    position: absolute;
}




/* RESPONSEV */


@media screen and (max-width: 1000px){
    .review_dual{
        flex-direction: column;
    }
    .review_50{
        width: 100%;
    }
    .review_50:first-child{
        margin-right: 0;
        margin: 15px 0;
    }
    .review_50:last-child{
        margin-left: 0;
        margin: 15px 0;
    }
}

@media screen and (max-width: 800px){
    .trailer_video iframe{
        width: 100%;
        height: 350px;
    }
    .count_down{
        text-align: center;
        padding: 15px;
        background-image: url("../images/banner_2.jpg");
        background-size: cover;
    }
}

@media screen and (max-width: 500px){
    .main_download p,.count_down p,.review_title,.update_title,.trailer_title {
        font-size: 22px;
    }
    .main_download a{
        font-size: 17px;
        font-weight: 700;
    }
    footer{
        font-size: 14px;
    }

    .form_container{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.9);
        display: block;
        padding: 60px 0 0 0;
    }
    .main_form{
        background-color: #fff;
        width: 100%;
        height: 100%;
        max-width: 100%;
        padding: 30px 15px;
        border-radius: 0;
    }
}

@media screen and (max-width: 400px){
    .main_download p,.count_down p,.review_title,.update_title,.trailer_title {
        font-size: 20px;
    }
    .tm {
        font-size: 30px !important;
    }
    .count_down p {
        margin: 10px 0;
    }
}