@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
    font-family: "Roboto", sans-serif;
    font-size: 16px;

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--lightred);

    scroll-behavior: smooth;
    transition: all ease-in .3s;
    --dark-red: #420000;
    --red: #E22319;
    --lightred: #FFD9D9;

}
body{
    background-color: rgb(8, 0, 0);
}

h1, h2, h3, h4{
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
h1{
    font-size: 50px;
    line-height: 52px;
}
p{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 23px;
}

#preloader{ 
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 2050;
    background-color: var(--dark-red);
    display: flex;
    align-items: center;
    justify-content: center;
}
#preloader img{ 
    width: 70px;
    animation: big 1s infinite;
}

@keyframes big{
    0%{
        scale: 100%;
    }
    50%{
        scale: 115%;
    }
    100%{
        scale: 100%;
    }
}

@media (max-width: 768px){
    #preloader{ 
        background-size: 70%;
    }
    
}




nav{
    position: fixed; 
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    left: 0;
    padding: 12px 8%;
}
.nav-scroll{
    background-color: var(--dark-red);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
nav .logo img{
    width: 120px;
}
nav ul {
    list-style: none;
    display: flex;
    align-items: center; 
}
nav ul li a{
    display: block; 
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--lightred);
    font-weight: 400;
    transition: all ease-in .3s;
    
}
nav ul li a:hover{
    color: var(--red);
}
nav ul li .survey_btn{
    background-color: var(--red);
    color: var(--lightred);
    border-radius: 50px; 
}
nav ul li .survey_btn:hover{
    background-color: var(--dark-red);
    color: var(--lightred); 
}
 
nav ul li .login i{
    color: var(--red);  
    font-size: 33px;
}
nav ul li .login i:hover{
    color: var(--dark-red);   
}
nav ul li .login:hover{
    color: var(--dark-red);   
}

.active{
    color: var(--red);
}
 
#fa-bars{
    display: none;
}

.mobile-nav-bar{
    display: none;
}

nav .mode-container li{
    list-style: none;
    
}
nav .mode-container li a{ 
    display: block; 
    padding: 10px 18px;
    background-color: var(--dark-red);
    text-decoration: none;
    color: var(--white-color);
    font-weight: 300;
    border-radius: 5px;
    transition: all ease-in .3s;
}
nav .mode-container li a:hover{  
    background-color: var(--dark-color); 
}
 

@media screen and (max-width: 768px){
    .fa-ellipsis-vertical{
        display: block !important;
        font-size: 30px;
        color: var(--red);
    }
    nav .mode-container{
        display: none;
    }
    .mobile-container{
        display: none;
    }
    .mobile-nav-bar{
        position: fixed;
        z-index: 3;
        width: 100%;
        height: 100vh;
        background-color: var(--dark-red);
        top: 0;
        left: 0;
        padding: 8%;
        display: flex;
        text-align: center;
        align-items: center; 
        flex-direction: column;
        justify-content: space-evenly;
    }
    .mobile-nav-bar ul{ 
        list-style: none;
        width: 100%;
    }
    .mobile-nav-bar ul li a{ 
        text-decoration: none;
        display: block;
        /* background-color: var(--dark-light-color);  */
        margin: 5px 0;
        padding: 15px 25px;
        color: var(--lightred);
        font-weight: 400;
        font-size: 20px;
        border-radius: 8px;
        text-transform: uppercase;
    }
    .mobile-nav-bar ul li .active{  
        background-color: var(--dark-light-color);  
    }
    .mode-container-mobile li{ 
        list-style: none;
         
    } 
    .mobile-container .mode-container-mobile li a{ 
        text-decoration: none;
        display: block; 
        background-color: var(--orange-color); 
        margin: 5px 0;
        padding: 15px 25px;
        color: var(--blue-off-white-color);
        font-weight: 400;
        border-radius: 8px;
         
    }
    .mobile-nav-bar .fa-rectangle-xmark{ 
        position: absolute;
        right: 8%;
        top: 30px;
        color: var(--red);
        font-size: 30px; 
    }
    nav{
        padding: 13px 8%;
    }
    nav ul{
        display: none ;
    } 
    nav .logo img{
        width: 80px;
    }
    @keyframes zoom {
        0%{
            background-size: 600%;
        }
        50%{
            background-size: 650%;
        }
        100%{
            background-size: 600%;
        }
    }
    
}

