
.dynapuff-uniquifier {
  font-family: "DynaPuff", system-ui;
}

.lexend-uniquifier> {
  font-family: "Lexend", sans-serif;
}

*{
    margin: 0;
    padding: 0;
}

.main{
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,  rgba(0,0,0,0.5)50%), url(bg.jpg);
    background-position: center;
    background-size: cover;
    height: 109vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: #fd9c7c;
    font-size: 35px;
    font-family: "Dynapuff";
    padding-left: 20px;
    float: left;
    padding-top: 10px;
}

.menu{
    width: 400px;
    float: left;
    height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color: #ffff;
    font-family: "Lexend";
    font-weight: bold;
    transition: 0.5s ease-in-out;
}

ul li a:hover{
    color: #fd9c7c;
}

.content{
    width: 1200px;
    height: auto;
    margin: auto;
    top: -60px;
    color: #ffff;
    position: relative;
    margin-bottom: 0px;
}

.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: "Lexend";
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content h1{
    font-family: "Lexend";
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.img {
    position: relative;
    position: absolute;
    bottom: 0px;
    margin-top: 0px;
    top: 200px;
    left: 50%;
    margin: 0;
    padding: 0;

}

.img2{
    position: absolute;
    right: 10;
    top: 420px;
    padding-left: 400px;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.content2{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,  rgba(0,0,0,0.8)50%);
    position: absolute;
    top: 190px;
    left: 870px;
    border-radius: 10px;
    padding: 25px;
}

.content2 h2{
    width: 220px;
    font-family: "Lexend";
    text-align: center;
    color: #fd9c7c;
    font-size: 22px;
    background-color: #ffff;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.content2 .text{
    width: 240px;
    height: 25px;
    background: transparent;
    border-bottom: 1px solid #fd9c7c;
    border-top: none;
    border-right: none;
    border-right: none;
    color: #ffff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: "Lexend";
}

.content2 .email{
    width: 240px;
    height: 25px;
    background: transparent;
    border-bottom: 1px solid #fd9c7c;
    border-top: none;
    border-right: none;
    border-right: none;
    color: #ffff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: "Lexend";
}

.content2 .btn{
     align-content: center;
    width: 220px;
    font-family: "Lexend";
    text-align: center;
    color: #fd9c7c;
    font-size: 22px;
    background-color: #ffff;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
    margin-top: 30px;
}