/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Macondo&family=Poppins:wght@300&family=Roboto:ital,wght@0,100;0,300;1,100&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto:ital,wght@0,100;0,300;1,100&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
 
}
body {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden !important;
    width: 100% !important;
}
.background_netflix {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%) , url('../images/Frame 3.png') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-wrap: wrap;
    width: 100% !important;
/*    height: 100vh;*/
}
.nav_part{
    width: 100%;
    flex-wrap: wrap;

}
.logo_netflix_section{
    padding-left: 9%;
    margin-top: 17px;
}
.logo_netflix{
    width: 200px;
}
.btn_signin{
    justify-content: flex-end;
    margin-right: 105px;
}
.btn_text{
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #ff0000;
}
.btn_text:hover{
    background-color: #ff0000e0;
}
.language_select{
    background: transparent;
    color: white;
    font-weight: 600;
}
 
.bg_color{
    color: black;
}
 
 
.dropdown_icon {
    position: absolute;
    top: 50%;
    right: 16%;
    transform: translateY(-50%);
    color: white;  
    pointer-events: none; 
}

 
.heading_text {
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: 82vh; */
    margin-top: 13%;
}

.heading_h1 {
    text-align: center;
    max-width: 967px;
    color: white;
    font-size: 55px;
    font-weight: bolder;
}
.sub_heading{
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}
.info_text{
    color: white;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 1px;
}
.email_input{
    width: 39%;
    color: #fff !important;
    font-weight: 600;
    border-color: white;
    height: 53px;
}
.email_input:focus {
    background-color: transparent;
    color: #fff;
    border: 1px solid #ccc;  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}
.section-divider {
    border: 6px solid #000;
    margin: auto;
}
.section_two{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.second_section_heading{
    font-weight: 900;
    font-size: 50px;
    color: white;
    justify-content: center;
    margin: auto;
    align-items: center;
    margin-top: 20%;
}
.para_second_section{
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03rem;
}
 
.tv_img{
    width: 400px;
}
.mobile_img{
    width: 400px;
    margin-bottom: 12%;
}
.line_break{
    display: block;
}
.box{
    border: 2px solid white;
    height: 96px;
    width: 300px;
    position: relative;
    bottom: 98px;
    left: 22%;
    border-radius: 9px;
}
.third_img{
    height: 79px;
    position: absolute;
    right: 75%;
    top: 7px;
}
.third_img_cap{
    color: #fff;
    margin:0;
    font-weight: 600;
    letter-spacing: 1px;
}
.text_clr_blue{
    color: blue !important;
    font-size: 15px;
}
.download_icon{
    position: absolute;
    right: 8%;
    align-items: center;
    top: 30%;
    background-color: #80808057;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.banner_btn{
    margin-bottom: 10%;
}
.tv_img_main_section{
    margin-bottom: 5%;
}
.accordian_heading{
    color: #fff;
    font-weight: 900;
    margin-top: 8%;
    letter-spacing: 0.03rem;
}
.accordian_width{
    width: 80%;
    justify-content: center;
    border-radius: 4px;
    margin-top: 3%;
}
.accordian_items{
    border-radius: 4px;
}
.accordion-button{
    font-size: 30px;
    background-color: #100e0efa;
    color: #fff;
}

.accordion {
  width: 90%;
  max-width: 1000px;
}

.accordion-item {
    background-color: #3f3f3f;
    color: #fff;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 4.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 28px;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  font-size: 19px;
}

.faq_para{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5%;
}
.href_color{
    color: #fff;
}
.href_color:hover{
    color: #fff;
}
ul li{
    list-style:none;
    color: #fff;
    font-size: 15px;
    line-height: 2rem;
}
.footer_heading{
    color: #fff;
    font-weight: 600;
}
.footer_language{
    width: 50%;
    padding-top: 12px;
    margin-bottom: 20px;
}
.fotter_para{
    color: #fff;
}


::placeholder {
  color: #ccccb3 !important;
  opacity: 1;  
}

::-ms-input-placeholder {
  color: #ccccb3;
}

/*signin section*/
.sign_link{
    text-decoration: none;
    color: #fff;
}
.sign_link:hover{
    color: #fff;
}
 .signin_section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.signin-box {
    width: 39%;
    padding: 48px;
    background-color: #000000b3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #fff;
}
.sigin_page_heading{
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.signin_page_input_field{
    background-color: #262626;
    border-radius: 4px;
    height: 57px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    transition: border-color 0.3s;
}
.signin_page_input_field:focus {
    border-color: #007bff;
}
.password_remember{
    gap: 10rem;
    padding: 10px;
}
 
.footer_signin_page{
    width: 100% !important;
    background-color: #171515b0;
}
.href_color_signin_page{
    color: grey;
    text-decoration: none;
}
.href_color_signin_page:hover{
    text-decoration: underline;
    color: grey;
}
.footer_heading_signin_form{
    color: #a1a1a1;
    padding: 10px 42px 10px 42px;
}