/* =============================
   GLOBAL STYLES
============================= */
:root {
  --primary-color: #000000;
  --accent-color: #FFFFFF; 
  --text-color: #333333;
  --light-color: #f8f9fa;
  --font-heading:  "abchanel-corpo",arial,helvetica,sans-serif;
  --font-body: "abchanel-corpo",arial,helvetica,sans-serif;
}
@font-face {
  font-family: "abchanel-corpo",arial,helvetica,sans-serif;
  src: url('assets/fonts/Ariston.woff2') format('woff2'),
       url('assets/fonts/Ariston.woff') format('woff'),
       url('assets/fonts/Ariston.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--font-body);
  color: var(--text-color);
  line-height: 1.7;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.carousel-control-next-icon{
  display: none;
}

/* nav */

/* =============================
   NAVBAR + CONTACT BUTTON
============================= */
.navbar {
  background-color: #000000cc!important;
  backdrop-filter: blur(8px);
  transition: all 0.4s ease;
  padding: 15px 0;
  z-index: 1000;
  height: 130px;
}

.navbar-brand {
  font-family: "abchanel-corpo",arial,helvetica,sans-serif;
  font-size: 1.8rem;
  color: #FFFFFF !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-brand img {
  width: auto;
    height: 100px;
}
.carousel-control-prev-icon{
  display: none !important;

}

.navbar-nav .nav-link {
  color: #ffffff !important;
  margin-left: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
}

/* button */
button{
  background-color: #ffffff;
  border: none;
  padding: 10px 15px;
  font-family:  "abchanel-corpo",arial,helvetica,sans-serif;
}

/* Contact Button */
.contact-btn {
  padding: 16px 34px!important;
  border-radius: 30px!important;
  text-transform: uppercase!important;
  transition: all 0.3s ease!important;
  border: none!important;
  color: #FFFFFF!important;
  transition: all 0.3s ease!important;
  border-radius: 16px!important;
  text-decoration: none!important;
  background-color: #000000!important;
}

.contact-btn:hover {
  color: #FFFFFF !important;
  background-color:#000000 !important;
  transform: translateY(-2px) !important;
}

/* Sticky Scroll Effect */
.navbar.scrolled {
  background: #000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

/* =============================
   BANNER SECTION
============================= */
.banner {
  position: relative;
  height: 100vh;
  color: #FFFFFF;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.banner .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner .container {
  position: relative;
  z-index: 2;
  padding-top: 180px;
}

.banner h1 {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 20px;

}

.banner p {
  font-size: 1.2rem;
  color: var(--accent-color, #FFFFFF);
  margin-bottom: 30px;
}

.butn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* ====== BUTTONS ====== */
.banner .btn,
.banner .bn {
  padding: 14px 32px;
  border-radius: 16px;
  font-family: var(--font-heading, "abchanel-corpo",arial,helvetica,sans-serif);
  letter-spacing: 2px;
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: none;
}

.banner .btn {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.banner .btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.banner .bn {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.banner .bn:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.carousel-control-next-icon{
  display: none !important;
}

/* ====== CONTROLS ====== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* Hide arrows on small screens */
@media (max-width: 576px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1200px) {
  .banner h1 {
    font-size: 3.2rem;
  }
}

@media (max-width: 992px) {
  .banner h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .banner p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .banner {
    height: 90vh;
  }
  .banner .container {
    padding-top: 120px;
  }
  .banner h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .banner p {
    font-size: 0.95rem;
  }
  .butn {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .banner {
    height: 85vh;
  }
  .banner h1 {
    font-size: 1.6rem;
  }
  .banner p {
    font-size: 0.9rem;
  }
  .banner .btn,
  .banner .bn {
    padding: 10px 22px;
    font-size: 0.85rem;
  }
}
/* =============================
   ABOUT SECTION
============================= */
#about {
  background-color: #FFFFFF;
  padding: 150px 0;
}

.about-subtitle {
  font-family: "abchanel-corpo",arial,helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
}

.about-title {
  font-family: "abchanel-corpo",arial,helvetica,sans-serif;
  letter-spacing: 3px;
  color: #000000;
  text-transform: capitalize;
  max-width: 850px;
  margin: 0 auto;
  font-size: 42px !important;

}

.about-card {
  background-color: #FFFFFF;
    color: #000000;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: left;
  transition: transform 0.3s ease;
  border: 1px solid #000000;
}

.about-card:hover {
  transform: translateY(-5px);
}

.about-card h4 {
  font-family: "abchanel-corpo",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.about-card ul {
  padding-left: 0;
  list-style: none;
}

.about-card ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  
  text-align: center;
}

/* .about-card ul li::before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 18px;
} */
/*  */

.about-card-1 {
  color: #000000;
  text-align: left;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
}

.about-card:hover {
  transform: translateY(-5px);
}

.about-card h4 {
  font-family: "abchanel-corpo",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
  color: #000000;
  text-transform: capitalize;
  text-align:center;
}

.about-card-1 ul {
  padding-left: 0;
  list-style: none;
  text-align: center;

}

.about-card-1 ul li {
  position: relative;
  font-family: var(--font-body);
  margin-bottom: 10px;
  padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
    
}

/* .about-card-1 ul li::before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 18px;
} */

@media (max-width: 767px) {
  .about-title {
    font-size: 30px;
  }
  .about-card h4 {
    font-size: 20px;
  }
}



/* =============================
   COLLECTIONS SECTION
============================= */
.collections {
  background-color: #ffffff;
  padding: 0px 0px 150px;
}

.collections h2 {
  color: #000000;
  font-size: 2.2rem;
  font-weight: 700;
}
.collections h5{
  color: #000000;
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.collection-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid var(--accent-color);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.collection-overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 48, 64, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0;
  transition: all 0.4s ease;
}

.collection-overlay h3 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.collection-box:hover img {
  transform: scale(1.1);
}

.collection-box:hover .collection-overlay {
  opacity: 1;
}

.collection-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* =============================
   TEAM SECTION
============================= */

#team{
  padding: 150px 0;
  background-color: #FFFFFF;
}
#team h2 {
  color: var(--primary-color);
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.team-member img {
     width: 300px;
    height: 300px;
  object-fit: cover;
  border: 4px solid var(--accent-color);
  transition: all 0.3s ease;
}

.team-member img:hover {
  transform: scale(1.05);
}

.team-member h4 {
  margin-top: 10px;
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 0px;

}

.team-member p {
  color: #666;
  font-size: 20px;
}

/* =============================
   GALLERY SECTION
============================= */
#gallery {
  background-color: #000000;
  padding: 100px 0;
}

#gallery h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: #ffffff;
}

#gallery img {
  transition: all 0.4s ease;
  border-radius: 10px;
}

#gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-title {
  font-family: "abchanel-corpo",arial,helvetica,sans-serif;
  letter-spacing: 3px;
  color: #FFFFFF;
  text-transform: capitalize;
  max-width: 850px;
  margin: 0 auto;
  font-size: 42px !important;
}
.gallery-subtitle {
  font-family: "abchanel-corpo",arial,helvetica,sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: capitalize;
}

button{
      padding: 11px 24px;
}
/* =============================
   BOTTOM BANNER
============================= */
.bottom-banner {
  background: url("assets/img/bottom-banner.jpg") center/cover no-repeat;
  padding: 200px 0 !important;
  position: relative;
}

.bottom-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.bottom-banner .container {
  position: relative;
  z-index: 2;
}

.bottom-banner h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
      letter-spacing: 4px;
}

