
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
      margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}







.section-p1{
    padding: 40px 80px;  
}

.section-m1{
    margin: 40px 0;


}








/* Existing styles */

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px; /* Optional: adjust padding as needed */
}

.right-icon1 {
    display: flex;
}

.right-icon1 a {
    color: black; /* Change the color as needed */
    font-size: 24px; /* Adjust the size of the icons */
    margin: 0 10px; /* Spacing between each icon */
    text-decoration: none;
    transition: 0.7s ease;
}

.right-icon1 a:hover {
    color: rgb(255, 255, 255); /* Optional: change color on hover */
    background-color: rgb(0, 0, 0);padding: 0px 2px;
    border-radius: 80px;
}

.logo {
    flex-grow: 1;
    text-align: center;
}

.navbar22 {
    position: sticky;
    top: 10px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    margin: 10px 30px 30px 30px;
    border-radius: 30px;
    padding: 25px 50px;
}

.navbar22 li {
    position: relative;
    list-style: none;
}

.navbar22 li a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 20px;
    margin: 0 25px;
    color: white;
    transition: all ease 0.5s;
}

.navbar22 li a:hover,
.navbar22 li a.active {
    background-color: white;
    color: black;
    border-radius: 50px;
}

.navbar22 li a.active::after,
.navbar22 li a:hover::after {
    width: 30%;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: -4px;
    left: 20px;
}











.dropdown-content  {

    overflow-y:scroll ;
    
    
    height: 500px;
    border-radius: 20px;
  
    
    }
    
    
    .dropdown-content  ::-webkit-scrollbar{
        display: none;
    }










.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(33, 33, 33, 0.687);
    min-width: 600px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.717);
    z-index: 1;
    border-radius: 20px;
    padding: 20px;
    color: rgb(255, 255, 255);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .row {
    display: flex;
    align-items: center;
}

.dropdown-content .column {
    flex: 1;
    margin: 10px;
}

.dropdown-content .column h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.dropdown-content .column a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    margin: 5px 0;
    font-size: 18px;
    transition: all ease 0.3s;
}

.dropdown-content .column a:hover {
    font-weight: bold;
    color: #3f3f3f;
}

.dropdown-content .column img {
    width: 100%;
    height: 50%;
   
    border-radius: 10px;
    margin-top: 10px;




}




/* Products Heading */
.Products h1 {
    margin: 30px auto; /* Center align with automatic margins */
    text-align: center;
    padding: 25px;
    font-size: 35px;
    font-weight: bold;
    color: white;
    background-color: rgb(87, 87, 87);
    border-radius: 30px;
    max-width: 45%; /* Adjust as needed */
}

/* Container for the product images */
.pro {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* Allow images to wrap to the next line */
}

/* Product images */
.pro img {
    width: 100%;
    max-width: 50vh; /* Adjust as needed */
    height: auto;
    padding: 10px;
    border-radius: 30px;
    transition: all ease 0.3s;
}

.Products img:hover {
    transform: scale(1.1);
}







 /*----custom scrollbar--*/





 ::-webkit-scrollbar {

    width: 15px;
    display: none;
     }














     .bb2{
        display: flex;
        padding: 20px;
    
        border-radius: 30px;
    }
    
    
    .col{
        margin: 10px;
        
    }
    
    .cardbb img{ 
        border-radius: 30px;
    }
    
    .card-body{
        
        margin: 30px;
       
       
    }
    
    .cardbb{
       
        border-radius: 30px;
        margin: 30px;
    }
    
    
    
    .card{
        margin: 50px;
        
    }
    
    
    
    
    .card img{
        border-radius: 30px;
    }
    
    









    .container {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }






















































































     footer{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color:rgb(0, 0, 0) ;
    
        padding: 50px;
       
    
    }
    
    footer .col{
        display: flex;
    flex-direction: column;
      align-items: flex-start;
    margin-bottom: 20px;
    }
    
    footer a{
        font-size: 13px;
        text-decoration: none;
        color: #ffffff;
        margin-bottom: 10px;
        transition: 0.3s ease;
    }
    
    footer a:hover{
        color: aqua;
    } 
    footer .logo{
        margin-bottom: 30px;
        color: #ffffff;
        filter: invert(1);
        
    }
    
    footer h4{
        font-size: 14px;
        padding-bottom: 20px;
        color: #ffffff;
    }
    
    
    footer p{
        font-size: 13px;
        margin: 0 0 8px 0; 
        color: #ffffff;
    }
    
    
    footer .icon{
        color: #ffffff;
        cursor: pointer;
        font-size: 35px; /* Adjust the size of the icons */
        transition: 0.3s ease;
    }
    
    footer .icon :hover{
        color: aqua;
    }
    























