.introduction{
    max-width: 1200px;
}
.introduction p{
    text-align: center;
    font-size: larger;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 1.5;
}
.introduction span{
    color: var(--primary-hover-color);
    font-weight: 600;
}
.photoalbum{
    min-height: 100vh;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 8%;
    margin-top: 20px;
    margin-bottom: 50px;

  }

  section .gallery {
    overflow: auto;
    max-height: calc(100vh - 200px); /* Adjust the height as needed */
    background-color: rgba(245, 245, 245, 0.8);
  }
  .photoalbum .section-head{
    max-width: 700px;
    margin: 0px auto 25px;
    text-align: center;
  }
  .refer{
    display: inline-block;
  }
  .button-group h1{
    text-align: center;
    font-size: 36px;
    text-decoration:underline crimson;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .button-group{
    text-align: center;
    margin-bottom: 20px;
  }
  .button-group .button{
    padding: 10px 20px;
    margin: 5px;
    background-color: var(--primary-hover-color);
    color: white;
    font-style: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: all 0.4s;
    border: none;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px;
  }
  .button-group .button.active{
    background-color: var(--primary-color);
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  .button-group .button:hover{
    background-color: var(--primary-clr);
    color: var(--body-clr);
  }
  div.gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  }
  div.gallery .item{
    position: relative;
    margin: 4px;
    width: calc(33.33% - 8px);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; /* Center the image vertically */
  }
  .item img {
    width: 100%; /* Set image width to 100% to fit its container */
    height: 100%; /* Set image height to 100% to fit its container */
    object-fit: cover;
    display: block;
    transition: 0.3s;
}
  div.gallery .item:hover img{
    transform: scale(1.15);
  }
  .item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(77, 67, 67, 0.7);
    color: var(--body-clr);
    padding: 15px;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
  .item:hover .overlay{
    opacity: 1;
  }
  .item .overlay a{
    padding: 10px 20px;
    border: 2px solid var(--body-clr);
    color: var(--body-clr);
    text-decoration: none;
    color: white;
    background-color: var(--primary-hover-color);
    border-radius: 20px;
    transition: 0.3s;
    margin: 5px;
  }
  .item .overlay a:hover{
    background-color: var(--primary-color);
    color: white;
  }
  
  .product-name,
.product-price {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.product-size {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.add-to-cart {
    background-color: var(--primary-hover-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.add-to-cart:hover {
    background-color: var(--primary-color);
}
  @media(max-width: 1024px){
    div.gallery .item{
      width: calc(50% - 8px);
    }
  }
  
  @media(max-width: 600px){
    div.gallery .item{
      width: 100%;
      margin: 4px 0px;
    }
  }

.arrivalcontainer{
    padding-top: 20px;padding-bottom: 20px;
}
.arrivalcontainer h2{
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: var(--primary-hover-color);
}
.arrivalcontainer .item{
background-color: rgb(248, 248, 248);
padding: 20px;
    margin: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.themability-newarrival {
    position: relative;
    text-align: center;
    padding: 60px 0;
    /* border-radius: 50px; */
}

.themability-newarrival-images img {
    width: 200px !important;
    height: 150px;
}

.themability-newarrival-content {
    margin-top: 20px;
}

.themability-newarrival-name {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.themability-newarrival-category {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.themability-newarrival-text {
    line-height: 24px;
    font-size: 16px;
    position: relative;
    margin: 15px auto auto auto;
    letter-spacing: 1px;
    color: var(--secondary-light-color);
}

.themability-newarrival-text p {
    margin: 0;
    text-align: justify;
    font-size: smaller;
}