/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

@charset "UTF-8";
/*=== MEDIA QUERY ===*/
body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #05070f;
  color: #d7def7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
  color: #f4f6ff;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
}

h2 {
  font-size: 40px;
  line-height: 1.25;
}

h3 {
  font-size: 24px;
  line-height: 1.3;
}

p, li, blockquote, label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
  color: #d7def7;
  margin-bottom: 0;
}

cite {
  font-size: 14px;
  font-style: normal;
}

.lora {
  font-family: "Space Grotesk", sans-serif;
  font-style: italic;
}

.form-control::-webkit-input-placeholder {
  color: #d7def7;
  line-height: 25px;
  font-size: 16px;
}

ul.app-badge {
  margin-bottom: 60px;
}
ul.app-badge li a img {
  width: 150px;
  height: auto;
}
@media (max-width: 400px) {
  ul.app-badge li {
    margin-bottom: 10px;
  }
}

ul.post-tag {
  margin-bottom: 20px;
}
ul.post-tag li {
  font-size: 14px;
}
ul.post-tag li img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 5px;
}
ul.post-tag li a {
  font-size: 14px;
}
ul.post-tag li:last-child {
  margin-left: 25px;
}

ul.social-links {
  margin-bottom: 0;
}
ul.social-links li:first-child a {
  padding-left: 0;
}
ul.social-links li a {
  padding: 0 15px;
  display: block;
}
ul.social-links li a i {
  font-size: 20px;
  color: #05070f;
}

body {
  overflow-x: hidden;
}

.shadow, .coming-soon .block .count-down .syotimer-cell, .user-login .block .image img, .privacy .block, .job-list .block, .team-sm .image img, .founder img {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}

.overlay:before {
  content: "";
  background: rgba(105, 140, 230, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
}

a:focus,
a:hover {
  color: #EC3367;
  text-decoration: none;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #EC3367;
}

.bg-1 {
  background: url(../images/background/promo-video-back.jpg) fixed no-repeat;
  background-size: cover;
}

.bg-coming-soon {
  background: url(../images/background/comming-soon.jpg) fixed no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 35px;
  margin-bottom: 13px;
}
.section-title p {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}
.section-title {
  margin-bottom: 80px;
}

.page-title {
  text-align: center;
}

.video {
  position: relative;
}
.video:before {
  border-radius: 3px;
}
.video img {
  width: 100%;
  border-radius: 8px;
}
.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #EC3367;
  border-radius: 100%;
  color: #ffffff;
  line-height: 125px;
  text-align: center;
}
@media (max-width: 992px) {
  .video .video-box a i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 22px;
  }
}
.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: #ffffff;
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #262c44;
  font-size: 14px;
}
.form-control.main:focus {
  border: 1px solid #EC3367;
  box-shadow: none;
}

textarea.form-control.main {
  height: initial;
}

.form-control::-webkit-input-placeholder {
  color: #d7def7;
  font-size: 14px;
}

.left {
  overflow: hidden;
}
.left img {
  margin-left: -40px;
}
@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}
.right img {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow {
  overflow: hidden;
}

.nav-up {
  top: -70px;
}

button:focus,
.slick-slide:focus {
  outline: 0;
}

.btn {
  text-transform: uppercase;
}

.btn-download {
  padding: 20px 35px;
  font-size: 14px;
  background: #ffffff;
  color: #EC3367;
}
.btn-download span {
  margin-left: 5px;
  font-size: 20px;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #EC3367;
  color: #ffffff;
  outline: none;
}
.btn-main:hover {
  color: #ffffff;
}
.btn-main:focus {
  color: #ffffff;
  box-shadow: none;
}

.btn-main-md {
  padding: 17px 38px;
  border-radius: 3px;
  background: #EC3367;
  color: #ffffff;
  outline: none;
}
.btn-main-md:hover {
  color: #ffffff;
}
.btn-main-md:focus {
  color: #ffffff;
  box-shadow: none;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #EC3367;
  color: #ffffff;
  outline: none;
  font-size: 14px;
}
.btn-main-sm:hover {
  color: #ffffff;
}
.btn-main-sm:focus {
  color: #ffffff;
  box-shadow: none;
}

.btn-white {
  background: white;
  color: #EC3367;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 13px 50px;
}

.main-nav {
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  padding-top: 24px;
}
.main-nav .navbar-brand {
  padding: 0;
}

.cherry-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(5, 7, 15, 0.4);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(114, 128, 189, 0.12);
}
.cherry-nav--scrolled {
  background: rgba(7, 9, 20, 0.9);
  box-shadow: 0 18px 45px rgba(5, 7, 15, 0.55);
}
.cherry-nav .navbar-brand,
.cherry-nav .nav-link {
  color: rgba(231, 235, 255, 0.82);
}

