@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Martian+Mono:wght@100..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /* Neutral */
  --Netural-900: #062630;
  --Netural-700: #385159;
  --Netural-200: #e6e1df;
  --Netural-100: #faf5f3;
  --Netural-0: #ffffff;
  /* Light salmo */
  --light-salmon-500: #fea36f;
  --light-salmon-300: #ffe2d1;
  --light-salmon-50: ##fff5ef;

  /* Gradient */
  --text-gradient: linear-gradient(107deg, #ff9a60 -11.37%, #062630 61.84%);
  --text-gradient-2: linear-gradient(90deg, #ffe2d1 0%, #fff5ef 100%);
}
.hero-section {
  background-image: url("assets/images/pattern-light-bg.svg");
}
.hero-section-p {
  letter-spacing: 0.5px;
  color: var(--Netural-700);
  font-weight: 400;
}
.header {
  background: var(--text-gradient);
  background-clip: text;
  color: transparent;
  font-size: 5.5rem;
  line-height: 1.2;
  letter-spacing: 6px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  word-spacing: 4px;
  text-transform: capitalize;
}
.btn-membership {
  border: 2px solid var(--Netural-900);
  padding: 1.3rem 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  background-color: var(--light-salmon-50);
  transition: 0.3s ease-in-out all;
}
.btn-membership:hover {
  background: linear-gradient(90deg, #ffe2d1 0%, #fff5ef 100%);
}
.stars {
  width: 80px;
  height: 20px;
  background-image: url("./starter-code/assets/images/icon-star.svg");
  background-repeat: repeat-x;
  background-size: 20px 20px;
}
.Right-col-header {
  font-size: 3.7rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 7px;
}
.section-3-header {
  font-size: 4.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 7px;
  text-transform: capitalize;
}
.Reding-journey-section {
  background-image: url("assets/images/pattern-light-bg.svg");
  background-repeat: no-repeat;
}
.journey-header {
  margin: auto;
  max-width: 516px;
  font-size: 4.2rem;
  line-height: 110%;
  letter-spacing: -px;
  text-align: center;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  word-spacing: 1rem;
}
.journey-number {
  border: 2px solid var(--Netural-900);
  border-radius: 0.4rem;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.journey-number-desc {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.25rem;
  color: var(--Netural-900);
  line-height: 1.3;
  font-size: 1.3rem;
}
.membership-header {
  color: var(--Netural-900);
}
.membership-price {
  color: var(--Netural-900);
}
.membership-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid var(--light-salmon-300);
  max-width: 100%;
  height: 400px;
}
.membership-btn {
  border: 1px solid var(--Netural-900);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: var(--text-gradient-2);
  color: var(--Netural-900);
  padding: 20px 50px !important;
  border-radius: 12px;
  transition: 0.5s ease-in-out all;
  font-family: "Outfit", sans-serif;
}
.membership-header span {
  font-family: "Outfit", sans-serif;
}
.stars {
  width: 120px;
  height: 20px;
  background-image: url("assets/images/icon-star.svg");
  background-repeat: repeat-x;
  background-size: 25px 25px;
}
.Review-section-head {
  font-size: 3rem;
  word-spacing: 1.3rem;
  color: var(--Netural-900);
  color: var(--Netural-700);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.Review-section-p {
  color: var(--Netural-700);
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.Footer-section {
  background-color: var(--Netural-900);
  margin: auto;
  border-radius: 20px;
}
.Footer-header {
  font-size: 3.8rem;
  word-spacing: 1.8rem;
  color: var(--Netural-0);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.footer-btn {
  padding: 1rem 2rem;
  background-color: transparent;
  color: var(--Netural-0);
  border: 1px solid var(--Netural-0);
  border-radius: 13px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: 0.5s ease-in-out all;
  text-transform: uppercase;
  word-spacing: 4px;
}
.footer-btn:hover {
  background-color: var(--Netural-700);
}
