html,
body {
  margin: 0px !important;
  width: 100%;
  height: 100%;
  padding: 0px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
}
.color-yellow {
  color: rgb(248, 195, 3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#a-menu-link {
  color: rgba(0, 0, 0, 0.8); /* Changes text color */
  text-decoration: none; /* Removes default underline */
  transition: color 0.3s ease;
}

#a-menu-link:hover {
  color: rgb(248, 195, 3);
}

#showcase-1 {
  display: inline-block;
  background-color: #fcf7d4;
  margin: 0px !important;
  width: 100%;
}

#nav-bar-1 {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Abhaya Libre", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #fcf7d4;
  padding-right: 160px;
}

#logo-div {
  display: block;
}

#logo-1 {
  display: block;
  width: 100%;
  object-fit: cover;
}

#logo-home-link {
  display: block;
  width: 100%;
}
#menu-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 60px;
}

#showcase-hero {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 180px 0px 80px 50px;
  gap: 100px;
}

#showcase-dia-1 {
  width: 60%;
  opacity: 0.6;
}

#showcase-text {
  width: 100%;
}

#showcase-hero h1,
h4 {
  font-family: "Abhaya Libre", serif;
}

#showcase-hero p {
  font-family: "Inter", sans-serif;
}

#showcase-hero-h1-1 {
  font-size: 35px;
  word-spacing: 1px;
  padding-bottom: 10px;
}

#showcase-hero-para-1 {
  font-size: 14px;

  color: rgba(128, 128, 128, 0.711);
}

#showcase-section-2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.showcase-slide-container {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.showcase-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.showcase-slide img {
  width: 100%;
  height: 450px;
  object-fit: contain;
}

.showcase-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.showcase-slide-content {
  position: relative;
  left: 40px;
  z-index: 2;
  font-family: "Inter", sans-serif;
}

.slide-title {
  font-size: 18px;
  margin: 0;

  padding-top: 10px;
  font-weight: 600;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

.slide-description {
  font-size: 12px;
  margin: 8px 0;
  padding-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
}

.slider-arrow svg {
  display: flex;
  width: 30px;
  color: rgb(224, 222, 222);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.showcase-slider-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-dot.active {
  background: #f40909;
  transform: scale(1.2);
}

#home-section-4-flex-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#home-section-4-col-col-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

#home-section-4 {
  padding: 100px 40px;
  background-color: rgba(90, 125, 151, 0.26);
}

#home-section-4-flex-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

#home-section-4-h1-col-1 {
  font-family: "Itim", cursive;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
}

#home-section-4-p1-col-1 {
  font-family: "Nanum Brush Script", cursive;
  margin-top: -3px;
}

.home-section-4-menu-link {
  color: rgba(0, 0, 0, 0.8); /* Changes text color */
  text-decoration: none; /* Removes default underline */
  transition: color 0.3s ease;
}

.home-section-4-menu-link:hover {
  color: rgb(9, 58, 194);
}

#subscriber-form {
  font-family: "Inter", sans-serif;
}
#subscriber-form label {
  font-size: 13px;
}

#subscriber-form input {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 3px;
}

#subscriber-email {
  margin-bottom: 5px;
}

#home-section-4-col-4 {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}

#home-section-4-col-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

#send-btn-1:hover {
  background-color: rgba(90, 125, 151);
  color: white;
}
