/* --------Font--------------- */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Light.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* -----------Css-variable------ */
:root {
    --light-yellow: #fdf7ec;
    --dark-yellow: #fdf7ece7;
    --primery: #3f67f3;
    --dark-black: #181a22;
    --dark-greay: #9599ab;
    --greay: #afafaf;
    --text-greay: #848484;
    --black: #000000;
    --bg-white: #ffffff;
    --text-white: #fff;
    --red-color: #ff0000;
    --juicy-green: hsl(110, 66%, 48%);
    --green: #89b222;
}

/* ------Common-Css------------- */
html {
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

html, body {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Manrope', sans-serif;
    color: var(--black);
    background-color: var(--light-yellow);
    overflow-x: hidden;
}

.page_wrapper {
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: var(--black);
    transition: .4s all;
}

a:hover {
    text-decoration: none;
    color: var(--primery);
}

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

button:focus,
.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

h3 {
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
}

.white_text p,
.white_text .section_title h2,
.white_text span,
.white_text h3 {
    color: var(--text-white);
}

.section_title {
    text-align: center;
}

/* section heading h2 */
.section_title h2 {
    font-size: clamp(26px, 3vw, 44px);
    font-weight: 800;
    color: var(--dark-black);
    letter-spacing: -1px;
}

.section_title h2 span {
    color: var(--primery);
}

.section_title h2 span img {
    margin-left: 10px;
}

.section_title.white_text h2,
.section_title.white_text p {
    color: var(--bg-white);
}

.title_badge {
    color: var(--bg-white);
    display: inline-block;
    padding: 2px 20px;
    border-radius: 100px;
    background-color: var(--primery);
    margin-bottom: 10px;
}

.row_am {
    padding: 50px 0;
}

/* purple button */
.btn {
    font-weight: 700;
}

.puprple_btn {
    color: var(--text-white);
    background-color: var(--primery);
    font-size: 16px;
    padding: 9px 30px;
    border-radius: 25px;
    margin-left: 20px;
    position: relative;
    transform: translate3d(-3px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: .4s all;
    z-index: 2;
}

.puprple_btn:hover {
    color: var(--text-white);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.btn_block {
    position: relative;
    display: inline-block;
}

.btn_bottom {
    z-index: 1;
    border: 1px solid var(--green);
    border-radius: 100px;
    position: absolute;
    top: -8px;
    left: 8px;
    right: -12px;
    transform: translate(-0.52em, 0.52em);
    width: 100%;
    height: 100%;
}

/* slider controls */
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.owl-carousel .owl-dots button {
    display: block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid var(--primery);
    border-radius: 15px;
    margin: 0 5px;
}

.owl-carousel .owl-dots button.active {
    background-color: var(--primery);
}

.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

/* -------------Preloader-Css-Start-------------- */
body.has-preloader {
    overflow: hidden; /* блокируем скролл только пока прелоудер на экране */
}

#preloader {
    opacity: 1;
    transition: opacity .4s ease;
}

#preloader.preloader--hide {
    opacity: 0;
    pointer-events: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primery);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--dark-black);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--dark-greay);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* -----------Header-Css-Start------------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: box-shadow 0.3s ease-in-out;
    backdrop-filter: blur(5px);
    background-color: #fdf7ecd8;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header .container {
    position: relative;
}

.site-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-header__toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: auto;
    order: 2;
    position: relative;
    z-index: 10001;
    gap: 12px;
}


.site-header__toggle-label {
  font-weight: 600;
  font-size: 20px;
  color: var(--green);
  pointer-events: none;
}

/* .site-header__toggle:hover,
.site-header__toggle:focus-visible,
.site-header__toggle[aria-expanded="true"] {
    background-color: rgba(63, 103, 243, 0.12);
} */

.site-header__toggle:focus-visible {
    outline: 2px solid var(--primery);
    outline-offset: 2px;
}

.site-header__toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header__logo img {
    width: 130px;
    height: auto;
    display: block;
}

.site-header__logo {
    order: 1;
    margin-right: auto;
    position: relative;
    z-index: 10000;
}

.site-header__download {
    display: none;
    order: 3;
}