.cherry-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #ffffff;
}
.cherry-brand__icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cherry-nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cherry-nav__links .nav-item .nav-link {
  padding: 10px 18px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(231, 235, 255, 0.7);
  transition: color 0.2s ease;
}
.cherry-nav__links .nav-item .nav-link:hover, .cherry-nav__links .nav-item .nav-link:focus {
  color: #EC3367;
}
.cherry-nav__links .cherry-nav__cta {
  margin-left: 12px;
}
.cherry-nav__links .cherry-nav__cta .cherry-button {
  padding: 12px 20px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.navbar-toggler {
  border: 1px solid rgba(231, 235, 255, 0.25);
  border-radius: 12px;
  padding: 10px;
  transition: border-color 0.2s ease;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 77, 141, 0.25);
}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transition: background 0.2s ease;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}
.navbar-toggler-icon::before {
  top: -6px;
}
.navbar-toggler-icon::after {
  top: 6px;
}
.navbar-toggler.is-active .navbar-toggler-icon {
  background: transparent;
}
.navbar-toggler.is-active .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.navbar-toggler.is-active .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

@media (max-width: 992px) {
  .cherry-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .cherry-nav__links {
    align-items: flex-start;
    gap: 0;
    padding: 16px 0;
  }
  .cherry-nav__links .nav-item {
    width: 100%;
    text-align: left;
  }
  .cherry-nav__links .nav-item .nav-link {
    width: 100%;
    padding: 12px 12px;
  }
  .cherry-nav__links .cherry-nav__cta {
    width: 100%;
    margin-left: 0;
    padding: 12px;
  }
  .cherry-nav__links .cherry-nav__cta .cherry-button {
    width: 100%;
    justify-content: center;
  }
}
.footer-main {
  padding: 92px 0;
  background: #1a1b1f;
}
@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0;
  }
}
.footer-main .block img {
  margin-bottom: 20px;
}
.footer-main .block img #small-Apps {
  fill: red;
}
.footer-main .block ul.social-icon li a {
  text-decoration: none;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #3f3f43;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
}
@media (max-width: 768px) {
  .footer-main .block {
    margin-bottom: 40px;
  }
}
.footer-main .block-2 h6 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer-main .block-2 ul {
  padding: 0;
}
.footer-main .block-2 ul li {
  margin-bottom: 10px;
  list-style: none;
}
.footer-main .block-2 ul li a {
  font-size: 14px;
  color: #6f6f71;
  transition: 0.2s ease;
}
.footer-main .block-2 ul li a:hover {
  color: #ffffff;
}

.footer-classic {
  background: #fafafa;
  text-align: center;
  padding: 110px 0;
}
.footer-classic ul.social-icons {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .footer-classic ul.social-icons li {
    margin-bottom: 10px;
  }
}
.footer-classic ul.social-icons li a {
  padding: 0 20px;
  display: block;
}
.footer-classic ul.social-icons li a i {
  font-size: 25px;
  color: #05070f;
}
.footer-classic ul.footer-links li a {
  padding: 0 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #05070f;
}

.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #EC3367;
  color: #ffffff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}
