*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}
body{
    width: 100%;
    height: auto;
     /* background-color: rgb(0,0,0,0.5); */
     background: #000;
     /* background-image: url("https://img.freepik.com/premium-photo/text-black-background-is-black-background_746965-1234.jpg?ga=GA1.1.749926266.1729667746&semt=ais_hybrid"); */
    background-repeat: no-repeat; 
    background-size: cover;
    
   
  

}
body::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-image: url(https://i.ytimg.com/vi/acSQHN3cNKE/maxresdefault.jpg); */
    /* background-image: url("https://cdn.prod.website-files.com/5a9ee6416e90d20001b20038/64f5d04593c1fcd9b5a8a52f_Rectangle%20(46).svg"); */
    background-image: url("https://i.pinimg.com/736x/64/eb/ef/64ebefbbd558d77f1a1e0d01a4e050c1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(5px); /* Apply blur to the background */
    z-index: -1; /* Ensure background is behind the content */}

.navbar {

    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    /* background-color: rgba(178, 175, 197,0.5); */
    /* background-color:rgba(0, 0, 0, 0.8); */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.3) 100%); */

    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.navbar-logo a {
    color: black;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 10px;
}
.en{
    border-radius: 50px;
    margin-left: 5px;
    
}
.m{
    margin-left: 5px;
    text-align: end;
}

.navbar-links{
    display: flex;
}

.navbar-links a {
    color:black;
    text-decoration: none;
    margin: 0 3px;
    font-size: 1em;
    font-weight: bold;
}

.navbar-links a:hover {
    text-decoration: underline;
}
/* .....................................................end navbar.................................... */
/* .......................................................hero ............................................ */
.mainhero{
    font-family: Arial, sans-serif;
    color: #fff;
    background: #000;
    overflow-x: hidden;
    display: flex;
    /* justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0; */
   
    
}
.hero {
    height: 85vh;
    width: 100%;
    border-radius: 40px;
    background: url('https://www.universitymagazine.ca/wp-content/uploads/2021/08/How-to-Get-Netflix-For-Free.jpg') no-repeat center center/cover;
    display: flex;
    /* justify-content: center; */
    align-items:center;
    position: relative;
    margin-top: 10px;
    padding: 0;
    
    
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), #000);
    z-index: 1;
    border-radius: 40px;
}

.hero-content {

    /* position: relative; */
    z-index: 2;
    margin-left: 20px;
    /* max-width: 800px; */
    line-height: 1;

}

