*{
    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 */
  }




/* banner4 */
.ban2 {
  width: 100%;
  height: 22vh;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap2 {
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
}

.banrap3 {
  width: 50%;
  text-align: center;
  color: grey; /* You can change the color as needed */
  font-size: 16px; /* Adjust the font size as needed */
  font-weight: bolder;
  margin-bottom: 1%;
}



 
/* banner4 */
.ban {
  width: 100%;
  height: 60vh;
  background-image: url(./accessimg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap {
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap1 {
  width: 50%;
  text-align: center;
  color: white; /* You can change the color as needed */
  font-size: 40px; /* Adjust the font size as needed */
  font-weight: bolder;
  margin-bottom: 1%;
}



.ban7 {
  width: 100%;
  height: 40vh;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap7 {
  width: 100%; /* Increase the width to accommodate larger boxes */
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap8 {
  display: flex;
  flex-wrap: nowrap; /* Ensure the boxes don't wrap */
  gap: 20px; /* Adjust gap as needed */
  justify-content: center; /* Center the boxes horizontally */
}

.boxa {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc; /* Add border to each box */
  padding: 10px; /* Add padding to each box */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a shadow effect */
  width: 20%; /* Increase width to fit 5 larger boxes side by side */
}

.boxa img {
  max-width: 50%; /* Ensure images fit within the box */
  height: auto; /* Maintain aspect ratio */
}

.boxa h1 {
  margin-top: 10px; /* Space between image and heading */
  text-align: center; /* Center align the heading */
  font-size: 18px;
}


.container {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-label {
  font-weight: bold;
}

.captcha-text {
  font-size: 1.5rem;
  font-family: 'Courier New', Courier, monospace;
  user-select: none;
}

.btn-link {
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

button[type="submit"],
button[type="reset"] {
  width: 100px;
}




/* banner4 */
.ban9 {
  width: 100%;
  height: 30vh;
  background-image: url(./yellowbox.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap9 {
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap10 {
  width: 50%;
  text-align: center;
  color: white; /* You can change the color as needed */
  font-size: 40px; /* Adjust the font size as needed */
  font-weight: bolder;
  margin-bottom: 1%;
}




/* banner4 */
.ban11 {
  width: 100%;
  height: 90vh;
  background-image: url(./saleimg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap11 {
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banrap12 {
  width: 50%;
  text-align: center;
  color: white; /* You can change the color as needed */
  font-size: 40px; /* Adjust the font size as needed */
  font-weight: bolder;
  margin-bottom: 1%;
}







  
/* footer */
.foot{
  
    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;
  }
  