body{
color: #fff;
background-color: black;
 font-family:"Montserrat", sans-serif;
 margin: 0;padding: 0;
}
header{
display: flex;
align-items: center;
}
.container{
    background-size: cover;      
    background-position: center;  
    background-repeat: no-repeat;
 background-image: url(images/background.jpg);
 width: 100%;
 height: 700px;
 z-index: -1;
 position: absolute;
top: -5px;left: 0;
color: #fff;

}
.container::after{
 content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 1), 
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.9)
    );
}
.logo-frame{
width:200px;
margin-left: 130px;
margin-top: -10px;
}
.lang-select{
    position: relative;
    left: 550px;
}
.header-set a{
    position: relative;
    left: 550px;
}
select{
  
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #000;
    color: #ffffff;
    width: 125px;
    padding: 8px 20px;
    font-size: 16px;
    border: 0.px solid #fff;  
    border-radius: 5px;

font-weight: lighter;
}
select option{color: #000000;
    background-color: #fff;padding: 8px 20px;
}
.signin{
    border: 0;
    margin-left: 12px;
    width: 75px;
    color: white;
    background-color: #df0e0e;
    display: block;
    padding:9px 5px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
}
#get-started{
    width: 200px;
    height: 40px;
    padding: 18px 18px 35px 18px;
    background-color: #df0e0e;
    font-size: 20px;
    transition: background-color 0.5s;
}
#get-started:hover{
    background-color: #b50f0f;
}
.frame1{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap; 
        
       
}
.bigger{
font-size: 3.2rem;
        font-weight: 900;
        letter-spacing: -1px;
        line-height: 70px;
}
.title2{
 font-size: 1.3rem;
 font-weight: 650;
 font-family: sans-serif;
margin-top: 25px;
}
.title3{
 font-size: 1rem;
 font-weight: normal;
 font-family: sans-serif;
 margin-top: 30px;
}
.hr-curve{
    margin-top: 60px;
}
   .title{   
    margin-left: 150px;
    font-size: 1.5rem;
        font-weight: 600;
       
}
   .card-title{   
    
    font-size: 1.4rem;
        font-weight: 600;
        line-height: 30px;
       
}
.frame2{
    
    width: 100%;
    background-color:#000;
    height: 320px;
    display: flex;
    margin-bottom: 40PX;
    align-items: center;
    justify-content: center;
    gap: 50px;
     }
     .image-box{position: relative;
    transition: transform 0.3s ease; }
.outline-number {
    font-size: 100px;        /* size of the number */
    font-weight: 900;        /* thick shape */
    color: #000;       /* no fill */
    -webkit-text-stroke: 2px rgb(215, 215, 215); /* outline stroke */
    line-height: 1;
    position: absolute;
    top: 70px;
    left: -38px;
    
}

.frame2 img{
   
 border-radius: 10px;
   width: 170px;
   height: 250px; 
   
  }
.frame2 .image-box:hover{
   
    transform: scale(1.05); 
     z-index: 10;
    }
    .card {
        margin-top: 20px;
       
  width: 190px;
  height: 310px;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  background: linear-gradient(
    135deg,
    #1f1f3b 0%,
    #151034 40%,
    #1b000d 75%,
    #290122 100%
  );
}
.card h3{
    font-weight: lighter;
}
.card p{
    color: #dcdcdc;
}
.invite-cards{
    height: 330px;
    display: flex;
    margin-bottom: 75PX;
    justify-content: center;
    flex-direction: row;
    align-items: center;gap: 15px;
}
.icon-set{
    width: 60px;
margin-left: 135px;
margin-top: 45px;
}
.qa-frame{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
     font-size: 1.5rem;
     align-items: center;
        font-weight: 600;
       
        gap: 7px;
}
.qa-block{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
     font-size: 1.5rem;
     align-items: center;
     gap: 2px;
}
.qa-block img{
    width: 40px;
    position: absolute;
    right: 160px;
    
}
summary{
    list-style: none;
}
 .query-block{
width: 930px;
height: fit-content;
cursor: pointer;
font-size: 1.5rem;
background-color: rgb(44, 45, 48);
padding: 28px;
 }  
 .ans-block{
    width: 930px;
height: fit-content;
font-size: 1.5rem;
background-color: rgb(44, 45, 48);
padding: 28px;
 } 
.frame3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    
}    
.frame3 input{
    width: 500px;
}

    .form1 input {
  font-size: 18px;
  background: transparent;
 padding-left: 30px;
       
       
}
.form1 label {
  position: absolute;
  top: 18px;
  left: 30px;
  font-size: 18px;
  pointer-events: none;
  background:none;
  transition: 0.3s ease;
 
  }



.form1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
    
}
.email-address{
    width: 350px;
    height: 35px;
    padding: 10px 15px;
    background: none;
    border : 0.1px double #f3f3f3;
    border-radius: 5px;
    color: #ececec;
    font-size: 17px;
    background: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
      
}   

  input:focus {
 outline: 2px solid white; 
  outline-offset: 3px;
  text-align:justify;
        
}
.form1 input:focus + label ,
input:not(placeholder-shown) + label,
input:valid + label{
    top: 5px;
  font-size: 10px;
  
}
.contact{
    width: 550px;
    color: #c4c4c4;
    text-align: center;
    font-size: 16px;
    
   
}
.links{
    margin-top: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
   
    color: #c4c4c4;
}
.link-row{
  display: flex;
  align-items: center;
  height: 35px;
  
}
.link-row p{
    width: 240px;
    text-decoration: underline;
}
.lang-select-left{
margin-left: 150px;
}
.foot{
    display: flex;
   flex-direction: column;
    gap: 50px;
    font-size: 13px;font-family:Montserrat, sans-serif;color: #858585;margin: 50px 150px;
}
.learn-more{
    display: none;
    
}
#toggle:checked + .learn-more{
    display: block;
    
}
#label{
    display: inline-block;
}
#toggle:checked + #label{
    color: #000;
}
a{
    color: #fff;
}

