body {
  font-family: sofia-pro, sans-serif;
  color: #080f16;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Classicourwtot, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1.19;
  font-weight: 400;
  letter-spacing: -1.5px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Classicourwtot, sans-serif;
  color: #080f16;
  font-size: 3.19em;
  line-height: 1.39;
  font-weight: 400;
  letter-spacing: -1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Classicourwtot, sans-serif;
  color: #080f16;
  font-size: 2.64em;
  line-height: 1.42;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Classicourwtot, sans-serif;
  color: #fff;
  font-size: 2.08em;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.nav__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__link {
  margin-right: 1.94em;
  margin-left: 1.94em;
  padding: 0px;
  font-family: sofia-pro, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.1em;
  line-height: 1.38;
  text-decoration: none;
  text-transform: capitalize;
}

.nav__link:hover {
  color: #fff;
}

.nav__link.w--current {
  color: hsla(0, 0%, 100%, 0.8);
}

.nav__link.mob {
  display: none;
}

.nav__menu-wrap {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  color: #f1279f;
}

.button.heo__btn {
  margin-right: 2.22em;
}

.button.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #080f16;
}

.button.black:hover {
  color: #f1279f;
}

.button.black.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button.touchscreen {
  display: block;
}

.nav__link-dropdown {
  padding: 0px;
  font-family: sofia-pro, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.1em;
  line-height: 1.38;
}

.nav__link-dropdown:hover {
  color: #fff;
}

.nav__dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.94em;
  margin-left: 1.94em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__dropdown-list {
  position: absolute;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0.67em);
  -ms-transform: translate(-50%, 0.67em);
  transform: translate(-50%, 0.67em);
}

.nav__dropdown-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.10em 2.57em 0.18em 1.67em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: left;
}

.nav__link2 {
  display: block;
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
  font-family: sofia-pro, sans-serif;
  color: rgba(8, 15, 22, 0.8);
  font-size: 1.1em;
  line-height: 1.38;
  text-transform: capitalize;
}

.nav__link2:hover {
  color: #080f16;
}

.nav__link2.w--current {
  color: #080f16;
}

.dropdown__icon {
  margin-left: 0.56em;
}

.hero__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(180deg, #080f16, transparent 28%), linear-gradient(267deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(85deg, rgba(8, 15, 22, 0.5), transparent 50%), url('../images/WhatsApp-Image-2021-02-19-at-14.47-1-min.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, auto, cover;
}

