body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #101010;
  padding: 10px;
}

* {
  font-family: "Montserrat", sans-serif !important;
}

.banner-section {
  margin: auto;
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(51, 49, 49, 0.05);
  margin-top: 20px;
  position: relative;
}

.banner-content {
  padding: 40px 111px 40px 150px;
  display: flex;
  justify-content: space-between;
}

.black-cut {
  width: 100%;
  position: absolute;
  bottom: -1px;
}

.header {
  background-color: #f6f6f6;
  padding: 16px 0;
  border-radius: 8px;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
}

.header p {
  margin: 0;
}

.header a {
  color: #2aabee;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

.register-id {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 14px;
  margin-bottom: 28px;
}
.register-id span {
  color: #2aabee;
}

.candle-chart1 {
  position: absolute;
  top: 5px;
  left: -15px;
  width: 127px;
  height: 127px;
}

.candle-chart2 {
  position: absolute;
  bottom: 5px;
  right: 3.6%;
  width: 127px;
  height: 127px;
}

.banner-title {
  flex: 1;
  min-width: 280px;
  max-width: 774px;
}

.banner-title h2 {
  font-size: 45px;
  line-height: 56px;
  margin-bottom: 0;
}

.banner-title h2 span {
  color: #00aaff;
}

.avatar {
  max-height: 511px;
}

.avatar img {
  height: 511px;
}

.avatar2 {
  max-height: 511px;
  display: none;
}

.avatar2 img {
  height: 511px;
}

.profile-image {
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 19.69px;
  width: 262px;
  height: 268px;
  margin-bottom: 135px;
}

.profile-image img {
  width: 262px;
  height: 268px;
  object-fit: cover;
  border: 2px solid #ddd;
  margin-top: 6px;
  margin-left: -8px;
  border-radius: 19.69px;
}

.telegram-button {
  background: linear-gradient(90deg, #043369, #00b9f2);
  color: #fff;
  width: 350px;
  height: 70px;
  border: none;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 20px 31px rgba(207, 236, 227, 0.13);
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: textColorCycle 3s ease infinite, shadowPulse 3s ease infinite;
}

@keyframes textColorCycle {
  0% {
    color: #ffffff;
  }
  50% {
    color: #00b9f2;
  }
  100% {
    color: #ffffff;
  }
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0px 20px 31px rgba(207, 236, 227, 0.13);
  }
  50% {
    box-shadow: 0px 25px 35px rgba(207, 236, 227, 0.25);
  }
  100% {
    box-shadow: 0px 20px 31px rgba(207, 236, 227, 0.13);
  }
}

.telegram-button:hover {
  scale: 1.01;
}

/* About Me */
.about-me {
  color: white;
  position: relative;
  margin-top: 96px;
}

.about-me-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 89px;
  max-width: 1080px;
  margin: 0 auto;
}

.about-left,
.about-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.candle-chart3 {
  position: absolute;
  top: -75px;
  left: -10px;
  width: 89px;
  height: 89px;
}

.candle-chart4 {
  position: absolute;
  top: 75px;
  right: 0px;
  width: 89px;
  height: 89px;
}

.seperator {
  border-left: 2px dashed rgba(255, 255, 255, 0.5);
}

.about-left h2 {
  font-size: 45px;
  font-weight: 800;
  line-height: 56px;
  white-space: nowrap;
  margin-bottom: 5px;
}

.about-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid white;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.about-item:first-child {
  border-top: 1px solid white;
}

.icon {
  width: 35px;
  height: 35px;
}

/* What You’ll Get Here */
.what-you-get {
  color: white;
  position: relative;
  margin: 135px 0;
}

.what-you-get-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 89px;
  max-width: 1080px;
  margin: 0 auto;
}

.candle-chart5 {
  position: absolute;
  left: -10px;
  width: 127px;
  height: 127px;
}

.candle-chart6 {
  position: absolute;
  right: -10px;
  width: 127px;
  height: 127px;
}

.get-left,
.get-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.get-right h2 {
  font-size: 45px;
  font-weight: 800;
  position: relative;
  line-height: 56px;
  white-space: nowrap;
  margin-bottom: 12px;
}

.get-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid white;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  width: 700px;
}

.get-item:first-child {
  border-top: 1px solid white;
}

/* Why Follow Me? */
.why-follow-me {
  text-align: center;
  color: white;
}

.why-follow-me h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  position: relative;
  display: inline-block;
}
.title-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.title-line img {
  width: fit-content;
}
.follow-cards {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.follow-card {
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 22px;
  padding: 30px 20px;
  background: transparent;
  transition: all 0.3s ease;
  text-align: left;
}

.follow-card:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
}

.follow-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.follow-card p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
/* Join the Journey */
.join-journey {
  text-align: center;
  color: white;
  margin-top: 135px;
  margin-bottom: 135px;
}

.join-journey h2 {
  font-size: 45px;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 65px;
}

.join-journey h2 .blue {
  color: #2aabee;
}

.button-arrow {
  position: relative;
  display: inline-block;
}