.bottom-banner p {
  color: var(--accent-color);
  margin-top: 10px;
}

/* =============================
   FOOTER
============================= */
.footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}

.footer-logo {
  width: 120px;
  height: auto;
}

.footer-info {
  font-size: 1rem;
  color: #ffffff;
  margin: 5px 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}

.social-icons a {
  color: #ffffff;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: var(--accent-color, #FFFFFF);
  transform: translateY(-3px);
}

.footer-copy {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer {
    padding: 40px 10px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-info {
    font-size: 0.95rem;
  }

  .social-icons a {
    font-size: 1.3rem;
  }
}



/* =============================
   RESPONSIVE
============================= */
@media (max-width: 768px) {
      .banner h1 {
        font-size: 48px;
        line-height: 66px;
    }
    .banner{
      height: 100vh;
    }
  
  .collection-box {
    padding: 40px 15px;
  }
  .bottom-banner h2 {
    font-size: 1.6rem;
  }
  #gallery img {
    padding: 10px;
    transition: all 0.4s ease;
    border-radius: 10px;
}
.navbar-toggler{
  display: none;
}
.navbar .container{
  display: flex;
  justify-content: center !important;
}
.navbar-brand {
  margin: 0 !important;
}
.about-title {
    font-size: 34px !important;
}

}
