* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Avenir-Black.ttf);
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Avenir-Heavy.ttf);
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Avenir-Medium.ttf);
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Avenir-Regular.ttf);
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 350;
    src: url(../fonts/Avenir-Book.ttf);
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Avenir-Light.ttf);
}

@font-face {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Satoshi-Bold.otf);
}

@font-face {
    font-family: 'Mori Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MoriGothic-Regular.ttf);
}

@font-face {
    font-family: "Be Vietnam";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/BeVietnamPro-Medium.ttf);
}

body {
    font-family: 'Avenir';
    background: #FAFCF3;
}

h1 {
    font-size: 82.908px;
    font-weight: 800;
}

h2 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    line-height: 74px;
    color: #222223;
}

h3 {
    font-size: 36px;
    font-weight: 800;
}

h4 {
    font-size: 24px;
    font-weight: 800;
    color: #D20049;
}

/* h2 span {
    border: 3px solid #F02A6F;
    border-radius: 80%;
} */

p {
    font-weight: 300;
}

.before,
.after {
    position: relative;
}

.relative-section {
    position: relative;
    z-index: 111;
}

.why-nitisi .relative-section {
    z-index: 0;
}

.modal-body {
    text-align: center;
    padding: 0;
}

.modal-content {
    margin: 0 10px;
    gap: 34px;
    padding: 20px;
    border-radius: 20px;
}

.swiper-button-next-two,
.swiper-button-prev-two {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next-two:after,
.swiper-button-prev-two:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 0;
}

