*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: black;
}

header{
    height: 75vh;
    width: 100%;
    background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0.5 )),url(image/TR-tr-20230313-popsignuptwoweeks-perspective_alpha_website_large.jpg);
    background-position: center;
    background-size: cover;
    border-bottom: 8px rgb(102, 97, 97) solid;
     
}

.headerInput input::placeholder{
    color: #fff;
}

.headerInput input{
   font-size: 25px;
}
.input-group{
    width: 600px;

}
.headerText{
    display: inline-block;
    align-items: end;
}
.headerText h1{
    font-size: 50px;
}
.sectionText h1{
 font-size: 3rem;
 font-weight: 900;
}
.sectionText p{
    font-size: 1.5rem;
    font-weight: 400;
   }

   .gifVideo{
    position: absolute;
    top: 99%;
    left: 67.5%;
    transform: translate(-50%, -50%);

   }
   .gif1{
    width: 460px;
   }
   .imgtvv{
    position: relative;
    z-index: 1;

   }
   .cizgi{
    border-bottom: 8px rgb(102, 97, 97) solid;

   }

   .media{
    flex-basis:50%;
    position: relative;
   }
   .media img{
    width: 100%;
    position: relative;
    z-index: 1;
   }
   .video-div{
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    overflow: hidden;
   }
   .video-1{
    max-width: 73%;
    max-height: 54%;
    top: 48%;
    left: 50%;
   }

   .overlay-box{
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%);

    width: 55%;
    min-width: 240px;
    margin: 0 auto;
    padding: 8px  12px;
    background-color: black;

    display: flex;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0 );
    box-shadow: 0 0 32px 0 rgb(0, 0, 0);
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;

   }

   .overlay-box-img{
    margin: 0 16px 0 0;
    flex-grow: 0;
    flex-shrink: 0;
   }
   .overlay-box-img img{
    height: 80px;
   }
   .overlay-box-text p{
    font-size: 14px;
    color: #0071eb;
   }
   .download-animation{
    width: 48px;
    height: 48px;
    outline: 2px solid black;
    outline-offset:-2px;
    display: block;
    content: "";
    background:url("https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/download-icon.gif") center center no-repeat ;
    background-size: 100%;
    flex-grow: 0;
    flex-shrink: 0;
   }

   .overlay-box-text{
    text-align: left;
    flex-grow: 1;
    flex-shrink:1;
    margin: 5px 0;
   }

   .reverse{
    flex-direction: row-reverse;
   }
   .video-2{
    max-width: 63%;
    max-height: 47%;
    top: 34%;
    left: 50%;
   }
   .accordionContainer{
    display: flex;
    justify-content: center;
   }
   .accordion-button{
    background-color: rgba(45, 45, 45, 1);
    color: #fff;

   }
   .accordion-item{
    border: none;
    margin-bottom: 0.7rem;
    color: #fff;
   }
   .accordion{
     width: 90%;
    color: #fff;
    --bs-accordion-bg:rgba(45, 45, 45, 1);
   }
   .accordion-button{
    font-size: 35px;
   }

   article h1{
    font-size: 60px;
    
   }
   .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.accordion-button:focus {
    z-index: 0;
    border-color:#fff;
    outline: none;
    box-shadow:none;
}
.accordion-button:not(.collapsed) {
     color:#fff; 
     background-color: rgba(45, 45, 45, 1);
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(https://cdn-icons-png.flaticon.com/512/814/814208.png);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    border-radius: 50%;
    background-color: #fff;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(https://cdn-icons-png.flaticon.com/512/149/149163.png);
    transform: var(--bs-accordion-btn-icon-transform);
}

footer .row a{
  color: #fff;
  display: block;
  margin: 0.75rem;
  font-size: 13px;
  color: gray;
  text-decoration: none;
}
.footerB{
    color: gray;
}
footer p{
    color: gray;
}



/* +++++++++++++++++++++++++++++++++Browse.html sayfasi ++++++++++++++++++++++++++++++++++++++++++++ */

.logo{
    width: 200px;
}

.sectionBrow h1{
    font-size: 60px;
}
.smileP{
    width: 300px;
}
.sectionBrow p{
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.btnBrow{
    font-size: 20px;
    width: 600px;
    box-shadow: 15px 15px 15  lightblue;
    background-color: gray;
    color: rgb(228, 208, 208);
    border-top: 1px solid #fff;
}
.resim{
    width: 60px;
}
.btnBrow:hover{
    background-color: gray;
}
.smileP:hover{
    border: 4px solid #fff;
    cursor: pointer;
}
.bg-body-tertiary {
    background-color: black!important;
}.image{
  display: flex;
  justify-content:start;
  
}
.col-12{
    justify-content: center;
    display: grid;
}
.headerBrow{
    background-color:rgb(33, 29, 29) ;
}
.containerBrow{
    background-color:rgb(33, 29, 29) ;

}
.sectionBrow{
    background-color:rgb(33, 29, 29) ;

}
/* +++++++++++++++++++++++++++++++++Browse.html sayfasi bitisi ++++++++++++++++++++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++++++++Logın html sayfasi bitisi ++++++++++++++++++++++++++++++++++++++++++++ */


.headerLogin{
    background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0.5 )),url(image/TR-tr-20230313-popsignuptwoweeks-perspective_alpha_website_large.jpg);
    background-position: center;
    background-size: cover;
}
.oturumAc{
 display: flex;
 justify-content: center;
    
}
.oturuAc1{
    height: 70vh;
    width: 25%;
    display: flex;
    justify-content: center;
 background-color: rgba(0,0,0,.75);
 margin-bottom: 4rem;


}
.loginBtn{
    background: #e50914;
    border: #e50914;
    font-size: 25px;
   
}
.inputLogin{
    background: #333;
    border: 0px;
}
.oturumAc2{
 width: 80%;

}
.oturumAc3{
    display: flex;
    justify-content: space-between;
    color: #333;


}
.oturumAc3 a{
    color: #847e7e;
    text-decoration: none;

}
.beniHatirla{
    color: #847e7e;

}
.inputLogin::placeholder {
    color: #847e7e;
  }
  .pLogin1{
    color: #847e7e;


  }
  .pLogin1 a{
   color: #fff;
   text-decoration: none;

  }
  .pLogin2{
    color: #847e7e;
    
 
   }
   .loginimage{
    margin-left: 3rem;
    padding: 0.5rem;
   }
