@import url("styles.css");

.hero-section .thumbnail {
  height: 500px;
  object-fit: cover;
}

.hero-section h1 {
  font-weight: 700;
  font-size: 2rem;
  color: var(--primary-100);
}

.hero-section .text-small {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2c3a379d;
}

.newsletter {
  background: var(--primary-100);
}

.newsletter h1 {
  font-weight: 700;
  font-size: 2rem;
  color: var(--secondary-100);
}

.newsletter p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--black-5);
  opacity: 80%;
}

.newsletter input {
  height: 100%;
  background: none;
  border: solid 1px var(--black-25);
  font-size: 0.8rem;
  color: white !important;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
}

.newsletter input:focus {
  color: white;
  background: none;
}

.newsletter button {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary-100);
  background: var(--secondary-100);
  padding: 0.75rem 2rem;
  border: none !important;
  width: 100%;
}

.newsletter button:hover {
  color: var(--primary-100);
  background: var(--secondary-hover-100);
}

.newsletter .alert {
  font-size: 0.9rem;
  width: 50%;
}

@media only screen and (max-width: 580px) {
  .hero-section .thumbnail {
    height: 300px;
  }
}

.modalClose {
  position: absolute;
  right: 0;
  top: 10px;
  right: 10px;
  background-color: #fff;
  opacity: 1;
  padding: 10px;
  z-index: 3;
}

.newsletterModal h4 {
  color: var(--primary-100);
  width: 75%;
}

.newsletterModal p {
  color: var(--dark-grey);
}

.newsletterModal input {
  padding: 15px 10px;
}

.primary-button {
  text-decoration: none;
  background-color: var(--secondary-100);
  border: none;
  border-radius: 10px;
  color: var(--primary-100);
  font-size: 0.9rem;
  font-weight: 600;
  width: 100%;
  padding: 12px;
  transition: all 0.25s ease-in-out;
}

.primary-button:hover {
  color: var(--secondary-100);
  background: var(--primary-100);
}

.mobileButton {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 3;
  width: 100%;
  background: white;
  margin-top: 0px;
}

.buttonsMobile {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0.5px solid rgba(191, 212, 210, 1);
  border-bottom: 0.5px solid rgba(191, 212, 210, 1);
}

.sticky-share {
  position: sticky;
  top: 20px;
}

.share-section {
  padding: 15px;
  border-radius: 16px;
  background: #f5f6f6;
}

.share-section .a2a_kit {
  display: flex;
  gap: 5px;
}

.share-section p {
  color: #003134;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.09px;
}

.share-section a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #bbccca;
  transition: all 0.3s ease;
  text-decoration: none;
}

.side-faq-box {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: #f6f7f0;
  margin-bottom: 20px;
}

.side-faq-box h5 {
  color: #003134;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
}

.side-faq-box .btn {
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(180deg, #c7ee4e 10.42%, #a2d409 101.04%);
  font-weight: 600 !important;
}

.side-faq-box .btn:hover {
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #ddf29b 10.42%,
    #c2eb45 27.41%,
    #a5d60e 88.41%,
    #85ae07 101.04%
  );
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

.side-faq-box .btn:active {
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #85ae07 10.42%,
    #a5d60e 47.89%,
    #c2eb45 84.05%,
    #ddf29b 101.04%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset,
    0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.side-faq-box .btn-two {
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  align-self: stretch;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #003134;
  text-decoration: none;
  color: #003134;
}

.btn-two:hover {
  border-radius: 8px;
  border: 0.5px solid var(--Light-Mode-Main-Text, #003134);
  background: linear-gradient(
    180deg,
    rgba(214, 214, 214, 0.2) 0%,
    rgba(199, 238, 78, 0.2) 100%
  );
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.5px);
}

.btn-two:active {
  border-radius: 8px;
  border: 0.5px solid var(--Light-Mode-Main-Text, #003134);
  background: linear-gradient(
    180deg,
    rgba(210, 223, 224, 0.2) 60.1%,
    rgba(199, 238, 78, 0.2) 100%
  );
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1) inset,
    0 5px 5px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3.5px);
}

@media only screen and (max-width: 580px) {
  .share-section a {
    width: 40px;
    height: 40px;
  }

  .share-section img {
    max-width: 20px;
    max-height: 20px;
  }
}

.card {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hero-section .thumbnail {
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
}
