@import url("https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Kanit: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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*header*/

.top {
  height: 80vh;
  background-color: #e9484e;
}
.nav .logo h1::first-letter {
  font-size: 50px;
  color: rgb(10, 10, 10);
}
.nav .logo h1 {
  margin-left: 20px;
  color: white;
  font-family: "kanit", sans-serif;
}
header {
  width: 940px;
  height: 20px;
}
.img {
  width: 382px;
  height: 450px;
  position: absolute;
  left: 966px;
  bottom: 250px;
  overflow: hidden;
  filter: drop-shadow(0px 15px 15px black);
}
#img {
  position: absolute;
  bottom: 30px;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 5px;
}
.nav .links {
  display: flex;
  justify-content: space-evenly;
  width: 600px;
  height: 40px;
  margin-right: 5px;
  align-items: center;
  margin-top: 20px;
}

a {
  text-decoration: none;
  color: white;
  font-family: "kanit";

  font-size: 20px;
  padding-left: 5px;
}
.button button {
  outline: none;
  background: none;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 18px;
  margin-right: 30px;
  margin-top: 30px;
  text-align: center;
  transition: 0.3s ease-in-out;
  padding: 10px;
  font-family: "kanit";
}

#berry {
  width: fit-content;
  height: fit-content;
  position: relative;
  bottom: 100px;
  left: 700px;
  top: 10px;
  filter: blur(2px) drop-shadow(0px 10px 10px black);
}
/*intro*/
.intro {
  width: fit-content;
}
.intro h1 {
  position: relative;
  top: 100px;
  left: 70px;
  font-size: 60px;
  color: bisque;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-bottom: 5px;
}
.intro p {
  position: relative;
  top: 100px;
  left: 70px;
  font-size: 30px;
  color: whitesmoke;
  font-family: "Arsenal SC", sans-serif;
}
#btn1 {
  border: solid 1px white;
  border-radius: 19px;
  background: none;
  color: white;
  font-weight: bold;
  position: relative;
  top: 100px;
  left: 70px;
  padding: 8px;
  font-size: 20px;
}
/* cards */

.parent {
  width: 1150px;
  height: 140px;
  position: relative;
  top: -50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 100px;
  gap: 10px;
  transition: 500ms;
}




.back {
  height: 110px;
  width: 110px;
  background-color: #eaabc8;
  border-radius: 19px;
  border: solid 3px white;
  position: relative;
}
.small {
  width: 75px;
  height: 75px;
  margin-left: 15px;
  margin-top: 10px;
  transition: 1sec;
  position: relative;
}


.names {
  width: 1150px;
  height: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  top: -200px;
  left: 20px;
}
.names .butter {
  color: black;
  font-size: 20px;
  text-align: center;
}
/* OUE CAKES */
.middle {
  width: 1349px;
  height: 650px;
}
#pencilart {
  width: 170px;
  height: 170px;
  position: relative;
  left: 1150px;
  top: 100px;
  filter: drop-shadow(0px 5px 5px black);
}
#pencil-strawberry {
  width: 170px;
  height: 170px;
  position: relative;
  top: -140px;
  left: -840px;
  transform: rotate(230deg);
  filter: drop-shadow(0px 5px 5px black);
}
.our_cakes {
  width: 290px;
  height: 700px;
  height: fit-content;
  position: relative;
  top: px;
  left: 600px;
}
.underline {
  width: 70px;
  border: solid 1px #e9484e;
  position: relative;
  left: 35px;
}
#underline_bottom {
  width: 100px;
  border: solid 1px #e9484e;
  position: relative;
  left: 65px;
}
#our_cakes {
  font-family: "kanit";
  font-size: 20px;
  width: fit-content;
}

.deals {
  width: 1190px;
  margin-top: 5px;
  display: flex;
  justify-content: space-around;
  position: relative;
  right: 500px;
  top: 50px;
}
.deal1 {
  width: 400px;
  height: 250px;
  transition: 1s;
}
.deal1 img {
  transition: 1s;
}
.deal1:hover .order_1  {
  box-shadow: 1px 1px 3px 0px black;
}

.deal1:hover  {
  box-shadow: 1px 2px 8px 0px rgb(236, 49, 74);
}

.in {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.712);
  filter: blur(2px) opacity(0.5px);
  position: relative;
  top: 30px;
  left: 30px;
}
.deal_1 {
  width: 150px;
  height: 150px;
  margin-top: 5px;
}
.deal1_info {
  width: 200px;
  position: relative;
  bottom: 110px;
  left: 200px;
}
#trend {
  font-size: 10px;
  background-color: grey;
  color: black;
  border-radius: 45%;
  width: fit-content;
  padding: 6px;
}
.order_1 {
  font-size: 18px;
  background-color: #e9484e;
  border-radius: 20px;
  padding: 10px;
  border: none;
  outline: none;
  position: relative;
  top: 47px;
  left: 40px;
}
#time {
  width: 180px;
  background-color: #eaabc8;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  padding: 7px;
  position: relative;
  left: -180px;
  font-size: 15px;
}
/* bottom section */

.order {
  width: fit-content;
  height: 400px;
  background-color: rgb(166, 61, 252);
}
.cheesecake {
  width: 106vw;
  height: 50vh;
  background-color: #6c7eae;
  position: relative;
  left: -700px;
  top: 10px;
}
.content_btm {
  width: 30vw;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  left: 350px;
  top: 100px;
}
.content_btn {
  background-color: transparent;
  border: solid 1px white;
  border-radius: 19px;
  background: none;
  font-weight: bold;
  padding: 10px;
  margin-top: 5px;
}
.btm_img {
  width: 29vw;
  height: 50vh;
  transform: translate(1050px, -205px);
  overflow: hidden;
  filter: drop-shadow(2px 2px 5px black);
}
#btm_img {
  position: relative;
  left: 100px;
}
.straw_btm {
  width: 180px;
  height: 160px;
  overflow: hidden;
  position: relative;
  top: -544px;
  left: 750px;
}
#straw_btm {
  width: 120px;
  position: relative;
  top: -40px;
  left: 25px;
  filter: blur(2px) drop-shadow(0px 0px 5px black);
  transform: rotate(40deg);
}
.straw1_btm {
  width: 200px;
  height: 137px;
  overflow: hidden;
  position: relative;
  top: -500px;
  left: 100px;
}

#straw1_btm {
  width: 150px;
  position: relative;
  top: -10px;
  left: 25px;
  filter: blur(2px) drop-shadow(0px 0px 5px black);
}
