* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: sans-serif;
  src: url(../fonts/ourfont-Light.woff2);
}
@font-face {
  font-family: ourfont-light;
  src: url(../fonts/ourfont-bold.woff2);
}

body {
    font-family: 'Raleway';
}

html {
  scroll-behavior: smooth;
}

.sectionCommon .rightBg {
  background: url("../images/sidebg.jfif");
  background-size: cover;
  background-position: 50% 50%;
}
.sectionCommon .leftBg {
  background: url("../images/delivery-man-with-medical-mask_23-2148557060.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.customSection {
  padding: 50px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.customSection h1 {
  font-size: 3rem;
  margin-top: 10px;
  color: #de3623;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}
.customSection .iconify {
  font-size: 8rem;
}
.customSection p {
  text-align: center;
  font-size: 18px;
  padding: 0.5rem 0;
  max-width: 75%;
}

.navCustom {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(45deg, #ffb729, rgba(220, 143, 1, 0.7019607843)), url(../images/dobbelburger.jpg);
  z-index: 111;
  background-size: cover;
  background-position: 20% 36%;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.navCustom.active {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.navCustom.active .iconify {
  position: fixed;
  transition: all 0.3s ease;
  top: 36px;
  left: 27px;
  transform: rotate(44deg);
  font-size: 3rem;
  cursor: pointer;
  opacity: 0;
}
.navCustom.active .iconify.active {
  animation: fadeIn 0.9s forwards !important;
}
.navCustom .brand {
  background: #fff;
  position: absolute;
  margin: 0 auto;
  max-width: 197px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .navCustom .brand {
    max-width: 100px;
  }
}
.navCustom .brand img {
  width: 100%;
  height: auto;
}
.navCustom .brand:after {
  content: "";
  height: 300px;
  background: white;
  width: 300px;
  position: absolute;
  top: -93px;
  left: -53px;
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .navCustom .brand:after {
    height: 198px;
    background: white;
    width: 170px;
    position: absolute;
    top: -76px;
    left: -33px;
  }
}
.navCustom .inner {
  margin-top: 240px;
  height: auto;
}
@media (max-width: 768px) {
  .navCustom .inner {
    margin-top: 11rem;
  }
}
@media (max-width: 700px) {
  .navCustom .inner {
    margin-top: 160px;
  }
}
.navCustom .inner .floatingMenu, .navCustom .inner .floatingMenuSmall {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 700px) {
  .navCustom .inner .floatingMenu, .navCustom .inner .floatingMenuSmall {
    text-align: center;
  }
}
.navCustom .inner .floatingMenu li a, .navCustom .inner .floatingMenuSmall li a {
  text-decoration: none;
  font-size: 2.22222rem;
  line-height: 48px;
  color: #172b4d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .navCustom .inner .floatingMenu li a, .navCustom .inner .floatingMenuSmall li a {
    font-size: 1.62222rem;
    line-height: 1.6;
  }
}
.navCustom .inner .floatingMenu li a:hover, .navCustom .inner .floatingMenuSmall li a:hover {
  color: #fff;
}
.navCustom .inner .floatingMenuSmall li a {
  font-size: 25px;
  color: #fff;
}
.navCustom .inner .floatingMenuSmall li a:hover {
  color: #172b4d;
}

.subscribe {
  background: #de3623;
  color: #fff;
}
.subscribe .customSection .iconify {
  color: #fff !important;
}
.subscribe .customSection h1 {
  margin-top: 0;
  color: #fff;
}
.subscribe .customSection p {
  color: #fff;
}

.toTop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 32px;
  background: #172b4d;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.toTop:hover {
  color: #fff;
  background: #de3623;
}

.product_desc {
  font-size: 18px;
}

.btn-theme {
  cursor: pointer;
  border-radius: 6px;
  display: inline-block;
  align-items: center;
  outline: none;
  transition: 0.3s ease;
  background-color: #de3623;
  border: 2px solid #de3623;
  color: #fff !important;
  padding: 16px 24px;
  font-size: 1.5rem;
  text-decoration: none !important;
}
.btn-theme:hover {
  background-color: #172b4d;
}

.bg-primary {
  background-color: #de3623 !important;
}
.bg-primary:hover {
  background-color: orange;
}

.text-primary {
  color: #de3623 !important;
}

.link-outline {
  cursor: pointer;
  border-radius: 6px;
  display: inline-block;
  align-items: center;
  outline: none;
  transition: 0.3s ease;
  background-color: transparent;
  border: 2px solid #de3623;
  color: #de3623 !important;
  padding: 4px 13px;
  text-decoration: none;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .link-outline {
    font-size: 1.23333rem;
  }
}
.link-outline .iconify {
  color: #de3623;
}
.link-outline:hover {
  color: #fff !important;
  background: #de3623;
}
.link-outline:hover .iconify {
  color: #fff !important;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .area {
  padding: 0 25px;
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .area:nth-child(1) .navItem {
    display: none;
  }
}
.header .area:nth-child(2) {
  flex: 0.3;
}
@media (max-width: 768px) {
  .header .area:nth-child(2) {
    flex: 1;
  }
}
.header .area:nth-child(3) {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .header .area:nth-child(3) .navItem {
    display: none;
  }
}
.header .area .navBtn .iconify {
  font-size: 62px;
  cursor: pointer;
}
.header .area ul {
  padding: 0;
  margin: 0;
}
.header .area ul li {
  list-style: none;
  display: inline;
}
.header .area ul li a {
  color: #172b4d;
  margin: 0 15px;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  transition: 0.3s all;
}
.header .area ul li a:hover {
  color: #de3623;
}

.card-img-top {
  max-width: 275px;
  margin: 0 auto;
}

.slide {
  position: relative;
  /* height: 82.5vh; */
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .slide {
    height: unset;
  }
}
.slide video {
  width: 100%;
}
.slide .slideInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(58, 111, 62, 0.5294117647);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide .slideInfo .inner h1 {
  font-size: 4.44444rem;
  line-height: 88px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .slide .slideInfo .inner h1 {
    text-align: center;
    font-size: 42px;
  }
}
.slide .slideInfo .inner .links {
  display: flex;
  justify-content: center;
}
.slide .slideInfo .inner .links .link-outline {
  margin: 0 15px;
  border: 2px solid #fff !important;
  letter-spacing: 2px;
  color: #fff !important;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}
@media (max-width: 425px) {
  .slide .slideInfo .inner .links .link-outline {
    font-size: 1rem;
  }
}

.menuItems {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
@media (max-width: 450px) {
  .menuItems {
    text-align: center;
  }
}
.menuItems h1 {
  font-size: 3.11111rem;
  line-height: 64px;
  color: #172b4d;
}
.menuItems hr {
  display: block;
  height: 2px;
  width: 128px;
  background: #de3623;
  border: 0;
  margin-bottom: 40px;
}
.menuItems ul {
  margin: 0;
  padding: 0;
}
.menuItems ul li {
  list-style: none;
  display: inline;
}
.menuItems ul li a {
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #172b4d;
  transition: all 0.4s ease-in-out;
}
.menuItems ul li a:hover {
  background-color: #de3623;
  color: #fff;
}
.menuItems ul li a.active {
  background-color: #de3623;
  color: #fff;
}
@media (max-width: 450px) {
  .menuItems ul li a {
    line-height: 2.5;
  }
}

.food {
  padding: 50px;
  background: #ECEBE9;
}
@media (max-width: 768px) {
  .food {
    padding: 25px 0;
  }
}
.food .card {
  transition: 0.4s all;
}
.food .card:hover {
  transform: scale(1.1);
}

.productSlider {
  padding: 38px 0;
  background: beige;
}
.productSlider .swiper-container {
  height: 245px;
}
.productSlider h1 {
  font-size: 3rem;
  margin-top: 10px;
  color: #de3623;
  font-weight: bold;
  text-transform: capitalize;
}
.productSlider .iconify {
  font-size: 8rem;
}
.productSlider p {
  text-align: center;
  font-size: 22px;
  padding: 0.5rem 0;
  margin-bottom: 50px;
}

:target .col-lg-12 .mb-5 {
  color: #de3623;
  margin-top: 230px;
}
@media (max-width: 450px) {
  :target .col-lg-12 .mb-5 {
    margin-top: 270px;
  }
}

.contact label {
  font-size: 22px;
}

.mainFooter {
  background: #de3623;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .mainFooter {
    text-align: center;
  }
  .mainFooter table {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.mainFooter table tr td {
  color: #fff;
  font-size: 18px;
  border: 1px solid;
  padding: 1px 7px;
}
.mainFooter .sp-module-title {
  color: #e9ea6e;
  margin-bottom: 10px;
}
.mainFooter .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainFooter .menu li a {
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
}
.mainFooter .menu li a:hover {
  color: black;
}
.mainFooter .custom p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}

footer {
  background-color: #de3623;
  color: #fff;
  letter-spacing: 1px;
}
footer a {
  color: #fff;
}

@keyframes fadeIn {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}/*# sourceMappingURL=app.css.map */