.in-index .banners-row {
  display: flex;
  gap: 10px;
}
.in-index .carousel-inner .item > span,
.in-index .carousel-inner .item {
  display: flex;
  flex: 1;
  gap: 10px;
}
.in-index .banners-row .col-sm-4 {
  display: flex;
  width: 38%;
}
.in-index .banners-row .col-sm-8 {
  width: 62%;
}
.in-index .banners-row .next-to-carousel-banners {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.in-index .banners-row .banner-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.in-index .banners-row .banner-wrapper > span {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ban-1-heading .heading,
.ban-2-heading .heading,
.ban-3-heading .heading,
.ban-4-heading .heading {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
}
.ban-3-heading,
.ban-4-heading {
  margin-bottom: 10px;
}
.ban-2-heading span {
  color: #ed8b21;
}
.ban-1,
.ban-2,
.ban-3,
.ban-4 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex: 1;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
  z-index: 1;
  flex: 1;
}
.col-shop {
  width: 65%;
}
.col-aperitif {
  width: 35%;
}
.ban-1 > a > .bg-overlay,
.ban-2 > a > .bg-overlay,
.ban-3 > a > .bg-overlay,
.ban-4 > a > .bg-overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.ban-1 > a > .bg-overlay {
  background-image: url("/user/documents/upload/main-banners/mb-1-1.png");
}
.ban-1:hover > a > .bg-overlay {
  transform: scale(1.05);
}
.ban-1-inner,
.ban-2-inner,
.ban-3-inner,
.ban-4-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ban-1-inner {
  background-image: url("/user/documents/upload/main-banners/mb-1-2.png");
  background-position: center left;
  padding: 30px;
  min-height: 410px;
  justify-content: flex-end;
  align-items: flex-end;
}

.ban-1-heading .heading {
  font-size: 40px;
}
.ban-2 > a > .bg-overlay {
  background-image: url("/user/documents/upload/main-banners/mb-2.png");
}
.ban-2:hover > a > .bg-overlay {
  transform: scale(1.05);
}
.ban-2-inner {
  padding: 20px;
  min-height: 410px;
  background-image: url("/user/documents/upload/main-banners/mb-2-2.png");
}
.ban-3 > a,
.ban-4 > a,
.ban-1 > a,
.ban-2 > a {
  display: flex;
  width: 100%;
}
.ban-3 > a > .bg-overlay {
  background-image: url("/user/documents/upload/main-banners/mb-3.png");
}
.ban-3:hover > a > .bg-overlay {
  transform: scale(1.05);
}
.ban-3-inner {
  padding: 20px;
  background-image: url("/user/documents/upload/main-banners/mb-3-2.png");
}
.ban-3-inner > .bg-overlay,
.ban-4-inner > .bg-overlay {
  opacity: 0.5;
}
.ban-4 > a > .bg-overlay {
  background-image: url("/user/documents/upload/main-banners/mb-4.png");
}

.ban-4:hover > a > .bg-overlay {
  transform: scale(1.05);
}
.ban-4-inner {
  padding: 20px;
  min-height: 200px;
  background-position: center left;
  background-image: url("/user/documents/upload/main-banners/mb-4-2.png");
}
.btn-text {
  background-color: #ffffff;
  font-size: 13px;
  fill: #275b45;
  color: #275b45;
  border-radius: 25px;
  padding: 6px 12px;
}
.ban-2 .widget {
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .ban-2-heading .heading,
  .ban-3-heading .heading,
  .ban-4-heading .heading {
    font-size: 26px;
  }
  .ban-1-heading .heading {
    font-size: 34px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .in-index .banners-row {
    flex-direction: column;
    margin: 0;
  }
  .col-shop {
    width: 60%;
  }

  .col-aperitif {
    width: 40%;
  }
  .ban-3,
  .ban-4 {
    min-height: 200px;
  }
  .in-index .banners-row .col-sm-8 {
    width: 100%;
  }
  .in-index .banners-row .col-sm-4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .in-index .carousel-inner .item > span {
    flex-direction: column;
  }
  .col-shop,
  .col-aperitif {
    width: 100%;
    min-height: 300px;
  }

.ban-1-inner,
.ban-2-inner {
min-height: 300px;
}


  .ban-1 .widget {
    width: 100%;
  }
  .ban-2-heading .heading,
  .ban-3-heading .heading,
  .ban-4-heading .heading {
    font-size: 30px;
  }
}
