/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {
    --color-text-icon-default: #212121;
    --color-text-icon-secondary: #424242;
    --color-text-icon-tertiary: #757575;
    --color-text-icon-disabled: #BDBDBD;
    --color-text-icon-onColor: #FFFFFF;

    --color-Brand-Primary-Default: #015E56;
    --color-Brand-Primary-Default-Hover: #F1FFF3;
    --cl-primesdry-hover: #0FC181;

    --color-Brand-Secondary-Default: #BEF264;
    --color-Brand-Secondary-Default-Hover: #AEED42;

    --color-Stroke-Default: #E0E0E0;
    --color-surface-base-base-1: #FFF;

    --cl-blue: #41ABF8;
    --cl-blue-15: #B8E0FD;
    --cl-green: #27DF73;
    --cl-green-15: #BEEEE1;
    --cl-red: #FB196B;
    --cl-red-15: #FCBFD5;
    --cl-medsos: #597297;
    --cl-medsos-15: #E8ECFB;
    --cl-bg: #F1F5F9;
    --cl-white: #FFFFFF;
    --cl-accent: #50EFEF;
    --cl-green-20: #17F6A6;
    --linier-green: linear-gradient(288.06deg, #09D38A 0%, #28E1E1 100%);
    --linier-white: linear-gradient(180deg, var(--cl-white) 12.5%, rgba(255, 255, 255, 0) 100%);
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body,
footer {
    background-color: var(--cl-bg);
    font-family: "Figtree";
    color: var(--color-text-icon-default);
    font-style: normal;
}

a {
    color: var(--color-Brand-Primary-Default);
    text-decoration: none;
    font-size: 16px;
}

.btn {
    color: var(--color-Brand-Primary-Default) !important;
    font-size: 16px !important;
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: -0.064px !important;
    font-family: "Figtree" !important;
}

.material-icons {
    color: var(--color-Brand-Primary-Default) !important;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--color-Brand-Primary-Default) !important;
}

.t-space {
    margin-top: 70px;
}

a:hover {
    color: var(--color-Brand-Primary-Default-hover);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Figtree";
    color: var(--color-text-icon-default);
}

p {
    font-family: "Figtree";
    color: var(--color-text-icon-secondary);
}

img {
    pointer-events: none;
}

.btn-download img {
    pointer-events: auto;
}

#main {
    margin-top: 70px;
    z-index: 3;
    position: relative;
}

.is-web {
    display: block !important;
}

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

.fs-bl-72 {
    color: var(--color-text-icon-default);
    text-align: center;
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    /* 105.263% */
    letter-spacing: -2.28px;
}

.fs-bl-48 {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    /* 109.677% */
    letter-spacing: -1.86px;
}

.fs-r-32 {
    font-weight: normal;
    font-size: 28px;
    line-height: 63px;
}

.fs-r-24 {
    color: var(--color-text-icon-secondary, #424242);
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: normal;
}

.fs-sb-24 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: normal;
}

.fs-r-20 {
    font-weight: normal;
    font-size: 20px;
    line-height: 196%;
}

.fs-r-18 {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
}

.fs-r-16 {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
}

.fs-sb-16 {
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
}

.w-body {
    margin-left: 4vh;
    margin-right: 4vh;
}