/* +++++++++++++++++++++++++++++++++Logın .html sayfasi bitisi ++++++++++++++++++++++++++++++++++++++++++++ */



/* +++++++++++++++++++++++++++++++++Hesap .html sayfasi baslangici ++++++++++++++++++++++++++++++++++++++++++++ */


.hesap{
  background-color: antiquewhite;
}
.hesapBaslik h1{
  font-size: 55px;
}

/* +++++++++++++++++++++++++++++++++Hesap .html sayfasi bitisi ++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++Ana sayfa .html sayfasi baslangici ++++++++++++++++++++++++++++++++++++++++++++ */


.headerAna{
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.8)), url(image/resım6.jpg);
    background-size: cover;
    height: 70vh;
}
.anasayfaCon{
    align-items: end;
    justify-content: end;
}
.paragAna{
    width: 40%;
    margin-top: 2rem;
}
.pAna{
    text-align: center;
    font-size: 20px;
}

.listeler img{
    width: 100%;
}
.listeler{
    background-color: #181515;
}
.emojiler img{
    width: 50px;
  }

/* +++++++++++++++++++++++++++++++++Ana sayfa .html sayfasi bitisi ++++++++++++++++++++++++++++++++++++++++++++ */




@media screen and (max-width: 991px) {
   
    .headerText h1{
        margin-bottom:2rem;
        font-size: 40px;
    }
    .headerText h5{
        margin-bottom:2rem;
    }
    .headerText{
        margin-top: 0 !important;
    }

    .ust:nth-child(odd) div.media{
        order: 2;
    }
    .text-start {
        text-align: center!important;
    }
    .media {
        flex-basis: 100%;
        
        
    }
    .btnBrow{
        width: 300px;
    }
    .oturuAc1{
        width: 100%;
        height: auto;
    }
    .loginimage{
        margin-left: 0px;
        padding:0px;
       }
       .logo{
        width: auto;
       }
       .hesap1{
        margin-top: 1rem;
    }.hesap1 ul{
        padding-left: 0;
    }.pAna {
        font-size: 10px;
        
    }.paragAna{
        width: 100%;
    }.headerAna{
        height: 35vh;
       }.listeler img{
        margin-bottom: 10px;
       }
    

    
  
   
  }
  @media screen and (max-width: 576px){
    .video-2 {
        max-width: 59%
  } 
  .overlay-box {
    bottom: 1%;
    padding: none;
  }
    .sectionText h1{
        font-size: 2.5rem;
    }
    header{
        height: 85vh
    }
    .oturuAc1{
        width: 100%;
        height: auto;

    }
    .loginimage{
        margin-left: 0px;
        padding: 0px;
       }
       .logo{
        width: auto;
       }.headerAna{
        height: 35vh;
       }.listeler img{
        margin-bottom: 10px;
       }

}