@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Playwrite+AU+SA:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Antonio:wght@100..700&family=Playwrite+AU+SA:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Antonio:wght@100..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playwrite+AU+SA:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Antonio:wght@100..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Major+Mono+Display&family=Outfit:wght@100..900&family=Playwrite+AU+SA:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Antonio:wght@100..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Major+Mono+Display&family=Outfit:wght@100..900&family=Playwrite+AU+SA:wght@100..400&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Antonio:wght@100..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Major+Mono+Display&family=Outfit:wght@100..900&family=Playwrite+AU+SA:wght@100..400&family=Raleway:ital,wght@0,100..900;1,100..900&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap'); 
*{
  padding:0;
  margin:0;
  box-sizing: border-box;

}
body, html {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  font-family: Arial, sans-serif;
}

body.fade-out {
    opacity: 0;
    transition: opacity 0.4s ease;
}

body.fade-in {
    opacity: 1;
    transition: opacity 0.4s ease;
}


.wave-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
  z-index: -1;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 200%; /* Double width for scrolling */
  height: 10vh;
  animation: waveScroll 49s linear infinite;
  opacity: 0.5;
}

.wave-front {
  animation: waveScrollFront 6s linear infinite;
  opacity: 0.6;
}

.wave-back {
  animation: waveScrollBack 14s linear infinite;
  opacity: 0.4;
}

@keyframes waveScrollFront {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes waveScrollBack {
  0% { transform: translateX(0); }
  100% { transform: translateX(-25%); }
}

.float {
  animation: float 4s ease-in-out infinite;
  z-index: 4;
  padding-top: 10%;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}


header{
  display: flex;
  background-color: rgb(9, 1, 46);
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 25px;
  padding-right: 10%;
  padding-left: 10%;
  overflow: auto;
  position: relative;
}
.homebutton{
  cursor: pointer;
  background-color: rgb(9, 1, 46);

}

.nav_links{
  list-style: none;
  font-family: "Antonio", serif;
 
  font-style: normal;
  font-size: clamp(.5rem, .75vw, 3rem);
  color: #edf0f1;
  background-color: rgb(9, 1, 46);
  text-decoration: none;
  letter-spacing: 1px;
}

.nav_links li{
  display: inline-block;
  padding: 0px 20px;
}

.nav_links li a{
  
  transition: all 0.3s ease 0s;
  
}

.nav_links li a:hover{
  color: #0088a9;

}

/* account icon styling */
#account-link i {
    font-size: clamp(1rem, 1.4vw, 1.6rem);
    vertical-align: middle;
}
#account-link:hover i {
    color: #555;
}

.cta img{
  background-color:  rgb(9, 1, 46);
  width: 100%;
  height: auto;
  max-width: clamp(2rem, 2vw, 3rem);
  
}
.cta{
  

  background-color: rgb(9, 1, 46);
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color:  rgb(9, 1, 46);
  font-family: "Antonio", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;


}

.cta a{
  background-color:  rgb(9, 1, 46);
  padding: 7px 15px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color:  rgb(9, 1, 46);
  font-family: "Antonio", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;
}
.cta:hover{
  background-color:  rgb(1, 57, 73);
}

.cts img{
  background-color:  rgb(9, 1, 46);
}
.cts{
  background-color: rgb(9, 1, 46);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color:  rgb(9, 1, 46);
  font-family: "Antonio", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 15px;


}
.cts:hover{
  background-color:  rgb(1, 57, 73);
}
.container {
    width: 100%;
    height:100vh;
    position: relative;
}
.container video{
    width: 100%;
    height:50%;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-in-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1s ease forwards;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    max-width: 200%;
    max-height: 200%;
    padding: 2% 2%;
}

/* Delay each item's animation */
.fade-in-item:nth-child(1) { animation-delay: 0.5s; }
.fade-in-item:nth-child(2) { animation-delay: 1s; }
.fade-in-item:nth-child(3) { animation-delay: 1.5s; }
.fade-in-item:nth-child(4) { animation-delay: 2.0s; }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Container for video and text */
.video-background {
  position: relative;

  width: 100vw;
  height: 90vh;
  overflow: hidden;
  z-index: -1;
}