@media screen and (max-width: 991px) {
    .fs-r-32 {
        font-size: 24px;
        line-height: 40px;
    }

    .log-m-mode {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .is-web {
        display: none !important;
    }

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

    .fs-bl-72 {
        text-align: center;
        font-family: Figtree;
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: normal;

    }

    .fs-bl-48 {
        font-size: 36px;
        line-height: 40px;
        font-style: normal;
        letter-spacing: normal;
    }

    .fs-sb-24 {
        font-size: 18px;
    }

    .fs-sb-16 {
        line-height: 19px;
    }

    .fs-r-32,
    .fs-r-24,
    .fs-r-20,
    .fs-r-18 {
        font-size: 16px;
        line-height: 24px;
    }

    .w-body {
        margin-left: 2vh;
        margin-right: 2vh;
    }

    .log-m-mode {
        display: none;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    z-index: 997;
    transition: all 0.5s ease-in-out;
    background: var(--cl-white);
    border-bottom: 1px solid var(--color-Stroke-Default, #E0E0E0);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #3c4133;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 56px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */

.w-navbar {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-e {
    padding: 0;
}

.navbar-e ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar-e li {
    position: relative;
}

.navbar-e a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 32px;
    color: var(--color-Brand-Primary-Default);
    white-space: nowrap;
    font-family: "Figtree";
}

.navbar-e a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar-e .getstarted {
    background: var(--color-Brand-Primary-Default);
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 50px;
    color: var(--cl-white);
}

.navbar-e .getstarted:hover {
    color: var(--cl-white);
    background: var(--color-Brand-Primary-Default-hover);
}

.navbar-e .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--cl-white);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar-e .dropdown ul li {
    min-width: 200px;
}

.navbar-e .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
}

.navbar-e .dropdown ul a i {
    font-size: 12px;
}

.navbar-e .dropdown ul a:hover,
.navbar-e .dropdown ul .active:hover,
.navbar-e .dropdown ul li:hover>a {
    color: var(--color-Brand-Primary-Default);
}

.navbar-e .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar-e .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar-e .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.btn-oval {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-oval a {
    display: flex;
    width: 140px;
    gap: 10px;
    background-color: var(--color-Brand-Secondary-Default);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
}

.btn-oval li:hover {
    background-color: var(--color-Brand-Secondary-Default-Hover) !important;
}

.btn-outline {
    background-color: transparent !important;
    border: 1.5px solid var(--color-Brand-Primary-Default) !important;
}

.btn-outline:hover {
    background-color: var(--color-Brand-Primary-Default-Hover) !important;
    border: 1.5px solid var(--color-Brand-Primary-Default) !important;
}

@media (max-width: 1366px) {
    .navbar-e .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar-e .dropdown .dropdown:hover>ul {
        left: -100%;
    }

    .log-m-mode {
        display: none;
    }
}

@media (max-width: 991px) {
    .btn-oval {
        display: none;
    }

    .log-m-mode {
        display: block;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: var(--cl-txt);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    background-color: var(--cl-medsos-15);
    color: var(--cl-txt);
    border-radius: 50%;
    z-index: 99999;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar-e ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--cl-white);
    transition: 0.3s;
    z-index: 999;
    color: var(--color-Brand-Primary-Default);
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 24px;
    right: 16px;
}

.navbar-mobile ul {
    display: block;
    margin: auto;
    overflow-y: auto;
    transition: 0.3s;
    padding-top: 72px;
}

.navbar-mobile a {
    padding: 28px 20px;
    color: var(--color-Brand-Primary-Default);
    justify-content: center;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--color-Brand-Primary-Default);
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.nav-mobile {
    display: flex;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: top;
}

#hero .hero-container {
    padding: 74px 28%;
    padding-top: 74px;
    padding-bottom: 100px;
    /* position: absolute; */
    /* bottom: 0;
  top: 0;
  left: 0;
  right: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h1 {
    margin: 0 0 20px 0;
    color: var(--color-text-icon-default);
}

#hero p {
    margin-bottom: 40px;
    color: var(--color-text-icon-secondary);
}

#hero .btn-oval a {
    padding: 14px 0px;
    width: 160px;
    height: 48px;
}

#hero .btn-get-started:hover {
    background: var(--cl-primery);
}

.btn-download .row {
    display: block;
}

.hero-img {
    width: 100%;
    height: 720px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
}

.w-hero-img {
    align-self: stretch;
    padding: 12px;
    background: #212121;
    border-radius: 32px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
}

.hero-img img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background-size: cover;
}

.hero-img .bg-linear {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.90) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.is-mobile-footer {
    display: none;
    justify-content: center;
}

@media (max-width: 1624px) {
    #hero .hero-container {
        padding: 16px 28%;
    }

    /* .log-m-mode {
        display: none;
    } */
}

@media (max-width: 1461px) {
    #hero .hero-container {
        padding: 82px 16%;
    }
}

@media (max-width: 768px) {
    #hero p {
        margin-bottom: 30px;
    }

    #hero .hero-container {
        padding: 16px;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .footer-medsos {
        display: block;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

@media (max-width: 400px) {
    .btn-download img {
        height: 40px !important;
    }
}


/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/

section#\#feature {
    margin-right: 4vh;
    margin-left: 4vh;
}

.cta-container {
    text-align: center;
    padding: var(--number-system-20, 80px) var(--Dekstop-grid-padding, 96px);
}

.cta-container h1 {
    margin-bottom: 24px;
}

/* section 2 */
.w-info {
    margin-top: 15vh;
    margin-bottom: 15vh;
}

.w-info .row-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 5vh;
    margin-top: 7vh;
    gap: 12px;
}

