﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: #000;
    font-family: 'Outfit';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: #000;
    line-height: 1;
}
img {
    max-width: 100%;
    height: auto;
}

/* Fontface */

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: normal;
    src: local('Outfit Regular'), url('../../fonts/OutfitRegular.woff') format('woff');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 200;
    src: local('Outfit ExtraLight'), url('../../fonts/OutfitExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    src: local('Outfit Light'), url('../../fonts/OutfitLight1.woff') format('woff');
}


@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: local('Outfit Medium'), url('../../fonts/OutfitMedium.woff') format('woff');
}


@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    src: local('Outfit SemiBold'), url('../../fonts/OutfitSemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: local('Outfit Bold'), url('../../fonts/OutfitBold.woff') format('woff');
}

:root {
    --bs-primary: #623EDA;
    --bs-secondary: #29004C;
    --bs-dark-bg: #040005;
    --purple-500: #7A5AF8;
    --purple-600: #6938EF;
    --gray-50: rgba(255, 255, 255, 0.2);
    --gray-500: #686677;
    --gray-text-50: #F6F6F8;
    --gray-600: #49475A;
    --clover: #228800;
}
.fw-medium {
    font-weight: medium;
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--purple-500);
}
.btn-500 {
    --bs-btn-bg: var(--purple-500); 
    --bs-btn-hover-border-color: var(--purple-500);
    --bs-btn-color: #fff;
}
.btn-clover {
    --bs-btn-bg: var(--clover);
    --bs-btn-hover-border-color: var(--clover);
    --bs-btn-color: #fff;
}
.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: var(--bs-primary);
}
.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
}
.btn-outline-primary, .header-buttons .btn {
    border-width: 3px;
} 
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.dark-mode {
    background-color: var(--bs-dark-bg);
    color: #fff;
}
.dark-mode .site-header .navbar {
    background-color: var(--bs-secondary);
}
.dark-mode .site-header .main-menu li a {
    color: #fff;
}
.dark-mode .site-header .navbar {
    box-shadow: 0px 0px 27.7px -4px #777777;
}
.dark-mode .btn-primary {
    --bs-btn-bg: #D7CBFF;
    --bs-btn-border-color: #D7CBFF;
    color: #000;
}
.dark-mode .btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #CEC2F6;
}
.dark-mode .circle, 
.dark-mode .customers .circle {
    background-color: rgba(129, 0, 241, 0.43);
}
.dark-mode .infos {
    background: #140121;
}
/* .dark-mode .entry-icon img {
    filter: brightness(0) invert(1);
} */
.dark-mode .infos .entry-title a, 
.dark-mode .graphic-info .btn,
.dark-mode .site-footer a,
.dark-mode .tools .text-purple {
    color: #fff;
}
.dark-mode form label {
    color: #e2e2e2;
}
.dark-mode .site-footer .logo-text {
    color: #b7b7b7;
}
.graphic-info .btn span {
    color: #000;
}
.dark-mode .graphic-info .btn .icon-holder {
    border-color:#fff;
    background: #fff;
}
.dark-mode .customers {
    background-color: rgba(25, 0, 42, 0.79);
}
.dark-mode .banner-content-wrapper {
    background-color: rgba(44, 3, 81, 1);
}
.dark-mode .site-footer {
    background-color: var(--bs-dark-bg);
    border-color: #41007D;
}
.dark-mode .tools .text-white {
    color: #FFF98F !important;
}
.dark-mode .box {
    background: linear-gradient(90deg, #210148 0%, #521E90 100%);
}
.dark-mode .color-card_text {
    border-color: #fff;
    color: #fff;
}
.dark-mode .tools .title {
    border: 1px solid #fff;
    background: transparent;
}
/* header */
.site-header .navbar {
    box-shadow: 0px 0px 27.7px -4px #D7D7D7;
}
.site-header .circle {
    width: 110px;
    height: 110px;
    filter: blur(75px);
}
.header-buttons a {
    min-width: auto;
    display: inline-block;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.header-buttons a:first-child {
    margin-right: 8px;
}

.site-header .main-menu li {
    margin: 0 5px;
}
.site-header .main-menu li a {
    padding: 10px 0;
    display: block;
    font-size: 14px;
}
.header-logo {
    max-width: 190px;
    display: block;
}
/* Hero */
.hero {
    padding: 86px 0 140px;
}
.hero-content {
    padding: 0 0 50px;
}
.hero-content_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
}
.hero-content_subtitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}
.hero-content_text {
    font-size: 24px;
    line-height: 29.05px;
    font-weight: 500;
    margin: 40px 0;
}
.hero .rec-wrapper {
    transform: translateY(35px);
    z-index: -1;
}
.hero .rec {
    border-radius: 9px;
    background-color: rgba(95, 80, 228, 0.31);
    height: 40px;
    display: flex;
    transform: rotate(9deg);
    left: 8px;
    top: -15px;
    right: 0;
    z-index: -1;
}