.site-header__download .btn_block,
.site-header__item--download .btn_block {
    margin: 0;
    width: 100%;
}

.site-header__download-button,
.site-header__link--download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 32px;
    border-radius: 999px;
    background-color: var(--green);
    color: var(--text-white);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.site-header__download-button:hover,
.site-header__download-button:focus-visible,
.site-header__link--download:hover,
.site-header__link--download:focus-visible {
    color: var(--text-white);
    background-color: #78a31c;
}

.site-header__link--download:active {
    background-color: #6a9318;
}

.site-header__download-button:focus-visible,
.site-header__link--download:focus-visible {
    outline: 2px solid var(--primery);
    outline-offset: 2px;
}

.site-header__menu {
    position: absolute;
    top: calc(100% + 9px);
    right: auto;
    width: min(320px, calc(100vw - 32px));
    background: var(--light-yellow);
    border-radius: 18px;
    border: 1px solid var(--dark-yellow);
    box-shadow: 0 22px 60px rgba(24, 26, 34, 0.16);
    padding: 22px;
    z-index: 9999;
    backdrop-filter: blur(14px);
}

.site-header__menu[hidden] {
    display: none;
}

.site-header__menu::before {
    /* декоративный треугольник, визуально соединяет меню и иконку */
    content: "";
    position: absolute;
    top: -10px;
    left: 25px;
    width: 20px;
    height: 20px;
    background: var(--light-yellow);
    border-left: 1px solid var(--dark-yellow);
    border-top: 1px solid var(--dark-yellow);
    transform: rotate(45deg);
    border-radius: 4px 0 0 0;
    z-index: -1;
}

.site-header__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-header__item--download {
    padding-top: 12px;
    border-top: 1px solid rgba(24, 26, 34, 0.08);
    margin-top: 12px;
}

.site-header__link {
    display: block;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 15px;
    color: var(--dark-black);
    text-decoration: none;
    transition: color 0.3s ease;
    border-radius: 12px;
}

.site-header__link:hover,
.site-header__link:focus-visible {
    color: var(--green);
    outline: none;
    background-color: rgba(137, 178, 34, 0.12);
}

.site-header__link:active {
    background-color: rgba(63, 103, 243, 0.12);
}

.site-header__item--download .site-header__link--download {
    width: 100%;
}

.site-header__item--download .btn_block {
    display: block;
}

.site-header__item--download .btn_bottom {
    right: -6px;
}

.site-header__link.is-active {
  color: var(--green);
}

.site-header__link.is-active::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--green);
  margin-top: 6px;
  border-radius: 2px;
}

/* navigation bar */
.navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 40px 12px;
    font-weight: 600;
    transition: .4s all;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primery);
}

