.btn-mobile-nav {
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}
.close {
  display: none;
  position: relative;
  z-index: 150;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 4.8rem;
  background-color: var(--tints);
  height: 9.6rem;
}

.header-container {
  height: 9.6rem;
}
.mr-b {
  margin-bottom: 9.6rem !important;
}

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 4.8rem;
  align-items: center;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  transition: all 0.3s;
  color: #333;
  font-weight: 500;
}

.main-nav-link:active,
.main-nav-link:hover {
  color: var(--primary);
  box-shadow: 0 0 0 10px var(--primary);
}

.main-nav-link.nav-cta:link,
.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
}

/* Hero Section */
.section-hero {
  background-color: var(--tints);
  padding: 4.8rem 0;
}
.hero {
  align-items: center;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.hero-img {
  width: 100%;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 6.4rem;
}

.delivered-meals {
  display: flex;
  margin-top: 8rem;
  align-items: center;
  gap: 1.6rem;
}

.delivered-imgs {
  display: flex;
}
.delivered-faces {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  margin-right: -1.6rem;
  border: 3px solid #fdf2e9;
}
.delivered-imgs img:last-child {
  margin-right: 0;
}

.delivered-text {
  font-size: 1.8rem;
  font-weight: 600;
}
.delivered-text span {
  color: var(--primary);
  font-weight: 700;
}

/* How it works */
.section-how,
.features {
  padding: 9.6rem 0 0 0;
}

.features {
  padding-bottom: 9.6rem;
  background-color: var(--tints);
}

.step-text-box {
  align-self: center;
}
.step-number {
  font-size: 8.6rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 1.2rem;
}
.step-img-box {
  position: relative;
  max-height: 40rem;
}
.step-img {
  max-width: 80rem;
  width: 100%;
  height: 30rem;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  object-fit: cover;
}

.object-fit {
  object-fit: contain;
  height: 40rem !important;
}

.inset-shadow {
  box-shadow: inset 0px -80px 40px -9px whitesmoke;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.step-description {
  font-size: 1.8rem;
  line-height: 1.8;
}
.step-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
}

.step-img-box:hover {
  transform: scale(1.2);
}

.shadow {
  box-shadow: 0px 10px 20px rgba(45, 101, 135, 0.1);
}

.widthper {
  width: 50%;
}

.recipes:link,
.recipes:visited {
  display: block;
  color: var(--secondary);
  font-size: 1.8rem;
}

.recipes:hover,
.recipes:active {
  text-decoration: none;
  color: var(--primary);
}

/* TESTIMONIAL section */
.testimonials-section {
  padding: 5rem 0;
  background-color: var(--tints);
}
.testimonial-container {
  display: grid;
  padding: 5rem 10rem;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 9.6rem;
}
.testimonials-content {
  align-self: center;
}

.testimonials-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  padding-right: 1.6rem;
  align-content: center;
}

.testimonial-img {
  width: 100%;
  transition: all 0.3s;
}
.testimonial-img:hover {
  transform: scale(1.1);
}

figure {
  overflow: hidden;
}

.client-img {
  border-radius: 50%;
  width: 15.4rem;
  margin-bottom: 1.2rem;
}
.feedbacks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.4rem;
}
.feedback-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
.client-name {
  font-size: 1.6rem;
  color: #6f6f6f;
}
/* pricing */

.pricing-section,
.team {
  padding: 9.6rem 0 0 0;
}

.pricing-content {
  margin-bottom: 4.8rem !important;
}

/* features-section */

.feature {
  text-align: center;
}

.bg-feature {
  background-color: whitesmoke !important;
}

.feature-icon {
  color: var(--tints);
  display: inline-block;
  background-color: var(--primary);
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;

  width: fit-content;
}
.feature-icon2 {
  color: var(--tints);
  display: inline-block;
  padding: 1.6rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 3rem;
  width: fit-content;
}

.header-feature {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3.2rem;
}

.text-feature {
  font-size: 1.8rem;
  line-height: 1.6;
}

/* cta section */

.cta {
  padding: 9.6rem 3rem;
}

.cta-inner {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: var(--primary);
  padding-right: 0 !important ;
  color: var(--tints) !important;
  max-width: 120rem;
  margin: 0 auto;
  overflow: hidden;
}

.cta-inner .heading-secondary {
  margin-bottom: 3.2rem;
  color: var(--tints) !important;
}
.cta-img {
  background-image: linear-gradient(
      to right bottom,
      rgba(45, 101, 135, 0.35),
      rgba(31, 71, 97, 0.35)
    ),
    url(../img/gallery/section1.jpg);
  background-size: cover;
  background-position: center;
}

.buttons-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
  margin-bottom: 1.5rem;
}

.form {
  padding: 6.4rem;
}

.input {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.bgPrimaryInput {
  background-color: var(--secondary) !important;
  color: var(--tints) !important;
}

.bgPrimaryInput::placeholder {
  color: var(--tints);
}

.bgPrimaryInput:focus,
.bgPrimaryInput select:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem var(--tints) !important;
}

