*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
   
}
body {
    overflow-x: hidden;
    width: 100%;
}
/* background image */
header{
    background-image: url("./assets/images/hero-img.jpg");
    background-color: black; 
    height: 100vh;
    width: 100%; 
    background-size: cover;
    background-position: center;
    position: relative;
   
}
header .box{
    background-color: black;
    opacity: 0.7;
    height: 100vh;
    width: 100%;
    position: absolute;              /* most imp */
    top: 0;
    left: 0;
}

/* top navigation bar */
.nav-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 120px 50px;
    position: relative;
    width: 100%;
    z-index: 10;
    height: 7.5rem;
  
}
.img{
   height: auto;
   width: 180px;   
}

/* button box */
.button{
    display: flex;
    gap: 15px;
}

/* language container */
.language-box{
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0.1px solid white;
    padding: 6px 12px;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    color: white;
}

/* select style */
.lang{
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

/* dropdown options */
.lang option{
    color: black;
}

/* sign in button */
.Sign{
    background: red;
    color: white;
    border: none;
    padding: 7px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 650;
    transition: all 0.3s ease;
}

.border:hover{
    background: #c40812;
}


.Sign:active{
    transform: scale(0.95);
}

.lang{
    font-weight: 550;
}

/* hero content */
.hero-content{
    color: white;
    position: absolute;
    display: flex;
    flex-direction: column;;
    justify-content:center;
    align-items: center;
    height: 585px;
    width: 100%;
    
    padding:0px 32px 64px 32px;
   
}

/*  first bold line */
.first h1{
    font-size: 50px;
    font-weight: 900;
    margin: 0px 0px 8px;
    width: 100%;
    height: auto; 
    text-align: center;
     font-family: Helvetica, Arial, sans-serif;
}

/* subscription */
.first p{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 16px 0px 24px;
    font-weight: 400px;
    font-size:20px;
    font-family: Helvetica, Arial, sans-serif;
  
}

/* advice */
.sec h4{
    width: 100%;
    height: auto;
    font-size:18px
    
}

/* input and sign in */
.third{
    width: 588px;
    height: 72px;
    padding: 16px 0px 0px ;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.third input{
    width: 366.75px;
    height: 56px;
    text-align:left;
    font-size: 1.1rem;
    padding: 24px;
    border:0.2px solid white;
    color: rgb(195, 184, 184);  
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
}


.third button{
   width: auto; 
    padding: 0 25px;
    height: 56px;
    background: red;
    color: white;
    border: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    font-size:25px;
}


.curve-section {
    position: relative;
    width: 100%;
    height: 80px; 
    margin-top: -60px;
    overflow: hidden; 
    z-index: 5;
}

.curve {
    position: absolute;
    width: 150%; 
    left: -25%; 
    height: 80px; 
    top: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(64, 97, 231, 0.25) 0%, #000 60%); 
    background-color: black;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    border-top: 4px solid #e50914; 
}



.container{
    height:auto;
    width:100%;
    background-color: #000000;
   padding: 0px 10% 0px;
   margin-top: -15px;
}


.title h2{
   font-family: Helvetica, Arial, sans-serif;
    color:white;
    position: relative; 
    z-index: 10;
}
.slider{
    height: auto;
    width:  100%;
    display: flex;
    align-items: center;
    color: white;
    overflow-x: auto;
    position:relative;
    scroll-behavior: smooth;
    margin-top: 5px;
    gap: 40px;
   padding: 50px 20px 50px 30px;
   
}
.slider::-webkit-scrollbar{
    display: none;
}
 
.card img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 2 / 3;
    transition: transform 0.3s ease;
    cursor: pointer;
    object-fit: cover;
    padding:0px;
    margin: 0px;
}
.card {
   flex: 0 0 auto;
    position: relative;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: flex-end; 
    cursor: pointer;
    width: 190px;
}
.card:hover{
    transform: scale(1.04);
    z-index: 10;
}
.no1{
    font-size:90px;
    position: absolute;
    bottom: -10px; 
    left: -20px;
    bottom: -10px;
    left: -25px;
    color: #000000;
    -webkit-text-stroke:2px white;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
   
}
   



.scroll-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    font-size: 30px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.scroll-btn:hover{
    background: rgba(0,0,0,0.9);
}

.container2{
    color: white;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.title2 {
    margin-top: 40px;
}
.title2 h2{
    font-size: 25px;
}
.box{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.box1{ 
    flex: 1 1 250px;
    height: auto;
    max-width: 350px;
    min-height: 330px;
    background: linear-gradient(180deg,#1a1a2e 0%,#1f1c3a 40%,#2b0f35 100%);
    margin-top: 17px;
    padding: 1px 16px 128px;
    border-radius: 15px;
    position: relative;
}
.box1 .icon, .box1 .icon1, .box1 .icon2, .box1 .icon3 {
    font-size: 50px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
}
.box1 h3{
    font-size: 25px;
    font-weight: 800;
    margin-top:20px;
}
.box1 p{
    font-size: 18px;
    font-weight: 500;
    color: #b3b3b3;
    margin-top: 20px;

}
.box1 .icon{
    font-size: 50px;
    margin-top: 80px;
    margin-left: 150px;
}
.box1 .icon1{
    font-size: 50px;
    margin-top: 44px;
    margin-left: 150px;
}
.box1 .icon2{
    font-size: 50px;
    margin-top: 100px;
    margin-left: 150px;
}
.box1 .icon3{
    font-size: 50px;
    margin-top: 94px;
    margin-left: 150px;
}


.faq{
    background: #000;
    color: white;
    margin-top:60px;
   
}

.faq h2{
    margin-bottom: 20px;
}

.faq-item{
    margin-bottom: 10px;
}

.faq-question{
    align-items: center;
    height:85px;
    width: 100%;
    background: #303030;
    color: white;
    border: none;
    padding: 20px;
    font-size: 25px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq-question span{
    font-size: 50px;
    font-weight: lighter;
    font-family:arial;
}
.faq-question:hover{
    background: #444;
}

.faq-answer{
    background: #303030;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
}

.faq-answer p{
    padding: 20px 0;
    color: #dcdcdc;
}
.last-sec{
    margin-top:80px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.last-advice h4{
    width: 100%;
    height: auto;
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;
}

/* input and sign in */
.email{
    
    padding: 16px 0px 0px ;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    
}
.email input{
    width: 100%;
    height: 56px;
    max-width: 560px;
    text-align:left;
    font-size: 1.1rem;
    padding: 24px;
    border:0.2px solid white;
    color: rgb(195, 184, 184);  
    background: rgba(53, 52, 52, 0.3);
    border-radius: 4px;
}


.email button{
    width: auto;
    height: 56px;
    background: red;
    color: white;
    white-space: nowrap;
    padding: 0 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size:25px;
}

.foot{
    height: auto;
    background-color: #000;
    padding: 70px 5% ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-bottom: 50px;
}
.foot span{
  color:  rgb(195, 184, 184); 
  font-size: 18px;
  height: 50px;
}
.foot a{
    color:  rgb(195, 184, 184); 
}
.questions{
    /* height: 200px; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 50px;
}
.box2{
    width: 265px;

}
.box2 li{
    margin-top: 15px;
}

.language-box2{
   
   margin-top: 70px;
    /* gap: 8px; */
    border: 0.1px solid white;
    padding: 6px 12px;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    color: white;
    width: 130px;
}

/* select style */
.lang2{
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

/* dropdown options */
.lang2 option{
    color: black;
}

.india{
    margin-top:50px;
    color:  rgb(195, 184, 184); 
    background-color: #000;
     font-size: 15px;
}
.more{
     margin-top:40px;
    color:  rgb(170, 160, 160); 
    background-color: #000;
    font-size: 13px;
}
.more a{
    color:blue
}


/* ========================================= */
/* RESPONSIVE MEDIA QUERIES            */
/* ========================================= */

/* Laptops & Tablets (Max Width: 1024px) */
@media (max-width: 1024px) {
    .nav-bar {
        padding: 20px 50px;
    }
    .container, .foot {
        padding-left: 50px;
        padding-right: 50px;
    }
    .box {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
   
    .card img {
        height: 200px; 
    }

     .card {
       
        width: 140px !important;
    }
    .no1 {
        font-size: 80px;  
        bottom: -5px;
        left: -15px;
    }

    .questions {
        flex-wrap: wrap;
        gap: 30px;
    }
    .box2 {
        width: 45%;
    }

    .box1 {
        width: 45%;  
    }
}

/* Mobile Phones (Max Width: 768px) */
@media (max-width: 768px) {
    .nav-bar {
        padding: 15px 20px;
    }
    .img {
        width: 120px;
    }
    .language-box {
        padding: 4px 8px;
    }
    .Sign {
        padding: 5px 10px;
        font-size: 14px;
    }

    .curve-section {
        height: 40px;
        margin-top: -38px;
    }
    .curve {
        border-top: 3px solid #e50914;  
    }

    .slider {
        gap: 20px; 
        padding: 40px 10px 40px 20px;  
    }
    .card {
       
        width: 114px !important;
    }
    .card img {
        height: 160px; 
    }
    .no1 {
        font-size: 60px;  
        bottom: 0px;
        left: -10px;
        -webkit-text-stroke: 1.5px white;  
    }
    
    /* Hero Section Adjustment */
    .hero-content {
        height: auto;
        padding-top: 150px;  
    }
    .first h1 {
        font-size: 32px;
    }
    .first p {
        font-size: 18px;
    }
    .first h1, .first p, .sec h4, .last-advice h4 {
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    
    /* Email Inputs & Buttons */
    .third, .email {
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 15px;
    }
    .third input, .email input {
        width: 90%;
        max-width: 400px;
        height: 50px;
    }
    .third button, .email button {
        width: 90%;
        max-width: 200px;
        height: 50px;
        font-size: 20px;
    }
    
    /* Containers & Layouts */
    .container, .foot {
        padding: 20px;
    }
    
    /* Box Sections (Reasons to Join) */
    .box1 {
        width: 100%;
        margin-top: 15px;
        padding-bottom: 20px;
        height: auto;
        min-height: 200px;
        position: relative;
    }
    .box1 .icon, .box1 .icon1, .box1 .icon2, .box1 .icon3 {
        margin: 0;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
   
    /* FAQ Section */
    .faq-question {
        font-size: 18px;
        padding: 15px;
        height: auto;
    }
    .faq-question span {
        font-size: 30px;
    }

    .box1 {
        width: 100%;  
    }
}

/* Small Mobile Phones (Max Width: 480px) */
@media (max-width: 480px) {
    .nav-bar {
        gap: 15px;
        height: auto;
        padding-bottom: 20px;
    }
    .first h1 {
        font-size: 28px;
    }
    .box2 {
        width: 100%; 
        text-align: center;
    }
    .questions {
        justify-content: center;
    }
    .foot {
        /* text-align: center; */
    }
    .language-box2 {
        margin: 40px auto 0;
    }
}