/* Media queries for responsiveness */

/* Tablets and smaller devices */
@media (max-width: 1024px) {
    .Products h1 {
        font-size: 40px;
        padding: 20px;
    }

    .pro img {
        max-width: 45%;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .Products h1 {
        font-size: 30px;
        padding: 15px;
    }

    .pro img {
        max-width: 100%;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .Products h1 {
        font-size: 25px;
        padding: 10px;
    }

    .pro img {
        max-width: 100%;
    }
}














































/* Responsive Styles */
@media (max-width: 768px) {
    .navbar22 {
        flex-direction: column;
        padding: 10px 20px;
    }

    .navbar22 li {
        margin: 10px 0;
    }

    .dropdown-content {
        min-width: 100%;
        padding: 10px;
    }

    .dropdown-content .column {
        margin: 5px 0;
    }

    .dropdown-content .column h3 {
        font-size: 20px;
        font-family: "Roboto", sans-serif;
    }

    .dropdown-content .column a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .navbar22 {
        padding: 5px 10px;
    }

    .navbar22 li a {
        padding: 5px 10px;
        font-size: 16px;
        margin: 0 10px;
    }

    .dropdown-content {
        padding: 5px;
    }

    .dropdown-content .column h3 {
        font-size: 18px;
    }

    .dropdown-content .column a {
        font-size: 14px;
    }
}

















/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    background: black;
    color: white;
    border-radius: 5px;
    margin-left: auto;
}

@media (max-width: 992px) {
    .mobile-menu-toggle {
        display: block;
    }
.right-icon1{
    flex-direction: column;
}
    .navbar22 {
        display: none;
        flex-direction: column;
        margin: 50px;
        
        width: 70%;
    }

    .navbar22 li {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .navbar22 li a {
        padding: 5px;
        text-align: center;
               margin: 0;
               
    }

    .navbar22 li a:hover,
    .navbar22 li a.active {
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        padding: 5px 15px 5px 15px;
    }

    .navbar22.active {
        display: flex;
    }
}















































#product1{

    text-align: center;
    margin: 50px;
}


#product1 h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: rgb(0, 0, 0);
}


#product1 .por-container{
    display: flex;
   justify-content: space-evenly;
    padding-top: 20px;
    flex-wrap: wrap;

}


#product1 p{
    color: #000;

}

#product1  .bo{
    text-decoration: none;

    color: #ffffff;
    background-color: rgb(0, 0, 0);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 18px;
    margin-left: 60px;
    border:  none;
    

    box-shadow: inset 0 0 0 0 rgb(0, 0, 0);
    transition: ease-out 1s;

}

#product1  .bo:hover{
    box-shadow: inset 300px 0 0 0 rgb(0, 0, 0);
   
}

#product1 .pro{
    width: 23%;
min-width: 250px;
padding: 10px 12px;
border: 1px solid #000000;
border-radius: 25px;
cursor: pointer;
box-shadow: 20px 20px 30px rgb(0, 0, 0,0.02);
margin: 15px 0;
transition: 0.2s ease;
position: relative;


}

#product1 .pro img{
    width: 100%;
    border-radius: 20px;
    transition: 0.5s ease;

}


#product1 .pro img:hover{
    box-shadow: 15px 10px 25px rgba(0, 153, 255, 0.39);
    scale: 1.1;
}



#product1 .pro .des{
    text-align: start;
    padding: 10px 0;


}
#product1 .pro .des span{
    color: rgb(97, 97, 97);
    font-size: 12px;
}


#product1 .pro .des i{
    font-size: 12px;
    color: gold;
}


#product1 .pro .des h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: rgb(0, 0, 0)
    
}

#product1 .pro .cart{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e2e3e4;
    font-weight: 10 00;
    color: rgb(0, 0, 0);
    position: absolute;
    bottom: 20px;
    right: 10px;

}








