:root {
  --primary: #00cc83;
  --black: #000000;
  --dark: #10393b;
  --dark-secondary: #041637;
  --white: #ffffff;
  --color-primary: #00cc83;
  --color-heading: #04000b;
  --color-paragraph: #666666;
  --bg-gradient-reverse: linear-gradient(90deg, #04ab71 0%, #0adb92 100%);
}

body,
html {
  overflow-x: hidden;
}

.section {
  padding: 100px 0;
}

.rounded {
  border-radius: 12px !important;
}

.bg-primary-linear-gradient {
  background: linear-gradient(90deg, #00cc83, #33ecb1);
}

.main-btn {
  color: #fff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #00cc83;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: background 0.3s, border 0.3s, color 0.3s;
  position: relative;
  padding: 20px 36px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.main-btn:hover {
  color: #fff;
  background: #212529;
}
.main-btn:hover svg path {
  stroke: #00cc83;
}
@media (max-width: 1320px) {
  .main-btn {
    font-size: calc(14px + 2 * (100vw - 375px) / 945);
    line-height: calc(16px + 2 * (100vw - 375px) / 945);
  }
}

.promo-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #09a26c, #00cc83, #33ecb1);
  color: white;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.3;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
.promo-banner__content {
  flex: 1;
  font-size: 18px;
}
.promo-banner__content a {
  color: white;
  font-weight: bold;
}
.promo-banner__close {
  background: none;
  border: none;
  padding: 0;
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .promo-banner {
    padding: 16px 8px;
  }
  .promo-banner .container {
    padding: 0;
  }
  .promo-banner__content a {
    font-size: 14px;
    line-height: 1.5;
  }
  .promo-banner__close {
    margin: 0 4px 0 12px;
  }
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding: 8px 12px;
}

.form-floating > .form-control,
.form-floating > .form-select,
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding: 8px 12px;
}
.form-floating > label {
  padding: 8px 12px;
  font-size: 15px;
}
.form-floating > .form-select ~ label {
  display: none;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: var(--primary);
  height: auto;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  background: #fff;
  padding: 0 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: var(--primary);
  height: auto;
}
.form-floating > .form-control:focus,
.form-floating .form-select:focus {
  box-shadow: none;
  border-color: var(--primary);
}

.heading {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: -5px;
  font-size: 42px;
  line-height: 1.3;
}

.heading span {
  font-weight: 400;
}

.site-heading {
  margin-bottom: 60px;
}

.site-heading strong {
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.sub-heading {
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
  background: var(--bg-gradient-reverse);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.banner-shape-right-top {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 40%;
  z-index: -1;
  opacity: 0.1;
}

.banner-style-area {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}

.banner-shape-right-top {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 40%;
  z-index: -1;
  opacity: 0.1;
}

.banner-style .content {
  padding-top: 150px;
  padding-bottom: 80px;
}

.banner-style .thumb {
  padding-right: 21%;
  margin-top: 80px;
  position: relative;
}

.banner-style .thumb > img {
  border-radius: 30px;
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.2));
}

.banner-style h2 {
  font-weight: 600;
  font-size: 50px;
  color: white;
}

.banner-style p {
  font-size: 20px;
  line-height: 1.7;
  color: white;
}

.banner-style .thumb .inner-thumb {
  position: absolute;
  right: 0;
  top: 150px;
  max-width: 40%;
}

.banner-style h2 strong {
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.banner-style h2 strong::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape-circle.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.banner-app-features {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-app-features li {
  color: var(--color-heaidng);
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.banner-app-features li:first-child {
  margin-top: 0;
}

.banner-app-features li h4 {
  color: var(--color-heading);
  margin: 0;
  font-weight: 600;
}

.banner-app-features li i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 76px;
  background: var(--color-primary);
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 3px solid var(--white);
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.1);
}

.banner-app-features li i::after {
  position: absolute;
  left: -10px;
  bottom: -10px;
  content: "";
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: var(--white);
  z-index: -1;
  opacity: 0.1;
}

.banner-app-features li span {
  display: block;
  color: var(--color-heading);
}

.banner-app-features li:nth-child(2n) i {
  background: var(--dark);
}

.banner-style h2 strong {
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.bg-contain-right-bottom {
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.relative {
  position: relative;
}

.description-layout-one h2 {
  margin-bottom: 25px;
}

.title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.3;
}

.list-check {
  margin-top: 30px;
  padding-left: 0;
}

.list-check li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-top: 10px;
}

.list-check li:first-child {
  margin-top: 0;
}

.list-check li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 100;
  color: var(--primary);
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.feature-style-one {
  padding: 50px 30px;
  box-shadow: 0 8px 30px rgba(0, 204, 131, 0.12);
  border-radius: 12px;
  margin-top: 30px;
  background: var(--white);
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
}

.feature-style-one:first-child {
  margin-top: 0;
}

.feature-style-one h4 {
  font-weight: 600;
  margin: 0;
  color: var(--dark);
}

.feature-style-one p {
  margin-top: 15px;
  color: var(--dark-secondary);
  line-height: 1.6;
}

.feature-style-one i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
  color: var(--dark);
  transition: color 0.3s ease;
}

.feature-style-one:hover i {
  color: var(--primary);
}

.feature-style-one.active {
  border: 2px solid var(--primary);
  box-shadow: 0 0 0 4px rgba(0, 204, 131, 0.15);
  z-index: 1;
}

.feature-style-one.active i {
  color: var(--primary);
  margin-bottom: 20px;
}

.feature-style-one.active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--primary);
  opacity: 0.07;
  z-index: -1;
  border-radius: 12px;
}

