@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: Inter;
    margin: 0;
    background: #1D2939;
}

html.modal-open,
body.modal-open {
    overflow: hidden;
    position: relative;
}

section {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

.text-center {
    text-align: center !important;
}

.bold {
    text-align: center;
    font-family: Inter;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    line-height: 56px;
}

.save {
    visibility: hidden;
    position: absolute;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(77, 216, 108, 0.60) 0%, rgba(77, 216, 108, 0.60) 100%), #2E3A49;
    padding: 3px;
    margin-left: 20px;
}

.gradient-text {
    background: linear-gradient(90deg, #4DD86C 0%, #8C7AF6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-fluid {
    max-width: 100%;
    height: auto;
}

.btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #09111E;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #FFF;
    padding: 14px 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    min-width: 220px;
}

.btn-white svg {
    margin-right: 10px;
}

.btn-white:hover {
    background: rgb(255 255 255 / 70%);
}

.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #09111E;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 30px;
    background: #A68AE5;
    padding: 14px 16px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}

.btn-primary:hover {
    background: rgb(166 138 229 / 60%);
}

.btn-gradient {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #09111E;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 30px;
    background: linear-gradient(90deg, #96FA36 0%, #797AF4 100%), #FFF;
    padding: 14px 16px;
    cursor: pointer;
    text-decoration: none;
    min-width: 220px;
    background-size: 130% auto;
    transition: 0.5s;
}

.btn-gradient:hover {
    background-position: 95% 0;
}

.btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    border-radius: 6px;
    padding: 8px 36px;
    cursor: pointer;
    border-radius: 46px;
    background: linear-gradient(90deg, #96FA36 0%, #797AF4 100%);
    min-width: 220px;
    background-size: 130% auto;
    transition: 0.5s;
}

.btn-main svg {
    margin-left: 10px;
}

.btn-main:hover {
    background-position: 100% 0;
}

.btn-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    border-radius: 6px;
    padding: 8px 36px;
    cursor: pointer;
    border-radius: 46px;
    background: #FFF;
    min-width: 220px;
    background-size: 130% auto;
    transition: 0.5s;
}

.btn-demo svg {
    margin-right: 10px;
}

.btn-demo:hover {
    background-position: 100% 0;
}

.btn-secondary {
    color: #364052;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    border-radius: 6px;
    background: #FFF;
    padding: 8px 16px;
    cursor: pointer;
    transition: 0.5s;
}

/* HOME PAGE */
#page {
    background: linear-gradient(135deg, #202247 0%, #4E3A86 100%);
    max-height: 700px;
}

header .container {
    padding-right: 0px;
    padding-left: 0px;
}

header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid rgba(166, 138, 229, 0.25);
    background: linear-gradient(90deg, #22234b 0%, #403372 100%);
}

/*--------------------
    NAVBAR
----------------------*/
.navbar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: end;

    margin: 0;
    padding: 0;
}

.nav-link {
    color:  #EEE;
    /* Body S 16px */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: none;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.nav-link:hover {
    color:  #4DD86C;
}

.header-btn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: end;
}

.logo {
    margin: 10px 0px;
}

#hero {
    padding-bottom: 140px;
}

.hero-title-wrapper {
    justify-content: center;
    padding-top: 75px;
}

.main-title {
    text-align: center;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 73px;
    margin-bottom: 24px;
}

.title {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.sub-title {
    color: #EEE;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.icon-box {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--border, #374454);
    background: var(--surface, #2E3A49);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.25);
}

.icon-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
}

.icon-box .txt {
    color: #FFFFFF;
}

.icon-box .txt h6 {
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 64px;
    margin: 0;
}

.icon-box .txt p {
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}

#features {
    padding-top: 200px;
    padding-bottom: 70px;
}

.snake-img {
    position: absolute;
    left: calc(50% - 197px);
    margin-top: 120px;
}

.absolute-left {
    position: absolute;
    left: 0;
}

.absolute-right {
    position: absolute;
    right: 0;
}

.feature-block:not(:last-child) {
    align-items: center;
    margin: 153px 0;
}

.line {
    display: flex;
    justify-content: center;
}

.text-block h2 {
    color: #4DD86C;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
}

.text-block h3 {
    color: #4DD86C;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
}