.btn-icon {
    background-color: #BEF264 !important;
    border-radius: 50px !important;
    font-size: 24px;
    font-style: normal;
    color: #015E56;
    padding: 2vh 4vh !important;
    display: flex !important;
    font-weight: 500;
    min-width: 160px !important;
    justify-content: center !important;
}

.btn-icon i {
    font-size: 24px !important;
    margin-right: 4px !important;
}

#services {
    background-color: var(--color-Brand-Primary-Default);
    padding: 80px 5vh;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: top;
}

#services p {
    color: var(--color-text-icon-onColor) !important;
    text-align: start !important;
    margin-bottom: 2px !important;
}

#services .fs-sb-16 {
    margin-bottom: 16px !important;
}

#cta-2 {
    background-color: #015E56;
    border-radius: 20px;
    padding: 4vh;
    margin-top: 12vh;
    margin-bottom: 12vh;
}

.flex-serv {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

@media screen and (max-width: 768px) {
    #services {
        padding: 6vh 4vh;
    }

    .cta-container {
        padding: 6vh 0px !important;
    }

    .w-info {
        margin-top: 6vh;
        margin-bottom: 6vh;
    }

    .w-info .row-btn {
        flex-direction: column;
        gap: 12px;
    }

    .log-m-mode {
        display: block;
    }

    .flex-serv>* {
        flex: 1 1 300px;
        padding: 10px;
    }
}

input[type="checkbox"]:focus+.hamburger {
    box-shadow: 0 0 20px rgba(215, 213, 213, 0.45);
}

ul {
    list-style: none;
}

ul li {
    font-size: 18px;
}

ul li a {
    display: block;
    text-decoration: none;
}

ul li a,
ul li button {
    padding: 1.2rem 0.7rem 1rem;
    text-align: left;
    color: inherit;
}

.menus {
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    background: #fff;
    visibility: hidden;
    transform: translateY(-1em);
    transition: transform ease 0.5s;
}

.dropdown {
    padding: 2px 1.5rem;
    height: 0;
    overflow: hidden;
    transition: height ease 0.2s;
}

input[type="checkbox"]:checked~nav .menus {
    visibility: visible;
    transform: translateY(0);
}

li:focus-within .dropdown {
    height: 135px;
}

li:focus-within .arrow {
    transform: rotate(180deg);
}

.menus li {
    position: relative;
    left: 100%;
    transition: 0.2s;
    transition-delay: calc(60ms * var(--delay));
}

input[type="checkbox"]:checked~nav>ul li {
    left: 0;
}

.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: transform ease-in-out 0.3s;
}

