a {
  cursor: pointer;
}

.main-container {
  background-color: var(--gray4);
}

.agami-row {
  padding: 1rem 0;
  margin: auto;
}

.agami-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--gray4);
  max-width: 1240px;
}

.agami_button {
  background-color: #191a1c;
  font-weight: bold;
  font-size: 1.2rem;
  height: 10rem;
  width: 10rem;
  margin-bottom: 2rem;
  z-index: 10;
  color: var(--gray4);
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.agami-cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.05px;
}

.agami-cta h5 {
  color: var(--primary-color);
  margin: 0;
  font-size: 1rem;
  text-decoration: underline;
  transition: all 0.5s;
  font-weight: 600;
  cursor: pointer;
}

.agami-cta h5:hover {
  opacity: 0.5;
}

.agami-cta img {
  position: relative;
  margin-right: 1rem;
  width: 40px;
  left: 0;
  cursor: pointer;
  transition: all 0.5s;
}

.agami-cta img:hover {
  margin-right: 0.5rem;
}

#first-row {
  padding-top: 13rem;
  .agami {
    display: flex;
    flex-direction: row;

    #left-div {
      text-align: center;
      #agami-logo {
        overflow: hidden;

        img {
          width: 85%;
          max-width: 400px;
          height: auto;
          object-fit: contain;
          object-position: center;
        }
      }

      p {
        font-size: 1.6rem;
        margin: 2rem auto 1.5rem;
      }
    }

    #right-div {
      overflow: hidden;

      img {
        width: 100%;
      }
    }
  }
}

#second-row {
  #pricing-title {
    font-size: 3.5em;
    margin-bottom: 2rem;
    font-family: "Neusa Sans", sans-serif;
    font-weight: bold;
    color: var(--gray1);
  }

  .pricing-card {
    background: var(--gray1);
    color: var(--gray4);
    border-radius: 8px;
    padding: 2rem 1rem;
    margin: 0.5rem 0;
  }

  .pricing-card .tier_name {
    font-size: 1.75rem;
    font-family: "Neusa Sans", sans-serif;
  }

  .pricing-card .amount {
    font-weight: bold;
    font-size: 2.25rem;
    color: var(--gray5);
    font-family: "Neusa Sans", sans-serif;
    padding-bottom: 2rem;
  }

  .pricing-card em {
    font-size: 0.8rem;
  }

  .pricing-card ul {
    margin: 0;
    padding-inline-start: 1.5rem;
  }

  .pricing-card ul li {
    padding: 0.25rem 0;
  }

  #step-col {
    padding-inline: 0.75rem;
    align-items: center;
    display: flex;
    height: 100%;

    .tier-image {
      border-radius: 0.5rem;
      margin-bottom: 0.5rem;
    }

    .column-direction {
      align-items: center;
      display: flex;
      flex-direction: column;

      text-align: center;

      h3 {
        font-size: 3rem;
        font-weight: bold;
        font-style: italic;
      }
    }
  }
}

#third-row {
  #agami-culture-title {
    font-size: 3.5em;
    margin-bottom: 2rem;
    font-family: "Neusa Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--gray1);
  }

  .left-div {
    img {
      width: 17rem;
      margin-left: 10rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

  #right-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .centered-div {
      padding-inline: 20%;

      p {
        font-size: 1.25rem;
        margin-bottom: 2rem;
      }

      .agami-button {
        height: 2rem;
        background-color: var(--gray1);
        color: var(--gray5);
        border-radius: 9999px;
        padding: 1rem 3rem 1rem 3rem;
      }
    }
  }
}

.section-header {
  font-size: 3.5em;
  font-family: "Neusa Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--gray1);
}

.centered-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#fourth-row {
  p {
    font-size: 1.25rem;
  }

  #top-row {
    margin-top: 2rem;

    #header-row {
      margin-top: 2rem;
      margin-bottom: 2rem;
      width: 100%;

      h1 {
        font-size: 3.5em;
        font-family: "Neusa Sans", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--gray1);
      }
    }

    #image-row {
      #image-1 {
        display: flex;
        justify-content: flex-end;

        /* img{
                    height: 30rem; 
                    margin-left: 5rem;
                } */
      }
    }

    #text-div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      p {
        font-size: 1.25rem;
      }
    }
  }

  #bottom-row {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    #content-1 {
      margin-top: 2rem;

      .agami-button {
        height: 2rem;
        margin-bottom: 2rem;
        background-color: var(--gray1);
        color: var(--gray5);
        border-radius: 9999px;
        padding: 1rem 3rem 1rem 3rem;
      }
    }

    #content-2 {
      margin-bottom: 5rem;
      margin-top: 2rem;

      img {
        height: 35rem;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  #first-row {
    .agami {
      display: flex;
      flex-direction: column;

      #right-div {
        scale: 1.2;
      }
    }
  }

  #second-row {
    h3 {
      font-size: 3rem;
    }
  }

  #third-row {
    .left-div {
      img {
        width: 100%;
        margin: 0;
        scale: 0.7;
      }
    }

    #right-text {
      .centered-div {
        padding-inline: 5%;

        p {
          font-size: 1.5rem;
        }
      }
    }
  }

  #fourth-row {
    #top-row #image-row #image-1 {
      justify-content: center;

      img {
        height: 17rem;
        margin-left: 0;
      }
    }

    #top-row .row p {
      margin: 2rem 2rem 2rem;
    }

    #bottom-row #content-2 img {
      height: 22rem;
    }
  }
}

@media (min-width: 1024px) {
  #first-row {
    #left-div {
      text-align: left !important;
      padding-left: 5rem;
    }
  }
}

@media (min-width: 1600px) {
  .agami-row {
    padding: 1.5rem 0;
    margin: auto;
  }

  #first-row {
    padding-top: 16rem;
  }
}