.text-block p {
    color: #EEEEEE;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.title-block h2{
    color: #4DD86C;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
}

.title-block p {
    color: #EEEEEE;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.text-list {
    color: #EEEEEE;
    list-style: auto;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 20px;
}

.sub-text-list {
    margin: 20px;
}

.img-block img {
    max-width: 100%;
    height: auto;
}

.demo {
    border-radius: 24px;
    background: var(--gradients-surface, linear-gradient(135deg, #685198 0%, #373684 100%));
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.40);
}

.demo-title-wrapper {
    justify-content: center;
    padding: 80px;
}

.demo-title {
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 24px;
}

.demo-title span {
    color: #4DD86C;
}

.demo-sub-title {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.demo-description {
    color: #EEE;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.demo-description p:nth-child(2) {
    color: #EEE;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.demo-description p:nth-child(4) {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.demo-description ul {
    list-style: none;
    padding: 0;
}

.demo-description ul li {
    font-size: 18px;
}

.demo-description ul svg {
    margin-right: 15px;
}

.achievements-title {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 100px 0px;
}

.achievements-title span {
    color: #4DD86C;
}

/* features */

section#our-features {
    background: #101924;
}

.our-features-title {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 100px 0px;
}

.our-features-title span {
    color: #4DD86C;
}

.our-features-sub-title {
    color: #EEE;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.button {
    background-color: #1F2835;
}

.tabs button {
    width: 100%;
    padding: 10px 20px;
    border: none;
    cursor: pointer;

    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 19.625px;
    background: #1F2835;
}

.tabs button.active,
.tabs button:hover {
    border-radius: 19.625px;
    background: var(--Accent-BG, linear-gradient(90deg, #96FA36 0%, #797AF4 100%), #FFF);
}

.tabs {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 24px 0px;
    flex-wrap: wrap;
}

.tab-content {
    min-height: 560px;
}

.tab-content-icon {
    width: 100%;
    padding: 10px 20px;

    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 19.625px;
    background: var(--Accent-BG, linear-gradient(90deg, #96FA36 0%, #797AF4 100%), #FFF);
}

.content-box {
    padding: 25px;
    height: 425px;
}

.tab-content-icon {
    margin-bottom: 8px;
}

.tab-box h2 {
    color: #FFF;
    margin-bottom: 8px;
}

.tab-box p {
    color: #FFF;
    margin-bottom: 24px;
}

.btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #FFF;
    border-radius: 6px;
    padding: 8px 32px;
    cursor: pointer;
    border-radius: 46px;
    background: #09111E;
    width: 150px;
    transition: 0.5s;
}

.btn-link:hover {
    background: #1d2939;
}

.btn-link svg {
    margin-left: 10px;
}

.hidden {
    display: none;
}

/* features END */

.img-block {
    z-index: 2;
}

.center-line {
    padding: 0 30px;
}

.footer-logo {
    text-align: center;
}

.footer-logo p {
    color: #EEE;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#footer {
    min-height: 240px;
    border-top: 1px solid #394C64;
}

.footer-wrapper {
    padding-top: 70px;
}

/* ////PRICE */
#pricing {
    padding-bottom: 140px;
}

#pricing-page {
    background: linear-gradient(0deg, rgba(150, 195, 228, 0.10) 0%, rgba(150, 195, 228, 0.10) 100%), #FFF;
}

#demo-description {
    padding-bottom: 150px;
    padding-top: 80px;
}

.pricing-title-wrapper {
    justify-content: center;
    padding-top: 75px;
}

.pricing-title {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin: 25px 0px;
}

.pricing-title span {
    color: #4DD86C;
}

.pricing-sub-title {
    color: #EEE;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.pricing-cards-list {
    margin-top: 63px;
    align-items: normal;
    justify-content: center;
    gap: 40px;
}

.pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.pricing-card {
    max-width: 350px;
    height: 770px;
    border-radius: 12px;
    background: #2E3A49;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.25);
}

.green-border {
    background: #FFF;
}

.primary-border {
    background: #A68AE5;
}

.grey-border {
    background: linear-gradient(90deg, #96FA36 0%, #797AF4 100%), #FFF;
}

.pricing-card-header {
    height: 20px;
    border-radius: 12px 12px 0px 0px;
}

.pricing-card-body {
    padding: 32px 40px;
}

.pricing-card-body h5 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
}

.pricing-card-body p {
    color: #EEE;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 6px 0px;
}

.price {
    color: #FFF;
    text-align: left;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    padding: 32px 0px;
    min-height: 145px;
}

.price small {
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    display: block;

}

.price sup {
    font-size: 24px;
}

.pricing-card-body h4 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.pricing-card-body h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.essential-icon {
    width: 24px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    height: 24px;
    padding: 4px 4px;
    text-align: center;
    margin-left: 10px;
}

.pricing-features {
    list-style: none;
    padding: 0;
}

.pricing-features li {
    display: flex;
    align-items: center;
}

.pricing-features li {
    display: flex;
    align-items: center;
}

.pricing-features li svg:nth-child(1) {
    margin-right: 12px;
}

.pricing-features li svg:nth-child(3) {
    flex: 1 0 auto;
}

/* ////BOOK DEMO */
#demo {
    max-height: 700px;
    background: linear-gradient(135deg, #202247 0%, #4E3A86 100%);
}

.demo-hero {
    width: 100%;
    border-radius: 24px;
    background: linear-gradient(97deg, #685198 0%, #373684 100%);
    margin-bottom: 100px;
    margin-top: 32px;
}

.book-demo-title {
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    color: #FFF;
    text-align: center;
    margin: 60px 0px;
}

.book-demo-title span {
    color: #4DD86C;
}

.contact-form-wrapper {
    align-items: normal;
    justify-content: center;
}

.contact-form * {
    font-family: Inter;
}

.contact-form .container-block.form-wrapper {
    border-radius: 16px;
    max-width: 648px;
    text-align: center;
    padding: 32px 0px;
}

.contactus-head {
    color: #364052;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
}

.contact-form .submit-btn {
    border-radius: 46px;
    background: linear-gradient(90deg, #96FA36 0%, #797AF4 100%);
    height: 56px;
    color: #09111E;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    cursor: pointer;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    background-size: 130% auto;
    transition: 0.5s;
    min-width: 290px;
}

.contact-form .submit-btn:hover {
    background-position: 100% 0;
}

.contact-form .container-block {
    min-height: 75px;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
}

.input-group {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* INPUT */
input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.input-wrapper {
    position: relative;
    margin-bottom: 32px;
    min-width: 264px;
    min-width: 310px;
}

.input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    background: transparent;
    border-radius: 5px;
    color: rgb(102, 112, 133);
}

.contact-form ::placeholder {
    color: #364052;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.inputwrapper {
    min-height: 75px;
}

.contact-form .input {
    height: 56px;
    box-shadow: rgba(16, 24, 40, 0.05) 0px 1px 2px;
    box-sizing: border-box;
    border-radius: 5px;
    color: rgb(62, 103, 120);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    padding: 0px 0px 0px 42px;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 5px;
    border: 1px solid #DCE8FD;
    background: #F5F9FC;
}

/* input style */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #364052;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23364052" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');

}

.input {
    height: 56px;
    box-shadow: rgba(16, 24, 40, 0.05) 0px 1px 2px;
    box-sizing: border-box;
    border-radius: 5px;
    color: rgb(62, 103, 120);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    padding: 0px 0px 0px 42px;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 5px;
    border: 1px solid #DCE8FD;
    background: #F5F9FC;
}

.book-demo-form {
    display: flex;
}

.demo-input-wrapper {
    position: relative;
    margin-bottom: 32px;
    min-width: 264px;
}

.book-demo-form .submit-btn {
    width: 60%;
    border-radius: 46px;
    background: linear-gradient(90deg, #96FA36 0%, #797AF4 100%);
    height: 56px;
    color: #09111E;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    cursor: pointer;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    background-size: 130% auto;
    transition: 0.5s;
}

.book-demo-form .submit-btn:hover {
    background-position: 100% 0;
}

.book-demo-form .input-group {
    min-height: 75px;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    gap: 20px;
}

/* --- The Switch --- */
.switcher {
    width: 360px;
}

.switcher-buttons {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    border-radius: 65px;
    background: #2E3A49;
    padding: 12px;
    height: 66px;
}

.switch {
    width: 50%;
    position: relative;
    cursor: pointer;
    background-color: inherit;
    flex-grow: 1;
    text-align: center;
    border-radius: 7px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected {
    color: #09111E;
    border-radius: 64px;
    background: #EEE;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s ease 0s;
}

.selected:hover {
    background: rgb(255 255 255 / 70%);
}

.switch.not_selected {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}


#switch_off span {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    background: #0b5934;
    background: linear-gradient(0deg, rgba(77, 216, 108, 0.60) 0%, rgba(77, 216, 108, 0.60) 100%), #2E3A49;
    border-radius: 6px;
    padding: 3px;
    margin-left: 10px;
}

/* --- Heading Styles --- */

.video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    background-color: #7F56D9;
    background: linear-gradient(90deg, #61BC36 0%, #8C7AF6 100%);
    filter: drop-shadow(0px 4px 20px rgba(30, 46, 75, 0.70));
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border: 0;
    cursor: pointer;
    background-size: 130% auto;
    transition: 0.5s;
}

.video-btn:hover {
    background-position: 95% 0;
}

.video-btn img {
    margin-left: 7px;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    overflow: auto;
    background-color: #000000;
}

.video-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: auto;
}

.popup video {
    width: 80%;
}

.close {
    position: absolute;
    top: 0px;
    right: 55px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

/* MODAL */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    overflow: auto;
    background-color: rgb(0 0 0 / 20%);
}

.modal.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}

.modal.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15rem;
    padding: 32px;
    width: 30%;
    overflow: auto;
    border-radius: 24px;
    background: var(--gradients-surface, linear-gradient(97deg, #685198 0%, #373684 100%));
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.50);
}

.modal-content p {
    color: #EEE;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0;
}

.modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
}

.modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}

.modal-content h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
}

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-3rem);
    }
}

.header-mobile-btn {
    display: none;
    position: absolute;
    right: -5px;
    top: 9px;
}

.header-mobile-btn a {
    font-size: 12px;
    min-width: 88px;
    padding: 8px 4px;
    float: left;
    margin-top: 13px;
}
@media (max-width: 992px) {
    .navbar{
        display: none;
    }
}
@media (max-width: 576px) {

    header .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-btn {
        display: none;
    }

    .header-mobile-btn {
        display: block;
    }

    .logo {
        height: 52px;
    }

    .title {
        font-size: 26px;
        padding: 0px 15px;
    }

    .hero-title-wrapper {
        padding-top: 40px;
    }

    #footer {
        min-height: 140px;

    }

    .footer-logo p {
        font-size: 12px;
    }

    .footer-menu {
        gap: 20px;
        align-items: center;
        text-wrap: nowrap;
    }

    .footer-wrapper {
        align-items: center;
        padding-top: 50px;
        flex-wrap: nowrap;
    }

    .main-title {
        font-size: 46px;
        line-height: 60px;
    }

    #features {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .feature-block:not(:last-child) {
        margin: 57px 0;
    }

    .snake-img {
        height: 1990px;
        overflow: hidden;
    }

    .demo-title-wrapper {
        padding: 40px;
    }

    .demo-sub-title {
        font-size: 16px;
    }

    .icon-box {
        margin-bottom: 20px;
    }

    .book-demo-title {
        font-size: 36px;
        margin: 40px 0px;
    }

    .achievements-title {
        font-size: 26px;
    }

    .book-demo-form {
        display: block;
    }

    .demo-input-wrapper {
        width: 100%;
    }

    .book-demo-form .submit-btn {
        width: 100%;
    }

    .modal-content {
        margin: 0;
        width: 300px;
    }

    #demo {
        max-height: 100%;
    }

    input[type="date"] {
        width: 94vw !important;
    }

    .input-wrapper {
        width: 100%;
    }

    .close {
        right: 30px;
        top: 50px;
    }

    .pricing-wrapper {
        display: flex;
        flex-wrap: nowrap;
        width: 350px;
        padding-bottom: 50px;
    }

    .pricing-card {
        width: 300px;
    }

    .pricing-cards-list {
        overflow-x: scroll;
        scroll-behavior: smooth;
    }

    .price {
        color: #FFF;
        text-align: left;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 800;
        line-height: 40px;
        padding: 0px 0px;
        min-height: 73px;
    }

    .price small {
        font-size: 14px;
        display: inline;
    }

    .pricing-card-body {
        padding: 20px 30px;
    }

    .pricing-card {
        height: 730px;
    }

    .popup video {
        padding: 70px 0px;
    }
}

