body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.row {
  margin-left: 0;
}
.slide-container .swiper{
  width: 100%;
  overflow: hidden;
}
.ongrid {
  margin-top: 1rem;
  padding: 5px;
}

.promotion-section {
  background-color: black;
}

.mySwiper {
  margin: 10px;
  border-radius: 10px;
  border: white solid 1px;
  margin: 0 5px 0 5px;
  width: 95%;
}

.mySwiper .card {
  background: linear-gradient(to right bottom,
  rgba(4, 61, 205, 0.2),
  rgba(97, 4, 205, 0.5));
  border: white solid 1px;
}

.image-container {
  position: relative;
  text-align: center;
 
}

.image-container img {
  width: 90%;
  height: auto;
}

.image-container .logo-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: white;
  border: white solid 2px;
  border-radius: 50%;
  background: linear-gradient(to right bottom,
      rgba(245, 71, 71, 0.9),
      rgba(236, 160, 9, 0.95));
}

.card-body{
  background: linear-gradient(to right bottom,
  rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 1200px) {
  .image-container .logo-type {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .image-container .logo-type {
    width: 120px;
    height: 120px;
  }
}
/* @media screen and (max-width: 450px) {
}
@media screen and (max-width: 350px) {
} */