.scroll-top-to:hover {
  background: #333;
}
@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.call-to-action-app {
  text-align: center;
}
.call-to-action-app h2,
.call-to-action-app p,
.call-to-action-app a {
  color: #ffffff !important;
}
.call-to-action-app p {
  margin-bottom: 60px;
}
.call-to-action-app ul li {
  margin: 10px;
}
@media (max-width: 480px) {
  .call-to-action-app ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.call-to-action-app ul li:first-child {
  margin-left: 0;
}
.call-to-action-app ul li a i {
  font-size: 20px;
  margin-right: 5px;
}

.cta-hire {
  background: #FAFAFA;
}
.cta-hire p {
  width: 65%;
  margin: 0 auto;
}
.cta-hire h2,
.cta-hire p {
  margin-bottom: 20px;
}

.cta-community {
  margin-bottom: 50px;
  padding: 40px 100px;
}
@media (max-width: 992px) {
  .cta-community {
    padding: 40px;
  }
}

.jd-modal .modal-content {
  padding: 25px;
  text-align: left;
  background: #0f1426;
}
.jd-modal .modal-content .modal-header .modal-title {
  color: #000;
}
.jd-modal .modal-content .modal-body .block-2 {
  display: flex;
}
.jd-modal .modal-content .modal-body .block-2 .title {
  width: 30%;
}
.jd-modal .modal-content .modal-body .block-2 .title p {
  color: #05070f;
}
.jd-modal .modal-content .modal-body .block-2 .details {
  width: 70%;
}
.jd-modal .modal-content .modal-body .block-2 .details ul {
  padding-left: 0;
  margin: 0;
}
.jd-modal .modal-content .modal-body .block-2 .details ul li {
  list-style: none;
  margin-bottom: 5px;
}
.jd-modal .modal-content .modal-body .block-2 .details ul li span {
  padding-right: 5px;
  color: #05070f;
}
.jd-modal .modal-content .modal-body .block-2 {
  margin-bottom: 70px;
}
.jd-modal .modal-content .modal-body .form-title {
  margin-bottom: 30px;
}

.cherry-theme {
  background: #05070f;
  color: #d7def7;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}
.cherry-theme a {
  color: inherit;
  text-decoration: none;
}
.cherry-theme a:hover, .cherry-theme a:focus {
  color: #EC3367;
}

.cherry-page {
  position: relative;
  background: radial-gradient(120% 120% at 0% 0%, rgba(255, 77, 141, 0.16) 0%, rgba(5, 7, 15, 0.95) 55%, rgb(5, 7, 15) 100%);
}

.section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 70px 0;
  }
}

.cherry-hero {
  position: relative;
  padding: 120px 0 80px;
}
@media (max-width: 768px) {
  .cherry-hero {
    padding: 100px 0 60px;
  }
}
.cherry-hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cherry-hero h1 {
    font-size: 2.25rem;
  }
}
.cherry-hero p {
  font-size: 1.15rem;
  max-width: 540px;
}

.cherry-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 77, 141, 0.1);
  color: #EC3367;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 24px;
}

.cherry-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 32px 0 24px;
}

.cherry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: 1px solid transparent;
}
.cherry-button--primary {
  background: linear-gradient(135deg, #EC3367 0%, rgb(240.3452914798, 97.6547085202, 137.7623318386) 100%);
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(255, 77, 141, 0.25);
}
.cherry-button--primary:hover, .cherry-button--primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(255, 77, 141, 0.35);
}
.cherry-button--ghost {
  background: transparent;
  border-color: rgba(214, 220, 255, 0.24);
  color: #ffffff;
}
.cherry-button--ghost:hover, .cherry-button--ghost:focus {
  border-color: rgba(255, 77, 141, 0.6);
  color: #EC3367;
}

.cherry-meta-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.cherry-meta-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.cherry-meta-list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EC3367;
  box-shadow: 0 0 12px rgba(255, 77, 141, 0.45);
}