@media only screen and (min-width: 1520px){
    nav{
        padding: 15px 18%;
    }
}


.home_section {
    padding-top: 8%;
    padding-left: 8%;
    display: flex; 
    align-items: center;
    background-image: url(../assets/img/bg-1.jpg);
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.home_section .home_container {
    display: flex;
    align-items: center;  
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.home_section .home_container img {
    max-width: 100%;
    height: auto;
    width: 500px;
}
.home_section .home_container .home_text{ 
    width: 500px;
}
.home_section .home_container .home_text h1{  
    color: var(--lightred);
    margin-bottom: 20px;
}
.home_section .home_container .home_text p{ 
    color: var(--lightred);
    font-weight: 300;
    line-height: 22px;
}
.home_section .home_container .home_text span{ 
    color: var(--red);
    font-weight: 500;
    line-height: 22px;
}
.btn_container { 
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    
}
.btn_container .bg_btn { 
    display: flex;
    align-items: center;
    gap: 10px; 
    width: fit-content;
    background-color: var(--dark-red);
    padding: 15px 25px;
    border-radius: 50px;
    color: var(--lightred);
    font-weight: 400;
}
.btn_container .bg_btn:hover {  
    transform: translateX(5px);
}
.btn_container .bg_btn img{ 
    width: 20px;
}
.btn_container .btn{ 
    display: flex;
    align-items: center;
    gap: 10px; 
    width: fit-content;  
    color: var(--lightred);
    font-weight: 400;
} 
.btn_container .btn:hover {  
    transform: translateX(5px);
}
.btn_container .btn i{ 
    color: var(--red);
    font-size: 20px;
} 

@media screen and (max-width: 768px){
        .home_section {
        padding-top: 25%; 
        min-height: 100vh;
    }
    .home_section .home_container img{
        width: 100%;
    }
    .home_section .home_container .home_text{
        width: 100%;
        padding-right: 8%;
        padding-bottom: 8%;
        padding-top: 8%;
    }
    .home_section .home_container .home_text h1{
        font-size: 30px;
        line-height: 35px;
    }
    .home_section .home_container .home_text p{
        font-size: 16px;
    }
    .btn_container { 
        flex-wrap: wrap; 
        justify-content: center;
        align-items: center;
        margin-top: 40px;  
        gap: 10px; 
    }
    .btn_container a{ 
        width: 100% !important;
        justify-content: center; 
    }
    .btn_container .bg_btn img{ 
    width: 20px;
}
}


@media only screen and (min-width: 1520px){
    .home_section{
        padding: 8% 18%;
    }
}

.home_2{
    padding: 8%; 
    width: 100%; 
}
.home_2 .home_2_text{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.home_2 .home_2_text h1{
    margin-bottom: 20px;
}
.home_2 .h2_btm_text{
    margin-top: 8%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    
}

 
.home_2 .h2_btm_text .btm_container .btm_icon{
    display: flex;
    align-items: center; 
    gap: 10px; 
    margin-bottom: 10px;
}
.home_2 .h2_btm_text .btm_container .btm_icon h5{
    font-size: 40px;
    color: var(--red);
    font-weight: bold;
}
.home_2 .h2_btm_text h6{
    font-size: 16px; 
    font-weight: 500;
    margin-bottom: 4px;
} 
@media only screen and (min-width: 1520px){
    .home_2{
        padding: 8% 18%;
    }
} 

@media screen and (max-width: 768px){
    .home_2 .home_2_text{
        width: 100%;
        text-align: left;
    }
    .home_2 .h2_btm_text{ 
        gap: 30px;
    }
    .home_2 .home_2_text h1{
      font-size: 30px;
      line-height: 35px;
    }
    .home_2 .h2_btm_text .btm_container{
        width: 45%; 
    }  
    .home_2 .h2_btm_text .btm_container .btm_icon h5{
        font-size: 30px;
        color: var(--red);
        font-weight: bold;
    }
    .home_2{
        padding: 12% 8%;  
    }
}



.h_about_us{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    width: 100%;
    min-height: 100vh;
    flex-wrap: wrap;
}
.h_about_us .abt_text{
    padding: 8% 0 8% 8%;
    width: 50%;
}
.h_about_us .abt_text h6{
    margin-bottom: 20px;
    color: var(--red);
}
.h_about_us .abt_text h1{
    margin-bottom: 20px;
}
.h_about_us .abt_text .quote{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    

}
.h_about_us .abt_text .quote h2{
    font-size: 60px;
    line-height: 60px;
    color: var(--dark-red);
}
.h_about_us .abt_text .quote p{
    font-size: 40px; 
    line-height: 40px;
    font-weight: 500;
    color: var(--dark-red);
}
.h_about_us img{
    width: 45%;
}
@media only screen and (min-width: 1520px){
    .h_about_us{
        padding: 8% 18%;
    }
} 

@media screen and (max-width: 768px){
    .h_about_us{ 
        padding: 8%;

    }
    .h_about_us .abt_text{
        width: 100%;
        padding: 0;
    }
    .h_about_us img{
        width: 100%;
    }
    .h_about_us .abt_text h1{
        font-size: 30px;
        line-height: 35px;
    }
    .h_about_us .abt_text h6{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .h_about_us .abt_text .quote h2{
        font-size: 40px;
        line-height: 40px;
    }
    .h_about_us .abt_text .quote p{
        font-size: 20px; 
        line-height: 20px;
    }
    
}


.fans{
    padding: 8%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse !important;
}
.fans img{
    width: 500px;
    
}
.fans .fan_text{
    width: 400px;

}
.fans .fan_text h1{
    margin-bottom: 20px;

}
.fans .fan_text h6{
    margin-bottom: 20px;
    color: var(--red); 
}
@media only screen and (min-width: 1520px){
    .fans{
        padding: 8% 18%;
    }
} 

@media screen and (max-width: 768px){
    .fans{ 
        padding: 8%; 
        align-items: center;
    }
    .fans img{
        width: 100%;
        margin-top: 20px;
    }
    .fans .fan_text{
        width: 100%;
        text-align: center;
    }
    .fans .fan_text h1{
        font-size: 30px;
        line-height: 35px;
    }
    .fans .fan_text h6{
        font-size: 18px;
        margin-bottom: 10px;
    }
    
}


.movie{
    width: 100%;
    padding: 8%;
    background-image: linear-gradient(rgba(8, 0, 0, .8), rgba(8, 0, 0, .8)), url(https://occ-0-8407-90.1.nflxso.net/dnm/api/v6/Z-WHgqd_TeJxSuha8aZ5WpyLcX8/AAAABa7g4HZ3XLLI22dwec9YwQvKFndP2mVg2lcVZ1c2NYjdARvIXhyINXPx592WWrPvI0uaGqy-RoSf1UTbgEIjAx3r0UTWdLMmJ8TP.jpg?r=271); 
    background-size: cover;
    background-position: center;
}
.movie .movie_text{
    text-align: center;
    width: 500px;
    margin: 0 auto;
    
}
.movie .movie_text h6{
    color: var(--red);
    margin-bottom: 20px; 

}
.movie .movie_text h1{ 
    margin-bottom: 20px; 

}
.movie .movie_list{ 
    padding-top: 8%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

}
.movie .movie_list img{ 
    width: 230px;
    border-radius: 15px;

}

@media only screen and (min-width: 1520px){
    .movie{
        padding: 8% 18%;
    }
}

@media screen and (max-width: 768px){
    .movie{ 
        padding: 8%;
    }
    .movie .movie_text{
        width: 100%;
    }
    .movie .movie_text h1{
        font-size: 30px;
        line-height: 35px;
    }
    .movie .movie_list img{ 
        width: calc(50% - 10px);
    }
}


.survey_section{
   padding: 8%;
    display: flex; 
    align-items: center;
    justify-content: space-between;
    background-image: url(../assets/img/bg-1.jpg);
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    flex-wrap: wrap;

}
.survey_page{
    width: 300px;

}
.survey_page h1{
    margin-bottom: 10px; 
}
.survey_page img{
    margin-top: 20px; 
}
.survey_section form{
    width: 500px;  
    
}
.survey_section form .question{
    display: flex;
    align-items: start;
    gap: 20px; 

}
.survey_section form .question h1{
    font-size: 70px;
    color: #420000;
}
.survey_section form .question h2{
    font-size: 40px;
    line-height: 43px;
    color: var(--red);
}
 
.survey_section form .answer_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}
.survey_section form .answer_container .answer{ 
    background-color: var(--lightred);
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--dark-red);
    font-size: 16px;
    font-weight: 500;
    display: inline;
    cursor: pointer;
    transition: all ease-in .3s;
}
.survey_section form .answer_container .answer:hover{ 
    background-color: var(--red); 
    color: var(--lightred);
}

.survey_section form .answer_container .answer span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--dark-red);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 10px;
}
.survey_section form .answer_container label:has(input[type="radio"]:checked) {
  background-color: var(--red);
  color: var(--lightred);
}
.survey_section form .answer_container label:has(input[type="radio"]:checked) span{
  background-color: var(--lightred);
  color: var(--red);
}
.survey_section form .btn_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}
.survey_section form .btn_wrapper button{ 
    padding: 10px 20px;
    border: 2px solid var(--dark-red);
    border-radius: 50px;
    background-color: transparent;

    color: var(--red);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
} 
.survey_section form .btn_wrapper button:hover{ 
    background-color: var(--dark-red);
} 


