*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.main{
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "Staatliches", serif;
    overflow-x: hidden;
}
nav{
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
   
}
nav h1{
    margin: 50px;
    font-size: 2rem;
    cursor: pointer;
    font-weight: 400;
}
.header{
    
    margin-right: 50px;
    cursor: pointer;
    display:flex;
    gap: 30px;
}
.header a {
    text-decoration: none;
    color:white;
    font-weight: 500;
    
}
.nav-content{
    margin: 50px;
    margin-top: 100px;
    font-size: 2rem;
}
.nav-content h3{
    font-size: 1.5rem;
    margin-top: 20px;
    font-weight: 400;
}

.btn{
    margin: 50px;
    margin-top: 70px;
    
}
.btn button{
    color: white;
    cursor: pointer;
    width: 200px;
    height: 80px;
    margin-right:60px ;
    font-size: 1.5rem;
    border-radius: 15px;
    border: 1px solid white;
    font-family: "Staatliches", serif;
    font-weight: 400;
}
header{
    
    height: 85vh;
    width: 100vw;
    color: white;
    background:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('https://images.unsplash.com/photo-1593113598332-cd288d649433?auto=format&fit=crop&q=80');
    
    background-size: cover;
    background-position: center;
}

.bottom{
    
    background-color: white;
    width: 100vw;
    border-radius: 35px;
    margin-top: -20px;
    
}
.text{
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.text span{
    color: #FF6B6B;
    margin-top: 50px;
    font-size: 2rem;
}
.text span h3{
    color: rgb(66, 66, 66);
    font-size: 1.3rem;
}

#learn-more{
    width: 40vw;
    margin: 100px 0 50px 30vw ;
    text-align: center;
   
}
.learn2{
    margin: 50px 0 50px 0;
}
#learn-more h1{
    color: #FF6B6B;
}
#learn-more li{
    list-style: none;
    margin: 10px 0 10px 0;
    color: rgb(66, 66, 66);
}

.btn2 {
    font-family: "Staatliches", serif;
    margin-top: 40px;
    padding: 17px 40px;
    border-radius: 10px;
    border: 0;
    background-color: rgb(255, 56, 86);
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: rgb(201, 46, 70) 0px 10px 0px 0px;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
  }
  
  .btn2:hover {
    box-shadow: rgb(201, 46, 70) 0px 7px 0px 0px;
  }
  
  .btn2:active {
    background-color: rgb(255, 56, 86);
    /*50, 168, 80*/
    box-shadow: rgb(201, 46, 70) 0px 0px 0px 0px;
    transform: translateY(5px);
    transition: 200ms;
  }

  .sign-page{
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    text-align: center;
    position: absolute;
    width: 50vw;
    height: 50vh;
    background-color: white;
    border-radius: 35px;
    margin: 10vw 25vw;
  }
  
.input{
    
    z-index: 1000;
    text-align: center;
    position: absolute;
    width: 50vw;
    height: 50vh;
    background-color: white;
    border-radius: 35px;
    margin: 10vw 25vw;
}
.input div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.input span{
    cursor: pointer;
    margin-top: 10%;
    margin-left: 88%;
}
/* From Uiverse.io by Mike11jr */ 
.btn3 {
    margin-bottom: 10px;
    padding: 1.1em 2em;
    background: none;
    border: 2px solid #fff;
    font-size: 15px;
    color: #131313;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 12px;
    background-color: #ecd448;
    font-weight: bolder;
    box-shadow: 0 2px 0 2px #000;
   }
   
   .btn3:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 120%;
    background-color: #ff6700;
    top: 50%;
    transform: skewX(30deg) translate(-150%, -50%);
    transition: all 0.5s;
   }
   
   .btn3:hover {
    background-color: #4cc9f0;
    color: #fff;
    box-shadow: 0 2px 0 2px #0d3b66;
   }
   
   .btn3:hover::before {
    transform: skewX(30deg) translate(150%, -50%);
    transition-delay: 0.1s;
   }
   
   .btn3:active {
    transform: scale(0.9);
   }

   .sign-page h1{
    margin: 30px 0 60px 0;
   }
   .email{
    height: 60px;
    border-radius: 15px;
    width: 80%;
    text-align: center;
    font-size: 2rem;
   }
   #sign-cross{
    cursor: pointer;
    margin-left: 90%;

   }
   @media screen and (max-width:720px){
    nav h1{
        font-size: 2rem;
        margin: 20px;
    }
    nav h3{
        font-size: 0.8rem;
        font-weight: 400;
    }
    .nav-content h1{
        font-size: 3rem;
        font-weight: 400;
    }
    .nav-content h3{
        font-size: 1rem;
    }
    .btn{
        margin-top: 10px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
    }
    .header :nth-child(3){
        display: none;
    }
    .learn-btn{
        width: 100px;
    }
    .btn button{
        padding: 10px 15px;
        font-size: 1rem;
        width: 100px;
        margin-bottom: 60px;
        
    }
    .btn3{
        text-align: center;
        width: 150px;
        height: 30px;
        font-size: 1rem;
    }
    #sign-cross{
        cursor: pointer;
        margin-left: 70%;
    
       }
    #view-don{
        display: none;
    }
    .last-btn{
        display: flex;
        flex-direction: column;
    }
   }