/* base styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Segoe UI", sans-serif;
    color: #333;
}

#title-desc {
    color: var(--color-text-icon-default, #212121);
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

#metrics p {
    margin-bottom: 0;
}

.menu-footer {
    display: flex;
    align-items: center;
}

.footer-medsos {
    width: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


/* MEDIA QUERIES  */
@media (max-width: 900px) {
    #title-desc {
        padding: 0;
    }

    #menu-end {
        display: none;
    }

    #logo {
        width: 100%;
    }

    .slide_viewer {
        height: 800px;
    }

    .caro-mobile {
        display: block;
    }

    .caro-desktop {
        display: none;
    }

    .img-mobile {
        width: 100%;
    }

    .column {
        float: left;
        /* padding: 10px; */
    }

    .desc-slide {
        text-align: left;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 1.8;
    }

    .title-slide {
        color: #fff;
        text-align: left;
        font-weight: 400;
        margin-bottom: 2vh;
        text-align: left;
    }

    .title-slide2 {
        color: #fff;
        text-align: left;
        font-weight: 400;
        margin-bottom: 2vh;
        text-align: left;
    }

    .title-slide2-mobile {
        margin-left: 2vh;
        color: #fff;
        text-align: left;
        font-weight: 400;
        margin-bottom: 2vh;
        text-align: left;
        font-size: 26px;
    }

    .desc-slide-mobile {
        text-align: left;
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        letter-spacing: -0.08px;
    }

    .title-slide-mobile {
        color: #fff;
        text-align: left;
        font-weight: 400;
        text-align: left;
    }

    .colimg {
        width: 100%;
        padding: 5vh;
    }

    .nav-bt-mobile {
        text-align: right;
        padding: 5vh;
    }

    .colDesc {
        padding: 5vh;
    }

    .parent-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .item:nth-child(1) {
        grid-row: span 2;
        display: grid;
        align-content: center;
    }

    .item:nth-child(4) {
        /* grid-row: span 2; */
        display: grid;
        align-content: center;
    }

    .item {
        background-color: #BEF264;
        border-radius: 20px;
        padding: 20px;
        font-size: 0.77rem;
        line-height: 1.7;
    }

    .icon-grid {
        width: 50px;
        background-color: #015E56;
        height: 50px;
        padding-top: 0.8vh;
        border-radius: 10px;
    }

    .desc-grid {
        color: var(--color-Brand-Primary-Default, #015E56);
        font-family: Figtree;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        /* 125% */
        letter-spacing: -0.96px;
    }

    .div-parent-calme {
        display: block;
    }

    .desc-calme {
        font-size: 48px;
        font-style: normal;
        color: #fff;
        font-weight: 400;
        text-align: center;
        line-height: 68px;
        margin-bottom: 3vh;
        letter-spacing: -1.86px;
    }

    .menu-footer {
        display: none;
        justify-content: flex-end;
        padding-top: 2vh;
        gap: 2vh;
    }

    .menu-footer-vert {
        text-align: right;
        display: block;
    }

    .parent-grid {
        display: block;
        padding: 0px;
        grid-template-columns: 1fr 1fr;
    }

    .item {
        background-color: #BEF264;
        border-radius: 20px;
        padding: 20px;
        font-size: 0.77rem;
        line-height: 1.7;
        margin-bottom: 2vh;
    }

    .icon-grid {
        width: 48px;
        background-color: #015E56;
        height: 48px;
        padding-top: 0.8vh;
        border-radius: 10px;
    }

    .doc-potrait {
        font-size: 62px;
        font-style: normal;
        font-weight: 400;
        line-height: 68px;
        text-align: left;
        width: 100%;
        margin-top: 10vh;
        letter-spacing: -1.86px;
    }

    .doc-potrait-desc {
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        width: 100%;
        letter-spacing: -0.08px;
    }

    /* .log-m-mode {
        display: block;
    } */
    .flex-serv>* {
        flex: 1 1 200px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .img-mobile {
        padding-top: 2vh;
        width: 100%;
    }

    .img-slide-mobile {
        width: 36vh;
        height: 36vh;
    }

    .slide_viewer {
        height: 950px;
    }

    .desc-slide-mobile {
        text-align: left;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        letter-spacing: -0.08px;
        padding-bottom: 22vh;
    }

    .title-slide-mobile {
        color: #fff;
        text-align: left;
        font-weight: 400;
        text-align: left;
        font-size: 39px;
    }

    .parent-grid {
        display: block;
        grid-template-columns: 1fr 1fr;
    }

    .item:nth-child(1) {
        /* grid-row: span 2;
        display: grid;
        align-content: center; */
    }

    .item:nth-child(4) {
        /* grid-row: span 2; */
        /* display: grid;
        align-content: center; */
    }

    .item {
        background-color: #BEF264;
        border-radius: 20px;
        padding: 20px;
        font-size: 0.77rem;
        line-height: 1.7;
        margin-bottom: 2vh;
    }

    .icon-grid {
        width: 48px;
        background-color: #015E56;
        height: 48px;
        padding-top: 0.8vh;
        border-radius: 10px;
    }

    .desc-grid {
        text-align: left;
        font-size: 24px !important;
        font-style: normal;
        line-height: 32px;
        line-height: 32px !important;
        letter-spacing: -0.72px;
        margin-bottom: 0;
    }

    .menu-footer {
        display: none;
        justify-content: flex-end;
        padding-top: 2vh;
        gap: 2vh;
    }

    .menu-footer-vert {
        display: block;
    }

    .doc-potrait {
        font-size: 62px;
        font-style: normal;
        font-weight: 400;
        line-height: 68px;
        text-align: left;
        width: 100%;
        margin-top: 10vh;
        letter-spacing: -1.86px;
    }

    .doc-potrait-desc {
        text-align: left;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        width: 100%;
        letter-spacing: -0.08px;
    }

    .log-m-mode {
        display: block;
    }

    .flex-serv>* {
        flex: 1 1 400px;
        padding: 10px;
    }
}



@media (min-width: 900px) {
    .header-content {
        display: flex;
    }

    .menus {
        position: static;
        visibility: visible;
        background: transparent;
        display: flex;
        transform: initial;
    }

    .menus li {
        font-size: 18px;
        font-weight: 600;
        left: auto;
    }

    .hamburger,
    input[type="checkbox"] {
        display: none;
    }

    .dropdown {
        position: absolute;
        top: 48px;
        right: 0;
        left: auto;
        z-index: 99;
        min-width: 10rem;
        padding: 0;
        background-color: #1d1f24;
        border-radius: 0 0 0.5rem 0.5rem;
    }

    #title-desc {
        padding-left: 25%;
        padding-right: 25%;
    }

    #menu-end {
        display: block;
    }

    #btn-in-dropdown {
        display: none;
    }

    #logo {
        width: 75%;
    }

    .caro-mobile {
        display: none;
    }

    .caro-desktop {
        display: block;
    }

    .img-mobile {
        padding-top: 6vh;
    }

    .slide_viewer {
        height: 650px;
    }

    .img {
        padding-top: 15vh;
    }

    .nav-slide {
        text-align: left;
        padding-left: 7vh;
        padding-bottom: 3vh;
        margin-bottom: 4vh;
    }

    .column {
        float: left;
        width: 50%;
        /* padding: 10px; */
    }

    .desc-slide {
        text-align: left;
        font-size: 20px;
        padding-left: 7vh;
        color: #fff;
        font-weight: 400;
        letter-spacing: -0.08px;
    }

    .title-slide {
        color: #fff;
        text-align: left;
        /* padding-top: 18vh; */
        padding-left: 7vh;
        margin-bottom: 2vh;
        font-weight: 400;
        font-size: 48px;
        text-align: left;
    }

    .title-slide2 {
        color: #fff;
        text-align: left;
        padding-top: 4vh;
        padding-left: 7vh;
        margin-bottom: 2vh;
        font-weight: 400;
        font-size: 48px;
        text-align: left;
    }

    .desc-slide-mobile {
        text-align: left;
        font-size: 10px;
        color: #fff;
        font-weight: 400;
    }

    .title-slide-mobile {
        color: #fff;
        text-align: left;
        padding-left: 7vh;
        font-weight: 400;
        text-align: left;
    }

    .slide {
        margin-right: auto;
    }

    .colimg {
        width: 100%;
        padding: 5vh;
    }

    .img-desk {
        margin-left: 10vh;
        width: 100%;
    }

    .colImgDesk {
        padding-right: 20vh;
        padding-left: 20vh
    }

    .parent-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .item:nth-child(1) {
        grid-row: span 2;
        display: grid;
        align-content: center;
    }

    .item:nth-child(4) {
        /* grid-row: span 2; */
        display: grid;
        align-content: center;
    }

    .item:nth-child(2),
    .item:nth-child(3),
    .item:nth-child(5) {
        display: flex;
    }

    .icon-item-right {
        margin-bottom: auto !important;
    }

    .item:nth-child(2) .icon-grid,
    .item:nth-child(3) .icon-grid,
    .item:nth-child(5) .icon-grid {
        margin-bottom: 0 !important;
        margin-right: 16px;
    }

    .item {
        background-color: #BEF264;
        border-radius: 20px;
        padding: 24px;
        font-size: 0.77rem;
        line-height: 1.7;
        align-content: center;

    }

    .icon-grid {
        width: 50px;
        background-color: #015E56;
        height: 50px;
        padding-top: 0.8vh;
        border-radius: 10px;
    }

    .desc-grid {
        text-align: left;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 55px;
        letter-spacing: -1.2px;
        margin-bottom: 0;
    }

    .div-parent-calme {
        display: flex;
    }

    .div-calme {
        width: 50%;
        text-align: right;
        margin-top: auto;
        margin-bottom: auto;
    }

    .div-btn-calme {
        width: 50%;
        text-align: right;
        margin-top: auto;
        margin-bottom: auto;
    }

    .desc-calme {
        font-size: 44px;
        font-style: normal;
        color: #fff;
        font-weight: 400;
        text-align: left;
        line-height: 68px;
        margin-bottom: 0;
        letter-spacing: -1.86px;
    }

    .menu-footer {
        display: flex;
        justify-content: flex-end;
        padding-top: 2vh;
        gap: 2vh;
    }

    .menu-footer-vert {
        display: none;
        margin-bottom: 5vh;
    }

    .doc-potrait {
        font-size: 62px;
        font-style: normal;
        font-weight: 400;
        line-height: 68px;
        text-align: left;
        width: 50%;
        margin-top: 10vh;
        letter-spacing: -1.86px;
    }

    .doc-potrait-desc {
        text-align: left;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        width: 80%;
        letter-spacing: -0.08px;
    }

    /* .log-m-mode {
        display: none;
    } */
    .flex-serv>* {
        flex: 1 1 200px;
        padding: 10px;
    }
}