.navbar-expand-lg .navbar-nav .nav-item .btn_block {
    margin-left: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link.dark_btn {
    color: var(--text-white);
    background-color: var(--green);
    font-size: 16px;
    padding: 9px 40px;
    border-radius: 25px;
    position: relative;
    transform: translate3d(-3px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: .4s all;
    z-index: 2;
}

.navbar-expand-lg .navbar-nav .nav-link.dark_btn:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    /* background-color: var(--primery); */
}

.navbar-brand img {
    width: 130px;
}

.navbar-brand h3 {
    color: var(--primery);
    font-weight: 800;
    font-size: 34px;
    margin: 0;
}

/* navigation toggle menu */
.toggle-wrap {
    width: 30px;
    height: 22px;
    padding: 0;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.toggle-bar {
    width: 30px;
    margin: 10px 0;
    position: relative;
    border-top: 4px solid var(--green);
    display: block;
}

.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: var(--green);
    height: 4px;
    width: 30px;
    position: absolute;
    top: -12px;
    right: 0px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}

.toggle-bar::after {
    top: 4px;
}

.toggle-wrap.active .toggle-bar {
    border-top: 4px solid transparent;
}

.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ---------Hero-Slider-Css-Start------------------ */
.banner_section {
    margin-top: 120px;
    position: relative;
}

.banner_section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    width: 1250px;
    max-width: 100%;
    height: 1000px;
    background-image: url(../images/yellow_dotes.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}

.banner_section .container {
    position: relative;
}

.banner_section .row {
    align-items: center;
}

.banner_section .banner_text {
    margin-top: -50px;
}

.banner_section .banner_text h1 {
    font-size: 50px;
    color: var(--dark-black);
    letter-spacing: -1.5px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner_section .banner_text h1 span {
    color: var(--primery);
}

.banner_section .banner_text .type-wrap span {
    font-weight: 700;
    color: var(--primery);
}

.banner_section .app_btn {
    display: flex;
    align-items: center;
}

.banner_section .app_btn li a {
    display: block;
    padding: 15px 35px;
    background-color: var(--black);
    border: none;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
}

.banner_section .app_btn li:last-child {
    margin-left: 25px;
}

.banner_section .app_btn li a img {
    transition: .4s all;
    height: 36px;
}

.banner_section .used_app {
    margin: 35px 0;
}

.banner_section .used_app ul {
    display: flex;
    align-items: center;
    margin: 0 10px 20px 0;
}

.banner_section .used_app ul li:not(:first-child) {
    margin-left: -20px;
}

.banner_section .used_app ul li:not(:first-child) img {
    border: 3px solid var(--bg-white);
    border-radius: 100px;
}

.banner_section .used_app h3 {
    color: var(--primery);
}

.banner_section .used_app p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
}

.banner_section .banner_slider {
    display: flex;
    position: relative;
    z-index: 1;
}

.banner_section .banner_slider .left_icon {
    position: absolute;
    left: 0px;
    bottom: 150px;
    z-index: 9999;
}

.banner_section .banner_slider .right_icon {
    position: absolute;
    right: 130px;
    top: -10px;
}

.banner_section .banner_slider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%) rotate(-8deg);
    width: 480px;
    height: 480px;
    background-color: var(--primery);
    z-index: -5;
    border-radius: 30px;
}

.banner_section .banner_slider .hero_img {
    text-align: center;
    width: 100%;
}

/* -----Typing Text------- */
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* ---------Key Feature Section Css Start---------- */
.key_feature_section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 80px;
    position: relative;
}

.key_feature_section::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -520px;
    background-image: url(../images/yellow_dotes.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1200px;
    height: 1000px;
    background-position: center;
    z-index: -1;
}

.key_innner {
    background: transparent;
    max-width: 1370px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.key_innner .dotes_blue {
    position: absolute;
    top: -55%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.key_innner .section_title {
    margin-bottom: 35px;
    position: relative;
}

.key_innner .section_title h2 {
    color: var(--black);
}

.feature_grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: flex-start;
}

.feature_column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature_column--wide {
  flex: 1 1 360px;
  max-width: 420px;
}

.feature_column--narrow {
  flex: 0 0 260px;
}

.feature_card {
  background-color: var(--bg-white);
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 20px 45px rgba(24, 26, 34, 0.08);
  border: 1px solid rgba(63, 103, 243, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(24, 26, 34, 0.12);
}

.feature_card__title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--primery);
    margin: 0;
}

.feature_card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--dark-black);
}

.key_innner .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid var(--primery) !important;
    transition: .4s all;
    background-color: var(--bg-white);
}

.key_innner .owl-nav button span {
    color: var(--primery);
    font-size: 22px;
    line-height: 1.2;
}

.key_innner .owl-nav button.owl-prev {
    left: -50px;
}

.key_innner .owl-nav button.owl-next {
    right: -50px;
}

.key_innner .owl-nav button:hover {
    background-color: var(--bg-white);
    border-color: var(--bg-white);
}

.key_innner .owl-nav button:hover span {
    color: var(--primery);
}

/* ------------About us Section Css Start-------- */
.about_section {
    position: relative;
}

.about_section.row_am {
    padding-top: 140px;
}

.about_section::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -400px;
    background-image: url(../images/purple_dotes.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1100px;
    height: 800px;
    background-position: center;
    z-index: -1;
}

.about_section::after {
    filter: blur(2px);
}

.about_section .section_title {
    margin-bottom: 70px;
}

