
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    
    font-family:'Poopins' ,sans-serif;
}
:root{
    --main-color: #fda702;
    --second-color: #ebeff2;
    --text-color: #02171d;
    --bg-color: #fff;
    --gradinet: linear-gradient(#fe5b3d, #ffac38);
    --gradinet2: linear-gradient(#fff, #02171d);

/*Box Shadow*/
--box-shadow:2px 2px 10px 4px rgb(14 55 54 / 15%);

}
/*Custom Scroll Bar*/
html::-webkit-scrollbar{
    width: 0.5rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
     background: red;
    border-radius: 5rem;
}
body{
    background-color: black;
}
.main{
    background-image: url(background.jpg);
    height: 70vh;
    position: relative;
    background-position: center center;
    background-size: max(1200px, 100vw);
    background-repeat: no-repeat;

}
.main .box{
    height: 70vh;
    width: 100%;
    opacity: 0.69;
    top: 0;
    background-color: black;
    position: absolute;
}
nav{
    max-width: 88vw;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 100px;
}
span img{
    position: relative;
    z-index: 10;
}
nav button{
    position: relative;
    z-index: 10;
    position: sticky;
}
.hero{
    color: white;
    position: relative;
    
    z-index: 10;
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family:'Martel Sans' ,sans-serif; 
    
}

.hero> :nth-child(1){
    font-weight: 900;
    font-size: 48px;
    font-family: 'Poopins' ,sans-serif;
    font-weight: bolder;
    
    
}
.hero> :nth-child(2){
    font-weight: 900;
    font-size: 48px;
    font-weight: bolder;
    font-family: 'Poopins' ,sans-serif;
    
    
    
}

.hero> :nth-child(3){
    padding: 30px;
    font-weight: 400;
    font-size: 24px;
    
    
}

.hero> :nth-child(4){
    padding: 15px;
    font-weight: 400;
    font-size: 20px;
    
    
}
.separation{
    height: 4px;
    background-color: rgb(55, 55, 55);
    position: relative;
    z-index: 20;

}
.btn{
    padding: 5px 10px;
    border-radius: 30px;
    font-weight: bold;
    background-color: rgba(47, 46, 46, 0.105);
    color: white;
    border : 1px solid rgba(119, 119, 119, 0.711);
    cursor: pointer;
    
    
}
.btn-red{
background-color: red;
color: white;
padding: 10px 25px;
font-size: 20px;
border-radius: 30px;
border-color: black;
font-weight: 600;
}
.btn-red-sm{
    padding: 5px 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);

}
.hero-buttons{
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 16px;

}
.main input{
    padding: 15px 100px 15px 14px;
    font-size: 12px;
border-radius: 30px;
border-color: white;
background-color: rgba(123, 123, 123, 0.4);
font-weight: bold;
color: white;
}
.trend{
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: flex-start;
    max-width: 76vw;
    margin: auto;
    padding: 20px 20px 20px 0px;
    font-size: 28px;
    font-weight: 600;
    align-items: flex-start;
}
.first{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1300px){
    .first{
        flex-wrap: wrap;
       
    }
    .secimg img{
        width: 350px;
        height: 256px;
        border-radius: 30px;
        position: relative;
        z-index: 10;
       }
       .hero> :nth-child(1){
     
        font-size: 30px;
        
        
    }
    .hero> :nth-child(2){
     
        font-size: 30px;
        
        
    }
    .hero> :nth-child(3){
     
        font-size: 20px;
        
        
    }
    .hero> :nth-child(4){
     
        font-size: 15px;
        
        
    }
    nav{
        max-width: 90vw;
    }
    .main input{
        padding: 7px 53px 8px 14px;
     
    }
    .hero-buttons{
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 16px;
flex-direction: column;
}

}
.secimg img{
    padding: 15px;
    max-width: 50wv;
    width: 128px;
    height: 256px;
    margin: auto;
    border-radius: 30px;
    left: 0px;
    right: 0px;
    



}
.plan{
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: flex-start;
    max-width: 76vw;
    margin: auto;
    padding: 20px 20px 20px 0px;
    font-size: 22px;
    font-weight: 600;
    align-items: flex-start;

}
.second button{
   max-width: 60vw;
height: 258px;
width: 292px;
border: 2px solid black;
border-radius: 20px;
background: var(--gradinet);
cursor: pointer;
}
.second button:hover{
color: white;
}
.second{
    max-width: 60vw;
    display: flex;
    padding: 15px;
    max-width: 50wv;
    margin: auto;
    justify-content: center;
    left: 0px;
    right: 0px;

   
}

.basic{

    padding: 5px;
}
.standard{

    padding: 5px;
}
.premium{

    padding: 5px;
}
.reason{
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: flex-start;
    max-width: 76vw;
    margin: auto;
    padding: 20px 20px 20px 0px;
    font-size: 28px;
    font-weight: 600;
    align-items: flex-start;
}
.third{

    display: flex;
    max-width: 50wv;
    margin: auto;
    justify-content: space-around;
    left: 0px;
    right: 0px;
    justify-content: center;
    align-items: center;
        
    
}
.third button{
    max-width: 60vw;
    height: 258px;
    width: 292px;
   
    border-radius: 20px;
    font-size: 30px;
    background-color: var(--gradinet2);
    color: var(--bg-color);
    transition: all 1s ease-out;
        cursor: pointer;
        
    
    
    
}


.enjoy{
padding: 5px;
}
.download{

    padding: 5px;
}
.watch{

    padding: 5px;
}
.create{

    padding: 5px;
}
.question{
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: flex-start;
    max-width: 76vw;
    margin: auto;
    padding: 20px 20px 20px 0px;
    font-size: 28px;
    font-weight: 600;
    align-items: flex-start;
}
.faqbox{
background-color: rgba(83, 82, 82, 0.574);
color: white;
font-size: 18px;
font-weight: 600;
padding: 24px;
border-color: white;
max-width: 74vw;
border-radius: 10px;
display: flex;
max-width: 76vw;
margin: 10px auto;
cursor: pointer;
align-items: flex-start;
justify-content: space-between;
transition: all 1s ease-out;
}
.faq  :hover{
    background-color: rgba(128, 128, 128, 0.629);
}
.hero-buttons1{
    color: white;
    position: relative;
    padding: 10px;
    margin: 20px;
    z-index: 10;
    height: calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:'Martel Sans' ,sans-serif; 
    gap: 16px;
}
.hero-buttons1 input{
    padding: 15px 100px 15px 14px;
    font-size: 12px;
border-radius: 30px;
border-color: white;
background-color: rgba(123, 123, 123, 0.4);
font-weight: bold;
color: white;
}
.btn-red1{
    background-color: red;
    color: white;
    padding: 10px 25px;
    font-size: 20px;
    border-radius: 30px;
    border-color: black;
    font-weight: 600;
    }
    footer{
        max-width: 74vw;
        margin: auto;
        padding: 10px;
    
    }
    .footer{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        
    }
    @media screen and (max-width: 1300px){
        .footer{
            display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
           
        }
        
    }
    .footer-item{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .questions{
        padding: 34px 0;
        color: white;
    }
    .footer a{
        text-decoration: none;
        color: white;
    }
    .mem{
        padding: 5px;
        cursor: pointer;
        transition: all 1s ease-out;
        
        
        }
       
    .cont{
        
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        margin: 10px;
        font-size: 30px;

    }
    .p{
        
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 25px;

    }
    .q{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 15px;
    }
    .third button:hover{
        background-color: rgba(128, 128, 128, 0.859);
    
    }