.hero-content h1 {
    font-size: 2.1rem;
    font-weight: bolder;
    /* text-align: left; */
    /* margin-bottom: 20px; */
    color:white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-content p {
    font-size: 1.2rem;
    /* margin-bottom: 30px; */
    
}

/* .hero-content .btn {
    padding: 15px 30px;
    background: #e50914;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.hero-content .btn:hover {
    background: #b00710;
}
 */


.res{
    display: flex;
    /* justify-content:center; */
    /* align-items: flex-start; */
    flex-wrap: wrap;
   gap: 15px;

   animation: bounceInFromLeft 1s ease forwards;
   
   }
   .res:hover {
    animation: bounceInFromLeft 0.6s ease forwards;
  }
 


  @keyframes bounceInFromLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    60% {
      transform: translateX(30px);
      opacity: 1;
    }
    80% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .hero .rtw{
    animation: bounceInFromLeft 1s ease forwards;
  }

.email input {
    width: 250px;
    padding: 10px 15px;
    border: 2px solid lightgrey;
    border-radius: 30px;
    background-color: rgb(13, 13, 13,0.8);
    color: white;
    outline: none;
    font-size: 1em;
    margin-bottom: 5px;
    text-align: left;
    

}

.email input::placeholder {
    color:white;
    
}

.email input:focus {
    background-color:  29, 29, 29;
}
.get{
    width: 240px;
    padding:10px;
    font-weight: bold;
    /* background-color: rgb(153, 0, 0); */
    background-color: #360608;
    
}



/* ..................................trending now first.................................................... */


.trending-section {
    padding: 20px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    
    

  }
   .swiper-slide:hover{
    
        transform: scale(1.05);  }
    
  
  .trending-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    /* text-align: center; */
  }
  .swiper-container {
    width: 100%;
    max-width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }
  .swiper-container1 {
    width: 100%;
    max-width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    
  }
  .swiper-container2 {
    width: 100%;
    max-width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    
  }
  .nevi{
    position: relative;
    top: 20px;
    font-size: small;
    color: white;
}
.swiper-button-next {
    color:whitesmoke; /* Replace 'red' with your desired color */
    font-size: 30px;
    font-weight: bold;
  }
  
  .swiper-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    transition: transform 0.6s ease-in-out;
    /* gap: 10px; */
  }
  .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 12.5%; /* This ensures 8 slides fit in one row (100% / 8 = 12.5%) */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-slide a  {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-slide h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
  }
  .swiper-pagination {
    visibility: hidden; /* Dots are hidden, but space is still reserved */
  }

  .th{
    width: 100%;
    max-width: 100%;
    height: 300px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 10px;
    position:absolute;
    top:-100%;
    left: 0%;
    transition: all 0.5s;
    /* display: none; */
    }

    .swiper-slide1:hover .th{
        /* display: block; */
        top: 0;
    }
    .th2{
        width: 100%;
        max-width: 100%;
        height: 300px;
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: column;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        border-radius: 10px;
        position:absolute;
        top:-100%;
        left: 0%;
        transition: all 0.5s;
        /* display: none; */
        }
    
        .swiper-slide2:hover .th2{
            /* display: block; */
            top: 0;
        }

        .th3{
            width: 100%;
            max-width: 100%;
            height: 300px;
            display: flex;
            /* flex-wrap: wrap;/ */
            flex-direction: column;
            justify-content: center;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            border-radius: 10px;
            position:absolute;
            top:-100%;
            left: 0%;
            transition: all 0.5s;
            /* display: none; */
            }
        
            .swiper-slide3:hover .th3{
                /* display: block; */
                top: 0;
            }
    .th4{
    width: 100%;
    max-width: 100%;
    height: 300px;
     display: flex;
     /* flex-wrap: wrap; */
     flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 10px;
    position:absolute;
    top:-100%;
    left: 0%;
     transition: all 0.5s;
 /* display: none; */
     }
            
     .swiper-slide4:hover .th4{
 /* display: block; */
    top: 0;
     }

     .th5{
        width: 100%;
        max-width: 100%;
        height: 300px;
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: column;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        border-radius: 10px;
        position:absolute;
        top:-100%;
        left: 0%;
        transition: all 0.5s;
        /* display: none; */
        }
    
        .swiper-slide5:hover .th5{
            /* display: block; */
            top: 0;
 }
 .th6{
    width: 100%;
    max-width: 100%;
    height: 300px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 10px;
    position:absolute;
    top:-100%;
    left: 0%;
    transition: all 0.5s;
    /* display: none; */
    }

    .swiper-slide6:hover .th6{
        /* display: block; */
        top: 0;
    }
    .th7{
        width: 100%;
        max-width: 100%;
        height: 300px;
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: column;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        border-radius: 10px;
        position:absolute;
        top:-100%;
        left: 0%;
        transition: all 0.5s;
        /* display: none; */
        }
    
        .swiper-slide7:hover .th7{
            /* display: block; */
            top: 0;
        }
        .th8{
            width: 100%;
            max-width: 100%;
            height: 300px;
            display: flex;
            /* flex-wrap: wrap; */
            flex-direction: column;
            justify-content: center;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            border-radius: 10px;
            position:absolute;
            top:-100%;
            left: 0%;
            transition: all 0.5s;
            /* display: none; */
            }
        
            .swiper-slide8:hover .th8{
                /* display: block; */
                top: 0;
     }
     .th9{
        width: 100%;
        max-width: 100%;
        height: 300px;
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: column;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        border-radius: 10px;
        position:absolute;
        top:-100%;
        left: 0%;
        transition: all 0.5s;
        /* display: none; */
        }
    
        .swiper-slide9:hover .th9{
            /* display: block; */
            top: 0;
        }
        .th10{
            width: 100%;
            max-width: 100%;
            height: 300px;
            display: flex;
            /* flex-wrap: wrap; */
            flex-direction: column;
            justify-content: center;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            border-radius: 10px;
            position:absolute;
            top:-100%;
            left: 0%;
            transition: all 0.5s;
            /* display: none; */
            }
        
            .swiper-slide10:hover .th10{
                /* display: block; */
                top: 0;
            }
        
            #thimg{
                height: 50%;
                width: 100%;
                /* border-radius: 10px; */
            }
            






        .pp{
            font-size: 12px;
        }
       
        
        

  /* ............................................................more reason to join........................... */
  .reasons {
    text-align: center;
    padding: 10px 20px;
   

}

