:root {
  font-size: 62.5%;
}

:root body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 1400px) {
  :root {
    font-size: 66%;
  }
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
}

p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  margin: 20px 0;
  font-weight: 400;
}

.title {
  margin-bottom: 60px;
}

.title h1 {
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: -.1rem;
  color: #263892;
}

.title h4 {
  letter-spacing: .2rem;
  font-weight: 700;
  color: #e03d52;
  text-transform: uppercase;
}

.title.center {
  text-align: center;
}

.title.center h4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title.light h1 {
  color: #fff;
}

.title.light h4 {
  color: #263892;
}

.title.light2 h1 {
  color: #fff;
}

.title.light2 h4 {
  color: #e03d52;
}

.title.title-small h1 {
  font-size: 4rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF5EC;
}

section {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background-color: #FFF5EC;
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.mt-30 {
  margin-top: 30px;
}

.left-padding-block {
  padding-left: 60px;
  position: relative;
}

.left-padding-block:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #e03d52;
}

figure {
  margin: 0;
}

.primary-btn, .ghost-btn {
  background-color: #e03d52;
  color: #fff;
  height: 55px;
  line-height: 55px;
  padding: 0 40px;
  display: inline-block;
  font-size: 1.8rem;
  border-radius: 50px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.primary-btn:hover, .ghost-btn:hover, .primary-btn:focus, .ghost-btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #D51F36;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.ghost-btn {
  background-color: transparent;
  color: #263892;
}

