/* /* html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
} */

@media screen and (max-width: 600px) {
  .display__none-mobile {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .display__none-desktop {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .desktop__pt {
    padding-top: 6rem !important;
  }
}

@media screen and (max-width: 600px) {
  .mobile__pt {
    padding-top: 1.5rem !important;
  }
}

@media screen and (max-width: 600px) {
  .mt-mb-3-mobile-active {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

a.disabled {
  pointer-events: none;
}

.card-main-color-p {
  background: #a2c15e;
}

.card-main-color-opacity {
  background: #303035;
}

.tile-background {
  background: #bed886;
}

.text-white {
  color: #fff;
}

.text-gray-second {
  color: #24262c;
}

.text-gray {
  color: rgb(194, 194, 194);
}

.text-color-banner-second {
  color: #dea97f;
}

.text-color-banner {
  color: #ffd8b8;
}

.text-align-left {
  text-align: left;
}

.color-tag-main {
  color: #93bb3d;
}

.color-tag-white {
  color: #fff;
}

.swiper {
  width: 440px;
  height: 520px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 18px; */
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

/* .swiper-slide:nth-child(1n) {
  background: linear-gradient(90deg, #a4db79,#e9ee73);
}

.swiper-slide:nth-child(2n) {
  background: -webkit-linear-gradient(90deg, #f5da8b,#e9a263,#e47449);background: linear-gradient(90deg, #f5da8b,#e9a263,#e47449);
}

.swiper-slide:nth-child(3n) {
  background: -webkit-linear-gradient(90deg, #e6ca3d,#f0e17f,#e5db66);background: linear-gradient(90deg, #e6ca3d,#f0e17f,#e5db66);
}

.swiper-slide:nth-child(4n) {
  background-color:  #232328;
}

.swiper-slide:nth-child(5n) {
  background-color:  #232328;
}

.swiper-slide:nth-child(6n) {
  background-color:  #232328;
}

.swiper-slide:nth-child(7n) {
  background-color: #232328;
}

.swiper-slide:nth-child(8n) {
  background-color: #232328;
}

.swiper-slide:nth-child(9n) {
  background-color:  #232328;
}

.swiper-slide:nth-child(10n) {
  background-color: #232328;
}  */
