@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Regular.woff2") format("woff2"),
    url("../fonts/MyriadPro-Regular.woff") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf") format("truetype"),
    url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Bold.woff2") format("woff2"),
    url("../fonts/MyriadPro-Bold.woff") format("woff"),
    url("../fonts/MyriadPro-Bold.ttf") format("truetype"),
    url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --card-pad-x: clamp(14px, -3.375rem + 4vw, 25px);
  --card-pad-y: clamp(20px, -3.375rem + 4vw, 25px);
  --bg-LightSeaGreen: #a3e90e;
}

body {
  font-weight: normal;
  color: #3a3a3a;
  font-family: 'Inter', sans-serif;
}

.LightSeaGreen {
  background-color: var(--bg-LightSeaGreen);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #020202;
  font-weight: 400;
}

.big-font {
  font-size: 143px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
}
.medium-font {
  font-size: 72px;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 50px;
font-weight:bold;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
  max-width: 100%;
}

.btn {
  font-size: 21px;
  color: #181818;
  border-width: 1px;
}

.btn-theme {
  padding: 15px;
  line-height: 1;
  transition: all 0.3s ease-in-out !important;
  background: var(--bg-LightSeaGreen);
  border-color: var(--bg-LightSeaGreen);
  min-width: 180px;
  word-break: break-word;
  border-radius: 8px;
  box-shadow: none !important;
color:#fff;
}

.btn-theme:hover,
.btn-theme:focus-visible,
.btn-theme:active {
  background: #181818 !important;
  border-color: #181818 !important;
  color: var(--bg-LightSeaGreen);
}

.btn-grey {
  padding: 15px;
  line-height: 1;
  transition: all 0.3s ease-in-out !important;
  background: #ececec;
  border-color: #d6d6d6;
  min-width: 180px;
  word-break: break-word;
  border-radius: 8px;
  box-shadow: none !important;
}

.btn-grey:hover,
.btn-grey:focus-visible,
.btn-grey:active {
  background: #181818 !important;
  border-color: #181818 !important;
  color: var(--bg-LightSeaGreen);
}


.container-fluid {
  padding: 0 38px;
}