.reasons h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: -1;
}

.reason-item {
    background-color:  rgba(136,136,136, 0.6);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.reason-item img {
    /* width: 100%; */
    /* height: 50px;
    width: 50px; */
    border-radius: 8px 8px 0 0;
    margin-bottom: 15px;
    position: relative;
    left: 80px;
    top: 30px;
}

.reason-item h6 {
    /* font-size: 1.2rem; */
    margin-bottom: 10px;
    color: #fff;
}

.reason-item p {
    font-size: 1rem;
    line-height: 1.5;
}
#imm{
    height: 35px;
    width: 35px;
    position: relative;
    left: 70px;
  }
  /* ................................................................FAQ------------------------------------- */
  faq-section {
    text-align: center;
    padding: 10px 5px; /* Reduced padding */
    margin-bottom: 5px;
}

.faq-section h1 {
    font-size: 28px; /* Smaller font size */
    margin-bottom: 10px; /* Reduced margin */
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    background-color:white;
    margin: 5px 0; /* Reduced margin between items */
    border-radius: 5px;
    overflow: hidden;
}
.faq-item h5 {
    color : white;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px; /* Reduced padding */
    font-size: 16px; /* Smaller font size */
    cursor: pointer;
    background-color: #333;
}

.faq-question:hover {
    background-color: #444;
}

.toggle {
    font-size: 20px; /* Smaller toggle icon */
    font-weight: bold;
    color: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background-color: #222;
    padding: 0 5px; /* Reduced padding */
    font-size: 14px; /* Smaller font size */
    line-height: 1.4; /* Adjusted line height */
    color: aliceblue;
}

.faq-answer p {
    margin: 8px 0; /* Reduced margin */
}
/* ......................................................footer........................................ */

.footer {
    /* background-color: #141414; Dark background like Netflix */
    color: white;
    padding: 40px 0;
    font-size: 16px;
    margin-top: 70px;
}

.footer a {
    /* color: #757575; Light gray text */
    color:white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 13px;
}

.footer a:hover {
    color: red; /* White color on hover */
}

.footer .social-icons a {
    color: #757575; /* Gray color for social icons */
    margin-right: 20px;
    font-size: 18px;
}

.footer .social-icons a:hover {
    color: white; /* White color on hover for icons */
}

.footer .footer-links {
    margin-bottom: 20px;
}
.footer .footer-links h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
}

.footer .footer-links ul li {
    margin-bottom: 8px;
}

.footer .footer-bottom {
    border-top: 1px solid #555;
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
}


@media screen and (max-width: 768px) {
    .navbar {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .navbar-left {
        flex: 1 0 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .navbar-links {
        /* margin: 10px 0px; */
        margin-left: 99px;
        justify-content: flex-end;
    }
    .navbar-logo img{
        height: 30px;
        width: 90px;
    }


    .hero{
        margin-left:15px ;
        width: 90%;
        height: 80vh;
        margin-right: 10px;
        justify-content:center ;
        margin-bottom: 10px;
    }
    .faq-container{
        margin-right: 14px;
    }
    /* .navbar-links a .btn{
        margin-left: 0;
        margin-right: 0;
    } */
    .hero-content h1{
        font-size: 2.0rem;
        /* text-align: center; */
    }
    .hero-content p{
        font-size: 12px;
        text-align: center;
    }
    
    .swiper-container {
        width: 100%;
        max-width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
        overflow: hidden;
        
      }
      .swiper-container1 {
        width: 100%;
        max-width: 100%;
        height: 250px;
        display: flex;
         justify-content: center;
        overflow: hidden;
        
        
      }
      .swiper-container2 {
        width: 100%;
        max-width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
        overflow: hidden;
        
        
      }
      .pp{
        font-size: 10px;
    }
    #titu{
        height: 250px;
        width: 100%;
       
    }
    
    
   
    
    


   
}