.input input {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;

  color: #000;
  border: none;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.input select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  color: #333;
  border: none;
  background-color: #fdf2e9;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.input input:focus,
.input select:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.5);
}

.input label {
  font-size: 1.6rem;
  font-weight: 500;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.cta-btn {
  align-self: end;
  color: #fdf2e9;
  background-color: var(--secondary);
  border: none;
  cursor: pointer;
}

.cta-btn:hover {
  background-color: #fff;
  color: #333;
}
/* footer */
.footer {
  padding: 6rem 0;
  border-top: 1px solid #eee;
  background-color: var(--primary);
}

.grid-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem;
}

.footer a:link,
.footer a:visited {
  text-decoration: none;
  color: var(--tints);
  font-size: 1.6rem;
}

.logo-footer {
  margin-bottom: 4rem;
  color: var(--tints);
}

.cpr-footer {
  font-size: 1.4rem;
  color: var(--tints);
  margin-top: auto;
  line-height: 1.6;
}

/* additional css for exact360  */

.img-container {
  position: relative;
  display: flex;
  justify-content: center;
  height: 50rem;
}

.img-container img {
  display: block;
  width: 40rem;
  object-fit: contain;
}

.img-container img:nth-child(1) {
  height: 35rem;
}

.img-container img:nth-child(2) {
  position: absolute;

  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30rem;
  object-fit: cover;
}
.img-container img:nth-child(3) {
  position: absolute;

  z-index: 2;
  left: 0;
  bottom: 0;
  height: 30rem;
  object-fit: cover;
}

