.about h1 {
  font-size: 90px;
  font-weight: bold;
}
.vertical-line {
  height: 60px;
  width: 2.5px;
  margin: 20px auto;
  background-color: #b77534 !important;
}
.about-box {
  width: 340px;
  height: 546px;
}
.about-text-box-1 h4 {
  color: #B77534;
  /* font-family: 'Josefin Sans', sans-serif; */
  font-weight: bold;
}
.about-text-box p {
  line-height: 30px;
  color: #4b4f58;
}
.main-slider-box {
    width:100%;
  min-height: 900px;
}
.slider-box {
    width:100%;
  min-height: 806px;
  background-color: #b77534 !important;
}
.register-button {
  width: 200px;
  height: 50px;
  background-color: white;
  margin-top: 20px;
  border: none;
}
.register-button a {
  text-decoration: none;
  color: black;
}
.slider-container {
  width: 100%;
  /* max-width: 800px; */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.slider {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.card1 {
  width: 100px;
  flex: 0 0 calc(50% - 10px); /* Show 2 cards at a time */
  box-sizing: border-box;
  border: none;
  background-color: #b77534 !important;
  padding: 20px;
  margin-right: 10px;
}

.card1:last-child {
  margin-right: 0;
}

.slider-button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-button.prev-button {
  left: 10px;
}

.slider-button.next-button {
  right: 10px;
}

.slider-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.main-choose-box {
  min-height: 700px;
}
.choose-box {
  height: 600px;
}
.choose-img-box {
  width: 580px;
}
.ch-img{
  background-image:url(https://winnwinn.com/wp-content/uploads/2024/09/Untitled-design-9-e1725988378340.jpg);
  height: 400px;
  background-size: cover; /* Ensures the image covers the element */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  display:flex;
  justify-content: end;
  /* align-items: end; */
}
.choose-box-img{
  width: 275px;
  height: 200px;
  position: relative;
}
.choose-text-box {
  width: 275px;
  height: 200px;
  background-color: #b77534;
  margin-top:320px; 
  position: absolute;
}
.choose-box-i {
  color: #b77534;
}
.choose-text-box h5 {
  font-size: 60px;
}
.choose-icon {
 width:100%;
}
.choose-box-i span{
    margin-left:10px;
}


@media (max-width: 767px) {
  .about h1 {
    font-size: 40px;
  }
  .about-box {
    width: 80%;
    height: 350px;
    margin-top: 20px;
    margin-left: 10%;
  }
  .about-text-box-2{
      margin-top:20px;
  }

  .about-text-box h3 {
    font-size: 20px;
  }
  .main-choose-box {
    height: auto;
  }
  .choose-box {
    height: auto;
    margin-top: 20px;
  }
  .choose-img-box {
    width:100% !important;
  }
  .choose-box-img{
    width: 100%;
    height: 100px;
  }

  .choose-text-box {
    width: 100%;
    height: 100px;
    /* margin-top: 180px; */
    margin-left: 0px;
  }
  .choose-icon {
    height: auto;
    margin-top: 150px;
  }
  .choose-box-icon {
    margin-top: 20px;
  }
  .choose-text-box h5 {
  font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 920px) {
  .about-text-box {
    /* width: 250px; */
    height: 300px;
  }
  .about-text-box h3 {
    font-size: 20px;
  }
  .about-box {
    width: 230px;
    height: 400px;
  }
 
 .main-choose-box {
    height: auto;
  }
  .choose-img-box {
    width: 400px;
    height: 350px;
  }
  .ch-img {
    width: 100%;
    height: 100%;
    margin-top: 100px;
    margin-left: 20px;
  }
  .choose-box-img {
    width: 200px;
    height: 150px;
    margin-top: -40px;
  }
  .choose-text-box {
    width: 200px;
    height: 150px;
  }
  .choose-text-box h1 {
    font-size: 30px;
  }
  .choose-icon {
    height: auto;
  }
}

@media (min-width: 921px) and (max-width: 1024px) {
  .ch-img {
    width: 100%;
    height: 70%;
    margin-top: 100px;
    margin-left: 20px;
  }
 
}
