/********************************/
/****** HEADER SECTION ******/
/********************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-light);
  background-image: linear-gradient
    (to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /*(to right, rgba(0, 0, 0, 0.9), rgba(18, 5, 187, 0.11));
  /* background-color: none; */
  /* Define header height when applying sticky header properties */
  height: 9.6rem;
  padding: 0 48px;
  position: relative;
}

.logo {
  height: 3.6rem;
}

/********************************/
/****** NAVIGATION ******/
/********************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-dc2tech-logo:link,
.main-nav-dc2tech-logo:visited {
  box-shadow: none;
  /* filter: drop-shadow(0 0 0.9rem rgba(41, 169, 243, 0.7)); */
  filter: drop-shadow(0 0 0.9rem rgba(0, 0, 0, 0.5));
}

.main-nav-dc2tech-logo:hover,
.main-nav-dc2tech-logo:active {
  box-shadow: none;
  filter: drop-shadow(0 0 0.8rem rgba(232, 109, 1, 0.5));
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: var(--primary-color);
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: var(--primary-color);
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: var(--primary-shade);

  /* Trick to add border insode */
  box-shadow: inset 0 0 0 3px var(--primary-color);
}

/* MOBILE */

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: var(--text-dark);
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* STICKY NAV */

.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

/********************************/
/****** HERO SECTION ******/
/********************************/

.section-hero {
  /* background-color: var(--bg-light); */
  padding: 4.8rem 0 9.6rem 0;

  background-image:
    linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.9),
      rgba(18, 5, 187, 0.11)
    ),
    url("img/opt-hero.jpg");
  background-size: cover;
  background-position: center;
  background-position-y: top;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* @media (max-width: 600px) {
  .section-hero {
    border: 20px dotted blue;
    background-color: blue;
  }
}

@media (max-width: 1200px) {
  .section-hero {
    background-color: orangered;
  }
} */

.hero {
  max-width: 130rem;
  height: 70vh;
  margin: 0 auto;
  padding: 0 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  align-items: center;
}

.hero-text {
  color: var(--hero-text);
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.9);
  letter-spacing: normal;
}

.hero-description {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.delivered-meals {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 8rem;
}

.delivered-img {
  display: flex;
}

.delivered-img img {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  margin-right: -1.6rem;
  border: 3px solid var(--bg-light);
}

.delivered-img img:last-child {
  margin: 0;
}

.delivered-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.delivered-text span {
  color: var(--primary-shade);
  font-weight: 700;
}

/********************************/
/****** FEATURED IN SECTION ******/
/********************************/

.section-featured {
  padding: 4.8rem 0 3.2rem 0;
}

.heading-featured-in {
  font-size: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #888;
}

.logos {
  display: flex;
  justify-content: space-around;
}

.logos img {
  height: 6.2rem;
  filter: brightness(0);
  opacity: 50%;
  /* filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.7)); */
}

/********************************/
/****** HOW IT WORKS SECTION ******/
/********************************/

.section-how {
  padding: 9.6rem 0;
}

.step-number {
  font-size: 8.6rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 1.2rem;
}

.step-description {
  font-size: 1.8rem;
  line-height: 1.8;
}

.step-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step-img-box::before,
.step-img-box::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-img-box::before {
  width: 60%;
  /* height: 60%; */

  /* 60% of parent width */
  padding-bottom: 60%;

  background-color: var(--bg-light);
  z-index: -2;
}

.step-img-box::after {
  width: 45%;
  padding-bottom: 45%;
  background-color: #fae5d3;
  z-index: -1;
}

.step-img {
  width: 35%;
  filter: drop-shadow(0 0.8rem 0.8rem rgba(0, 0, 0, 0.3));
}

/********************************/
/****** SITES SECTION ******/
/********************************/
.section-sites {
  padding: 9.6rem 0;
}

.meal {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  overflow: hidden;
  /* padding: 1rem; */
  transition: all 0.4s;
}

.meal-premium {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.2);
  border-radius: 11px;
  overflow: hidden;
  /* padding: 1rem; */
  transition: all 0.4s;
  background-color: var(--bg-light);
}

.meal:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.05);
}

.meal-premium:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.1);
}

.meal-content-premium {
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}

.meal-content {
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}

.meal-tags {
  margin-bottom: 1.2rem;
  display: flex;
  gap: 0.4rem;
}

.tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--text-dark);
  border-radius: 100px;
  font-weight: 600;
}

.tag--vegeterian {
  background-color: #51cf66;
}
.tag--vegan {
  background-color: #94d82d;
}
.tag--paleo {
  background-color: #ffd43b;
}

.tag-shadow {
  filter: drop-shadow(0 0.8rem 0.8rem rgba(0, 0, 0, 0.3));
}

.tag--preview {
  background-color: #94d82d;
  font-size: 1.8rem;
}

.meal-title {
  font-size: 2.4rem;
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 3.2rem;
}

.meal-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.meal-attribute {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.meal-img {
  width: 100%;
}

.all-recipes {
  text-align: center;
  font-size: 1.8rem;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.list-icon {
  width: 3rem;
  height: 3rem;
  /* stroke: var(--primary-color); */
  /* fill: var(--primary-color); */
  /* color: var(--primary-color); */
}

/********************************/
/****** TESTIMONIALS SECTION ******/
/********************************/

.section-testimonials {
  background-color: var(--bg-light);
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center;
}

.testimonials-container {
  padding: 9.6rem;
}

.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 4.8rem;
  column-gap: 8rem;
}

.testimonial-img {
  width: 6.4rem;
  border-radius: 50%;
  margin-bottom: 1.2rem;
}

.testimonial-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}

.testimonial-name {
  font-size: 1.6rem;
  color: #6f6f6f;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 1.6rem;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}

.gallery-item img:hover {
  transform: scale(1.1);
}

/********************************/
/****** CYBERSECURITY MADE SIMPLE SECTION ******/
/********************************/

.section-pricing {
  padding: 9.6rem 0;
}

.pricing-plan {
  border-radius: 11px;
  width: 75%;
  /* background-image: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.11)
  ); */
  background-image: image(rgba(123, 118, 115, 0.5));
  z-index: -1;
}

.pricing-plan--starter--complete {
  /* justify-self: flex-end; */
  background-color: var(--bg-light);
  justify-self: flex-end;
  border: 2px solid var(--border-color);
  padding: 4.6rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.09);
}

.pricing-plan--starter--l {
  /* justify-self: flex-end; */
  justify-self: flex-end;
  border: 2px solid var(--bg-light);
  padding: 4.6rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.05);
}

.pricing-plan--starter--r {
  /* justify-self: flex-end; */
  justify-self: flex-start;
  border: 2px solid var(--bg-light);
  padding: 4.6rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.05);
}

/* .pricing-plan--complete {
  background-color: var(--bg-light);
  padding: 4.8rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.1);
}
.pricing-plan--complete::after {
  content: "new clients";
  position: absolute;
  top: 6%;
  right: -18%;

  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-dark);
  background-color: var(--value-tag);
  padding: 0.8rem 8rem;
  transform: rotate(45deg);
} */

.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.plan-name {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.75;
  margin-bottom: 3.2rem;
}
.plan-price {
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1.6rem;
}

.plan-price span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 0.8rem;
}

.plan-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6f6f6f;
}

.plan-text-margin {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6f6f6f;
  margin-top: 2rem;
}

.plan-sign-up {
  text-align: center;
  margin-top: 4.8rem;
}

.plan-details {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

.main-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.grid-card {
  display: grid;
  grid-template-rows: auto 1fr;
}
.box {
  width: auto;
  height: 9.5rem;
}
.grid-card p {
  text-align: center;
  align-self: start;
  margin-top: 1rem;
}

.step-img-box-plan {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 4rem;
}

.step-img-box-plan::before,
.step-img-box-plan::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-img-box-plan::before {
  width: 50%;
  /* height: 60%; */

  /* 60% of parent width */
  padding-bottom: 50%;

  background-color: var(--bg-light);
  /* background-color: #3e4af0; */
  z-index: -2;
}

.step-img-box-plan::after {
  width: 35%;
  padding-bottom: 35%;
  /* background-color: #003d9f; */
  background-color: #fae5d3;
  z-index: -1;
}

.step-img {
  width: 35%;
  filter: drop-shadow(-5px 10px 10px rgba(30, 9, 0, 0.5));
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.4); */
}

/********************************/
/****** VERIFY SECTION ******/
/********************************/

.section-verify {
  padding: 9.6rem 0;
}

.pub-key {
  font-size: 2.4rem;
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: 2.4rem;
}

.verify-step {
  font-size: 2.4rem;
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.list-ol {
  font-size: 1.8rem;
  line-height: 4rem;
  padding-left: 4rem;
}

.list-text {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  line-height: 1.6rem;
  list-style-type: none;
  /* text-decoration: none; */
}

.sub-text {
  font-size: 1.8rem;
}

/********************************/
/****** GET TO KNOW US SECTION ******/
/********************************/

.section-about {
  padding: 9.6rem 0;
}
.grid--bio {
  display: grid;
  column-gap: 3.2rem;
  row-gap: 3.2rem;
  grid-template-columns: 4fr 4fr;
  margin-bottom: 4.8rem;
  padding: 2rem;
  border-radius: 11px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.grid--bio:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.05);
}

.grid--head {
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: center;
}

.bio-text {
  font-size: 1.9rem;
  line-height: 1.7;
  gap: 1.7rem;
  color: #222;
}

.bio-pic {
  width: 100%;

  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.1);
}

/********************************/
/****** CTA SECTION ******/
/********************************/

.section-cta {
  /* TOP / RIGHT / BOTTOM / LEFT */
  /* padding: 9.6rem 0 12.8rem 0; */

  /* TOP / HOROZONTAL / LEFT */
  padding: 9.6rem 0 12.8rem;
}

.cta {
  display: grid;
  grid-template-columns: 2fr 1fr;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  overflow: hidden;

  background-image: linear-gradient(
    to right bottom,
    var(--gradiant-top),
    var(--gradiant-bottom)
  );
}

.cta-text-box {
  color: var(--form-btn);
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
}

.cta .heading-secondary {
  color: var(--form-btn);
  margin-bottom: 3.2rem;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.cta-img-box {
  background-image:
    linear-gradient(
      to right bottom,
      rgba(240, 177, 122, 0.35),
      rgba(230, 125, 34, 0.35)
    ),
    url("img/working.jpg");
  background-size: cover;
  background-position: center;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.cta-form input,
.cta-form select,
.cta-form textarea {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: var(--bg-light);
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  resize: vertical;
}

.cta-form input::placeholder,
.cta-form textarea::placeholder {
  color: #aaa;
}

.cta-form .full-width {
  grid-column: 1 / -1;
}

.btn--form:disabled {
  cursor: wait;
  opacity: 0.8;
}

.hidden-field {
  display: none;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.form-status {
  min-height: 2.4rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--form-btn);
}

.form-status.success {
  color: #166534;
}

.form-status.error {
  color: #b91c1c;
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.5);
}

/********************************/
/****** FOOTER SECTION ******/
/********************************/

.footer {
  padding: 4.8rem 0;
  border-top: 1px solid #eee;
}

.grid--footer {
  grid-template-columns: 1.5fr 1.5fr;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #767676;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: var(--text-muted);
}

.footer-nav-dc2tech-logo:link,
.footer-nav-dc2tech-logo:visited {
  box-shadow: none;
  filter: drop-shadow(0 0 0.9rem rgba(0, 0, 0, 0.5));
}

.footer-nav-dc2tech-logo:hover,
.footer-nav-dc2tech-logo:active {
  box-shadow: none;
  filter: drop-shadow(0 0 0.8rem rgba(232, 109, 1, 0.5));
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}
