/* Container Styles */
.g_main_banner_container,
.baner_swiber,
.g_main_banner {
  width: 100%;
  height: 100vh;
}

.g_main_banner_container {
  position: relative;
}

.g_main_banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Content Container */
.container.relative.txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 100px;
}

/* Typography */
.g_main_banner h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.2rem;
  /* text-align: right; */
  margin-top: 1rem;
}

.g_main_banner p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 33.6px;
  /* text-align: right; */
  margin-top: 1rem;
  width: 77rem;
}

/* Button */
.g_main_banner a {
  width: 11.375rem;
  height: 3.3125rem;
  padding: 1rem;
  gap: 1rem;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  outline: none;
  display: flex;
  font-size: 17px;
  align-items: baseline;
  justify-content: center;
}

/* Pagination */
.baner_swiber .swiper-pagination {
  bottom: 30px !important;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.baner_swiber .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--primary-color);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.baner_swiber .swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

/* Tablet Breakpoint */
@media (max-width: 1024px) {
  .relative.txt {
    height: 40% !important;
  }

  .g_main_banner button {
    width: 22.375rem !important;
    height: 5.3125rem !important;
  }

  .text-btn {
    font-size: 19px !important;
  }
}

/* Mobile Breakpoint */
@media (max-width: 768px) {
  .g_main_banner_container,
  .baner_swiber,
  .g_main_banner {
    height: 85vh;
  }

  .container.relative.txt {
    align-self: flex-start;
    margin-top: 90px;
    margin-bottom: 0;
    gap: 5px;
  }

  .g_main_banner h1 {
    font-size: 25px !important;
    line-height: 28.8px;
    margin: 0;
  }

  .g_main_banner p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    width: 85% !important;
  }

  .g_main_banner button {
    width: 147px !important;
    height: 43px !important;
    border-radius: 48.46px !important;
    font-size: 14px !important;
    margin: 0 auto;
  }

  .text-btn {
    font-size: 17px !important;
  }

  .baner_swiber .swiper-pagination {
    bottom: 20px !important;
  }
}
