@import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');

/* Ensure relative context */
#home {
  padding: 80px 0;
}

#home h5 {
  font-size: 1.5rem;
  color: #ff4d4d;
}

#home h1 span {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
}

#home p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

#home button {
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  border: none;
  transition: 0.3s;
}

#home button:hover {
  background-color: #ff4d4d;
}


#home {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom right, #000000, #111111);
  color: white;
}

/* Shimmer effect across logo/text */
.text-container h1 span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, #fff 40%, #00bfff 60%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineText 3s linear infinite;
}

@keyframes shineText {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Button glow on hover */
#home button {
  background: #ff3c3c;
  border: none;
  padding: 12px 30px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#home button::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transition: left 0.4s ease-in-out;
  z-index: 0;
}

#home button:hover::before {
  left: 0;
}

#home button:hover {
  box-shadow: 0 0 15px #ff3c3caa;
}

/* Floating glow shapes */
.floating-shape {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(0, 136, 255, 0.15), transparent 60%);
  border-radius: 50%;
  animation: floatUp 10s ease-in-out infinite;
  z-index: 0;
}

.floating-shape:nth-child(1) {
  top: 20%;
  left: 5%;
  animation-delay: 0s;
}
.floating-shape:nth-child(2) {
  bottom: 15%;
  right: 10%;
  animation-delay: 4s;
}

@keyframes floatUp {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

/* Carousel tweaks (optional) */
#auth-carousel h2,
#auth-carousel h3 {
  text-shadow: 0 0 10px #000;
}


#auth-carousel h2, #auth-carousel h3 {
  color: #fff;
  font-weight: bold;
}

#auth-carousel p {
  font-size: 0.9rem;
  color: #ccc;
}
#home::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/images/grid-lines.svg'); /* or use SVG inline */
  opacity: 0.03;
  background-size: cover;
  animation: panBG 60s linear infinite;
  z-index: 0;
}

@keyframes panBG {
  0% { background-position: 0 0; }
  100% { background-position: 1000px 1000px; }
}

body{
    background-color:#ffffff!important;
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:antiquewhite;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    
  
}

h1{
    font-size: 2.5rem;
    font-weight: 700;

}

h2{
    font-size: 1.8rem;
    font-weight: 600;
   
}

h3{
    font-size: 1.5rem;
    font-weight: 800;
    
}

h4{
    font-size: 1.2rem;
    font-weight: 600;
    
}

h5{
    
    font-size: 1rem;
    font-weight: 400;
    
    
}

h6{
    color:bisque;
}

button{
    font-size: 0.8rem;
    font-weight: 900;
    outline: none;
    border: none;
    background-color:#0072ac !important;
    color: aliceblue;
    padding: 13px 30px;
    text-transform: uppercase;
    transition: 0.5s ease;
    margin-right: 100px;
}
.brand{
    color:rgb(124, 124, 124);
    font-weight: 300;
}
.navbar{
    padding-top: 0 !important;
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    top: 0;
    left: 0;
    
}

.navbar-light  .navbar-nav .nav-link{
    padding: 0; 
    transition: 0.4s ease;
    color:#e9ecef !important;
    margin-bottom: 0 !important;
    
}


button:hover{
    color: #ead9c0;
    background-color:rgb(104, 104, 104) ;
}


.navbar i:hover{
    
    color:#0072ac !important;
}

.nav-link:hover{
    
    color:rgb(255, 255, 255) !important;
    background-color:#0072ac;
}



.navbar i{
    font-size: 1.2rem;
    padding: 0 0.7x;
    transition: 0.4s ease;
    font-weight: 500;
    cursor:pointer;
    margin-left: 10px;
    
    

}
#head {
    background-color: black;
    color: white; /* Optional: If you want the text to be white */
    padding: 1rem; /* Optional: If you want some padding inside the header */
    text-align: center; /* Optional: Center align the text */
}
.header
{
    background-color: rgb(209, 0, 0) !important;
    color: white !important; /* Optional: If you want the text to be white */
    padding: 1rem; /* Optional: If you want some padding inside the header */
    text-align: center; /* Optional: Center align the text */
}

.nav-buttons ul{
    margin: 1rem;
    justify-content: flex-start;
    align-items:  flex-start;
    text-align: left;
   
}

.navbuttons ul .fa-solid{
    margin:20px 5px 10px 20px;
 
}
#home {
    font-family: "Anta", sans-serif;
    background-image: url('../images/backk.png');
    background-size: cover; /* Ensures the image covers the whole area */
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 60vh; /* Ensures it covers the full viewport height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    color: antiquewhite;
}



#home span{
    color:#0072ac;
}

#new .one img{
    width:100%;
    height: 100;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#new .one{
    font-family: "Anta", sans-serif;
    position:relative;
}

#new .one .details{
    
    position: absolute;
    top:0;
    left:0;
    color:rgb(255, 255, 255);
    font-weight: bold;
    transition: 0.4s ease;
    opacity: 0.5;
    background-color:rgb(0, 0, 0);
    width: 100%;
    height: 100%;
}

#new .one .details:hover{
    background-color: #0072ac;
}

#new .one:nth-child(1) .details{
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    text-align: center;
}

#new .one:nth-child(2) .details{
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    text-align: center;
}

#new .one:nth-child(3) .details{
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    text-align: center;
}

/*featured products */

