*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header{
    background-image: url(./assestss/bg\ image.jpg);
    height: 80vh;
    width: 100%;
    background-size: cover;
    position: relative;
}

header .box {
    height: 80vh;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    
}
nav{
    
    display: flex;
    justify-content: space-between;
    max-width: 90vw;
    margin: 0px 100px;
    position: relative;
    top: 20px;

}
nav img {
    z-index: 10;
    height: 50px;
    width: 200px;
}
.English{
    padding: 5px 15px;
    background-color: transparent;
    color: white;
    border:1px solid white;
    font-size: larger;
    font-weight: 550;
}
.sign{
    
    padding: 5px 12px;
    background-color: red;
    color: white;
    border:1px solid white;
    font-size: larger;
    font-weight: 550;
}
.contant{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    z-index: 10;
    position: relative;
   
    height: 100%;
    margin: auto;
    gap: 20px;
}
.contant> :nth-child(1){
     max-width: 40vh;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin: 0px 0px 1px;
}
.contant> :nth-child(2){
    text-align: center;
    margin: 0px 0px 10px;
    font-size: 25px;
}
.contant> :nth-child(3){
    font-family: sans-serif;
    /* margin: 0px 0px 10px; */
    font-size: 20px;
}
.downbutton{
     display: flex;
     gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    
}

.email{
    
    background-color: transparent;
    border: 1px solid white; 
    color: inherit;
     cursor: pointer; 
     font-size: 18px; 
     padding: 10px;  
     padding-right: 250px;
}

.start{
    border: none;
    font-size: 23px;
    padding: 12px 10px;
    color: white;
    background-color: rgb(255, 0, 0);
    border-radius: 2%;
}
.container{
     background-color: black;
    padding: 0px 100px;
    position: relative;
    color: white;
    box-shadow: 2px 2px 10px #1c1f3a;
     border-top: 5px solid #c61dbb;
}
.container img{

  height:300px;
  object-fit:cover;
  border-radius:8px;
  flex-shrink:0;
}
.trend{
   font-size: 30px;
    color: white;
    padding-left: 30px;
    padding-top: 30px;
    
}
.thumbnill{
background-color: black;
display: flex;
    gap: 50px;
    overflow: auto;
    padding: 12px;
    padding-top: 50px;
    padding-bottom: 50px;
    scrollbar-width: none;
}
.container img:hover{
     transition: 1s ease;
     transform: scale(1.3);
}
.box2 {
    height: 300px;
    width: 250px;
    border: 1px solid red;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    margin: 20px;
    padding: 13px;
    background: linear-gradient(135deg, #1c1f3a, #2a0f2e);
border-radius: 10%;
position: relative;
}
.reasons{
    font-size: 30px;
    color: white;
    padding-left: 30px;
    padding-top: 30px;
    
}
.boxes{
    display: flex;
    gap: 9px;
    /* padding-left:50px ; */
    padding-top: 30px;
    font-size:5px ;
    margin: px;
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.boxes i{
    position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  color: pink;
}

.text{
    font-size: 16px;
    padding: 6px 0px;
    margin-top: 15px;
    margin: 20px;
    
}
.sep{
    height: 1px;
}

.faq{
    background-color: black;
    color: white;
    /* padding: 20px 0px;
       */
}
.faqbox{
    display: flex;
    padding-right: 0px;
    justify-content: space-between;
    background-color: #2d2d2d;
    padding: 25px;
    font-size: 19px;
    margin: 18px;
    transition: all 1s ease-out;
}
.faqbox:hover{
   transition: all 1s ease-out;
    background-color: #414141;

}
.faq h5{
padding-left: 0px;
font-size: 10px;
}
.email-section{
text-align:center;
margin-top:20px;

}

.email-box{
display:flex;
justify-content:center;
margin-top:30px;
}

.email-box input{
 background-color: transparent;
    border: 1px solid white; 
    color: inherit;
     cursor: pointer; 
     font-size: 18px; 
     padding: 13px;  
     padding-right: 200px;
}

.email-box button{
 border: none;
    font-size: 27px;
    padding: 5px 3px;
    color: white;
    background-color: rgb(255, 0, 0);
    border-radius: 2%;
}

footer{
width:70%;
margin:auto;
margin-top:60px;
color:#b3b3b3;
}

.footer-links{

display:grid;
grid-template-columns:repeat(4,1fr);
margin-top:20px;
margin-left:30px ;
}

.footer-links a{
display:block;
margin-bottom:20px;
color:#b3b3b3;
text-decoration:none;
font-size:15px;
}
p{
    font-size: 20px;
    margin: 0;
    padding: 30px;
}
footer{
    margin-left: 0;
}
.last{
    margin: 30px;
    height: 30vh;
    background-color: black;
}

.last div{
   padding: 10px;
    
}
section .buttons{
    margin: 40px;
}
.faqbox{
    display: flex;
    justify-content: space-between;
}
