/* ---- Defined size of Container and High Res Devices ---- */
@media (max-width: 1950px) {
  .container {
    max-width: 1400px !important;
  }
  .nav-link {
    margin-left: 5px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1000px !important;
  }
  .nav-link {
    margin-left: 5px;
  }
  .home-space {
    margin-top: 8rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 900px !important;
  }
  .nav-link {
    margin-left: 5px;
  }
}
html {
  scroll-behavior: smooth;
}

/* ---- Colors MAP ---- */
/* ---- Navbar ---- */
.navbar {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
}

.nav-link:hover {
  color: rgb(59, 59, 59);
}

.dropdown-menu {
  background-color: #d6f7bb;
}

/* ---- Image Control ---- */
.navbar-brand img {
  width: 110px;
}

.footer-img img {
  width: 100px;
}

/* ---- Body ---- */
body {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3 {
  font-weight: 700 !important;
  color: rgb(59, 59, 59);
  font-size: 35px;
}

h4, h5, h6 {
  font-weight: 600;
}

p {
  color: rgb(94, 94, 94);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
}

/* ---- Buttons Global ---- */
.btn {
  border-radius: 25px;
  font-size: 17px;
}

.btn-outline-secondary-contact {
  background-color: rgb(116, 184, 60);
  color: white !important;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
}

.btn-outline-secondary {
  background-color: rgb(116, 184, 60);
  border: none;
  color: white;
  position: relative;
  transition: all 0.5s !important;
  box-shadow: inset 0px 0px 0px rgb(116, 184, 60);
  font-weight: 600;
}

.btn-outline-secondary-contact:hover {
  background-color: rgb(116, 184, 60);
  color: white;
}

.btn-outline-secondary:hover {
  box-shadow: inset 150px 0px 0px rgb(49, 218, 141);
  color: white !important;
}

.btn-secondary {
  border: 1px solid white;
  background: none;
  color: white;
  font-weight: 700;
  box-shadow: inset 0px 0px 0px rgb(56, 56, 56);
  transition: all 0.5s !important;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-secondary:hover {
  box-shadow: inset -180px 0px 0px rgb(56, 56, 56);
}

.btn-primary {
  background: rgb(116, 184, 60);
  border: none;
}

.btn-primary-diets {
  border: 2px solid rgb(116, 184, 60);
  color: rgb(116, 184, 60);
  font-weight: 500;
}

.btn-primary-diets:hover {
  background-color: rgb(116, 184, 60);
  color: white;
}

/* ---- Navbar ---- */
.navbar {
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.nav-link, .navbar-brand {
  color: rgb(51, 51, 51);
  font-weight: 600;
  transition: border 0.3s;
}

/* ---- Home Section ---- */
.home-space {
  margin-top: 17rem;
  margin-bottom: 15rem;
}

.home h1 {
  font-size: 45px;
  color: white;
}

.home p {
  color: white;
}

.bgimage {
  width: 100%;
  background: url("/img/Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bgimage-workdiets {
  width: 100%;
  height: auto;
  background: url("/img/BackgroundWork.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* ---- About Section ---- */
.about {
  margin-top: 5rem;
}

.about h3 {
  font-size: 20px;
  font-weight: 700;
}

.how-icons {
  width: 150px;
  transition: all 0.2s ease-in-out;
}

.how-icons:hover {
  transform: translateY(12px) rotate(360deg);
}

/* ---- Cookie Bar ---- */
#cookie-bar-bottom {
  bottom: 0;
}

.cookie-bar {
  width: 100%;
  line-height: 20px;
  left: 0;
  position: fixed;
  z-index: 100;
  background-color: rgba(122, 185, 70, 0.9);
}

.cookie-content {
  color: white;
  text-align: center;
  padding-top: 15px;
}
.cookie-content p {
  font-weight: 400;
  color: white;
}
.cookie-content .cookie-policy {
  color: rgb(169, 248, 105);
  font-weight: 600;
}

.cookie-hide {
  margin-left: 10px;
  text-decoration: none;
  background-color: white;
  color: rgb(92, 145, 50);
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid white;
  border-radius: 15px;
  outline: none;
}

.cookie-hide:hover {
  background-color: rgb(169, 248, 105);
  color: white;
}

.works-diets h1 {
  margin-top: 100px;
  color: white !important;
}

.works-diets p {
  color: white;
}

.bgimage-workdiets {
  width: 100%;
  height: auto;
  background: url("/img/BackgroundWork.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.test-diets h3 {
  margin-top: 200px !important;
  color: white;
}

.test-diets p {
  color: white;
}

.test-diets h2 {
  margin: 0;
  color: white;
}

.test-diets h4 {
  color: white;
}

.diets {
  margin-top: 150px;
}

.img-fluid {
  border-radius: 25px;
}

/* 
Diets Home 
*/
.services h3 {
  font-size: 25px;
}
.services .alldiets p {
  font-size: 15px;
}

.vegetablesbg {
  width: 100%;
  background: url("/img/bgdietsection.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.chooseus h6 {
  font-weight: 500;
  color: rgb(90, 90, 90);
}

.chooseus-icon {
  width: 100px;
}

.chooseusbg {
  width: 100%;
  background: url("/img/bgchoosesection.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bgabout {
  width: 100%;
  background: url("/img/bgdietsection.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.testdietsbg {
  width: 100%;
  height: 800px;
  background: url("/img/BackgroundTestDiets.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dietspagebg {
  width: 100%;
  background: url("/img/bgdietsection.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cooperationbg {
  width: 100%;
  background: url("/img/bgdietsection.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cooperation {
  margin-top: 120px;
}

#consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 3rem;
  background-color: #fff;
  transition: opacity 1s ease;
  box-shadow: inset 10px 0px 0px #74b83c;
  text-align: center;
}
#consent-popup.hidden {
  opacity: 0;
}
#consent-popup #accept {
  color: #74b83c;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */