* {
  margin: 0;
  padding: 0;
  font-family: 'futura-pt', sans-serif;
  font-weight: 300;
  font-style: normal;
  box-sizing: border-box;
}
:root {
  font-size: 100%;
  --primary-color: rgb(30, 77, 55);
  --accent-color: rgb(62 129 75);
  --text-color: rgb(36.36.36);
  --text-secondary: rgb(136, 133, 118);
  --bg-dark: #2c3e50;
  --text-light: #ecf0f1;
}
a {
  text-decoration: none;
  color: var(--text-secondary);
}
a:hover {
  color: var(--bg-dark);
}
em {
  font-style: italic;
  font-weight: 500;
}

body {
  font-size: 1rem; /* 1 * 16px = 16px */
  color: var(--text-color);
}

/* ***** HEADER AND NAV ***** */

header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 63px;
}
nav {
  height: 63px;
  display: flex;
  flex-direction: row;
}
.login-box {
  width: 63px;
  height: 63px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-box a {
  color: white;
  font-size: 1.3125em;
}
.login-text {
  width: 217px;
  height: 63px;
  background-color: rgba(139, 139, 139, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.3s ease,
    transform 0.5s ease;
}
.login-text a {
  color: rgb(136, 133, 118);
  text-transform: uppercase;
  font-size: 1.125em;
  letter-spacing: 0.3em;
}
.login-text:hover {
  background-color: rgb(from var(--text-secondary) r g b / 0.15);
}

/* ***** TOP SECTION ***** */

#top-container {
  height: 833px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.text-container {
  padding-top: 93px;
  margin-left: 15px;
  margin-right: 15px;
}
.pre-title-text {
  font-weight: 300;
  font-size: 1.25em;
  letter-spacing: 0.077em;
  /* margin-left: -1276px; */
}
#top-container h1 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 2.5em;
  letter-spacing: 0.152em;
  text-align: center;
}
.post-title-text {
  font-weight: 300;
  font-size: 1.45em;
  letter-spacing: 0.033em;
  line-height: 1.4em;
  text-align: right;
  margin-top: 50px;
  margin-right: 10px;
}
.part-logo-container {
  display: flex;
  justify-content: top;
  align-items: center;
}
.top-logo {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* DATA DRIVEN GARDENING SECTION */

.text-container-data-driven {
  padding-top: 93px;
}

#data-driven-gardening {
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
}
#data-driven-gardening h2 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 3em;
  letter-spacing: 0.152em;
  margin-bottom: 40px;
  padding-left: 15px;
}
#data-driven-gardening p.pre-title-text {
  padding-left: 18px;
}
.rotated-text-container {
  display: flex;
  /* vertical alignment mobile */
  /* transform: rotate(
    -90deg
  );
  transform-origin: center center; */
}
.your-garden {
  list-style-type: none;
  border-bottom: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
  padding: 0px 0px 1.3em 1.3em;
}
ul.your-garden li {
  font-size: 1.25em;
  line-height: 1.5em;
}
#data-driven-gardening h3.garden-label {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.2em;
  width: 100%;
  margin-top: 10px;
  padding-left: 140px;
}
#data-driven-gardening h3.your-data {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.2em;
  writing-mode: sideways-lr;
  padding-right: 10px;
  padding-bottom: 28px;
}
small.note {
  padding-top: 20px;
  text-align: left;
  padding-left: 90px;
  width: 100%;
}
/* DATA PRIVACY SECTION */
#data-privacy-container {
  display: flex;
  flex-direction: column;
  padding: 33px 30px 0px 30px;
}
#data-privacy-container h2 {
  color: var(--primary-color);
  font-size: 2em;
  font-weight: 500;
  margin-top: 40px;
}
#data-privacy-container p {
  padding-top: 15px;
  font-size: 1.2em;
  line-height: 1.4em;
}
/* PRICING SECTION */
#pricing {
  display: flex;
  flex-direction: column;
  padding: 33px 30px 0px 30px;
  margin-top: 30px;
}
#pricing h2 {
  color: var(--primary-color);
  font-size: 2em;
  font-weight: 500;
}
p.price-intro {
  font-size: 1.2em;
  padding-top: 28px;
  padding-bottom: 20px;
  line-height: 1.4em;
}
.pricing-card-wrapper {
  padding: 20px;
  margin: 20px 0px;
  border: 1px solid black;
}
/* Remove default bullets and margins */
ul.checkmark-list {
  list-style: none;
  padding-left: 0;
}

/* Position the list items to align the icons properly */
ul.checkmark-list li {
  font-size: 1.3em;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

/* Create and style the checkmark using a pseudo-element */
ul.checkmark-list li::before {
  content: '';
  display: inline-block;
  width: 1.3em; /* Set the display width */
  height: 1.3em; /* Set the display height */
  background-image: url('../images/noun-check-mark-888686-3E814B.svg');
  background-repeat: no-repeat;
  background-size: contain; /* Ensures the SVG scales down to fit the box */
  background-position: center;
  padding-right: 1em;
}
.plan-title {
  color: var(--accent-color);
  font-weight: 400;
}
.price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.price {
  font-size: 5em;
  font-weight: 500;
}
.subscription-desc {
  font-size: 1.125em;
  padding-top: 30px;
  padding-bottom: 30px;
}
a.start-link {
  display: flex;
  background-color: var(--accent-color);
  width: 100%;
  flex-shrink: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 30px;
  color: var(--text-light);
  font-size: 1.15em;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.152em;
  font-weight: 500;
}
a.start-link:hover {
  background-color: var(--primary-color);
  transition: background-color 4ms ease-in;
}
small.stripe {
  display: flex;
  padding-top: 24px;
  align-items: center;
  justify-content: center;
}

/* FOOTER SECTION */
footer {
  height: 63px;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

@media screen and (min-width: 1280px) {
  /* CSS rules put here apply only to screens 768px wide or smaller */
  #top-container {
    height: 100vh;
    width: 100%;
    margin-top: -63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .text-container {
    height: 375px;
    margin-top: calc(50vh - (375px / 2));
    width: 100%;
  }
  .pre-title-text {
    font-weight: 300;
    font-size: 1.5em;
    letter-spacing: 0.077em;
    /* margin-left: -1276px; */
  }
  #top-container h1 {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 8em;
    letter-spacing: 0.152em;
  }
  .post-title-text {
    font-weight: 300;
    font-size: 1.5em;
    letter-spacing: 0.033em;
    text-align: end;
    margin-top: 80px;
  }
  .part-logo-container {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: end;
  }
  .top-logo {
    margin-left: 40px;
  }
}
