header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 20px;
}

header div {
    display: flex;
    align-items: center;
}

header div ul {
    display: flex;
    align-items: center;
}

header div ul li {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 500;
}

header div h1 {
    font-size: 30px;
}

header div img {
    max-width: 30px;
    margin-right: 15px;
}

.tabs .item {
    cursor: pointer;
    color: #b9bec7;
    font: 800 16px "Manrope", sans-serif !important;
    margin: 0;
    text-transform: uppercase;
    transition: 0.2s;
    margin: 0 0 25px 0;
}

.tabs .item span {
    margin-right: 19px;
}

.tabs {
    margin-top: 20px;
}

.tabs::before {
    content: "";
    display: block;
    position: static;
    width: 3px;
    height: 30px;
    background: #e9ebf0;
    margin-bottom: 20px;
    margin-left: 8px;
}

.tabs .item:hover {
    color: #7c828d;
}

.tabs .item.active {
    position: relative;
    color: white;
    outline: none;
    color: #292d34;
}

.tabs .item.active span {
    color: #00b2f8;
}

.tabs .item.active::after {
    content: "";
    display: block;
    position: absolute;
    background-image: linear-gradient(45deg, #00b2f8, #0e6cb7);
    width: 100px;
    height: 5px;
    border-radius: 7px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tab_container {
    width: 100%;
    overflow: auto;
}

.tab_content {
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.features {
    padding: 100px 0px;
    margin-top: 50px;
}

.feature-col .floating-text {
    color: #292d34;
    font-weight: 700;
    background: #fff;
    max-width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border-top-right-radius: 60px;
    padding: 25px 35px 20px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 30px;
    font: 800 30px/30px "Manrope", sans-serif;
}

.feature-col .text-col {
    padding-bottom: 50px;
    padding-left: 25px;
}

.feature-col .text-col p {
    margin-top: 20px;
    max-width: 100%;
}

.feature-col .img-col {
    background: url(../image/dots.svg) repeat 2% 50%/auto;
    padding: 30px;
    position: relative;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    background: #fafbfc;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
}

.col-2 .img-col {
    text-align: center;
}

.block-header span {
    color: #00b2f8;
    font: 800 12px/12px "Manrope", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.block-header h1 {
    line-height: 55px;
    margin-top: 10px;
}

.tab-container {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-gap: 30px;
}

.theme-btn {
    background: #00b2f8;
    color: white;
    margin-top: 35px;
    padding: 10px 10px 12px;
    display: block;
    width: 125px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
}

.works .text-col p {
    margin: 50px 0 0;
    padding-top: 35px;
    max-width: 100%;
    position: relative;
}

.works .text-col p::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(45deg, #00b2f8, #0e6cb7);
    width: 100px;
    height: 5px;
    border-radius: 7px;
    top: 0;
    left: 0;
}

.download {
    margin: 0 auto;
    background: #292d34;
    color: #fff;
    margin-bottom: 40px;
    max-width: 70%;
    border-radius: 30px;
    padding: 40px;
    padding-right: 160px;
}

.download .img-col img {
    max-width: 250px;
}

.download p {
    color: #ffffffd4;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.7;
}

.download h1 {
    max-width: 100% !important;
    font-size: 35px;
    margin-top: 20px;
    color: #fff;
}

footer {
    background: #00b2f8;
    padding: 15px;
}

footer p {
    margin: 0;
    text-align: center;
    color: white;
}

.banner-wrapper {
    position: relative;
    overflow: hidden;
}

.banner-wrapper::before {
    content: "";
    display: none;
    position: absolute;
    background: url(../image/bg_gradient__main-header.svg) no-repeat top center/1095px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-22%, -50%);
    -ms-transform: translate(-22%, -50%);
    transform: translate(-22%, -50%);
    left: 50%;
    top: 50%;
    max-width: 1095px;
}

.page-banner {
    padding: 20px;
    position: relative;
    min-height: 579px;
}

.page-banner .play-btn:hover::before {
    background-color: #00b2f8;
}

.page-banner .play-btn:hover::after {
    background: url(../image/play-white.svg) no-repeat center/contain;
    opacity: 1;
}

.page-banner .play-btn::after {
    content: "";
    background: url(../image/play-purple.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 57px;
    height: 60px;
    margin: -23px 0 0 -27px;
    cursor: pointer;
    filter: hue-rotate(270deg);
    opacity: 0.6;
}

.page-banner .play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background-color: #ffffffc9;
    box-shadow: 0 25px 75px #00b2f8;
    border-radius: 100%;
    transition: background-color 0.3s;
    cursor: pointer;
}

.page-banner .img-col {
    position: relative;
}


/* .page-banner .img-col img {
    max-width: 590px;
    border-radius: 14px;
    box-shadow: 0px 0px 10px #0003;
} */

.text-col p {
    margin: 20px 0;
    max-width: 400px;
}

p {
    color: #7c828d;
    font: 500 18px/29px "Manrope", sans-serif;
}

.banner-btn {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.banner-btn a {
    margin-right: 20px;
}

.banner-btn img {
    max-width: 155px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

p {
    color: #505050;
}

h1 {
    margin: 0;
    color: #292d34;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}



h1 span {
    color: #00b2f8;
}

a {
    text-decoration: none;
    color: #505050;
}


/*# sourceMappingURL=main.css.map */


/* footer */

.privacy {
    line-height: 1.5;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.privacy h1 {
    font-size: 24px;
}

.privacy h2 {
    font-size: 18px;
}

.privacy h3 {
    font-size: 16px;
}

.footer {
    padding: 20px 0 50px;
    position: relative;
    background: #fff;
    border-top: 1px solid #ddd;
    padding-bottom: 20px;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper_1200 {
    max-width: 1220px;
}

@media (max-width: 1200px) {
    .wrapper {
        width: 100%;
        padding: 0 25px;
    }
}

.wrapper {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    color: inherit;
    overflow: auto;
    transition: .2s;
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.signature {
    padding: 1px 0px 3px 38px;
    background: url(./../image/logo_classteam.png) top left/contain no-repeat transparent;
    color: #000;
}

.signature__header {
    font-size: 24px;
    font-weight: 600;
}

.signature__header span {
    color: #00b2f8;
}

.signature__address {
    font-size: 14px;
}

.signature__address {
    font-size: 14px;
    font-style: italic;
    font-family: 'Open Sans';
}

.footer__column_right .socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
}

.socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 15px 0;
}

.footer__column_right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.socials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .2s;
    height: 20px;
    margin: 0 0 0 25px;
}

.socials__icon {
    transition: .3s;
    display: block;
    height: 100%;
    width: auto;
    fill: #b0b2b7;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.copyright a:hover {
    color: rgb(0 0 0 / 75%);
}

.copyright a {
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    border-left: 1px solid;
    padding-left: 5px;
    margin-left: 5px;
    transition: 0.4s;
}

.copyright {
    text-align: right;
    color: rgba(0, 0, 0, .4);
    font-size: 15px;
}

.socials__item:hover .socials__icon {
    fill: #00b2f8;
}

.footer__column .socials {
    display: none;
}

@media (max-width: 600px) {
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__column {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .signature {
        margin: 0 0 20px 0;
        padding: 10px 0 10px 60px;
    }

    .footer__column_right .socials {
        display: none;
    }

    .footer__column .socials {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .footer__column_right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright_v2 {
        text-align: center;
    }
}

.download .img-col img {
    max-width: 300px;
}

.back_dots {
    background: url('../image/dots.svg') repeat 2% 50%/auto;
}

.page-banner .play-btn::before {
    content: "";
    position: absolute;
    top: 54%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background-color: #ffffffe3;
    box-shadow: 0 25px 95px #00b2f8;
    border-radius: 100%;
    transition: background-color 0.3s;
    cursor: pointer;
}

.page-banner .play-btn::after {
    content: "";
    background: url(../image/play-purple.svg) no-repeat center/contain;
    position: absolute;
    top: 54%;
    left: 50%;
    width: 57px;
    height: 60px;
    margin: -23px 0 0 -27px;
    cursor: pointer;
    filter: hue-rotate(270deg);
    opacity: 0.6;
}

@media (max-width: 600px) {
    .col-2 {
        grid-template-columns: 1fr !important;
    }

    .tab-container {
        grid-template-columns: 1fr !important;
    }
}


@media screen and (max-width: 500px) {
    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    p {
        font: 500 16px/27px "Manrope", sans-serif;
    }

    .block-header h1 {
        line-height: 45px;
    }

    .banner-btn img {
        max-width: 125px;
    }

    .banner-btn {
        margin-top: 40px;
    }

    .feature-col .floating-text {
        padding: 22px 32px 18px 17px;
        font-size: 24px;
        font: 800 24px/24px "Manrope", sans-serif;
    }

    .download h1 {
        font-size: 30px;
    }
}


.__book_demo {
    padding: 8px 20px;
    background: #ebebeb;
    color: #17313b;
    border: 1px solid #0002;
    border-radius: 20px;
}


.__right_menu a {
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-family: "Manrope", sans-serif !important;
}


/* home slider */

.sliders-container {
    max-width: 700px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    text-align: center;
}

.carousel-inner img {
    width: 650px;
    height: 650px;
    object-fit: contain;
    margin: 0 auto;
}

.carousel-indicators {
    left: 30px !important;
    right: auto !important;
    margin: 0 !important;
}

body {
    font-family: "Manrope", sans-serif !important;
}

.__get_into {
    text-align: center;
    padding-top: 100px;
}

.__get_into h2 {
    font-size: 56px;
    font-weight: 600;
}

.__get_into p {
    font-size: 18px;
}

.__h1_card_heading {
    font-size: 24px;
}

.__p_car_description {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 19px;
}

.gms-feature-cards-default__card-image {
    object-fit: contain;
    position: relative;
    bottom: -40px;
}



.background--aero-blue {
    background-color: #c9f5dd;
}

.background--alabaster {
    background-color: #fafafa;
}

.background--albescent-white-light {
    background-color: #fdece3;
}

.background--alice-blue {
    background-color: #e8f0fe;
}

.background--alice-blue-light {
    background-color: #e7f0fe;
}

.background--alice-light-blue {
    background-color: #e6f7ff;
}

.background--aqua-spring {
    background-color: #e6ffe6;
}

.background--aqua {
    background-color: #d7effe;
}

.background--athens-gray {
    background-color: #e8eaed;
}

.background--blanched-almond {
    background-color: #faeac9;
}

.background--blanco {
    background-color: #f0ebe7;
}

.background--blue-sky {
    background-color: #d7effe;
}

.background--bluse-sky {
    background-color: #b9dafc;
}

.background--bone {
    background-color: #dccfc4;
}

.background--bridesmaid {
    background-color: #fef0eb;
}

.background--burning-orange-light {
    background-color: #ffe9e1;
}

.background--burning-orange {
    background-color: #f86734;
}

.background--champagne {
    background-color: #ffe9e1;
}

.background--chateau-green {
    background-color: #34a853;
}

.background--citrine-white {
    background-color: #f9fadd;
}

.background--corn-silk {
    background-color: #fef7e0;
}

.background--cosmic-latte {
    background-color: #e6ffee;
}

.background--electric-lime {
    background-color: #c6ff00;
}

.background--fog {
    background-color: #e0ddf2;
}

.background--gray-disabled {
    background-color: #f8f9fa;
}

.background--green-tea {
    background-color: #eff7cf;
}

.background--honeydew {
    background-color: #ecfbf3;
}

.background--icy-blue {
    background-color: #d9dff1;
}

.background--isabel-line {
    background-color: #f1ede9;
}

.background--jet {
    background-color: rgba(53, 53, 53, .302);
}

.background--kingly-cloud {
    background-color: #e0e0e0;
}

.background--lavendar-blue {
    background-color: #c5d9ff;
}

.background--lavender-mist {
    background-color: #d1daf4;
}

.background--light-early-dawn {
    background-color: #fff9ec;
}

.background--light-panache {
    background-color: #e8f5e9;
}

.background--light-porcelain {
    background-color: #f1f3f4;
}

.background--light-purple {
    background-color: #d9dff1;
}

.background--light-solitude {
    background-color: #e8f0fe;
}

.background--light-yellow {
    background-color: #faf6eb;
}

.background--linen {
    background-color: #fbebe2;
}

.background--magnolia {
    background-color: #f4f8ff;
}

.background--milk-foam {
    background-color: #f7ffe6;
}

.background--mint-cream {
    background-color: #ebf5f0;
}

.background--moon-mist {
    background-color: #e2ded3;
}

.background--moonlight {
    background-color: #f5e4fa;
}




/* TESTIMPONIAL */
.slider-container {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.slide__ {
    flex: 0 0 67%;
    max-width: 67%;
    margin: 0 10px;
    height: 50vh;
    background: #E6F0FF;
    background: url(./../image/t_back.webp);
    filter: hue-rotate(339deg);
    padding: 3rem;
    border-radius: 30px;
    transition: transform 0.5s ease-in-out, flex 0.5s ease-in-out;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 7rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}



.slide-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.slide__ h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 16px;

}

.slide__ span {
    font-size: 16px;
    font-weight: 500;
}

.slide__ p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.6;
}

.slide__ button {
    padding: 10px 20px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

.prev,
.next {
    position: absolute;
    bottom: 5px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color-3);
    border: 1px solid var(--primary-color-3);
    padding: 10px;
    cursor: pointer;
    border-radius: 64px;
    z-index: 10;
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.prev:hover,
.next:hover {
    background-color: var(--neutral-color-4);
}

.prev:active,
.next:active {
    background-color: var(--neutral-color-1);
    color: var(--primary-color-1);
}

.prev svg,
.next svg {
    margin: 0;
    height: 18px;
    width: 18px;
}

.prev {
    right: 24%;
}

.next {
    right: 18%;
}


.dots-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 5px;
    position: absolute;
    top: 45px;
    left: 23%;
}

.dot {
    width: 50px;
    height: 2px;
    background: #ccc;
    border-radius: 0px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.dot.visited {
    background: var(--neutral-color-1);
    /* Fill visited dots */
}

.dot.active {
    background: var(--neutral-color-1);
}

@media (max-width: 1024px) {
    .slide__ {
        flex: 0 0 60%;
        max-width: 60%;
        grid-template-columns: 1fr;
    }

    .slide__ p {
        font-size: 17px;
    }

    .next,
    .prev {
        height: 44px;
        width: 44px;
    }

    .prev svg,
    .next svg {
        margin: 0;
        height: 15px;
        width: 15px;
    }

    .next {
        right: 28%;
    }

    .prev {
        right: 34%;
    }


    .dots-container {
        left: 24%;
    }
}


@media (max-width: 854px) {
    .prev {
        right: 46%;
    }

    .next {
        right: 33%;
    }


    .dots-container {
        left: 26%;
    }

    .slide__ p {
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    .slide__ {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .slide__ p {
        font-size: 15px;
    }



}

@media (max-width: 480px) {
    .slide__ {
        flex: 0 0 67%;
        max-width: 100%;
        padding: 1rem;
    }
    .slide__ p {
        font-size: 13px;
    }
    .dots-container{
        display: none;
    }

}


.__video_element {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;

}


.__video_element img,
.__video_element video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.__video_element video {
    position: relative;
    top: 50px;
    left: 40px;
}


.__user p {
    font-size: 14px;
    margin: 0;
}

.__user h4 {
    font-size: 17px;
    margin: 0;
}

.__user {
    display: flex;
    gap: 20px;
    align-items: center;
}



.__user_logo {
    width: 65px;
    height: 65px;
    background: #0001;
    border-radius: 100px;
    overflow: hidden;
}




.__user_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media (max-width: 480px) {

   .__user{
    gap: 10px;
    align-items: baseline;
    flex-direction: column;
   }
    

.__user p {
    font-size: 12px;
}

.__user h4 {
    font-size: 14px;
}

}

.__dwn_img {
    display: flex;
    align-items: center;
    gap: 20px;
}


.__dwn_img img {
    width: 26px;
}



@media (max-width: 780px) {
    .download{ 
    max-width: 90%;
    padding: 20px;
    padding-right: 20px;
}
}

.gms-feature-cards-default__card-text, .gms-feature-cards-default__card-media-wrapper{
    pointer-events: none;
}

header .container{
    width: auto;
}




.drawer {
    position: fixed;
    top: 0;
    right: -10px;
    width: 300px;
    height: 100%;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    border-left: 1px solid #eee;
  }

  .drawer.open {
    transform: translateX(0);
  }

  .drawer__content {
    padding: 20px;
  }

  .drawer__close {
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: baseline;
    width: 30px;
    background: none;
  }

  .drawer__close svg{
    height: 24px;
  }

  .__navi_drwer_menu{
    line-height: 3;
    margin: 30px 8px;
  }

  .__navi_drwer_menu a{
    text-decoration: none;
    color: var(--neutral-color-1);
    transition: .4s;
  }

  .__navi_drwer_menu .classteam-cta{
    color: #ccc;
  }

  .__navi_drwer_menu a:hover{
    color: black;
  }

  .text-container {
    position: relative;
    display: inline-block;
}


@media only screen and (max-width:860px) {
    .__disp_none {
        display: none !important;
    }

    .__navi_drwer_menu .__primary{
        background-color: #00b2f8;
    color: #fff;
    border-radius: 30px;
    height: 40px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}

