/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.common-button a, .common-button button {
  color: #212121;
  background: #E0FE67;
  padding: 16px 48px;
  font-weight: 700;
  border-radius: 8px;
  display: inline-block;
  outline: none;
}
@media all and (max-width: 1199px) {
  .common-button a, .common-button button {
    padding: 10px 30px;
  }
}

.main-title h1 {
  line-height: 110px;
  font-weight: 800;
}
@media all and (max-width: 1399px) {
  .main-title h1 {
    line-height: 90px;
  }
}
@media all and (max-width: 991px) {
  .main-title h1 {
    line-height: 50px;
  }
}
.main-title .dashline {
  position: relative;
  color: #E0FE67;
}
.main-title .dashline:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-image: url("../img/vectors/line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-height: 24px;
  z-index: 1;
  margin: auto;
  height: 100%;
}

.common-title .vector-icon {
  position: relative;
}
@media all and (max-width: 991px) {
  .common-title .vector-icon {
    padding-bottom: 20px;
  }
}
.common-title .vector-icon:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media all and (max-width: 1399px) {
  .common-title .vector-icon:after {
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width: 991px) {
  .common-title .vector-icon:after {
    width: 35px;
    height: 35px;
  }
}
.common-title .vector-icon.trust:after {
  background-image: url("../img/vectors/hand.svg");
  top: -70px;
  left: -40px;
}
@media all and (max-width: 1100px) {
  .common-title .vector-icon.trust:after {
    top: -40px;
  }
}
@media all and (max-width: 991px) {
  .common-title .vector-icon.trust:after {
    top: -30px;
    left: -30px;
  }
}
@media all and (max-width: 767px) {
  .common-title .vector-icon.trust:after {
    top: -31px;
    left: 0px;
  }
}
.common-title .vector-icon.thumbsup:after {
  background-image: url("../img/vectors/thumbsup.svg");
  top: -50px;
  right: -40px;
}
@media all and (max-width: 991px) {
  .common-title .vector-icon.thumbsup:after {
    top: -20px;
    right: -40px;
  }
}
.common-title .vector-icon.star:after {
  background-image: url("../img/vectors/star.svg");
  top: -25px;
  right: -60px;
}
@media all and (max-width: 1399px) {
  .common-title .vector-icon.star:after {
    top: -25px;
    right: -40px;
  }
}
@media all and (max-width: 991px) {
  .common-title .vector-icon.star:after {
    top: -10px;
    right: -30px;
  }
}
.common-title .vector-icon.smiley:after {
  background-image: url("../img/vectors/smiley.svg");
  top: -25px;
  left: -80px;
}
@media all and (max-width: 1399px) {
  .common-title .vector-icon.smiley:after {
    top: -20px;
    left: -60px;
  }
}
.common-title .vector-icon.question:after {
  background-image: url("../img/vectors/question.svg");
  top: -25px;
  right: -60px;
}
@media all and (max-width: 991px) {
  .common-title .vector-icon.question:after {
    top: -10px;
    right: -40px;
  }
}
@media all and (max-width: 767px) {
  .common-title .vector-icon.question:after {
    top: -10px;
    right: 0px;
  }
}
.common-title .vector-icon.envelope:after {
  background-image: url("../img/vectors/envelope.svg");
  top: -35px;
  right: -90px;
  width: 100px;
  height: 100px;
}
@media all and (max-width: 767px) {
  .common-title .vector-icon.envelope:after {
    top: -30px;
    right: -70px;
    width: 80px;
    height: 80px;
  }
}

.bg-graphic {
  position: relative;
  z-index: 1;
}
.bg-graphic:before {
  content: "";
  background-image: url("../img/photos/bg-lines.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  margin-right: auto;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .bg-graphic:before {
    width: 100%;
  }
}

.feature-list ul li {
  padding-bottom: 16px;
  color: #E0E0E0;
  text-align: left;
  position: relative;
  padding-left: 25px;
}
@media all and (max-width: 767px) {
  .feature-list ul li {
    text-align: center;
    font-weight: 600;
  }
}
.feature-list ul li:last-of-type {
  padding-bottom: 0;
}
.feature-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/vectors/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .feature-list ul li:before {
    display: none;
  }
}

.grey-text {
  color: #9E9E9E;
}

.font-14 {
  font-size: 14px;
}

.gap-50 {
  gap: 50px;
}

.w-50 {
  width: 50%;
}
@media all and (max-width: 991px) {
  .w-50 {
    width: 100% !important;
  }
}

.display-inline {
  display: inline-block;
}

.yellow-text {
  color: #E0FE67;
}

.yellow-bg {
  background-color: #E0FE67;
}

.big-font {
  font-size: 80px;
  font-weight: 700;
}
@media all and (max-width: 1399px) {
  .big-font {
    font-size: 60px;
  }
}
@media all and (max-width: 1199px) {
  .big-font {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  .big-font {
    font-size: 30px;
  }
}

.py-24 {
  padding: 24px 0px;
}
@media all and (max-width: 1199px) {
  .py-24 {
    padding: 15px 0px;
  }
}

.py-16 {
  padding: 16px 0px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-32 {
  padding-top: 32px;
}
@media all and (max-width: 767px) {
  .pt-32 {
    padding-top: 15px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.py-32 {
  padding: 32px 0px;
}
@media all and (max-width: 1399px) {
  .py-32 {
    padding: 20px 0px;
  }
}
@media all and (max-width: 767px) {
  .py-32 {
    padding: 10px 0;
  }
}

.pl-32 {
  padding-left: 32px;
}

.pr-0 {
  padding-right: 0;
}

.pr-32 {
  padding-right: 32px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}
@media all and (max-width: 1399px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 20px;
  }
}

.mx-1000 {
  max-width: 1000px;
  margin: auto;
}

.bg-line {
  position: relative;
  z-index: 1;
}
.bg-line:after {
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/photos/line-bg2.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.arrow-bend {
  position: relative;
}
.arrow-bend:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -90px;
  background-image: url("../img/vectors/arrow-bend.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .arrow-bend:after {
    bottom: -60px;
    width: 150px;
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  .arrow-bend:after {
    right: -80px;
    width: 65px;
    bottom: -15px;
  }
}

.line3 {
  position: relative;
}
.line3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/vectors/line3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.accordion .accordion-item {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #2C2C2C;
  margin-bottom: 24px;
  padding: 15px 24px;
}
@media all and (max-width: 1199px) {
  .accordion .accordion-item {
    padding: 8px 12px;
  }
}
.accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button {
  border-radius: 24px;
  background: #2C2C2C;
  color: #FAFAFA;
  border: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .accordion .accordion-item .accordion-button {
    font-size: 16px;
    padding: 10px;
  }
}
.accordion .accordion-item .accordion-button[aria-expanded=true] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  color: #E0FE67;
  transition: none;
}
.accordion .accordion-item .accordion-button:after {
  background-image: url("../img/vectors/plus.svg");
}
@media all and (max-width: 767px) {
  .accordion .accordion-item .accordion-button:after {
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
  }
}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("../img/vectors/minus.svg");
  transform: none;
}

.small-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media all and (max-width: 767px) {
  .accordion-body {
    padding: 10px;
  }
}

.black-text {
  color: #000;
}

.mw-800 {
  max-width: 800px;
}/*# sourceMappingURL=common.css.map */