/*8 define variables */
:root {
  --quantum-dark: #1F1F1F;
  --quantum-primary-color: #FFA600;
}

.container {
  max-width: 1240px;
}

#quantum {
  background: var(--quantum-dark);
  padding-bottom: 120px;
  color: white;
}

/** Typography **/

#quantum h2 {
  color: white;
  font-size: 25px;
  line-height: 35px;
}

#quantum .text-primary {
  color: var(--quantum-primary-color) !important;
}

/** Buttons **/
#quantum .btn {
  line-height: 56px;
  border-radius: 60px;
  padding: 0 40px;
  background: var(--quantum-primary-color);
  color:var(--quantum-dark);
  border: 2px solid transparent;
  font-weight: bold;
}
#quantum .btn-secondary {
  background: #000;
  border-color: var(--quantum-primary-color);
  color: white;
}

#hero {
  position:relative;
  padding-top: 50px;
  overflow: hidden;
  height:600px;
  display: flex;
  align-items: center;
}
.hero-content {
  position: relative;
  z-index:2;
}

.hero-content h1 {
  font-size: 36px;
  line-height: 48px;
}
.hero-content h1 em {
  font-weight: 400;
  font-style: normal;
}

.hero-content h1 + p > a {
  font-size: 14px;
  color: white;
  text-decoration: underline;
}

.hero-content p {
  max-width: 500px;
  font-size: 16px;
  line-height: 24px;
  max-width: 500px;
  margin: 20px 0;
}

.hero-image {
  position: absolute;
  right: 0;
  top:0;
  bottom:0;
  left:0;
  z-index:1;
}
.hero-image img {
  display: block;
  position:absolute;
  right:0;
  bottom:0;
}

body.rtl .hero-image img {
  right:auto !important;
  left: 0 !important;
}

@media (max-width:1024px) {
  .hero-content h1 {
    max-width: 420px;
  }
  .hero-content p {
    max-width: 420px;
  }
  .hero-image img {
    right:-100px;
  }
}

@media (max-width:960px) {
  #hero {
    height:auto;
    padding-bottom: 50px;
  }
  .hero-content p {
    max-width: 260px;
    font-size: 14px;
  }
  .hero-image img {
    right:-70px;
    height:520px;
    width:auto;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 20px;
    line-height: 27px;
    max-width:100%;
  }
  .hero-content > img {
    display: block !important;
    position: relative;
    bottom:-40px;
    z-index:-1;
  }
  .hero-image {
    display: none;
  }
  .hero-content {
    width:100%;
    text-align: center;
  }
  .hero-content p {
    max-width: 500px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    color: white !important;
  }

  .hero-content .btn {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .flying-chat {
    z-index: 9;
  }
}

/** packages **/

.quantum-package-first,
.quantum-package-card {
  min-height: 375px;
}

.quantum-package-first {
  background: #28343A;
  height: 100%;
  border-radius:12px;
  display: flex;
  align-items: center;
  padding: 50px 40px;
  text-align: center;
  justify-content: center;
}

.quantum-package-first h2 {
  max-width: 220px;
  margin:auto;
  font-size: 30px;
}

@media (max-width: 768px) {
  .quantum-package-card {
    padding: 40px 30px !important;
  }
  .quantum-package-first h2 {
    font-size: 28px !important;
    line-height: 40px !important;
    max-width: 250px !important;
  }
}

@media (max-width: 580px) {
  .quantum-package-first h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}


.quantum-package-card {
  /* border: 2px solid var(--quantum-primary-color); */
  border-radius: 12px;
  background: white;
  padding: 50px 40px;
}
.quantum-package-card h3 {
  font-size: 20px;
  color: #28343A;
}
.quantum-package-card small {
  color: #28343A;
}
.qpc-exposure span {
  font-size: 32px;
  font-weight: 700;
  color: #28343A;
}
.qpc-cost span {
  font-size: 19px;
  font-weight: 700;
}
.qpc-features,
.quantum-package-card p {
  color: #28343A;
}

.mt-4 {
  margin-top: 2rem !important;
}

.packages-grid {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.packages-grid > div > div {
  margin-bottom: 30px;
}

/** section help */
.need-help {
  background: var(--quantum-primary-color) !important;
}

@media (max-width: 1200px) {
  .packages-headline {
    text-align: center;
  }
}

/**
  * Splide
  */

@media (min-width: 580px) and (max-width: 1200px) {
  #splide {
      max-width: 80%;
      margin: auto;
    }
  }

  .splide__list {
      transition: height .1s, transform .4s cubic-bezier(.25, 1, .5, 1) 0s !important;
    }

  .splide__arrow {
    background: none;
    opacity: 1;
  }

  .splide__arrow--prev {
    left: -60px;
    transform: rotate(180deg) translateY(50%);
  }

  .splide__arrow--next {
    right: -60px;
    transform: rotate(180deg) translateY(50%);
  }

  .splide__arrow svg {
    fill: none !important;
    width: 40px !important;
    height: 40px !important;
  }

  .splide__pagination {
    bottom: -35px;
  }

  .splide__pagination__page {
    transform: none !important;
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #A7B5C9;
    margin-left: 10px;
  }

  .splide__pagination__page.is-active {
    background: var(--quantum-primary-color) !important;
    opacity: 1;
    border-color: var(--quantum-primary-color) !important;
  }  