@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Ubuntu:ital,wght@0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Imperial+Script&family=Lobster&family=M+PLUS+Code+Latin&family=Overpass:wght@200&family=Twinkle+Star&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Imperial+Script&family=Lobster&family=M+PLUS+Code+Latin&family=Overpass:wght@200&family=Source+Serif+Pro:ital,wght@0,400;1,300;1,400&family=Twinkle+Star&display=swap');

*{
    margin: 0;
    padding: 0
}
.hero{
    height: 100vh;
    width: 100vw;
    background-color: #1a1a1a;

}
.logo{
    width: 120px;
    height: auto;
    cursor: pointer;
}
nav{
    display: flex;
    align-items: center;
    justify-content:space-between ;
    padding-top: 35px;
    padding-left: 12%;
    padding-right: 12%;
    position: relative;
    z-index: 5;
}
nav ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 25px;
    z-index: 7;

}
nav ul li a{
    text-decoration: none;
    color: antiquewhite;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Acme', sans-serif;
}
nav ul li a:hover{
    color: aqua;
    transition: .3s;
}

.main-text{
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
}
.main-text h1{
    font-size: 100px;
    color: #3c3c3c;
    font-weight: 800;
    line-height: 170px;

}
.main-text h2{
    font-size: 60px;
    color: #413939;
    font-family: 'Source Serif Pro', serif;
}
span{
    color: white;
    letter-spacing: 2px;

}
.main-text p{
     color: blanchedalmond;
     font-weight: 500;
     font-size: 22px;
     letter-spacing: 1px;
     margin: 40px 0px;   
}
button{
    width: 160px;
    padding: 12px 10px;
    border: none;
    color: #413939;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
}
button:hover{
    color: rgb(68, 215, 235);
}
.main-img{
    position: absolute;
    width: 58%;
    height: 95%;
    bottom: 0;
    right: 0;
    text-align: right ;
}
.main-img img{
    height: 100%;
    
}

footer{
    position: absolute;
    bottom: 0;
    background-color: rgb(51, 42, 42);
    height: auto;
    width: 100vw;
    padding-top: 30px;
    border-radius: 2rem 2rem ;
    color: aliceblue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.footer-content{
    display:  flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family:  'Acme', sans-serif;
    
}
.social{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 1rem 0;
    
}
.social li{
    margin: 0 10px;
}
.social a {
    text-decoration: none;
    color: azure;
}
.social a i{
    font-size: 1rem;
    color: rgb(232, 236, 243);
}
.social a:hover i{
    color: aqua;
}
.footer-bottom{
    background: rgb(206, 206, 183);
    width: 100vw;
    padding: 5px 0;
    text-align: center;
}
.block .cadre{
    background: rgb(213, 233, 245);
    border: none;
    height: 35px;
    padding: 1rem;
    border-radius: 10px;
}
.block .btn{
    background: rgb(231, 228, 221);
    height: 30px;
    width: 70px;
    border-radius: 10px;
    margin: 1rem;
}

.block .btn:hover{
    color: rgb(247, 223, 215);
}
   
h4{
       font-size: 35px;
       color: rgb(253, 114, 90);
   } 
    