p.with-icon {
    min-width: 130px;
}

.input-wrapper.error input {
    outline: 2px solid red;
}

.input-wrapper small {
    color: rgb(255 255 255);
    position: absolute;
    bottom: -20px;
    left: 0;
    visibility: hidden;
}

.input-wrapper.error small {
    visibility: visible;
}


/* *GUIDE */
.btn-topic {
    display: inline-block;
    border:none;
    background: none;
}
.toggle {
    position: relative;
    width: 55px;
    height: 55px;
    /* background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
  }
  
  .toggle span {
    position: absolute;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #4ed86c;
    transition: 0.5s;
  }
  
  .toggle span:nth-child(2) {
    transform: translateY(-15px);
    width: 25px;
    left: 9px;
  }
  
  .toggle span:nth-child(3) {
    transform: translateY(15px);
    width: 15px;
    left: 9px;
  }
  
  .toggle.active span:nth-child(1) {
    transform: translateX(60px);
  }
  
  .toggle.active span:nth-child(2) {
    width: 40px;
    transform: translateX(0) rotate(45deg);
    transition-delay: 0.2s;
  }
  
  .toggle.active span:nth-child(3) {
    width: 40px;
    transform: translateX(0) rotate(-45deg);
    transition-delay: 0.4s;
  }

  
#gx-header {}

.gx-content {
    padding-bottom: 100px;
}

.gx-gradient-header {
    background: linear-gradient(135deg, #202247 0%, #4E3A86 100%);

    /* height: 300px;
    transform: translateY(210px); */

    height: 390px;
    transform: translateY(300px);
}