@media screen and (max-width: 768px){ 
    .survey_section form{
        width: 100%;
    }
    .survey_section .survey_page{
        width: 100%;
        margin-top: 25%;
    }
    .survey_section .survey_page h1{
        font-size: 30px;
        line-height: 35px;
    }
    .survey_section form .question{
        margin-top: 20px;
    }
    .survey_section form .question h2{
        font-size: 30px;
        line-height: 35px;
    }
    .survey_section form .answer_container .answer{
        width: 100%;
        text-align: center;
    }
    .survey_section form .btn_wrapper{
        flex-wrap: wrap;
        justify-content: center; 
    }
    .survey_section form .answer_container{ 
    gap: 10px;
    margin-top: 30px;
}
    
}


.congrats_page{
    padding: 8%; 
    background-image: url(../assets/img/bg-1.jpg);
    width: 100%; 
    background-size: cover;
    background-position: center;
    flex-wrap: wrap;

}
.congrats_page .congrats{
    width: 500px;    
    margin: 0 auto;
    text-align: center;
    margin-top: 8%;
} 
.congrats_page .congrats img{
    width: 100px;     
} 
.congrats_page .congrats h1{
    font-size: 40px;   
} 
.congrats_page .congrats h6{
    font-size: 25px;   
} 
.congrats_page .congrats h6 span{
    font-size: 25px;   
    color: var(--red);
    font-weight: bold;
    margin-top: 5px;
} 
.congrats_page .congrats p{
    font-size: 16px;   
    margin-top: 10px;
} 

