p{
     font-family:"Playfair Display", serif;
}
h2{
    padding-bottom: 30px;
    font-family: "poppins",serif;
    font-weight: bold;
}
.hero{
    text-align: center;
    background-color: rgb(219, 190, 247);
    padding: 130px 25px;
}
.hero h3{
    font-size: 47px;
    font-family:"Playfair Display", serif;

}
.hero h1{
    font-size: 95px;
}
.hero p{
    font-size: 30px;
}
.btn-primary{
line-height: 27px;
padding: 12px 27px;
border-radius: 4px;
background-color: rgb(138, 43, 226);

}
.description{
    margin: 120px 60px;
    line-height: 1.7;
}
.showcase{
    text-align: center;
    margin:50px 40px ;
    font-size: 30px;
}
.about-section h1{
    font-size: 65px;
    line-height: 80px;
}
.about-section h2{
color:rgb(99, 88, 88)
}
.about-section p{
line-height: 1.9;

}
.about.image{
    max-width: 50%;
    
}
.about-section{
    padding: 160px 20px;
}
.about-content{
    padding: 30px;
}
.content h3{
    text-align: center;
    font-family: "Playfair Display", serif;
     margin-bottom: 0;
     margin-top: 20px;
}
.content p{ 
       font-family:"Playfair Display", serif;
    font-family: "poppins",serif;
    text-align: center;
}
.content h1{
    text-align: center;
    padding: 0;
    margin-top: 96px;
}
.translation-btn{
    border:3px solid rgb(189, 69, 226); 
}
.navbar{
    position: fixed;
    top: 0;
    width: 100%;
}

.launch{
    text-align: center;
}
.launch h3{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
;
}
.contact-container{
text-align: center;
}

.contact-container h1{
font-family:"Playfair Display", serif; 
padding: 89px;
}
.logo{
    max-width: 120px;
}
footer{
    margin:50px 0;
}
.social-links{
    margin: 40px ;
    padding: 10px;

    
}
.contact-box h4{
    font-family:"playfair Display", serif;
    font-size: 48px;
}

.contact-box{
 background-color: rgb(216, 181, 248);
    padding:30px 120px;
    margin-bottom:40px;
    border-radius: 12px;

}
.contact-box p{
    margin: 0;
}


footer .mail-link{
    text-decoration: none;
    font-size: 24px;
    color: black;
    font-family: poppins;
    
}
footer .mail-link:hover{
     color:rgb(168, 82, 248);

}

@media (max-width:730px) {
    .description{
        padding: 0;
        text-align: center;
        line-height: 1.5;
        margin-top: 0;
    }
    .about-section{
        text-align: center;
        padding: 0;
    }
    .hero{
    padding:60px 20px;
        
    }

    .logo{
        max-width:72px;
    }
    .contact-box{
        padding: 24px 20px;
    }
    .contact-box h4{
        font-size:26px;
    
    }
    .hero h3{
    font-size: 27px;
    font-family:"Playfair Display", serif;

   }
    .hero h1{
    font-size: 53px;
   }  
   .hero p{
    font-size: 15px;
   }
   footer .mail-link{
    font-size: 12px;
   }

   .about.image{
    max-width: 37%;
    
}
.about-section{
    padding: 80px 10px;
}
.about-content{
    padding: 16px;
}
.content h3{
     margin-bottom: 0;
}

.about-section h1{
    font-size: 40px;
    line-height: 60px;
}

.about-section p{
line-height: 1.5;
}
}