* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
}

:root{
  --primary: #367DFF;
  --body: #0C0C0C;
}

.swiper-scrollbar .swiper-scrollbar-drag{
background-color: var(--primary);
}

.swiper-pb {
  padding-bottom: 2rem;
}

.swiper-scrollbar{
  width: 40% !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important; 
}

.bg-when-upper{
  background-color: white !important; 
  
}
body.dark .bg-when-upper{
  background-color: var(--body) !important; 
}

.bg-transparent{
  background-color: transparent;
}

body{
  color: var(--body);
  transition-duration: 200ms;
  overflow-x: hidden;

}

body.dark {
  background-color: var(--body);
  color: white;
  transition-duration: 200ms;

  
}

body.dark .footer {
  color: rgba(255, 255, 255, 0.75); 
}


html {
  scroll-behavior: smooth;
}


a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.container{
  width: 85%;
  margin: 0 auto;
}

.section-class{
  margin: 5rem 0;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 50;
  background-color: var(--bg-body);
  width: 100%;
  display: flex;
  align-items: center;
  transition-duration: 200ms;
}

.navbar-wrapper {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-web {
  width: 20%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.logo-web {
  width: 1.25rem;
}

.title-web {
  color: var(--primary);
  font-weight: bold;
  font-size: 0.875rem; 
}

.div-wrapper{
  display: flex;
  align-items: center;
}

.button-hamburger {
  position: absolute;
  right: 2rem; 
  display: block;
  border: none;
  background-color: transparent;
  filter: invert(1);
}
body.dark .button-hamburger {
  filter: invert(0);
}

.nav-class {
  position: fixed;
  transition: transform 0.2s;
  transform: translateY(-100%);
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 50;
  width: 100%;
  transition-duration: 200ms;
  background-color: white; 
  padding-top: 0.25rem; 
  padding-bottom: 0.25rem; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

body.dark .nav-class{
  transition-duration: 200ms;
  background-color: #0C0C0C;
}

.nav.show {
  transform: translateY(0); 
}

.wrapper-nav-class {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  margin-top: 1rem; 
  max-width: 100%; 
  margin-left: auto; 
  margin-right: auto; 
}

.wrapper-nav-right {
  display: flex;
  gap: 0.5rem; 
  z-index: 50; 
}

.button-toggle {
  outline: none; 
  margin: auto; 
  z-index: 50; 
  display: block; 
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.light-img{
  width: 1.5rem;
}

.dark-img{
  width: 1.5rem;
  display: none;
}

.button-hamburgers {
  z-index: 50; 
  display: block; 
  border: none;
  background-color: transparent;
}

body.dark .button-hamburgers {
 filter: invert(1);
}

.ul-class {
  margin-top: 3rem; 
  display: block; 
  font-weight: 600; 
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.nav-href {
  width: fit-content; 
  padding: 1rem 0;
  
  z-index: 50; 
}

.span-highlight {
  font-size: 1rem; 
  font-weight: 500; 
  color: var(--primary);
}

.span-class {
  font-size: 1rem; 
  font-weight: 500; 
  color: rgba(var(--secondary-color), 0.55);
}

.group:hover .span-class {
  color: var(--primary-color);
}

.contact-navbar {
  display: flex;
  flex-direction: column; 
  gap: 0.75rem; 
  margin: 4rem auto; 
}

.div-wrapper-right {
  display: flex;
  align-items: center; 
  gap: 0.5rem; 
  display: none; 
}

.light-img-2 {
  width: 1.75rem; 
}

.dark-img-2 {
  width: 1.75rem; 
  display: none; 
}

.contact-text{
  font-size: 12px;
}

.contact-copyright{
  font-size: 9px;
  margin-top: 0.75rem;
}

.home-section {
  margin-top: 7rem;
}


.home-container {
  width: 85%; 
  margin: 0 auto;
  position: relative;
}

.home-content {
  width: 80%; 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; 
}

.home-title-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem; 
}

.title-background {
  width: 75%; 
  background-color: rgba(50, 115, 220, 0.1); 
  border-radius: 9999px; 
  text-align: center;
  padding: 0.5rem;
}

/* Title Text */
.title-text {
  color: #3273dc;
  font-weight: 400; 
  font-size: 0.5rem; 
  white-space: nowrap; 
}


.main-title {
  font-weight: 800; 
  text-align: center;
  font-size: 1.25rem; 
  line-height: 1.875rem; 
}

.highlight {
  color: #3273dc;
}

.description-wrapper {
  width: 70%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.description-text {
  width: 90%; 
  opacity: 0.75;
  font-size: 0.5rem; 
  font-weight: 400; 
  text-align: center;
}

.button-wrapper {
  width: 100%; 
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.75rem; 
}

.btn-primary {
  width: 20%; 
  background-color: #3273dc; 
  border-radius: 9999px; 
  text-align: center;
  padding: 0.5rem; 
  border: 1px solid #3273dc; 
}

.btn-primary-home-about {
  width: 20%;
  background-color: #3273dc; 
  border-radius: 9999px; 
  text-align: center;
  padding: 0.5rem; 
  border: 1px solid #3273dc; 
}

.btn-text-primary {
  color: white; 
  font-weight: 500; 
  font-size: 0.4375rem; 
  margin: 0 4px;
}

.btn-secondary {
  width: 20%; 
  background-color: transparent;
  border-radius: 9999px; 
  text-align: center;
  padding: 0.5rem; 
  border: 1px solid #3273dc; 
}

.btn-text-secondary {
  color: #3273dc;
  font-weight: 500; 
  font-size: 0.4375rem; 
}

.hero-image{
  width: 1rem;
}

.hero-right-up{
  position: absolute;
  top: 0.75rem; 
  right: 1.5rem;
  z-index: -1;
}

.hero-right-down{
  position: absolute;
  bottom: 5rem; 
  right: 2.25rem;
  z-index: -1;
}

.hero-left-up{
  position: absolute;
  top: 0.9rem; 
  left: 1.5rem;
  z-index: -1;
}

.hero-left-down{
  position: absolute;
  bottom: 3.5rem; 
  left: 2rem;
  z-index: -1;
}

.section-title {
  font-weight: bold;
  text-align: center;
  font-size: 1rem; 
}

.section-description {
  width: 90%;
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0.75;
  font-size: 0.5rem; 
  font-weight: 500; 
}

.flex-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; 
}

.main-home-about{
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.main-home-about-img{
  display: none;
  width: 45%;
  flex-direction: column;
  gap: 0.5rem;
}

.main-home-about-img-up{
  width: 100%;
}

.main-home-about-img1{
  width: 100%;
}

.main-home-about-img2{
  display: flex;
  justify-content: space-between;
}

.main-home-about-img2-inside{
  width: 48.5%;
}

.main-home-about-text{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
}

.main-home-about-text-title{
  font-size: 1rem;
}

.main-home-about-text-description{
  font-size: 9px;
  width: 90%;
  font-weight: 500;
}

.swiper-hero{
  width: 20% !important;
}

.section-container {
  margin-top: 2rem; /* mt-8 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-item {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem; 
  margin-bottom: 0.75rem;
}

.section-item img {
  width: 100%;
}

.section-title-card {
  font-size: 0.75rem; 
  font-weight: 600;
  transition: color 0.2s; 
  margin-top: 0.25rem;
}

.section-title-card:hover {
  color: var(--primary-color);
}

.section-description-card {
  opacity: 0.75;
  font-size: 0.4375rem; 
  font-weight: 400;
}

.section-link {
  font-size: 0.625rem; /* text-[10px] */
  
}

.group:hover .section-link{
  color: var(--primary);
  transition-duration: 200ms;
}

.swiper-section {
  margin-top: 2rem;
}

.swiper-section-respon {
  margin-top: 1rem;
}



.slide-link {
  display: block;
  width: 100%;
  position: relative;
  transition: transform 0.2s ease-in-out;
}



.slide-img {
  width: 100%;
  border-radius: 6px;
  transition: opacity 0.2s ease-in-out;
}

.slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  background: linear-gradient(to top, rgba(25, 12, 0, 0.7), transparent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 6px;
}

.slide-link:hover .slide-overlay {
  opacity: 1;
}

.slide-caption {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  bottom: 0rem;
  left: 1rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.slide-link:hover .slide-caption {
  opacity: 1;
  transform: translateY(-1rem);
}

.slide-title {
  font-size: 0.5rem;
  color: #fff;
  font-weight: 500;
}

.arrow-icon {
  width: 0.5rem;
  color: #fff;
}

.cta-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.cta-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.cta-title {
  font-weight: 800;
  text-align: center;
  font-size: 12px;
  text-wrap: balance;
}


.cta-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.cta-description {
  width: 90%;
  opacity: 0.75;
  text-align: center;
  font-size: 7px;
  font-weight: 400;
  text-wrap: balance;
  margin-top: 0.5rem;
}

.btn-primary-cta {
  width: fit-content; 
  background-color: #3273dc; 
  border-radius: 9999px; 
  text-align: center;
  padding: 0.5rem; 
  border: 1px solid #3273dc; 
}

.btn-secondary-cta {
  width: fit-content; 
  background-color: transparent;
  border-radius: 9999px; 
  text-align: center;
  padding: 0.5rem; 
  border: 1px solid #3273dc; 
}

.cta-buttons {
  width: 75%;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  align-items: center;
}

.response-container {
  width: 100%;
  background-color: rgba(176, 176, 176, 0.4);
  padding: 0.75rem; 
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.375rem; 
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.response-text {
  opacity: 0.8;
  line-clamp: 4; 
  font-size: 6px; 
  font-weight: 400; 
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  -webkit-line-clamp: 4; 
}

.footer {
  margin-top: 4rem; 
  color: rgba(12, 12, 12, 0.75);
  
}

.footer-content {
  margin: 0 auto; 
  padding: 1.5rem; 
  border-top: 1px solid;
  border-top-width: 2px; 
  border-color: var(--primary); 

}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem; 
  padding: 1.5rem 0; 
  font-size: 0.375rem; 
}

.footer-logo {
  flex: 0 0 40%; 
  display: flex;
  flex-direction: column;
  gap: 0.25rem; 
}

.footer-logo-container {
  display: flex;
  align-items: center;
  gap: 0.5rem; 
  margin-bottom: 0.75rem; 
}

.footer-logo-img {
  width: 1.25rem; 
}

.footer-logo-title {
  font-size: 0.625rem; 
  font-weight: 600; 
  color: var(--primary);
}

.footer-description {
  width: 90%;
  font-weight: 400; 
  font-size: 0.5rem; 
}

.footer-links,
.footer-category,
.footer-contact {
  flex: 0 0 35%; 
  display: flex;
  flex-direction: column;
  gap: 0.25rem; 
  font-size: 0.5625rem;
}

.footer-links-title,
.footer-category-title,
.footer-contact-title {
  color: var(--primary);
  margin-bottom: 0.5rem; 
  font-size: 0.625rem; 
  font-weight: 600; 
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  padding-bottom: 1.25rem; 
}

.footer-copyright {
  font-size: 0.5625rem;
}

.footer-privacy {
  display: none; 
  gap: 1rem; 
}

.footer-privacy p {
  font-size: 0.5625rem;
}

.about-section {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.about-img {
  width: 100%;
}

.about-img-full {
  width: 100%;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.about-text-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.about-title {
  font-size: 0.875rem;
  font-weight: bold;
}

.about-description {
  font-size: 0.5rem;
}

.about-btn {
  display: inline-block;
  background-color: #3490dc;
  border-radius: 9999px;
  text-align: center;
  padding: 0.5rem 1rem;
  color: white;
  font-size: 0.5rem;
}

.about-hero-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-hero-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-hero-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-hero-badge {
  width: 50%;
  background-color: rgba(52, 144, 220, 0.1); 
  border-radius: 9999px;
  text-align: center;
  padding: 0.5rem;
}

.about-hero-badge-text {
  color: #3490dc; 
  font-size: 0.5rem;
  font-weight: 400;
}

.about-hero-title {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
}

.about-hero-description {
  display: flex;
}

.about-hero-description-text {
  width: 90%;
  opacity: 0.75;
  font-size: 0.6rem;
  line-height: 1rem;
  font-weight: 400;
}

.about-img-grid {
  margin-top: 1.5rem; 
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem; 
}

.about-img {
  border-radius: 0.375rem; 
  display: grid;
}

.about-img-1,
.about-img-2 {
  grid-column: span 1;
}

.about-img-3 {
  grid-column: span 2;
}

.about-img-content {
  object-fit: cover;
  border-radius: 0.375rem;
  width: 100%;
  height: 100%;
}

.about-advantages-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-advantages-images {
  display: none;
  width: 43%;
  flex-direction: column;
  gap: 0.5rem; 
}

.about-advantages-img {
  width: 100%;
}

.about-advantages-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem; 
}

.about-advantages-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; 
}

.about-advantages-title {
  font-weight: bold;
  text-align: center;
  font-size: 0.875rem; 
}

.about-advantages-description {
  opacity: 0.75;
  font-size: 0.5rem; 
  line-height: 0.75rem;
  text-align: center;
  text-wrap: balance;
}

.about-advantages-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-advantages-list-item {
  width: 40%;
  display: flex;
  gap: 0.5rem; 
  align-items: center;
  margin-bottom: 0.5rem;
}

.about-advantages-list-icon {
  width: 0.75rem; /* w-3 */
}

.about-advantages-list-img {
  width: 100%;
}

.about-advantages-list-text {
  opacity: 0.8;
  font-weight: 500;
  font-size: 0.4375rem; 
}

.skill-hero-icon{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  filter: invert(1);
}

body.dark .skill-hero-icon{
  filter: invert(0);
  
}

.p-text-detail-page {
  font-size: 10px; 
  line-height: 1rem;
  opacity: 0.75;
}

.detail-wrapper-column{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-hero-search-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 1.25rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: stretch;
}

.event-hero-search-input-wrapper {
  width: 50%;
  border-radius: 0.375rem;
  height: 100%;
}

.event-hero-search-input {
  background-color: rgba(255, 255, 255, 0.10);
  font-size: 6px; 
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(128, 128, 128, 0.4); 
  width: 100%;
  height: 100%;
  border-radius: 0.375rem; 
  outline: none;
  padding: 0.5rem 0.75rem; 
}

.event-hero-search-icon{
  width: 8px;
}

.event-hero-search-button {
  background-color: #3490dc; 
  border-radius: 0.375rem; 
  padding: 0.25rem 0.75rem; 
  width: auto;
  border: none;
  cursor: pointer;
}

.event-events-list-container {
  margin-top: 2rem; /* mt-8 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event-events-list-item {
  width: 48.5%; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem; 
}

.event-events-list-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem; 
}

.event-events-list-image {
  width: 100%; 
}

.event-events-list-title {
  font-size: 0.75rem; 
  font-weight: 600; 
  transition: color 0.2s; 
}

.event-events-list-item:hover .event-events-list-title {
  color: #3490dc; 
}

.event-events-list-description {
  opacity: 0.65; 
  font-size: 0.4375rem; 
  font-weight: 300; 
}

.event-events-list-date {
  opacity: 0.65; 
  font-size: 0.375rem; 
  font-weight: 300; 
}

.event-events-list-link {
  color: #3490dc; 
  text-decoration: underline; 
}

.detail-event-main-container {
  width: 70%;
  margin: 3rem auto;
}

.detail-event-main-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.detail-event-main-title {
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  font-size: 1rem;
}

.detail-event-main-title {
  font-size: 1.25rem;
}

.detail-event-main-title {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.detail-event-main-title {
  font-size: 1.875rem;
}

.detail-event-main-subtitle {
  opacity: 0.65;
  font-weight: 300;
  font-size: 0.625rem;
}

.detail-event-main-subtitle {
  font-size: 0.875rem;
}

.detail-event-main-subtitle {
  font-size: 1rem;
}

.detail-event-main-image {
  width: 100%;
  margin-top: 1.5rem;
}

.detail-event-main-description-container {
  margin-top: 1.5rem;
}

.detail-event-main-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detail-event-main-description {
  gap: 1.25rem;
}

.detail-event-main-description {
  gap: 1.5rem;
}

.detail-event-main-description {
  gap: 1.75rem;
}

.detail-event-main-description-text {
  opacity: 0.75;
  font-weight: 300;
  font-size: 0.5625rem;
}

.detail-event-main-description-text {
  font-size: 0.625rem;
}

.detail-event-main-description-text {
  font-size: 0.75rem;
}

.detail-event-main-description-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.detail-event-main-description-text {
  font-size: 1rem;
  line-height: 1.75rem;
}







@media (min-width: 640px) {

  body.dark .nav-class{
    background-color: transparent;
  }

  .nav-class{
    background-color: transparent;
  }

  .navbar-wrapper {
      margin: 1.25rem 0;
  }

  .div-wrapper{
    width: 60%;
  }

  .title-web {
    width: auto;
  }

  .logo-web {
    width: 1.5rem;
}

  .title-web {
    font-size: 0.875rem; 
  }

  .button-hamburger {
    display: none;
    right: 3rem;
    border: none;
    background-color: transparent;
  }

  .nav-class {
    transform: translateY(0);
    background-color: transparent;
    position: static;
    height: auto; 
    display: block; 
    width: 100%;
    border-radius: 0; 
    font-size: 0.75rem; 
    box-shadow: none;
}

.wrapper-nav-class {
  display: none; /* sm:hidden */
}

.button-toggle {
  display: none; /* sm:hidden */
}

.button-hamburgers {
  display: none; 
}

.ul-class {
  margin-top: 0; 
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1.25rem;
}

.span-highlight {
  font-size: 0.625rem; 
}

.span-class {
  width: fit-content;
  font-size: 0.625rem; 
}

.contact-navbar {
  display: none; /* sm:hidden */
}

.div-wrapper-right {
  display: flex; /* sm:flex */
}

.button-toggle-sm{
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.home-content {
  gap: 1rem; /* sm:gap-4 */
  width: 65%; /* sm:w-4/5 */
}

/* Title Background */
.title-background {
  width: 50%; /* sm:w-1/2 */
}

/* Description Text */
.description-text {
  font-size: 0.625rem; 
  line-height: 1rem;
}

/* Button Text */
.btn-text-primary,
.btn-text-secondary {
  font-size: 0.625rem; 
}

.btn-primary{
  width: 15%;
}

.btn-primary-home-about {
  width: 20%;
}


.btn-secondary{
  width: 15%;
}

.hero-image {
  width: 1.3rem; 
}

.section-title {
  text-align: left;
  font-size: 1.125rem; 
  width: 30%;
}

.section-description {
  width: 50%;
  margin: 0;
  text-align: right;
  font-size: 0.625rem; 
}

.flex-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.main-home-about-img{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.main-home-about-text-description{
  font-size: 9px;
  width: 90%;
  font-weight: 500;
}

.main-home-about-text{
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: normal;
  justify-content: center;
  gap: 1rem;
  width: 48%;
}


.section-container {
  margin-top: 2.75rem; 
}

.section-title-card {
  font-size: 0.875rem; 
}

.section-description-card {
  font-size: 0.625rem; 
}

.slide-title {
  font-size: 1rem;
}

.cta-title {
  font-size: 2rem;
}

.cta-description {
  font-size: 10px;
}

.cta-container {
  width: 60%;
  
}

.response-text {
  font-size: 9px; /* sm:text-[9px] */
}

.footer-content {
  font-size: 0.625rem; /
}

.footer-logo {
  flex: 0 0 25%; /* sm:w-[25%] */
}

.footer-links,
.footer-category,
.footer-contact {
  flex: 0 0 20%; 
  width: fit-content;
  font-size: 0.6rem;
}

.footer-bottom {
  flex-direction: row; 
  justify-content: space-between; 
  align-items: center; 
  width: 100%;
}

.footer-privacy {
  display: flex; 
}

.footer-links-title,
.footer-category-title,
.footer-contact-title {
  margin-bottom: 0.5rem; 
  font-size: 0.625rem; 
  font-weight: 600; 
}


.footer-copyright {
  font-size: 0.5rem;
}

.footer-privacy p {
  font-size: 0.5rem;
}

.about-section {
  margin-top: 3rem;
}

.about-item {
  flex-direction: row;
  gap: 2.5rem;
}

.about-text-content {
  gap: 0.75rem;
}

.about-title {
  font-size: 1rem;
}

.about-description {
  font-size: 0.625rem;
}

.about-btn {
  font-size: 0.625rem;
  padding: 0.75rem 1.25rem;
}

.about-hero-section {
  gap: 1rem;
}

.about-hero-text {
  gap: 1rem;
}

.about-hero-badge {
  width: fit-content;
  padding: 0.75rem 1.5rem;
}

.about-hero-badge-text {
  font-size: 0.625rem;
}

.about-hero-title {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.about-hero-description-text {
  width: 75%;
  font-size: 0.625rem;
}

.about-advantages-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.about-advantages-images {
  display: flex;
}

.about-advantages-content {
  width: 48%;
}

.about-advantages-title {
  text-align: left;
  font-size: 1rem; 
}

.about-advantages-description {
  text-align: left;
  font-size: 0.5rem; 
}

.about-advantages-list-container {
  justify-content: space-between;
}

.about-advantages-list-item {
  width: 45%; 
}

.about-advantages-list-text {
  font-size: 0.5rem;
}

.p-text-detail-page {
  font-size: 12px; 
  line-height: 1.25rem;
}

.event-hero-search-input-wrapper {
  width: 100%; 
}

.event-hero-search-input {
  padding: 0.5rem 1rem; 
  font-size: 8px;
}

.event-hero-search-button {
  padding: 0.25rem 1rem; 
}

.event-events-list-description {
  font-size: 0.625rem; 
}

.event-events-list-date {
  font-size: 0.5625rem; 
}

.event-events-list-title {
  font-size: 0.9rem; 
}

.detail-event-main-container {
  width: 90%;
}

.detail-event-main-title {
  font-size: 1.5rem;
}

.detail-event-main-subtitle {
  font-size: 0.75rem;
}

.detail-event-main-description-text {
  font-size: 0.75rem;
}





}

@media (min-width: 768px) {
  .logo-web {
      width: 1.5rem;
  }

  .title-web {
    font-size: 1rem; 
}

.span-highlight {
  font-size: 0.75rem; 
  font-weight: 600;
}

.span-class {
  font-size: 0.75rem; 
  font-weight: 600;
}

.main-title {
  font-size: 2rem; 
  line-height: 2.7rem; 
}

.description-text {
  font-size: 0.6875rem; 
  line-height: 1.1rem;
}

.btn-text-primary,
.btn-text-secondary {
  font-size: 0.625rem; /
}

.section-title-card {
  font-size: 1.25rem; 
  margin-top: 0.5rem;
}

.section-description {
  font-size: 0.6875rem; 
}

.main-home-about-text-title{
  font-size: 1.5rem;
}

.main-home-about-text-description{
  font-size: 10px;
}

.slide-title {
  font-size: 1.125rem;
}

.slide-caption {
  bottom: 0;
  left: 1.5rem;
}

.cta-title {
  font-size: 2.25rem;
}

.cta-description {
  font-size: 11px;
}

.footer-logo {
  flex: 0 0 25%; 
}


.footer-logo-img {
  width: 1.5rem; 
}

.footer-logo-title {
  font-size: 0.75rem; 
}

.footer-description {
  font-size: 0.625rem; 
}

.footer-links,
.footer-category,
.footer-contact {
  flex: 0 0 20%; 
}

.footer-links-title,
.footer-category-title,
.footer-contact-title {
  margin-bottom: 0.5rem; 
  font-size: 0.625rem; 
  font-weight: 600; 
}

.footer-copyright {
  font-size: 0.5rem;
}

.footer-privacy p {
  font-size: 0.5rem;
}

.about-section {
  margin-top: 4rem;
}

.about-item {
  gap: 3rem;
}

.about-text-content {
  gap: 1rem;
}

.about-title {
  font-size: 1.25rem;
}

.about-description {
  font-size: 0.75rem;
}

.about-btn {
  font-size: 0.75rem;
  padding: 1rem 1.5rem;
}

.about-hero-title {
  font-size: 1.875rem;
  line-height: 2.7rem;
}

.about-hero-badge {
  padding: 1rem;
}

.about-hero-badge-text {
  font-size: 0.75rem;
}

.about-hero-description-text {
  font-size: 0.6875rem;
  line-height: 1.3rem;
}

.about-advantages-list-item {
  width: 47%;
}

.about-advantages-list-text {
  font-size: 0.5625rem; 
}

.about-advantages-description {
  text-align: left;
  font-size: 0.75rem; 
  line-height: 1.25rem;
}

.about-advantages-text {
  gap: 1rem; 
}

.event-hero-search-input {
  font-size: 10px; /
}

.event-events-list-description {
  font-size: 0.5rem; 
}

.event-events-list-date {
  font-size: 0.4375rem; 
}

.event-events-list-item {
  width: 23.5%; /* w-[48.5%] */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.event-events-list-title{
  font-size: 0.6rem;
  line-height: 0.8rem;
}









}


@media (min-width: 1024px) {
  .title-web {
      gap: 0.75rem;
  }

  .nav-href {
    margin-left: 1rem; /* lg:mx-4 */
    margin-right: 1rem; /* lg:mx-4 */
}


.span-highlight {
  font-size: 1rem; /* lg:text-sm */
}

.span-class {
  font-size: 1rem; /* lg:text-sm */
}

.div-wrapper-right {
  gap: 0.75rem; /* lg:gap-3 */
}

.light-img-2 {
  width: 2.25rem; /* lg:w-9 */
}

.dark-img-2 {
  width: 2.25rem; /* lg:w-9 */
}


/* Home Section */
.home-section {
  margin-top: 8rem; /* lg:mt-32 */
}

/* Title Background */
.title-background {
  width: 45%; /* lg:w-[45%] */
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; /* lg:py-3 */
}

/* Title Text */
.title-text {
  font-size: 0.625rem; /* lg:text-[10px] */
}

/* Main Title */
.main-title {
  font-size: 2.75rem; /* lg:text-4xl */
  line-height: 3.7rem; /* lg:leading-[3.1rem] */
}

.description-wrapper {
  gap: 1.5rem; 
}

/* Description Text */
.description-text {
  font-size: 0.75rem; 
  line-height: 1.5rem;
}

/* Primary Button */
.btn-primary,
.btn-secondary {
  padding: 0.75rem; 
}

/* Button Text */
.btn-text-primary,
.btn-text-secondary {
  font-size: 0.75rem;
}

.home-title-wrapper {
  gap: 1.5rem; 
}

.section-title {
  font-size: 1.5rem; 
  line-height: 2rem; 
}

.section-description {
  font-size: 0.75rem; 
  line-height: 1.25rem; 
}

.main-home-about-text-title{
  font-size: 1.75rem;
}

.main-home-about-img{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-home-about-text-description{
  font-size: 13px;
  line-height: 1.25rem;
}

.section-item {
  width: 32%;
  margin-bottom: 2rem;
}

.section-title-card {
  font-size: 0.875rem; /* lg:text-sm */
}



.slide-title {
  font-size: 1rem;
}

.slide-caption {
  left: 2rem;
}

.arrow-icon {
  width: 1rem;
}

.cta-title {
  font-size: 2.5rem;
  line-height: 3.1rem;
}

.cta-description {
  font-size: 12px;
}

.response-text {
  font-size: 12px; /* lg:text-xs is set to 12px */
}

.footer-content {
  font-size: 0.75rem; /* lg:text-xs */
}

.footer-logo {
  flex: 0 0 30%; /* xl:w-[40%] */
}

.footer-logo-img {
  width: 1.75rem; /* xl:w-7 */
}

.footer-bottom {
  flex-direction: row; /* Row layout */
}

.footer-logo-title {
  font-size: 1rem; 
}

.footer-description {
  font-size: 0.75rem; 
  width: 70%;
  line-height: 1.25rem;
}

.footer-links,
.footer-category,
.footer-contact {
  flex: 0 0 20%; 
  font-size: 0.7rem;
}

.footer-links-title,
.footer-category-title,
.footer-contact-title {
  margin-bottom: 0.5rem; 
  font-size: 0.8rem; 
  font-weight: 600; 
}

.footer-copyright {
  font-size: 0.7rem;
}

.footer-privacy p {
  font-size: 0.7rem;
}

.about-section {
  margin-top: 4.5rem;
}

.about-item {
  gap: 3.5rem;
}

.about-text-content {
  gap: 1.25rem;
}

.about-title {
  font-size: 1.5rem;
}

.about-description {
  font-size: 0.875rem;
}

.about-btn {
  font-size: 0.875rem;
  padding: 1.25rem 2rem;
}

.about-hero-badge {
  padding: 1rem 1.5rem;
}

.about-hero-badge-text {
  font-size: 0.75rem;
}

.about-hero-title {
  font-size: 2.25rem;
  line-height: 3.1rem;
}

.about-hero-description-text {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-wrap: balance;
  width: 70%;
}

.about-advantages-list-icon {
  width: 1.25rem; /* lg:w-5 */
}

.about-advantages-list-item {
  gap: 0.75rem; /* xl:gap-3 */
}

.about-advantages-list-text {
  font-size: 0.75rem; /* lg:text-xs */
  line-height: 1.25rem; /* lg:leading-[1.25rem] */
}

.about-advantages-text {
  gap: 1.25rem; 
}

.p-text-detail-page {
  font-size: 0.8rem; /* lg:text-xs */
  line-height: 1.5rem;
}

.event-hero-search-input {
  padding: 0.75rem 1.5rem; /* lg:py-3 lg:px-6 */
  font-size: 14px;
}

.event-hero-search-icon {
  width: 14px;
}

.event-hero-search-button {
  padding: 0.5rem 1.25rem; /* lg:py-3 */
}

.event-events-list-description {
  font-size: 0.65rem; /* lg:text-xs */
  line-height: 1rem;
}

.event-events-list-title{
  font-size: 0.7rem;
  line-height: 1rem;
}

.event-events-list-date {
  font-size: 0.6rem; /* md:text-[7px] */
}

.detail-event-main-container {
  width: 70%;
}

.detail-event-main-title {
  font-size: 2rem;
}

.detail-event-main-subtitle {
  font-size: 1rem;
}

.detail-event-main-description-text {
  font-size: 1rem;
}





}

@media (min-width: 1280px) {

  .hero-right-up{
    top: 0.75rem; 
    right: 8rem;
  }
  
  .hero-right-down{
    bottom: 5rem; 
    right: 12rem;
  }
  
  .hero-left-up{
    top: 0.9rem; 
    left: 6rem;
  }
  
  .hero-left-down{
    bottom: 3.5rem; 
    left: 9rem;
  }


  .logo-web {
      width: 1.75rem;
  }

  .title-web {
    font-size: 1.25rem; 
  }

  .nav-class {
    font-size: 0.875rem; 
  }

  .home-section {
    margin-top: 10rem; 
  }

  .title-text {
    font-size: 0.75rem; 
  }

  .main-title {
    font-size: 3rem; 
    line-height: 4.3rem; 
    font-weight: 900;
    letter-spacing: 1px;
  }

  .description-text {
    font-size: 0.875rem; 
    line-height: 1.5rem;
  }

  .btn-primary,
  .btn-secondary {
  padding: 0.75rem; 
  width: 10%;
  }

  .hero-image{
    width: 2rem;
  }

  .home-content {
    gap: 1rem; 
  }

  .button-wrapper{
    margin-top: 5rem;
    }

  .section-class{
    margin: 7rem 0;
  }

  .section-title {
    font-size: 1.875rem; 
    line-height: 2.5rem; 
}

.section-description {
  font-size: 0.875rem; 
  line-height: 1.5rem; 
}

.swiper-hero{
  width: 15% !important;
}

.main-home-about-text-title{
  font-size: 2rem;
}

.main-home-about-text-description{
  font-size: 14px;
  line-height: 1.65rem;
}

.section-container {
  margin-top: 2.75rem; 
}

.section-description-card {
  font-size: 0.75rem; 
  line-height: 1.25rem; 
}

.section-link {
  font-size: 0.875rem; 
}

.cta-title {
  font-size: 2.75rem;
  line-height: 3.75rem;
}

.cta-description {
  font-size: 16px;
  line-height: 1.5rem;
}

.cta-body {
  gap: 2rem;
}

.btn-primary-cta {
  
  padding: 1rem;
}

.btn-secondary-cta {
  padding: 1rem;
}

.response-text {
  font-size: 14px; 
  line-height: 1.35rem; 
}

.footer-logo-title {
  font-size: 1.25rem; 
}

.footer-description {
  font-size: 0.8rem; 
  width: 70%;
  line-height: 1.5rem;
}

.footer-links,
.footer-category,
.footer-contact {
  flex: 0 0 20%; 
  font-size: 0.8rem; 
  line-height: 1.9rem;
}

.footer-links-title,
.footer-category-title,
.footer-contact-title {
  margin-bottom: 0.5rem; 
  font-size: 1rem; 
  font-weight: 700; 
}

.footer-copyright {
  font-size: 0.8rem;
}

.footer-privacy p {
  font-size: 0.8rem;
}

  .about-section {
        margin-top: 5rem;
    }

    .about-item {
        gap: 4.5rem;
    }

    .about-title {
        font-size: 1.75rem;
    }

    .about-description {
        font-size: 1rem;
        line-height: 1.75rem;
    }

    .about-btn {
        font-size: 1rem;
        padding: 1.5rem 2.5rem;
    }

    .about-hero-title {
      font-size: 3rem;
      font-weight: 900;
      line-height: 3.75rem;
  }

  .about-hero-description-text {
    font-size: 0.9rem;
    line-height: 1.75rem;
  }

  .about-img-grid {
    margin-top: 3rem; 
    gap: 1rem;
}

.about-advantages-images {
  width: 47%;
  gap: 1rem;
}

.about-advantages-content {
  width: 43%;
  gap: 1.5rem; 
}

.about-advantages-title {
  font-size: 2.25rem; 
  line-height: 3rem; 
}

.about-advantages-description {
  font-size: 0.9rem;
  line-height: 1.7rem; 
}

.about-advantages-list-text {
  font-size: 0.75rem; 
  line-height: 1.5rem; 
}

.about-advantages-text {
  gap: 1.5rem; 
}

.skill-hero-icon{
  margin-top: 2rem;
}

.p-text-detail-page {
  font-size: 0.9rem; 
  line-height: 1.75rem; 
}

.event-events-list-title{
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.event-events-list-description {
  font-size: 0.75rem; 
  line-height: 1.3rem;
}

.event-events-list-date {
  font-size: 0.75rem; 
}




}






@media (min-width: 1536px) {
  .logo-web {
      width: 2rem;
  }

  .span-highlight {
    font-size: 1.125rem; 
}

.span-class {
  font-size: 1.125rem; 
}

.light-img-2 {
  width: 2.75rem
}

.dark-img-2 {
  width: 2.75rem; 
}

.home-content {
  gap: 1.75rem; 
}

.title-text {
  font-size: 1rem;
}

.main-title {
  font-size: 4rem; 
    line-height: 5.3rem; 
    letter-spacing: 2px;
   
}

.description-wrapper {
  gap: 1.75rem; 
}

.description-text {
  font-size: 1rem; 
  line-height: 1.8rem;
  width: 80%;
}

.btn-primary,
.btn-secondary {
  padding: 1rem; 
}

.btn-text-primary,
.btn-text-secondary {
  font-size: 1rem; 
}

.button-wrapper{
margin-top: 6.5rem;
}

.section-title {
  font-size: 2.25rem; 
  line-height: 2.75rem; 
}

.section-description {
  font-size: 1rem; 
  line-height: 1.75rem; 
}

.section-title-card {
  font-size: 1.125rem; 
}

.section-description-card {
  font-size: 1rem; 
}

.cta-title {
  font-size: 3rem;
}


.cta-description {
  font-size: 16px;
  width: 80%;
}

.response-text {
  font-size: 17px; 
  line-height: 1.5rem;

}

.footer-links,
.footer-category,
.footer-contact {
  flex: 0 0 20%; 
  font-size: 1rem; 
  line-height: 1.75rem;
}

.footer-links-title,
.footer-category-title,
.footer-contact-title {
  margin-bottom: 0.5rem; 
  font-size: 1.25rem; 
  font-weight: 700; 
}

.footer-copyright {
  font-size: 1rem;
}

.footer-privacy p {
  font-size: 1rem;
}

.about-section {
  margin-top: 6rem;
}

.about-item {
  gap: 5rem;
}

.about-title {
  font-size: 2rem;
}

.about-description {
  font-size: 1.125rem;
  line-height: 2rem;

}

.about-btn {
  font-size: 1.125rem;
  padding: 1.75rem 3rem;
}

.about-hero-section {
  gap: 1.5rem;
}

.about-hero-text {
  gap: 1.5rem;
}

.about-hero-badge {
  padding: 1.25rem;
}

.about-hero-badge-text {
  font-size: 0.875rem;
}

.about-hero-title {
  font-size: 3.5rem;
  line-height: 4.25rem;
}

.about-hero-description-text {
  font-size: 1rem;
  line-height: 1.75rem;
  width: 80%;
}

.about-advantages-title {
  font-size: 3rem; 
  line-height: 3.5rem; 
}

.about-advantages-description {
  font-size: 1rem; 
  line-height: 1.75rem; 
}

.about-advantages-list-text {
  font-size: 1rem; 
  line-height: 1.75rem; 
}

.about-advantages-text {
  gap: 1.75rem; 
}

.p-text-detail-page {
  font-size: 1.1rem; 
  line-height: 1.9rem; 
}

.event-hero-search-input {
  padding: 1rem 1.5rem; 
  font-size: 16px; 
}

.event-hero-search-button {
  padding: 1rem; 
}

.event-events-list-title{
  font-size: 1.2rem; 
  line-height: 1.75rem;
}

.event-events-list-description{
  font-size: 1rem; 
  line-height: 1.5rem;
}



}


.nav-href:hover {
  color: var(--primary);
}