.feature-style-one-box {
  position: relative;
  z-index: 1;
}

.feature-shape {
  position: absolute;
  left: -25%;
  bottom: -30px;
  z-index: -1;
  max-width: 43%;
  transform: rotate(45deg);
  opacity: 0.2;
}

#feature.bg-contain-right-bottom {
  background-size: 12%;
  background-position: right bottom 8%;
}

.btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 150px;
}

.btn-primary {
  background-color: var(--primary, #00cc83);
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #00b373;
}

.btn-outline-primary {
  background-color: transparent;
  color: var(--primary, #00cc83);
  border: 2px solid var(--primary, #00cc83);
}

.btn-outline-primary:hover {
  background-color: var(--primary, #00cc83);
  border-color: var(--primary, #00cc83);
  color: #fff;
}

.faq-style {
  position: relative;
  z-index: 1;
}
.faq-style .accordion-item {
  background: transparent;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}
.faq-style .accordion-header {
  margin-bottom: 0;
}
.faq-style .accordion-body {
  padding-left: 0px;
  padding-top: 25px;
}
.faq-style .accordion-body p:last-child {
  margin: 0px;
}
.faq-style .accordion-collapse {
  border: none;
}
.faq-style button.accordion-button {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 600;
  padding: 25px 0 !important;
  background: transparent !important;
  padding-right: 60px !important;
  position: relative;
  box-shadow: inherit;
  border: none;
  border-bottom: 2px solid var(--color-heading) !important;
  border-radius: inherit !important;
}
.faq-style .accordion-button::after {
  filter: brightness(0.5);
  margin-right: -30px;
}

@media only screen and (min-width: 1200px) {
  .container-sm {
    max-width: 1100px;
  }
}
.shape-left-bottom-extra {
  position: absolute;
  left: 0;
  bottom: 20%;
  max-width: 6%;
  z-index: -1;
}

.shape-globe {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.8;
}

.shape-globe img {
  animation: rotate-animation 30s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-contain-green {
  background: #e8f9f1;
  position: relative;
  z-index: 1;
}
.bg-contain-green::after {
  position: absolute;
  right: -20%;
  bottom: 0;
  content: "";
  height: 50%;
  width: 70%;
  background: var(--bg-gradient-reverse);
  z-index: -1;
  border-top-left-radius: 30px;
}

.paper {
  background: #fff;
  padding: 60px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.paper::after {
  position: absolute;
  right: -15px;
  bottom: -15px;
  content: "";
  top: 30px;
  left: 30px;
  background: var(--white);
  z-index: -1;
  border-radius: 10px;
  opacity: 0.6;
}

@media only screen and (max-width: 992px) {
  .banner-style-area {
    background-size: auto 50%;
  }
  .banner-app-features {
    position: unset;
    transform: none;
    margin-top: 50px;
  }
  .banner-style .thumb {
    padding-right: 0;
    margin-top: 48px;
  }
  .banner-style .content {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .banner-style .content {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .default-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #feature .container > div > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature-style-one {
    border: 2px solid var(--primary);
    box-shadow: 0 0 0 4px rgba(0, 204, 131, 0.15);
    z-index: 1;
  }
  .feature-style-one :after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--primary);
    opacity: 0.07;
    z-index: -1;
    border-radius: 12px;
  }
  .feature-style-one.active:after {
    background: var(--primary);
    opacity: 0.07;
    z-index: -1;
  }
  .feature-style-one-box {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .default-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-style h2 {
    font-size: 34px;
  }
  .banner-style p {
    font-size: 18px;
  }
  .banner-style .content {
    padding-top: 132px;
  }
  #feature.bg-contain-right-bottom {
    padding-top: 0;
  }
  .title {
    font-size: 28px;
  }
  .feature-style-one {
    padding: 32px 24px;
  }
  .feature-style-one:first-child {
    margin-top: 30px;
  }
  .faq-style button.accordion-button {
    text-align: left;
    font-size: 16px;
  }
  .container-sm > div > .row {
    flex-direction: column-reverse;
  }
  .faq-style .accordion-button::after {
    margin-right: -48px;
  }
  shape-left-bottom-extra {
    position: absolute;
    left: auto;
    right: 0;
    opacity: 0.8;
    bottom: 28%;
    max-width: 20%;
    z-index: -1;
    transform: rotateY(180deg);
  }
  .banner-style-area {
    background-size: auto 40%;
  }
  .banner-style .thumb > img {
    border-radius: 12px;
  }
  .feature-style-one-box {
    margin-top: 20px;
  }
}/*# sourceMappingURL=onepage-ai.css.map */