@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');

* {
  box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: "Sora", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0px;
}

img {
  width: 100%;
  display: block;
}

p {
  margin: 0px;
}

.header-top {
  background: #16b97a;
  color: white;
  align-items: center;
  padding: 16px 0px;
}

.header-top-left p {
  display: flex;
  justify-content: center;
}

.header-top .row {
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
  padding-left: 310px;
}

.header-logo img {
  width: 89%;
}

.header-navigation nav ul li a {
  color: #000000;
}

.header-navigation nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}


.header-bottom .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bottom {
  padding: 20px 0px;
  border: 1px solid #0202021c;
}

.container-fluid {
  padding: unset;
}

.header-top-r ul {
  display: flex;
  gap: 32px;
}

/* Hamburger styles */
.hamburger {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 10px;
}

/* Mobile nav hidden by default */
#nav-menu {
  display: flex;
  justify-content: center;
}

/* PAGE-TOP */
section.page-top-sec {
  background: #eef7f8;
  position: relative;
  padding: 50px 0px;
}

.page-top-left-image {
  width: 20%;
  position: absolute;
  top: 0;
  right: 370px;
}

section.page-top-sec .row {
  align-items: center;
}

.page-top-cc h1 {
  color: #16b97a;
  font-weight: 700;
}

/* ABOUT-US */
.wraper {
  overflow: hidden;
}

section.about-us {
  padding: 190px 0px;
}

.abt-le-had h1 {
  font-weight: 700;
  width: 100%;
  font-size: 50px;
  padding-bottom: 20px;
}

.abt-left-main {
  display: flex;
}

.abt-p {
  width: 100%;
}

.abt-right-c h6 {
  color: #16b97a;
  font-weight: 700;
}

.our-cef {
  display: flex;
  align-items: center;
  margin-top: -70px;
}

.imag-hef {
  width: 12%;
  margin-right: 30px;
}

.imag-hef img {
  border-radius: 50px;
}

.imag-content-chef h4 {
  font-size: 16px;
}

.imag-content-chef h5 {
  font-size: 17px;
  font-weight: 600;
  color: #ffca0b;
}

.abt-bottom {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 10px;
}

.chef-stats h3 {
  font-weight: 800;
  color: #16b97a;
  font-size: 51px;
}

.abt-right-c {
  padding-bottom: 30px;
}

.abt-le-had h6 {
  font-family: "Shadows Into Light Two", cursive;
  font-size: 22px;
  font-weight: 800;
  color: #ffd40b;
}

/* EXPERT- */
.left-bg-expert {
  width: 80%;
  background: #ffa500;
  border-radius: 0px 30px 30px 185px;
  border: 11px solid white;
  box-shadow: -3px 3px 35px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -3px 3px 35px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -3px 3px 35px -9px rgba(0, 0, 0, 0.75);
}

section.our-experties {
  background: #eef7f8;
  padding: 110px 0px 70px 0px;
  position: relative;
}

.progress-main ul li h3 {
  font-weight: 600;
  margin-bottom: 40px;
}

.progress-main ul li {
  display: flex;
  gap: 330px;
  position: relative;
}

.progress-main ul li h3 {
  font-size: 17px;
  position: relative;
}

.progress-main ul li .hok {
  font-size: 17px;
  position: relative;
}

.progress-main {
  margin-top: 30px;
}

.progress-main ul li .hok::before {
  position: absolute;
  bottom: -20px;
  left: 0px;
  content: "";
  width: 387px;
  height: 5px;
  background: #16b97a;
}

.progress-main ul li::before {
  position: absolute;
  bottom: 20px;
  left: 0px;
  content: "";
  width: 597px;
  height: 5px;
  background: #ababab26;
}

li {
  position: relative;
}

.left-bg-expert {
  position: absolute;
  width: 30%;
}

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');

