* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.container {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

/* Header */

.header {
  background: linear-gradient(305deg, #f4ece1 57.1%, #fcfbf7 145.5%);
}

.header .container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
}

.header .logo-text .logo {
  width: 32px;
  height: 32px;
  cursor: default;
}

.header .logo-text strong {
  color: #000;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 139.8%; /* 44.736px */
  cursor: default;
}

.cta-list ul {
  display: flex;
  gap: 56px;
  margin-left: 50px;
}

.cta-list a {
  color: #000;
  font-style: bold;
  line-height: 94.8%; /* 20.856px */
}

.search-cart {
  display: flex;
  align-items: center;
  width: 314px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 30px;
  background: rgba(255, 249, 240, 0.1);
  box-shadow: 0px 12px 40px -16px rgba(0, 0, 0, 0.1);
  gap: 75px;
}

.search-cart .search {
  padding-left: 41px;
  gap: 13px;
  display: flex;
}

.search-cart .cart {
  display: flex;
  border-left: 2px solid rgba(148, 140, 140, 0.31);
  margin-left: 17px;
  padding-left: 17px !important;
  width: auto;
  cursor: pointer;
}

.search-cart .search .txt_input {
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 20px;
  width: 80px;
}

.search-cart .search .txt_input::placeholder {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 94.8%; /* 20.856px */
}

.search-cart .cart .number {
  color: #fff;
  font-size: 10px;
  line-height: 94.8%; /* 9.48px */
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ec2633;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -14px;
  margin-left: -2px;
  filter: drop-shadow(0px 2px 23px rgba(255, 51, 52, 0.72));
}

.bot {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  justify-content: space-between;
}

.bot .title {
  display: flex;
  align-items: center;
  gap: 17px;
}
.bot .title .fast {
  color: #ff7e00;
  font-size: 125px;
  font-weight: 700;
  line-height: 94.8%; /* 118.5px */
  letter-spacing: -4.375px;
}

.bot .title .food {
  color: #2f2f2f;
  font-size: 52px;
  font-weight: 700;
  line-height: 94.8%; /* 49.296px */
  width: 212px;
}

.bot .left .desc {
  color: #909090;
  font-size: 22px;
  line-height: 138.8%; /* 30.536px */
  padding-top: 24px;
  width: 568px;
}

.bot .left .act {
  display: flex;
  padding-top: 44px;
  gap: 28px;
}

.bot .left .act .btn {
  color: #f4ece1;
  font-size: 20px;
  font-weight: 600;
  line-height: 94.8%; /* 18.96px */
  width: 188px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 84px;
  background: #2f2f2f;
  box-shadow: 0px 20px 32px -8px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.left .act .watch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  cursor: pointer;
}

.left .act .watch .play {
  border-radius: 57px;
  background: #fff8f0;
  box-shadow: 0px 20px 36px -16px rgba(0, 0, 0, 0.1);
  width: 57px;
  height: 57px;
  flex-shrink: 0;
  object-fit: cover;
  align-items: center;
  justify-content: center;
  display: flex;
}

.left .act .watch .video {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 600;
  line-height: 94.8%; /* 18.96px */
}

.left .rate {
  padding-top: 70px;
  width: 250px;
}

.left .rate .star-text {
  display: flex;
  flex-direction: column;
}

.left .rate .five-star {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
  line-height: 139.8%; /* 25.164px */
  padding-top: 12px;
}

.left .rate .based {
  color: #909090;
  font-size: 18px;
  line-height: 139.8%;
}

.bot .right .mhoa {
  width: 600px;
  flex-shrink: 0;
  object-fit: cover;
}
