/* @import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: 'poppins',sans-serif;
}
body{
    background-color: black;
}

.main{
   background-image: url("assets/images/bg.jpg");
   
   background-position: center center;
   background-repeat: no-repeat;
   background-size: max(1000px,100vw);
   
   height: 90vh;
   position: relative;

}
.main .box{
    height: 90vh;
    width: 100%;
    opacity: 0.64;
    background-color: black;
    position: absolute;
    top: 0;
    
}
nav{
    max-width: 80vw;
    justify-content: space-between;
     margin: auto;
    display: flex;
    
    align-items: center;
    height: 62px;
}

nav img{
    color: red;
    width: 114px;
    position:relative;
    z-index:10;

}
nav button{
      position:relative;
    z-index:10;
}
.hero{

     font-family: "Martel Sans", sans-serif;
 
   
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding:0px;
    
}
.hero>:nth-child(1){
    font-weight: 900;
    font-size: 56px;
    text-align: center;

}
.hero> :nth-child(2){
     font-weight: 900;
    font-size: 56px;
    text-align: center;
}
.hero> :nth-child(3){
     font-weight: 500;
    font-size: 20px;
    text-align: center;
}
.hero> :nth-child(4){
     font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.seperation{
    height: 7px;
    background-color: rgb(211, 90, 90);
    
    
}

.btn{
   padding: 3px 8px ;
   font: weight 500px;; 
   color: white;
   background-color: rgba(57, 4, 4, 0);
   border: 1px solid white;
   border-radius: 4px;
   cursor: pointer;
    font-family: 'poppins',sans-serif;

   
}
.btn-red{
    background-color: red;
      color:white;
      padding: 8px 30px;
      border-radius: 4px;
      font-size: 24px;
      border-radius: 4px;
      font-weight: 900px;
    }
.btn-red-sm{
    background-color: red;
          color:white

}


.hero-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

}
.main input{
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(246, 238, 2380,0.5);
        padding: 9px 115px 11px 18px;
      border-radius: 5px;
      font-size: 15px;
      color: white;
      
      
      


} */

@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');

 * {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: black;
    max-width: 100%;
    
}

.main {
    background-image: url("assets/images/IN-en-20250630-TRIFECTA-perspective_159086b1-425f-435b-bcd5-1ed8039cdef9_large.jpg");
    background-position: center center;
    background-size: max(1200px,100%);
    background-repeat: no-repeat;
    height: 644px;
    
    position: relative;
   
}

.main .box {
    height: 644px;
    width: 100%;
    opacity: 0.69;
    position: absolute;
    top: 0;
     background-color: rgb(0, 0, 0); 
    
   
}

nav {
    max-width: 60vw;
    justify-content: space-between;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100px;
}

nav img {
    color: red;
    width: 130px;
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;
}

.hero {
    font-family: 'Martel Sans', sans-serif;
      height: calc(100% - 100px);
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding: 0 30px;
    
   
}
 /* .hero{
    font-family: 'Martel Sans', sans-serif;
    height: 541px;
    background-color: bisque;
    display: flex;
    flex-direction: column;



      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding: 0 30px;
    background-color: green;

    
 } */



 .hero> :nth-child(1) {
    
       font-family: 'Poppins', sans-serif; 
     font-weight: bolder;
    font-size: large;
    text-align: center;
    /* background-color: blue; */
     

  
 } 
 .hero> :nth-child(2){
    font-size: 100px;
 }

 .hero> :nth-child(2) { font-weight: 700px;
     font-family: 'Poppins', sans-serif; 
    font-size: 60px;
    text-align: center;
   
    
    /* background-color: red; */
 }
 


 .hero> :nth-child(3) {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    
} 

 /* .separation {
    height: 7px;
    background-color: rgb(46, 44, 44);
    position: relative;
    z-index: 20;
}  */

.btn {
    padding: 3px 8px;
    font-weight: 400;
    color: white;
    background-color: rgba(248, 243, 243, 0.021);
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
    

} 

.btn-red {
    background-color: red;
    color: white;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 4px;
    font-weight: 400;
} 

 .btn-red-sm {
    background-color: red;
    color: white;
} 

 .hero-buttons {
    display: flex;
    flex-direction: row;
    
    
    gap: 4px;
    
    width: 500px;
    height: 80px;
    min-height: fit-content;
   

} 

 .main input { 
    padding: 7px 101px 8px 14px;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(246, 238, 238, 0.5);
    
}  

.seperation{
    z-index: -1;
     height: 10px; 
    /* background-color: rgb(211, 90, 90); */
     background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black; 
    /* background-color: red; */
    /* border-top-right-radius: 50% 2px 100%; */
    /* border-radius: 50% 2px 100%; */
    /* background-color: red; */
    border-radius: inherit;

    
    
}
.cards{
    
         margin-top: 10px;
  
    font-size: 16px;
    
   
    background-color: black;
    color: white;
    margin-left: 25px;
}

 .cardcontainer { 
    
    overflow:hidden;
    display: flex;
    
    gap: 50px;
    
    margin-left: 25px;
    height:350px;
    background-attachment:relative ;
    /* background-color: brown; */
    overflow-x: scroll;
    overflow-y: visible;
    
     
}
.card1{
    position: relative;
   
    /* background-color: aqua; */
    height:300px;
    width:150px;
    padding: 10px;
   
    
}
 .card1 img{
    border-radius:10px;
}
.card1 .label{
    position: absolute;
    bottom: 40px;
    left: -5px;
    font-size: 100px;
    font-weight: bolder;
    color: black;
   -webkit-text-stroke: 2px white;
        text-shadow: 14px 4px 10px rgb(0 0 0 / 86%);
   
   
    
}


