/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: "Poppins", sans-serif;
}

/* Background and Overlay */
.hero-section {
  background: url("images/page_1.webp") no-repeat center center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

/* Logo */
.logo-box {
  position: absolute;
  top: 15px;
  left: 60px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-box img {
  width: 270px;
  height: auto;
  margin-bottom: 5px;
}

/* Text Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 110px;
}

.subtext {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.youtube_text {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin: 0px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.watch-yt-btn {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-top: 60px;
}
.fb_text {
  font-size: 55px;
  font-weight: 700;
  color: #000;
  margin: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.ln_text {
  font-size: 55px;
  font-weight: 700;
  color: #000;
  margin: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.subtext2 {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0;
  color: #000;
  line-height: 1.6;
  word-spacing: -1px !important;
  font-family: "nunito", sans-serif;
  letter-spacing: -1px;
}

/* CTA Button */
.join-button {
  background: #467eba;
  color: #d9d9d9;
  padding: 0px 40px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  border-radius: 30px;
  border: 5px solid #5291d3;
  text-decoration: none;
  box-shadow: -45px #000;
  transition: 0.3s ease;
  display: inline-block;
  text-shadow: 2px 3px #0000003c;
}

.join-button:hover {
  background: #4c88c9;
  transform: scale(1.05);
}

.youtube-section {
  background: url("images/page_2.webp") no-repeat center center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}

.fb-section {
  background: url("images/page_3.webp") no-repeat center center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}

.ln-section {
  background: url("images/page_6.webp") no-repeat center center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}

.youtube-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 110px;
}

.fb-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 110px;
}

.ln-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 110px;
}

.youtube-content img {
  width: 70%;
}

.yt-button {
  background: linear-gradient(185deg, #e50914, #c40810);
  color: white;
  padding: 18px 40px;
  font-size: 25px;
  font-weight: 700;
  border: 3px solid #d80000;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 20px;
}

.fb-button {
  background: linear-gradient(170deg, #85caf2, #5d91c5, #0092cf);
  color: white;
  padding: 15px 15px;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 50px;
}

.fb-button:hover {
  transform: scale(1.05);
}

.ln-button {
  background: linear-gradient(170deg, #85caf2, #5d91c5, #0092cf);
  color: white;
  padding: 15px 15px;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  display: inline-block;
  margin: 30px 0;
}

.ln-button:hover {
  transform: scale(1.05);
}

.yt-button:hover {
  transform: scale(1.05);
}

.yt-icons {
  padding: 0px 40px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.icon-btn img {
  width: 300px;
}

.follow-section {
  background: url("images/page_4.webp") no-repeat center center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}

.follow-card {
  width: 50%;
  padding: 60px 30px;
  position: relative;
  text-align: center;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.follow-card a {
  color: #000;
}

.logo {
  width: 100px;
  margin: 0 auto 20px;
}

.right {
  margin-top: 100px;
}

.left {
  margin-bottom: 100px;
}

.roe {
  width: 250px;
  margin: 0 auto 0px;
}

.follow-textimg {
  height: auto;
  width: 250px;
}

.handle {
  font-size: 32px;
  font-weight: 100;
  text-decoration: underline;
  font-family: "Luckiest Guy", cursive;
}

.desc {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.5;
  font-weight: bolder;
  font-family: "nunito", sans-serif;
}

.in-section {
  column-gap: 80px;
  background: url("images/page_5.webp") no-repeat center center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}

.card {
  width: 280px;
  min-height: 360px;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.blue-card {
  background: radial-gradient(circle, #ffffff, #a9c8f0, #6aa5e6);
}

.red-card {
  background: radial-gradient(circle, #fff, #ffd6c5, #f5aeb1);
}

.logo {
  width: 80px;
  margin: 0 auto 20px;
}

.brand {
  font-family: "Anton", sans-serif;
  font-size: 20px;
  text-decoration: underline;
  margin: 10px 0;
}

.brand.blue {
  color: #003366;
  font-family: "Luckiest Guy", cursive;
  font-size: 32px;
  font-weight: 100;
  text-decoration: none;
}

.brand.red {
  color: #800020;
  text-decoration: none;
  font-family: "Luckiest Guy", cursive;
  font-size: 32px;
  font-weight: 100;
}

.desc {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.heading {
  margin-bottom: 10px;
}

.why-section {
  gap: 50px;
  background: url("images/page_7.webp") no-repeat center center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 100px;
}

.why_text ul li {
  font-weight: 700;
  font-size: 36px;
  text-align: start;
  line-height: 1.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.how-section {
  gap: 50px;
  background: url("images/page_8.webp") no-repeat center center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 100px;
}

.how_text ul li {
  font-weight: 700;
  font-size: 36px;
  text-align: start;
  line-height: 1.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.ready-section {
  background: url("images/page_9.webp") no-repeat bottom center/cover;
  position: relative;
  height: 100%;
  max-height: 768px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}

.ready_text {
  font-size: 55px;
  font-weight: 700;
  color: #000;
  margin: 10px 0;
  font-family: "Luckiest Guy", cursive;
}

.ready-image {
  width: 800px;
}

.ready_sub_text {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.ready-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 0px;
}

.contact_buttons {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.contact_buttons a {
  display: flex;
  text-decoration: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 32px;
  color: #000;
  font-weight: 600;
  align-items: center;
}
.watch-yt-btn img{
    width: 300px;
    height: auto;
}