.about_section .app_statstic {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.about_section .app_statstic li:first-child,
.about_section .app_statstic li:last-child {
    width: 100%;
    text-align: center;
}

.about_section .app_statstic li .text {
    width: 160px;
    height: 160px;
    border-radius: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--bg-white);
    border: 1px solid var(--primery);
    margin: 0 auto;
}

.about_section .app_statstic li .text p span {
    font-weight: 700;
    font-size: 35px;
    color: var(--primery);
}

.about_section .app_statstic li .text p {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    margin: 0;
    line-height: 1.2;
}

.about_section .abtImg {
    text-align: center;
}

.about_section .abtImg img{
    width: 100%;
}

.about_section .row > .col-lg-4:last-child {
    text-align: center;
    padding-left: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_section .row > .col-lg-4:last-child .feature-text {
    max-width: 420px;
    line-height: 1.7;
    font-size: 17px;
    letter-spacing: -0.2px;
    margin: 0 auto;
}

.about_section .row > .col-lg-4:last-child .feature-text strong {
    font-weight: 600;
    color: var(--primery);
}

.about_section .row > .col-lg-4:last-child .feature-text ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.about_section .row > .col-lg-4:last-child .feature-text ul li {
    margin-bottom: 5px;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.about_section .row > .col-lg-4:last-child .feature-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--primery);
    border-radius: 50%;
}

.about_section .row > .col-lg-4:last-child .feature-text p {
    text-align: left;
    margin-bottom: 10px;
}