.gx-main-content {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* margin-top: -212px; */
    margin-top: -302px;
}


.gx-page-title {
    padding: 24px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gx-page-title-2 .gx-breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gx-page-title-2 .gx-breadcrumb h5 {
    margin: 0;
}

.gx-page-title .gx-breadcrumb h5 {

    color: #ffffff;

    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.gx-page-title .gx-breadcrumb ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
}

.gx-page-title .gx-breadcrumb ul li {
    font-size: 13px;
    color: #777;
    position: relative;
    color: var(--Text-Accent, #4DD86C);

    /* Body S 16px */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.gx-page-title .gx-breadcrumb ul a {
    color: var(--Text-Secondary, #EEE);
    text-decoration: none;
}


.gx-page-title .gx-breadcrumb ul li:not(:first-child) {
    padding-left: 20px;
}

.gx-page-title .gx-breadcrumb ul li:not(:first-child):after {
    content: ">";
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 6px;
    color: #fff;
}

.sections {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.gx-card {
    margin-bottom: 24px;


    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--border, #374454);
    background: var(--surface, #2E3A49);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.25);
}
.gx-card-content .text-block{
    margin-top: 40px;
}
.topic-sidebar {
    height: calc(100vh - 120px);
    position: sticky;
    top: 94px;
    overflow: auto;
}


.gx-sb-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.gx-sb-list li {
    margin: 8px 0px;
    padding-left: 24px;
}



.gx-sb-list li a {
    color: var(--Text-Secondary, #EEE);
    /* Body S 16px */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    text-decoration: none;

}
.gx-sb-list li a:hover {
    color: #4DD86C !important;
}

.gx-sb-list li:hover {
    border-left: 2px solid #4ed66b;
}

.gx-list-active a {
    color: #4DD86C !important
}

li.gx-list-active {
    border-left: 2px solid #4ed66b;
}

.gx-card-title {
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 40px;
}

.gx-side-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 42;
    display: none;
}

.theme-bold {
    color: #4DD86C !important;
}

@media only screen and (max-width: 1199px) {
    .gx-topic {
        width: 300px;
        height: 100vh;
        position: fixed;
        left: -300px;
        top: 12px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 43;
    }

    .gx-open-topic {
        left: 0 !important;
    }
}


@media only screen and (max-width: 767px) {
    .gx-page-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gx-page-title-2 .gx-breadcrumb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}