@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Sacramento&display=swap');


body{
  position: relative;
}
/* .swiper-slide{
    position: relative;
} */
.collection{
    height: 20rem;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.collection .content{
    width: 20rem;
    height: 20rem;
    background-color: #161616;
    border-radius: .7rem;
    overflow: hidden;
    /* padding: .2rem; */
}

.content img{
    width: 100%;
    object-fit: cover;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
}
.text-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-content h3{
    font-size: 1.7rem;
    font-weight: 500;
}
.text-content p{
    max-width: 22rem;
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
}


@media (max-width: 768px) {
    .collection .content {
      width: 90%;
      height: auto;
    }
    .text-content h3 {
      font-size: 1.2rem;
    }
    .text-content p {
      font-size: 0.7rem;
    }
  }

  .swiper {
    padding: 2rem 0;
  }

  .image-container {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .image-container img {
    display: block;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: .6rem;
  }
  
  .expand-icon {
    font-size: 2rem;
    color: #202020;
    pointer-events: none;
  }
  
  .image-container:hover .overlay {
    opacity: 1;
  }
  
  .image-container:hover img {
    transform: scale(1.05); /* optional zoom effect */
  }

  .expand-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    /* transition: transform 0.3s ease; */
    top: 20%;
    left: 40%;
    position: absolute;
  }
  
  .image-container:hover .expand-icon {
    transform: scale(1.0);
  }

  .text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(30,35,46,0.9), rgba(30,35,46,0.0));
    color: #fff;
    text-align: left;
    z-index: 2;
  }
  
  .text-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  
  .text-content p {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    max-width: 90%;
  }
  
  
  
  /* Category styles */


  .category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

    .category-card .box-img {
       
    border-radius: 24px;
    margin-bottom: 22px;
}

.category-card .box-img img {
    width: 200px;
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

a,a:hover{
    text-decoration: none;
    color: black;
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: relative;
    z-index: 2;
}

.sub-title {
    display: block;
    color: #171817;
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Montez", cursive;
    position: relative;
    margin-top: 10px;
    text-align: center;
}

.sec-title{
    font-family: "Manrope", sans-serif;
    color: #113D48;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
    margin-top: 24px;
    text-align: center;
    
} 

.category_section{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 20;
}

.categorySlider .swiper-pagination-bullets {
    max-width: 250px;
    display: block;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 45px 0 20px 0;
    padding-bottom: 20px;
    line-height: 20px;
    height: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2dcc67;
    border-color: #2dcc67;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    padding: 10px;
    color: white;
}

@media screen and (min-width: 1024px) {
  /* div#categorySlide {
    max-width: 1100px;
    overflow: visible;
  } */
}

@media screen and (max-width: 768px) {
  
}


/* End Category slides */

.cat-container{
  margin: auto;
  position: relative;
}

.arrow {
  position: absolute;
  left: 50%;
  bottom: -1;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 80px solid #f7f7f7;;
  z-index: 1;
}