.congrats_page .congrats_form{  
    padding-top: 8%;
    width: 800px;
    margin: 0 auto;
}
.congrats_page .congrats_form .input_container{ 
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between; 
    flex-wrap: wrap;
}
.congrats_page .congrats_form .input_container .form_group{ 
    width: calc(50% - 10px);
    background-color: var(--lightred);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}
.congrats_page .congrats_form .input_container .form_group i{ 
    background-color: var(--red);
    padding: 10px;
    border-radius: 50%; 
    width: 40px;
    height: 40px; 
    display: flex;
    align-items: center;
    justify-content: center; 
}
.congrats_page .congrats_form .input_container .form_group input{ 
    background-color: transparent; 
    border: none;
    outline: none;
    flex: 1;
    color: var(--dark-red);
} 
.congrats_page .congrats_form .input_container .form_group:has(input:focus) {
    outline: 1.5px solid var(--red);
}
.congrats_page .congrats_form button{
    margin-top: 20px;
    padding: 17px 24px;
    border: none;
    border-radius: 50px;
    background-color: var(--red);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.congrats_page .congrats_form button:hover{
    background-color: var(--dark-red);
}
@media screen and (max-width: 768px){
    .congrats_page .congrats{
        width: 100%; 
        padding-top: 10%;
    }
    .congrats_page .congrats img{
        width: 80px;     
    } 
    .congrats_page .congrats h1{
        font-size: 30px;   
        line-height: 35px;
        margin-bottom: 10px;
    } 
    .congrats_page .congrats h6{
        font-size: 20px;   
    } 
    .congrats_page .congrats h6 span{
        font-size: 20px;   
    } 
    .congrats_page .congrats p{
        font-size: 16px;   
    } 
    .congrats_page .congrats_form{  
        width: 100%;
        padding-top: 5%;
    }
    .congrats_page .congrats_form .input_container{ 
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .congrats_page .congrats_form .input_container .form_group{ 
        width: 100%;
    }
    .congrats_page .congrats_form button{ 
        width: 100%;
    }
}