.main {
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.main__image {
  width: 100%;
  height: 55rem;
  overflow: hidden;
  position: relative;
}
.main__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main__image .main__title {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 30rem;
}
.main__image .main__title p {
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.main__image .main__title span {
  color: #fea100;
}
.main__info {
  width: 100%;
  height: 7.5rem;
  position: relative;
}
.main__info .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main__info__flag {
  position: absolute;
  bottom: 30%;
  left: 30rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main__info__flag .flag {
  width: 14rem;
  height: 16rem;
  border: 1px dotted #fff;
  background-color: #FE4C8D;
  clip-path: polygon(0% 0%, 0 100%, 50% 70%, 100% 100%, 100% 0);
  padding-top: 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 2rem;
}
.main__info__flag .fas {
  width: 5.5rem;
  height: 5.5rem;
  padding: 1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: translateY(50%);
  z-index: 100;
  background-color: #000;
  color: #fff;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__info__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
}
.main__info__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__info__list__item .fas {
  font-size: 25px;
}
.main__info__list__item .fa-chevron-circle-right {
  color: #fea100;
}
.main__info__list__item__content {
  margin: 0 1rem;
}
.main__info__list__item__content .title {
  font-size: 14px;
}
.main__info__list__item__content .text {
  font-size: 15px;
  font-weight: 600;
  color: #fea100;
}
.main__info__list__item__content .phone {
  font-size: 25px;
  font-weight: 500;
}

.about {
  width: 100%;
  height: 41rem;
  padding: 9rem 0px 8rem 0px;
  background-color: #fff;
}
.about .container {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.about__content {
  width: 50%;
  height: 100%;
}
.about__content__title {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.about__content__body {
  font-family: "Passenger Display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.about__content__footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__content__footer button {
  padding: 1rem 1.5rem;
  color: #fff;
  background-color: #fea100;
  text-transform: uppercase;
  border: none;
  border-radius: 0.5rem;
  margin-right: 4rem;
}
.about__content__footer img {
  width: 18rem;
  height: 6rem;
  object-fit: cover;
}
.about__image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
.about__image .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem 0;
}
.about__image .box img {
  width: 20rem;
  height: 11rem;
  object-fit: cover;
}
.about__image .box2 {
  transform: translateY(-2rem);
}

.today {
  width: 100%;
  height: 77rem;
  padding: 7rem 0;
  position: relative;
  background: url("../images/today/today1.webp");
  background-size: 100% 41rem;
  background-repeat: no-repeat;
}
.today .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.today__title {
  font-size: 3rem;
  font-weight: 700;
}
.today__card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3rem;
  margin-top: 2.5rem;
}
.today__card-box__card {
  width: 45rem;
  height: 55rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3);
}
.today__card-box__card .card__image {
  width: 100%;
  height: 60%;
  overflow: hidden;
}
.today__card-box__card .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.today__card-box__card .card__body {
  padding: 4rem 3rem 5rem 3rem;
  border-bottom: 2px solid #EDF1F3;
  text-align: center;
}
.today__card-box__card .card__body__title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.today__card-box__card .card__body__desc {
  font-family: "Passenger Display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.today__card-box__card .card__footer {
  width: 100%;
  padding: 1rem 3rem 3rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.today__card-box__card .card__footer .card__left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.today__card-box__card .card__footer .card__left__type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 1rem;
  border-right: 2px solid #EDF1F3;
  font-size: 1.3rem;
}
.today__card-box__card .card__footer .card__left__type .first {
  font-weight: 700;
}
.today__card-box__card .card__footer .card__left__type .second {
  font-size: 1.2rem;
  font-weight: 600;
  color: #7D8587;
}
.today__card-box__card .card__footer .card__left__phone {
  font-size: 2rem;
  font-weight: 600;
}
.today__card-box__card .card__footer .card__right__price {
  font-size: 3rem;
  font-weight: 600;
  color: #fea100;
}
.today .bottom__image {
  position: absolute;
  z-index: -1;
  bottom: -5rem;
  right: 15rem;
  width: 25rem;
  height: 25rem;
  object-fit: cover;
}

.menu {
  width: 100%;
  height: 65rem;
  position: relative;
  background-color: #fff;
}
.menu .container-fluid {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 15rem;
  border-bottom: 2px dotted #7D8587;
}
.menu__sub-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 32rem;
  object-fit: cover;
}
.menu__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.menu__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5rem;
  padding: 2.5rem 0;
}
.menu__container__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu__container__item__icon {
  font-size: 2rem;
  color: #fea100;
}
.menu__container__item__name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1rem;
}
.menu .container {
  width: 100%;
  height: 55rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.menu .main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 6rem;
  padding-top: 5rem;
}
.menu .main-menu__item {
  width: 45%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .main-menu__item__info {
  display: flex;
  flex-direction: column;
}
.menu .main-menu__item__name {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.menu .main-menu__item__desc {
  font-size: 1rem;
  font-weight: 400;
  padding-right: 3rem;
  color: #7D8587;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.menu .main-menu__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fea100;
}
.menu__btn {
  margin-top: 4rem;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #fea100;
  color: #fff;
}
.menu .sub-image {
  position: absolute;
  top: 70%;
  right: 30rem;
  width: 18rem;
  height: 18rem;
  object-fit: cover;
}

.feedback {
  width: 100%;
  height: 36rem;
  padding: 7.5rem 0;
  color: #fff;
  position: relative;
}
.feedback .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.feedback .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.feedback__title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.feedback__body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback__body .fas {
  height: 100%;
  font-size: 5rem;
}
.feedback__body__content {
  padding: 0 10rem;
  text-align: center;
}
.feedback__body__content blockquote {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1.6rem;
}
.feedback__body__content .feedback__client {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2.5rem;
}
.feedback__body__content .feedback__client__avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 100rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.feedback__body__content .feedback__client__name {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.feedback__body__content .feedback__client__stars {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback__body__content .feedback__client__stars .fa-star {
  font-size: 1rem;
  color: #FFF221;
}

.reserve {
  width: 100%;
  height: 46rem;
  background-color: #fff;
  padding: 7.5rem 0;
}
.reserve .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.reserve__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.reserve__body {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2.5rem;
}
.reserve__body__image {
  width: 43rem;
  height: 26rem;
  overflow: hidden;
  background-color: #eee;
  flex-shrink: 0;
}
.reserve__body__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.reserve__body__form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 2rem;
}
.reserve__body__form__left, .reserve__body__form__right {
  width: calc(50% - 2rem);
  display: flex;
  align-items: space-between;
  flex-direction: column;
  gap: 2rem 0;
}
.reserve__body__form__left .input, .reserve__body__form__right .input {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #7D8587;
}
.reserve__body__form__left .input input, .reserve__body__form__right .input input {
  border: none;
  outline: none;
  width: 100%;
  padding: 1rem;
  font-size: 1.3rem;
}
.reserve__body__form__left .input .fas, .reserve__body__form__right .input .fas {
  font-size: 1.5rem;
}
.reserve__body__form__footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  gap: 0 3rem;
  width: 100%;
}
.reserve__body__form__footer__submit {
  padding: 1.2rem 2rem;
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #fea100;
}
.reserve__body__form__footer__more {
  display: flex;
  align-items: center;
}
.reserve__body__form__footer__more--left {
  border-right: 1px solid #7D8587;
  padding: 0 1rem;
  text-transform: uppercase;
}
.reserve__body__form__footer__more--left .first {
  font-size: 1.3rem;
  font-weight: 700;
}
.reserve__body__form__footer__more--left .second {
  font-size: 1.2rem;
  font-weight: 600;
  color: #7D8587;
}
.reserve__body__form__footer__more--right {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 1rem;
}

/*# sourceMappingURL=homepage.css.map */
