
.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;
}



.slider{
    overflow: hidden;
}

.slider figure{
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s slider infinite;
}

.slider figure img{
    float: left;
    width: 20%;

}

@keyframes slider{
    0%{
        left: 0;
    }
    20%{
        left:0;
    }
    25%{
        left: -100%;
    }
    45%{
        left: -100%;
    }
    50%{
        left: -200%;
    }
    70%{
        left: -200%;
    }
    75%{
        left: -300%;
    }
    95%{
        left: -300%;
    }
    100%{
        left: -400%;
    }
}

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

.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;
}

.content .cn{
    width: 160px;
    height: 40px;
    background-color: #fd9c7c;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s ease;
}

.content .cn a{
    text-decoration: none;
    font-family: "Lexend";
    color: #280f36;
    transition: 0.3s ease;
}

.cn:hover{
    background-color: #ffc09f;
}

.content span{
    color: #fd9c7c;
    font-size: 60px;

}

.c2{
    width: 1200px;
    height: auto;
    margin: auto;
    color: #ffff;
    position: relative;
    top: -371px;
    left: 700px;

}

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

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

.c2 .cn{
    width: 160px;
    height: 40px;
    background-color: #fd9c7c;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s ease;
}

.c2 .cn a{
    text-decoration: none;
    font-family: "Lexend";
    color: #280f36;
    transition: 0.3s ease;
}

.cn:hover{
    background-color: #ffc09f;
}

.c2 span{
    color: #fd9c7c;
    font-size: 60px;

}