.background-content{
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 1;
  color: white;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/* Full-screen video styling */


.cap {
  padding: 10px;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Styling for video */
.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  
}


/* Text overlay styling */
.content {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content h1 {
  font-size: 3em;
  margin: 0;
}

.content p {
  font-size: 1.5em;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body {
  background-color:white;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(0 0 0 / 50%);
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(0 0 0 / 75%);
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: rgb(0 0 0 / 75%);}

.dropdown:hover .dropdown-content {
  display: block;
}

.fullscreen-div {  
  overflow: hidden; 
  background-color: #f0f0f0;  
  box-sizing: border-box; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 50vh;
  z-index: -3;

} 

.navi {
  position: center;
  margin-top: 40px;
}

.bodyRegular {
  padding: 40px;
  padding-left: 100px;
  padding-right: 100px;
}
.center {
  padding: 70px 0;
  text-align: center;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}

#cursor {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
  z-index: 9999;
}


.AboutUsPage {
  position: relative;
}

.slogan{
  font-family: 'DM Sans', serif;
  text-align: center;
  background-color: rgb(2, 9, 49);
  color: white;
  font-style: normal;
  font-size: x-large;
  padding-top: 10px;
  padding-bottom: 4px;
  z-index: -1;
}


.aboutheading2{
  font-family: 'DM Sans', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  margin-top: 4%;
  margin-left: 25px;
  margin-right: 25px;
}
.aboutheading3{
  font-family: 'DM Sans', serif;
  font-weight: 1000;
  font-size: 20px;
  margin-left: 8%;
  margin-right: 8%;
}

.aboutparagraph {
  font-family: 'DM Sans', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  margin-left: 15%;
  margin-right: 15%;
}

.cta:hover {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}


.video-size {
  width: 100%;
  height: 300px;
  z-index: 1;
}

.AboutBodyText{
  color: rgba(0,0,0,0.8);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: medium;
 transform: translate(0px, -900px);
}

.about-video{
  display: flex;
  border-radius: 3%;
  max-height: 50%;
  max-width: 100%;
  object-fit: fill;
  margin-top: 8%;
}

.about-video2{
  display: flex;
  border-radius: 3%;
  max-height: 40%;
  max-width: 100%;
  object-fit: fill;
  margin-bottom: 3%;
  margin-left: 8%;
  margin-right: 8%;
  align-self: center;
}

.mens-hero{
  display: flex;

  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  text-align: center;
  color: white;
  padding: 0%;
  height: 80vh;
  overflow: hidden;
}

.mens-content{
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1% 1%;
  border-radius: 4%;
  font-family: 'DM sans', serif;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  text-align: center;
  color: white;
  padding: 0%;
  height: 80vh;
  
  overflow: hidden;
}

.video-bg{
  color: white;
  padding: 0%;
  height: 50vh;
  overflow: hidden;
  position: absolute;

  width: 100%;
  top: 50%;
  left: 50%;
  translate: (-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  overflow: hidden;
  
}

.aboutvideo{
  display: flex;
  position:relative;

}

.about-text{
  margin-left: 8%;
}


.columns{
  padding-top: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  column-count: 2;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-emphasis-color: white;
  z-index: 1;
}

.grid-container {
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
}
.grid-item {
  flex: 1;
  justify-content: center;
  max-width: 50vw;
  align-content: center;
  align-items: center;
  vertical-align: center;
  padding: 20%, 20%;
  background-color: white;
  text-align: center;
  margin: 0 3%;
}
.slider-wrapper{
    position: relative;
    max-width: 24rem;
    max-height: 5%;
    margin: 0 auto;
    
  }
  @keyframes slider3{
    0%{
      transform: translateX(0);
  
    }
    10%{
      transform: translateX(-100);
      
    }
    20%{
      transform: translateX(-200%);
      
    }
    30%{
      transform: translateX(-300%);
      
    }
  
    40%{
      transform: translateX(-400%);
      
    }
  
    50%{
      transform: translateX(-500%);
    }
  
    60%{
      transform: translateX(-600);
      
    }
    70%{
      transform: translateX(-700%);
      
    }
    80%{
      transform: translateX(-800%);
      
    }
  
    90%{
      transform: translateX(-900%);
      
    }
  
    100%{
      transform: translateX(-1000%);
    }
  }
  @keyframes slider2{
    0%{
      transform: translateX(0);
  
    }
    25%{
      transform: translateX(-100);
      
    }
    30%{
      transform: translateX(-200%);
      
    }
    50%{
      transform: translateX(-300%);
      
    }
    55%{
      transform: translateX(-400%);
      
    }
  
    65%{
      transform: translateX(-500%);
      
    }
  
    75%{
      transform: translateX(-600%);
      
    }
    85%{
      transform: translateX(-700%);
      
    }
  
    100%{
      transform: translateX(-800%);
      
    }
  }
  
  @keyframes slider1 {
    0%{
      transform: translateX(0);
  
    }
    25%{
      transform: translateX(-100);
      
    }
    30%{
      transform: translateX(-200%);
      
    }
    50%{
      transform: translateX(-300%);
      
    }
    55%{
      transform: translateX(-400%);
      
    }
  
    65%{
      transform: translateX(-500%);
      
    }
  
    75%{
      transform: translateX(-600%);
      
    }
    85%{
      transform: translateX(-700%);
      
    }
  
    100%{
      transform: translateX(-800%);
      
    }
  }
  
  
  .slider1, .slider2, .slider3{
    display:flex;
    aspect-ratio: 1 / 1;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0,0%, 0%, 0.25);
    border-radius: 0.5rem;
    
  }
  
  .slider1 img, .slider2 img, .slider3 img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
    animation: slide 48s infinite;
  }
  .--nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
  
  }
  .slider_wrapper {
    position: relative;
    width: 100%; /* Adjust based on image width */
    margin: auto;
    overflow: hidden;
  }
  
  .slidershorts {
    display: flex;
    transition: transform 0.5s ease;
    
  }
  
  .theslide {
    width: 400px; /* same as container */
    flex-shrink: 0;
    object-fit: cover;
  }
  
  .prev, .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .prev { left: 10px; }
  .next { right: 10px; }
  
  
  .slider-nav a{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.65;
    transition: opacity ease 250ms;
  }
  
  .slider-nav:hover{
    opacity: 1;
    transition: opacity ease 250ms;
    
  }
  

