* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: netflix_regular;
    src: url(./NetflixSans-Regular.otf);
}

@font-face {
    font-family: netflix_medium;
    src: url(./NetflixSans-Medium.otf);
}

@font-face {
    font-family: netflix_light;
    src: url(./NetflixSans-Light.otf);
}

@font-face {
    font-family: netflix_bold;
    src: url(./NetflixSans-Bold.otf);
}

/*navigation bar*/
.mid2 {
    height: 10vh;
    width: 100%;
    background-color: #000;
}

.nav_logo2 {
    height: 60px;
    width: 100px;
    padding-left: 15px;
    /* border: 1px solid white; */
}

.nav_logo2 img {
    height: 60px;
    width: 60px;
    /* border: 1px solid white; */
    margin-top: -5px;
}

.navi3 {
    flex: 1 !important;
}

.ul_navi {
    /* border: 1px solid white; */
    display: flex !important;
    gap: 1rem !important;
    list-style: none !important;
    /* width: 85rem; */
}

.li_navi {
    list-style: none !important;
    display: inline-block !important;
    position: relative !important;

}

.a_navi {
    text-decoration: none;
    color: red !important;
    /* border-bottom: 1px solid black; */
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'netflix_light';
    padding-left: 15px !important;
    letter-spacing: 0.1rem !important;
}

.a_navi:hover {
    transition: all ease 1s;
    border-bottom: 1px solid #fff !important;
}

/*.a_navi::before{
    content: "" !important;
    position: absolute !important;
    transform: scaleX(0) !important;
    height: 1px !important;
    color: red !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
}*/

.li_fala {
    /* border: 1px solid white; */
    width: 550px;
    padding-left: 350px;
}

.anchor1 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;

}

.anchor1 i {
    width: 30px;
    padding-left: 5px;
}