.cherry-availability {
  margin-top: 32px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(15, 21, 44, 0.7);
  border: 1px solid rgba(114, 128, 189, 0.25);
  max-width: 440px;
}
.cherry-availability__title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  color: rgba(228, 233, 255, 0.68);
}
.cherry-availability ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cherry-availability ul li {
  padding: 6px 0;
  font-size: 0.95rem;
  color: rgba(231, 235, 255, 0.85);
}

.cherry-hero-mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cherry-hero-mockup {
    margin-top: 60px;
  }
}

.cherry-hero-screenshot {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 40px 80px rgba(6, 8, 18, 0.7), 0 0 0 1px rgba(114, 128, 189, 0.2);
}
@media (max-width: 768px) {
  .cherry-hero-screenshot {
    max-width: 100%;
  }
}

.cherry-section {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .cherry-section {
    padding: 70px 0;
  }
}
.cherry-section--light {
  background: rgba(15, 21, 44, 0.55);
  backdrop-filter: blur(24px);
  border-top: 1px solid rgba(114, 128, 189, 0.12);
  border-bottom: 1px solid rgba(114, 128, 189, 0.12);
}

.cherry-section__header {
  text-align: center;
  margin-bottom: 64px;
}
.cherry-section__header--left {
  text-align: left;
  margin-bottom: 32px;
}
.cherry-section__header--left p {
  margin-left: 0;
}
.cherry-section__header h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}
.cherry-section__header p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(228, 233, 255, 0.76);
}

.cherry-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(228, 233, 255, 0.6);
  margin-bottom: 16px;
}
.cherry-eyebrow:before {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(228, 233, 255, 0.4);
}

.cherry-card {
  padding: 32px;
  border-radius: 24px;
  background: rgba(9, 12, 25, 0.9);
  border: 1px solid rgba(114, 128, 189, 0.2);
  box-shadow: 0 18px 45px rgba(6, 8, 18, 0.55);
  height: 100%;
}
.cherry-card--soft {
  background: rgba(14, 18, 34, 0.8);
  border: 1px solid rgba(114, 128, 189, 0.18);
}
.cherry-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.cherry-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cherry-list li {
  margin-bottom: 12px;
  color: rgba(228, 233, 255, 0.78);
}
.cherry-list--check li {
  position: relative;
  padding-left: 28px;
}
.cherry-list--check li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid rgba(255, 77, 141, 0.65);
}
.cherry-list--check li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 6px;
  height: 10px;
  border: solid #EC3367;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cherry-steps {
  counter-reset: cherry-steps;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.cherry-steps li {
  counter-increment: cherry-steps;
  margin-bottom: 18px;
  padding-left: 44px;
  position: relative;
  color: rgba(228, 233, 255, 0.78);
}
.cherry-steps li:before {
  content: counter(cherry-steps, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 77, 141, 0.2);
  color: #EC3367;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.cherry-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cherry-stack__item {
  padding: 24px 28px;
  border-radius: 20px;
  background: rgba(9, 12, 25, 0.88);
  border: 1px solid rgba(114, 128, 189, 0.22);
  box-shadow: 0 24px 45px rgba(5, 7, 15, 0.55);
}
.cherry-stack__item h3 {
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 12px;
  color: #ffffff;
}
.cherry-stack__item p {
  margin: 0;
  color: rgba(228, 233, 255, 0.75);
}

.cherry-compare {
  margin-top: 60px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.12) 0%, rgba(21, 31, 61, 0.8) 100%);
  border: 1px solid rgba(255, 77, 141, 0.25);
  box-shadow: 0 28px 55px rgba(5, 7, 15, 0.55);
}
.cherry-compare h3 {
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}

.cherry-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .cherry-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .cherry-pricing {
    grid-template-columns: 1fr;
  }
}
.cherry-pricing__card {
  padding: 32px;
  border-radius: 24px;
  background: rgba(9, 12, 25, 0.85);
  border: 1px solid rgba(114, 128, 189, 0.22);
  box-shadow: 0 22px 50px rgba(6, 8, 18, 0.55);
}
.cherry-pricing__card h3 {
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
.cherry-pricing__card p {
  color: rgba(228, 233, 255, 0.75);
}

.cherry-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #EC3367;
  margin-bottom: 12px;
}