.mensh2{
  margin-top: 3%;
  font-family: 'DM sans';
  background-color: white;

}
.product-container {
  display: flex;
  margin: 2% 2%;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  background-color: white;
  gap: 4%;
}

.clothes-paragraph{
  font-family: 'Winky Sans', sans-serif;
  text-shadow: #0088a9;
  text-align: left;
  width: 50vw;
  font-size: 1.4vw;

}
.orderForm{
  font-family: 'DM Sans';

}
.item-paragraph{
  font-family: 'Winky Sans', sans-serif;
  font-size: 1.3vw;
  text-shadow: #0088a9;
  text-align: center;

  
}

.items{
  max-width: 20vw;
  height: auto;

}

.product-card {
  position: relative;
  width: 30%;
  overflow: hidden;
  border-radius: 10%;
}

.product-card img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 10%;
}

.product-label {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 10% 30%;
  font-family: 'DM sans', serif;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
}



.footer{
  background-color: #111;
 }


.footerContainer{
  
  width:100vw;
  padding: 70px 30x 20px;
  background-color: rgb(212, 212, 212);
  border-bottom: #333;
  border-top-color: #333;
  border-radius: 5px;

}

.socialIcons{
  display:flex;
  
  justify-content: center;
  padding-top:10px;
  z-index: 1;
} 

.socialIcons a{
  text-decoration:none;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  margin: 10px;
  border-radius: 50%;
}

.socialIcons a i{
  font-size: 2em;
  color: rgb(255, 255, 255);
  opacity: 0.9;

}

.socialIcons a:hover {
  background-color: rgb(212, 212, 212);
  transition: 0.5s;
}

.socialIcons a:hover i {
  color: rgb(0, 0, 0);
  transition: 0.5s;
}

.footerNav{
  background-color: rgb(212, 212, 212);


  display:flex;
  justify-content: center;
}

.footerNav ul{
  display: flex;
  justify-content: center;
  background-color: rgb(212, 212, 212);
}

.footerNav ul li a{
  background-color: rgb(212, 212, 212);
  color: rgb(0, 0, 0);
  max-width: 20vw;
  text-decoration: none;
  font-size: 2vw;
  opacity: 0.7;
  transition: 0.5s;

}

.footerNav ul li a hover{
  opacity: 1;

}

.footerBottom{
  background-color: rgb(212, 212, 212);
  color:rgb(0, 0, 0);
  padding: 20px;
  text-align: center;
  font-size: 1.25vw;
}

