@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Redtowns';
    src: url(/themes/ap/assets/fonts/Redtowns.ttf);
}

body {
    background-color: black;
    overflow-x: hidden !important;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-y: visible !important;
    font-family: 'Inter', serif !important;
    padding: 0;
    margin: 0;
}

.header {
    background-color: black;
    position: relative;
    z-index: 99999;
}

.language-container {
    font-family: 'Inter', serif !important;
    padding: 12px 30px 3px 30px;
    text-transform: capitalize;
    background-color: black;
    border: none;
    color: white;
    margin-left: 2px;
}

.language-container label {
    font-size: 16px;
    color: #c0c4c5;
    font-weight: 600 !important;
}

.language-container select {
    font-size: 15px;
    font-weight: 600 !important;
    background-color: black;
    border: none;
    color: white;
    font-family: 'Inter', serif !important;
    margin-left: 5px;
    position: relative;
    background: url('img/caret-down-bold.svg') no-repeat right 10px center;
    background-size: 18px;
    padding-right: 31px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.thin-line {
    background-color: #323232;
    border: none;
    height: 0.8px;
    margin: 0;
}

.nav-container {
    padding: 10px 20px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-container img {
    width: 153px;
}

.nav-container a {
    margin-bottom: -5px;
}

#thin-line {
    margin-top: 70px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.login-btn {
    /* margin-bottom: -6px; */
    margin-left: 20px;
    font-weight: 700;
    font-size: 26px;
    font-family: 'Bebas', serif;
    color: #1dfff9;
}

.login-btn a:active {
    color: #1dfff9 !important;
}

.menu-btn {
    width: 60px;
    height: 60px;
    margin: 0;
    margin-left: 20px;
    /* background: #0a0a0a; */
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
}

.menu-btn:focus {
    background: #ffffff;
}

.menu-btn:active {
    background: #4b4b4b;
}

.menu-btn span {
    width: 30px;
    height: 3px;
    border-radius: 6px;
    background-color: #ffffff;
    margin: 2px 0;
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.menu-btn.open span {
    opacity: 0;
    margin: 0;
}

.menu-btn.open span:first-child {
    opacity: 1;
    rotate: 45deg;
    top: 3px;
}

.menu-btn.open span:last-child {
    opacity: 1;
    rotate: -45deg;
    top: -3px;
}

.menu-img {
    width: 29px !important;
    height: 29px !important;
}

.main-image {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/themes/ap/views/index/hero-banner.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    border-bottom: 1px solid black;
}

.bottom-text-container {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: left !important;
}

.bottom-text {
    text-align: left !important;
    color: #c6d9e5;
    font-size: 8px;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.text-container {
    margin-left: 55px;
    margin-right: 55px;
    width: 100%;
    text-align: center;
}

.text-new {
    font-weight: 700;
    font-size: 51px;
    line-height: 50px;
    color: white;
    font-family: 'Bebas', serif;
}

.text-pos {
    margin: 0;
    font-size: 40px;
    line-height: 70px;
    color: white;
    font-weight: 400;
    font-size: 31px;
    font-family: 'Beth ellen', serif;
}

.side-menu {
    position: fixed;
    z-index: 1000 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #000;
    color: #fff;
    padding: 175px 32px;
    transform: translateX(100%);
    transition: transform 0.2s ease;
    overflow-y: auto;
}

.side-menu.open {
    transform: translateX(0);
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list a {
    color: #dadcdd;
    text-decoration: none;
    font-size: 18px;
}

.dropdown .dropdown-list {
    color: #dadcdd;
    display: none;
    list-style: none;
    margin-top: 10px;
    padding-left: 44px;
}

.dropdown-list li {
    color: #dadcdd;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 600;
}

.dropdown-list li a {
    margin-top: 8px;
    font-size: 12px;
}

.dropdown.open .dropdown-list {
    display: block;
}

.menu-element {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.menu-element span {
    margin-left: 10px;
    font-weight: 700;
    font-family: 'Bebas', serif;
    font-size: 26px;
}

.menu-element img {
    width: 29px;
}

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

.menu-img-cont {
    width: 29px;
}

.menu-footer {
    margin-top: 35px;
}

.menu-footer h4 {
    font-family: 'Bebas', serif;
    font-size: 17px;
    color: #979799;
    font-weight: 700;
}

.contact-container {
    margin-top: 24px;
    display: flex;
    gap: 21px;
}

.menu-footer span {
    font-family: 'Raleway', serif;
    font-size: 12px;
    color: #979799;
    font-weight: 600;
}

.footer-logo {
    margin-top: 60px;
    text-align: center;
}

.hidden {
    display: none;
}

.help-btn {
    margin-top: 20px;
    font-weight: 700;
    font-family: 'Bebas', serif;
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.help-btn span {
    margin-left: 10px;
}

.help-btn .rotatable {
    width: 29px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.dropdown.open .toggle-icon {
    transform: rotate(0deg);
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff017f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff017f 0%, #ff2628 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff017f), color-stop(100%, #ff2628));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff017f 0%, #ff2628 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff017f 0%, #ff2628 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff017f 0%, #ff2628 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff017f 0%, #ff2628 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff017f', endColorstr='#ff2628', GradientType=0);
    /* IE6-9 */
}

span.menu {
    position: absolute;
    left: 150%;
    top: 7px;
    font-size: 22px;
    font-family: 'Comfortaa', cursive, sans-serif;
    letter-spacing: 1px;
    color: #fafafa;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.white-line {
    height: 1px;
    color: white;
}

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

.course-info {
    background: linear-gradient(to bottom, #010818, #0b2f88);
    text-align: center;
    padding-bottom: 88px;
}

.course-info img {
    margin-top: 53px;
}

.logo-title {
    font-family: 'Redtowns', sans;
    color: white;
    text-align: center;
    padding-top: 28px;
    font-size: 23px;
}

.course-name {
    color: white;
    margin-top: 32px;
    font-size: 53px;
    font-weight: 800;
}

.course-subtitle {
    font-size: 25px;
    color: #7fff2f;
    font-weight: 800;
}

.course-text {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 53px;
}

.buttons-container {
    margin-top: 65px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.custom-button {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1.5px solid white;
    border-radius: 19px;
    padding: 11px 24px;
    font-size: 14px;
    background-color: transparent;
    text-align: center;
}

.pagination {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.dot-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    border: 2px solid transparent;
    border-radius: 50%;
    margin: -2px;
    cursor: pointer;
}

.dot {
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
}

.dot-wrapper.active {
    border-color: white;
}

.rocket {
    margin-top: 10px;
}

.present-button {
    font-weight: 600;
    margin-top: 31px;
    font-family: 'Bebas';
    display: inline-block;
    text-decoration: none;
    color: white !important;
    border: 1px solid white;
    border-radius: 25px;
    padding: 11px 33px 8px 33px;
    font-size: 20px;
    background-color: transparent;
    text-align: center;
    transition:
        background-color 0.3s,
        color 0.3s;
}

.present-button {
    font-weight: 600;
    margin-top: 65px;
    font-family: 'Bebas';
    display: inline-block;
    text-decoration: none;
    color: white !important;
    border: 1px solid white;
    border-radius: 25px;
    padding: 11px 33px 8px 33px;
    font-size: 20px;
    background-color: transparent;
    text-align: center;
    transition:
        background-color 0.3s,
        color 0.3s;
    padding: 14px 41px;
    border: 2px solid transparent; /* убираем обычную рамку */
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background-image:
        linear-gradient(#000, #000), linear-gradient(345deg, #fff 0%, #1dfff9 23%, #545454 60%, #8efffc 70%, #fff 96%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.line-curved {
    width: 100%;
    margin-top: 13px;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 300vw;
    /* To accommodate multiple slides */
}

.gift-container {
    min-width: 100vw;
    /* Full viewport width */
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/car-background.png');
    width: 100vw;
    max-width: 100%;
    max-height: 100%;
}

.gift-container-club {
    background-image: url('img/Group 42214.png');
    background-size: cover;
    /* Заполняет всю область без черных полос */
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 90vh;
}

.gift-text-container {
    margin-top: 60%;
    text-align: center;
}

.text-logo {
    text-align: left;
    font-family: 'Redtowns', serif;
    color: white;
}

.text-logo p {
    font-weight: 200;
    font-size: 9px;
    margin: 0;
    padding: 0;
}

.gift-text {
    line-height: 37px;
    font-family: 'Bebas', serif;
    text-align-last: left;
    font-size: 36px;
    color: white;
    font-weight: 700;
}

.gift-text span {
    font-size: 50px;
}

.pagination-buttons {
    display: flex;
    gap: 10px;
}

.pagination-gift {
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

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

.bot-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 80px;
    text-align: center;
    padding-bottom: 20px;
}

.scroll-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 34px;
    height: 34px;
    background-color: #000000;
    color: white;
    font-size: 24px;
    border: 1px solid #1dfff9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s,
        visibility 0.3s;
    z-index: 99999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background-color: #000000;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    /* Для позиционирования пагинации */
}

.adam-text {
    align-self: center;
    margin-top: 71px;
}

.brand-container {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 38px 33px;
    margin: 20px 15px 0;
    text-align: left;
    border: 2px solid transparent;
    /* прозрачная рамка */
    border-radius: 53px;
}

.brand-container::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(90deg, #ffffff 0%, #1dfff9 23%, #545454 60%, #8efffc 70%, #ffffff 96%);
    border-radius: 53px;
    z-index: -1;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    padding: 2px;
}

.brand-title {
    line-height: 99%;
    font-family: 'Bebas', sans-serif !important;
    font-weight: 700;
    font-size: 43px;
}

.brand-text {
    margin-top: 13px;
    font-size: 17px;
    font-weight: 400;
    line-height: 110%;
}

.cta-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    min-width: 120px;
    max-width: 245px;
    display: block;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.01);
    color: white;
    border: none;
    font-weight: 700;
    font-size: 13px;
    padding: 27px 22px;
    padding-left: 33px;
    border-radius: 53px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    /* Важно для маски */
    z-index: 0;
    /* Для корректного наложения псевдоэлементов */
}

/* Градиентная рамка (через маску) */
.cta-button::after {
    content: '';
    position: absolute;
    inset: -4px;
    /* Расширяем на 2px за пределы кнопки */
    background: linear-gradient(152deg, #ffffff 0%, #1dfff9 23%, #545454 60%, #8efffc 70%, #ffffff 96%);
    border-radius: 53px;
    z-index: -1;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        /* Маска для контента */ linear-gradient(#fff 0 0);
    /* Маска для всего элемента */
    -webkit-mask-composite: xor;
    /* Вырезаем внутреннюю часть */
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    /* Современный аналог */
    padding: 7px;
    /* Толщина рамки */
}

.benefis-container {
    background-image: url(/themes/ap/views/index/img/BG.webp);
    padding-bottom: 52px;
    box-shadow:
        inset 0 -67px 53px -1px rgba(0, 0, 0, 0.5),
        inset 0 44px 33px 11px rgba(0, 0, 0, 0.5);
    /* снизу */
}

#app-smart-preloader {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.5s ease-out;
    border-radius: 20px 0 0 20px;
}

#app-smart-preloader.hide {
    transform: translateY(100vh);
}

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

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

#app-smart-preloader img {
    width: 100px;
    height: 100px;
    animation: blink 1.8s infinite ease-in-out;
}

.image-container {
    text-align: center;
    background-image: url('/themes/ap/views/index/bckgreen.jpeg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 675px;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.benefits-title {
    padding-top: 67px;
    font-family: 'Raleway', sans-serif;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 90%;
}

.benefits-title span {
    font-size: 17px;
}

.benefits-subtitle {
    color: #1dfff9;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.benefits {
    text-align: center;
    padding: 0px 92px;
    margin-top: 80px;
    color: white;
    font-family: 'Bebas', sans-serif;
    font-size: 23px;
    font-weight: 700;
}

.benefit {
    margin-bottom: 26px;
    display: flex;
    gap: 22px;
    align-items: center;
}

.benefit-name {
    margin-top: 5px;
    line-height: 90%;
    text-align: left;
}

.quote {
    padding: 0px 20px 0px 43px;
    text-align: center;
    margin-top: 167px;
    color: white;
    font-family: 'Bebas', sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 90%;
    margin-bottom: 48px;
}

.quote div {
    text-align: left;
}

.why-choose-us {
    background-color: black;
    color: white;
    padding: 40px;
    text-align: left;
    font-family: 'Bebas', sans-serif;
    width: 100%;
}

.why-choose-us-title {
    font-family: 'Bebas', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 110%;
}

.why-choose-us-title span {
    font-size: 52px;
}

.highlight {
    color: #00ffff;
}

.separator {
    margin-top: 17px;
    width: 100%;
    height: 9px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #121415 0%, #26292d 100%);
}

.quotes-list {
    padding-right: 30px;
    margin: 24px 0 0;
}

.benefits-list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 15px;
}

.quote-block {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.quote-icon {
    margin-top: -5px;
}

.quote-text {
    font-family: 'Bebas', sans-serif;
    font-size: 25px;
    font-weight: 100;
    line-height: 100%;
}

.business-container {
    text-align: center;
    margin-top: 40px;
    margin-right: 18px;
    margin-left: 18px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 73px 43px 73px 43px;
    background: black;
}

.businnes-title {
    margin-top: -40px;
    margin-bottom: -27px;
    font-family: 'Bebas';
    font-weight: 900;
    font-size: 75px;
    color: white;
}

.businnes-text {
    font-size: 38px;
    margin-top: 70px;
    color: white;
    font-family: 'Bebas', serif;
    font-weight: 600;
    line-height: 45px;
}

.businnes-text span {
    background-color: white;
    color: black;
    padding: 6px 18px 0px 18px;
}

.button-title {
    display: block;
    /* Делаем элемент блочным */
    width: calc(100% + 87px);
    /* Увеличиваем ширину на сумму padding-left и padding-right родителя */
    margin-left: -44px;
    /* Компенсируем padding-left родителя */
    margin-right: -46px;
    /* Компенсируем padding-right родителя */
    padding: 2px 0 0 0;
    /* Оставляем только нужный padding-top */
    font-family: 'Bebas', serif;
    font-size: 20px;
    font-weight: 700;
    color: black;
    background-color: #1dfff9;
    text-align: center;
    box-sizing: border-box;
    /* Учитываем padding и border в ширине элемента */
}

.button-wrapper {
    margin-top: 70px;
}

.custom-wrapper-button {
    color: black;
    padding: 20px 77px;
    font-size: 16px;
    border-radius: 50px;
    color: #1dfff9;
    font-weight: 600;
    background: linear-gradient(to right, #171718 0%, #727374 50%, #1f1e1f 75%, #494849 100%);
}

.business-container p {
    color: #ffffff;
    font-family: 'Bebas';
    font-weight: 400;
    font-size: 40px;
}

.text-new {
    color: #1dfff9 !important;
}

/* Contact Form */

.partner-container {
    background-image: url(/themes/ap/views/index/img/spabe-bg.png);
    padding: 100px 45px;
}

.partner-title {
    font-family: 'Bebas', serif;
    line-height: 0.88;
    font-size: 48px;
    color: white;
    font-weight: 700;
}

.partner-subtitle {
    font-family: 'Bebas', serif;
    font-size: 36px;
    font-weight: 400;
    color: #1dfff9;
}

.form-container {
    margin-top: 43px;
    font-family: Arial, sans-serif;
}

.form {
    display: flex;
    flex-direction: column;
}

.form-label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 5px;
    display: block;
}

.form-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    padding: 3px 0 0;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    border-bottom-color: #1dfff9;
    color: #fff;
}

.form-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: rgba(255, 255, 255, 0.75);
    /* font-size: 13px; */
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23ffffff" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    /* padding: 8px 25px 8px 0; */
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.form-select option {
    background: #000;
    color: #fff;
    padding: 8px;
    /* min-width: 100px; */
}

.form-select:focus {
    border-bottom-color: #1dfff9;
}

.phone-container {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    width: 100%;
}

.phone-code {
    flex: 0 0 140px;
    max-width: 105px;
}

.phone-number {
    flex: 1;
}

.rules {
    margin-top: 86px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rule {
    display: flex;
    font-size: 10px;
    color: rgba(207, 207, 207, 0.75);
    gap: 6px;
    align-items: center;
    max-width: 250px;
}

.rule.active {
    font-size: 13px;
    color: #cfcfcf;
    /* 100% */
}

.rule.active .rule-left img {
    content: url('img/checked-active.svg');
}

.partner-btn {
    border: 2px solid transparent;
    color: #c1c1c1;
    margin: 58px 18px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 17px;
    padding: 18px;
    border-radius: 53px;
    border: 3px solid #7e7e7e;
    background: transparent;
}

.partner-btn.active {
    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(160deg, #ffffff 15%, #40e0d0 23%, #545454 60%, #8efffc 78%, #ffffff 96%) border-box;
    color: #ffffff;
    border: 3px solid transparent;
}

.subs-container {
    margin-top: 72px;
    margin-bottom: 52px;
}

.subs-content-border {
    margin: 0 19px;
    background: linear-gradient(152deg, #ffffff 0%, #1dfff9 23%, #545454 60%, #8efffc 70%, #ffffff 96%);
    padding: 2px;
    border-radius: 53px;
}

.subs-content {
    background-color: black;
    color: white;
    border-radius: 55px;
    padding: 48px 32px;
    padding-bottom: 39px;
}

.subs-header {
    font-family: 'Bebas', serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
}

.limit-text {
    font-family: 'Bebas', serif;
    font-size: 30px;
    line-height: 0.4;
    font-weight: 500;
    padding: 31px 26px;
    background-color: black;
    border-radius: 53px;
    padding-bottom: 25px;
}

html[lang='ka'] .limit-text {
    font-family: 'Inter', serif;
    font-size: 19px;
    line-height: 1.2;
}

html[lang='ka'] .subs-header {
    font-family: 'Inter', serif;
    font-size: 27px;
    line-height: 1.2;
}

.limit-text-bordered {
    margin-top: 16px;
    margin-left: -21px;
    width: fit-content;
    background: linear-gradient(152deg, #ffffff 0%, #1dfff9 23%, #545454 60%, #8efffc 70%, #ffffff 96%);
    padding: 2px;
    border-radius: 60px;
}

.subs-text {
    font-family: 'Bebas', serif;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 42px;
    font-weight: 500;
}

.subs-sub-text {
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #c6c9cb;
}

.show-btn-bordered {
    margin-top: 42px;
    background: linear-gradient(152deg, #ffffff 0%, #1dfff9 23%, #545454 60%, #8efffc 70%, #ffffff 96%);
    border-radius: 53px;
    padding: 2px;
}

.show-btn_main-page {
    color: #fff;
    background-color: black;
    border-radius: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    font-weight: 600;
    padding: 19px;
}

.present-button-bordered {
    margin: 0 auto;
    width: fit-content;
    background: linear-gradient(152deg, #ffffff 0%, #1dfff9 23%, #545454 60%, #8efffc 70%, #ffffff 96%);
    border-radius: 53px;
    padding: 2px;
    margin-top: 65px;
}

.marketplace-title {
    margin-top: 43px;
    margin-left: 44px;
    font-family: 'Bebas', sans-serif;
    font-size: 47px;
    font-weight: 700;
}

/* Georgian language styles for titles and texts */

html[lang='ka'] .image-container {
    height: 760px;
}

html[lang='ka'] .brand-title {
    font-family: 'Inter', serif;
    font-size: 35px;
    line-height: 1.2;
}

html[lang='ka'] .brand-text {
    font-family: 'Inter', serif;
    font-size: 17px;
    line-height: 1.3;
}

html[lang='ka'] .benefits-title {
    font-family: 'Inter', serif;
    font-size: 24px;
    line-height: 1.2;
}

html[lang='ka'] .benefits-title span {
    font-size: 17px;
}

html[lang='ka'] .benefits-subtitle {
    font-family: 'Inter', serif;
    font-size: 17px;
}

html[lang='ka'] .benefits {
    font-family: 'Inter', serif;
    font-size: 23px;
}

html[lang='ka'] .benefit-name {
    font-family: 'Inter', serif;
    font-size: 18px;
    line-height: 1.2;
}

html[lang='ka'] .marketplace-title {
    font-family: 'Inter', serif;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}

html[lang='ka'] .partner-title {
    font-family: 'Inter', serif;
    font-size: 28px;
    line-height: 1.2;
}

html[lang='ka'] .partner-subtitle {
    font-family: 'Inter', serif;
    font-size: 22px;
    line-height: 1.2;
}

html[lang='ka'] .login-btn {
    font-family: 'Inter', serif;
    font-size: 20px;
    line-height: 1.2;
}

/*
html[lang='ka'] .gift-text {
    font-family: 'Inter', serif;
    font-size: 22px;
    line-height: 1.2;
}

html[lang='ka'] .gift-text span {
    font-size: 28px;
}

html[lang='ka'] .why-choose-us-title {
    font-family: 'Inter', serif;
    font-size: 20px;
    line-height: 1.2;
}

html[lang='ka'] .why-choose-us-title span {
    font-size: 32px;
}

html[lang='ka'] .quote-text {
    font-family: 'Inter', serif;
    font-size: 16px;
    line-height: 1.2;
}

html[lang='ka'] .course-name {
    font-family: 'Inter', serif;
    font-size: 32px;
    line-height: 1.2;
}

html[lang='ka'] .course-subtitle {
    font-family: 'Inter', serif;
    font-size: 18px;
    line-height: 1.2;
}

html[lang='ka'] .course-text {
    font-family: 'Inter', serif;
    font-size: 15px;
    line-height: 1.3;
}

html[lang='ka'] .logo-title {
    font-family: 'Inter', serif;
    font-size: 16px;
    line-height: 1.2;
}

html[lang='ka'] .social-title,
html[lang='ka'] .mobile-app {
    font-family: 'Inter', serif;
    font-size: 16px;
    line-height: 1.2;
} */

.redtowns-text_style {
    font-family: 'Redtowns', serif;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 20px;
}

.footer {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: 0;
    margin-top: 70px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.menu {
    margin-bottom: 37px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-size: 13px;
}

.menu-item {
    font-weight: 500;
    color: rgba(218, 220, 221, 0.87);
    cursor: pointer;
}

.menu-item:hover {
    text-decoration: underline;
}

.social-title,
.mobile-app {
    font-family: 'Bebas-Neue', serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
}

.mobile-app-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 11px;
    margin-bottom: 37px;
}

.mobile-app-container img {
    width: 155px;
}

.social-container {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.social-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 27px;
}

.social-icons img {
    width: 29px;
    height: 29px;
}

.social-text {
    color: #979799;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.copyright {
    margin-top: 16px;
    color: #39393a;
    font-weight: 300;
    font-size: 12px;
}