.ghost-btn:hover, .ghost-btn:focus {
  text-decoration: none;
  color: #e03d52;
  background-color: transparent;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.hero .primary-btn, .hero .ghost-btn {
  margin-top: 20px;
}

.hero {
  height: 100vh;
  width: 100%;
  min-height: 600px;
  position: relative;
  background-color: #FFF5EC;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 130px;
}

.hero .hero-flag {
  position: absolute;
  left: -5px;
  top: 120px;
  border-radius: 2px;
  overflow: hidden;
}

.hero .hero-flag img {
  width: 80px;
}

@media screen and (max-width: 769px) {
  .hero .hero-flag {
    left: 0;
    right: 0;
    top: 110px;
    margin: auto;
  }
  .hero .hero-flag img {
    display: block;
    margin: auto;
    width: 60px;
  }
}

.hero .hero-circle {
  width: 55vw;
  height: 55vw;
  border-radius: 50%;
  border: 1px solid rgba(224, 61, 82, 0.5);
  position: absolute;
  top: 150px;
  right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.hero .hero-circle img.dish-img {
  width: 100%;
  z-index: 100;
}

.hero .headings {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.hero .headings h1 {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 8rem;
  color: #263892;
}

.hero .headings p {
  font-size: 1.8rem;
  color: #4a5488;
  font-weight: 400;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .hero .headings {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
  }
  .hero .headings h1 {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}

@media screen and (max-width: 992px) {
  .hero {
    height: auto;
    padding: 160px 60px;
    padding-bottom: 40vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .headings {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  .hero .headings p {
    margin-top: 10px;
  }
  .hero .hero-circle {
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    top: auto;
    bottom: -35vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 499px) {
  .hero .headings h1 {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}

.img-square {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.img-square .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
}

.img-square .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .img-square {
    margin: 30px 0;
  }
}

.img-vertical {
  position: relative;
  width: 100%;
  padding-top: 140%;
}

.img-vertical .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
}

.img-vertical .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .img-vertical {
    margin: 30px 0;
  }
}

.img-cover {
  position: relative;
  width: 100%;
  padding-top: 40%;
  margin: 30px 0;
}

.img-cover .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
}

.img-cover .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .img-cover {
    margin: 30px 0;
  }
}

.navigation {
  position: absolute;
  z-index: 990;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr 200px 1fr 60px;
      grid-template-columns: 60px 1fr 200px 1fr 60px;
  padding: 20px 40px;
  width: 100%;
  top: 0;
  left: 0;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}

.navigation .dropdown .dropdown-menu {
  background-color: #e03d52;
  padding: 20px 10px !important;
}

.navigation .dropdown .dropdown-item {
  font-size: 1.6rem;
  color: #fff;
}

.navigation .dropdown .dropdown-item:hover, .navigation .dropdown .dropdown-item:focus {
  background-color: transparent !important;
  color: #263892;
}

.navigation ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.navigation ul a {
  color: #263892;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation ul a:hover, .navigation ul a:focus {
  color: #e03d52;
  text-decoration: none;
}

.navigation .menu-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navigation .socials {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navigation .socials a {
  margin-right: 20px;
}

.navigation .language {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navigation .language a {
  margin-left: 20px;
}

.navigation .logo {
  width: 100%;
}

.navigation .logo img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navigation .logo {
    width: 200px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .navigation .menu-left {
    display: none;
  }
  .navigation .menu-right {
    display: none;
  }
  .navigation .socials {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 60px;
  }
  .navigation .language {
    position: absolute;
    left: 30px;
    top: 70px;
    width: 60px;
  }
  .navigation.opened {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .navigation.opened .menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 80px;
  }
  .navigation.opened .menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .navigation.opened .menu-left a, .navigation.opened .menu-right a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 769px) {
  .navigation .logo {
    width: 45%;
  }
}

.hamburger {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 30px;
  height: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  overflow: hidden;
}

.hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #263892;
  margin: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.hamburger.opened {
  position: fixed;
}

.hamburger.opened .line {
  width: 26px;
}

.hamburger.opened .line:nth-of-type(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.hamburger.opened .line:nth-of-type(2) {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.hamburger.opened .line:nth-of-type(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

#contact-home {
  padding-bottom: 0;
  background-color: #263892;
}

#contact-home .contact-info {
  margin: 30px 0;
  text-align: center;
}

#contact-home .contact-info i {
  font-size: 3.8rem;
  color: #e03d52;
  margin-bottom: 25px;
}

#contact-home .contact-info h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}

#contact-home .contact-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

#contact-home .contact-info a {
  color: rgba(255, 255, 255, 0.7);
}

#contact-home .map-cont {
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  height: 0;
  margin-top: 110px;
}

@media screen and (max-width: 769px) {
  #contact-home .map-cont {
    padding-bottom: 70%;
  }
}

#contact-home .map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.form-cont {
  background-color: #fff;
  padding: 40px 35px;
  border-radius: 10px;
  margin-top: 50px;
}

.form-cont form button {
  width: 100%;
  border-radius: 3px;
  border: 0;
  background-color: #e03d52;
  height: 55px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.form-cont form button:hover, .form-cont form button:focus {
  background-color: #D51F36;
}

.form-cont form .input-cont {
  margin: 15px 0;
  width: 100%;
}

.form-cont form .input-cont label {
  font-weight: 600;
  color: #444;
}

.form-cont form .input-cont input,
.form-cont form .input-cont textarea {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  padding-left: 15px;
  border: 1px solid #cacaca;
}

.form-cont form .input-cont textarea {
  padding-top: 10px;
  resize: none;
  height: 80px;
}

footer {
  padding: 50px 0;
  padding-top: 70px;
  background-color: #0e1535;
}

footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
}

footer .design-credits {
  margin: 0;
}

footer .design-credits a {
  color: #e03d52;
}

footer .copyright-bottom {
  margin-top: 5px;
  margin-bottom: 0;
}

footer h4 {
  color: #e03d52;
  font-size: 1.8rem;
}

footer ul {
  list-style: none;
  margin: 15px 0;
}

footer ul a {
  color: rgba(255, 255, 255, 0.7);
}

footer ul a:hover, footer ul a:focus {
  color: #fff;
  text-decoration: none;
}

footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

footer .socials li {
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  footer {
    text-align: center;
  }
  footer ul li {
    margin: 10px 0;
  }
  footer .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .socials a {
    font-size: 2rem;
  }
}

.menu-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-box-shadow: 0px 24px 39px -2px rgba(224, 61, 82, 0.33);
  box-shadow: 0px 24px 39px -2px rgba(224, 61, 82, 0.33);
}

.menu-card img {
  width: 100px;
}

.menu-card .content {
  margin-left: 20px;
}

.menu-card .content h2 {
  color: #263892;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.menu-card .content p {
  margin: 0;
}

.menu-card:hover, .menu-card:focus {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  cursor: pointer;
  -webkit-box-shadow: 0px 45px 39px -2px rgba(224, 61, 82, 0.2);
  box-shadow: 0px 45px 39px -2px rgba(224, 61, 82, 0.2);
}

@media screen and (max-width: 992px) {
  .menu-card {
    margin: 15px 0;
  }
}

.menu-sec {
  padding: 70px 0;
}

.menu-row h1 {
  color: #e03d52;
  font-size: 3rem;
  font-weight: 600;
}

.menu-row .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