@media (min-width: 1368px) {
    .slide_viewer {
        height: 650px;
    }

    .log-m-mode {
        display: none;
    }

    .flex-serv>* {
        flex: 1 1 400px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }

    .img-mobile {
        padding-top: 2vh;
    }

    .img-slide-mobile {
        width: 36vh;
        height: 36vh;
    }

    .log-m-mode {
        display: block;
    }

    /* .slide img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    } */
}



html,
.slider {
    /* margin: 0 auto; */
    /* max-width: 640px; */
}

.slide_viewer {
    /* height: 600px; */
    overflow: hidden;
    position: relative;
}

.slide {
    /* width: 100%; */
    display: block;
    margin-left: auto;
    /* margin-right: 5vh; */
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: relative;
    width: 100%;
    display: grid;
}

.slide:first-child {
    display: block;
}

.slide:nth-of-type(1) {
    /* background: #D7A151; */
    background-image: url('static/images/landing/line-right.png');
    background-color: #015E56;
    background-size: cover;
    border-radius: 20px;
}

.slide:nth-of-type(2) {
    background-image: url('static/images/landing/line-right.png');
    background-color: #015E56;
    background-size: cover;
    border-radius: 20px;
}

.slide:nth-of-type(3) {
    background-image: url('static/images/landing/line-right.png');
    background-color: #015E56;
    background-size: cover;
    border-radius: 20px;
}