.designer{
  opacity: 0.7;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 5px;
  text-align: center;
}

.circlelogo{
  margin-right: 20px;
  vertical-align: center;

}

@media (max-width: 700px){
  .footerNav ul{

    flex-direction: center;
  }

  .footerNav ul li{
    width: 100%;
    text-align: center;
    margin: 10px;
  }
}

.star-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  max-height: 100%;
  padding: 2% 2%;

}

.star-item {
  flex: 1 1 calc(25% - 20px); /* Four items per row with gap adjustment */
  max-width: 50vw;
  text-align: left;
  background: #fff;
  border: 1% solid #ddd;
  border-radius: 8px;
  padding: 1% 1%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.star-item img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}


.hat-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  max-height: 100%;
  padding: 2% 2%;

}

.hat-item {
  flex: 1 1 calc(25vw - 20px); /* Four items per row with gap adjustment */
  max-width: 25vw;
  min-width: 15vw;
  text-align: left;
  background: #fff;
  border: 1% solid #ddd;
  border-radius: 8px;
  padding: 1% 1%;
  font-family: 'Antonio';
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.hat-item img {
   width: 100%;
  height: auto; /* auto keeps aspect ratio */
  border-radius: 5%;
  object-fit: contain;
}



.hat-item p {
  font-size: 14px;
  color: #777;
}

/* Make it responsive */
@media (max-width: 768px) {
  .hat-item {
    flex: 1 1 calc(50% - 20px); /* Two items per row */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .hat-item {
    flex: 1 1 100%; /* One item per row */
    max-width: 100%;
  }
}



.new-product-container {
 
  
  margin: 2% 2%;
  display: flex;

  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  max-height: 100%;
  padding: 2% 2%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 60%;
}

.product-images img {
  width: 300px;
  border-radius: 8px;
}

.product-details {

  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  align-self: center;
}

.color-options, .size-options {
  display: flex;
  gap: .5vw;
  justify-content: center;
  margin: 3% 0;
}

  .color-options {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
  }

  .color-swatch {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    outline: none;
  }

  .color-swatch.selected {
    border: 2px solid rgb(149, 230, 255);
  }

.color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

.color:hover {
  border-color: #000;
}

.addtocart{
  border-radius: 5%;
   color: white;
    background-color: black; 
    font-family: DM Sans;
    font-size: 1.2vw;
    margin: .2vw .2vh;
    padding: 5% 5%;
}
button {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.button:hover {
  animation: flicker 0.4s linear;
}

@keyframes button {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

@keyframes cartBounce {
  0% { transform: scale(1); }
  25% { transform: scale(1.3); }
  50% { transform: scale(0.95); }
  75% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

#cartIcon.animate {
  animation: cartBounce 0.5s ease;
}

.toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.4s ease, bottom 0.4s ease;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}


.product-slider {
  position: relative;
  width: 100%;
  max-width: 500px; /* adjust to fit */
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(120, 152, 255, 0.5);
  color: white;
  border: none;
  font-size: 1vw; /* size of the arrow */
  padding: 0.5vw ;
  border-radius: 10%;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 10, 65, 0.8);
}


.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2vw;
  margin: 3vh 3vw;
}

.card, .tall-card {
  position: relative;
  overflow: hidden;
  border-radius: 2vw;
  background: #f5f5f5;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card img, .tall-card img {
  width: 100%;
  height: auto; /* auto keeps aspect ratio */
  border-radius: 5%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.card {
  height: auto; /* let content define the height naturally */
}

.tall-card {
  grid-row: span 2; /* make it taller in the grid */
}

.card:hover img, .tall-card img, .hat-item :hover img {
  transform: scale(1.05);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 4vw;
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 5vw;
  }
}

    
    .heart {
      position: absolute;
      top: 2vh;
      right: 2vw;
      font-size: 2vw;
      color: black;
      background: white;
      border-radius: 50%;
      padding: 0.5vw;
      cursor: pointer;
      transition: 0.3s;
    }
    
    .heart:hover {
      color: red;
    }
    

  


 .cart-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
        }

        .orderForm {
            flex: 1;
            max-width: 600px;
        }
        .info-p{
          font-family: 'DM Sans';
          max-width: 50vw;
          margin: 4% 4%;
        }

        .cart-summary {
            display: flex;
         
            max-width: 50%;
            padding: 10%;
            border-left: 2px solid #ddd;
            height: 100%;
            
        }

        .cart-summary h2{
            font-family: 'DM Sans';
        }

        #items {
            text-align: left;
            font-family: 'DM Sans';
            font-size: 80%;

        }
        
        .cart-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .cart-item img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 8px;
            margin-right: 10px;
        }

        #total-price {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 10px;
        }