.anchor1:hover {
    /* border: 1px solid red; */
    border-radius: 10px !important;
    background-color: rgba(5, 113, 254, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor2 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;
}

.anchor2 i {
    width: 30px;
    padding-left: 1.5px;
}

.anchor2:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(254, 5, 150, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor3 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;
}

.anchor3 i {
    width: 30px;
    padding-left: 2px;
}

.anchor3:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(5, 192, 254, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor4 {
    font-size: 25px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 5px;
    height: 40px;
    /* width: 100px !important; */
    /* border: 1px solid white; */
}

.anchor4 i {
    width: 30px;
    /* padding: 10px; */
    /* padding-left: 2px !important; */
}

.anchor4:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(254, 5, 5, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}



.li_button {
    /* border: 1px solid white; */
    padding-left: 40px !important;
    padding-top: 5px;
}

.btn_edit {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #999;
}

.btn_edit:hover {
    background-color: rgba(252, 5, 5, 0.478);
    border-color: red;
}


.li_subscribe {
    /* border: 1px solid white; */
    /* padding-left: 0px !important; */
    padding-top: 3px;
}

.btn_subs {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000;
    width: 150px;
    height: 6vh;
    color: rgb(250, 2, 2);
}

.btn_subs:hover {
    background-color: rgb(252, 5, 5);
    border-color: red;
}

/*mid*/

*{margin: 0; padding: 0;}
  body{background-color: black; width: 100%;}

  
  @media screen and (min-width:1224px)
  {
    .border{width: 30%;}
    .border h1{font-size: 1.3em; letter-spacing: .2em; padding-bottom: 5%;}
    .text-3{width: 70%; column-count: 2; font-size: 0.9em; letter-spacing: 0.06em; column-gap: 50px; line-height: 1.35em;}
    .text-1{font-size: 0.9em; letter-spacing: 0.06em;width: 85%;}
    .text-2{font-size: 2.1em; letter-spacing: 0.06em;}
    .feature{width: 70%;}
  } 
  
  @media screen and (max-width:1224px)
  {
    .border{width: 30%;}
    .border h1{font-size: 1.3em; letter-spacing: .2em; padding-bottom: 5%;}
    .text-3{width: 70%; column-count: 2; font-size: 0.9em; letter-spacing: 0.06em; column-gap: 50px; line-height: 1.35em;}
    .text-1{font-size: 0.9em; letter-spacing: 0.06em;width: 85%;}
    .text-2{font-size: 2.1em; letter-spacing: 0.06em;}
    .feature{width: 70%;}
  } 
  
  @media screen and (max-width:1024px)
  {
    .border{width: 30%;}
    .border h1{font-size: 1.3em; letter-spacing: .1em; padding-bottom: 5%;}
    .text-3{width: 70%; column-count: 2; font-size: 0.9em; letter-spacing: 0.04em; column-gap: 50px; line-height: 1.35em;}
    .text-1{font-size: 0.9em; letter-spacing: 0.04em;width: 85%;}
    .text-2{font-size: 2.1em; letter-spacing: 0.03em;}
    .feature{width: 70%;}
  }
  
  @media screen and (max-width:960px)
  {
    .border{width: 30%;}
    .border h1{font-size: 1.2em; letter-spacing: .1em; padding-bottom: 5%;}
    .text-3{width: 70%; column-count: 2; font-size: 0.9em; letter-spacing: 0.01em; column-gap: 50px; line-height: 1.35em;}
    .text-1{font-size: 0.9em; letter-spacing: 0.01em;width: 95%;}
    .text-2{font-size: 2.1em; letter-spacing: 0.01em;}
    .feature{width: 80%;}
  } 
  
  @media screen and (max-width:768px)
  {
    .border{width: 40%;}
    .border h1{font-size: 1.2em; letter-spacing: .1em; padding-bottom: 5%;}
    .text-3{width: 70%; column-count: 1; font-size: 0.9em; letter-spacing: 0.05em; column-gap: 50px; line-height: 1.35em;}
    .text-1{font-size: 0.9em; letter-spacing: 0.01em;width: 95%;}
    .text-2{font-size: 2.1em; letter-spacing: 0.01em;}
    .feature{width: 80%;}
  } 
  
  @media screen and (max-width:480px)
  {
    .border{width: 70%;}
    .border h1{font-size: 1.2em; letter-spacing: .1em; padding-bottom: 5%;}
    .text-3{width: 80%; column-count: 1; font-size: 0.9em; letter-spacing: 0.00em; column-gap: 50px; line-height: 1.35em;}
    .text-1{font-size: 0.9em; letter-spacing: 0.01em;width: 90%;}
    .text-2{font-size: 1.8em; letter-spacing: 0.0em;}
    .feature{width: 80%;}
  }
  
  @media screen and (max-width:320px)
  {
    .border{width: 90%;}
    .border h1{font-size: 1.2em; letter-spacing: .1em; padding-bottom: 5%;}
    .text-3{width: 90%; column-count: 1; font-size: 0.9em; letter-spacing: 0.00em; column-gap: 50px; line-height: 1.35em;}
    .text-1{font-size: 0.9em; letter-spacing: 0.01em;width: 90%;}
    .text-2{font-size: 1.8em; letter-spacing: 0.0em;}
    .feature{width: 85%;}
  }







/*footer*/
.foot{
    height: 14rem;
    width: 100%;
    /* border: 1px solid white; */
    background-color: #000;
}

.footrap{
    height: 12rem;
    width: 100%;
    display: flex;
    gap: 15px;
}
.div_pic{
    height: 14rem;
    width: 30rem;
    /* border: 1px solid white; */
    text-align: center;
    /* padding-top: 2rem; */

}
.div_pic img{
    height: 8rem;
    /* border: 1px solid white; */
}
.div_pic ul li a{
    list-style: none;
    text-decoration: none;
    margin: auto;
    /* border: 1px solid white; */
    
}
.social_media{
    padding-top: 5px;
    font-size: 30px;
    color: white;
    padding-left: 25px;
    letter-spacing: 20px;
    
}
.div_write{
    height: 10rem;
    width: 58rem;
    /* border: 1px solid white; */
    display: grid;
    grid-template-columns: auto auto auto;
}
.explore{
    /* border: 1px solid white; */
    width: 300px;
}
.explore h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.explore p{
    text-transform:capitalize;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.explore p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
.company{
    /* border: 1px solid white; */
    width: 300px;
}
.company h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.company p{
    text-transform:capitalize;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.company p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
/* .connect{
    border: 1px solid white;
    width: 350px;
} */
.connect h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.connect p{
    /* text-transform:capitalize; */
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.connect p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
.copyright{
    height: 2rem;
    width: 100%;
    /* border: 1px solid white; */
}
.copyright p{
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.675);
    font-family: 'netflix_medium';
}