.product{
    cursor: pointer;
    margin-bottom: 2rem;
    padding: 15px; 
}

.product img{
    transition: 0.3s all;
}

.product:hover img{
    opacity: 0.7;
}

.product .buy-btn {
  background-color: #0072ac;
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s all;
  margin-top: auto;
}



hr{
    width:100%;
    height: 3px !important;
    opacity: 0.7 !important;
    background-color: #0072ac;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.product img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.buy-btn {
  background-color: #0072ac;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  
  /* Animation setup */
  transform: translateY(20px);
  opacity: 0;
  margin-top: auto; /* Stick to bottom of card */
}

.product:hover .buy-btn {
  transform: translateY(0);
  opacity: 1;
}



#banner{
    font-family: "Anta", sans-serif;
    color:antiquewhite;
    background-color: black;
    opacity: 0.8;
    Background-image: url('../images/bane.png');
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position-x : 30px;
    background-position-y : 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start; 
}

#banner h1{
color:black;
background-color:bisque;
opacity:0.5;
}


footer{
    font-family: "Anta", sans-serif;
    background-color:black;
}

footer h5{
    color:white;
    font-weight: 700;
    font-size: 1.2rem;
}

footer h6{
    color:#0072ac;
}

footer li{
    padding-bottom: 4px;
}

footer li a{
    font-size: 0.8rem;
    color:rgb(114, 114, 114);
    text-decoration: none;
}

footer li a:hover{
    color:white;
}

footer .copyright a{
color: black;
height: 40px;
width: 40px;
background-color: white;
display: inline-block;
text-align: center;
line-height:38px;
border-radius: 50%;
transition: 0.3s ease;
margin: 0 5px;
}

footer .copyright a:hover{
    color: white;
    background-color:#0072ac;
}

ul {
    list-style-type: none;
  }

  footer p{
    color:white;
  }

  footer .copyright img{
    width: 50%;
  }

  .navbar .logo{
    width:100px;
    height:100px;
  }

 footer .logo{
    width:100x;
    height:100px;
 }

 .small-img-group{
    display: flex;
    justify-content:space-between;
    
 }

 .small-img-col{
    flex-basis:24%;
    cursor:pointer;
 }

.single-product input:focus{
    outline: none;
}

.single-product input{
    width:50px;
    height: 40px;
    padding-left:10px;
    font-size: 16px;
    margin-right:10px;
}

.cart table{
    width: 100%;
    border-collapse: collapse;

}

.cart .product-info{
   display: flex;
    flex-wrap: wrap;
    
}

.cart th{
    text-align: left;
    padding: 5px 10px;
    color:white; 
    background-color:#0072ac;
}

.cart td{
    padding: 10px 20px;
}

.cart td img{
    width: 80px;
    height: 80px;
    margin-right:10px;
}

.quantity-input {
    width: 50px; /* Adjust the width as needed */
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}

.update-btn {
    padding: 5px 10px;
    background-color:#0072ac;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.update-btn:hover {
    background-color: #45a049;
}



.cart .remove-btn{
    color:red;
    text-decoration: none;
    font-size:16px;
    background-color:white;
    border:none;
    cursor: pointer;
    
}


.cart .product-info p{
margin: 0px;

}

.cart .product-info small{
    margin: 1px;
    font-size: 15px;
    }


.cart-total{
    display: flex;
    justify-content: flex-end;
}

.cart-total table{
    width: 100%;
    max-width: 500px;
    border-top: 3px solid#0072ac;
}

td:last-child{
    text-align: right;
}

th:last-child{
    text-align: right;
}

.check-container{
    display: flex;
    justify-content: flex-end;
}

/*login*/

#login-form{
   width: 50%;
   margin: 5px auto;
   text-align: center;
   padding: 20px;
   border-top: 1px solid black;

}

#login-form input{
    width: 50%;
    margin: 5px auto;
}

#login-form #register-url{
    color: lightskyblue;
}


/*register*/

#register-form{
    width: 50%;
   margin: 5px auto;
   text-align: center;
   padding: 20px;
   border-top: 1px solid black;
}

#register-form input{
    width: 50%;
    margin: 5px auto;
}

#register-form #login-url{
    color: lightskyblue;
}

/* account*/

#account-form{
    width: 50%;
    margin: 35px auto;
    text-align: center;
    padding: 20px;
}

#account-form input{
    margin: 5px auto;
}

#account-form #change-pass-btn{
    color: white;
    background-color:#0072ac;
}

.account-info #orders-btn, #logout-btn{
 color:rgb(0, 140, 255);
 text-decoration: none;
}

/*orders*/

.orders table{
    width: 100%;
    border-collapse: collapse;
}

.orders .product-info{
    display:flex;
    flex-wrap: wrap;
}

