.mySwiper ~ .e-services {
  background: #f8f5f4;
  background-image: url(../img/foundation-day/background-linear.png), url(../img/foundation-day/background-pattern.png);
  background-size: cover;
}

.ehsan {
  position: fixed;
  right: 30px;
  top: 76%;
  z-index: 999;
}
.ehsan .btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foundation-day-slide-2 {
  align-items: end !important;
}
.foundation-day-slide-2::before {
  background: linear-gradient(rgba(107, 78, 70, 0.3) 0%, rgba(107, 78, 70, 0.3) 100%) !important;
}
.foundation-day-slide-2 .pattern-bottom {
  width: 100%;
  z-index: 5;
  min-height: 181px;
  background: #181010;
  background-image: linear-gradient(to bottom, rgb(24, 16, 16) 0%, rgba(24, 16, 16, 0.773) 50%, rgba(24, 16, 16, 0) 100%), url("../img/foundation-day-2/founding-banner-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.foundation-day-slide-2 .pattern-bottom a img {
  width: 24px;
  height: 24px;
}
.foundation-day-slide-2 .pattern-bottom a:hover {
  background-color: #c6c7c8 !important;
}
.foundation-day-slide-2 .pattern-bottom .content {
  justify-content: center;
  min-height: 218px;
  gap: 20px;
  align-items: center;
}
.foundation-day-slide-2 .pattern-bottom .content p,
.foundation-day-slide-2 .pattern-bottom .content h1 {
  color: #e9dfcf;
}
.foundation-day-slide-2 .pattern-bottom .content p {
  font-size: var(--bs-font-20);
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
}
.foundation-day-slide-2 .pattern-bottom .content h1 {
  font-size: 60px;
<<<<<<< HEAD
  margin-bottom: 16px;
=======
  margin: 0;
>>>>>>> 586bfca9931f65555575c597c7f7fdb8d9021465
}
.foundation-day-slide-2 .layer {
  padding: 0 !important;
  align-items: end !important;
  justify-content: space-between !important;
}

.icon-before-fsection h2 {
  padding-inline-start: 30px;
  display: flex;
  align-items: center;
}
.icon-before-fsection h2::before {
  background: url("../img/foundation-day-2/icon-1.svg") no-repeat;
  background-size: contain;
  background-position: left;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: -1;
}

.icon-before-esection h2 {
  padding-inline-start: 30px;
  display: flex;
  align-items: center;
}
.icon-before-esection h2::before {
  background: url("../img/foundation-day-2/icon-2.svg") no-repeat;
  background-size: contain;
  background-position: left;
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: -1;
}

.founding-day-divider .container {
  border-bottom: 20px solid transparent;
  -o-border-image: url("../img/foundation-day-2/Founding Day Divider.svg") 30 round;
     border-image: url("../img/foundation-day-2/Founding Day Divider.svg") 30 round;
}

.foundation-day-bg {
  background: url("../img/foundation-day-2/Founding Day Divider.svg");
  height: 22px;
  width: 100%;
}

.footer-foundation {
  background-color: #231f20;
  background-image: url("../img/foundation-day-2/footer-pattern.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.footer-foundation img {
  width: 106px;
  height: 42px;
}

.content-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
<<<<<<< HEAD
=======
  gap: 24px;
>>>>>>> 586bfca9931f65555575c597c7f7fdb8d9021465
}

@media (max-width: 551px) {
  .foundation-day-slide-2 .pattern-bottom .content h1 {
    font-size: 32px;
  }
  .foundation-day-slide-2 .pattern-bottom .content p {
    font-size: 18px;
  }
}/*# sourceMappingURL=foundation-day-2.css.map */