.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.perk-container {
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Raleway, sans-serif;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1a1b1f;
  margin-left: 20px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero {
  width: 100vw;
  margin-bottom: 100px;
  padding: 0 40px;
  overflow: hidden;
}

.container-2 {
  max-width: 1440px;
}

.hero-heading {
  color: #ffb600;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: Kahlil, sans-serif;
  font-size: 17vw;
  font-weight: 400;
  line-height: 160px;
  position: relative;
}

.body {
  font-family: Raleway, sans-serif;
}

.hero-subheading {
  max-width: 860px;
  color: #000;
  margin-top: 40px;
  font-size: 6vw;
  font-weight: 400;
  line-height: 90px;
  position: relative;
}

.image {
  z-index: 0;
  max-width: 100%;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: -15%;
}

.hero-content {
  margin-top: 61px;
  display: flex;
}

.img-block {
  width: 30%;
  text-align: center;
  position: relative;
}

.hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
  overflow: visible;
}

.order-content {
  width: 20%;
  margin-top: 0;
  position: relative;
}

.circle {
  width: 80%;
  height: 100%;
  background-color: #fff0c5;
  border-radius: 100%;
  display: inline;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.img-content {
  width: 50%;
  display: block;
}

.image-2 {
  z-index: 1;
  width: 60%;
  max-width: none;
  border-radius: 100%;
  position: relative;
}

.text-block {
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.img-content__text {
  border-top: 1px solid #000;
  border-right: 1px solid #ffc928;
  margin-top: 20px;
  padding-top: 0;
  padding-right: 25px;
}

.text-block-2 {
  color: #000;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.hero-circles {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px dotted #000;
  border-radius: 40px;
  justify-content: center;
  padding: 20px;
  display: flex;
  position: static;
}

.circles__circle {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 100%;
  position: static;
}

.circles__circle.circles__circle_2 {
  background-color: #ffc928;
}

.circles__circle.circles__circle_3 {
  background-color: #fff;
  border: 1px solid #ffc928;
}

.order-now {
  width: 90px;
  height: 90px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 15%;
}

.section {
  min-height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 50px;
  display: flex;
}

.about-image {
  width: 50%;
  height: 60%;
  position: relative;
  overflow: visible;
}

.image-3 {
  z-index: 2;
  width: 80%;
  height: auto;
  max-height: none;
  max-width: none;
  object-fit: cover;
  position: relative;
}

.about-content {
  width: 50%;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.heading {
  max-width: 520px;
  color: #000;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Kahlil, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.text-span {
  color: #000;
}

.text-block-3 {
  background-color: #fff;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 28px;
}

.image-frame {
  width: 70%;
  height: 70%;
  background-color: #fff;
  border: 2px solid #ffc927;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: 40%;
  right: 0%;
}

.image-4 {
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button {
  z-index: 1;
  color: #ffbe1b;
  background-color: #000;
  align-self: flex-end;
  margin-top: 0;
  font-size: 20px;
  position: relative;
}

.div-block {
  align-self: flex-end;
}

.button-holder {
  align-self: flex-end;
  position: relative;
}

.button-frame {
  width: 100%;
  height: 100%;
  background-color: #ffc928;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: -20%;
  right: auto;
}

.img-perk {
  height: 400px;
  padding-top: 25px;
  display: flex;
  overflow: hidden;
}

.text-perks {
  width: 40%;
}

.perk-card {
  width: 40%;
  font-style: italic;
}

.perk-card.text-card {
  width: 30%;
  padding-left: 20px;
  padding-right: 0;
}

.heading-2 {
  font-size: 24px;
  font-weight: 500;
}

.perk-heading {
  color: #ffc928;
  -webkit-text-stroke-width: 1px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.perk-text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.perk-img {
  width: 60%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img_circle {
  width: 100%;
  height: 100%;
  background-color: #ffe9e9;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  z-index: 1;
  position: relative;
}

.image-6 {
  width: 70%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}

.img-perk__holder {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.perk_img-block {
  width: 70%;
  border-bottom: 2px solid #ffc927;
  border-right: 2px solid #ffc927;
  display: flex;
}

.perk_img-block.img-block--2 {
  border-right-width: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-img {
  width: 100%;
}

.menu--left {
  width: 50%;
  border-right: 1px solid #000;
  margin-right: 0;
  padding-right: 30px;
}

.menu--right {
  z-index: 1;
  width: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.image-7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 300px;
}

.menu-block {
  z-index: 2;
  text-align: right;
  position: relative;
}

.menu-title {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 39px;
  font-size: 30px;
  font-weight: 600;
}

.menu-item-list {
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Montecarlo, sans-serif;
  font-size: 30px;
  font-weight: 400;
  list-style-type: none;
}

.menu-item {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  margin-left: 40px;
  padding: 20px 40px 20px 0;
  display: flex;
}

.image-8 {
  z-index: 0;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -10%;
  transform: rotate(220deg);
}

.menu-blur {
  width: 100px;
  height: 100px;
  filter: blur(40px);
  background-color: #ffdb53;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 45%;
  right: 0%;
}

.menu-blur.mobile-center, .menu-blur.mobile-down {
  display: none;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.testimonial-column-dark.section {
  margin-bottom: 100px;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  color: #ffc927;
  background-color: #fff;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.testimonial-main-image {
  width: 200px;
  height: 280px;
  outline-offset: 10px;
  object-fit: cover;
  border-radius: 140px;
  outline: 1px solid #ffc927;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.testimonial-block.testimonial-last {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
}

.testimonial-info-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-info-two.last {
  width: 50%;
}

.testimonial-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  color: #ffc927;
  font-weight: 700;
}

.text-span-2 {
  color: #ffc928;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.footer-dark {
  background-color: #fff;
  background-image: linear-gradient(210deg, #fff 50%, #ffc927);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-span-3 {
  color: #ffc927;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}

.testimonial-image-block {
  width: 50%;
  align-self: flex-end;
}

.image-9 {
  width: 100%;
  height: 100%;
  border-radius: 0 0 100px;
}

.image-10 {
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.title-container {
  overflow: hidden;
}

.heading-6 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.text-block-14 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .text-block-2 {
    font-size: 18px;
    line-height: 32px;
  }

  .order-now {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }

  .heading {
    font-size: 44px;
    line-height: 56px;
  }

  .text-block-3 {
    color: #585853;
    font-size: 18px;
    line-height: 30px;
  }

  .perk-text {
    font-size: 16px;
    line-height: 24px;
  }

  .margin-bottom-24px {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-link.w--current {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 1440px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .nav-link.w--current {
    font-size: 16px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    font-size: 13px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading {
    font-size: 18vw;
    line-height: 130px;
  }

  .hero-subheading {
    line-height: 50px;
  }

  .image {
    right: -25%;
  }

  .circle {
    height: 100%;
  }

  .image-2 {
    width: 180px;
  }

  .text-block {
    font-size: 30px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .circles__circle.circles__circle_2, .circles__circle.circles__circle_3, .circles__circle.circles__circle_1 {
    width: 20px;
    height: 20px;
  }

  .section {
    margin-top: 99px;
    margin-bottom: 99px;
  }

  .about-image {
    width: 45%;
  }

  .about-content {
    width: 55%;
  }

  .heading {
    font-size: 29px;
  }

  .text-block-3 {
    margin-bottom: 0;
    padding-right: 18px;
    font-size: 13px;
    line-height: 22px;
  }

  .image-4 {
    top: -10%;
  }

  .button {
    z-index: 1;
    font-size: 20px;
    line-height: 24px;
  }

  .button-holder {
    margin-top: 40px;
  }

  .button-frame {
    top: 40%;
    left: -20%;
  }

  .img-perk {
    height: auto;
  }

  .perk-heading {
    font-size: 21px;
    line-height: 28px;
  }

  .perk-text {
    font-size: 12px;
    line-height: 20px;
  }

  .perk-img {
    width: 55%;
  }

  .perk_img-block {
    padding-bottom: 25px;
  }

  .menu {
    overflow: visible;
  }

  .image-8 {
    top: -10%;
  }

  .menu-blur.mobile-center {
    display: none;
  }

  .menu-blur.mobile-down {
    width: 80px;
    height: 80px;
    display: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 150px;
    height: 220px;
  }

  .testimonial-main-content {
    justify-content: space-between;
  }

  .testimonial-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .testimonial-block.testimonial-last {
    flex-direction: row-reverse;
  }

  .testimonial-info-two.last {
    width: 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-divider {
    background-color: #000;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .image-9 {
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
  }
}

@media screen and (max-width: 767px) {
 

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container.perk-container {
    flex-direction: row;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero {
    overflow: hidden;
  }

  .hero-heading {
    text-align: center;
    line-height: 120px;
  }

  .hero-subheading {
    text-align: center;
    line-height: 50px;
  }

  .image {
    width: 260px;
    height: 260px;
    top: 10%;
    right: -40%;
  }

  .img-block {
    width: 50%;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
  }

  .order-content, .img-content {
    width: 100%;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .hero-circles {
    border-radius: 0;
  }

  .order-now {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0%;
    right: 20%;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .about {
    flex-direction: column;
    overflow: hidden;
  }

  .about-image {
    width: 100%;
    height: auto;
  }

  .image-3 {
    width: 75%;
  }

  .about-content {
    width: 100%;
  }

  .heading {
    font-size: 34px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-frame {
    width: 65%;
    height: 70%;
    top: 35%;
  }

  .image-4 {
    top: auto;
    bottom: -15%;
    left: 0%;
    right: auto;
  }

  .img-perk {
    flex-direction: column;
  }

  .perk-card {
    width: 60%;
  }

  .perk-card.text-card {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }

  .perk-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .perk-text {
    width: 100%;
    font-size: 13px;
  }

  .perk-img {
    width: 40%;
    align-items: center;
    display: flex;
  }

  .img-perk__holder {
    flex-direction: column;
  }

  .perk_img-block {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .perk_img-block.img-block--2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .menu {
    flex-direction: column;
    overflow: visible;
  }

  .menu-img {
    width: 80%;
  }

  .menu--left {
    width: 100%;
  }

  .menu--right {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .image-7 {
    width: 80%;
  }

  .menu-title {
    font-size: 24px;
  }

  .image-8 {
    display: none;
    top: 96%;
    right: -20%;
  }

  .menu-blur {
    top: 5%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-blur.mobile-center {
    background-color: #d8d6d0;
    top: 50%;
    right: 50%;
    transform: translate(50%);
  }

  .menu-blur.mobile-top {
    top: 15%;
    right: 15%;
  }

  .menu-blur.mobile-down {
    top: auto;
    bottom: -10%;
    left: 0%;
    right: auto;
  }

  .menu-blur.mobile-down-2 {
    top: auto;
    bottom: 0%;
    left: 50%;
    right: auto;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-column-dark.section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-main-image {
    width: 200px;
    height: 200px;
  }

  .margin-bottom-24px {
    color: rgba(0, 0, 0, .7);
  }

  .margin-bottom-24px.no-image {
    width: 60%;
    color: rgba(0, 0, 0, .7);
  }

  .testimonial-block {
    flex-direction: row;
  }

  .testimonial-block.testimonial-last {
    flex-direction: row-reverse;
  }

  .testimonial-author-name {
    color: #ffc927;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-image-block {
    width: 450px;
    align-self: center;
  }

  .image-9 {
    outline-offset: 13px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    outline: 2px dashed #eed88b;
  }

  .text-block-4 {
    font-size: 30px;
  }

  .address {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button.w--open {
    background-color: #ffd900;
  }

  .hero-heading {
    text-align: center;
    font-size: 60px;
    line-height: 69px;
  }

  .hero-subheading {
    margin-top: 10px;
    font-size: 23px;
    line-height: 32px;
  }

  .image {
    display: none;
  }

  .img-block {
    width: 60%;
  }

  .hero-content {
    justify-content: flex-start;
  }

  .image-2 {
    width: auto;
    max-width: 100%;
    border-radius: 150px;
  }

  .order-now {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 15px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-3 {
    width: 80%;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-4 {
    max-width: 20%;
    display:none;
  }

  .perk-card {
    width: 100%;
  }

  .perk-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .perk-text {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }

  .perk-img {
    width: 100%;
  }

  .perk_img-block {
    flex-direction: column;
    align-items: center;
  }

  .menu-img {
    width: 100%;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .margin-bottom-24px.no-image {
    width: auto;
  }

  .testimonial-block {
    flex-direction: column;
  }

  .testimonial-block.testimonial-last {
    flex-direction: column-reverse;
  }

  .container-4 {
    max-width: none;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-link.w--current {
    font-size: 15px;
  }

  .testimonial-image-block {
    width: auto;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    font-size: 20px;
  }

  .text-block-8 {
    text-align: left;
    font-size: 27px;
  }

  .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-size: 25px;
  }

  .menu-price {
    font-size: 24px;
  }

  .menu-text {
    text-align: left;
    line-height: 27px;
  }
}

#w-node-_4ecab141-7a85-890c-f725-b88649b68c18-ca4ac09e, #w-node-_4ecab141-7a85-890c-f725-b88649b68c22-ca4ac09e, #w-node-_4ecab141-7a85-890c-f725-b88649b68c2c-ca4ac09e, #w-node-_634eb728-f526-69d1-8f59-0ced80bb81c4-ca4ac09e, #w-node-_98acc263-2641-7122-bdfd-d28ffc70a9d3-ca4ac09e, #w-node-_98acc263-2641-7122-bdfd-d28ffc70a9e7-ca4ac09e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4ecab141-7a85-890c-f725-b88649b68c18-ca4ac09e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ecab141-7a85-890c-f725-b88649b68c22-ca4ac09e {
    align-self: auto;
  }

  #w-node-_4ecab141-7a85-890c-f725-b88649b68c2c-ca4ac09e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ecab141-7a85-890c-f725-b88649b68c18-ca4ac09e, #w-node-_4ecab141-7a85-890c-f725-b88649b68c22-ca4ac09e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ecab141-7a85-890c-f725-b88649b68c18-ca4ac09e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montecarlo';
  src: url('../fonts/MonteCarlo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kahlil';
  src: url('../fonts/Kahlil.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}