*{
    box-sizing: border-box;
}
body{
    background-color: #fcf9f7;
    font-family: "Red Hat Text", serif;
    margin: 0;

}
.desert{
    margin-left: 150px;
    font-size: 30px;
    color: #24110A;
    margin-top: 50px;
}
.container{
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    justify-content: center;
    gap: 50px;
    
}
.firstimage{
    margin-top: 20px;
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
    margin-left: 10px;
}
.firstimage:hover{
    transform: all ease-in;

}
.secondimage{
    margin-top: 14px;
    border-radius: 10px;
    max-width: 290px;
    width: 100%;
    margin-left: 10px;
}
.button1{
    width: 100%;
    max-width: 150px;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 18px;
    margin-left: -192px;
    border: 1px solid saddlebrown;
    background-color: #FFFEFF;
}
.text1{
    color: #B0594E;
    font-size: 14px;
    opacity: 90%;
    margin-top: 2px;
    margin-bottom: 2px;
}
.text2{
    font-size: 18px;
    color: #24110A;
    font-weight: bold;

}
.cart{
    width: 100%;
    max-width: 15px;
}
.number{
    padding-bottom: 50px;
}
header{
    box-shadow: 0px 1px 4px 0px rgba( 0,0,0,0.10);
    padding-inline: 32px;
    padding-block: 8px;
}
header > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-family: "Roboto Flex", serif;  
    font-weight: 550;
    max-width: 1400px;
    margin-inline: auto;

}
.logo-container{
    display: flex;
    align-items: center;
    gap: 10px;
}
.desserts{
    font-weight: bold;
    font-size: 30px;

}
.logo{
    width: 100%;
    max-width: 80px;
}
.contact{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position:  relative;
}
.contact> img{
     transition:transform 0.2s ease-in-out ;
}
.contact:hover > img{
     transform:rotate(-180deg) ;
}
.arrow{
    width: 100%;
    max-width: 12px;
}
.avatar{
    width: 100%;
    max-width: 40px;
}
.nav-user-container{
    display: flex;
    flex-grow: 1;
}
a{
    text-decoration-line: none;
    color: inherit;

}
nav{
    margin-inline: auto;
    
}
li {
    list-style-type: none;
}
ul{
    padding: 0;
    margin: 0;
}
.contact ul {
    position: absolute;
    background-color: white;
    border: 1.5px solid #E9EAEB;
    border-radius: 5%;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba( 30, 27, 27, 0.10);
    top:150%;
    width: 150px;
    font-size: 14px;
    padding: 10px 12px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}
.contact:hover ul{
    opacity: 1;
    pointer-events: all;
    top: 90%;

}
.contact ul>li+li{
    margin-top: 8px;

}
.contact ul>li:hover{
    text-decoration-line:underline ;
}
nav > ul {
    display: flex;
    gap: 45px;

}
nav > ul >li{
    padding-block: 20px;
}
.user{
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    position: relative;
}
.green-dot{
    height: 12px;
    width: 12px;
    background-color: #22C55E ;
    border-radius: 100%;
    position: absolute;
    left: 25px;
    bottom: 10px;
}

  .footer {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: white;
    padding: 40px 0;
    margin-top: 10px;
  }
  .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .footer-section {
    max-width: 300px;
  }
  .footer-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  .footer-section ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
  }
  .footer-section ul li a:hover {
    color: #ff9c00;
  }
  .social-icons a {
    margin-right: 10px;
    color: white;
    font-size: 20px;
    transition: color 0.3s;
  }
  .social-icons a:hover {
    color: #ff9c00;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #aaa;
  }


/* footer {
    background-color: #111;
    bottom: 0;
}
.footer-container{
    width: 100%;
    padding: 70px 30px 20px;
}
.social-icons{
    display: flex;
    justify-content: center;

}
.social-icons a {
    text-decoration: none;
    padding: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 50%;
}
.social-icons a i{
    font-size: 2em;
    color: black;
    opacity: 0.9%;
} */


