@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Kumbh+Sans:wght@100..900&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: white;
    background-image: url('../assets/png/main-backgound-leafs.png');
    background-size: cover;
    

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

main{
  position: relative;
    width: 90%;
    margin-top: 20px;
    gap: 20px;
    padding: 24px 0 16px 0;
    border-radius: clamp(30px, 8vw, 90px) clamp(8px, 3vw, 24px) 0 0;

    background-image: url('../assets/svg/green-background.svg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
}

header{
  position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header > nav{
  position: absolute;
  right: 0;
}

ul li::marker {
  font-size: 2em;
  color: #335F47;
}

.fixed-whatsapp-btn{
    position: fixed;
    bottom: clamp(10px, 2vw, 30px);
    right: clamp(10px, 7vw, 120px);
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 12px;
    background-color: white;  
     color: #2F5B44;
}
.fixed-whatsapp-btn:hover{
  scale: 1.1;
}


.fixed-whatsapp-btn > a{
  width: 100%;
    height: 100%;
display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  
     
}

.fixed-whatsapp-btn i{
   font-size: 3rem;
}
