

#btn {

    background-color: #ffb700da;
    font-weight: 500;

}

#btn:hover {

    background-color: #f3b416;

}

#glink {

  
    background-color: #e9e9e9da;
}

#glink:hover {

  background-color: #dcdcdc;

}

.btn {

    background-color: #ffb700da;

}


#link {
    color: rgb(8, 47, 155);
    cursor: pointer;

}


#link:hover {
    color: rgb(139, 32, 29);
    cursor: pointer;
    text-decoration:underline;

}



.footer {
    padding: 50px 0;
}

.footer h5 {
    color: #fff;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    color: #ccc;
}

.footer ul li:hover {
    color: #fff;
    cursor: pointer;
}


.container {
    text-align: center;
  }

  .gallery-container {
    overflow-x: hidden;
    white-space: nowrap;
    margin-bottom: 10px; /* Added margin for spacing */
    position: relative;
  }
  
  .gallery-item {
    display: inline-block;
    margin-right: 10px;
  }
  .gallery-item img {
   max-width: 400px;
   min-height: 250px;
   max-height: 300px;
   padding: 20px 20px;
  }
  #prevBtn,
  #nextBtn {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  #prevBtn:hover,
  #nextBtn:hover {
    opacity: 1;
  }

  .btn.dropdown-toggle {
    background-color: transparent;
    border: none;
}
.dropdown-menu {
    display: none;
}
.btn-group:hover .dropdown-menu {
    display: block;
}

.dropdown-menu .progress {
    height: 5px;
    width: 50px;
    margin-bottom: 10px; /* Increased margin for better spacing */
}
.dropdown-menu .progress-bar {
    background-color: #ffc107; /* Bootstrap's warning color */
}
.progress-label {
    font-size: 10px;
    margin-right: 10px;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: auto;
    overflow: hidden;
}


/* fashion */
.container {
    margin: 0 auto;
    padding: 20px;
}

.fashion-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.fashion-item {
    flex: 1 0 100px; /* Adjust the flex-basis value as needed */
    max-width: 100px; /* Ensure the items don't exceed a certain width */
    margin-bottom: 10px;
    text-align: center; /* Center the text under the images */
}

.fashion-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.fashion-label {
    margin-top: 5px;
    font-size: 14px; /* Adjust the font size as needed */
    color: #333; /* Adjust the text color as needed */
}

/* Make the items responsive on smaller screens */
@media (max-width: 768px) {
    .fashion-item {
        flex: 1 0 45%; /* Adjust to fit two items per row on smaller screens */
    }
}

@media (max-width: 576px) {
    .fashion-item {
        flex: 1 0 100%; /* Adjust to fit one item per row on extra small screens */
    }
}

.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }
  .card{
    border-radius: 25px;
    background-color: #FFF;
  }
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
  .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
  }
  .overlay::before,
  .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
  }
  .overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
  }
  .card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
  }
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
  }
  .name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
  .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
  }
  .button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .button:hover{
    background: #265DF2;
  }
  .swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #4070F4;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }






  .carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}
.carousel-item {
    min-width: 100%;
}
.carousel-item img {
    width: 100%;
    height: auto;
}



.container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.container {
    -ms-overflow-style: none;  /* Hide scrollbar for Internet Explorer and Edge */
    scrollbar-width: none;  /* Hide scrollbar for Firefox */
}





