*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
     font-family: Arial, Helvetica, sans-serif;
     width: 100%;
     height: 100%;
     overflow-x: hidden;
}
a{
    text-decoration: none;
}
/* header start */
.header{
    padding: 20px 120px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.689);
    height: 12vh;
    font:bolder;
}
.header img{
    width: 136px;
}
.header-right{
    display: flex;
    align-items: center;
    gap:20px;
}
.header-right a{
    background-color: red;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
}
.header-right select{
    padding:4px 8px;
    border-radius: 4px;
    background-color:rgba(0,0,0,0.689);
    color: white;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    text-align: center;
    
}
/* header end*/

/*hero section start*/
.hero-section{
   /* border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    color: white;
    background-color: rgba(0,0,0,0.689);
    height: 88vh;
}

.hero-section h1{
    font-size: 48px;
    font-weight: 900px;
}
.pricing-para{
    padding: 24px 0;
}
.hero-section form{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-section form input{
    width: 360px;
    height: 48px;
    padding-left: 16px;
    border-radius: 10px ;
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgb(72,72,72);
    color: white;
}
.hero-section form button{
    height: 48px;
    width: 200px;
    font-size: 22px;
    background-color: red;
    font-weight: bold;
    border: none;
    color: white;
    border: none;
    border-radius: 4px;
    justify-content:center;
    align-items: center;
    gap:10px;
}
.container{
    height: 100vh;
    background-image:url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/f562aaf4-5dbb-4603-a32b-6ef6c2230136/dh0w8qv-9d8ee6b2-b41a-4681-ab9b-8a227560dc75.jpg/v1/fill/w_1280,h_720,q_75,strp/the_netflix_login_background__canada__2024___by_logofeveryt_dh0w8qv-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NzIwIiwicGF0aCI6Ii9mL2Y1NjJhYWY0LTVkYmItNDYwMy1hMzJiLTZlZjZjMjIzMDEzNi9kaDB3OHF2LTlkOGVlNmIyLWI0MWEtNDY4MS1hYjliLThhMjI3NTYwZGM3NS5qcGciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.FScrpAAFnKqBVKwe2syeiOww6mfH6avq-DRHZ_uFVNw");
    background-size: cover;
    background-repeat: no-repeat;
}

/*trending section start*/
.trending-section{
    background-color: black;
    color: white;
    padding: 50px 120px;
    
}
.trending-section h2{
    margin-bottom: 0;
    margin-left: 25px;
    
}
.cards{
    display:flex;
    justify-content: space-between;
    padding: 50px;
    gap:28px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0;
    min-width: 200px;
    margin-top: 5px;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.card{
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: visible;
}
.cards::-webkit-scrollbar{
    display: none;
}
.card img{
    position: relative;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 1;
}
.rank{
    position:absolute;
    left: -25px;
    bottom: -5px;
    font-size: 90px;
    font-weight:bolder;
    color: rgb(11, 11, 11);
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: rgb(0, 0, 0);
    z-index:9999 !important;
}
/*trending section end*/

/*trending row section start*/
.row{
    padding-top: 24px;
}
.card-container{
    display: flex;
    gap:16px;
    padding:15px;  
}
.row-title{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    margin-left: 25px;
}
.car{
    background: linear-gradient(145deg, #1b1b3a, #201122);
    color: #fff;
    padding:25px;
    min-width: 280px;
    flex: 1;
    border-radius: 12px;
    min-height:250px ;
    margin-top: 1px;
}
.car h3{
    font:bold;
    margin-bottom: 13px;
    margin-left: 25px;
}
.car p{
    color: #ccc;  
}
/*trending row section end*/

/*question box start*/
.question-section {
  margin: auto;
  padding: 40px 0;
}

/* Heading */
.question-section h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

/* FAQ Box */
.que-box {
  background-color: #2d2d2d;
  padding: 20px 20px;
  margin: 10px 0;
  margin-left: 25px;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Hover Effect */
.que-box:hover {
  background-color: #444;
}

/* Plus Icon */
.que-box span {
  font-size: 24px;
}
/*question box end*/

/*email start*/
.email {
  text-align: center;
  margin-top: 80px;
  color: white;
}

/* Text line */
.email p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* Form Layout */
.email form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Input Box */
.email input {
  width: 550px;
  height: 48px;
  padding: 18px;
  font-size: 18px;
  border: 1px solid gray;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  outline: none;
}

/* Placeholder Color */
.email input::placeholder {
  color: #bbb;
}

/* Button */
.email button {
  height:48px;
  padding: 10px 35px;
  font-size: 22px;
  font-weight: bold;
  background-color: red;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
}

/* Hover Effect */
.email button:hover {
  background-color: darkred;
}

/*footer start*/
.footer {
  width: 80%;
  margin: -36px 0px 0px;
  padding: 60px 0;
  color: #b3b3b3;
  font-size: 16px;
}

/* Footer Top Text */
.footer p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #b3b3b3;
}

.footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 40px;
}

.footer p {
  grid-column: span 4;
}

.footer a {
  color: #b3b3b3;
  text-decoration: underline;
  font-size: 14px;
}

.footer a:hover {
  color: white;
}

select{
    width: 148px;
    padding:6px 36px 6px 34px;
    border-radius: 4px;
    background-color:rgba(0,0,0,0.689);
    color: white;
    border-style: solid;
    font-size: 1rem;
}
.para{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #b3b3b3;
}
.para-1{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #b3b3b3;
}
.para-2{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #b3b3b3;
}
.para-2 a{
    color: rgb(68, 142, 244);
    text-decoration: underline;
}

/*footer end*/


