@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.color{
  color: #47F6BE !important;
}
.bg-nav {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.bg-header{
    background-color: #4D4D4D;
    height: fit-content;
    background-size: cover;
    margin-bottom: 0px;
    margin-top: 56px;
}
.head-h1{
    font-size: 16px;
    text-align: center;
    color: #FCFBFA;
    padding-top: 14px;
    padding-bottom: 12px;
    letter-spacing: 6px;
}
.navbar-bg{
    box-shadow: 0px 8px 34px -7px rgba(0,0,0,0.71);
    -webkit-box-shadow: 0px 8px 34px -7px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 8px 34px -7px rgba(0,0,0,0.71);
}
.active-1{
  color: #10C5E0 !important;
}
.nav-h1{
    letter-spacing: 2px;
}
/* WORK MORQUE */
@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 20px 0;
    background: #E9E4E3;
    white-space: nowrap;
    position: relative;
  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to right, #E9E4E3, transparent);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to left, #E9E4E3, transparent);
  }
  
  .logos:hover .logos-slide {
    animation-play-state: running;
  }
  
  .logos-slide {
    display: inline-block;
    animation: 10s slide infinite linear;
  }
  .logos-slide-1 {
    display: inline-block;
    animation: 10s slide infinite linear reverse;
  }

  .logos-slide h1 {
    height: 0px;
    margin: 0 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
  }
  .outline__text {
    font-family: sans-serif;
    color: #10C5E0 !important;
  }
  .logos-slide i {
    font-size: 20px;
  }


.bg-collection{
    background: linear-gradient(to bottom, #E9E4E3,white,white,white,white,white);
    background-size: cover;
    height: fit-content;
    padding: 12px;
}
.coll-h1{
    color: #261F1F;
    text-align: center;
    font-size: 22px;
    font-weight: 550;
    letter-spacing: 3px;
}
.h1-2{
    color: #261F1F;
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 550;
}
.bg-about{
    background-color: white;
    height: fit-content;
    background-size: cover;
}
.picture{
    width: 100%;
}
.about-h1{
    color: #261F1F;
    font-size: 18px;
    font-weight: 900;
}
.about-p{
    color: #261F1F;
    font-size: 14px;
    font-weight: 500;
}
.cart-icon{
    font-size: 22px;
    padding-left: 22px;
    cursor: pointer;
}
.cart-icon-cart{
    font-size: 28px;
    padding-left: 22px;
    cursor: pointer;
}
.login-button{
    padding: 6px;
    padding-left: 18px;
    padding-right: 18px;
}
.bg-theme{
    background: linear-gradient(to bottom, #E9E4E3,white,white,white,white,white);
    height: fit-content;
    background-size: cover;
}
.bg-theme-2{
  background: linear-gradient(to bottom, white,white,white,white,white);
  height: fit-content;
  background-size: cover;
}
.card{
  position: relative;
  overflow: hidden;
  display: flex;
  
  width: 300px; /* Box dimensions */
  height: 400px; 
  
  border-radius: 4px; /* Styling */
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);  
  transition: box-shadow 0.56s ease-in-out; /* Animation */
  /* background-color: rgba(0,0,0,.2); /* for debugging */
}
.card:hover{ /* Just for styling */
  cursor: pointer;
  box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
}
.card__title{ /* Just for styling */
  align-self: flex-end; padding: 0.5rem;
  color: rgba(255,255,255,.90); font-size: 2rem;
  line-height: 1;font-weight: 600; 
}
  

.theme-1{
  background-image: url('./uploads/aesthetic.png');
  background-size: cover;
  height: 450px;
  max-width: 100%;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-1:hover,.theme-2:hover,.theme-3:hover{
  background-size: 110%;
}
.theme-2{
  background-image: url('./admin/uploads/anime.png');
  background-size: cover;
  height: 450px;
  max-width: 100%;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}
.theme-3{
  background-image: url('./admin/uploads/vintage.png');
  background-size: cover;
  height: 450px;
  max-width: 100%;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-h1{
  color: #543A14;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  background-color: rgba(233, 228, 227,0.9);
  padding: 4px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  margin-bottom: 22px;
}

.theme-link {
  text-decoration: none; /* Remove underline from link */
}
.theme-h1:hover,.theme-link:hover{
  text-decoration: none ; 
}

.theme-con {
  padding: 0; /* Remove padding from the container */
}

.theme-row {
  margin: 0;/* Add consistent spacing between grid items */
}

.theme-col {
  padding: 0; /* Remove padding from columns if necessary */
}

/* Optional: Fine-tune spacing for individual theme items */

a {
  text-decoration: none;
}
a:hover {
  text-decoration:none; 
  cursor:pointer;  
}
.card{
  padding: 2px;
}
.card-title{
  color: black;
  text-align: center;
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.card-body{
  color: #4D4D4D;
  font-size: 14px;
  margin-top: 0%;
  padding-top: 0%;
  font-weight: 500;
  text-align: center;
  padding-bottom: 6px;
}
.price-late{
  text-decoration:line-through;

}
.price-new{
  font-weight: 550;
  color: #cf372c;
  font-size: 15px;
}
.image-container {
  position: relative;
  width: 225px;
  height: 300px;
}


.image-default,
.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  height: 300px;
  transition: opacity 0.3s ease-in-out;
}

.image-default {
  opacity: 1;
}

.image-hover {
  opacity: 0;
}

.image-container:hover .image-default {
  opacity: 0;
}

.image-container:hover .image-hover {
  opacity: 1;
}

.collection:hover{
  text-shadow: 5px 5px 6px rgba(0,0,0,0.69);
}
.top-rated-bg{
  background-color: white;
  background-size: cover;
  height: 100vh;
  display: flex; /* Arrange items in a horizontal row */
  overflow-x: auto; /* Enable horizontal scrolling */
  scroll-behavior: smooth; /* Smooth scrolling effect */
  gap: 16px; /* Space between cards */
  padding: 16px; /* Optional: Add padding around the scroll area */
}
.wrapper{
  max-height: fit-content;
  display: flex;
  overflow-x: auto;
}
.wrapper::-webkit-scrollbar{
  width: 0;
}
.wrapper, .item{
  height: fit-content;
  line-height: 110px;
  text-align: center;
  background-color: white;
  margin-right: 2px;
  width: 100%;
}
.bg-nav-bottom{
  background-color: black;
  color: white;
  width: 100%;
  padding: 8px;
  font-size: 22px;
}
.nav-span{
  padding-top: 0px;
  margin-top: 0px;
}



