@font-face {
  font-family: "Cal Sans";
  src: url("../fonts/Cal_Sans/CalSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chenla";
  src: url("../fonts/Chenla/Chenla-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open_Sans/OpenSans-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}

body {
  padding-top: 138px;
}

h1,
h2,
h3,
h4,
.navbar-brand span,
.navbar-collapse,
.badges,
.contact-card span {
  font-family: "Cal Sans";
}

.btn,
.episode-card span {
  font-family: "Open Sans";
}

h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 3%;
  color: #0b140f;
}

h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 3%;
  color: #0b140f;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5%;
  color: #0b140f;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  opacity: 70%;
  color: #0b140f;
}

.badges {
  display: inline-block;
  align-items: center;
  padding: 10px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 10%;
  backdrop-filter: blur(16px);
  box-shadow: 0px 0px 6px 0px #00000005 inset;
}

.gap-custom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.container-page {
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
}

@media (max-width: 1200px) {
  .container-page {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  .container-page {
    padding: 0 20px;
  }
}

.navbar .container-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  top: 0;
  background: #fff;
  padding: 20px 0;
}

.navbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 100%;
  max-width: 83px;
}

.navbar-collapse {
  flex-grow: 1;
}

.nav-center {
  flex: 1;
  justify-content: center;
  gap: 32px;
}

.nav-link {
  color: #0b140f;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 10%;
  transition: 0.3s;
}

.btn-subscribe {
  padding: 16px 24px;
  border-radius: 100px;
  box-shadow: 0px 0px 4px 0px #0000001a;
  background: #4a9c6a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.btn-subscribe:hover {
  background: #4b8d59;
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .nav-center {
    flex: 1;
    justify-content: center;
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .navbar .container-page {
    flex-wrap: wrap;
  }

  .navbar-collapse {
    flex-basis: 100%;
    text-align: center;
  }

  .navbar-nav {
    margin-bottom: 32px;
  }
}

.hero-section {
  padding: 48px 0 80px;
}

.nav-link:hover,
.nav-link.active,
.section-badge-about span,
.playlist-tag span,
.section-badge-why span,
.section-badge-cta span,
.hero-title span,
.section-title span,
.about-info p,
.contact-card span,
.footer-list a:hover {
  background: linear-gradient(180deg, #17a44e 0%, #0c5227 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-description,
.about-description,
.topic-description,
.section-description {
  padding-left: 16px;
  border-left: 1px solid #c9e1d2;
}

.hero-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #0b140f;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-subscribe-hero {
  background: #4a9c6a;
  color: #fff;
  padding: 16px 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 0px 4px 0px #0000001a;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  transition: 0.3s;
}

.btn-subscribe-hero:hover {
  background: #3d8c59;
  color: #fff;
}

.btn-playlist {
  background: linear-gradient(90deg, #dbb557 0%, #b18831 100%);
  color: #fff;
  padding: 16px 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.btn-playlist:hover {
  background: #b18831;
  color: #fff;
}

.hero-image {
  position: relative;
}

.hero-image img {
  max-width: 624px;
  width: 100%;
  border-radius: 53px;
}

.episode-card {
  position: absolute;
  right: 0;
  bottom: -20px;
  background: #fff;
  border-radius: 24px;
  padding: 16px 24px;
  border: 1px solid #d5e9e1;
  box-shadow: 0px 0px 32px 0px #2e7d6433;
}

.episode-card span {
  display: block;
  letter-spacing: 5%;
  color: #0b140f;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  opacity: 40%;
}

.episode-card p {
  font-family: "Cal Sans";
  color: #4a9c6a;
  margin: 0;
}

.about-section,
.topics-section,
.playlist-section,
.why-section,
.contact-section,
.cta-section {
  padding: 80px 0;
}

.about-section {
  position: relative;
  background: url("../images/bg_1.webp") center center / cover no-repeat;
}

.section-badge-about {
  background: #fff;
}

.about-info {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-left: 3px solid #c9e1d2;
  border-radius: 1px 24px 24px 1px;
  padding: 16px;
}

.about-info img {
  max-width: 24px;
  width: 100%;
  flex-shrink: 0;
}

.section-badge-topic {
  background: linear-gradient(
    90deg,
    rgba(219, 181, 87, 0.1) 0%,
    rgba(177, 136, 49, 0.1) 100%
  );
}

.section-badge-topic span {
  background-image: linear-gradient(160.22deg, #dbb557 12.99%, #755614 86.77%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topic-card,
.why-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0px 4px 8px 0px #42600f1a,
    inset 0px 4px 8px 0px #425b181a;
  transition: 0.3s;
  height: 100%;
}

.topic-card::before,
.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg-card.webp") center/cover no-repeat;
  opacity: 50%;
  border-radius: inherit;
  z-index: 0;
}

.topic-card > *,
.why-card > * {
  position: relative;
  z-index: 1;
}

.topic-card:hover,
.why-card:hover {
  transform: translateY(-6px);
}

.topic-icon img,
.why-icon img {
  width: 72px;
}

.playlist-section {
  position: relative;
  background: url("../images/playlist-bg.webp") center center / cover no-repeat;
}

.playlist-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  box-shadow:
    0px 4px 8px 0px #0000000f,
    inset 0px 4px 8px 0px #0000000f;
}

.playlist-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.playlist-tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 16px;
  border-radius: 0 24px 0 16px;
  background: #edf5f0;
  font-family: "Cal Sans";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 10%;
  line-height: 100%;
  z-index: 2;
}

.playlist-card-link:hover .playlist-card {
  transform: translateY(-6px);
}

.playlist-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 24px;
}

.playlist-image img {
  width: 100%;
  display: block;
  transition: 0.4s;
}

.playlist-card:hover img {
  transform: scale(1.04);
}

.playlist-content {
  text-align: center;
}

.section-badge-why,
.section-badge-cta {
  background: linear-gradient(
    180deg,
    rgba(23, 164, 78, 0.1) 0%,
    rgba(12, 82, 39, 0.1) 100%
  );
}

.contact-section {
  position: relative;
  background: url("../images/contact-bg.webp") center/cover no-repeat;
}

.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  transition: 0.35s;
  box-shadow:
    0px 4px 8px 0px #0000000f,
    inset 0px 4px 8px 0px #0000000f;
}

