

.relative {
  position: relative;
}
.w-full {
  width: 100%;
}
.h-screen {
  height: 100vh;
}
.object-cover {
  object-fit: cover;
}
.absolute {
  position: absolute;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bg-black {
  background-color: black;
}
.opacity-50 {
  opacity: 0.5;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.text-white {
  color: white;
}
.mb-4 {
  margin-bottom: 1rem;
}
.space-x-2 > * + * {
  margin-left: 0.5rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.text-yellow-500 {
  color: #f59e0b;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-6xl {
  font-size: 4rem;
}
.font-bold {
  font-weight: 500;
}
@media (min-width: 768px) {
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-6xl {
    font-size: 4rem;
  }
  .anand {
    font-size: 20px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.57rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    font-family: "Kanit", sans-serif;;
    border-radius: 0.25rem;
   
  }
  .anandd {
    font-size: 30px;
    color: #d4b06c;
  }
  .sezon {
    font-family: "Kanit", sans-serif;;
    font-weight: bold;
   
    line-height: 47px;
    font-size: 72px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .text-4xl {
    font-size: 2.25rem;
  }
  .text-sm {
    font-size: 0.875rem;
  }
  .anand {
    font-size: 15px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.57rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    font-family: "Kanit", sans-serif;;
    border-radius: 0.25rem;
    letter-spacing: 2px;

  }
  .anandd {
    font-size: 23px;
    color: #d4b06c;
  }
  .sezon {
    font-family: "Kanit", sans-serif;;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 47px;
    font-size: 52px;
  }
}