/*Product page*/

#pagenavgition{
    text-align: center;
}

#pagenavgition a{
    text-decoration: none;
    background-color: rgb(0, 90, 90);
    padding: 15px 20px;
    border-radius: 10px;
    color: #ffffff;
    font-weight:600;
}

/*single Product */

#prodetails {
    display: flex;
    margin-top: 20px;


}
#prodetails img{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #2e2e2e;
    border-radius: 25px;
    transition: 0.5s ease
    ;

}

#prodetails img:hover{

    scale: 1.1;
}


#prodetails .single-pro-image{
    width: 40%;
    margin-right: 80px;

    
    
}

.small-img-group{
    display: flex;
    justify-content: space-between;
    padding: 10px;
      

}


.small-img-col{
    flex-basis: 44%;
    cursor: pointer;
    margin-top: 30px;
    padding: 10px;

}

#prodetails .single-pro-details{
    width: 50%;
    padding-top: 30px;

}
#prodetails  .single-pro-details h2{

    padding: 40px 0 20px 0; 
    font-size: 46px;
    line-height: 54px;
    color: rgb(1, 1, 1);
    font-weight:600 ;
}

#prodetails  .single-pro-details select{
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
 }

 #prodetails  .single-pro-details a{
    margin-top: 2%;
    margin-bottom: 10px;
    background-color:rgb(0, 0, 0);
    box-shadow: 0 1px 2px rgb(0, 0, 0);
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s ease;
    text-decoration: none;

 }

 #prodetails  .single-pro-details a:hover{
    background-color: #ffffff;
    border: solid black 2px;
    color: #000000;
   
 }

 #prodetails  .single-pro-details span{
    line-height: 25px;
 }























 @media (max-width :700px ) {

 #product1 .por-container {
    
    justify-content:center;
  
}

#product1 .pro {
       margin: 15px ;

}
/*singal product*/
#prodetails {
    display: flex;
    flex-direction: column;

}

#prodetails .single-pro-image {
    width: 100%;
    margin-right: 0px;
}

#prodetails .single-pro-details {
    width: 100%;

}


#product1 .pro {
    width: 100%;

}
/*singal product*/
#prodetails {
    display: flex;
    flex-direction: column;

}

#prodetails .single-pro-image {
    width: 100%;
    margin-right: 0px;
}

#prodetails .single-pro-details {
    width: 100%;

}
}








































































/*New Banner*/



.banner{
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.banner .slider{
    position: absolute;
    width: 200px;
    height: 250px;
    top: 10%;
    left: calc(50% - 100px);
    transform-style: preserve-3d;
    transform: perspective(1000px);
    animation: autoRun 20s linear infinite;
    z-index: 2;
}
@keyframes autoRun{
    from{
        transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
    }to{
        transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
    }
}

.banner .slider .item{
    position: absolute;
    inset: 0 0 0 0;
    transform: 
        rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(550px);
}
.banner .slider .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .content{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1400px, 100vw);
    height: max-content;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.banner .content h1{
    font-family: "Roboto", sans-serif;
    font-size: 16em;
    line-height: 1em;
    color: #000000;
    position: relative;
}
.banner .content h1::after{
    position: absolute;
    inset: 0 0 0 0;
    content: attr(data-content);
    z-index: 2;

    
    color: transparent;
}
.banner .content .author{
    font-family: Poppins;
    text-align: right;
    max-width: 200px;
}
.banner .content h2{
    font-size: 3em;
}
.banner .content .model{
    background-image: url(images/model.png);
    width: 100%;
    height: 75vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: auto 130%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}







@media screen and (max-width: 1023px) {
    .banner .slider{
        width: 160px;
        height: 200px;
        left: calc(50% - 80px);
    }
    .banner .slider .item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(300px);
    }
    .banner .content h1{
        text-align: center;
        width: 100%;
     
        font-size: 7em;
    }
    .banner .content .author{
        color: #fff;
        padding: 20px;
        text-shadow: 0 5px 20px #000;
        z-index: 2;
        max-width: unset;
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider{
        width: 100px;
        height: 150px;
        left: calc(50% - 50px);
    }
    .banner .slider .item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(180px);
    }
    .banner .content h1{
        font-size: 5em;
    }
}