/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.body_new {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 20px 0;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.slide-content {
  margin: 0 40px;
  padding-right: 20px;
  overflow: hidden;
  border-radius: 25px;

}

.card-2 {
  border-radius: 25px;
  background-color: #FFF;
  border-style: solid;
  border-color: black;
}

/* .card-2:hover {
  box-shadow: 0 5px 10px #E62129;
} */

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* padding: 10px 14px; */
  margin-bottom: 40px;
  /* border-radius: 25px; */
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F08519;
  border-radius: 25px 25px 25px 25px;
}

/* .overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #F08519;
} */

/* .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
} */

.card-image {
  position: relative;
  height: 200px;
  width: 300px;
  border-radius: 25px;
  /* border-radius: 50%; */
  /* background: #FFF; */
  padding: 3px;
}

.card-image .card-img {
  height: 100%;
  /* width: 100%; */
  /* object-fit: cover; */
  border-radius: 10%;
  /* border: 4px solid; */
}

.name_new {
  font-size: 25px;
  font-weight: bolder;
  /* display: flex; */
  color: black;
  text-align: center;
  text-justify: inter-ideograph;
  margin-left: 30px;
  margin-right: 35px;
}

/*.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
} */
/* .naruto {
  position: relative;
} */

/* display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;

} */

.button-2 {
  /* border: none; */
  /* display: inline-flexbox; */
  font-size: 16px;
  color: black;
  padding: 8px 10px;
  background-color: #FFF;
  border-radius: 6px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: all 0.32s ease-in-out;
  position: absolute;
  bottom: 0px;
  border: 1px solid #F08519;

  /* Adjust the value as per your preference */
  left: 50%;
  transform: translateX(-50%);
  /* position: absolute;
  bottom: 8px; */
  /* top: 300px; */
  /* margin-right: 400px; */
  /* margin-left: 160px; */
  /* padding: 20px; */
  /* margin: auto; */
  /* Adjust the positioning as desired */
  /* justify-content: center; */

  /* transform: translateX(-50%); */
  /* padding-right: 50px; */
  /* padding: 10px 20px;
  background-color: #F08519;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 6px; */
  /* transition: all 0.3s ease; */

}

/* .button-2:hover */
.button-2:hover {
  background: #E62129;
  color: #FFF;
}

.swiper-navBtn {
  color: #F08519;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #E62129;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #F08519;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #E62129;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }

  /* .name_new {
    /* margin-left: 0;
    */
  /* text-align: center;
  } */
}

.description_new {
  font-size: 17px;
  color: #000000;
  display: flex;
  text-align: center;
  text-justify: inter-ideograph;
  margin-left: 30px;
  margin-right: 35px;
}

/* .name_new {
  font-weight: bold;
  font-size: auto;
  text-align: center;
}*/

.logo_new {
  max-width: 125px;
  /* display: flex; */
  /* object-fit: contain; */
  /* margin-right: 10px; */
  /* margin-bottom: 0; */
}

.description_new_dsa {
  font-size: 17px;
  color: #000000;
  display: flex;
  text-align: center;
  text-justify: inter-ideograph;
  margin-left: 25px;
  margin-right: 25px;
}

.nw {
  /* .card-container { */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* } */
}

@media screen and (max-width: 768px) {
  .card-2 {
    width: 100%;
    /* Adjust the card width to occupy full width on smaller screens */
  }

  /* .card-image {
    width: 200px;
  } */
}

/* .button_more {
  border: none; */
/* display: inline-flexbox; */
/* font-size: 16px;
  color: #FFF;
  padding: 8px 10px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #F08519;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
  margin-left: 38%;
} */

.ll {
  /* position: absolute; */
  /* margin-bottom: 0px;
  align-items: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  /* margin-bottom: 100px; */


}

.button_more {
  background: #FFF;
  border: 1px solid #F08519;
  border-radius: 8px;
  color: black;
  /* display: inline-block; */
  font-weight: 500;
  display: flex;
  overflow: hidden;
  padding: 12.5px 39px;
  /* position: relative; */
  transition: all .5s ease-in-out;
  /* margin-right: auto; */
  /* margin-left: 40%; */
  /* margin-right: 50%; */
  cursor: pointer;
  /* align-items: center; */
}

/* .ll {
  position: absolute;
} */

.button_more:hover {
  background-color: #E62129;
  color: #FFF;

  /* position: relative; */
}

@media screen and (max-width: 1110px) {
  .card-img {
    /* width: none; */
    width: 248px;
    margin-left: 23px;
  }
}

@media screen and (min-width: 1110px) {
  .card-image .card-img {
    width: 100%;
    object-fit: cover;
  }
}