.card2{
    position: relative;
     /* background-color: red; */
    height:300px;
    width:150px;
    padding: 10px;
}
.card2 .label{
       position: absolute;
    bottom: 40px;
    left: -15px;
    font-size: 100px;
    font-weight: bolder;
    color: black;
    -webkit-text-stroke: 2px white;
        text-shadow: 14px 4px 10px rgb(0 0 0 / 86%);
    
}
.card2 img{
   border-radius: 10px;}
.card3{
    position: relative;
       /* background-color: rgb(112, 183, 183); */
    height:300px;
    width:150px;
    padding: 10px;
    
}
.card3 img{
    border-radius : 10px;
}
.card3 .label{
       position: absolute;
    bottom: 40px;
    left: -15px;
    font-size: 100px;
    font-weight: bolder;
     color: black;
    -webkit-text-stroke: 2px white;
        text-shadow: 14px 4px 10px rgb(0 0 0 / 86%);
}
.card4{
    position: relative;
      /* background-color: rgb(25, 98, 1); */
    height:300px;
    width:150px;
    padding: 10px;
}
.card4 img{
    border-radius : 10px;
}
.card4 .label{
       position: absolute;
    bottom: 40px;
    left: -15px;
    font-size: 100px;
    font-weight: bolder;
     color: black;
    -webkit-text-stroke: 2px white;
        text-shadow: 14px 4px 10px rgb(0 0 0 / 86%);
}
.card5{
    position: relative;
      /* background-color: rgb(61, 55, 117); */
    height:300px;
    width:150px;
    padding: 10px;


}
.card5 img{
    border-radius : 10px;
}
.card5 .label{
       position: absolute;
    bottom: 40px;
    left: -15px;
    font-size: 100px;
    font-weight: bolder;
    color: black;
    -webkit-text-stroke: 2px white;
        text-shadow: 14px 4px 10px rgb(0 0 0 / 86%);
}
.card6{
    position: relative;
      /* background-color: rgb(61, 55, 117); */
    height:300px;
    width:150px;
    padding: 10px;
    color: white;
}
.card6 img{
    border-radius : 10px;
}
.card6 .label{
    position: absolute;
    bottom: 40px;
    left: -15px;
    font-size: 100px;
    font-weight: bolder;
     color: black;
    -webkit-text-stroke: 2px white;
        text-shadow: 14px 4px 10px rgb(0 0 0 / 86%);
  
}
.more{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background-color: brown; */
    margin-left: 25px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    
}


.container2{
    /* overflow:hidden; */
    height: fit-content;
    width: 5000px;
    max-width: fit-content;
    /* background-color: rgb(10, 10, 212);  */
    
   
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
   
   margin-left: 25px;

}
.dabba1{
     display: flex;
     flex-direction: column;
    border-radius: 15px;
   background-color: rgb(9, 9, 51);
    /* background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black;  */
    height: 275px;
    min-height: fit-content;
    /* height: fit-content; */
    
    width: 300px;
    max-width: 100vw;
    
    
    
    /* overflow: wrap; */
    
}
.dabba1 .enjoy{
    margin-left: 5px;
    font-size: 24px;
    font-weight: 500;
    /* background-color: green ; */
    padding: 10px;
    color: white;
    /* display: inline-flex; */
    flex-wrap: wrap;
}
.dabba1 .enjoy2{
    margin-left: 5px;
    /* display: inline-flex; */
    /* flex-wrap: wrap; */
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px;
    /* display: inline-flex; */
    /* background-color: red; */
}
.dabba1 .tv{
    /* background-color: black; */
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 10px;
}
.dabba2{
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    /* background-color:rgb(0, 255, 4); */
    border-radius: 15px;
     background-color: rgb(9, 9, 51);
    height: 275px;
   
    width: 300px;
    min-height: fit-content;
    max-width: 100vw;
    

}
.dabba2 .download{
    margin-left: 5px;
    font-size: 24px;
    font-weight: 500;
    /* background-color: green ; */
    padding: 10px;
    color: white;
    display: inline-flex;
    flex-wrap: wrap;
}
.dabba2 .download2{
    margin-left: 5px;
     display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px;

}
.dabba2 .svg2{
     display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 10px;
}
.dabba3{
  display: flex;
     flex-direction: column;
    border-radius: 15px;
   background-color: rgb(9, 9, 51);
    height: 275px;
    min-height: fit-content;
    /* height: fit-content; */
    
    width: 300px;
    max-width: 100vw;
    


}
.dabba3 .watch{
    margin-bottom: 5px;
     font-size: 24px;
    font-weight: 600;
    /* background-color: green ; */
    padding: 10px;
    color: white;
    display: inline-flex;
    flex-wrap: wrap;
}

