:root {
  font-size: 62.5%;
}

:root body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.6rem;
  color: #fff;
}

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

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

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

.title {
  margin-bottom: 60px;
}

.title h1 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: -.1rem;
  color: #fff;
}

.title h4 {
  letter-spacing: .2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title h4:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #cf2734;
  margin-top: 8px;
  margin-right: 10px;
}

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

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

.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;
}

section {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background-color: #161922;
  background-image: -webkit-gradient(linear, left top, right top, from(#161922), to(#232734));
  background-image: linear-gradient(to right, #161922 0%, #232734 100%);
}

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

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

.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: #161922;
}

figure {
  margin: 0;
}

.primary-btn, .ghost-btn {
  background-color: #cf2734;
  color: #fff;
  height: 50px;
  min-width: 120px;
  padding: 0 25px;
  line-height: 50px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #cf2734;
  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 {
  background-color: #e64040;
  border-color: #e64040;
  color: #fff;
  text-decoration: none;
}

.ghost-btn {
  color: #fff;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  background-color: transparent;
  border: 1px solid transparent;
}

.ghost-btn:hover, .ghost-btn:focus {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.mr-15 {
  margin-right: 15px;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .btn-group {
    margin: 0 auto;
  }
  .btn-group a {
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
}

.hero {
  background-color: #333;
  height: 100vh;
  min-height: 600px;
  background-image: url("../img/hero1.jpg");
  background-size: cover;
  background-position: left center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
  overflow: visible;
  z-index: 200;
}

.hero .hero-location {
  position: absolute;
  left: 35px;
  bottom: 30px;
}

.hero .hero-location h4 {
  font-weight: 400;
  letter-spacing: .1rem;
  margin: 0;
}

.hero .hero-location h4 i {
  margin-right: 5px;
}

.hero .special-offer {
  position: absolute;
  right: 40px;
  bottom: 0;
  background-color: #cf2734;
  color: #fff;
  padding: 10px 20px;
  padding-left: 140px;
  border-radius: 3px;
  text-decoration: none;
}

.hero .special-offer .img-box {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}

.hero .special-offer .img-box img {
  width: 100%;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.hero .special-offer h3,
.hero .special-offer h4 {
  margin: 0;
}

.hero .special-offer h3 {
  font-size: 1.6rem;
}

.hero .special-offer h4 {
  margin-bottom: 5px;
  color: #161922;
}

.hero .special-offer:hover .img-box img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.hero .headings {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  position: relative;
  z-index: 300;
}

.hero .headings h1 {
  color: #fff;
  font-size: 5rem;
}

.hero .headings h4 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.hero .headings p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.hero .overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 992px) {
  .hero .headings {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero .overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .hero .hero-location {
    display: none;
  }
  .hero .special-offer {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 769px) {
  .hero {
    padding: 0 30px;
  }
  .hero .headings {
    text-align: center;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .hero .headings h1 {
    font-size: 3rem;
  }
  .hero .headings h4 {
    font-size: 2rem;
  }
}

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 40px;
  color: #fff;
  z-index: 990;
}

.navigation .nav-menu {
  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;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navigation .nav-menu li a {
  color: #fff;
  font-weight: 300;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .nav-menu li a:hover, .navigation .nav-menu li a:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

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

.navigation .socials li {
  margin-right: 25px;
}

.navigation .socials li a {
  color: #fff;
  opacity: 0.8;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .socials li a:hover, .navigation .socials li a:focus {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.navigation .left-side .phone {
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navigation .left-side .phone i {
  font-size: 4rem;
}

.navigation .left-side .phone .content {
  margin-left: 10px;
}

.navigation .left-side .phone .content h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

.navigation .left-side .phone .content h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 0;
}

.navigation .center {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  z-index: 900;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .logo {
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 200px;
  margin: 10px auto;
  margin-bottom: 5px;
}

.navigation .logo .line {
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

.navigation .logo h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-top: 5px;
}

.navigation .logo h5 {
  margin: 0;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.navigation .logo h2 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 1400px) {
  .navigation {
    padding: 60px;
  }
}

@media screen and (max-width: 769px) {
  .navigation {
    top: 100px;
  }
  .navigation .center {
    top: -100px;
  }
  .navigation .nav-menu {
    display: none;
  }
  .navigation.opened .center {
    position: fixed;
    background-color: #161922;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .navigation.opened .center .logo {
    z-index: 920;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navigation.opened .nav-menu {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
  }
  .navigation.opened .nav-menu .nav-link a {
    font-size: 2rem;
  }
}

.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: #fff;
  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;
  }
}

#testimonials {
  background-color: #cf2734;
  background-image: none;
  padding: 20px 0;
  position: relative;
}

#testimonials .quote-img {
  width: 40%;
  position: absolute;
  z-index: 0;
  left: 100px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0.05;
  top: 10%;
}

#testimonials .title {
  margin: 0;
}

#testimonials .title h4:before {
  background-color: #161922;
}

#testimonials .test-box {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #161922;
  position: relative;
  padding-left: 100px;
  border-radius: 10px;
  margin: 30px 0;
  -webkit-box-shadow: 15px 50px 38px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 50px 38px -24px rgba(0, 0, 0, 0.2);
}

#testimonials .test-box:nth-of-type(1) {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

@media screen and (max-width: 769px) {
  #testimonials .test-box:nth-of-type(1) {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
}

#testimonials .test-box:nth-of-type(3) {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

@media screen and (max-width: 769px) {
  #testimonials .test-box:nth-of-type(3) {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
}

#testimonials .test-box .avatar {
  margin: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: -20px;
  top: 25px;
  overflow: hidden;
}

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

#testimonials .test-box i {
  position: absolute;
  opacity: 0.3;
  left: 35px;
  bottom: 25px;
  font-size: 2.5rem;
}

#testimonials .test-box p {
  color: #161922;
  font-weight: 400;
}

@media screen and (max-width: 769px) {
  #testimonials {
    padding-top: 80px;
  }
  #testimonials .title h1 {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}

#contact .pizza-bg {
  position: absolute;
  width: 70%;
  bottom: -20%;
  right: -20%;
  -webkit-filter: drop-shadow(0px 35px 10px #111);
  filter: drop-shadow(0px 35px 10px #111);
}

@media screen and (max-width: 769px) {
  #contact .pizza-bg {
    width: 100%;
    top: 120px;
    right: -60%;
  }
}

#contact .contact-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  #contact .contact-info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contact .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 30px 0;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#contact .info-box .icon {
  width: 40px;
  text-align: center;
  font-size: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 10px;
}

#contact .info-box .content p {
  margin: 0;
}

#contact .info-box .content p span {
  font-weight: 400;
  margin-right: 5px;
  color: #fff;
}