.bottom-button {
  background: linear-gradient(90deg, #043369, #00b9f2);
  color: #fff;
  width: 350px;
  height: 70px;
  border: none;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
  box-shadow: 0px 20px 31px rgba(207, 236, 227, 0.13);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: textColorCycle 3s ease infinite, shadowPulse 3s ease infinite;
}

@keyframes textColorCycle {
  0% {
    color: #ffffff;
  }
  50% {
    color: #00b9f2;
  }
  100% {
    color: #ffffff;
  }
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0px 20px 31px rgba(207, 236, 227, 0.13);
  }
  50% {
    box-shadow: 0px 25px 35px rgba(207, 236, 227, 0.25);
  }
  100% {
    box-shadow: 0px 20px 31px rgba(207, 236, 227, 0.13);
  }
}

.bottom-button:hover {
  scale: 1.01;
}

.arrow-img {
  position: absolute;
  right: -72%;
  bottom: 35px;
  width: 170px;
}

.footer {
  background-color: #f6f6f6;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  padding: 26px 0;
}

.footer p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.footer a {
  color: #2aabee;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 2400px) {
  .telegram-button {
    bottom: 7%;
  }
}

@media (max-width: 1920px) {
  .telegram-button {
    bottom: 5%;
  }
}

@media (max-width: 1536px) {
  .telegram-button {
    bottom: 6%;
  }
}

@media (max-width: 1400px) {
  .telegram-button {
    bottom: 4%;
  }

  .banner-title {
    max-width: 774px;
  }
}

@media (max-width: 1200px) {
  .banner-content {
    padding: 40px 80px;
  }

  .banner-title {
    max-width: 774px;
  }
  .about-me-content,
  .what-you-get-content {
    gap: 50px;
    max-width: 900px;
  }
  .telegram-button {
    bottom: 4%;
  }
  .get-item {
    width: auto;
  }
}

@media (max-width: 1050px) {
  .telegram-button {
    bottom: 3%;
  }
  .get-item {
    width: auto;
  }
  .banner-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .register-id {
    font-size: 16px;
    line-height: 24px;
  }
  .join-journey h2 {
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .arrow-img {
    position: absolute;
    right: -62%;
    bottom: 25px;
    width: 170px;
  }
}
@media (max-width: 992px) {
  .banner-content {
    padding: 30px;
  }
  .banner-title {
    width: 100%;
    max-width: 100vw;
  }
  .avatar {
    display: none;
  }
  .avatar2 {
    display: block;
    width: 300px;
    height: 350px;
    margin: 0;
  }
  .avatar2 img {
    width: 300px;
    height: 350px;
  }

  .img-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .profile-image {
    border-radius: 19.69px;
    width: 262px;
    height: 268px;
    margin: 0;
  }
  .profile-image img {
    width: 262px;
    height: 268px;
  }

  .about-me-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 700px;
  }
  .what-you-get-content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 700px;
  }
  .get-item {
    width: auto;
  }
  .seperator {
    display: none;
  }
  .about-left h2,
  .get-right h2 {
    white-space: normal;
    text-align: center;
  }
  .about-left h2::after,
  .get-right h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .follow-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .telegram-button,
  .bottom-button {
    width: 300px;
  }
  .telegram-button {
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .banner-title h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .img-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
  }

  .avatar2 {
    width: 270px;
    height: 320px;
  }

  .avatar2 img {
    width: 270px;
    height: 320px;
  }

  .profile-image {
    max-height: 268px;
    margin: 0;
  }

  .register-id {
    font-size: 18px;
    line-height: 24px;
    margin-top: 14px;
  }

  .header {
    font-size: 18px;
    line-height: 26px;
  }
  .banner-content {
    padding: 20px;
    text-align: center;
  }
  .candle-chart1,
  .candle-chart2,
  .candle-chart3,
  .candle-chart4,
  .candle-chart5,
  .candle-chart6 {
    display: none;
  }
  .telegram-button {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 20px auto 0;
    display: block;
  }
  .about-me,
  .what-you-get {
    margin: 50px 0;
  }
  .about-item,
  .get-item {
    font-size: 18px;
    line-height: 24px;
    justify-content: start;
    width: auto;
  }
  .arrow-img {
    display: none;
  }
  .join-journey h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .telegram-button,
  .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 700px) {
  .banner-title h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .join-journey h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .follow-cards {
    grid-template-columns: 1fr;
  }
  .img-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
  .about-item,
  .get-item {
    font-size: 16px;
    line-height: 22px;
    width: auto;
  }
  .icon {
    width: 28px;
    height: 28px;
  }
  .why-follow-me h2,
  .get-right h2,
  .about-left h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .telegram-button,
  .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  body {
    padding: 20px;
  }
  .header {
    padding: 16px 0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .telegram-button,
  .bottom-button {
    width: 250px;
    height: 60px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .join-journey {
    margin: 50px 0;
  }
  .join-journey h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  /* .footer p {
    padding: 0 10px;
  } */
  .footer p,
  .footer a {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
  }
  .get-item {
    width: auto;
  }
}