.size {

  padding: 4% 5%;
  border: .5% solid #ccc;
  border-radius: 20%;
  background-color: #fff;
  height: 5%;
  cursor: pointer;
  font-size: 1.1vw;
}

.size:hover, .size.selected {
  background-color: #000;
  color: #fff;
}

.add-to-cart {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.add-to-cart:hover {
  background-color: #444;
}
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.search-box {
  background: white;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 300px;
}

.search-box input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.suggestions {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
  position: absolute;
  top: 60px;
  left: 20px;
  right: 20px;
  display: none;
}

.suggestions li {
  padding: 10px;
  cursor: pointer;
}

.suggestions li:hover {
  background: #f0f0f0;
}

table {
  width: 50vw;
  border-collapse: collapse;
  margin: 3% auto;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.35vw;
}
td {
  border: 1% solid black;
  padding: 3%;
}
th {
  background-color: #f4f4f4;
  border: 1% solid black;
  padding: 3%;
}

.close-btn {
  background: red;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}
.nolookie {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.lookbook{
  padding-bottom: 2%;
}


#video-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1000;
}

#intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
}
/* Donation Tracker Styling */

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Counter Styling */
.counter-container {
 
  height: 100vh;
  margin-top: 10%;
  font-size: 20vmax;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}

.how-it-works{
  
    
    padding-top: 1%;
    padding-bottom: 14%;
    padding-left: 2%;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: 'DM Sans', serif;
    font-size: 1.3vw;
    color: white;
    
   
    

}

/* Cart Styling */

.cart-container{
  display: flex;
  align-self: right;
  width: 30%;
  margin: 5% 5%;
}

.cart-container button{
    border-radius: 5%;
    width: 100%;
    height: 60px;
    background-color: #000;
    color: #ddd;
    font-family: 'Raleway', sans-serif;
    margin: 2% 2%;
}

.Order{
  background-color: rgb(231, 231, 231);
  font-family: 'DM Sans', sans-serif;
  text-align: left;
  padding: 3% 3%;
}

.aboutstory-video{
  display: flex;
  align-content: center;
  align-self: center;
  align-items: center;
  justify-content: center;
  width: 40%;
  border-radius: 5%;
}

/* Contact Form Styling */

/* Section headings */
section h2 {
  border-bottom: 0.5vh solid  #040653;
  padding-bottom: 1vh;
  margin-bottom: 3vh;
  font-size: 2.5vh;
  color: #040653;
}

/* Recently Viewed Section */
#recentlyViewedItems {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 5vh;
}

#recentlyViewedItems div {
  background: #ffffff;
  padding: 2vh 2vw;
  border-radius: 1vh;
  box-shadow: 0 0.4vh 1vh rgba(0, 0, 0, 0.1);
  flex: 1 1 40%;
  min-width: 120px;
  transition: box-shadow 0.2s ease;
}

#recentlyViewedItems div:hover {
  box-shadow: 0 0.6vh 1.5vh rgba(30, 144, 255, 0.3);
}

/* Reviews Section */
#reviewForm {
  background: #fff;
  padding: 3vh 3vw;
  border-radius: 1.5vh;
  box-shadow: 0 0.6vh 1.6vh rgba(0, 0, 0, 0.1);
  margin-bottom: 4vh;
}

#reviewForm input[type="text"],
#reviewForm select,
#reviewForm textarea {
  width: 100%;
  margin-bottom: 2vh;
  padding: 1.5vh 1vw;
  border: 0.2vh solid #ccc;
  border-radius: 1vh;
  font-size: 1.8vh;
  font-family: inherit;
  transition: border-color 0.2s ease;
}

#reviewForm input:focus,
#reviewForm select:focus,
#reviewForm textarea:focus {
  background-color: white;
  outline: none;
}

#reviewForm textarea {
  resize: vertical;
  min-height: 15vh;
}

#reviewForm button {
  background-color: #040653;
  color: white;
  font-weight: 600;
  padding: 1.5vh 3vw;
  border: none;
  border-radius: 1vh;
  font-size: 1.8vh;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#reviewForm button:hover {
  background-color: #040653;
}