.about_section .row > .col-lg-4:last-child .feature-text p:first-child {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* --------------Download Section Css Start--------------- */
.download_section {
  background: transparent;
  padding: 80px 0;
}

.download_section__buttons .app_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.download_section__buttons .app_btn li {
  list-style: none;
}

.download_section__buttons .app_btn li a {
  display: block;
  padding: 15px 35px;
  background-color: var(--black);
  border: none;
  position: relative;
  border-radius: 12px;
  transition: .4s all;
}

.download_section__buttons .app_btn li a img {
  transition: .4s all;
  height: 36px;
}

/* ---------- text List Flow Css Start ------------- */
.text_list_section {
    overflow: hidden;
    width: 100%;
}

.text_list_section .slider_block {
    background-color: var(--green);
    padding: 20px 0;
    transform: rotate(-1.5deg);
    width: 100%;
    overflow-x: hidden;
}

.text_list_section .down_fix {
    transform: rotate(-5deg);
    position: relative;
    bottom: -30px;
    z-index: 9;
}

.text_list_section .down_fix::after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 22px;
    height: 22px;
    background-image: url(../images/bigstar.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.text_list_section .owl-stage,
.text_list_section .owl-stage-outer {
    height: 55px;
}

.text_block {
    display: flex;
    align-items: center;
}

.text_block span {
    color: var(--text-white);
    font-size: 50px;
    font-family: var(--font-bebas);
    font-weight: 700;
    line-height: 1;
}

.text_block .mark_star {
    margin: 0 60px;
    font-family: 'Playball', cursive;
}

/* -------------Review Section Css Start-------------- */
.review_section {
    position: relative;
}

.review_section .positive_inner {
    padding: 50px 0 50px 0
}

.review_section .positive_inner .row {
    align-items: flex-start;
}

.review_section .positive_inner .row .sticky-top {
    top: 30px;
}

.review_section .google_rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.review_section .google_rating .star {
    display: flex;
    align-items: center;
}

.review_section .google_rating .star span,
.review_section .review_side .review_block .coustomer_info .star span {
    color: #fc9400;
}

.review_section .google_rating p {
    margin: 0;
    font-weight: 700;
}

.review_section .google_rating p img {
    height: 16px;
    nav-left: 5px;
}

.review_section .user_review {
    margin-bottom: 60px;
}

.review_section .user_review p {
    font-weight: 700;
}

.review_section .user_review p a {
    color: var(--primery);
}

.review_section .review_side .review_block {
    background-color: var(--bg-white);
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 30px;
}

.review_section .review_side .review_block .coustomer_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.review_section .coustomer_info .star {
    width: 100px;
    display: flex;
    justify-content: end;
}

.review_section .coustomer_info .avtar {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(100% - 120px);
}

.review_section .coustomer_info .avtar img {
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 150px;
}

.review_section .coustomer_info .avtar .text {
    width: calc(100% - 100px);
}

.review_section .coustomer_info .avtar .text h3 {
    margin-bottom: 0;
}

.review_section .coustomer_info .avtar .text span {
    font-size: 15px;
}

.review_section .review_block p {
    margin: 0;
}

.review_section .sidebar_text .section_title {
    text-align: left;
}

.review_section .smiley_icon {
    margin-top: 30px;
}

/* -----------Interface-Section-Css-Start----------------- */
.interface_section .screen_slider {
    margin-top: 35px;
    min-height: 720px;
}

.interface_section .owl-item .screen_frame_img img {
    transform: scale(.9);
    border: 2px solid #000;
    border-radius: 20px;
    transition: 1s all;
    margin: 0 auto;
}

.interface_section .owl-item.center .screen_frame_img img {
    transform: scale(1);
    border: 3px solid #000;
}

.interface_section .owl-dots {
    margin-top: 40px;
}

.interface_section .owl-dots .owl-dot {
    border: 1px solid var(--primery);
    background-color: var(--primery);
    background-color: transparent;
}

/* ===== Q&A section styles ===== */
:root {
  --zoryx-primary: #1E5EFF;
}

.qa_section {
    position: relative;
    z-index: 20;
}

.qa_section .section_title p {
    max-width: 920px;
    margin: 0 auto;
    font-size: clamp(17px, 1.5vw, 40px);
    color: var(--text-greay);
    margin-bottom: 32px;
}

.qa_list {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 21;
}

.qa_card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    padding: 22px 24px;
    margin-bottom: 14px;
    position: relative;
    z-index: 22;
}

.qa_card:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.qa_q {
    color: var(--zoryx-primary);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px;
    font-size: clamp(20px, 2.2vw, 26px);
}

.qa_a {
    color: #2a2a2a;
    margin: 0;
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.7;
}

/* ===== CONTACT SECTION ===== */
.contact_section {
    background: transparent;
    padding: 80px 0;
    position: relative;
    z-index: 15;
}

.contact_section .container {
    position: relative;
    z-index: 16;
}

.contact_section::before {
    content: "";
    position: absolute;
    left: 700px;
    top: -250px;
    transform: translateX(-50%);
    width: 1250px;
    max-width: 100%;
    height: 850px;
    background-image: url(../images/yellow_dotes.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.contact_section .section_title h2 {
    color: var(--dark-black);
    font-size: clamp(26px, 3vw, 44px);
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact_section .section_title p {
    font-size: clamp(17px, 1.5vw, 40px);
    color: var(--text-greay);
    margin-bottom: 32px;
}

.contact_email .contact_link {
    display: inline-block;
    font-size: clamp(28px, 4vw, 40px);
    color: var(--green);
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: underline;
}

/* --------------Downaload Section Css Start--------------- */
.downaload_section {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 25;
}

.downaload_section .background_slider {
    padding: 200px 0;
}

.downaload_section .dowanload_slider .downlist {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.download_section__inner {
    background-color: var(--bg-white);
    border-radius: 25px;
    padding: 40px 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.downaload_section .dowanload_slider .text_block span {
    position: relative;
    color: #ddd8cf;
}

.downaload_section .dowanload_slider {
    transform: rotate(-1.5deg);
    padding: 20px 0;
}

.downaload_section .yellow_dotes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.downaload_section .yellow_dotes img {
    width: 850px;
    max-width: 100%;
}

.downaload_section .center_screen {
    text-align: center;
    z-index: 26;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.downaload_section .app_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.downaload_section .app_btn li a {
    display: block;
    padding: 15px 35px;
    background-color: var(--black);
    border: none;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
}

.downaload_section .app_btn li:last-child {
    margin-left: 25px;
}

.downaload_section .app_btn li a img {
    transition: .4s all;
    height: 36px;
}

.downaload_section .slider_block {
    padding: 20px 0;
}

.downaload_section .slider_block .owl-stage,
.downaload_section .slider_block .owl-stage-outer {
    height: 55px;
}

.download_section.contact_section::before {
  display: none;
}

/* ------Footer-Css-Start-------------- */
footer {
    background: transparent;
    padding: 50px 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 50px;
    position: relative;
    z-index: 30;
}

.footer_nav {
    margin-bottom: 30px;
}

.footer_nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_nav__item {
    margin: 0;
}

.footer_nav__link {
    color: var(--text-greay);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease, opacity 0.3s ease;
    display: block;
}

.footer_nav__link:hover,
.footer_nav__link:focus {
    color: var(--text-greay);
    opacity: 0.8;
    outline: none;
}

.footer_bottom {
    max-width: 1370px;
    margin: 0 auto;
    background: transparent;
}

.footer_bottom .ft_inner {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

footer.white_text .footer_bottom .ft_inner p,
.footer_bottom .ft_inner p {
    margin: 0;
    color: var(--greay);
    font-size: 14px;
}

/* footer go top button */
.go_top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    cursor: pointer;
    transition: .4s all;
    display: none;
    z-index: 998;
}

.go_top span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
    color: var(--text-white);
    border-radius: 150px;
    font-size: 25px;
}

.go_top:hover {
    bottom: 21px;
}

/* how it works video model   */
.modal {
    z-index: 999999;
}

.modal-backdrop.show {
    z-index: 99999;
    opacity: .7;
}

.youtube-video .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    max-width: 1240px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

iframe#youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.youtube-video .modal-footer {
    border: none;
    text-align: center;
    display: block;
    padding: 0;
}

.youtube-video .modal-content {
    background: none !important;
    border: none;
}

#close-video {
    color: #fff;
    font-size: 30px;
}

.newsletter_section {
  position: relative;
  padding: 80px 0;
}

.newsletter_section__inner {
    max-width: 1010px;
  margin: 0 auto;
  text-align: center;
}

.newsletter_section__title {
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--dark-black);
  margin: 0;
}

.newsletter_section__subtitle {
  font-size: clamp(17px, 1.8vw, 40px);
  margin: 16px 0 32px;
  color: var(--text-greay);
}

.newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.newsletter_form__field {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  background-color: var(--bg-white);
  border-radius: 16px;
  padding: 6px;
  border: 1px solid rgba(137, 178, 34, 0.12);
  box-shadow: 0 18px 38px rgba(24, 26, 34, 0.08);
}

.newsletter_form__input {
  flex: 1 1 auto;
  border: none;
  padding: 14px 18px;
  font-size: 16px;
  border-radius: 12px;
  outline: none;
  background-color: transparent;
}

.newsletter_form__button {
  flex: 0 0 auto;
  padding: 0 28px;
  border-radius: 12px;
  background-color: var(--green);
  color: var(--text-white);
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter_form__button:hover {
  background-color: #3255d9;
}

.newsletter_form__hint {
  font-size: 14px;
  color: var(--dark-greay);
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* контейнер */
.site-header__language {
    display: inline-flex;
    position: relative;
    z-index: 10002;
    font-size: 14px;
  }
  
  /* ===== БАЗОВЫЙ СТИЛЬ КНОПОК ===== */
  
  .site-header__language-toggle,
  .site-header__language-current,
  .site-header__language-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 9px 18px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--green);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  /* по умолчанию центрируем содержимое в списке */
  .site-header__language-current,
  .site-header__language-option,
  .site-header__language-toggle {
    justify-content: space-between;
  }

  .site-header__language-option {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  /* ===== КНОПКА В ШАПКЕ (закрыто) ===== */
  
  .site-header__language-toggle {
    min-width: 72px;
    background-color: var(--light-yellow);
    border-radius: 18px;
    border: 1px solid rgba(137, 178, 34, 0.35);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition:
      border-color 0.18s ease,
      box-shadow 0.18s ease,
      background-color 0.18s ease,
      color 0.18s ease;
  }
  
  .site-header__language-toggle:hover {
    border-color: rgba(137, 178, 34, 0.6);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }
  
  .site-header__language-toggle:focus-visible {
    outline: 2px solid rgba(137, 178, 34, 0.25);
    outline-offset: 2px;
  }
  
  /* при открытии кнопку «прячем» визуально */
  .site-header__language--open .site-header__language-toggle,
  .site-header__language-toggle[aria-expanded="true"] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  
  /* ===== СТРЕЛКА В КНОПКЕ ===== */
  
  .site-header__language-icon {
    flex-shrink: 0;
    margin-top: -6px;
    margin-left: 6px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--green);
    border-bottom: 1.5px solid var(--green);
    transform: rotate(45deg);          /* вниз */
    transform-origin: center center;
    transition: transform 0.22s ease;
    pointer-events: none;
  }
  
 /* СОСТОЯНИЕ "ОТКРЫТО" – стрелка вверх */
.site-header__language-toggle[aria-expanded="true"] .site-header__language-icon,
.site-header__language--open .site-header__language-icon {
  transform: rotate(-135deg);        /* стрелка вверх */
}
  
/* стрелка в текущем языке в списке */
.site-header__language-current-icon {
    flex-shrink: 0;
    margin-top: 3px;
    margin-left: 6px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--green);
    border-bottom: 1.5px solid var(--green);
    transform: rotate(-135deg);
  }
  
  /* ===== СПИСОК (ОТКРЫТОЕ СОСТОЯНИЕ ПО УМОЛЧАНИЮ) ===== */
  
  .site-header__language-list {
    position: absolute;
    top: 0;              /* перекрываем кнопку */
    left: 0;
    width: 100%;
    border-radius: 18px;
    background: var(--light-yellow);
    border: 1px solid rgba(137, 178, 34, 0.3);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1;
  
    /* открытое состояние по умолчанию */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease;
  }
  
  /* закрытое состояние — когда JS добавляет hidden */
.site-header__language-list[hidden] {
    display: flex !important;  /* перебиваем стандартный display:none */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
  /* элементы списка */
  
  .site-header__language-item {
    list-style: none;
    width: 100%;
  }
  
  .site-header__language-item + .site-header__language-item {
    border-top: 1px solid rgba(24, 26, 34, 0.05);
  }
  
  /* верхний элемент – капсула сверху */
  .site-header__language-item--current .site-header__language-current {
    border-radius: 18px 18px 0 0;
    background-color: var(--light-yellow);
    justify-content: space-between;
  }
  
  /* остальные элементы – центрированный текст */
  .site-header__language-option {
    border-radius: 0;
    background-color: transparent;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  
 /* очень мягкий hover */
.site-header__language-option:hover,
.site-header__language-option:focus-visible {
  background-color: rgba(137, 178, 34, 0.05);
  color: var(--green);
  outline: none;
}
  
  .site-header__language-option[aria-selected="true"] {
    color: var(--green);
  }
  
.rules_section {
    padding-top: 120px;
}

/* ===== Правовая страница: аккуратная типографика ===== */
.rules_section .container {
    max-width: 920px;
}

/* Заголовки должны быть чуть больше основного текста,
   но заметно меньше «hero»-стиля на главной */
.rules_section h1 {
    font-size: clamp(26px, 3vw, 44px);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.2px;
    margin: 0 0 16px;
    text-align: center;
    color: var(--dark-black);
}

.rules_section h2 {
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.3;
    font-weight: 700;
    margin: 26px 0 10px;
    color: var(--dark-black);
}

.rules_section p,
.rules_section li {
    font-size: 16px;
    line-height: 1.7;
    color: var(--black);
}

/* Возвращаем маркеры списков только внутри rules_section */
.rules_section ul {
    list-style: disc;
    padding-left: 1.2em;
    margin: 0 0 12px;
}

.rules_section li + li {
    margin-top: 6px;
}

/* Ссылки (email/phone) в правилах — зелёные и при hover тоже */
.rules_section a {
    color: var(--green);
    text-decoration: underline;
}

.rules_section a:hover,
.rules_section a:focus-visible {
    color: var(--green);
    text-decoration: underline;
    outline: none;
}

/* Ссылка на регламент в футере */
.footer_regulations {
    text-align: center;
}

.footer_regulations__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-greay);
    text-decoration: underline;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.footer_regulations__link:hover,
.footer_regulations__link:focus {
    opacity: 0.8;
    outline: none;
}

.footer_regulations__text {
    text-decoration: underline;
    color: var(--text-greay) !important;
}