.cherry-spec-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
@media (max-width: 768px) {
  .cherry-spec-grid {
    grid-template-columns: 1fr;
  }
}
.cherry-spec-grid li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(14, 18, 34, 0.85);
  border: 1px solid rgba(114, 128, 189, 0.2);
  color: rgba(228, 233, 255, 0.82);
}
.cherry-spec-grid li span {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(228, 233, 255, 0.6);
}
.cherry-spec-grid li strong {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

.cherry-review-prompts {
  margin-top: 48px;
  padding: 32px;
  border-radius: 20px;
  background: rgba(9, 12, 25, 0.85);
  border: 1px dashed rgba(255, 77, 141, 0.35);
}
.cherry-review-prompts h3 {
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 16px;
  color: #ffffff;
}

.cherry-link-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.cherry-link-list li {
  margin-bottom: 12px;
}
.cherry-link-list li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.cherry-link-list li a:after {
  content: "↗";
  font-size: 0.85rem;
  opacity: 0.6;
}

.cherry-note {
  font-size: 0.9rem;
  color: rgba(228, 233, 255, 0.72);
  margin-bottom: 12px;
}
.cherry-note strong {
  color: #ffffff;
  font-weight: 600;
}

.cherry-footer {
  padding: 80px 0;
  background: rgba(7, 9, 20, 0.95);
  border-top: 1px solid rgba(114, 128, 189, 0.12);
}
.cherry-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 992px) {
  .cherry-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .cherry-footer__grid {
    grid-template-columns: 1fr;
  }
}
.cherry-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.15rem;
}
.cherry-footer__brand p {
  margin-top: 16px;
  color: rgba(228, 233, 255, 0.7);
}
.cherry-footer__links h3, .cherry-footer__details h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(228, 233, 255, 0.7);
  margin-bottom: 16px;
}
.cherry-footer__links ul, .cherry-footer__details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cherry-footer__links ul li, .cherry-footer__details ul li {
  margin-bottom: 10px;
  color: rgba(228, 233, 255, 0.72);
}
.cherry-footer__details ul li {
  font-size: 0.9rem;
}
.cherry-footer__copyright {
  margin-top: 24px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(228, 233, 255, 0.5);
}

.cherry-contact-info {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cherry-contact-item h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 8px;
}
.cherry-contact-item p {
  color: rgba(228, 233, 255, 0.75);
  margin: 0;
}

.cherry-contact-form {
  padding: 40px;
  border-radius: 24px;
  background: rgba(9, 12, 25, 0.9);
  border: 1px solid rgba(114, 128, 189, 0.25);
  box-shadow: 0 24px 55px rgba(6, 8, 18, 0.6);
}
@media (max-width: 768px) {
  .cherry-contact-form {
    padding: 32px 24px;
  }
}