* {
  box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: "Sora", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul {
  padding: 0px;
  margin: 0px;
}

img {
  width: 100%;
  display: block;
}

p {
  margin: 0px;
}

.header-top {
  background: #16b97a;
  color: white;
  align-items: center;
  padding: 16px 0px;
}

.header-top-left p {
  display: flex;
  justify-content: center;
}

.header-top .row {
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
  padding-left: 310px;
}

.header-logo img {
  width: 100%;
  margin-left: -39px;
}

.header-navigation nav ul li a {
  color: #000000;
}

.header-navigation nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}


.header-bottom .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bottom {
  padding: 20px 0px;
  border: 1px solid #0202021c;
}

.container-fluid {
  padding: unset;
}

.header-top-r ul {
  display: flex;
  gap: 32px;
  margin-left: 65px;
}

/* PAGE-TOP */
section.page-top-sec {
  background: #eef7f8;
  position: relative;
  padding: 50px 0px;
}

.page-top-left-image {
  width: 20%;
  position: absolute;
  top: 0;
  right: 370px;
}

section.page-top-sec .row {
  align-items: center;
}

.page-top-cc h1 {
  color: #16b97a;
  font-weight: 700;
}

/* ABOUT-US */
.wraper {
  overflow: hidden;
}

section.about-us {
  padding: 190px 0px;
}

.abt-le-had h1 {
  font-weight: 700;
  width: 100%;
  font-size: 50px;
  padding-bottom: 20px;
}

.abt-left-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.abt-p {
  width: 100%;
}

.abt-right-c h6 {
  color: #16b97a;
  font-weight: 700;
}

.our-cef {
  display: flex;
  align-items: center;
  margin-top: -70px;
}

.imag-hef {
  width: 12%;
  margin-right: 30px;
}

.imag-hef img {
  border-radius: 50px;
}

.imag-content-chef h4 {
  font-size: 16px;
}

.imag-content-chef h5 {
  font-size: 17px;
  font-weight: 600;
  color: #ffca0b;
}

.abt-bottom {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
  justify-content: space-evenly;
}

.abt-right-c {
  padding-bottom: 30px;
  width: 50%;
}

.abt-le-had h6 {
  font-family: "Shadows Into Light Two", cursive;
  font-size: 22px;
  font-weight: 800;
  color: #ffd40b;
}

/* EXPERT- */
.left-bg-expert {
  width: 80%;
  background: #ffa500;
  border-radius: 0px 30px 30px 185px;
  border: 11px solid white;
  box-shadow: -3px 3px 35px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -3px 3px 35px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -3px 3px 35px -9px rgba(0, 0, 0, 0.75);
}

section.our-experties {
  background: #eef7f8;
  padding: 110px 0px 70px 0px;
  position: relative;
}

.progress-main ul li h3 {
  font-weight: 600;
  margin-bottom: 40px;
}

.progress-main ul li {
  display: flex;
  gap: 330px;
  position: relative;
}

.progress-main ul li h3 {
  font-size: 17px;
  position: relative;
}

.progress-main ul li .hok {
  font-size: 17px;
  position: relative;
}

.progress-main {
  margin-top: 30px;
}

.progress-main ul li .hok::before {
  position: absolute;
  bottom: -20px;
  left: 0px;
  content: "";
  width: 387px;
  height: 5px;
  background: #16b97a;
}

.progress-main ul li::before {
  position: absolute;
  bottom: 20px;
  left: 0px;
  content: "";
  width: 597px;
  height: 5px;
  background: #ababab26;
}

li {
  position: relative;
}

.left-bg-expert {
  position: absolute;
  width: 30%;
}

/* OUR-TEAM */
section.our-team {
  padding: 180px 0px;
}

.main-our-team {
  display: flex;
  gap: 320px;
  position: relative;
}

.our-team .abt-le-had h1 {
  font-size: 39px;
  padding-top: 10px;
}