#contact .info-box .content h4 {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

#contact .form-cont {
  width: 100%;
  padding: 35px 30px;
  background-color: #fff;
  color: #161922;
  -webkit-box-shadow: 15px 50px 38px -24px rgba(0, 0, 0, 0.5);
  box-shadow: 15px 50px 38px -24px rgba(0, 0, 0, 0.5);
}

#contact .form-cont .input-cont {
  width: 100%;
  margin: 25px 0;
}

#contact .form-cont button {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  color: #fff;
  background-color: #cf2734;
  height: 55px;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  border-radius: 3px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  outline: none;
}

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

#contact .form-cont h2 {
  font-weight: 600;
  font-size: 2.8rem;
}

#contact .form-cont label {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#contact .form-cont input,
#contact .form-cont textarea {
  outline: none !important;
  height: 35px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #161922;
}

#contact .form-cont textarea {
  height: 80px;
  resize: none;
}

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

@media screen and (max-width: 992px) {
  #contact .map-cont {
    margin-bottom: 30px;
  }
}

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

footer {
  padding: 50px 0;
  background-color: #161922;
}

footer h5 {
  font-weight: 300;
  margin-top: 20px;
}

footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

footer .socials li {
  margin-left: 25px;
}

footer .socials li:nth-of-type(1) {
  margin-left: 0;
}

footer .socials li a {
  color: #fff;
  opacity: 0.8;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

footer .socials li a:hover, footer .socials li a:focus {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

footer .logo {
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .logo .line {
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

footer .logo h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-top: 5px;
}

footer .logo h5 {
  margin: 0;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

footer .logo h2 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
  letter-spacing: 0.1rem;
}

#menu .pizza-sizes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu .pizza-sizes .pizza-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu .pizza-sizes .pizza-size h4 {
  font-weight: 400;
  letter-spacing: 0.1rem;
}

#menu .pizza-sizes .pizza-size .price {
  font-size: 1.5rem;
  color: #cf2734;
  margin-left: 40px;
}

@media screen and (max-width: 769px) {
  #menu .pizza-sizes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #menu .pizza-sizes .pizza-size {
    margin: 10px 0;
  }
}

#menu .menu-grid {
  margin: 60px 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: (minmax(100px, auto))[3];
      grid-template-rows: repeat(3, minmax(100px, auto));
}

#menu .menu-grid .menu-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#menu .menu-grid .menu-item .img-cont {
  width: 300px;
  height: 300px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#menu .menu-grid .menu-item .img-cont img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 16px 13px #111);
  filter: drop-shadow(0px 16px 13px #111);
}

#menu .menu-grid .menu-item:nth-of-type(even) .content {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  #menu .menu-grid .menu-item:nth-of-type(even) .content {
    text-align: center;
  }
}

#menu .menu-grid .menu-item:nth-of-type(even) .img-cont {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-right: 0;
  margin-left: 30px;
}

@media screen and (max-width: 1200px) {
  #menu .menu-grid .menu-item:nth-of-type(even) .img-cont {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 1200px) {
  #menu .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu .menu-item .img-cont {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 769px) {
  #menu .menu-grid {
    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;
    margin: 30px 0;
    grid-gap: 0;
  }
  #menu .menu-grid .menu-item {
    margin: 20px 0;
  }
}

@media screen and (max-width: 400px) {
  #menu .img-cont {
    width: 200px !important;
    height: 200px !important;
  }
}

#create-pizza {
  background-image: url("../img/bg2.jpg");
  background-size: cover;
  position: relative;
}

#create-pizza .info {
  margin: 50px 0;
  padding: 30px 20px;
  background-color: #cf2734;
  border-radius: 5px;
}

#create-pizza .info h1 {
  color: #fff;
  margin: 0;
}

#create-pizza .crust-list {
  margin-left: 18px;
  margin-top: 20px;
}

#create-pizza .crust-list li {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 5px 0;
}

@media screen and (max-width: 769px) {
  #create-pizza .crust-list {
    margin-bottom: 30px;
  }
}

#create-pizza .flour-img {
  position: absolute;
  left: -200px;
  top: 100px;
  z-index: 0;
}

@media screen and (max-width: 769px) {
  #create-pizza .flour-img {
    width: 200px;
    left: -80px;
  }
}

#create-pizza img.decoration {
  position: absolute;
  -webkit-filter: drop-shadow(0px 13px 3px #0a0a0a);
  filter: drop-shadow(0px 13px 3px #0a0a0a);
  z-index: 1;
}

#create-pizza img.decoration.top-right {
  width: 220px;
  right: -40px;
  top: 10px;
}

@media screen and (max-width: 769px) {
  #create-pizza img.decoration.top-right {
    right: -130px;
  }
}

#create-pizza img.decoration.center-left {
  width: 150px;
  left: -40px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 769px) {
  #create-pizza img.decoration.center-left {
    display: none;
  }
}

#create-pizza img.decoration.center-right {
  width: 150px;
  right: -40px;
  top: 0px;
  bottom: 0;
  margin: auto;
  -webkit-filter: none;
  filter: none;
}

@media screen and (max-width: 769px) {
  #create-pizza img.decoration.center-right {
    display: none;
  }
}

#create-pizza img.decoration.top-left {
  width: 220px;
  left: 0;
  top: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 769px) {
  #create-pizza img.decoration.top-left {
    left: -120px;
  }
}

#create-pizza img.decoration.bottom-left {
  width: 180px;
  left: -30px;
  bottom: -10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  #create-pizza img.decoration.bottom-left {
    width: 100px;
    left: -50px;
    bottom: 0;
  }
}

#create-pizza img.decoration.bottom-right {
  width: 250px;
  right: -20px;
  bottom: -10px;
}

@media screen and (max-width: 769px) {
  #create-pizza img.decoration.bottom-right {
    right: -180px;
  }
}

#create-pizza img.decoration.bottom-center {
  width: 220px;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto;
}

#create-pizza .menu-table {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#create-pizza .menu-table th,
#create-pizza .menu-table td {
  padding: 20px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#create-pizza .menu-table tr {
  border: 0;
}

#create-pizza .menu-table tr td {
  text-align: right;
  font-family: "Merriweather", serif;
}

#create-pizza .menu-table tr th {
  text-align: right;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  letter-spacing: 0.1rem;
}

#create-pizza .menu-table tr th:first-child {
  text-align: left;
}

#other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}

#other .content {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 20px 120px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#other .content .flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#other .content .flex-content .item {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin: 20px 0;
}

#other .content .flex-content .item .other-item {
  margin: 10px 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#other .content .flex-content .item .other-item h4 {
  margin: 0;
  font-family: "Merriweather", serif;
}

#other .content .flex-content .item .other-item p {
  margin: 0;
}

@media screen and (max-width: 769px) {
  #other .content .flex-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#other .left-img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 100%;
  min-height: 100vh;
  max-height: 140%;
  position: relative;
}

#other .left-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 60px;
}

#other .left-img .overlay .items {
  width: 100%;
}

#other .left-img .overlay .other-item {
  margin: 10px 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#other .left-img .overlay .other-item h4 {
  margin: 0;
  font-family: "Merriweather", serif;
}

#other .left-img .overlay .other-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

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

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

@media screen and (max-width: 992px) {
  #other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #other .left-img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #other .left-img .overlay {
    padding: 30px 20px;
  }
  #other .content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 50px 15px;
  }
  #other .content .title h1 {
    font-size: 3.5rem;
  }
}

#offers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  padding: 0;
}

#offers .offer {
  background-color: #ededed;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

#offers .offer .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#offers .offer .overlay h5 {
  background-color: #cf2734;
  padding: 5px 15px;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 50px;
  display: inline-block;
}

#offers .offer .overlay h3 {
  font-size: 2.8rem;
  line-height: 3.5rem;
  margin: 15px 0;
}

#offers .offer .overlay h4 {
  font-weight: 400;
}

#offers .offer .img-cont {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

#offers .offer .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

#offers .offer:hover .img-cont img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media screen and (max-width: 769px) {
  #offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #offers .offer {
    padding-top: 75%;
  }
  #offers .offer .overlay h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

#about .btn-group {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  #about {
    padding-bottom: 0;
  }
  #about img {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=main.css.map */