.header-logo-image {
    width: 50px;
    height: 50px;
}
.site-header {
    z-index: 10;
}
.site-header .container.z_o {
    max-width: 70%;
}
.header-brand {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header.site-header h1.m-0 {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dow-btn {
    width: 190px;
    height: 50px;
    color: #444;
    font-weight: bold;
    background: #f9f9f9;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.hero-title {
    font-size: 70px;
    line-height: 80px;
}
.hero-paragraph {
    color: #fff;
    margin-top: 1em;
}
.hero {
    z-index: 100;
    /*background-image: url('src/images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;*/
    margin-top: -110px;
    padding-top: 110px;
    min-height: 500px;
    display: flex;
    position: relative;
    overflow: hidden;
    max-height: 100%;
    padding-bottom: 2em !important;
}
.hero:before {
    background: #0000008c;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: '';
    display: flex;
}
.hero-bg {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: -1;
}
.hero-copy {
    margin-top: 2em;
}
.hero-cta {
    margin-top: 1em;
}
.site-header::before {
    display: none !important;
}
.hctb {
    display: inline-flex;
    background: #f9f9f9 !important;
    flex-direction: row;
    padding: unset;
    height: 53px;
    width: 180px;
    border-radius: 6px !important;
    color: #000 !important;
    align-items: center;
    justify-content: center;
}
.hctb img {
    width: 32px;
    height: 32px;
}
.hctb > span {
    margin-left: 10px;
    height: 35px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.hctb .hctb-d {
    font-size: 12px;
    text-transform: capitalize;
}
.hctb .hctb-s {
    font-size: 18px;
    text-transform: capitalize;
}
.hero-slides {
    display: flex;
    flex-direction: row;
    overflow: auto;
    width: 100%;
    margin-top: 1.5em;
    padding: 1em 0;
}
.hero-slides-inner {
    height: auto;
    display: flex;
    flex-direction: row;
    animation: scrollImg 20s infinite linear;
}
.hero-slides img {
    height: auto;
    min-width: calc((100% / 7) - 15px);
    width: calc((100% / 7) - 15px);
    margin-right: 15px;
    border-radius: 6px;
    background: #DDD;
    display: inline-flex;
    background: #525252c4;
}

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

.features-inner._one .feature {
    width: 45% !important;
    max-width: 500px;
    flex-grow: 1;
    padding-bottom: 0px !important;
}

h4.feature-title {
    font-size: 32px;
}

.elli-1 {
    position: absolute;
    top: -50%;
    z-index: -1;
    width: 600px;
    left: calc((100% - 600px) / 2);
}

.elli-l {
    position: absolute;
    left: 0px;
}

strong.feature-title {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 18px;
    display: flex;
    font-size: 25px;
}

.has-bottom-divider::after {
    background: #323131;
}

@keyframes scrollImg {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/*@keyframes scrollImg {
  0% {
    transform: translate3d(0, 0, 0);
 }
  100% {
    transform: translate3d(calc(-100%  - 15px), 0, 0); 
 }
}*/

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
/*  background: #f1f1f1;*/
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
/*  background: #888;*/
  background: transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
/*  background: #555;*/
  background: transparent;
}

.review-list {
  display: flex;
  width: 100%;
  height: 280px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  overflow: auto;
}

.frev .container.has-bottom-divider {
  padding-bottom: 45px;
}

.review-scroll {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.review-item {
  display: inline-flex;
  /*margin: .5em;*/
  border-radius: 6px;
  width: 150px;
  height: calc(150px * 1.5);
  background: rgba(48, 47, 76, 0.42);
  overflow: hidden;
  transition: 250ms ease-in-out all;
  
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  margin-right: 7px;
  margin-Left: 7px;
  cursor: pointer;
  position: relative;
}

.review-item:hover {
  transform: translateY(-10px);
}

.review-thumbnail {
  min-width: auto;
  display: flex;
  border-radius: 6px;
  min-height: 100%;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0.1);
}

.review-poster {
  width: 40px;
  height: calc(40px * 1.5);;
  border-radius: 6px;
  background-color: black;
  position: absolute;
  z-index: 10;
  bottom: 2px;
  left: 3px;
}

.review-rate {
  position: absolute;
  flex-direction: row;
  height: 22px;
  top: 2px;
  left: 3px;
  z-index: 10;
  display: flex;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.review-rate > img {
  height: 14px;
  width: 14px;
}

.review-rate > span {
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
}

.hero-figure {
  overflow: hidden;
  position: relative;
}

.banner-scroll {
  display: flex;
  overflow: auto;
  /*margin-left: 10px;*/
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}

.banner-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  width: calc((((1128px - 48px) / 2) * 3) + 6px);
}

.banner-image {
  border-radius: 1em;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 1px 2px 5px rgb(68 60 234 / 68%);
  /*width: calc((1128px - 48px) / 2) !important;*/
  /*height: calc(((1128px - 48px) / 2) / 1.779);*/
  width: 520px !important;
  height: calc(520px / 1.779);
  margin: 10px;
}

.banner-container figure {
  margin: 0px !important;
  scroll-snap-align: start;
  position: relative;
  
  width: 540px !important;
  height: calc(540px / 1.779);
}


.banner-container figure span {
  left: 22px;
  color: #fff;
  bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  padding-left: 10px;
  border-left: 5px solid #2e2798;
}

.banner-slides {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
}

.banner-btn-slide {
  width: 16px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  border: 0px;
  margin: 3px;
}

.banner-btn-slide.active {
  background: #fff;
}

.anime-ready .has-animations .hero-figure::before, .anime-ready .has-animations .hero-figure::after {
  transition: 0s ease-out all !important;
  display: none !important;
}

.feature-inner._one {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features.section._one {
    margin-top: -50px;
    position: relative;
}

.feature-inner._one p.text-sm {
    color: #fff;
}

.features._one .section-inner {
    padding-bottom: 0px !important;
}

.features._two {
    margin-top: -20px !important;
}

.features.section._three {
    margin-top: 25px;
}

.features.section._three .hero-title {
    margin-top: 1.5em;
    text-align: center;
    font-size: 45px !important;
}

.features-inner._three {
    padding-top: 27px;
}

.features.section._four .hero-title {
    margin-top: 1.5em;
    text-align: center;
    font-size: 35px !important;
}

.features.section._four {
    margin-top: 25px;
}

.features.section._four .hero-cta {
    display: flex;
    justify-content: center;
}

.features-inner._four {
    padding: 0px !important;
    padding-bottom: 70px !important;
}

.pricing-table {
    position: relative;
    padding: 12px;
    width: 500px;
    max-width: 500px;
    flex-grow: 1;
}

.pricing-table::before {
    display: none;
}

.form-control {
    display: flex;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    padding: .5em 1em;
    background: transparent;
    border: 1px solid #4e4e4e;
    outline: none !important;
    color: #fff;
    font-size: 18px;
}

textarea.form-control {
    height: 140px;
    resize: none;
}

.hsvc {
    background: #443cea;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.feature.text-center-2 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hsvs {
    font-size: 100%;
    color: #fff;
    width: 100%;
    text-align: center;
}


.feature.text-center-2:hover .hsvc {
    opacity: .8;
}

figure.fia:before {
    display: flex;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    bottom: 0;
    right: 0;
    background: red;
    background: linear-gradient(0deg, black, transparent);
    z-index: 0;
}

figure.fia {
    display: flex;
    position: relative;
    border-radius: 15px;
    transition: 500ms ease-in-out;
    flex-direction: column;
}

figure.fia:hover {
    transform: translateY(-10px);
}

figure.fia img {
    border-radius: 15px;
    border: 0px solid #000;
}

figure.fia span {
    position: absolute;
    bottom: 5px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 100%;
    justify-content: center;
    padding: 0px 1em;
    height: 130px;
}

.mato {
    transform: scale(.8);
    margin: auto;
    border-radius: 1em;
}

.features-inner._one.mok {
  padding-top: 20px !important;
}

.juce {
    justify-content: center;
}

.button-primary {
    background: #443cea;
}

.button.button-primary.button-block {
    border-radius: 8px;
}

.imsg {
    width: 45px;
    margin: auto;
}

.fbti {
    height: 24px;
    width: 24px;
}

.fbti.tx {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #4d4d4d;
    transform: scale(1.1);
}

.pricing.contact .pricing-inner.section-inner {
    padding-top: 55px !important;
}

.pricing-table-header {
/*    padding-bottom: 0px !important;*/
    border-bottom: 0px !important;
}

.trans {
    fill: transparent;
}

.pricing-table-header label {
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    margin-left: 1px;
    margin-bottom: 5px !important;
    border: 0px !important;
    display: flex;
}

.pb-20 {
    padding-bottom: .8em !important;
}

.is-mobile {
    display: none !important;
}

.is-mobile-sm {
    display: none !important;
}