.logo-text {
  font-size: 3.5rem;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.logo-text2 {
  font-size: 3.5rem;
  font-weight: bold;
  text-decoration: none;
  color: var(--tints);
}
.logo-text span {
  color: var(--primary);
}

.text-info {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
}

.card {
  position: relative;
  perspective: 150rem;
  -moz-perspective: 150rem;
  height: 52rem;
}
.card_side {
  height: 52rem;
  transition: all 0.8s ease;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.card_side--front {
  background-color: #fff;
}
.card_side--back {
  transform: rotateY(180deg);
  background-image: linear-gradient(to right bottom, #2d6587, #5643fa);
}

.card:hover .card_side--front {
  transform: rotateY(-180deg);
}
.card:hover .card_side--back {
  transform: rotateY(0);
}
.card_picture {
  background-size: cover;
  height: 23rem;
  background-blend-mode: screen;
}
.card_picture-1 {
  background-image: linear-gradient(to right bottom, #2d6587, #5643fa),
    url(../img/ex360/features1.jpg);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.card_picture-2 {
  background-image: linear-gradient(to right bottom, #2d6587, #5643fa),
    url(../img/ex360/features2.jpg);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.card_picture-3 {
  background-image: linear-gradient(to right bottom, #2d6587, #5643fa),
    url(../img/ex360/features4.jpg);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.card_heading {
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 12rem;
  right: 2rem;
  text-align: right;
  width: 75%;
}
.card_heading_span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  background-image: linear-gradient(
    to right bottom,
    rgba(41, 152, 255, 0.85),
    rgba(86, 67, 250, 0.85)
  );
}

.card_details {
  padding: 3rem;
}
.card_details ul {
  margin: 0 auto;
  list-style: none;
  width: 80%;
}
.card_details ul li {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem;
}
.card_details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.card_cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.card_price-box {
  text-align: center;
  color: #fff;
  margin-bottom: 8rem;
}
.card_price-only {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.card_price-value {
  font-size: 6rem;
  font-weight: 100;
}
@media only screen and (max-width: 56.25em) {
  .card {
    height: auto;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  }
  .card_side {
    height: auto;
    position: relative;
    box-shadow: none;
  }
  .card_side--back {
    transform: rotateY(0deg);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  }
  .card:hover .card_side--front {
    transform: rotateY(0);
  }
  .card_details {
    padding: 1rem 3rem;
  }
  .card_cta {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0);
    width: 100%;
    padding: 7rem 4rem 4rem 4rem;
  }
  .card_price-box {
    margin-bottom: 3rem;
  }
  .card_price-value {
    font-size: 4rem;
  }
}

.contact-section {
  padding: 4.8rem 0;
  width: 100%;
}

.contact-logo {
  width: 20rem;
  margin-bottom: 10rem;
}

.contact-logo img {
  width: 100%;
}

.contact-header {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.contact-text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.info {
  font-size: 1.6rem;
}

.info-icon {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.info-text {
  line-height: 3rem;
}

.contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 3rem;
}

.mailto {
  text-decoration: none;
  color: var(--primary);
}

.input-container {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  width: 80%;
  gap: 1rem;
}

.form-contact {
  display: grid;
  grid-template-columns: auto;
}

.width80 {
  width: 80%;
}

.checkbox-container {
  display: grid;
  gap: 1rem;
  font-size: 1.8rem;
}

.checkboxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: transparent;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid var(--primary);
  border-radius: 4px;
}

input[type="checkbox"]:checked {
  background-color: var(--primary);
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.8rem;
}

textarea {
  padding: 1rem;
}

.widthfit {
  width: 80% !important;
}

.switzerland-icon {
  width: 150px;
  height: 80px;
  object-fit: contain;
}

.module-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
  gap: 5rem;
  padding-bottom: 1rem;
  position: relative;
}

.module-logo {
  width: 15.997rem;
  height: 4.474rem;
}

.buttons {
  display: flex;
  gap: 1rem;
}

@media only screen and (max-width: 700px) {
  .buttons {
    display: none;
  }
}

.header-btn {
  border-radius: 84px;
  width: 80%;
  max-width: 10.68rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.96rem;
  padding: 1rem 2rem;
}

.btn-style1 {
  border: #cfff1f solid 1px;
  background-color: rgba(207, 255, 31, 0.2);
  color: #cfff1f;
  font-weight: bold;
}
.btn-style2 {
  border: #cccccc solid 1px;
  background-color: rgba(29, 30, 32, 1);
  color: #cccccc;
  font-weight: bold;
}

.curriculum-page-content {
  width: 100rem;
  max-width: 100%;
  height: auto;
  display: flex;
  color: #8b8c8d;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 2rem;
}

.heading-primary {
  font-size: 3rem;
  color: var(--secondary);
  margin-bottom: 3rem;
  text-align: center;
}

@media only screen and (max-width: 772px) {
  .heading-primary {
    font-size: 4.098rem;
  }
}

@media only screen and (max-width: 500px) {
  .heading-primary {
    font-size: 3.098rem;
  }
}

@media only screen and (max-width: 350px) {
  .heading-primary {
    font-size: 2.098rem;
  }
}

.heading-primary span {
  color: #cfff1f;
}
.heading-secondary {
  font-size: 1.529rem;
  text-align: center;
  color: rgba(139, 140, 141, 1);
  margin-bottom: 5rem;
}

.dropdowns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

.dropdown {
  border-bottom: 1px solid;
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.5rem;
}

.dropdown-header div:first-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.title-dropdown {
  font-size: 2rem;
  color: var(--secondary);
}

.free-btn {
  border: #cfff1f solid 1px;
  background-color: rgba(207, 255, 31, 0.2);
  color: #cfff1f;
  border-radius: 29px;
  font-size: 0.6rem;
  width: auto;
  padding: 0.2rem 0.4rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.module-btn {
  border: #cccccc solid 1px;
  background-color: rgba(29, 30, 32, 1);
  color: #cccccc;
  font-weight: bold;
  border-radius: 2.9rem;
  font-size: 1.6rem;
  height: 1.8rem;
  width: 5.107rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, overflow 0.5s ease;
}

.dropdown-content::-webkit-scrollbar {
  display: none;
}

.dropdown .active {
  max-height: 10rem;
  overflow: auto;
}

.dropdown-description {
  font-size: 1.6rem;
  color: #000;
  padding: 0 3rem 2rem 3rem;
}

.line {
  display: block;
  height: 1px;
  background-color: rgba(207, 255, 31, 0.2);
  margin: 0rem 3rem 2rem 3rem;
}

.arrow-icon {
  color: #cccccc;
  font-size: 1.6rem;
  transition: transform 0.5s ease;
}

.active-arrow {
  transform: rotate(90deg);
}

.lectures {
  padding: 0 3rem 1rem 3rem;
}

.lecture {
  font-size: 1rem;
  color: #cccccc;
  display: flex;
  justify-content: space-between;
}

.lecture div:first-child {
  display: flex;
  gap: 1rem;
}
.lectures {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menubar .menubaricon {
  font-size: 4.5rem;
}

.menubar {
  display: none;
  color: #cccccc;
}

@media only screen and (max-width: 700px) {
  .menubar {
    display: block;
  }
}

.dropmenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #101213bc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1rem;
  backdrop-filter: blur(5px);
  z-index: 1111111;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.activedropmenu {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 700px) {
  .dropmenu {
    display: flex;
  }
}

.dropmenu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  list-style: none;
}
.dropmenu ul li {
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.dropmenu ul li:hover {
  background-color: #8b8c8d;
}

.dropmenu ul li a {
  text-decoration: none;
  color: #cccccc;
  font-weight: bold;
}

.curriculum-page-container {
  padding-top: 4.8rem;
}

.about {
  padding-left: 1.5rem;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #fff;
  padding: 2rem;
  background-color: var(--secondary);
}

.heading-faq {
  font-size: 4rem;
  margin-bottom: 3rem;
  text-align: center;
  color: var(--primary);
}

.faq-btn {
  grid-column: 1 / span2;
  justify-self: center;
  width: 32rem;
  text-align: center;
}