.cherry-form-group {
  margin-bottom: 24px;
}
.cherry-form-group label {
  display: block;
  font-weight: 500;
  color: rgba(228, 233, 255, 0.9);
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.cherry-form-group input,
.cherry-form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(15, 21, 44, 0.8);
  border: 1px solid rgba(114, 128, 189, 0.3);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cherry-form-group input:focus,
.cherry-form-group textarea:focus {
  outline: none;
  border-color: rgba(255, 77, 141, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 77, 141, 0.1);
}
.cherry-form-group input::-moz-placeholder, .cherry-form-group textarea::-moz-placeholder {
  color: rgba(228, 233, 255, 0.4);
}
.cherry-form-group input::placeholder,
.cherry-form-group textarea::placeholder {
  color: rgba(228, 233, 255, 0.4);
}
.cherry-form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.cherry-form-status {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.9rem;
  text-align: center;
  display: none;
}
.cherry-form-status:not(:empty) {
  display: block;
}
.cherry-form-status--success {
  background: rgba(40, 200, 64, 0.15);
  border: 1px solid rgba(40, 200, 64, 0.3);
  color: #28c840;
}
.cherry-form-status--error {
  background: rgba(255, 95, 87, 0.15);
  border: 1px solid rgba(255, 95, 87, 0.3);
  color: #ff5f57;
}

button[type=submit] {
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
  border: none;
}
button[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

.founder {
  margin-bottom: 30px;
}
.founder img {
  border-radius: 5px;
  margin-bottom: 25px;
}
.founder h2 {
  font-size: 30px;
  line-height: 30px;
}
.founder cite {
  font-size: 14px;
  font-style: normal;
}
.founder p {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.team-sm {
  margin-bottom: 30px;
}
.team-sm .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-sm .image img {
  border-radius: 5px;
}
.team-sm .image .social-links {
  position: absolute;
  background: #EC3367;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 80px);
  margin: 0 40px;
  border-radius: 4px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: 0.3s;
  bottom: 20px;
}
.team-sm .image .social-links ul {
  margin-bottom: 0;
}
.team-sm .image .social-links ul li a {
  display: block;
  padding: 15px;
}
.team-sm .image .social-links ul li a i {
  font-size: 20px;
  color: #ffffff;
}
.team-sm .image:hover .social-links {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.team-sm h3 {
  margin-bottom: 0;
}
.team-sm cite {
  font-size: 14px;
  font-style: normal;
}
.team-sm p {
  margin-top: 15px;
}

.featured-article {
  padding: 0 0 50px 0;
}
.featured-article article.featured {
  display: flex;
}
@media (max-width: 768px) {
  .featured-article article.featured {
    flex-wrap: wrap;
  }
}
.featured-article article.featured .image {
  flex-basis: 100%;
  padding: 20px;
}
.featured-article article.featured .image img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .featured-article article.featured .image {
    margin-bottom: 20px;
  }
}
.featured-article article.featured .content {
  margin-left: 30px;
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .featured-article article.featured .content {
    text-align: center;
  }
}
.featured-article article.featured .content h2 {
  margin-bottom: 20px;
}
.featured-article article.featured .content h2 a {
  font-size: 30px;
  color: #000;
  display: inline-block;
}
.featured-article article.featured .content h2 a:hover {
  color: #EC3367;
}
.featured-article article.featured .content p {
  margin-bottom: 25px;
}

.post-sm {
  margin-bottom: 40px;
}
.post-sm .post-thumb {
  margin-bottom: 15px;
  overflow: hidden;
}
.post-sm .post-thumb img {
  transition: 0.3s ease;
}
.post-sm .post-title h3 a {
  color: #05070f;
  font-size: 20px;
}
.post-sm .post-title h3 a:hover {
  color: #EC3367;
}
.post-sm .post-title {
  margin-bottom: 15px;
}
.post-sm:hover .post-thumb img {
  transform: scale(1.3);
}

.blog-single .single-post {
  padding-bottom: 70px;
}
.blog-single .single-post .post-body .feature-image {
  margin-bottom: 30px;
}
.blog-single .single-post .post-body .feature-image img {
  width: 100%;
}
.blog-single .single-post .post-body p {
  margin-bottom: 20px;
}
.blog-single .single-post .post-body .quote {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog-single .single-post .post-body .quote {
    width: 80%;
  }
}
.blog-single .single-post .post-body .quote blockquote {
  color: #000;
  padding: 10px 0 10px 30px;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  border-left: 6px solid #666666;
}
.blog-single .single-post .post-body .post-image {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.blog-single .about-author h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #262c44;
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .blog-single .about-author h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .blog-single .about-author .media {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .blog-single .about-author .media .image {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.blog-single .about-author .media .image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .blog-single .about-author .media .media-body {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
.blog-single .about-author .media .media-body {
  margin-left: 40px;
}
.blog-single .about-author .media .media-body p {
  margin-bottom: 15px;
}

.related-articles .title {
  margin-bottom: 20px;
}
.related-articles .title h2 {
  font-size: 30px;
}

.pagination-nav {
  display: flex;
  justify-content: center;
}
.pagination-nav ul.pagination {
  padding-top: 30px;
}
.pagination-nav ul.pagination li {
  margin-right: 10px;
}
.pagination-nav ul.pagination li a {
  border-radius: 3px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #d7def7;
  transition: 0.3s ease-in;
}
.pagination-nav ul.pagination li a:hover {
  background-color: #EC3367;
  color: #ffffff;
  border-color: transparent;
}
.pagination-nav ul.pagination .active a {
  background-color: #EC3367;
  color: #ffffff;
  border-color: transparent;
}

@media (max-width: 480px) {
  .about .content {
    text-align: center;
  }
}
.about .content h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about .about-slider .item {
  padding: 20px;
}
.about .about-slider .owl-dots .owl-dot:hover span {
  background: #EC3367;
}
.about .about-slider .owl-dots .owl-dot.active span {
  background: #EC3367;
}

.create-stories .block img {
  width: 100%;
  margin-bottom: 20px;
}
.create-stories .block h3 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .create-stories .block {
    margin-bottom: 30px;
  }
}

.quotes .quote-slider h2 {
  font-size: 50px;
}
.quotes .quote-slider cite {
  margin-left: 150px;
  font-style: normal;
}

.clients {
  padding: 50px 0;
}
.clients h3 {
  margin-bottom: 30px;
}
.clients .client-slider .slick-track {
  display: flex;
  align-items: center;
}
.clients .client-slider img {
  max-width: 80%;
}

.investors .block {
  margin-bottom: 30px;
}
.investors .block .image {
  margin-bottom: 20px;
}
.investors .block .image img {
  width: 100%;
  border-radius: 8px;
}
.investors .block h3 {
  margin-bottom: 0;
  line-height: 1;
}
.investors .block p {
  font-size: 14px;
}

.hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}
.hover-zoom img {
  transition: 0.3s ease;
}
.hover-zoom:hover img {
  transform: scale(1.2);
}

.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}
.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Space Grotesk", sans-serif;
}
.error-page .center .block p {
  margin-bottom: 50px;
}

.career-featured .block {
  display: flex;
}
@media (max-width: 768px) {
  .career-featured .block {
    flex-wrap: wrap;
  }
}
.career-featured .block .content {
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .career-featured .block .content {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.career-featured .block .content h2 {
  margin-bottom: 30px;
}
.career-featured .block .video {
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .career-featured .block .video {
    flex-grow: 1;
    width: 100%;
  }
}

.company-fun-facts h2 {
  margin-bottom: 60px;
}
.company-fun-facts .fun-fact {
  margin-bottom: 20px;
  text-align: center;
}
.company-fun-facts .fun-fact i {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  border: 1px solid #000;
  border-radius: 100%;
}

.gallery .image {
  cursor: pointer;
}

.job-list .block {
  padding: 50px 80px;
  background: #ffffff;
}
.job-list .block h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.job-list .block .job {
  padding: 50px 10px;
  display: flex;
}
@media (max-width: 768px) {
  .job-list .block .job {
    display: block;
    text-align: center;
  }
}
.job-list .block .job:not(:last-child) {
  border-bottom: 1px solid #262c44;
}
@media (max-width: 480px) {
  .job-list .block .job {
    flex-wrap: wrap;
  }
}
.job-list .block .job .content {
  flex-basis: 100%;
}
.job-list .block .job .content h3 {
  margin-bottom: 0;
}
.job-list .block .job .apply-button {
  flex-basis: 100%;
  align-self: center;
  text-align: right;
}
@media (max-width: 768px) {
  .job-list .block .job .apply-button {
    margin-top: 20px;
    text-align: center;
  }
}

.faq .block {
  padding: 50px;
}
@media (max-width: 480px) {
  .faq .block {
    padding: 30px;
  }
}
.faq .block .faq-item .faq-item-title h2 {
  font-size: 30px;
  border-bottom: 1px solid #262c44;
}
.faq .block .faq-item .faq-item-title {
  margin-bottom: 30px;
}
.faq .block .faq-item .faq-item-title:last-child {
  margin-bottom: 0;
}
.faq .block .faq-item .item .item-link {
  position: relative;
}
.faq .block .faq-item .item .item-link a span {
  margin-right: 5px;
}
.faq .block .faq-item .item .item-link a {
  font-size: 20px;
  color: #05070f;
}
.faq .block .faq-item .item .item-link:before {
  font-family: "themify";
  content: "\e64b";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 15px;
  top: 15px;
}
.faq .block .faq-item .item .item-link {
  padding: 10px 0 10px 18px;
  padding-left: 25px;
}
.faq .block .faq-item .item .accordion-block {
  background: #0f1426;
}
.faq .block .faq-item .item .accordion-block p {
  padding: 20px;
}
.faq .block .faq-item {
  margin-bottom: 40px;
}

.privacy .privacy-nav {
  position: sticky;
  top: 15px;
  background: #0f1426;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.privacy .privacy-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.privacy .privacy-nav ul li {
  list-style: none;
}
.privacy .privacy-nav ul li a {
  font-size: 16px;
  color: #f4f6ff;
  padding: 10px 0;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .privacy .privacy-nav ul li a {
    font-size: 16px;
    padding: 5px 0;
  }
}
.privacy .privacy-nav ul li a.active {
  color: #000;
}
@media (max-width: 768px) {
  .privacy .privacy-nav {
    margin-bottom: 30px;
  }
}
.privacy .block {
  background: #ffffff;
  padding: 40px 50px;
}
.privacy .block .policy-item {
  padding-bottom: 40px;
}
.privacy .block .policy-item .title {
  margin-bottom: 20px;
}
.privacy .block .policy-item .title h3 {
  color: #05070f;
  border-bottom: 1px solid #262c44;
  padding-bottom: 15px;
}
.privacy .block .policy-item .policy-details p {
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.7;
}

.user-login {
  height: 100%;
  width: 100%;
}
.user-login .block {
  display: flex;
}
@media (max-width: 768px) {
  .user-login .block {
    flex-wrap: wrap;
  }
}
.user-login .block .image {
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .user-login .block .image {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.user-login .block .image img {
  border-radius: 8px;
}
.user-login .block .image {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .user-login .block .content {
    flex-grow: 1;
  }
}
.user-login .block .content {
  flex-basis: 100%;
  align-self: center;
  padding: 50px;
  border: 1px solid #262c44;
  border-radius: 4px;
}
.user-login .block .content .logo {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .user-login .block .content .logo {
    margin-bottom: 40px;
  }
}
.user-login .block .content .title-text {
  margin-bottom: 35px;
}
.user-login .block .content .title-text h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #262c44;
}
.user-login .block .content .new-acount {
  margin-top: 20px;
}
.user-login .block .content .new-acount p, .user-login .block .content .new-acount a {
  font-size: 14px;
}
.user-login .block .content .new-acount p a {
  color: #000;
}

.coming-soon {
  color: #000;
  padding: 120px 0;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .coming-soon {
    padding: 80px 0;
  }
}
.coming-soon .block h3 {
  color: #d7def7;
}
.coming-soon .block .count-down {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down {
    margin-top: 40px;
  }
}
.coming-soon .block .count-down .syotimer-cell {
  min-width: 200px;
  padding: 45px 0;
  margin-right: 30px;
  margin-bottom: 20px;
  background: #ffffff;
  display: inline-block;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down .syotimer-cell {
    min-width: 180px;
    padding: 35px 0;
  }
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 65px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-size: 20px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: normal;
}

.address .block .address-block {
  text-align: center;
}
.address .block .address-block .icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.address .block .address-block .icon i {
  display: block;
  height: 100px;
  width: 100px;
  background: #0f1426;
  border-radius: 100%;
  font-size: 45px;
  text-align: center;
  line-height: 100px;
}

.google-map {
  position: relative;
}
.google-map #map_canvas {
  height: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .google-map #map_canvas {
    height: 350px;
  }
}
/*# sourceMappingURL=style.css.map */
