@import "tailwindcss";
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --background: #ffffff;
  --foreground: #0c0c0c;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: "Philosopher", sans-serif;
}

/* ============================= */
/* TYPOGRAPHY                     */
/* ============================= */
h1 {
  font-size: 80px;
  line-height: 86px;
}
h2 {
  font-size: 56px;
  line-height: 66px;
}
h3 {
  font-size: 46px;
  line-height: 56px;
}
h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Cabin";
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Cabin";
}
span,
label {
  font-size: 18px;
  line-height: 28px;
  font-family: "Cabin";
}

input,
textarea,
select {
  font-size: 16px;
  line-height: 26px;
  font-family: "Cabin";
}

/* ============================= */
/* SUB-HEADER                     */
/* ============================= */
.sub-header {
  color: #e64049;
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
}

/* ============================= */
/* BUTTONS                        */
/* ============================= */
.primary-btn {
  color: #fff;
  padding: 16px 32px;
  background-color: #ac9242;
  font-size: 18px;
  font-family: "Philosopher", sans-serif;
  font-weight: bold;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 50px;
  /* display: inline-block; */
  text-decoration: none;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  color: #ac9242;
  background-color: transparent;
  border: 1px solid #ac9242;
}

.secondary-btn {
  color: #000;
  padding: 16px 32px;
  background-color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-family: "Philosopher", sans-serif;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  /* display: inline-block; */
  text-decoration: none;
  transition: all 0.3s ease;
}

.secondary-btn:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

/* ============================= */
/* SWIPER NAVIGATION              */
/* ============================= */
.swiper-button-next,
.swiper-button-prev {
  color: #ac9242 !important;
  background: #fff !important;
  padding: 0.75rem !important;
  border-radius: 50% !important;
  width: 3.5rem !important;
  height: 3.5rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #ac9242 !important;
  color: #fff !important;
}

.swiper-button-next {
  right: -1rem;
}
.swiper-button-prev {
  left: -1rem;
}

.hero-swiper .swiper-pagination {
  bottom: 4rem !important;
}
.hero-swiper .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 6px !important;
}

.hero-swiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #fff !important;
  transform: scale(1.2) !important;
}

.transition-opacity {
  transition: opacity 0.3s ease;
}

@media (min-width: 640px) {
  .hero-swiper .swiper-pagination-bullet {
    display: none !important;
  }
}

/* ============================= */
/* Hero SWIPER NAVIGATION              */
/* ============================= */
/* Custom Swiper Navigation Buttons */
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  color: #fff !important;
  width: 55px !important;
  height: 55px !important;
  padding: 1rem !important;
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(6px) !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  margin-top: 30px !important;
}

.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
  background: #000 !important;
  color: #fff !important;
}

.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #fff !important;
}

/* Position tuning */
/* .hero-swiper .swiper-button-prev {
  left: 70px !important;
}

.hero-swiper .swiper-button-next {
  right: 70px !important;
} */

/* Mobile adjustments */
/* @media (max-width: 1440px) {
  .hero-swiper .swiper-button-prev {
    left: 5px !important;
  }

  .hero-swiper .swiper-button-next {
    right: 5px !important;
  }
} */

@media (min-width: 768px) {
  .hero-swiper .swiper-button-prev {
    left: 16px !important;
  }

  .hero-swiper .swiper-button-next {
    right: 16px !important;
  }
}

@media (min-width: 1024px) {
  .hero-swiper .swiper-button-prev {
    left: 20px !important;
  }

  .hero-swiper .swiper-button-next {
    right: 20px !important;
  }
}

@media (min-width: 1280px) {
  .hero-swiper .swiper-button-prev {
    left: 40px !important;
  }

  .hero-swiper .swiper-button-next {
    right: 40px !important;
  }
}

@media (min-width: 1536px) {
  .hero-swiper .swiper-button-prev {
    left: 80px !important;
  }

  .hero-swiper .swiper-button-next {
    right: 80px !important;
  }
}

/* Mobile adjustments */
@media (max-width: 640px) {
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  /* .hero-swiper .swiper-button-prev {
    left: 5px !important;
  }

  .hero-swiper .swiper-button-next {
    right: 5px !important;
  } */

  .hero-swiper .swiper-button-next::after,
  .hero-swiper .swiper-button-prev::after {
    font-size: 18px !important;
  }
}

@media (max-width: 640px) {
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    display: none !important;
  }
}

.transition-opacity {
  transition: opacity 0.3s ease;
}

/* ============================= */
/* RESPONSIVE MEDIA QUERIES      */
/* ============================= */

/* Mobile (up to 640px) */
@media (max-width: 640px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  p,
  span,
  label,
  input,
  textarea {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-btn,
  .secondary-btn {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 24px;
  }

  .sub-header {
    font-size: 16px;
    line-height: 16px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 3rem !important;
    height: 3rem !important;
  }
}

/* Tablet (641px – 1024px) */
@media (min-width: 641px) and (max-width: 1024px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
  }
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
  h3 {
    font-size: 36px;
    line-height: 44px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  p,
  span,
  label {
    font-size: 16px;
    line-height: 26px;
  }
  input,
  textarea {
    font-size: 15px;
    line-height: 24px;
  }

  .primary-btn,
  .secondary-btn {
    font-size: 16px;
    line-height: 16px;
    padding: 14px 28px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    padding: 0.6rem;
  }
}

/* @media (max-width: 1720px) {
  .text-container {
    width: 90%;
  }
} */

/* Desktop (1025px – 1440px) */
/* @media (min-width: 1025px) and (max-width: 1440px) {
  h1 {
    font-size: 84px;
    line-height: 90px;
  }
  h2 {
    font-size: 64px;
    line-height: 70px;
  }
  h3 {
    font-size: 50px;
    line-height: 60px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  p,
  span,
  label,
  input,
  textarea {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-btn,
  .secondary-btn {
    font-size: 18px;
    padding: 15px 50px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.75rem;
  }
} */

/* Large / Ultra-wide screens (1441px and up) */
/* @media (min-width: 1441px) {
  h1 {
    font-size: 100px;
    line-height: 110px;
  }
  h2 {
    font-size: 80px;
    line-height: 90px;
  }
  h3 {
    font-size: 60px;
    line-height: 70px;
  }
  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  p,
  span,
  label,
  input,
  textarea {
    font-size: 18px;
    line-height: 28px;
  }

  .primary-btn,
  .secondary-btn {
    font-size: 20px;
    padding: 18px 60px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
  }
} */

.section-description ul {
  list-style: disc;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-top: 1rem;
  padding-left: 2rem;
  text-align: left;
}