.menu-row .menu-item .content h4 {
  font-weight: 600;
  color: #263892;
  font-size: 2rem;
  text-transform: uppercase;
}

.menu-row .menu-item .content h4 small {
  text-transform: none;
}

.menu-row .menu-item .content p {
  margin: 0;
}

.menu-row .menu-item .content ul {
  margin: 20px;
  list-style: none;
}

.menu-row .menu-item .content ul li {
  font-size: 1.8rem;
  color: #263892;
}

.menu-row .menu-item .content ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #e03d52;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.menu-row .menu-item .price {
  color: #e03d52;
  font-family: "Lato", Arial, sans-serif;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}

.inner-header {
  height: 500px;
  width: 100%;
  background-color: #FFF5EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  padding-bottom: 0 120px;
}

.inner-header .headings {
  text-align: center;
}

.inner-header .headings h1 {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 8rem;
  color: #263892;
}

.inner-header .headings h4 {
  letter-spacing: 0.2rem;
  font-weight: 700;
  color: #e03d52;
  text-transform: uppercase;
  font-size: 2rem;
}

.inner-header .headings p {
  font-size: 1.8rem;
  color: #4a5488;
  font-weight: 400;
  margin-top: 30px;
}

.inner-header .headings.icon-headings {
  position: relative;
}

.inner-header .headings.icon-headings h1 {
  position: relative;
  z-index: 100;
}

.inner-header .headings.icon-headings i {
  font-size: 20rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
  color: rgba(224, 61, 82, 0.2);
}

#gallery-section {
  padding-top: 20px;
}

#gallery-section #gallery {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: (24vw)[3];
      grid-template-rows: repeat(3, 24vw);
}

#gallery-section #gallery .gallery-item {
  width: 100%;
  height: 100%;
  margin: 0;
}

#gallery-section #gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.features {
  width: 100%;
  padding: 80px 0;
  background-color: #e03d52;
}

.features .featured-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.features .featured-grid .featured-item {
  width: 100%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features .featured-grid .featured-item h4 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.features .featured-grid .featured-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 2rem;
}

.features .featured-grid .featured-item .price {
  font-weight: 600;
  color: #263892;
  margin-top: 10px;
  font-family: "Lato", Arial, sans-serif;
}

.features .featured-grid .featured-item img {
  width: 120px;
  -webkit-filter: drop-shadow(0px 16px 13px rgba(17, 17, 17, 0.2));
  filter: drop-shadow(0px 16px 13px rgba(17, 17, 17, 0.2));
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.features .featured-grid .featured-item .content {
  margin-left: 20px;
}

@media screen and (min-width: 992px) {
  .features .featured-grid .featured-item:hover img, .features .featured-grid .featured-item:focus img {
    transform: scale(1.2) rotate(30deg);
    -webkit-transform: scale(1.2) rotate(30deg);
  }
}

@media screen and (max-width: 992px) {
  .features .featured-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features .featured-grid .featured-item {
    margin: 30px 0;
  }
}

#about {
  padding: 120px 0;
  padding-bottom: 60px;
}

#about.about-page-sec {
  padding-top: 0;
}

#chef {
  padding-bottom: 40px;
}

#catering {
  background-color: #e03d52;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
}

#catering .bottom-circle {
  position: absolute;
  width: 1000px;
  height: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  bottom: -800px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 40px;
}

#catering .bottom-circle img {
  z-index: 200;
}

#catering .bottom-circle .right-dish {
  position: absolute;
  width: 200px;
  right: 50px;
  top: 50px;
}

#catering .bottom-circle .left-dish {
  position: absolute;
  width: 200px;
  left: 50px;
  top: 50px;
}

#catering .bottom-circle .main-dish {
  position: absolute;
  width: 400px;
  left: 0;
  right: 0;
  top: -100px;
  margin: auto;
}

@media screen and (max-width: 992px) {
  #catering .bottom-circle {
    width: 100%;
    border: 0;
  }
  #catering .bottom-circle .main-dish {
    width: 300px;
  }
}

@media screen and (max-width: 769px) {
  #catering .bottom-circle {
    width: 100%;
    border: 0;
  }
  #catering .bottom-circle .left-dish {
    left: -100px;
  }
  #catering .bottom-circle .right-dish {
    right: -100px;
  }
}

#catering p {
  color: rgba(255, 255, 255, 0.7);
}

#catering h3 {
  color: #fff;
  margin-bottom: 30px;
}
/*# sourceMappingURL=main.css.map */