.slide:nth-of-type(4) {
    background-image: url('static/images/landing/line-right.png');
    background-color: #015E56;
    background-size: cover;
    border-radius: 20px;
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 740px;
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    /* position: absolute; */
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    /* position: absolute; */
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

.column {
    float: left;
    /* width: 50%; */
    /* padding: 10px; */
}

/* .img {
    padding-top: 5vh;
} */

/* .img-mobile {
    padding-top: 6vh;
} */

.conSlide:after {
    /* display: flex;
    flex-wrap: nowrap; */
    clear: both;
}

/* .img-slide {
    width: 60vh;
    height: 60vh;
} */

.checkList-slide {
    background-color: #BEF264;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 2px;
    margin-left: 7vh;
    margin-right: 2vh;
    margin-top: 2vh;
}

.desc-checklist {
    text-align: left;
    width: 80%;
    color: var(--Content-Reversed, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: -0.072px;
}

.checkList-slide-mobile {
    background-color: #BEF264;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 2vh;
    margin-right: 2vh;
    margin-top: 2vh;
}

.desc-checklist-mobile {
    text-align: left;
    width: 80%;
    color: var(--Content-Reversed, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: -0.072px;
}

.icon-service {
    background-color: #BEF264;
    width: 6vh;
    height: 6vh;
    padding: 0.8vh;
    border-radius: 10px;
    margin-bottom: 2vh;
}

.title-service {
    font-size: 14px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #fff;
}

.subTitle-service {
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.064px;
}

.desc-service {
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.064px;
}

#services .fs-bl-48 {
    text-align: center;
    color: #fff;
}

#services .fs-r-24 {
    text-align: center !important;
    color: #fff;
}

.title-next-inf {
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -1.86px;
    text-transform: capitalize;
}

.icon-grid {
    width: 50px;
    background-color: #015E56;
    height: 50px;
    padding-top: 0.8vh;
    margin-bottom: 16px;
    border-radius: 10px;
}

.desc-grid {
    text-align: start;
    color: var(--color-Brand-Primary-Default, #015E56);
    font-family: Figtree;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 137.5% */
    letter-spacing: -1.2px;
}

.icon-item-right {
    /* width: 15%; */
    margin-top: auto;
    margin-bottom: 16px;
}

.desc-item-right {
    margin-top: auto;
    margin-bottom: auto;
}



/* image slider galery */
.container {
    /* max-width: 1200px; */
    width: 100%;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
    background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
}

.slider-wrapper .slide-button#next-slide {
    right: -25px;
}

.slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
}