.hero .rec:first-child {
    width: 175px;
    top: -18px;
    right: -10px;
    left: auto;
}
.hero .rec:nth-child(3) {
    width: 170px;
    top: -12px;
    left: -10px;
    right: auto;
}

.hero-card_first {
    max-height: 420px;
}
.hero-card_first .hero-card_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: linear-gradient(0deg, rgba(17, 0, 194, 0.36) 0%, rgba(48, 48, 48, 0.16) 100%);
} 
.hero-card_first .hero-card_bg {
    width: 100%;
    height: 420px;
    border-radius: 28px;
    background: transparent url('../../images/hero-first.jpg') no-repeat;
    background-size: cover;
    background-position: 100% -20px;
    box-shadow: 0 11px 24.2px rgba(124, 124, 124, 0.39);
    overflow: hidden;
    position: relative;
}
.hero-card_second {
    background: transparent url('../../images/hero-card.png') no-repeat;
    padding: 30px;
    border-radius: 30px;
    color: #fff;
    background-size: cover;
    box-shadow: 0 11px 24.2px rgba(124, 124, 124, 0.39);
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.hero-card_second .inner-title {
    font-size: 24px;
    font-weight: 600;
}

.hero-card_second .inner-card {
    max-width: 100%;
    border-radius: 24px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.15);
}
.hero-card_second .inner-card p {
    font-size: 20px;
    line-height: 28px;
}
.hero-card_text {
    top: 60px;
    left: 0;
    max-width: 355px;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(204, 191, 255, 0.7) 0%, rgba(246, 246, 246, 0.7) 100%);
    padding: 8px 15px;
    margin: 0 10px;
}
.hero-content_btn {
    color: #fff;
    background: linear-gradient(90deg, rgba(81, 3, 236, 0.84) 0%, #8867FF 100%);
    font-size: 20px;
    line-height: 36px;
    font-weight: 800;
    border-radius: 18px;
    min-width: 100%;
    padding: 15px 27px;
}
.btn.book-demo {
    font-size: 20px;
    border-radius: 18px;
    padding: 15px 27px;
    background: #581ed8;
    color: #fff;
}
    .btn.book-demo:hover {
        background: #CAB7FF;
        color: #000;
    }
.hero .circle {
    filter: blur(110px);
}
.hero .circle2 {
    right: 0;
    top: 100px;
}
.hero .circle1 {
    left: 0;
    top: 200px;
}
.hero .circle3 {
    right: 0;
    top: 500px; 
}
.hero .inner-logo {
    border-radius: 7px;
    background: #F7ECFF;
    padding: 5px;
    margin-right: 19px;
}
.inner-sm-title {
    font-size: 13px;
}

.hero-card_last {
    background: linear-gradient(90deg, #DF59FF 0%, #656FFF 100%) ;
    border-radius: 36px;
    overflow: hidden;
    padding: 7px 20px;
    position: relative;
    box-shadow: 0 11px 24.2px rgba(124, 124, 124, 0.39);
}
.hero-card_last:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    background: transparent url('../../images/hero-card-curve.png') no-repeat bottom;
    height: 100px;
    background-size: 100% auto;
}
.hero-card_last .hero-card-image {
    width: 115px;
    height: 160px;
    transform: translateY(18px);
    z-index: 2;
}
.hero-card_last .hero-card-image img {
    width: 100%;
}
.hero-card_last .hero-card-text {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    flex: 1;
    margin-top: 40px;
}
.infos {
    padding-top: 36px;
    padding-bottom: 30px;
    background: #C8B8FF1F;
}
.infos .entry-icon {
    border-color: #7556DF !important;
    padding: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.infos .entry-title {
    font-weight: 600;
}
.graphic-info {
    padding: 70px 0;
}
.graphic-info .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
}
.graphic-info .entry-content {
    background: linear-gradient(359.57deg, #FFFFFF 0.37%, #D3C6FF 0.37%, #EDE8FF 99.63%);
    padding: 25px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 100px;
    color: #000;
}
.color-card {
    border-radius: 18px;
    background: #7556DF61;
    z-index: -1;
    top: 0;
}
.circle {
    width: 277px;
    height: 265px;
    background-color: #BFADFF;
    filter: blur(172px);
    border-radius: 50%;
    z-index: -1;
}
.color-card.right {
    left: 0;
}
.color-card.left {
    right: -38px;
}

.color-card_text {
    border: 1px solid;
    width: 125px;
    border-radius: 18px;
    border: 0.5px solid #000000;
    height: 200px;
    z-index: -4;
    background: transparent;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
}
.color-card.right .color-card_text {
    align-items: flex-end;
    right: -25px;
    left: auto;
    bottom: -40px;
    top: auto;
}
.color-card.left .color-card_text {
    top: -55px;
    left: -25px;
    right: auto;
}
.color-card.left .color-card_img {
    width: 100%;
    height: 100%;
    background: transparent url(../../images/info2.jpg) no-repeat center;
    background-size: 165%;
    top: 25px;
    left: 25px;
    border-radius: 18px;
    /*transform: rotateY(180deg);*/
    box-shadow: 0 4px 13.9px 1px  rgba(0,0,0, 0.25);
}
.color-card.left .circle {
    right: 0;
    left: auto;
}
.color-card.right .circle {
    left: 0;
    right: auto;
}
.graphic-info .btn {
    font-size: 26px;
}
.graphic-info .btn .icon-holder {
    width: 52px;
    height: 52px;
    border: 1px solid #000;
    margin-right: 10px;
}
.customers {
    background-color: #EDE8FF;
    z-index: 0;
    padding: 70px 0;
}
.customers .entry-title {
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 20px;
}
.customers .entry-title:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 0;
    background: transparent url(../../images/flag.svg) no-repeat center;
    background-size: contain;
    width: 34px;
    height: 38px;
}
.dark-mode .customers .entry-title:before {
    filter: grayscale(1) brightness(10);
}
.customers p {
    margin-bottom: 30px;
    line-height: 24px;
}
.customers .btn, .contactUs-section .btn {
    border: 1px solid #767676;
    border-radius: 10px;
    min-width: 100px;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    background: linear-gradient(90deg, #B7A5FF 0%, #E4DDFF 100%);
    letter-spacing: 3px;
}
.customers .entry-media {
    width: 90%;
    height: 356px;
    border-radius: 39px;
    overflow: hidden;
    margin: 80px auto;
}
.customers .circle {
    z-index: -1;
    background-color: #B9A7FF;
    filter: blur(70px);
}
.customers .elem {
    width: 90px;
    height: 90px;
}
.cert {
    background: transparent url(../../images/certificate.png) no-repeat center;
    background-size: contain;
    top: 0;
    left: 30%;
}
.star {
    background: transparent url(../../images/star.png) no-repeat center;
    background-size: contain;
    left: 0;
    top: 40px;
}
.offer {
    background: transparent url(../../images/offer.png) no-repeat center;
    background-size: contain;
    right: 0;
    bottom: 50px;
}
.user {
    background: transparent url(../../images/user.png) no-repeat center;
    background-size: contain;
    right: 0;
    top: 0;
}
.support {
    background: transparent url(../../images/support.png) no-repeat center;
    background-size: contain;
    left: 0;
    bottom: 0;
}
.info-banner {
    padding-top: 100px;
    padding-bottom: 50px;
}
.banner-box { 
    background: #fff url(../../images/banner.png) no-repeat center;
    background-size: contain;
    padding: 40px 30px;
    border-radius: 28px;
}
.banner-box .elem {
    width: 125px;
    height: 125px;
    display: inline-block;
    background: transparent url(../../images/king.png) no-repeat center;
    background-size: contain;
    top: 118px;
    left: 0;
}
.banner-content-wrapper {
    padding: 20px;
    border-radius: 32px;
    background-color: rgba(219, 219, 219, 0.69);
    border: 1px solid #fff;
    margin: 0;
    backdrop-filter: blur(4px);
}
.top-circles {
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}
.circle.left-top, .circle.right-top {
    width: 265px;
    height: 284px;
    top: -142px;
    filter: blur(110px);
}
.banner-box .main-text {
    font-weight: 500;
    line-height: 1;
}
.slogan-card {
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px #6775CD;
    padding: 15px;
    margin-left: auto;
    background: #fff url(../../images/slogan-bg.png) no-repeat center;
    background-size: contain;
}
.slogan-card p {
    font-size: 20px;
    line-height: 1;
    flex: 1;
    color: #000;
}
.slogan-card .icon-wrapper {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: text-top;
    background: transparent url(../../images/tick-square.svg)no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.text-purple {
    color: #270065;
}
.tools {
    padding-top: 50px;
    padding-bottom: 100px;
} 
.tools .circle {
    filter: blur(100px);
    z-index: -1;
}
.tools .right-circles {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tools .right-circles .circle {
    transform: translateX(200px);
}
.tools .right-circles .circle:last-child {
    transform: translate(200px, 200px);
}
.tools .left-circles {
    top: 21%;
    height: 800px;
}
.tools .left-circles .circle {
    transform: translateX(-180px) translateY(175px);
}
.tools .circle1, .tools .circle2 {
    width: 170px;
    height: 170px;
}
.tools .circle1 {
    bottom: 50px;
    right: 30%;
}
.tools .circle2 {
    bottom: 350px;
    right: 45%;
}
.tools .title-wrapper {
    margin-bottom: 75px;
}
.tools .title {
    border-radius: 28px;
    font-size: 32px;
    background: linear-gradient(90deg, #EFFFD1 0%, #FFFFFF 100%);
    padding: 10px 20px;
    font-weight: normal;
}
.tools .left-elem {
    width: 140px;
    height: 127px;
    background: transparent url(../../images/megaphone.png) no-repeat center;
    background-size: contain;
    margin-right: 30px;
}
.tools .right-elem {
    width: 100px;
    height: 100px;
    background: transparent url(../../images/garranty.png) no-repeat center;
    background-size: contain;
    margin-left: 30px;
}

.box { 
    border-radius: 12px;
    background: linear-gradient(90deg, #B474FF 0%, #E4CEFF 100%);
    font-size: 20px;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.first-row .box {
    margin-bottom: 40px;
}
.box1 {
    height: 248px;
}
.first-row .box4 {
    height: 150px;
    margin-bottom: 35px;
}
.first-row .box5 {
    height: 164px;
    margin-bottom: 35px;
}
.box6 {
    height: 140px;
}
.box7 {
    height: 199px;
}
.box8 {
    height: 259px;
}
.box.square {
    height: 212px;
}
.box.rec {
    height: 87px;
}
/* Footer */
.site-footer {
    border: 7px solid #CAB7FF;
    border-radius: 30px 30px 0 0;
    padding: 50px 0;
    background: #fff;
}
.site-footer .input-group>.form-control:focus {
    z-index: 2;
}
.site-footer .logo-text {
    font-size: 20px;
    color: #2A0250;
}
.footer-title {
    font-size: 18px;
}
.footer-menu, .footer-social {
    margin-top: 30px;
}
.footer-menu li {
    margin-bottom: 10px;
}
.footer-menu li a {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    padding: 5px;
}
.footer-social {
    gap: 22px;
    margin-bottom: 20px;
}

.site-footer .newsletter input.form-control {
    background: #EDEDED;
    padding: 10px 23px;
}
.site-footer .newsletter .submit-btn {
    background: linear-gradient(90deg, #5103EC 0%, #8867FF 100%);
    color: #fff;
    min-width:  110px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 14px;
}
.shape-footer {
    width: 100px;
    height: 122px;
    background: transparent url(../../images/vdf.svg) no-repeat;
    background-size: auto;
    display: inline-block;
    position: absolute;
    top: -75px;
    right: 30px;
}
.last-row .box {
    margin-bottom: 20px;
}

.contactUs-section {
    padding-top: 40px;
    padding-bottom: 100px;
}
.contactUs-section .title {
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: normal;
}
.contactUs-section .form-control {
    height: 50px;
}
.contactUs-section textarea.form-control {
    height: 120px;
}
.contactUs-section #drpCountry {
    width: 40px;
}
.contactUs-section .input-group>.form-control {
    width: 40%;
}

.header-buttons {
    margin-left: auto;
}
form label.error {
    display: block;
    position: absolute;
    bottom: -25px;
    color: #f00;
    font-size: 14px;
}
form input.error {
    border-color: #f00;
}
/* Responsive */
@media screen and (min-width: 475px) {
    .hero-content_title {
        font-size: 45px;
        line-height: 1.5;
    }
    .hero-content_btn {
        min-width: 270px;
    }
    .btn.book-demo {
        margin-left: 10px;
        padding: 18px 27px;
    }
}
@media screen and (min-width: 575px) {
    .hero-card_last:after {
        bottom: -25px;
    } 

    .color-card.left {
        right: -50px;
    }
    .color-card.right {
        left: -45px;
    }

    .customers .entry-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .tools .shape {
        width: 115px;
        height: 115px;
        display: block;
        
    }
    .tools .shape1 {
        background: transparent url(../../images/reward.png) no-repeat center;
        background-size: auto;
        bottom: -30px;
        right: -50px;
    }
    .tools .shape2 {
        background: transparent url(../../images/cert.png) no-repeat center;
        background-size: auto;
        right: calc(50% - 60px);
        top: calc(50% - 60px);
    }
    .tools .shape3 {
        background: transparent url(../../images/promotion-badge.png) no-repeat center;
        background-size: auto;
        right: -50px;
        top: 30%;
    }
    .tools .shape4 {
        background: transparent url(../../images/message.png) no-repeat center;
        background-size: auto;
        bottom: 0;
        left: -100px;
    }
    .site-footer {
        border: 15px solid #CAB7FF;
    }
    .footer-image {
        width: auto !important;
    }

}
@media screen and (min-width: 768px) {
    .hero-card_last .hero-card-text {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-content {
        height: 100%;
        padding-top: 50px;
    }

    .hero-content_btn {
        font-size: 30px;
        border-radius: 32px;
        padding: 23px 32px;
    }
    .btn.book-demo {
        font-size: 30px;
        border-radius: 32px;
        padding: 18px 32px;
    }
    .entry-icon {
        width: 126px;
        height: 126px;
        padding: 25px;
    }
    

    .customers .btn {
        border-radius: 16px;
        min-width: 196px;
        font-size: 22px;
    }
    .hero-card_second .inner-title:before, 
    .hero-card_second .inner-title:after {
        content: "";
        position: absolute;
        width: 90px;
        height: 50px;
    }
    .hero-card_second .inner-title:before {
        left: -15px;
        background: transparent url(../../images/line2.png) no-repeat left top;
        background-size: contain;
        top: -55px;
    }
    .hero-card_second .inner-title:after {
        right: 15px;
        background: transparent url('../../images/line.png') no-repeat right bottom;
        background-size: contain;
        bottom: -55px;
    }
    .hero-card_second .inner-card p {
        font-size: 26px;
        line-height: 34px;
    }
    .hero-card_last .hero-card-image {
        width: 155px;
        height: 205px;
    }
    .customers .entry-media {
        width: 344px;
        height: 356px;
        margin-top: 128px;
        margin-bottom: 120px;
    }
    .graphic-info .entry-content {
        font-size: 24px;
        line-height: 37px;
    }
    .customers .elem {
        width: 135px;
        height: 135px;
    }
    .star {
        top: 0;
    }
    /* .last-row .box {
        margin-bottom: 0;
    } */
    .footer-title {
        font-size: 26px;
    }
    .footer-menu li {
        margin-bottom: 15px;
    }
    .footer-menu li a {
        font-size: 24px;
    }
    .footer-social {
        margin-bottom: 50px;
    }
    .site-footer .logo-text {
        margin-top: 40px;
        font-size: 28px;
    }
    .site-footer .newsletter {
        max-width: 320px;
    }
    .site-header .main-menu li a {
        font-size: 12px;
    }
    .site-header.is-sticky {
        top: 0;
        position: fixed;
        backdrop-filter: blur(10px);
        animation: slideDown 0.35s ease-out;
        z-index: 9;
        left: 0;
        right: 0;
        background: #29004c7a;
        /* height: 92px; */
    }
    
    .site-header.is-sticky .header-logo {
        max-width: 60%;
    }
    .site-header.is-sticky button {
        font-size: 14px;
        padding: 7px 10px;
    }
    
    .site-header.is-sticky .navbar {
        background-color: transparent;
        padding: 0 !important;
        box-shadow: none;
    }
    .light-mode .site-header.is-sticky {
        background: #f8f8f8;
    }
    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }
}
@media screen and (min-width: 992px) {
    .site-header .main-menu li a {
        font-size: 14px;
    }
    .header-buttons a {
        min-width: 92px;
        padding: 13px 8px;
        font-size: 15px;
        line-height: 12px;
    }
    .header-buttons a:first-child {
        margin-right: 15px;
    }
    .hero-card_second .inner-card {
        max-width: 260px;
    }
    .customers .entry-content {
        max-width: 556px;
    }
    .customers .entry-title {
        margin-bottom: 77px;
        padding-right: 40px;
    }
    .customers p {
        margin-bottom: 80px;
        font-size: 26px;
        line-height: 1.25;
        font-weight: 300;
    }

    .customers .btn {
        font-size: 29px;
    }
    .info-banner {
        padding-top: 180px;
        padding-bottom: 80px;
    }
    .infos .entry-title {
        font-size: 20px;
        line-height: 32px;
    }
    .banner-box {
        border-radius: 58px;
        padding: 185px 68px 240px 39px;
        min-height: 672px;
    }
    .banner-box .main-text {
        font-size: 34px;
    }
    .slogan-card p {
        font-size: 32px;
    }
    .hero-boxes {
        max-width: 400px;
    }
    .hero-card_text {
        left: -30px;
        margin: 0;
    }
    .cert {
        top: -130px;
    }
    .support {
        bottom: -48px;
    }
    .color-card_text {
        width: 163px;
        height: 250px;
        padding: 20px 35px;
        font-size: 24px;
    }
    .color-card.left .color-card_img,
    .color-card {
        border-radius: 39px;
    }
    .color-card {
        top: -90px;
    }
    .color-card.right {
        left: -50px;
    }
    .color-card.right .color-card_text {
        top: 67px;
        bottom: auto;
    }
    .graphic-info .btn .icon-holder {
        width: 76px;
        height: 76px;
    }
    .graphic-info .btn {
        font-size: 32px;
    }
    .banner-content-wrapper {
        padding: 44px 62px 33px 49px;
        border-radius: 75px;
    }
    .slogan-card {
        border-radius: 48px;
        padding: 30px 18px;
        max-width: 426px;
    }
    .slogan-card .icon-wrapper {
        margin-right: 20px;
    }

}
@media screen and (min-width: 1024px) {
    .header-buttons a {
        min-width: 106px;
        padding: 13px 8px;
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (min-width: 1200px) {
    /* .site-header .main-menu li {
        margin: 0 10px;
    } */
    .site-header .main-menu li a {
        padding: 10px 6px;
        font-size: 16px;
        /* font-size: 24px; */
    }
    
    .hero-card_last:after {
        bottom: 0;
    }
    .hero-boxes {
        max-width: 440px;
    }
    .header-buttons a {
        min-width: 118px;
        font-size: 16px;
        line-height: 24px;
    }
    .hero-boxes {
        max-width: 515px;
    }
    .hero-content_title, 
    .hero-content_subtitle {
        line-height: 84px;
    } 
    .hero-content_title {
        /* font-size: 64px; */
        font-size: 58px;
    }
    .hero-content_subtitle {
        font-size: 42px;
    }
    .hero-content_text {
        margin-bottom: 180px;
    }
    .hero .rec {
        height: 74px;
    }
    .hero .rec:first-child {
        width: 328px;
        top: -8px;
        right: -35px;
    }
    .hero .rec:nth-child(3) {
        width: 370px;
        top: 8px;
        left: -35px;
    }
    .hero-card_first .hero-card_bg, .hero-card_last {
        border-radius: 58px;
    }
    .hero-card_last {
        padding: 7px 40px;
    }
    .hero-card_text {
        left: -60px;
    }
    .hero-card_second .inner-title {
        font-size: 31px;
    }
    .hero-card_last .hero-card-image {
        width: 185px;
    }
    .infos .entry-title {
        font-size: 27px;
    }
    .graphic-info {
        padding-top: 185px;
        padding-bottom: 165px;
    }
    .graphic-info .title {
        font-size: 62px;
        line-height: 78px;
        margin-bottom: 35px;
    }
    .graphic-info .entry-content {
        padding: 50px;
        border-radius: 37px;
        font-size: 31px;
    }
    .customers {
        padding-top: 150px;
    }
    .color-card_text {
        border-radius: 36px;
        height: 375px;
    }
    .box { 
        border-radius: 25px;
        font-size: 32px;
        padding: 20px;
    }

   

    .customers .cert, 
    .customers .user {
        width: 222px;
        height: 244px;
    }
    .customers .star {
        width: 185px;
        height: 191px;
        top: 100px;
    }
    .customers .offer {
        width: 222px;
        height: 226px;
    }
    .customers .support {
        width: 222px;
        height: 237px;
    }
}
@media screen and (min-width: 1300px) {
    .hero-boxes {
        max-width: 515px;
    }
    .site-header.is-sticky .header-logo {
        max-width: 40%;
    }
}
@media screen and (min-width: 1520px) {
    .site-header .main-menu li a {
        padding: 10px;
        font-size: 20px;
    }
    .header-buttons a {
        min-width: 172px;
        /* font-size: 24px; */
        font-size: 20px;
        line-height: 30px;
    }
    .site-header.is-sticky .main-menu li a, .site-header.is-sticky .header-buttons a {
        font-size: 18px;
    }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
    .color-card.right {
        top: -50px;
        transform: scale(0.9);
    }
}

@media screen and (max-width: 575px) {
    .register-btn_wrapper {
        width: 100%;
    }
    .btn.book-demo {
        width: 100%;
        margin-top: 15px;
    }
}