@font-face {
  font-family: "Montserrat-Regular";
  src: url(./fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(./fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(./fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url(./fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat-Light";
  src: url(./fonts/Montserrat-Light.ttf);
}
body {
  display: block;
  overflow-x: hidden;
  font-family: "Montserrat-Regular";
}
.mobile-screen {
  background: url("images/phone.png") center no-repeat;
  margin: auto;
  text-align: center;
  width: 400px;
  height: 800px;
}
.mobile-screen {
  display: block;
  margin: auto;
}
.main-header {
  background-image: url(images/Main-Background.png);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-header-special {
  background-color: #f7f7f7;
  height: 120px;
  padding-bottom: 20px;
}
.navbar-brand img {
  max-width: 100px;
}
.navbar-brand {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  color: #7d0a10;
  width: 100px;
}
nav ul li a.nav-link {
  text-align: right;
  color: #fff;
  font-size: 15px;
  margin: auto 18px;
  font-family: "Montserrat-Medium";
}

nav ul.navbar-nav li a.nav-link.active {
  color: #d93a3f;
}
nav .home-nav ul.navbar-nav li a.nav-link.active {
  color: #f6cb00;
}
nav ul.navbar-nav li a.nav-link.active::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d93a3f;
  border-radius: 10px;
  margin: auto;
  margin-top: 3px;
}
nav .home-nav ul.navbar-nav li a.nav-link.active::after {
  background: #f6cb00;
}
nav ul li a.nav-link:hover {
  color: #d93a3f;
}
nav .home-nav ul li a.nav-link:hover {
  color: #f6cb00;
}
.main-header-special nav ul li a.nav-link {
  text-align: right;
  color: rgb(0, 0, 0);
  font-size: 15px;
  margin: auto 18px;
  font-family: "Montserrat-Medium";
}
.main-header-special nav ul.navbar-nav li a.nav-link.active {
  color: #d93a3f;
}

.main-header-special nav .home-nav ul.navbar-nav li a.nav-link.active {
  color: #f6cb00;
}
.main-header-special nav ul.navbar-nav li a.nav-link.active::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d93a3f;
  border-radius: 10px;
  margin: auto;
  margin-top: 3px;
}

.main-header-special nav .home-nav ul.navbar-nav li a.nav-link.active::after {
  background: #f6cb00;
}
.main-header-special nav ul li a.nav-link:hover {
  color: #d93a3f;
}
.main-header-special nav .home-nav ul li a.nav-link:hover {
  color: #f6cb00;
}
.banner-content {
  padding-bottom: 50px;
}
.banner-text {
  padding-top: 180px;
}
.banner-content .carousel-inner {
  height: calc(100vh - 170px);
}
.banner-content .carousel-item {
  height: 100%;
  display: flex;
}
.slide-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}

.slide-fade .carousel-item.active,
.slide-fade .carousel-item-next.carousel-item-left,
.slide-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.slide-fade .active.carousel-item-left,
.slide-fade .active.carousel-item-right {
  opacity: 0;
}

.slide-fade .carousel-item-next,
.slide-fade .carousel-item-prev,
.slide-fade .carousel-item.active,
.slide-fade .active.carousel-item-left,
.slide-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.banner-text-sub {
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 34px;
}
.banner-text-main {
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 60px;
}
.banner-text-main-head {
  color: #f6cb00;
  font-family: "Montserrat-Bold";
  font-size: 58px;
}
.banner-text-info {
  color: #fff;
  font-family: "Montserrat-Regular";
  font-size: 18px;
}
.register-button {
  margin-top: 10px;
  border: none;
  border-radius: 14px;
  background-color: #f6cb00;
  color: #000;
  padding: 8px 14px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  display: none;
}
.video-button {
  margin-top: 10px;
  border: none;
  border-radius: 14px;
  background-color: #f6cb00;
  color: #000;
  padding: 8px 14px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
}
.banner-img {
  background: url("images/Logo-Background.png") center no-repeat;
  background-size: contain;
}
.banner-img img {
  display: block;
  max-width: 100%;
  max-height: 88%;
  margin: auto;
  padding-top: 52px;
}
.aboutus-sub-banner {
  background: url("images/Main-Background.png") center no-repeat;
  background-size: cover;
  /* background-color: #d93a3f; */
}
.sub-banner-img {
  max-width: 100%;
  max-height: 388px;
}
.how-work {
  padding-bottom: 70px;
}
.how-work-text {
  text-align: center;
  padding-top: 70px;
}
.how-work-head {
  color: #d93a3f;
  font-family: "Montserrat-Light";
  font-size: 24px;
}
.how-work-sub-head {
  color: #000;
  font-family: "Montserrat-Bold";
  font-size: 26px;
}
.how-work-info {
  color: #000;
  font-size: 14px;
}
.how-work-content {
  background: url("images/path-img.png") no-repeat;
  background-position-x: 37%;
  background-size: 67%;
}
.how-work-img {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
}
.how-work-item-head {
  padding-top: 10px;
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 22px;
}
.how-work-desc {
  padding-top: 8px;
  color: #000;
  margin: auto;
  text-align: center;
  font-family: "Montserrat-Regular";
  width: 255px;
  font-size: 14px;
}
.aboutus {
  background-color: #f7f7f7;
}
.about-us {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-us img {
  max-width: 100%;
}
.about-us-text {
  width: 75%;
  padding-top: 150px;
}
.about-us-head {
  color: #d93a3f;
  font-family: "Montserrat-Light";
  font-size: 26px;
}
.about-us-sub-head {
  color: #000;
  font-family: "Montserrat-Bold";
  font-size: 26px;
}
.about-us-content-1 {
  color: #000;
  font-size: 14px;
  text-align: justify;
  line-height: 28px;
}
.about-us-content-2 {
  color: #000;
  font-size: 14px;
  text-align: justify;
  line-height: 28px;
}
.about-app-img {
  padding-top: 35px;
}
.our-plan-text {
  text-align: center;
  padding-bottom: 30px;
}
.our-plan {
  padding-top: 50px;
}
.food-plan-row-1 {
  padding-bottom: 30px;
}
.food-plan-1 {
  background: url("images/food-plan-1.png") left no-repeat;
  height: 200px;
}
.food-plan-2 {
  background: url("images/food-plan-2.png") right no-repeat;
  height: 200px;
}
.food-plan-2 .food-plan-details,
.food-plan-4 .food-plan-details {
  width: 380px;
  margin-left: auto;
}
.food-plan-3 {
  background: url("images/food-plan-3.png") left no-repeat;
  height: 200px;
}
.food-plan-4 {
  background: url("images/food-plan-4.png") right no-repeat;
  height: 200px;
}
.food-plan-details {
  padding-top: 35px;
  padding-left: 50px;
}
.food-plan-rate {
  color: #000;
  font-family: "Montserrat-Bold";
  font-size: 34px;
  margin-bottom: 3px;
}
.food-plan-month {
  color: #000;
  font-family: "Montserrat-Bold";
  font-size: 20px;
}
.food-plan-ul {
  padding-left: 0px;
}
.customise {
  color: #3a3a3a;
  padding-left: 90px;
}
.food-categories {
  padding-top: 70px;
  padding-bottom: 50px;
}
.food-categories-text {
  text-align: center;
}
.food-plan-ul li {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  line-height: 28px;
  list-style: none;
  background-image: url("images/food-plan-list.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-size: 18px;
}
.food-categories-content {
  padding-top: 20px;
  text-align: center;
}
.privacy-policy-head {
  color: #000;
  font-family: "Montserrat-Light";
  font-size: 26px;
}
.privacy-policy-content {
  padding-top: 20px;
  text-align: justify;
}
.privacy-policy-content p {
  line-height: 2;
}
.food-category {
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px #cec7c7;
}
.food-category-name {
  padding: 0 5px;
}
.food-category:hover {
  background: linear-gradient(to top, #8b0d0d 20%, #d93a3f);
  color: #fff;
  cursor: pointer;
}
.text-yellow {
  color: #f6cb00;
}
.category-icon {
  color: #d93a3f;
  display: block;
  float: right;
  font-size: 20px;
}
.food-category:hover .category-icon {
  color: #fff;
}
.whychooseus {
  background-color: #faf5df;
  padding-bottom: 70px;
}
.why-choose-us-text {
  padding-top: 50px;
  text-align: center;
}
.why-choose-us-head {
  color: #d93a3f;
  font-family: "Montserrat-Light";
  font-size: 26px;
}
.why-choose-us-head-bold {
  color: #000;
  font-family: "Montserrat-Bold";
  font-size: 26px;
}
.why-choose-us-sub-head {
  color: #000;
  font-family: "Montserrat-Regular";
  font-size: 16px;
}
.why-choose-us-content {
  padding-top: 50px;
  text-align: center;
}
.why-choose-us-content-row-2 {
  padding-top: 70px;
}
.why-choose-item-name {
  font-size: 18px;
  font-family: "Montserrat-Bold";
  padding-top: 20px;
  padding-bottom: 20px;
  width: 160px;
  max-width: 100%;
  margin: auto;
  line-height: 25px;
}
.why-choose-item-desc {
  font-size: 14px;
  font-family: "Montserrat-Regular";
  width: 250px;
  max-width: 100%;
  margin: auto;
  line-height: 25px;
}
.tension-free-content {
  padding-bottom: 70px;
}
.tension-free-text {
  margin-top: 70px;
}
.tension-free-head {
  color: #d93a3f;
  font-family: "Montserrat-Light";
  font-size: 26px;
}
.tension-free-sub-head {
  color: #000;
  font-family: "Montserrat-Bold";
  font-size: 26px;
}
.tension-free-desc {
  padding-top: 10px;
  color: #000;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  width: 480px;
  max-width: 100%;
  line-height: 30px;
}
.tension-free-ul {
  padding-top: 5px;
  padding-left: 0px;
  display: block;
}
.tension-free-ul li {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  line-height: 34px;
  list-style: none;
  background-image: url("images/list.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-size: 18px;
}
.mobile-app {
  background-image: url("images/mobile-app-bg-mobile.png");
  height: 100%;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.mobile-app-text {
  width: 50%;
  margin-left: auto;
  padding-top: 150px;
}
.mobile-app-main-head {
  font-size: 26px;
  font-family: "Montserrat-Light";
  color: #d93a3f;
}
.mobile-app-head {
  font-size: 34px;
  font-family: "Montserrat-Bold";
  color: #000;
}
.mobile-app-sub-head {
  font-size: 34px;
  font-family: "Montserrat-Bold";
  color: #000;
}
.mobile-app-desc {
  padding-top: 5px;
  width: 400px;
  max-width: 100%;
  line-height: 30px;
  font-family: "Montserrat-Medium";
  font-size: 18px;
}
.mobile-app-button {
  margin-top: 5px;
  border: none;
  border-radius: 14px;
  background-color: #d93a3f;
  color: #000;
  padding: 8px 14px;
  font-family: "Montserrat-Bold";
  font-size: 14px;
}
.mobile-app-button i {
  color: #fff;
  padding-right: 5px;
}
.footer {
  background-color: #363636;
}
.footer-social {
  padding-top: 50px;
}
.social-icons-head {
  color: #fff;
}
.social-icons a,
.mail-icon {
  margin-left: 10px;
  background: #d93a3f;
  color: #fff;
  border-radius: 20px;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.mail-icon {
  margin-left: 0;
  font-size: 13px;
  padding-top: 2px;
  margin-right: 8px;
}
.social-icons a i {
  color: #fff;
}

.social-icons {
  margin-top: 20px;
}
.footer-address {
  padding-top: 50px;
}

.quick-links-head,
.features-head {
  color: #a3a1a1;
  font-size: 18px;
  font-family: "Montserrat-Bold";
}
ul.quick-links,
.features ul {
  padding-left: 0px;
}
.quick-links li {
  padding-left: 0px;
  list-style: none;
  color: #e6e4e4;
  font-size: 14px;
  font-family: "Montserrat-Medium";
  line-height: 28px;
}
.features ul li {
  padding-left: 1px;
  color: #e6e4e4;
  font-size: 14px;
  font-family: "Montserrat-Medium";
  line-height: 28px;
}
.thecompany {
  padding-bottom: 70px;
}
.company {
  padding-top: 70px;
}
.company-text {
  width: 90%;
}
.company-head {
  color: #d93a3f;
  font-family: "Montserrat-Light";
  font-size: 24px;
}
.company-sub-head {
  color: #000;
  font-family: "Montserrat-Bold";
  font-size: 26px;
}
.company-content-1 {
  color: #000;
  font-size: 14px;
  text-align: justify;
  line-height: 28px;
}
.company-content-2 {
  color: #000;
  font-size: 14px;
  text-align: justify;
  line-height: 28px;
}
.company-img {
  padding-bottom: 20px;
  width: 100%;
  max-width: 620px;
  height: 340px;
}
.events-news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.events-news-content {
  padding-bottom: 80px;
}
.events-img img {
  width: 360px;
  box-shadow: 1px 1px 3px #cec7c7;
}

.subscribe-container input {
  background: none;
  border: none;
  border-bottom: 1px solid #f6cb00;
  padding-bottom: 8px;
  margin-right: 10px;
  outline: none;
  font-size: 14px;
  color: #e6e4e4;
}

.subscribe-container button {
  border: none;
  color: #000;
  background: #f6cb00;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
}

.download-button {
  border: none;
  color: #000;
  background: #f6cb00;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
}

.subscribe-container button:hover,
.download-button:hover {
  color: #fff;
  background: #d93a3f;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.subscribe-container button i {
  margin-left: 10px;
}
.download-button i {
  margin-right: 5px;
}

.subscribe-container input::placeholder {
  color: #e6e4e4;
}

.address.d-flex.text-white h4 {
  font-size: 24px;
  font-weight: 600;
}
.phone-icon img {
  width: 22px;
  margin-right: 8px;
}

.contact-text {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 8px;
}
.tension-free-img img {
  max-width: 100%;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid #515050;
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

#exampleModal .modal-dialog {
  width: 1000px;
  max-width: 100%;
}

.features ul {
  padding-left: 12px;
}
.navbar-toggler {
  color: #fffeeb;
  font-size: 30px;
  outline: none;
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.call-us-nav-item {
  margin-top: 8px;
}
/* .about-banner-text {
    padding-top: 80px;

  } */

@media screen and (max-width: 1500px) {
  .mobile-app {
    background-position: center;
  }
}
@media screen and (max-width: 992px) {
  .main-section {
    overflow: hidden;
  }
  .main-header-special {
    height: auto;
  }
  .watch-button-mobile {
    margin-left: 8px;
  }
  .mobile-app {
    background-position-x: 30%;
    background-size: cover;
  }
  .navbar-brand img {
    max-width: unset;
    width: 100px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  nav ul li a.nav-link,
  .main-header-special nav ul li a.nav-link {
    font-size: 18px;
    text-align: left;
  }
  nav ul.navbar-nav li a.nav-link.active::after,
  .main-header-special nav ul.navbar-nav li a.nav-link.active::after {
    display: none;
  }
  .banner-text {
    padding-top: 20px;
  }
  .call-us-nav-item {
    display: none;
  }
  .how-work-content {
    background: none;
  }
  .food-plan-1,
  .food-plan-2,
  .food-plan-3,
  .food-plan-4 {
    background-size: 100%;
    height: 225px;
    margin-bottom: 15px;
  }
  .food-plan-details {
    padding-top: 45px;
  }
  .food-plan-row-1 {
    padding-bottom: 0;
  }
  .food-plan-2 .food-plan-details,
  .food-plan-4 .food-plan-details {
    padding-left: 150px;
  }
  .about-us-text {
    margin: auto;
  }
  .mobile-app-text {
    width: 100%;
  }
  .mobile-app {
    background-position-x: 100%;
  }
  .mobile-app {
    background-position-x: 100%;
    background-size: auto;
    padding: 50px 0px;
  }
  .mobile-app-text,
  .why-choose-us-content-row-2 {
    padding-top: 0;
  }
  .food-categories {
    padding-bottom: 20px;
  }
  .about-us-text {
    padding-top: 50px;
  }
  .about-app-img div {
    width: 130px;
  }
  .why-choose-item-desc {
    margin-bottom: 25px;
  }
  .subscribe-container input {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
  .social-icons {
    margin-top: 0;
  }
  .address {
    margin-bottom: 30px;
  }
  .register-button {
    font-size: 14px;
  }
  #demo {
    width: 100%;
    margin: auto;
    background-size: 80%;
  }
  .how-work-desc {
    margin-bottom: 25px;
  }
  .how-work {
    padding-bottom: 35px;
  }
  .how-work-info {
    margin-bottom: 0;
  }
  .tension-free-text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .food-plan-ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .food-plan-1,
  .food-plan-2,
  .food-plan-3,
  .food-plan-4 {
    height: 145px;
  }
  .food-plan-details {
    padding-top: 8px;
  }
}