.contact-card:hover {
  transform: translateY(-8px);
}

.contact-arrow {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 16px;
  background: #edf5f0;
  border-radius: 0 0 0 16px;
  box-shadow:
    0px 8px 24px rgba(0, 0, 0, 0.08),
    inset 0px 0px 6px #00000005;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-arrow img {
  width: 24px;
}

.contact-icon img {
  width: 56px;
}

.contact-card span {
  text-decoration: underline;
}

.cta-image {
  border-radius: 32px;
  overflow: hidden;
}

.cta-image img {
  width: 100%;
  max-width: 432px;
  display: block;
  border-radius: 32px;
}

.footer-section {
  padding: 56px 0;
}

.footer-logo img {
  max-width: 89px;
  width: 100%;
}

.footer-description {
  font-size: 14px;
  max-width: 400px;
  line-height: 20px;
  margin: 0;
}

.footer-title {
  font-family: "Cal Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 10%;
  color: #0b140f;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 16px;
}

.footer-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #0b140f;
  text-decoration: none;
  transition: 0.3s;
}

.footer-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4a9c6a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.footer-icon i {
  font-size: 18px;
  color: #fff;
}

.footer-icon {
  transform: scale(1.05);
  color: #fff;
}

.footer-divider {
  border: 0;
  border-top: 1px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #c6dccf 50.48%, #ffffff 100%)
    1;
}

.footer-bottom {
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  color: #0b140f;
  opacity: 60%;
}