.dabba3 .watch2{
    margin-left: 5px;
      display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px;
}
.dabba3 .svg3{
     display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 10px;
}
.dabba4{
    display: flex;
    flex-direction: column;
     /* background-color:rgba(119, 74, 117, 0.5); */
     border-radius: 15px;
      background-color: rgb(9, 9, 51);
    height: 275px;
    min-height: fit-content;
    width: 300px;
    max-width: 100vw;

}
.dabba4 .kids{
    margin-left: 5px;
          font-size: 23px;
    font-weight: 600;
    /* background-color: green ; */
    padding: 10px;
    color: white;
    display: inline-flex;
    flex-wrap: wrap;
}
.dabba4 .kids2{
    margin-left: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px;
}
.dabba4 .svg4{
      display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-right: 10px;

}
.faq{
    gap: 10px;
    height: 835px;
    min-height: fit-content;
    
   display: flex;
    flex-direction: column;
    margin-left: -64px;
   
    /* background-color: red; */

}
.faq div{
    color: white;
    margin-left: 100px;
    font-size: 24px;
    font-weight: 500;
    min-height: fit-content;
}
.faq .box1{
     height: 10px;
    
    display: flex;
    background-color: #2d2d2d;
    color: white;
    padding: 35px;
    max-width: 80vw;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px ;
    margin-bottom: 5px;
    
    
    
}
 .box1:hover{
    
    
    background-color: red;
    transition: all 1s ease-out;
}
.faq .box2{
     height: 10px;
    
    display: flex;
    background-color: #2d2d2d;
    color: white;
    padding: 35px;
    max-width: 80vw;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px ;
    margin-bottom: 5px;
    
    
    
}
 .box2:hover{
    
    
    background-color: red;
    transition: all 1s ease-out;
}
.faq .box3{
     height: 10px;
    
    display: flex;
    background-color: #2d2d2d;
    color: white;
    padding: 35px;
    max-width: 80vw;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px ;
    margin-bottom: 5px;
    
    
    
}
 .box3:hover{
    
    
    background-color: red;
    transition: all 1s ease-out;
}
.faq .box4{
    height: 10px;
    
    display: flex;
    background-color: #2d2d2d;
    color: white;
    padding: 35px;
    max-width: 80vw;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px ;
    margin-bottom: 5px;
    
    
    
}
 .box4:hover{
    
    
    background-color: red;
    transition: all 1s ease-out;
}
.faq .box5{
      height: 10px;
    
    display: flex;
    background-color: #2d2d2d;
    color: white;
    padding: 35px;
    max-width: 80vw;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px ;
    margin-bottom: 5px;
    
    
    
}
 .box5:hover{
    
    
    background-color: red;
    transition: all 1s ease-out;
}
.faq .box6{
    height: 10px;
    
    display: flex;
    background-color: #2d2d2d;
    color: white;
    padding: 35px;
    max-width: 80vw;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px ;
    margin-bottom: 5px;
    
    
}
 .box6:hover{
    
    
    background-color: red;
    transition: all 1s ease-out;
}

.call{
    justify-content: left;
    min-height: fit-content;
    margin-left: 80px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    /* background-color: blue; */
}
 footer{
    min-height: fit-content;
    display: flex;
    flex-direction: row;
   /* background-color: green; */
    min-height: fit-content;
    color: #ffffffb3;
    font-size: 16px;
    font-weight: 300;

    
} 


    


.footer{
    min-height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   gap: 50px;
   
   /* background-color: blueviolet; */
    color: white;
    width: 300px;
    margin-left: 80px;
}
.footer-item{
    gap: 5px;
    display: flex;
    flex-direction: column;

}
.footer-item a{
    color: white;
    size: 16px;
}

@media screen and (min-width: 500px){
   
    .cards{
        margin-left: 95px;
    }
    .cardcontainer{
        
       display: flex;
       flex-direction: row;
    
        gap: 50px;
    
        margin-left: 25px;
        height:350px;
        /* max-height: fit-content; */
        background-attachment:relative ;
        /* background-color: brown; */
    
        
        overflow-x: hidden; 

         margin-left: 95px;
         /* background-color: red; */
         
    }
    .more{
         margin-left: 95px;
    }
    .container2{
         margin-left: 105px;
    }
    .faq{
         margin-left: -4px;
    }
    .call{
         margin-left: 85px;
    }
    .footer{
             width: 1011px;
        margin-left: 158px;
        display: flex;

        flex-direction: row;
        gap: 140px;
    }


}





















    nav{
        max-width: 90vw;
    }

    .first {
        flex-wrap: wrap;
    }

    .secImg img {
        width: 305px;
    }

    .secImg video {
        width: 305px;
    }

    .hero> :nth-child(1) {
        font-size: 32px;
    }

    .hero> :nth-child(2) {
        font-size: 18px;
    }

    .hero> :nth-child(3) {
        font-size: 18px;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }


    /*chat gpt code */
   



    