@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
h1,
h2,
h3,
h4,
p {
  margin-bottom: 0;
}

h1 {
  font-size: clamp(50px, 4vw, 90px);
  font-style: normal;
  font-weight: 500;
  line-height: 120px;
}

h2 {
  font-size: clamp(28px, 2vw, 50px);
  font-style: normal;
  font-weight: 400;
}

h3 {
  line-height: 38px;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--Grey, #969696);
}

p {
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #252222;
}

.jm-navbar {
  padding: 20px 0;
  position: relative;
  background: #fff9ed;
}
.jm-navbar .navbar {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.jm-navbar .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.jm-navbar .navbar-brand-logo {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 30px;
}
.jm-navbar .navbar-brand-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: linear-gradient(to right, #ff5733, #ff8c00, #ffc300);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 400px) {
  .jm-navbar .navbar-brand-text {
    display: none;
  }
}
@media (max-width: 400px) {
  .jm-navbar .navbar-brand {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .jm-navbar .navbar {
    justify-content: center;
  }
}
.jm-navbar .navbar-context {
  transition: all 4s ease-in-out;
}
.jm-navbar .navbar-context .navbar-button {
  padding: 20px;
  border: 0px;
  border-radius: 10px;
  text-align: right;
  background: #000;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 600px) {
  .jm-navbar .navbar-context .navbar-button {
    display: none;
  }
}
.jm-navbar .navbar-context .tooltip {
  position: absolute;
  top: 130%;
  right: 10px;
  padding: 20px 25px;
  border-radius: 10px;
  max-width: 170px;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="263" viewBox="0 0 170 263" fill="none"><mask id="path-1-inside-1_43_5438" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M89.6188 8L85 -1.90735e-06L80.3812 8H10C4.47715 8 0 12.4771 0 18V253C0 258.523 4.47715 263 10 263H160C165.523 263 170 258.523 170 253V18C170 12.4772 165.523 8 160 8H89.6188Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M89.6188 8L85 -1.90735e-06L80.3812 8H10C4.47715 8 0 12.4771 0 18V253C0 258.523 4.47715 263 10 263H160C165.523 263 170 258.523 170 253V18C170 12.4772 165.523 8 160 8H89.6188Z" fill="white"/><path d="M85 -1.90735e-06L85.866 -0.500002L85 -2L84.134 -0.500002L85 -1.90735e-06ZM89.6188 8L88.7528 8.5L89.0415 9H89.6188V8ZM80.3812 8V9H80.9585L81.2472 8.5L80.3812 8ZM84.134 0.499998L88.7528 8.5L90.4848 7.5L85.866 -0.500002L84.134 0.499998ZM81.2472 8.5L85.866 0.499998L84.134 -0.500002L79.5152 7.5L81.2472 8.5ZM10 9H80.3812V7H10V9ZM1 18C1 13.0294 5.02944 9 10 9V7C3.92487 7 -1 11.9249 -1 18H1ZM1 253V18H-1V253H1ZM10 262C5.02944 262 1 257.971 1 253H-1C-1 259.075 3.92487 264 10 264V262ZM160 262H10V264H160V262ZM169 253C169 257.971 164.971 262 160 262V264C166.075 264 171 259.075 171 253H169ZM169 18V253H171V18H169ZM160 9C164.971 9 169 13.0294 169 18H171C171 11.9249 166.075 7 160 7V9ZM89.6188 9H160V7H89.6188V9Z" fill="%23D71219" mask="url(%23path-1-inside-1_43_5438)"/></svg>') no-repeat center;
  background-size: 97%;
  opacity: 0;
  text-align: center;
}
.jm-navbar .navbar-context .tooltip h5 {
  color: #000;
}
.jm-navbar .navbar-context:hover .tooltip {
  transition: all 0.8s ease-in-out;
  opacity: 1;
}

.stores {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .stores {
    gap: 26px;
  }
  .stores svg {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .no-display {
    display: none;
  }
}

body {
  background-color: #fff;
  font-family: Inter;
  box-sizing: border-box;
}

.jm-hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 130px 0;
}
@media (max-width: 991px) {
  .jm-hero {
    flex-direction: column-reverse;
  }
}
.jm-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.jm-hero-left h3 {
  margin: 30px 0 20px 0;
}
.jm-hero-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .jm-hero-right {
    justify-content: center;
  }
}
.jm-hero-right img {
  min-width: 60%;
  max-width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jm-features-wrapper {
  background: #FFFAFA;
}
.jm-features .features-swiper {
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
.jm-features .features-swiper-pagination {
  bottom: 7%;
}
.jm-features .features-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  flex-shrink: 0;
  background: #FF999D;
}
.jm-features .features-swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  border-radius: 5px;
  flex-shrink: 0;
  background: #D71219;
}
.jm-features .feature-card {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 600px) and (max-width: 992px) {
  .jm-features .feature-card {
    width: 60% !important;
  }
}
.jm-features .feature-card-icon {
  display: flex;
  justify-content: center;
  background: var(--Ang-lique-Grey-400, #eff2f5);
  padding: 20px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jm-features .feature-card-icon img {
  width: 35px;
  height: 35px;
}
.jm-features .feature-card-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.jm-features .feature-card-text h3 {
  font-weight: 700;
}

.jm-info {
  padding: 120px 0;
}
.jm-info-body {
  padding: 20px 0;
}
.jm-info-body-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.jm-info-body-content-left {
  display: flex;
  justify-content: center;
}
.jm-info-body-content-left img {
  min-width: 60%;
  max-width: 90%;
}
.jm-info-body-content-right {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 20px;
  max-width: 600px;
}
.jm-info-body-content-right-header {
  margin-bottom: 5px;
}
.jm-info-body-content-right-footer {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 40px;
  margin-top: 20px;
}
.jm-info-body-content-right-footer a img {
  width: 180px;
  height: 60px;
}
.jm-info-body-content-right .stores {
  justify-content: flex-end;
}
.jm-info-body-content-right.content-left .stores {
  justify-content: flex-start;
}
.jm-info-body-content .content-left {
  text-align: left;
  justify-content: left;
}
@media (max-width: 992px) {
  .jm-info-body {
    padding: 40px 0;
  }
  .jm-info-body-content {
    flex-direction: column;
  }
  .jm-info-body-content-right {
    text-align: left;
  }
  .jm-info-body-content-right .stores {
    justify-content: left;
  }
}
.jm-info-body .content-reverse {
  flex-direction: row;
}
@media (max-width: 992px) {
  .jm-info-body .content-reverse {
    flex-direction: column-reverse;
  }
}

.jm-footer-body {
  padding: 60px 0 101px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(31deg, rgb(255, 0, 0), rgb(255, 101, 0), rgb(245, 90, 0), rgb(255, 207, 58));
}
.jm-footer-body-left {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  max-width: 527px;
  color: #fff;
}
.jm-footer-body-left a {
  color: #fff;
}
.jm-footer-body-right {
  position: absolute;
  top: 65%;
  right: 0;
  transform: translateY(-49%);
}
.jm-footer-body-right img {
  width: 213px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .jm-footer-body-right img {
    max-width: 80%;
  }
}
.jm-footer-end {
  padding: 120px 0 80px 0;
}
.jm-footer-end-content {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
}
.jm-footer-end-content a {
  text-decoration: none;
}
@media (max-width: 2000px) {
  .jm-footer-body-right {
    top: 63%;
  }
}
@media (max-width: 1200px) {
  .jm-footer-body {
    min-height: 390px;
  }
  .jm-footer-body-right {
    top: 72%;
  }
}
@media (max-width: 600px) {
  .jm-footer {
    padding: 60px 0;
  }
  .jm-footer-body-right {
    top: 78%;
  }
  .jm-footer-end {
    padding: 100px 0 20px 0;
  }
}

.jm-privacy-header,
.jm-terms-header {
  padding: 120px 0;
  background-image: linear-gradient(to right, #f5f6fa 0%, #fff 100%);
}
.jm-privacy-body,
.jm-terms-body {
  padding: 120px 0;
}
.jm-privacy-body-content,
.jm-terms-body-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.jm-privacy-body-content-rule,
.jm-terms-body-content-rule {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jm-privacy-body-content-rule-section,
.jm-terms-body-content-rule-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.jm-privacy-body-content-rule-section-bold,
.jm-terms-body-content-rule-section-bold {
  font-weight: 500;
}
@media (max-width: 600px) {
  .jm-privacy-header,
  .jm-terms-header {
    padding: 80px 0;
    font-size: 38px;
  }
  .jm-privacy-body,
  .jm-terms-body {
    padding: 60px 0;
  }
  .jm-privacy-body-content,
  .jm-terms-body-content {
    gap: 30px;
  }
}/*# sourceMappingURL=style.css.map */