.orders th{
    /*text-align: left;*/
    padding: 5px 10px;
    color: white;
    background-color: #0072ac;
    /*text-align: left; */

}

.orders .order-details-btn{
    padding: 5px 10px;
    background-color:#0072ac;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



.orders td{
    
    padding: 10px 20px; 
}

.orders td img{
    width: 80px;
    height: 80px;
    margin-right:10px;
}

/*checkout*/

#checkout-form .checkout-small-element{
    display:inline-block;
    width: 48%;
    margin: 10px auto;
}

#checkout-form .checkout-large-element{
    width:95%;
}

#checkout-form .checkout-btn-container{
    margin: 10px;
    text-align: right;
    margin-right:40px;
}

#checkout-form #checkout-btn{
    color:white;
    background-color:#0072ac;
}
#contact{
    font-family: "Anta", sans-serif;
}

#contact span{
    
    color:gray;
}


#size {
    
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  
  #size option {
    
    background-color: #f8f9fa; 
    color: #333; 
    padding: 5px;
  }
  
  
  #size option:hover {
    background-color: #e9ecef; 
  }


  .cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table th, .cart-table td {
    padding: 10px;
    text-align: left;
}

.product-info {
    display: flex;
    align-items: center;
}

.product-info img {
    max-width: 100px;
    margin-right: 10px;
}

.product-info div {
    flex-grow: 1;
}

/* shop */
#search {
    display: none;
}

.rounded {
    border-radius: 10px;
}

.border {
    border: 1px solid #ccc;
}


.product .frame {
    border: 1px solid #ccc; 
    border-radius: 5px; 
    overflow: hidden; 
    background-size: cover; 
    background-position: center; 
    width: 100%;
    height: 300px; 
}.logo {
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.logo:active {
  transform: scale(0.95);
}
/* Custom hamburger button */
.custom-toggler {
    border: 2px solid #fff !important; /* 2px thick, solid, white */
    padding: 6px 10px;
    background-color: #000 !important; /* black background */
    border-radius: 70%; /* optional rounded look */
}

/* Change icon lines to white for contrast */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* Hover/tap effect */
.custom-toggler:hover,
.custom-toggler:active {
    background-color: #DB2009 !important; /* brand red */
    border-color: #DB2009 !important;
    color: #fff !important;
    transform: translateY(-2px) !important; /* subtle lift */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

/* Shop Now button styling */
.btn-shop {
    background-color: #000 !important; /* deep black */
    color: #fff; /* white text */
    border: 2px solid #fff !important; /* white border */
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px; /* pill shape */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover / tap effect */
.btn-shop:hover,
.btn-shop:active {
    background-color: #DB2009; /* brand red */
    border-color: #DB2009;
    color: #fff;
    transform: translateY(-2px); /* subtle lift */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
    .btn-shop {
        width: 100%;
        text-align: center;
    }
}

/* Mobile navbar spacing & alignment */
@media (max-width: 991px) {
    /* Add space between each menu item */
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    /* Make links bigger for easier tapping */
    .navbar-nav .nav-link,
    .navbar-nav .cart-link {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 1rem;
    }

    /* Align cart and login icons with text */
    .navbar-nav .cart-link,
    .navbar-nav a[href*="account.php"] {
        display: flex;
        align-items: center;
        gap: 6px; /* space between icon and text */
    }

    /* Make small text more readable on mobile */
    .navbar-nav small {
        font-size: 14px !important;
    }
}
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(255,255,255,0.1); /* subtle divider */
    }
    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none; /* remove divider on last item */
    }
}
@media (max-width: 768px) {
    #home .row {
        display: flex;
        flex-direction: column; /* stack vertically */
    }
    #home .text-container {
        order: -1; /* put text above image */
        padding-top: 0px; /* push it down from navbar */
        text-align: center; /* center text for mobile */
    }
}

/* Reduce white space in brand logo section */
#brand {
    padding-top: 10px;  /* smaller top space */
    padding-bottom: 10px; /* smaller bottom space */
}

#brand .col-lg-3[style] {
    min-height: 120px !important; /* reduce forced height on center logo */
}
#featured {
    margin-top: 0px !important; /* instead of my-5 */
}
#featured .text-center {
    margin-top: 0px !important; /* instead of mt-5 */
    padding-top: 0px !important; /* instead of py-5 */
    padding-bottom: 0px !important;
}
/* Animated underline for nav links */
.navbar-nav .nav-link {
    position: relative;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link .nav-text {
    position: relative;
}

.navbar-nav .nav-link .nav-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: currentColor !important;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

/* Hover state — turns text red and animates underline */
.navbar-nav .nav-link:hover {
    color: #DB2009 !important; /* brand red */
}

.navbar-nav .nav-link:hover .nav-text::after {
    width: 100%;
}

.custom-search-btn {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.custom-search-btn i {
    color: #000 !important;
}

.custom-search-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.custom-search-btn:hover i {
    color: #fff !important;
}

/* Make the table scrollable on small screens */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll for iOS */
}