.swiper-button-next-two,
.swiper-rtl .swiper-button-prev-two {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-prev-two,
.swiper-rtl .swiper-button-next-two {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next-two.swiper-button-disabled,
.swiper-button-prev-two.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-horizontal>.swiper-scrollbar-two,
.swiper-scrollbar-two.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2* var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-two {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.container-bg {
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 45px;
    height: 66px;
}

.before::before,
.after::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.add-width {
    padding-bottom: 60.25%;
    position: relative;
    display: block;
    width: 100%;
}

.add-width iframe {
    position: absolute;
    top: 0;
    left: 0;
}

header .header-modal {
    display: flex;
    align-items: center;
    gap: 15px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: slide-down 0.7s;
    z-index: 1045;
}
.fixed-header .navbar{
    padding-bottom: 0;
}
.modal-dialog {
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
    max-width: 950px;
}

.btn-close {
    background: url(../close-modal.svg) no-repeat right;
    width: 100%;
    opacity: 1;
}

.modal-header {
    border-bottom: 0;
    padding: 0;
    height: 32px;
}




@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar {
    padding: 20px 0;
}

.navbar-toggler,
.btn-close-menu,
.btn-user {
    position: absolute;
    right: 10px;
    background: #485C10;
    border-radius: 50px;
    padding: 0;
    width: 48px;
    height: 48px;
    border: 0;
}

.btn-user:hover {
    background: #485C10;
}

.btn-green.btn:focus-visible,
.btn-second-green.btn:focus-visible,
.btn-second-green.btn-check:checked+.btn-second-green.btn,
.btn-second-green.btn.active,
.btn-second-green.btn.show,
.btn-second-green.btn:first-child:active,
:not(.btn-second-green.btn-check)+.btn-second-green.btn:active,
.btn-green.btn-check:checked+.btn-green,
.btn-green.active,
.btn-second-green.btn.show,
.btn-green:first-child:active {
    color: #fff !important;
    border: 3px solid rgba(172, 229, 19, 0.48);
}
:not(.btn-green.btn-check)+.btn-green.btn:active, :not(.btn-second-green.btn-check)+.btn-second-green.btn:active{
    border: 1px solid #77A203;
    color: #fff !important;
}
.btn-green,
.btn-second-green {
    background: linear-gradient(90deg, #97C222 0%, #77A203 100%);
    border-radius: 45px;
    color: #fff;
    border: 1px solid #77A203;
    /* box-shadow: 0px 11px 23px 0px #97C2228F; */
    transition: all .2s ease-in-out;

}

.btn-green {
    font-size: 17px;
    font-weight: 350;
    line-height: 127%;
    padding: 13px 20px;
}

.btn-green:hover {
    background: linear-gradient(90deg, #77A203 0%, #97C222 100%);
    color: #fff;
    /* box-shadow: -3px -4px 23px 4px #97C2228F; */
}

.btn-second-green {
    background: linear-gradient(90deg, #77A203 0%, #97C222 100%);
    padding: 16px 13px 16px 14px;

}

.btn-second-green:hover {
    background: linear-gradient(90deg, #97C222 0%, #77A203 100%);
    /* box-shadow: -3px -4px 23px 4px #97C2228F; */
    color: #fff;
    gap: 0;
}

.btn-second-green .icon-img {
    transition: all 0.2s ease-in-out;
}

.btn-second-green:hover .icon-img {
    opacity: 0;
    width: 0;
   
}

.btn-white {
    border: 1px solid #F02A6F;
    border-radius: 45px;
    transition: all .3s ease-in-out;
    line-height: 20px;
    font-weight: 350;
line-height: 20px; /* 117.647% */
letter-spacing: 0.17px;
font-size: 17px;
padding: 15.03px 16.76px 14.01px 18.02px;
}

.btn-white:hover {
    background: #F02A6F;
    color: #fff !important;
}

.modal-flex,
.reviews-flex {
    gap: 20px;
}
/* .reviewsImg{
    margin-left: auto;
    max-width: 595.4px;
} */
.reviews img {
    border-radius: 12px;
}

.navbar-toggler-icon {
    background-image: url(../menu-button.svg);
    width: 23px;
    height: 20px;
}

.offcanvas.offcanvas-top {
    height: 100%;
    background: #FAFCF3;
    overflow: auto;
}

.offcanvas-flex {
    gap: 21px;

}

header .navbar .offcanvas-flex .btn-green {
    margin-right: 0;
}

.offcanvas-flex .btn-white,
.modal-flex .btn-white {
    padding: 11px 46.9px;
}

/* .offcanvas.offcanvas-top {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

.offcanvas.offcanvas-top.show {
    opacity: 1;
    visibility: visible;
} */
.offcanvas-header {
    margin-top: 20px;
}

.btn-close-menu,
.btn-user {
    position: unset;
}

.close-nav {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background-image: url(../close-menu-button.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-brand {
    margin: 0;
    padding-left: 0px;
}
.fixed-header .container-bg{
    padding-left: 24.63px;
}
.fixed-header .add-background{
   
    border-radius: 120px;
border: 1px solid #DEDEDE;
background: rgba(255, 255, 255, 0.64);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 350;
    line-height: 127%;
}
.header-modal .btn-green{
    line-height: 127%; 
}
.nav-link {
    position: relative;
    transition: all .2s ease-in-out;
    border-radius: 45px;
}

.navbar-expand-lg .navbar-nav{
    gap: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
    padding: 5px 10px 5px 20px;
}
.nav-link:hover::before,
.nav-link.active::before {
    content: '•';
    position: relative;
    left: -10px;
    font-size: 16px;
    top: 1px;
}

.nav-link:hover,
.nav-link.active {
    background-color: #ACE51329;
}

.btn-icon {
    display: inline-flex;
    gap: 15px;
    align-items: center;
}
.btn p, .btn, .get-start a{
    text-transform: lowercase; 
}

.banner .btn-icon p {
    margin: 0;
    font-size: 16px;
    max-width: unset;
    color: #fff;
    line-height: unset;
    font-weight: 400;
    line-height: 20px;
}

.icon-img {
    background-color: #293900;
    width: 24px;
    height: 24px;
    border-radius: 50px;
}
.banner .add-img{
    background: linear-gradient(157deg, rgba(255, 255, 255, 0.37) 15.05%, rgba(255, 255, 255, 0.13) 169.7%);
}
.add-img {
    position: relative;
    background: #fff;
    padding: 11px 12px 10px 13px;
    border-radius: 20px;
 
}

.banner .add-img:after{
    background: transparent;
    z-index: 1;
}
.add-img video {
    width: 100%;
    border-radius: 20px;
    background: #000;
}

.add-modal-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11;
}
.add-modal-icon img{
    width: 73.153px;
height: 73.153px;
backdrop-filter: blur(5px);
border-radius: 50%;
}
footer ul {
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 7px;
    padding: 0;
    margin-bottom: 0;
}

.footer-media p {
    white-space: nowrap;
    margin-bottom: 0;
}

.footer-media {
    display: flex;
    gap: 40px;
    justify-content: end;
    align-items: center;
}

.footer-media ul {
    gap: 35px;
    margin-top: -7px;
}

.add-flex-footer {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 29px;
    padding-left: 63px;
    padding-right: 90px;
}

footer {
    padding-bottom: 60px;
}

footer a,
footer p {
    color: #404041;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all .3s ease-in-out;
    line-height: 20px; 
}
.footer-logo{
    width: 96px;
height: 43px;
}
.footer-gap{
    row-gap: 29px;
}
footer a:hover {
    color: #73A534;
}

.copyright {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.copyright .last-p p {
    color: #7B827D;
}

hr {
    margin: 0;
}

.border-footer {
    max-width: 900px;
    width: 100%;
    margin-bottom: 3px;
}

.border-footer hr {
    border-top: 2px solid #565B58;
    opacity: 1;
}

.copyright p {
    white-space: nowrap;
    margin-bottom: 0;
    color: rgba(27, 27, 27, 0.35);
    font-size: 12px;
    font-weight: 400;
}

.banner {
    padding-top: 198px;
    background: rgb(255, 255, 255);
    background: linear-gradient(214deg, rgba(255, 255, 255, 1) 12%, rgba(151, 194, 34, 0.15) 31%, rgba(151, 194, 34, 0.03) 61%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 66px;
    background-size: cover;
}

.info-flex {
    display: flex;
    flex-direction: column;
    align-items: start;

}

.banner-flex {
    gap: 32px;
}

/* .reviews-flex {
    gap: 30px;
} */

.banner h1 {
    margin-bottom: 0;
    color: #222223;
    line-height: 87.645px;
}

.banner p {
    font-size: 20px;
    max-width: 410px;
    margin-bottom: 0;
    color: #535354;
    line-height: 35.532px;
}

.why-nitisi {
    padding-top: 100px;
    overflow: hidden;
}
.why-nitisi h2{
    font-size: 42px;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    --bs-gutter-x: 1.5rem;
    margin-bottom: 24px;
}
.reviews {
    padding-top: 134px;
}

.why-nitisi .card {
    padding: 0px 26.61px 26.5px;
    border: 1.11px solid #F3F4FE;
    min-height: 420px;
    transition: all .3s ease-in-out;
    border-radius: 12px;
}

.why-nitisi .card:hover {
    border: 1px solid #73A534;
    box-shadow: 0px 19.96px 66.53px rgba(115, 165, 52, 0.21);
}

.why-nitisi .card .img-icon {
    padding-bottom: 55.44px;
    padding-top: 66.53px;
}

.why-nitisi .card .img-icon::before {
    background: url(../box-shadow.svg) no-repeat left;
    z-index: 1;
    left: -62px;
}

.offcanvas-header {
    margin-left: 10px;
    margin-right: 10px;
}

.why-nitisi .card .card-title {
    min-height: 57px;
    color: #73A534;
    font-weight: 800;
font-size: 22.178px;
line-height: 130%; /* 28.831px */
}

.card-body {
    padding: 0;
}

.get-start img {
    padding: 11px;
    background: #97C222;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.get-start a:hover img {
    background: #73A534;
    rotate: 45deg;
}

.get-start a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #2D2D2D;
    text-decoration: none;
    font-size: 16.63px;
    font-weight: 350;
}

.why-nitisi .card p {
    min-height: 155px;
    font-size: 15.524px;
    color: #363049;
    line-height: 168.2%;
    margin-bottom: 4px;
    font-weight: 350;
}

.reviews-gap {
    row-gap: 47.17px;
}

.why-nitisi .swiper-scrollbar.swiper-scrollbar-horizontal,
.swiper-scrollbar-two.swiper-scrollbar-horizontal {
    top: unset;
    background: #fff;
    height: 10px;
    border-radius: 80px;
    position: unset;
    margin-top: 22.48px;
}

.swiper-button-flex {
    gap: 15px;
}

.swiper-scrollbar-drag {
    background: #97C222;
    border-radius: 80px;
}



.why-nitisi .swiper-button-next {
    right: unset;
    left: 70px;
}

.why-nitisi .swiper-button-next:after {
    content: url(../next-swiper.svg);
}

.why-nitisi .swiper-button-prev:after {
    content: url(../prev-swiper.svg);
}

.why-nitisi .swiper-button-next:after,
.why-nitisi .swiper-button-prev:after {
    line-height: 0;
}

.reviews h3 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 0;
    color: #222223;
    line-height: 59px;
}
.reviews p{
    color: #363049;
font-size: 18px;
font-weight: 300;
line-height: 190.7%; /* 34.326px */
letter-spacing: 0.1px;
opacity: .8;
max-width: 592px;
margin-bottom: 0;
}
.reviews .btn-white {
    padding: 15.03px 13.76px 14.01px 18.02px;
    font-size: 17px;
    width: 170px;
    height: 49px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.reviews .btn-green{
    padding: 13px 20px;
}
.resources .add-img{
    max-width: 662px;
    margin-left: auto;
    background: unset;
    padding: 0;
}
.resources .add-img img{
    border-radius: 20px;
}
.resources-bg {
    /* background: #EEF2DF; */
    padding: 23px 20px 24px 0;
    border-radius: 20px;
    border: 2px solid #425A00;
}
.resources .resources-bg{
    padding: 20px;
    background: #EEF2DF;
    border: 0;
}
.resources h2 {
    margin-bottom: 24px;
   
}

.resources .accordion-button:not(.collapsed),
.navTabsHeader {
    background: radial-gradient(102.55% 50% at 50% 50%, #97C222 32%, #759F04 59%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
}

.tutorials {
    background: #fff;
    border-radius: 30px;
    padding: 25px;
}

.resources {
    padding-top: 107.15px;
}

.resources .accordion-body {
    padding: 0 20px 20px 20px;
}

.resources .reviews-flex .btn-white {
    padding: 10px 47px;
}

.resources .accordion-body p,
.tab-pane p {
    font-size: 18px;
    color: #393939;
    font-family: "Mori Gothic";
    line-height: 170.7%;
    opacity: .8;
}
.frequentlyAskedQuestions .tab-pane p{
    font-size: 16px;
    color: #212121;
    line-height: 23px;
}
.resources .accordion-body p {
    margin-bottom: 18px;
    font-weight: 400;
}

.accordion-body p {
    margin-bottom: 0;
}


.resources-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.resources-flex .user {
    padding-left: 25px;
}

.resources .accordion-button.collapsed {
    color: rgba(41, 57, 0, 0.32);
    font-size: 36px;
    font-weight: 800;
    font-family: 'Satoshi';
    background: #EEF2DF;
    padding: 0;
    padding-left: 20px;
    line-height: 32px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    margin-bottom: 0;
}

.resources-flex .user h3:last-child {
    margin-bottom: 0;
}

.resources .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: none;
    padding: 20px;
    padding-bottom: 18px;
    font-family: 'Satoshi';
}

.resources .accordion-button:focus {
    border-color: transparent;
    box-shadow: none
}

.resources .accordion-button:not(.collapsed)::after,
.resources .accordion-button::after {
    background-image: unset;
}



.resources .accordion-item {
    border: 0;
    border-radius: 20px;
    margin-bottom: 50px;
    max-width: 481px;
}

.resources .accordion-item:last-child .accordion-body,
.resources .accordion-item:last-child {
    margin-bottom: 0;
}

.resources .btn-tab.active,
.resources .btn-tab:hover {
    background: rgba(151, 194, 34, 1);
    color: #fff;
}

.resources .btn-tab {
    background: #fff;
    border-radius: 50px;
    padding: 6px 15px;
}

.resources .nav-tabs {
    gap: 20px;
    border: 0;
}

.benefits {
    padding-top: 120px;
}

.benefits .benefits-row:nth-child(even) {
    flex-direction: row-reverse;
}

.benefits .benefits-row:last-child {
    margin-bottom: 0;
}

.benefits h2 {
    margin-bottom: 39px;
}
.benefits h2 span{
    display: inline-flex;
    height: 56px;
    align-items: center;
    padding: 0px 4px;
    margin-left: -6px;
}
.benefits-background::before {
    background: linear-gradient(251.15deg, #EEF2DF 20.77%, #F9FBF2 80.14%);
    border-radius: 50px;

}

.benefits-background::after {
    background: #fff;
    border-radius: 20px;

}

.benefits-background img {
    border-radius: 20px;
}
.benefits .benefits-row:nth-child(odd) .benefits-background img{
    width: 100%;
}
.benefits-background p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 130.7%; /* 13.07px */
}

.benefits .benefits-row:nth-child(odd) .benefits-background {
    padding: 50px 0px 47px 51px;
    justify-content: end;
}

.benefits .benefits-row:nth-child(odd) .benefits-background .benefits-left,
.benefits .benefits-row:nth-child(odd) .benefits-background .benefits-right {
    position: absolute;
    top: 45%;
    display: block;
    max-width: 123px;
    border-radius: 6px;
    background: #FFF;
    padding: 13px;
    border: 4px solid #f5fae9;
    z-index: 2;
    left: 30px;
    margin: unset;
}

.benefits .benefits-row:nth-child(odd) .benefits-background .benefits-right {
    right: -15px;
    left: unset;
}

.benefits-background .benefits-left,
.benefits-background .benefits-right {
    display: none;
}

.benefits .benefits-row:nth-child(odd) .benefits-background::before {
    rotate: -180deg;
}

.benefits .benefits-row:nth-child(odd) .benefits-background::after {
    background: url(../b003.png) no-repeat top;
    width: 97%;
    z-index: 1;
    left: 33px;
    top: 30.5%;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    max-width: unset;
    max-height: unset;
}

.benefits-background {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 57px;
}



.benefits-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 104px;
    align-items: center;
    gap: 52px;
    row-gap: 0;
}

.benefits .benefits-row .benefits-col-info {
    width: 41%;
}

.benefits .benefits-row .benefits-col-img {
    width: 53%;
}

.benefitsOfNitisi {
    /* background: rgba(238, 242, 223, 1); */
    padding: 20px 0 0;
    border-radius: 20px;
    gap: 20px;
}

.benefitsOfNitisi h4 {
    max-width: 440px;
    line-height: 120.7%;
}

.benefitsOfNitisi h4,
.benefitsOfNitisi p {
    margin-bottom: 0;
}
.benefitsOfNitisi p{
    color: #363049;
    line-height: 160.7%; /* 25.712px */
letter-spacing: 0.1px;
opacity: .8;
max-width: 478px;
}
.benefits h3 {
    color: rgba(72, 92, 16, 1);
    margin-bottom: 25px;
    padding-right: 60px;
    line-height: 130%;
}

.works-img {
    height: 270px;
    /* overflow: hidden; */
}

.works-img img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.How-it-works h2 {
    text-align: start;
    margin-bottom: 29px;
}
.How-it-works h2 span{
    border: 0;
}

.How-it-works .card {
    border: 2.69px solid rgba(151, 194, 34, 1);
    border-radius: 15px;
    transition: all .3s ease-in-out;
}



.worksSwiper {
    margin-bottom: 32px;
}

.How-it-works {
    padding-top: 104px;
    overflow: hidden;
    padding-bottom: 30px;
}

.worksSwiper .swiper-wrapper.initial-state,
.whyNitisiSwiper .swiper-wrapper.initial-state {
    transform: translate3d(0px, 0px, 0px) !important;
}


.How-it-works .swiper-button-next-two,
.How-it-works .swiper-button-prev-two, .why-nitisi .swiper-button-next, .why-nitisi .swiper-button-prev {
    top: 20px;
}

.How-it-works .swiper-slide:nth-child(even) .card {
    border: 2.69px solid rgba(255, 223, 0, 1)
}

.How-it-works .card:hover {
    background: #97C222;
}

.How-it-works .card:hover p,
.How-it-works .card:hover h5 {
    color: #fff;
    transition: all .3s ease-in-out;
}

.How-it-works .card:hover p:first-child {
    background: #6C8F0B;
}

.How-it-works .swiper-slide:nth-child(even) .card:hover {
    background: rgba(255, 229, 0, 1);
}

.How-it-works .swiper-slide:nth-child(even) .card:hover h5 {
    color: #3B3500;
}

.How-it-works .swiper-slide:nth-child(even) .card:hover p {
    color: #655B00;
}

.How-it-works .swiper-slide:nth-child(even) .card:hover .card-body p:first-child {
    background: #655B00;
    color: #fff;
}

.How-it-works .card-body {
    padding: 20px;
}

.How-it-works .card-body p:first-child {
    font-family: "Mori Gothic";
    background: rgba(151, 194, 34, 1);
    border-radius: 50px;
    color: #fff;
    width: 25.107px;
    height: 19.161px;
    font-size: 10.572px;
    display: flex;
    justify-content: center;
    min-height: unset;
    margin-bottom: 21px;
    font-weight: 400;
line-height: 147%; 
}

.How-it-works .swiper-slide:nth-child(even) .card-body p:first-child {
    background: rgba(207, 181, 0, 1);

}
.How-it-works .swiper-slide:nth-child(odd) .card-body p:last-child{
    color: #2F4002;
}
.How-it-works .swiper-slide:nth-child(odd) .card:hover .card-body p:last-child{
    color: #fff;
}
.How-it-works .card-body p {
    color: rgba(47, 64, 2, 1);
    min-height: 50px;
    margin-bottom: 0;
    font-size: 16.14px;
    font-weight: 350;
}

.How-it-works .card-body h5 {
    color: #2F4002;
    font-size: 25.107px;
    font-weight: 800;
    max-width: 280px;
    width: 100%;
    min-height: 75px;
    margin-bottom: 0;
    line-height: 139%;
}

.How-it-works .swiper-slide:nth-child(even) .card-body h5,
.How-it-works .swiper-slide:nth-child(even) .card-body p:last-child {
    color: rgba(101, 91, 0, 1);

}

.How-it-works .swiper-button-next-two:after {
    content: url(../next-swiper-works.svg);
}

.How-it-works .swiper-button-prev-two:after {
    content: url(../prev-swiper-works.svg);
}

.How-it-works .swiper-button-prev-two {
    right: 55px;
    left: unset;
}

.Creative-Cloud {
    padding-top: 76px;
}

.Creative-Cloud-info {
    background: url(../Creative-Cloud.jpg) no-repeat;
    background-size: cover;
    padding: 84px 50px 85px;
    border-radius: 20px;
    background-position: center;
    min-height: 348px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Creative-Cloud-info::before {
    background: rgba(0, 0, 0, 0.71);
    z-index: 1;
    border-radius: 20px;
}

.Creative-Cloud-info h2 {
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    max-width: 680px;
    line-height: 108.7%;
    margin-bottom: 16px;
}

.Creative-Cloud-info h2 span {
    color: rgba(193, 232, 85, 1);
    border: 0;

}

.aboutUs {
    padding-top: 75px;
}

.aboutUs img {
    width: 100%;
    border-radius: 10px;
}

.aboutUsImg img{
    max-width: 599.853px;
    border-radius: 20px;
}
.grapheast {
    background: rgba(255, 227, 236, 0.38);
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

.aboutUsBg {
    background: #fff;
    padding: 26px 31.25px 31px 27.22px ;
    border-radius: 20px;
}

.aboutUsBg p {
    color: #363049;
    font-size: 18px;
    margin-bottom: 23px;
    line-height: 140.7%; /* 25.326px */
letter-spacing: 0.1px;
opacity: .8;
font-weight: 350;
}

.grapheast p {
    font-size: 16px;
    max-width: 512px;
    margin-bottom: 0;
}

.aboutUs h2 {
    text-align: start;
    font-weight: 800;
}
.aboutUs .btn-green{
    width: 135.076px;
    text-align: start;
}
.answers {
    background: rgb(238 242 223);
    min-height: 460px;
    padding: 50px;
    background-image: url(../answers-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 89px;
    margin-bottom: 57px;
}
.answers.FAQAnswers{
    margin-top: 60px;
    margin-bottom: 80px;
}
.answers h2 {
    color: rgba(42, 58, 0, 1);
    font-weight: 700;
    text-transform: capitalize;
    max-width: 680px;
    line-height: 108.7%; /* 52.176px */
letter-spacing: 0.3px;
margin-bottom: 21px;
}


.breadcrumb {
    justify-content: center;
    margin-top: 150px;
}
.license.contactUs h2{
    margin-top: 26px;
    margin-bottom: 34px;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
    background-color: #fff;
    padding: 8.4px 12px;
    margin-bottom: 0;
    min-height: 40px;
    width: 136px;
    justify-content: center;
    border-radius: 999px;
}

.breadcrumb ul li a {
    position: relative;
    z-index: 11;
    transition: all .3s ease-in-out;
    color: #77A203 !important;
font-size: 14px;
font-weight: 500; 
}
.breadcrumb ul li.arrow-img img{
    width: unset;
}
.breadcrumb ul li.arrow-img{
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb ul li a:hover {
    color: #A7D821 !important;
}

.breadcrumb ul li img {
    width: 24px;
}

.breadcrumb ul li::after {
    background: url(../breadcrumb-arrow.svg) no-repeat right center;
    left: 20px;
    z-index: 0;
}

.breadcrumb ul li:last-child:after {
    content: none;
}

.onHover,
.breadcrumb a:hover .notHover {
    display: none;
}

.breadcrumb a:hover .onHover {
    display: block;
}

.territories-group {
    position: relative;
}

.territories-group .btn-gray {
    position: absolute;
    right: 4px;
    border-radius: 74.733px;
    background: #EEF2DF;
    top: 0;
    bottom: 0;
    padding: 6px 30px 6px 19px;
    margin: auto;
    height: 39px;
}

.form-control {
    border: 0;
    border-color: unset !important;
    box-shadow: none !important;
    border-radius: 40px;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: horizontal;
    text-overflow: ellipsis;
    color: #383B34;
font-size: 18px;
font-weight: 400;
line-height: 20px; /* 111.111% */
border-radius: 46px;
/* background: #FAFCF3; */
}
.form-control::placeholder{
    opacity: 1;
    color: #383B34;
}
.territories-group .form-control {
    padding: 18px 90px 17px 12.3px;
    font-size: 16px;
    height: 47px;
}

.pricing{
    padding-bottom: 71px;
}
.license,
.need-more-help{
    padding-bottom: 80px;
}
.license.contactUs{
    padding-bottom: 100px;
}
/* .pricing .pricing-col {
    padding: 0 7px;
} */
.pricing h2{
    margin-bottom: 29.32px;
    margin-top: 35px;
}
.pricing h2 span{
    padding: 0px 11px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    margin-left: -11px;
}
.pricing .pricing-col .border-card {
    padding: 10px;
    border-radius: 16px;
    border: 2px solid #425A00;
}


.pricing .pricing-card:hover .territories-group .form-control {
    background: #FAFCF3;
}

.pricing .pricing-card {
    border-radius: 10px;
    /* background: #EEF2DF; */
    padding: 25px 15px;
    transition: all .3s ease-in-out;
}

.pricing .pricing-card:hover {
    background-color: #fff;
}

.pricing .most-popular p {
    padding-top: 4px;
    border-radius: 10px 10px 0px 0px;
    background: #425A00;
    color: #fff;
    width: 240px;
    height: 39.866px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-transform: uppercase;
}

.pricing .pricing-col .pricing-card .card-text-pricing p {
    width: 35.663px;
    height: 22px;
    background-color: rgba(72, 92, 16, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
margin-bottom: 15px;
font-family: 'Mori Gothic';
font-weight: 400;
}

.pricing .pricing-col .pricing-card h5 {
    color: #485C10;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
}

.pricing .pricing-col .pricing-card .subscription-paragraph p {
    color: #212121;
    font-size: 16px;
    font-weight: 350;
    height: 128px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    max-width: 342px;
    line-height: 28px;
}

.pricing .pricing-col .pricing-card:hover .subscription-paragraph p {
    font-size: 15.8px;
}

.pricing .pricing-col .pricing-card .access-paragraph p {
    color: #212121;
    font-size: 14px;
    font-weight: 300;
    min-height: 104px;
    margin-bottom: 18px;
    margin-top: 18px;
    max-width: 341.877px;
    line-height: 25px; 
}
.license .license-info {
    max-width: 589px;
    margin-left: 32px;
}
.license .license-info h4{
    color: #D20049;
    line-height: 120.7%; 
    letter-spacing: 0.1px;
    opacity: 0.8;
    margin-bottom: 10px;
}
.license .license-info p{
    color: #363049;
font-weight: 350;
line-height: 140.7%; 
letter-spacing: 0.1px;
margin-bottom: 36px;
}
.pricing .pricing-col .pricing-card h3 {
    color: #293900;
    font-size: 40px;
    font-weight: 800;
    line-height: 18px;
    margin-bottom: 25px;
    position: relative;
}

.pricing .pricing-col .pricing-card h3 span {
    color: #293900;
    font-size: 14px;
    font-weight: 350;
    position: absolute;
    top: 8px;
}

.bg-img {
    background-color: #fff;
    padding: 16px 9px 32px 12px;
    border-radius: 10px;
    text-align: center;
}



.license-space {
    margin-bottom: 30px;
}
.license h2{
    margin-bottom: 20px;
    color: #222223;
}
/* .license h2 span{
    border: 0;
}
.license h2 span::after{
    left: -13px;
    border: 3px solid #F02A6F;
    border-radius: 80%;
    height: 60px;
    width: 175px;
    top: 7px;
} */
/* .was-validated .license-space{
margin-bottom: 20px;
} */
.relative-input {
    position: relative;
}

.relative-input img {
    position: absolute;
    top: 12px;
    bottom: 11px;
    margin: auto;
    left: 12px;
    width: 43px;
    height: 43px;
}

.relative-input .form-control {
    padding: 23.61px 10px 22.39px 64px;
    /* background: rgba(250, 252, 243, 1); */

}
.contactUs .form-control{
    background: rgba(250, 252, 243, 1);
}


.need-more-help .reviews-flex{
    gap: 19.06px;
}
.need-more-help h3 {
    color: #485C10;
    margin-bottom: 21px;
line-height: 130%; 
font-size: 36px;
}
.need-more-help .accordion-button{
    gap: 59px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    width: 30.608px;
    height: 30.608px;
    background-size: 31px;
}

.accordion-button::after {
    background-image: url(../accordionOpen.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../accordionClose.svg);
}

.accordion-flush .accordion-item {
    margin-bottom: 23px;
    border: 0;
    border-radius: 15px;
}

.accordion-header {
    border-radius: 15px;
    margin-bottom: 0 !important;
    line-height: 28px; 
    font-family: 'Avenir' !important;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 15px;
    padding: 10px;
}
.accordion-flush .accordion-item .accordion-button{
    padding-bottom: 8px;
}
.accordion-button:not(.collapsed),
.accordion-button {
    background: #fff;
    box-shadow: none !important;
    border-color: unset !important;
    color: #3F5503;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 0;
    line-height: 28px;
}
.accordion-body{
    padding: 10px;
    padding-top: 0;
}
.accordion-button {
    gap: 60px;
}

.modal-flex {
    gap: 21px;
    justify-content: center;
}

.subscribed-modal h3 {
    color: #485C10;
    margin-bottom: 0;
}

.subscribed-modal .modal-body {
    max-width: 573px;
    margin: auto;
    padding-bottom: 30px;
}

.modal-body.two,
.modal-body.three {
    display: none;
}

.subscribed-modal .form-control {
    background: #FAFCF3;
}

.subscribed-modal form {
    text-align: start;
    row-gap: 34px;
}

.flex-submit {
    gap: 35px;
}

.flex-submit .btn {
    width: 100%;
}

.modal-body.three p {
    color: #3F5503;
}

.modal-body p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.modal-body.three .btn-green {
    max-width: 270px;
    width: 100%;
}

.add-flex-gap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;

}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}



.form-control.is-invalid::placeholder,
.was-validated .form-control:invalid::placeholder,
.add-error.error .form-control::placeholder,
.form-control.is-invalid+.form-label,
.was-validated .form-control:invalid+.form-label,
.add-error.error label,
.errorVal.error label,
.errorMsgLable,
.add-error.error .custom-file-label::before {
    color: #ff0000 !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #FF0000 !important;
    border: 1px solid #FF0000 !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border: 4px solid #97c22242;
    border-color: rgb(151 194 34 / 24%) !important;
    box-shadow: 0 0 24px 0 rgba(193, 232, 34, 0.49) !important;
}

.input-file {
    opacity: 0;
    width: 100%;
    position: relative;
    z-index: 11;
}

.custom-file-label {
    position: absolute;
    left: 65px;
    top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    line-height: 3;
    width: 80%;
}

.custom-file-label::before {
    content: "Upload file";
    border-radius: 30px;
    background: #EEF2DF;
    padding: 10px;
    color: #383B34;
    margin-right: 10px;

}

.file-control {
    position: relative;
}

.flex-submit .btn-white {
    padding: 15.4px 23.37px 14.03px 30.61px;
}

.contact-img {
    position: relative;
}

.contact-img img {
    width: 100%;
    border-radius: 10px;
    max-width: 539px;
}

.contact-img-info {
    position: absolute;
    bottom: 0px;
    padding: 23px 23px 20px 23px;
}
.contact-img-info h4{
    color: #FF3D81;
font-size: 28.873px;
font-weight: 800;
line-height: 120.7%; /* 34.85px */
letter-spacing: 0.12px;
margin-bottom: 0;
}
.contact-img-info p {
    color: #FFF;
    font-size: 19.249px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12.3px;
}

.relative-input textarea.form-control {
    min-height: 200px;
    padding: 22px !important;
    border-radius: 26px;
}
.license.contactUs .license-info .form-label{
    color: var(--Neutral-800, #170F49);
}
.contactUs .license-info {

    padding: 0;
}
.subscribed-modal .modal-flex .btn-white{
    padding: 15.03px 13.76px 14.01px 18.02px;
    max-width: 170.381px;
    width: 100%;
    color: #000;
    font-weight: 350;
    line-height: 20px;
}

.subscribed-modal .modal-flex{
    width: 100%;
    margin-top: 0;
}
.contactUs .resources-bg {
    padding: 25px 25px 32px;
    background: #EEF2DF;
    border: 0;
}

.contactUs h2 span {
    /* border: 3px solid #F02A6F; */
    border-radius: 80%;
    padding: 0px 7px;
    height: 40px;
    display: inline-flex;
    align-items: end;
    margin-left: -7px;
    justify-content: center;
    line-height: 1;
}

/* .contactUs h2 span::after {
    border: 3px solid #F02A6F;
    border-radius: 80%;
    height: 40px;
    top: 14px;
    width: 65px;
    left: -7px;
} */

.add-error.error .file-control,
.add-error.error .form-control {
    border: 1px solid #ff0000;
    border-color: #ff0000 !important;
    transition: all .3s ease-in-out;
    
}

.frequentlyAskedQuestions {
    max-width: 700px;
    margin: auto;
    padding-bottom: 80px;
}
.frequentlyAskedQuestions h2{
    margin-top: 23px;
    margin-bottom: 0;
    font-family: "Be Vietnam";
}
.frequentlyAskedQuestions h2 span{
    display: inline-flex;
    height: 66px;
    align-items: center;
    padding: 0 5px 0 2px;
    margin-left: -7px;
}
.frequentlyAskedQuestions ul.nav-tabs {
    margin-top: 34px;
    margin-bottom: 44px;
    justify-content: center;
    border-bottom: 0;
    gap: 22px;
}

.frequentlyAskedQuestions ul.nav-tabs .nav-button {
    border-radius: 90px;
    border: 1px solid #97C222;
    backdrop-filter: blur(10px);
    padding: 15px 17px;
    color: #040404;
    font-weight: 350;
    background: #fff;
    transition: all .3s ease-in-out;
}

.frequentlyAskedQuestions ul.nav-tabs .nav-button.active,
.frequentlyAskedQuestions ul.nav-tabs .nav-button:hover {
    background: #97C222;
    color: #fff;
}

.frequentlyAskedQuestions .tab-content {
    padding: 20px;
    border-radius: 20px;
    background: #EEF2DF;
}

.frequentlyAskedQuestions .tab-content h3 {
    color: #485C10;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 23px;
    line-height: 130.023%;
}

.frequentlyAskedQuestions .accordion-flush .accordion-item:last-child {
    margin-bottom: 0;
}

.add-circle {
    background-color: #fff;
    position: relative;
    padding: 0 56px;
    border-radius: 20px;
    overflow: hidden;
    height: 360px;
}

.add-circle::before {
    background: url(../circle.png) no-repeat right center;
    z-index: -1;
    background-size: 50%;
    left: -30px;
}

.needHelpFlex {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.needHelpFlex h3,
.needHelpFlex p {
    margin-bottom: 0;
}
.needHelpFlex p{
    font-size: 19.249px;
    max-width: 349px;
    color: var(--black-fonts-headings, #2D2E2E);
font-weight: 350;
line-height: 140.7%;
letter-spacing: 0.12px;
}

#errorMsg2 {
    text-align: center;
    padding-bottom: 20px;
}


#errorMsg2 {
    color: #ff0000;
}

.phone-validation.form-control.is-valid,
.was-validated .phone-validation.form-control:valid,
.email-validation.form-control.is-valid,
.was-validated .email-validation.form-control:valid {
    border-color: #ff0000 !important;
    /* background-image: url(../wrong.svg); */
    border: 1px solid #ff0000 !important;
    box-shadow: none !important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: unset;
}

.was-validated .phone-validation.form-control:valid:focus,
.was-validated .email-validation.form-control:valid:focus {
    border-color: #ff0000;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ff0000;
    padding: 21px 10px 21px 65px;
}

.errorMsgLable {
    position: relative;
    top: 6px;
    font-size: 15px;
}

.form-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 6px;
}

.FAQ-img {
    position: relative;
    height: 360px;
}

.FAQ-img img {
    position: absolute;
    top: -60px;
}

.needHelpFlex h3 {
    color: #485C10;
    line-height: 130%;
}
.subscribed-modal .modal-content::before{
    background: #000;
    opacity: .7;
    z-index: 2;
    border-radius: 20px;
}
.subscribed-modal .modal-content:after{
    background: url(../loading-green-loading.gif) no-repeat center;
    z-index: 3;
    background-size: 12%;
}
.remove-file-btn{
    position: absolute;
    right: 20px;
    color: #485C10;
    text-decoration: none;
    font-weight: 800;
    top: 37%;
    z-index: 11;
}
.successMsg{
    color: #73A534;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
}