/*header*/
.navbar-brand {
  outline: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.nav-link:focus,
.nav-link:hover {
  color: var(--bg-LightSeaGreen);
}
.nav-link {
  font-size: 18px;
  color: #191919;
}

/*banner*/
.keep:before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  background: var(--bg-LightSeaGreen);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.stroke {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.stroke:before {
  content: "";
  position: absolute;
  width: 157px;
  height: 5px;
  display: inline-block;
  background: var(--bg-LightSeaGreen);
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 7px;
  transform: rotate(-4deg);
  z-index: -1;
}

.theme-title .stroke:before {
  bottom: 2px;
}

/**/
.card-price {
  font-family: "Myriad Pro";
  font-weight: normal;
}
.cardPrice {
  border-width: 2px;
  border-color: #e8e8e8;
}
.cardPrice.standard {
border-color:#a3e90e;
}
.cardPrice .card-header {
  border-color: #e8e8e8;
  padding: 35px 20px;
}
.cardPrice h3{font-weight:bold;}
.cardPrice .card-body {
    padding: 35px 40px;
    margin-bottom: 55px;
}
.PriceListUls {
  padding: 0;
  margin: 0;
}
.PriceListUls li {
  list-style: none;
  margin-bottom: 20px;
}
.PriceListUls h6 {
    color: #444444;
    display: flex;
    align-items: flex-start;
    margin: 0;
    font-weight: 400;
    /* font-size: 16px; */
}

.PriceListUls h6 svg {
    flex-shrink: 0;
    margin-right: 13px;
    position: relative;
    top: -3px;
    background: #a3e90e;
    padding: 5px;
    width: 23px;
    height: 23px;
    fill: #fff;
    border-radius: 50px;
}

.PriceListUls h6 svg path {
    fill: #fff;
}

.cardPrice .card-footer {
  padding: 0px 20px 20px;
}

.recommend {
    color: #fff;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 12px 17px;
    margin: 0;
    display: inline-block;
    background-color: #a3e90e;
    border-radius: 8px;
    margin: auto;
    max-width: 230px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommend svg{margin-right:10px}
/*marquee*/
.marquee3k {
  overflow: hidden;
  width: 100%;
  background: rgb(171, 255, 222);
  background: linear-gradient(
    90deg,
    rgba(171, 255, 222, 1) 0%,
    rgba(196, 254, 168, 1) 50%,
    rgba(213, 203, 255, 1) 100%
  );
  padding: 29px 0;
}
.marquee3k h6 {
  color: #181818;
  font-size: 21px;
  margin-bottom: 0;
  text-transform: uppercase;
  vertical-align: -webkit-baseline-middle;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.marquee3k__copy img {
  margin: 0 50px;
  display: inline-block;
}
.marquee3k__copy + .marquee3k__copy {
  margin-left: 140px;
}

/*testimonial*/
.testimonial figcaption {
  font-size: 16px !important;
  color: #3a3a3a !important;
  line-height: normal;
}
.testimonial .slick-slide {
  margin: 0 15px;
}
.testimonial .slick-list {
  margin: 0 -15px;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #656565;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: -19px;
}
[dir='rtl'] .slick-prev{
    right: -19px;
    left: auto;
}
.slick-prev:before{
  content: '';
  background: url(../images/arrow.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[dir='rtl'] .slick-prev:before{
    content: '';
    background: url(../images/arrow.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    display: inline-block;
}
.slick-next{
    right: -19px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -19px;
}
.slick-next:before{
  content: '';
  background: url(../images/arrow.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
}
[dir='rtl'] .slick-next:before{
  content: '';
  background: url(../images/arrow.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*footer*/
footer .figure-caption{
  color: #a8a8a8;
  font-size: 15px;
}
footer a {
  color: #656565;
}
footer a:hover {
  color: var(--bg-LightSeaGreen);
}

/*static-page*/
.static-page li, .static-page p {
  color: #6c6c6c;
  font-size: 15px;
}
.static-page li {
  margin-bottom: 10px;
}
.static-page h5 {
  margin-top: 30px;
}
.static-page a{
  color: #a3e90e;
}
.login-pic {
  overflow: hidden;
  height: 100%;
  width: 100%;
}


.text-bg-secondary {
    color: #3a3a3a!important;
    background-color: RGBA(247,247,247,var(--bs-bg-opacity,1))!important;
}

.card {
    --bs-card-border-width: 2px;
    --bs-card-border-color: #e8e8e8;
    --bs-card-border-radius: 0;

}

.avtar-xl {
    width: 75px;
    background-color: #a3e90e;
    padding: 16px;
    height: 75px;
}
.avtar-xl img{width:100%}

.small-step {
    text-transform: uppercase;
    color: #a3e90e;
    margin-bottom: 10px;
    display: block;
}

.how-image {
    max-width: 180px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #f7f7f7;
    --bs-accordion-border-width: 0px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1.55rem;
    --bs-accordion-btn-padding-y: 1.2rem;


    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #a3e90e;
}

.accordion-item{margin-bottom:10px}

.accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(1000%);
}


.form-control, .form-select {
    padding: 15px 20px;
    font-size: 1rem;
    color: #212529;
    border: 2px solid #e8e8e8;
    border-radius: 0;
box-shadow:none !important;
}

.contact-section{
padding-top:100px;
padding-bottom:100px;
}

.form-control:focus {
    border-color: #a3e90e;

}

.payment-icons img{max-height:50px}



.pricing-checkbox {
    position: relative;
    max-width: 385px;
    margin: auto;
    border-width: 1px;
    border-color: #f7f7f7;
    border-style: solid;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
}

.priceFlex {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  margin: auto;
  padding: 8px 12px;
  cursor: pointer;
}

.priceFlex .spanMain {
  color: #303030;
  width: 230px;
  text-align: center;
  font-weight: 400;
  transition: all linear 0.2s;
  font-size: 16px;
}

.spanMain small {
  font-size: 11.59px;
}

.priceFlex .text-neon {
    
}

.priceFlex .badge {
  --bs-badge-padding-x: 8px;
  --bs-badge-padding-y: 5px;
  --bs-badge-border-radius: 6px;
  margin-left: 15px;
  font-weight: 600;
}

.text-bg-success {
  color: #54af76 !important;
  background-color: #bef4d2 !important;
}

.pricing-checkbox .text-bg-success {
  color: #148652 !important;
  background-color: #63ffb7 !important;
}

.annual {
    width: calc(50% - 0px);
    height: calc(100% - 0px);
    border-radius: 8px;
    position: absolute;
    cursor: pointer;
    transition: all linear 0.2s;
    background-color: #a3e90e;
}

.pricing-checkbox.anually .annual {
  margin-left: 50%;
}

.pricing-body-plans > div {
  display: none;
}

.pricing-body-plans > div.active {
  display: block;
}

.text-primary{color:var(--bg-LightSeaGreen) !important;}


.logPage{padding: 38px;}
.googleBtn {
    border: 1px solid #2e2e2e;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    background-color: #191919;
transition:all ease 0.2s;
}
.googleBtn:hover, .googleBtn:active, .googleBtn:focus{background-color:#333; color:#fff;}

.mobile-video {
    width: 300px;
    height: 620px;
    background-color: #fff;
    border-radius: 40px;
    border: 3px solid #eeeeee;
    margin-left: auto;
    box-shadow: 10px 10px 0px 0px #f1f4f6;
}

.checklists{list-style:none; padding-left:0;}
.checklists li {
    color: #656565;
    font-size: 22px;
    margin-bottom: 16px;
display:flex;

}
.checklists li svg {
    color: #a3e90e;
    margin-right: 10px;
    min-width: 33px;
}

.btn-primary {
    --bs-btn-color: #020202;
    --bs-btn-bg: #a3e90e;
    --bs-btn-border-color: #a3e90e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a3e90e;
    --bs-btn-active-border-color: #a3e90e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a3e90e;
    --bs-btn-disabled-border-color: #a3e90e;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 0;
}

.btn-primary:hover svg, .btn-primary:active svg, .btn-primary:focus svg{
	color:#fff;
}