.hero__section.catering {
  /* background-image: linear-gradient(272deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(85deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(180deg, #080f16, transparent 33%), url('../images/cateringServiceBg.jpg'); */
  background-image: linear-gradient(272deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(85deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(180deg, #080f16, transparent 33%), url('../images/cta2-min.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
}


.hero__section.order {
  background-color: #080f16;
  background-image: none;
}

.hero__section.room {
  background-image: linear-gradient(272deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(85deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(180deg, #080f16, transparent 33%), url('../images/RoomHireBg.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
}

.hero__section.restuarant__head {
  background-image: linear-gradient(272deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(85deg, rgba(8, 15, 22, 0.5), transparent 50%), linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(180deg, #080f16, transparent 33%), url('../images/self-service--min.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
}

.button__text {
  font-family: Classicourwtot, sans-serif;
  font-size: 1.39em;
  line-height: 1.4;
  font-weight: 700;
}

.button__text.cov {
  margin-bottom: 0.76em;
}

.button__text.learn {
  margin-bottom: 0.35em;
}

.button__line-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.4);
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 54.4em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15.97em;
  padding-bottom: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__above-text {
  margin-bottom: 2.64em;
  font-family: sofia-pro, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 1.11em;
  line-height: 1.44;
}

.hero__heading {
  color: #fff;
  font-size: 5em;
  line-height: 1.19;
}

.hero__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 7.08em;
  padding-top: 3.26em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.97em 3.68em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #080f16;
  color: #fff;
  text-decoration: none;
}

.hero__contact-button.nav {
  display: none;
}

.contact__button-icon {
  width: 1.39em;
  height: 1.39em;
  margin-top: 0.2em;
  margin-right: 0.49em;
}

.contact__button-text {
  font-family: sofia-pro, sans-serif;
  font-size: 1.39em;
  line-height: 1.2;
  font-weight: 300;
}

.section.texture__section {
  position: relative;
  background-image: url('../images/white-texture-1-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.cta__section {
  padding-top: 12.15em;
  padding-bottom: 1.25em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 15, 22, 0.5)), to(rgba(8, 15, 22, 0.5))), -webkit-gradient(linear, left bottom, left top, from(#080f16), to(hsla(0, 0%, 100%, 0))), url('../images/Rectangle-29-min.png');
  background-image: linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(360deg, #080f16, hsla(0, 0%, 100%, 0)), url('../images/Rectangle-29-min.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section.texture__section2 {
  position: relative;
  background-image: url('../images/white-texture-types-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.texture__section3 {
  position: relative;
  background-image: url('../images/white-texture-1-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.with__b-border {
  border-bottom: 1px solid rgba(8, 15, 22, 0.1);
}

.section.order__section {
  background-image: url('../images/white-texture-1-min-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section.cta__section2 {
  padding-top: 10.14em;
  padding-bottom: 9.31em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#080f16), to(hsla(0, 0%, 100%, 0))), url('../images/ctabg.png');
  background-image: linear-gradient(360deg, #080f16, hsla(0, 0%, 100%, 0)), url('../images/ctabg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.cta__section2 {
  padding-top: 10.97em;
  padding-bottom: 5.07em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 15, 22, 0.5)), to(rgba(8, 15, 22, 0.5))), -webkit-gradient(linear, left bottom, left top, from(#080f16), to(hsla(0, 0%, 100%, 0))), url('../images/cta2-min.jpg');
  background-image: linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(360deg, #080f16, hsla(0, 0%, 100%, 0)), url('../images/cta2-min.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section.cta__section2.room {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 15, 22, 0.5)), to(rgba(8, 15, 22, 0.5))), -webkit-gradient(linear, left bottom, left top, from(#080f16), to(hsla(0, 0%, 100%, 0))), url('../images/WhatsApp-Image-2021-02-19-at-14.47-1-min.jpg');
  background-image: linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(360deg, #080f16, hsla(0, 0%, 100%, 0)), url('../images/WhatsApp-Image-2021-02-19-at-14.47-1-min.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
}

.section.online__order {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section.reivew__slide {
  margin-top: 4em;
}

.about__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 51.6em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16.46em;
  padding-bottom: 16.46em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.above__text {
  margin-bottom: 0.69em;
  font-family: Classicourwtot, sans-serif;
  color: rgba(8, 15, 22, 0.6);
  font-size: 0.9em;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.above__text.black {
  color: #080f16;
}

.above__text.white {
  color: rgba(255, 255, 255, 0.6);
}

.section__line {
  width: 2.57em;
  height: 1px;
  margin-bottom: 2.15em;
  background-color: #080f16;
  opacity: 0.3;
}

.section__line.white {
  background-color: #fff;
}

.section__line.plan {
  margin-bottom: 1.67em;
}

.section__line.about-cta {
  margin-bottom: 1.67em;
}

.about__button-wrap {
  padding-top: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.abs__image-1 {
  position: absolute;
  left: 12.92em;
  top: 4.44em;
  right: auto;
  bottom: auto;
  display: block;
  width: 13.61em;
}

.abs__image-2 {
  position: absolute;
  left: auto;
  top: 6.39em;
  right: 5.56em;
  bottom: auto;
  display: block;
  width: 16.94em;
}

.abs__image-3 {
  position: absolute;
  left: 0%;
  top: 15.35em;
  right: auto;
  bottom: auto;
  width: 14.93em;
}

.abs__image-4 {
  position: absolute;
  left: 9.86em;
  top: auto;
  right: auto;
  bottom: -4.65em;
  width: 22.57em;
}

.abs__image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 9.51em;
  bottom: 0%;
  width: 27.43em;
}

.abs__image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 7.57em;
  bottom: -3.33em;
  width: 9.1em;
}

.card__content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 92.57em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7.29em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card__wrap {
  position: relative;
  width: 100%;
  margin-bottom: 6.25em;
}

.card__grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4.03em;
  padding-left: 4.03em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service__card {
  height: 40.28em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 60px 0 rgba(83, 73, 92, 0.35);
  text-decoration: none;
}

.service__card._1 {
  margin-right: 2.22em;
  background-image: url('../images/Card-image-1.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.service__card._3 {
  height: 40.28em;
  background-image: url('../images/Card-Image-3.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.service__card._2 {
  margin-right: 2.22em;
  background-image: url('../images/Card-Image-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service__card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.5), transparent);
}

.card__short-text {
  overflow: hidden;
  margin-top: 0.42em;
  font-family: sofia-pro, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.18em;
  line-height: 1.41;
}

.card__main-wrap {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card__main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.11em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p__14 {
  margin-bottom: 1.11em;
  font-family: sofia-pro, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 0.97em;
  line-height: 1.43;
  font-weight: 300;
}

.p__14.without-margin {
  margin-bottom: 0em;
}

.p__14.without-margin.black {
  color: #080f16;
}

.service__card-bg {
  padding: 2.92em 2.92em 2.08em;
}

.service__heading {
  margin-bottom: 0.7em;
}

.service__overlay {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 34.79em;
  padding-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(96, 171, 247, 0.1);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container {
  width: 100%;
  max-width: 73.82em;
  margin-right: auto;
  margin-left: auto;
}

.container.slider__container {
  padding-bottom: 7.01em;
}

.container.flex__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex__container.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.footer__container {
  max-width: 95em;
}

.testimonial__slider {
  height: auto;
  max-width: 35.9em;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rating {
  font-size: 2.5em;
  line-height: 1.43;
}

.rating__image {
  width: 9.72em;
  margin-bottom: 3.47em;
}

.rating__image.rate {
  width: 7.36em;
  margin-bottom: 2.22em;
}

.slide__line {
  width: 6.88em;
  height: 1px;
  margin-bottom: 1.18em;
  background-color: #c4c4c4;
}

.p__20 {
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: rgba(8, 15, 22, 0.8);
  font-size: 1.39em;
  line-height: 1.4;
}

.p__20.black {
  margin-bottom: 0px;
  color: #080f16;
}

.p__20.black.testimonial {
  margin-bottom: 1.6em;
  font-family: sofia-pro, sans-serif;
}

.p__20.white.opacity {
  opacity: 0.8;
}

.p__20.white.cta_p {
  max-width: 30.1em;
  margin-bottom: 2.1em;
  opacity: 0.8;
  font-weight: 300;
}

.p__20.white.step__p {
  margin-bottom: 0.83em;
  font-family: Classicourwtot, sans-serif;
  font-weight: 700;
}

.p__20.slide {
  white-space: nowrap;
}

.p__20.more__about-p {
  max-width: 30.6em;
  margin-bottom: 3.4em;
}

.p__20.about__us {
  margin-bottom: 2.1em;
}

.slide__left {
  margin-right: 8.96em;
}

.cta__left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 48em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.white {
  color: #fff;
}

.white.cta__heading {
  margin-bottom: 0.4em;
  font-size: 4.44em;
  line-height: 1.41;
}

.cta__right-content {
  margin-bottom: 6.32em;
}

.order__button {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  height: 15em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f1279f;
  color: #fff;
  text-decoration: none;
}

.order__button.hero {
  width: 10em;
  height: 10em;
}

.order__button-text {
  z-index: 1;
  margin-bottom: 0.3em;
  font-family: Classicourwtot, sans-serif;
  font-size: 1.67em;
  line-height: 1.21;
  font-weight: 700;
  text-align: center;
}

.order__button-text.white {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  -webkit-transform: translate(0px, -1.5em);
  -ms-transform: translate(0px, -1.5em);
  transform: translate(0px, -1.5em);
  color: #fff;
}

.order__button-text.hero {
  font-family: Classicourwtot, sans-serif;
  font-size: 1.11em;
  line-height: 1.4;
  font-weight: 700;
}

.footer {
  background-color: #080f16;
}

.footer.footer2 {
  padding-top: 5.42em;
}

.footer__top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.6em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__step {
  position: relative;
  width: 20.14em;
}

.footer__step._2 {
  margin-top: -1.5em;
}

.footer__step-icon {
  display: block;
  margin-bottom: 1.69em;
}

.footer__step-icon._2 {
  margin-bottom: 1.32em;
}

.footer__line {
  width: 100%;
  height: 1px;
  margin-bottom: 4.72em;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.footer__line.bottom {
  margin-bottom: 1.74em;
}

.footer__mid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.85em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__col.rate {
  padding: 1.25em 1.53em 1.39em 1.67em;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.footer__col._1 {
  margin-top: -1.2em;
  margin-right: 10.9em;
}

.footer__col._2 {
  margin-right: 7.57em;
}

.footer__col._3 {
  margin-right: 1.8em;
}

.footer__logo {
  width: 7.78em;
  margin-bottom: 0.42em;
}

.footer__title {
  margin-bottom: 1.11em;
  font-family: Classicourwtot, sans-serif;
  color: #fff;
  font-size: 1.11em;
  line-height: 1;
}

.footer__title._3 {
  margin-left: 1.9em;
}

.footer__link {
  display: block;
  font-family: sofia-pro, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.11em;
  line-height: 1.63;
  font-weight: 300;
  text-decoration: none;
}

.footer__contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.footer__contact-block.phone {
  margin-bottom: 1.11em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.p__18 {
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.72;
}

.phone__icon {
  display: block;
  margin-right: 1.04em;
}

.phone__icon._2 {
  margin-top: 0.2em;
}

.p__22 {
  color: #fff;
  font-size: 1.53em;
  line-height: 1.36;
}

.rate__line {
  width: 3.61em;
  height: 1px;
  margin-bottom: 1.04em;
  background-color: hsla(0, 0%, 76.9%, 0.2);
}

.rate__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.google__icom {
  margin-left: 2.43em;
}

.footer__bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.01em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p__12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sofia-pro, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.83em;
  line-height: 1.67;
}

.ca__link {
  color: #fff;
  text-decoration: none;
}

.ca__link.privacy {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: underline;
}

.order__button-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f1279f;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.order__icon {
  z-index: 1;
  width: 4.44em;
}

.step__line {
  position: absolute;
  left: 11.11em;
  top: 2em;
  width: 11.11em;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.step__line._2 {
  top: 3.5em;
}

.image {
  width: auto;
}

.p__16.read__more {
  font-family: Classicourwtot, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.button__line {
  width: 11.53em;
}

.logo__image {
  display: block;
  width: 9.72em;
}

.nav__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.nav__button:hover {
  color: #f1279f;
}

.nav__button.heo__btn {
  margin-right: 2.22em;
}

.nav__button.black {
  color: #080f16;
}

.nav__phone-button {
  display: none;
}

.nav__line {
  display: none;
}

.absolute__wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.slider__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5.49em 14.1em 5.35em 5.07em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/white-texture-min.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slider__image {
  position: absolute;
  left: auto;
  top: auto;
  right: -5.7em;
  bottom: -3.33em;
  width: 12.7em;
}

.footer__step-slider {
  display: none;
}

.hero__content-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 55em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22.36em;
  padding-bottom: 6.67em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__content-secondary.order {
  padding-top: 14.31em;
  padding-bottom: 3.33em;
}

.about__page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about__page-image {
  display: block;
  min-height: 100%;
  min-width: 40%;
  margin-right: 8em;
  background-image: url('../images/Rectangle-15-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__page-image.catering {
  background-image: url('../images/Rectangle-16-min.jpg');
}

.about__page-image.restaurant {
  background-image: url('../images/Rectangle-15-min.jpg');
}

.about__page-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 6.67em;
  padding-bottom: 6.67em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p__17 {
  font-family: sofia-pro, sans-serif;
  font-size: 1.18em;
  line-height: 1.59;
  font-weight: 300;
}

.p__17.about__page-text {
  margin-bottom: 2.36em;
  color: rgba(8, 15, 22, 0.8);
}

.p__17.decoration {
  text-decoration: underline;
}

.about__page-heading {
  margin-bottom: 0.8em;
}

.about__page-heading.without__margin {
  margin-bottom: 0em;
}

.book__cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.26em;
  padding-bottom: 2.43em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.book__button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 8.89em;
  height: 8.89em;
  margin-left: 3.33em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f1279f;
  color: #fff;
  text-decoration: none;
}

.book__button.cta {
  margin-left: 0em;
}

.book__button-text {
  z-index: 1;
  margin-bottom: 0.3em;
  font-size: 1.11em;
  line-height: 1.38;
  text-align: center;
}

.book__button-text.white {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  -webkit-transform: translate(0px, -1.5em);
  -ms-transform: translate(0px, -1.5em);
  transform: translate(0px, -1.5em);
  color: #fff;
}

.more___about-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8.61em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.more__about-heading {
  margin-bottom: 0.5em;
}

.more__about-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.94em;
  grid-row-gap: 1.67em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.more__about-card {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 15, 22, 0.15);
}

.more__card-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.78em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.more__card-overlay.room {
  height: 100%;
}

.more__card-title.without-margin {
  margin-bottom: 0em;
}

.more__card-title.without-margin.black {
  margin-bottom: 0em;
  color: #080f16;
}

.more__card-title.black {
  margin-bottom: 0.56em;
  color: #080f16;
}

.about__content2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 45em;
  padding-top: 10.28em;
  padding-bottom: 10.69em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__image1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 11.04em;
  bottom: 4.72em;
  width: 17.99em;
}

.about__image2 {
  position: absolute;
  left: auto;
  top: 4.93em;
  right: 22.71em;
  bottom: auto;
  width: 17.85em;
}

.about__image3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 7.57em;
  bottom: -3.33em;
  width: 9.1em;
}

.cta__center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.more__room-card {
  position: relative;
  height: 14.65em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 15, 22, 0.15);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.more__room-card:hover {
  border-color: #f1279f;
}

.our__story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14.1em;
  padding-bottom: 14.1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.story__image-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
  width: 26.74em;
  margin-right: 7.36em;
  padding: 1.53em 1.53em 2em;
  background-color: #e1e1e1;
  -webkit-transform: rotate(-9.35deg);
  -ms-transform: rotate(-9.35deg);
  transform: rotate(-9.35deg);
  text-align: center;
}

.story__description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.story__image {
  width: 100%;
  height: 18.89em;
  margin-bottom: 2em;
  background-color: #c4c4c4;
}

.p__24 {
  margin-bottom: 1.9em;
  font-size: 1.67em;
  line-height: 1.17;
}

.p__24.about__us {
  margin-bottom: 1.6em;
  font-weight: 300;
}

.bbc__image {
  width: 9.72em;
  height: 1.46em;
  margin-bottom: 0.69em;
}

.quote__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13.33em;
  padding-bottom: 13.33em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote__heading {
  margin-bottom: 1.4em;
}

.contact__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.46em;
  padding-bottom: 7.08em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__info {
  width: 40%;
}

.footer__icon {
  width: 1.39em;
  height: 1.39em;
  margin-top: 0.1em;
  margin-right: 1.25em;
}

.field__half {
  width: 49%;
  margin-bottom: 1.39em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.field__half.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__text {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.25em;
  line-height: 1.44;
}

.footer__text.blue {
  color: #082a76;
}

.text__field {
  height: 3.89em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0.5px 0.5em;
  border: 1px solid #c4cdd5;
  border-radius: 2px;
  background-image: linear-gradient(2deg, #f9fafb, #fff);
  font-family: sofia-pro, sans-serif;
  font-size: 1.1em;
  line-height: 2;
  font-weight: 400;
}

.submit {
  padding: 0.5em 50px;
  background-color: #f1279f;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  color: #fff;
  font-size: 1.39em;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.submit:hover {
  background-color: #dd178c;
}

.submit.submit__button {
  width: 100%;
  margin-top: 0px;
  padding: 0.82em 4.1em;
  border-radius: 100px;
  text-align: center;
}

.submit.submit__button:hover {
  background-color: #e60000;
}

.submit.submit__button.contact {
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.contact__title {
  margin-bottom: 0.42em;
  font-family: sofia-pro, sans-serif;
  color: #080f16;
  font-size: 1.11em;
  line-height: 1.53;
  font-weight: 700;
}

.contact__title.mb {
  margin-bottom: 0.42em;
  line-height: 1.67;
}

.contact__title.mb.blue {
  color: #082a76;
}

.contact__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.32em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__block.mb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.36em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contact__block.align__center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__block.align__center.small__mb {
  margin-bottom: 1.25em;
}

.field__label {
  margin-bottom: 0em;
  font-family: sofia-pro, sans-serif;
  color: #080f16;
  font-size: 1.11em;
  line-height: 2;
  font-weight: 400;
}

.field__label.static {
  position: static;
}

.select.select-2 {
  height: 3.89em;
  margin-bottom: 0px;
  border: 1px solid #c4cdd5;
  border-radius: 2px;
  background-color: #fff;
  background-image: url('../images/select-arrow.svg'), -webkit-gradient(linear, left bottom, left top, from(#f9fafb), to(#fff));
  background-image: url('../images/select-arrow.svg'), linear-gradient(0deg, #f9fafb, #fff);
  background-position: 96% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  color: #080f16;
  font-size: 1.1em;
  line-height: 2;
  font-weight: 300;
}

.select.select-2.mb {
  height: 3.89em;
  max-width: none;
  margin-bottom: 0px;
  border-color: #c4cdd5;
  font-family: sofia-pro, sans-serif;
  color: rgba(8, 15, 22, 0.8);
  font-weight: 300;
}

.area__field {
  min-height: 7.78em;
  margin-bottom: 2.5em;
  border: 1px solid #c4cdd5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9fafb), to(#fff));
  background-image: linear-gradient(0deg, #f9fafb, #fff);
  font-size: 1.1em;
  line-height: 2;
}

.covid-link {
  color: #082a76;
  text-decoration: underline;
}

.contact__form {
  width: 44.72em;
  margin-bottom: 0px;
}

.footer__link-2 {
  color: #fff;
  font-size: 1.32em;
  line-height: 1.32;
  font-weight: 600;
}

.footer__link-2.blue {
  color: #082a76;
}

.contact__content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.4em 7.71em 5.49em;
}

.p__19 {
  font-family: sofia-pro, sans-serif;
  color: rgba(8, 15, 22, 0.8);
  font-size: 1.32em;
  line-height: 1.42;
  font-weight: 300;
}

.phone__link {
  color: #080f16;
  font-size: 1.67em;
  line-height: 2;
  font-weight: 400;
  text-decoration: none;
}

.map {
  height: 30.42em;
}

.order__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5.35em;
  padding-right: 6.53em;
  padding-left: 6.53em;
}

.order__link {
  padding-left: 1.53em;
  font-family: sofia-pro, sans-serif;
  color: #080f16;
  font-size: 1.25em;
  text-decoration: none;
}

.card__image {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.book__popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.book__popup-content {
  position: relative;
  z-index: 1;
  min-width: 58.89em;
  padding: 3.89em 7.71em 2.85em 6.46em;
  border-radius: 8px;
  background-color: #fff;
}

.popup__heading {
  color: #080f16;
}

.popup__form {
  max-width: 44.72em;
  margin-bottom: 0px;
  padding-top: 1.46em;
}

.close__icon {
  position: absolute;
  left: auto;
  top: 2em;
  right: 2em;
  bottom: auto;
  width: 1.3em;
  cursor: pointer;
}

.button__line-cov {
  display: block;
  width: 100%;
}

.button__line-learn {
  display: block;
  width: 100%;
  max-width: 7.3em;
}

.button__line-view {
  display: block;
  width: 80%;
}

.more__text-wrap {
  overflow: hidden;
}

.heading__wrap {
  overflow: hidden;
}

.terms__hero-section {
  background-color: #080f16;
}

.terms__body {
  padding-top: 10em;
  padding-bottom: 10em;
}

.terms__rich-text p {
  font-size: 1.18em;
  line-height: 1.59;
}

.terms__rich-text h4 {
  color: #080f16;
}

.terms__rich-text h1 {
  margin-bottom: 0.5em;
  color: #000;
}

.overflow-hidden {
  overflow: hidden;
}

.book__popup-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.footer__step-wrap {
  background-color: #080f16;
}

.hero__content-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 55em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14.31em;
  padding-bottom: 3.33em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__content-order.order {
  padding-top: 14.31em;
  padding-bottom: 3.33em;
}

.about__page-image-wrap {
  position: relative;
  min-width: 50%;
}

.card__image-catering {
  display: block;
  width: 100%;
  height: 50%;
  min-height: 18.13em;
  -o-object-fit: cover;
  object-fit: cover;
}

.p__15 {
  margin-bottom: 0px;
  color: rgba(8, 15, 22, 0.8);
  font-size: 1.04em;
  line-height: 1.4;
}

.about__image-wrap {
  min-height: 100%;
  min-width: 40%;
  margin-right: 8.33em;
}

.custom-code {
  width: 0px;
  height: 0px;
  margin-bottom: 0px;
}

.p__23 {
  color: rgba(8, 15, 22, 0.8);
  font-size: 1.2em;
  line-height: 1.39;
}

.nav__overlay {
  width: 100%;
  height: 2em;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.bbc-link {
  color: #080f16;
}

.covid-update-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.covid-popup-content {
  background-color: #fff;
}

.covid__rich-text {
  max-width: 50em;
}

.covid__rich-text p {
  font-size: 1.39em;
  line-height: 1.2;
  font-weight: 300;
}

.covid__rich-text h3 {
  margin-bottom: 0.5em;
}

.widget-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

.covid {
  display: block;
  padding: 24px;
  background-color: rgba(8, 15, 22, 0.05);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 38px;
    line-height: 52.2px;
    letter-spacing: -0.8px;
  }

  .wrapper {
    overflow: hidden;
  }

  .nav__container {
    padding: 20px 44px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo__wrap {
    padding-top: 0px;
  }

  .nav__link {
    margin-right: 0em;
    margin-left: 0em;
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 20px;
    line-height: 46px;
    font-weight: 400;
  }

  .nav__link.mob {
    display: block;
  }

  .nav__menu-wrap {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 46px;
    padding-right: 42px;
    padding-left: 50px;
    background-color: #080f16;
  }

  .nav__menu {
    padding-right: 62px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button.hide {
    display: none;
  }

  .button.touchscreen {
    display: block;
  }

  .nav__link-dropdown {
    font-size: 20px;
    line-height: 42px;
  }

  .nav__dropdown-toggle {
    display: none;
    margin-right: 0em;
    margin-left: 0em;
  }

  .nav__dropdown-list {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav__dropdown-content {
    padding-top: 0em;
  }

  .nav__link2 {
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 20px;
    line-height: 42px;
  }

  .hero__section {
    background-position: 50% 50%;
  }

  .hero__section.catering {
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero__section.room {
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero__section.restuarant__head {
    background-position: 50% 50%;
    background-size: cover;
  }

  .button__text {
    font-size: 20px;
    line-height: 28px;
  }

  .button__text.learn {
    margin-bottom: 6px;
  }

  .hero__content {
    padding-top: 199px;
    padding-bottom: 34px;
  }

  .hero__above-text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
  }

  .hero__heading {
    font-size: 56px;
    line-height: 67px;
  }

  .hero__button-wrapper {
    margin-bottom: 106px;
    padding-top: 28px;
  }

  .hero__contact-button {
    padding: 14px 40px;
  }

  .hero__contact-button.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .contact__button-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .contact__button-text {
    font-size: 20px;
    line-height: 22px;
  }

  .section.cta__section {
    padding-top: 95px;
    padding-bottom: 71px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 15, 22, 0.5)), to(rgba(8, 15, 22, 0.5))), -webkit-gradient(linear, left bottom, left top, from(#080f16), to(hsla(0, 0%, 100%, 0))), url('../images/Rectangle-29-min.png');
    background-image: linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(360deg, #080f16, hsla(0, 0%, 100%, 0)), url('../images/Rectangle-29-min.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }

  .section.cta__section2 {
    padding-top: 95px;
    padding-bottom: 80px;
  }

  .section.cta__section2 {
    padding-top: 95px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 15, 22, 0.5)), to(rgba(8, 15, 22, 0.5))), -webkit-gradient(linear, left bottom, left top, from(#080f16), to(hsla(0, 0%, 100%, 0))), url('../images/Rectangle-29-min.png');
    background-image: linear-gradient(180deg, rgba(8, 15, 22, 0.5), rgba(8, 15, 22, 0.5)), linear-gradient(360deg, #080f16, hsla(0, 0%, 100%, 0)), url('../images/Rectangle-29-min.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }
  
	.section.reivew__slide {
    margin-top: 40px;
  }

  .about__content {
    padding-top: 237px;
    padding-bottom: 237px;
  }

  .above__text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .section__line {
    width: 37px;
    margin-bottom: 48px;
  }

  .section__line.white {
    width: 37px;
    margin-bottom: 31px;
  }

  .section__line.plan {
    margin-bottom: 24px;
  }

  .about__button-wrap {
    padding-top: 48px;
  }

  .abs__image-1 {
    width: 171px;
  }

  .abs__image-2 {
    left: auto;
    right: -60px;
    width: 188px;
  }

  .abs__image-3 {
    left: -9%;
    width: 171px;
  }

  .abs__image-4 {
    left: 58px;
    width: 218px;
  }

  .abs__image-5 {
    right: 60px;
    width: 250px;
  }

  .abs__image-6 {
    right: 11px;
    bottom: -30px;
    width: 89px;
  }

  .card__content-wrap {
    padding-top: 105px;
  }

  .card__wrap {
    overflow: auto;
    margin-bottom: 69px;
  }

  .card__grid {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .service__card {
    height: auto;
    min-height: 580px;
    min-width: 385px;
    margin-right: 22px;
    box-shadow: none;
  }

  .service__card._1 {
    height: auto;
    margin-right: 22px;
    box-shadow: none;
  }

  .service__card._3 {
    height: auto;
  }

  .service__card._2 {
    height: auto;
    margin-right: 22px;
  }

  .p__14 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .p__14.touchscreen-hide {
    display: none;
  }

  .service__heading {
    margin-bottom: 32px;
  }

  .service__overlay {
    display: none;
  }

  .container {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.slider__container {
    padding-right: 24px;
    padding-bottom: 68px;
    padding-left: 24px;
  }

  .container.flex__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.footer__container {
    padding-right: 59px;
    padding-left: 59px;
  }

  .testimonial__slider {
    max-width: 100%;
  }

  .slide__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rating {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .rating__image {
    width: 140px;
    margin-right: 34px;
    margin-bottom: 43px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .rating__image.rate {
    width: 106px;
    margin-bottom: 32px;
  }

  .slide__line {
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .p__20 {
    font-size: 20px;
    line-height: 28px;
  }

  .p__20.black.testimonial {
    margin-bottom: 25px;
    font-size: 1.39em;
  }

  .p__20.white.cta_p {
    margin-bottom: 24px;
  }

  .p__20.slide {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .p__20.more__about-p {
    margin-bottom: 57px;
  }

  .slide__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0em;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta__left-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .white.cta__heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
  }

  .cta__right-content {
    margin-bottom: 96px;
  }

  .order__button {
    width: 144px;
    height: 144px;
  }

  .order__button-text {
    font-size: 16px;
    line-height: 22px;
  }

  .footer.footer2 {
    padding-top: 78px;
  }

  .footer__top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__step.touchscreen-hide {
    display: none;
  }

  .footer__line {
    margin-bottom: 59px;
  }

  .footer__line.bottom {
    margin-bottom: 28px;
  }

  .footer__mid-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 49px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer__col.rate {
    padding: 18px 22px 18px 24px;
  }

  .footer__col._1 {
    display: none;
    margin-right: 0em;
  }

  .footer__col._2 {
    width: 50%;
    margin-right: 0em;
  }

  .footer__col._3 {
    width: 50%;
    margin-right: 0em;
  }

  .footer__title {
    margin-bottom: 16px;
  }

  .footer__title._3 {
    margin-left: 30px;
  }

  .phone__icon {
    margin-right: 15px;
  }

  .rate__line {
    width: 52px;
    margin-bottom: 15px;
  }

  .footer__bottom-content {
    padding-bottom: 31px;
  }

  .p__12 {
    font-size: 12px;
    line-height: 19px;
  }

  .step__line {
    display: none;
  }

  .menu__line {
    width: 38px;
    height: 2px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .menu__line.bottom {
    margin-bottom: 7px;
  }

  .p__16 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22.4px;
  }

  .p__16.white {
    color: rgba(255, 255, 255, 0.8);
  }

  .menu__button {
    padding: 0px;
  }

  .logo__image {
    width: 140px;
  }

  .nav__button {
    margin-right: 40px;
  }

  .nav__button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__line {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 28px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .slider__wrap {
    padding: 58px 70px 77px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider__image {
    right: 0em;
    bottom: -62px;
    width: 165px;
  }

  .footer__step-slider {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -50px;
  }

  .footer__rate-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }

  .hero__content-secondary {
    padding-top: 230px;
    padding-bottom: 110px;
  }

  .about__page-section {
    padding-right: 0em;
    padding-bottom: 52px;
     -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about__page-image {
    width: 100%;
    height: 500px;
    min-width: auto;
    margin-right: 0px;
    background-position: 50% 50%;
  }

  .about__page-image.catering {
    height: 400px;
  }
	.about__page-image.restaurant {
    height: 400px;
  }
  .about__page-description {
    padding: 53px 42px 0em;
  }

  .p__17.about__page-text {
    margin-bottom: 30px;
  }

  .about__page-heading {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 42px;
  }

  .book__cta-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book__button {
    width: 144px;
    height: 144px;
    margin-left: 48px;
  }

  .book__button-text {
    font-size: 16px;
    line-height: 22px;
  }

  .more___about-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .more__about-heading {
    margin-bottom: 15px;
  }

  .more__about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .more__card-overlay {
    padding: 40px;
  }

  .about__content2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about__image1 {
    right: 60px;
    bottom: 20px;
    width: 171px;
  }

  .about__image2 {
    top: 20px;
    right: 20px;
    width: 218px;
  }

  .about__image3 {
    right: 11px;
    bottom: -30px;
    width: 89px;
  }

  .cta__center-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .more__room-card {
    height: 300px;
  }

  .our__story {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story__image-wrap {
    margin-right: 0em;
    margin-bottom: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .p__24.about__us {
    font-size: 20px;
    line-height: 28px;
  }

  .quote__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quote__heading {
    font-size: 30px;
    line-height: 32px;
  }

  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact__info {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer__icon {
    margin-top: 4px;
    margin-right: 16px;
  }

  .field__half {
    margin-bottom: 15px;
  }

  .footer__text {
    font-size: 16px;
    line-height: 23px;
  }

  .text__field {
    height: 56px;
  }

  .submit {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }

  .contact__title {
    font-size: 15px;
    line-height: 25px;
  }

  .contact__title.phone {
    margin-bottom: 0px;
  }

  .contact__block.mb {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact__block.align__center.small__mb {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .field__label {
    position: static;
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 20px;
  }

  .select.select-2 {
    height: 56px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20;
  }

  .area__field {
    min-height: 112px;
  }

  .area__field.popup {
    min-height: 112px;
  }

  .contact__form {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer__link-2 {
    font-size: 19px;
    line-height: 25px;
  }

  .contact__content-2 {
    padding-top: 40px;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .phone__link {
    font-size: 20px;
    line-height: 26px;
  }

  .book__popup-content {
    max-width: 100%;
    min-width: auto;
    padding: 60px 24px 20px;
  }

  .popup__form {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero__content-order {
    padding-top: 199px;
    padding-bottom: 34px;
  }

  .p__15 {
    font-size: 15px;
    line-height: 21px;
  }

  .about__image-wrap {
    max-height: 300px;
    min-height: auto;
    margin-right: 0em;
  }

  .nav__overlay {
    height: 12px;
  }

  .covid__rich-text p {
    font-size: 17px;
    line-height: 24px;
  }

  .covid__rich-text h3 {
    font-size: 30px;
    line-height: 52px;
  }

  .widget-link.center {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .nav__container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .button__text {
    font-size: 16px;
  }

  .button__text.learn {
    font-size: 20px;
  }

  .hero__content {
    padding-top: 186px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero__above-text {
    margin-bottom: 24px;
  }

  .hero__heading {
    font-size: 42px;
    line-height: 50px;
  }

  .hero__button-wrapper {
    margin-bottom: 124px;
    padding-top: 33px;
  }

  .section.cta__section {
    padding-right: 35px;
    padding-left: 35px;
  }

  .section.cta__section2 {
    padding-right: 35px;
    padding-bottom: 40px;
    padding-left: 35px;
  }

  .about__content {
    padding-top: 226px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .section__line {
    margin-bottom: 24px;
  }

  .about__button-wrap {
    padding-top: 32px;
  }

  .abs__image-1 {
    left: 51px;
    top: 41px;
    width: 104px;
  }

  .abs__image-2 {
    top: 49px;
    width: 143px;
  }

  .abs__image-3 {
    left: -17%;
    top: 117px;
  }

  .abs__image-4 {
    left: -53px;
    bottom: 41px;
    width: 157px;
  }

  .abs__image-5 {
    right: 0px;
    width: 231px;
  }

  .abs__image-6 {
    right: -12px;
    bottom: -22px;
    width: 70px;
  }

  .service__card {
    min-height: 425px;
    min-width: 281px;
    margin-right: 24px;
  }

  .service__card-bg {
    width: 100%;
    padding-right: 31px;
    padding-left: 31px;
  }

  .container.footer__container {
    padding-right: 45px;
    padding-left: 45px;
  }

  .p__20.white.cta_p {
    font-size: 18px;
    line-height: 25px;
  }

  .footer__col._2 {
    width: 100%;
    margin-bottom: 35px;
  }

  .footer__col._3 {
    width: 100%;
  }

  .footer__title._3 {
    margin-left: 0px;
  }

  .phone__icon {
    display: none;
  }

  .footer__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p__12 {
    margin-bottom: 10px;
  }

  .menu__line {
    margin-bottom: 6px;
  }

  .nav__button {
    display: none;
  }

  .nav__phone-icon {
    width: 31px;
  }

  .nav__phone-button {
    display: block;
    margin-top: 2px;
    margin-right: 28px;
  }

  .nav__button-wrap {
    padding-top: 7px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider__wrap {
    padding-right: 38px;
    padding-left: 38px;
  }

  .footer__rate-wrap {
    width: 100%;
  }

  .hero__content-secondary {
    padding-top: 186px;
  }

  .about__page-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about__page-image {
    margin-right: 0px;
  }

  .about__page-heading.without__margin {
    margin-bottom: 20px;
  }

  .book__cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .book__button {
    margin-left: 0em;
  }

  .about__image1 {
    right: 0px;
    bottom: 0px;
  }

  .about__image2 {
    width: 157px;
  }

  .about__image3 {
    right: -12px;
    bottom: -22px;
    width: 70px;
  }

  .contact__info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .field__half {
    width: 100%;
  }

  .submit {
    padding-top: 14px;
  }

  .contact__block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact__block.mb {
    margin-bottom: 17px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact__block.align__center {
    margin-bottom: 8px;
  }

  .field__label {
    margin-bottom: 8px;
  }

  .select.select-2 {
    max-width: 100%;
  }

  .contact__form {
    padding-top: 36px;
  }

  .contact__content-2 {
    padding-top: 0px;
  }

  .phone__link {
    display: block;
  }

  .popup__form {
    padding-top: 36px;
  }

  .terms__rich-text p {
    margin-bottom: 1em;
  }

  .hero__content-order {
    padding-top: 186px;
  }
}

@media screen and (max-width: 479px) {
  .section.cta__section2 {
    padding-left: 0px;
  }

  .section.cta__section2 {
    padding-right: 0px;
  }

  .card__content-wrap {
    padding-top: 68px;
  }

  .footer__col.rate {
    width: 100%;
  }

  .footer__col._2 {
    width: 100%;
  }

  .footer__col._3 {
    width: 100%;
  }

  .footer__title._3 {
    margin-left: 0px;
  }

  .phone__icon {
    display: none;
  }

  .rate__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__rate-wrap {
    width: 100%;
  }

  .about__page-image {
    width: 100%;
    max-height: 271px;
  }

  .book__cta-wrap {
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
  }

  .more__about-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .story__image-wrap {
    width: 100%;
  }

  .quote__heading {
    font-size: 26px;
  }

  .contact__info {
    padding-right: 14px;
    padding-left: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .field__half.bottom {
    margin-bottom: 0px;
  }

  .field__half.empty {
    margin-bottom: 0px;
  }

  .footer__text {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 16px;
    line-height: 32px;
  }

  .footer__text.blue {
    color: #082a76;
  }

  .text__field {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(69, 69, 69, 0.5);
    border-radius: 3px;
  }

  .submit.submit__button {
    margin-bottom: 0px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .contact__title {
    line-height: 25px;
  }

  .contact__title.mb {
    margin-bottom: 10px;
  }

  .contact__title.mb.blue {
    color: #082a76;
  }

  .contact__title.phone {
    font-size: 19px;
    text-decoration: none;
  }

  .red {
    color: red;
  }

  .contact__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact__block.mb {
    margin-bottom: 17px;
  }

  .field__label {
    margin-bottom: 10px;
  }

  .select {
    height: 48px;
    margin-bottom: 0px;
    background-color: transparent;
    color: rgba(33, 43, 54, 0.7);
    font-size: 16px;
  }

  .select.select-2 {
    max-width: 100%;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(69, 69, 69, 0.5);
    background-color: transparent;
    background-image: url('../images/select-arrow.svg');
    background-position: 97% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .select.select-2.mb {
    margin-bottom: 10px;
  }

  .area__field {
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(69, 69, 69, 0.5);
    border-radius: 3px;
  }

  .footer__link-2 {
    color: #fff;
    text-decoration: none;
  }

  .footer__link-2.blue {
    color: #082a76;
  }

  .book__popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup__form {
    padding-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_576db183-ca63-0efd-54b0-f40744133bc4-e66b7727 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Classicourwtot';
  src: url('../fonts/ClassicoURWTOT-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Classicourwtot';
  src: url('../fonts/ClassicoURWTOT-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.name .fa.fa-pencil {
  padding: 0.30rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #EFEDED;
  border-color: #EFEDED;
  font-weight:600;
}
.name .fa.fa-pencil:hover { background-color: #ddd9d9;  border-color: #d7d2d2; }
.cart-items > ul { line-height: 1.5; }