/* Individual reviews */
#reviewsList > div {
  background: #fff;
  border-radius: 1vh;
  padding: 2vh 2vw;
  margin-bottom: 2vh;
  box-shadow: 0 0.4vh 1.2vh rgba(0, 0, 0, 0.05);
  position: relative;
}

#reviewsList strong {
  font-size: 2vh;
  color: #1e90ff;
}

#reviewsList p {
  margin: 1vh 0 0;
  line-height: 1.5;
  font-size: 1.6vh;
  color: #444;
}

/* Delete button */
.deleteReviewBtn {
  position: absolute;
  top: 1.5vh;
  right: 2vw;
  background-color: #ff4c4c;
  color: white;
  border: none;
  padding: 1vh 2vw;
  border-radius: 1vh;
  font-size: 1.4vh;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.deleteReviewBtn:hover {
  background-color: #d93b3b;
}
main {
  max-width: 90vw;
  margin: 5vh auto;
  padding: 3vh 5vw;
  background-color: #fff;
  border-radius: 1.5vh;
  box-shadow: 0 0.5vh 2vh rgba(0, 0, 0, 0.1);
}

/* Container to align them horizontally */
.product-details center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Create a row for the buttons */
.button-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

/* The Wishlist Button Fix */
.wishlist-btn {
    background: none;           /* Removes the grey background */
    background-color: transparent !important; /* Force transparency */
    border: none;               /* Removes default border */
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.wishlist-btn:hover {
    transform: scale(1.1);
}

/* The Heart Icon Color and Size */
.wishlist-btn i {
    color: #ff0000 !important;  /* Forces the color to RED */
    font-size: 28px;            /* Adjust size to your liking */
    -webkit-text-stroke: 1px #ff0000; /* Ensures visibility */
}


        /* --- DYNAMIC HEADER --- */
        .main-header {
            position: fixed; /* Fixed to allow transparency on scroll */
            top: 0;
            width: 100%;
            z-index: 1000;
            background-color: var(--nav-bg);
            backdrop-filter: blur(1vh);
            padding: 2vh 5vw;
            
            transition: background-color 0.4s ease, padding 0.4s ease;
        }

        /* Class added via JS on scroll */
        .main-header.scrolled {
            background-color: rgba(0, 0, 0, 0.6);
            padding: 1.2vh 5vw;
        }

        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 95%;
            margin: 0 auto;
        }

        .nav-logo { 
            height: 16vh; 
            transition: transform 0.3s ease; 
        }
        .nav-logo:hover { transform: scale(1.1); }

        .nav_links { 
            display: flex; 
            list-style: none; 
            gap: 4vw; 
        }
        
        .nav_links a {
            text-decoration: none;
            color: var(--nav-text);
            font-family: 'Antonio', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.2vw;
            font-size: 2.2vh;
            transition: color 0.3s ease, text-shadow 0.3s ease;
        }

        .nav_links a:hover {
            color: var(--accent-blue);
            text-shadow: 0 0 1vh rgba(0, 170, 255, 0.5);
        }

        .header-icons { display: flex; gap: 3vw; align-items: center; }
       /* --- UPDATED ICON COLORS --- */
.header-icons img { 
    height: 3vh; 
    /* This filter combination turns black icons into White */
    filter: brightness(0) invert(1); 
    transition: 0.3s ease; 
}

.header-icons a:hover img { 
    /* This filter combination turns them into your Accent Blue (#00aaff) */
    filter: invert(53%) sepia(88%) dot(2000%) saturate(1352%) hue-rotate(174deg) brightness(101%) contrast(105%);
    transform: translateY(-0.5vh); 
}


.back-btn {
  cursor: pointer;
}

.back-btn {
  font-family: 'Antonio', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15vw;

  background: var(--deep-black);
  color: white;

  border: none;
  padding: 1.6vh 3.5vh;
  margin-bottom: 4vh;

  font-size: 2.2vh;
  cursor: pointer;

  border-radius: 2vh;

  position: relative;
  overflow: hidden;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* hover lift */
.back-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* animated blue glow swipe */
.back-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, var(--accent-blue), transparent);
  transition: left 0.6s ease;
}

.back-btn:hover::before {
  left: 100%;
}

/* click animation */
.back-btn:active {
  transform: scale(0.96);
}

