*{
    padding:0px;
    margin:0px;
    box-sizing: border-box;
}

.social {
    width: 100%;
    height: 8vh;
    background: rgb(38, 38, 38);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.socialrap {
    width: 100%;
    position: relative;
}

.name1 {
    display: flex;
    width: 200%;
    animation: scroll 20s linear infinite;
}

.scroll-text {
    color: white;
    font-size: 15px;
    white-space: nowrap;
    padding-right: 3cm; /* 3cm gap between the lines */
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}



/* navigation bar */
.navi {
    background-color: black !important; /* Use the same color as banner */
}
.name {
    color: aliceblue !important;
    font-weight: bold !important;
    font-size: 15px !important;
  }


  .carousel-inner {
    background-color: black; /* Set black background outside the images */
  }
  
  .carousel-content {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .carousel-content img {
    flex: 1;
  }
  
  .carousel-content h1 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    font-size: 2rem; /* Adjust font size as needed */
    font-weight: bold; /* Make text bold */
    text-wrap: wrap;
    justify-content: center;
  }
  


  /* Banner container */
.ban2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9; /* Adjust the background color as needed */
  }
  
  /* Wrapper for images and text */
  .banrap2 {
    text-align: center;
  }
  
  /* Images container */
  .images {
    display: flex;
    justify-content: center; /* Center image horizontally */
    margin-bottom: 20px; /* Space between image and text */
  }
  
  /* Main image styling */
  .main-img {
    max-width: 90%; /* Ensure the image does not exceed the container width */
    height: auto;    /* Maintain aspect ratio */
    width: auto;     /* Ensure the image is displayed at its original size */
    max-height: 100px; /* Adjust max-height to control the image size */
  }
  
  /* H1 styling */
  .banrap3 {
    font-size: 24px; /* Adjust font size as needed */
    font-weight: bold;
    margin-bottom: 10px; /* Space between H1 and paragraph */
  }
  
  /* Paragraph styling */
  .banrap2 p {
    font-size: 16px; /* Adjust font size as needed */
    line-height: 1.5;
    margin: 0;
    max-width: 800px; /* Adjust max width as needed */
    padding: 0 20px; /* Optional padding for paragraph */
    color: black;
  }




/* banner4 */
.ban {
    margin-top: 5%;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Positioning for absolute child elements */
}

.ban img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Place image behind text */
}

.banrap {
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banrap1 {
    width: 50%;
    text-align: center;
    color: orange; /* You can change the color as needed */
    font-size: 40px; /* Adjust the font size as needed */
    font-weight: bolder;
    margin-bottom: 1%;
}

.bana {
  margin-top: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.banrapa {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.banrap-itema {
  text-align: center;
  margin: 0 10px;
}

.banrap-itema img {
  width: 100%;
  height: auto;
  max-width: 300px; /* Adjust as needed */
}

.banrap-itema h1 {
  font-size: 1.5em;
  margin: 10px 0;
}

.banrap-itema p {
  font-size: 1em;
  line-height: 1.4;
  margin: 10px 0;
}

[data-aos="fade-down"] {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos="fade-down"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}


/* banner4 */
.ban8 {
  margin-top: 2%;
  width: 100%;
  height: 45vh;
  background-color: blue;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.banrap8 {
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
}

.banrap9 {
  width: 50%;
  text-align: center;
  color: white; /* You can change the color as needed */
  font-size: 20px; /* Adjust the font size as needed */
  font-weight: bolder;
  margin-bottom: 1%;
}



/* Add your CSS here */
.ban6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.banrap6 {
    text-align: center;
    margin-bottom: 20px;
}

.banrap7 {
    font-size: 24px;
    font-weight: bold;
}

.ban6 img {
    max-width: 100%;
    height: auto;
}



/* banner4 */
.ban10{
  margin-top: 5%;
    width: 100%;
    height: 35vh;
    background-image: url(./over.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.banrap10{
    width: 100%;
    height:  45%;

}
.banrap11{
    width: 50%;
    margin: auto;
    /* border: 2px solid white; */
    padding-top: 100px;
}







/* middle2 */
.mid2 {
    margin-top: 2%;
    width: 100%;
    background: white;
    position: relative;
    padding: 20px 0;
}

.midrap2 {
    width: 90%;
    margin: auto;
    padding-top: 20px;
    text-align: center;
}

.midrap2 h1 {
    font-size: 32px;
    font-family: sans-serif;
    font-weight: normal;
    margin-bottom: 20px; /* Add some margin below the heading */
}

/* first row2 */
.shop-section2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Add some gap between items */
}

.box2 {
    background-color: black;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s;
    width: 20%; /* Adjust the width to fit more boxes per row */
    max-width: 200px; /* Optional: max width for boxes */
}

.box2:hover {
    transform: scale(1.05);
}

.product-img2 {
    height: 22vh;
    width: 22vh;
    transition: transform 0.3s;
    border-radius: 5%;
}

.box2:hover .product-img2 {
    transform: scale(1.1);
}

.product-info2 {
    position: relative;
    margin-top: 10px;
}

.product-name2 {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 900;
    transition: transform 0.3s;
    display: inline-block;
    color: white;
    margin-top: 10%;
}

.box2:hover .product-name2 {
    transform: translateX(-30px);
}

.buy-now2 {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.box2:hover .buy-now2 {
    display: inline-block;
}





















  
/* footer */
.foot{
    margin-top: 3%;
    width: 100%;
    background-color: black;
  }
  .footrap{
    width: 100%;
    margin: auto;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-section{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 30px;
  }
  .lastimg p, .connect p{
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .connect ul{
    display: flex;
    list-style: none;
    padding: 20;
  }
  .connect ul li{
    margin-right: 50px;
        
  }
  .connect ul li a{
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  .bottom-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 80%;
    gap: 20px;
  }
  .boxz ul{
    margin-top: 10px;
  }
  .boxz ul p{
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .boxz ul a{
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: white;
    text-decoration: none;
  }
  .foot-panel2{
    margin-top: 20px;
    background-color: black;
    color: white;
    border-top: 1px solid white;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .copyright ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .copyright ul p{
    color: white;
    font-size: 12px;
    margin-right: 20px;
  }
  .copyright ul a{
    font-size: 12px;
    color: white;
    text-decoration: none;
  }
  