.slider-wrapper .image-list .image-item {
    width: 325px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
    height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

.image-list {
    padding-left: 0px !important;
}

.potrait-assesment {
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer-menu {
    display: flex;
    gap: 1vh;
    justify-content: flex-end;
}

.footer-flex .main-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.footer-flex .main-content span {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.056px;
    color: var(--color-Brand-Primary-Default);
}

.footer-flex .main-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.056px;
    color: var(--color-Brand-Primary-Default);
    margin-bottom: 0px;
}

.footer-flex .main-content .w-item {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--color-Brand-Primary-Default);
}

.footer-flex .main-content .w-icon {
    display: flex;
    gap: 1vh;
    /* margin-bottom: 1rem; */
}

.footer-flex .w-item .number,
.footer-flex .w-item .email {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.056px;
    color: var(--color-Brand-Primary-Default);
}

.footer-flex .w-main {
    display: flex;
    gap: 1vh;
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
        display: none !important;
    }

    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
        scroll-snap-type: x mandatory;
    }

    .slider-wrapper .image-list .image-item {
        width: 280px;
        height: 380px;
    }

    .slider-scrollbar .scrollbar-thumb {
        width: 20%;
    }

    #cta-2 {
        padding: 4vh;
    }

    .footer-medsos {
        align-items: start;
    }

    .footer-menu {
        display: none;
    }

    .footer-flex .main-content {
        width: 50%;
    }

    /* .log-m-mode {
        display: none;
    } */
}

.footer-flex {
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.footer-flex>* {
    border-radius: 10px;
    padding: 10px;
    /* gap: 2vh; */
}


#services .title-big-service,
#services .desc-big-services {
    text-align: center !important;
}



@media (max-width: 900px) {
    .is-mobile-footer {
        margin-top: 2vh;
        display: flex;
        gap: 12px;
    }

    .footer-medsos {
        display: none !important;
    }

    .footer-flex .main-content {
        width: 100%;
    }

    .footer-flex {
        justify-content: center;
    }

    .footer-flex .w-main,
    .footer-flex .w-icon {
        flex-direction: column;
        align-items: center;
    }

    .footer-flex .w-item {
        text-align: center !important;
    }

    #cta-2 {
        margin-top: 6vh;
        margin-bottom: 6vh;
    }
}