.btn-1 a {
  margin-top: 20px;
  background: #ffa500;
  padding: 15px 30px;
  color: white;
  border-radius: 10px 00px 30px 00px;
}

.our-team-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  border-radius: 40px;
  box-shadow: -3px 3px 35px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -3px 3px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -3px 3px 35px -9px rgba(0, 0, 0, 0.75);
  width: 30%;
}

.team-image {
  width: 60%;
}

.team-image img {
  border-radius: 50%;
}

.team-social ul {
  display: flex;
  gap: 21px;
}

.team-social ul li a {
  background: #16b97a;
  color: white;
  padding: 7px 13px;
  border-radius: 440px;
  font-size: 13px;
}

.team-content {
  text-align: center;
  padding-bottom: 20px;
}

.team-content h1 {
  font-size: 27px;
  font-weight: 700;
  padding-top: 16px;
}

.down-team {
  position: absolute;
  left: 304px;
  bottom: -80px;
}

/* CONTACT */

.subs-form-bo {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 40px;
}

.input-email input {
  padding: 14px 100px;
  border-radius: 9px;
  border: 1px solid #0000002b;
}


.subs-form-bo .btn-1 a {
  margin: unset;
}

section.subscribe-form .row {
  background-color: transparent;
  background-image: linear-gradient(160deg, #FFFFFF 25%, #16B97A 100%);
  border-radius: 80px;
  height: 487px;
}

section.subscribe-form {
  height: 740px;
  padding: 150px 0px;
}

.subscribe-form .abt-le-had h1 {
  font-size: 43px;
}

section.subscribe-form .abt-le-had {
  padding-top: 110px;
  padding-left: 60px;
}

.sub-image {
  margin-left: 136px;
}

.sub-image img {
  width: 512px;
}

/* CONTACT-PAGE */
section.contact-us-form {
  padding: 180px 0px;
}

.contact-lef .abt-le-had h1 {
  padding: 0px 0px;
  width: 120%;
}

.contact-lef .abt-le-had p {
  padding-top: 10px;
  opacity: 0.7;
  padding-bottom: 20px;
}

.contatc-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.icon-box i {
  font-size: 40px;
  color: #16b97a;
}

.icon-content h4 {
  font-size: 14px;
  font-weight: 700;
  color: #000000ab;
}

.contact-option {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 30px;
}

.icon-content p {
  font-weight: 700;
}

.icon-box {
  display: flex;
  width: 10% !important;
  justify-content: center;
  align-items: center;
}

.icon-content.border-bott {
  position: relative;
  width: 40%;
}

.icon-content.border-bott::before {
  position: absolute;
  right: -210px;
  bottom: -27px;
  width: 441px;
  height: 2px;
  content: "";
  background: #0000001f;
}

.contact-up {
  display: flex;
  gap: 30px;
}

.contact-up {
  padding-left: 60px;
  padding-bottom: 30px;
}

.conmtact-right-form {
  padding-top: 20px;
}

.contact-item input {
  height: 50px;
  width: 330px;
  border-radius: 5px;
  border: 1px solid #0000002e;
}

.contact-item p {
  font-weight: 700;
}

.contact-item textarea {
  height: 180px;
  width: 690px;
  border: 1px solid #00000038;
}

.contact-item .btn-s {
  margin-top: 20px;
  background: #ffa500;
  padding: 15px 30px;
  color: white;
  border-radius: 10px 00px 30px 00px;
}


.con-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-map iframe {
  width: 1320px;
  height: 600px;
  padding-bottom: 250px;
}

.cart-sidebar {
  position: fixed;
  right: -350px;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #ddd;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 999;
  transition: right 0.3s ease;
}

.cart-sidebar.open {
  right: 0;
}

.cart-total {
  margin-top: 15px;
  font-weight: bold;
}

.checkout-btn {
  display: block;
  margin-top: 10px;
  padding: 10px;
  background: #4caf50;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}

.btn-add {
  display: inline-block;
  padding: 8px 12px;
  background: #007bff;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.close-cart {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #555;
}

.close-cart:hover {
  color: red;
}

.qty-btn {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin-left: 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.qty-btn:hover {
  background: #ddd;
}

.cart-item img {
  border: 1px solid #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

section.product-section {
  padding: 170px 0px;
}

.product-card {
  border: 1px solid #bbbbbb;
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 0px 0px 50px;
}

.product-card h3 {
  padding-top: 20px;
  font-weight: 500;
}

.product-card button {
  padding: 10px 60px;
  margin-top: 10px;
  background: #16b97a;
  color: #ffffff;
  border-radius: 50px;
  transition: all.5s;
  border: none;
}

.product-card button:hover {
  background: #fffafa;
  color: #000000;
  border: 1px solid;
}

.product-card p {
  margin-top: 0px;
  font-weight: 600;
  font-size: 21px;
}

.main-total-ccart {
  margin-top: 660px;
}

.product-card {
  margin-bottom: 40px;
  padding: 20px 20px;
}

.col.product-card img {
  height: 250px;
}

/* PLAN-PAGE */
.plan-section {
  padding: 200px 0px;
  background: #ffffff;
}

.abt-le-had {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.plan-section .abt-le-had {
  text-align: center;
  padding-bottom: 60px;
  gap: 10px;
}

.plan-section .abt-le-had h1 {
  padding: unset;
}

.plan-keto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #16b97a;
  padding: 60px 0px;
  border-radius: 50px;
  transition: all.5s;
}

.price-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}


.price-2 h1 {
  font-weight: 900;
}

.price-btn-1 a {
  padding: 14px 20px;
  background: #16b97a;
  color: white;
  border-radius: 100px;
  margin: 20px 0px 30px;
}

.plan-keto ul li {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.plan-keto ul li i {
  font-size: 12px;
  font-weight: bold;
}

.plan-keto:hover {
  box-shadow: #16b97a 23px 25px 31px;
  margin-top: 30px;
}

/* LOGIN-PAGE */
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.title {
  font-size: 28px;
  color: #16b97a;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: #16b97a;
}

.title::before {
  width: 18px;
  height: 18px;
  background-color: #16b97a;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.message,
.signin {
  color: rgba(88, 87, 87, 0.822);
  font-size: 14px;
}

.signin {
  text-align: center;
}

.signin a {
  color: royalblue;
}

.signin a:hover {
  text-decoration: underline royalblue;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input {
  width: 100%;
  padding: 10px 10px 20px 35px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

.form label .input+span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: grey;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.abt-imag {
  margin: -50px 0px;
}

.form label .input:placeholder-shown+span {
  top: 15px;
  font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
  top: 30px;
  font-size: 0.7em;
  font-weight: 600;
}

.form label .input:valid+span {
  color: green;
}

.submit {
  border: none;
  outline: none;
  background-color: #16b97a;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
}

.submit:hover {
  background-color: rgb(56, 90, 194);
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

.login-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.login-paage {
  padding: 140px 0px;
}

.contact-lef .abt-le-had {
  align-items: unset;
}

/* Hamburger button */
.hamburger {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 10px;
  z-index: 1001;
}

.footer-nav {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 19px;
}

/* PLAN-PAGES */
.card.keto-img img {
  height: 270px;
  object-fit: cover;
  transition: all.5s;
}

.ketio-main {
  padding: 150px 0px;
}

.ketio-main h2 {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 50px;
}


.card.keto-img img:hover {
  scale: 1.1;
}

.card.keto-img:hover {
  overflow: hidden;
}

.keto-img {
  overflow: hidden;
  padding-bottom: 20px;
}

.main-card {
  overflow: hidden;
}

.plan-keto ul {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
}

.card-body {
  padding-top: 30px;
}

.chef-stats {
  width: 100%;
}