@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/fonts/TTFirsNeue-Regular.woff2') format('woff2'),
        url('/assets/fonts/TTFirsNeue-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/fonts/TTFirsNeue-Bold.woff2') format('woff2'),
        url('/assets/fonts/TTFirsNeue-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    font-family: 'TT Firs Neue', sans-serif;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

body {
    background-color: #08080A;
    background-image: url('./assets/images/body.png');
    background-size: cover;
    margin: 0;
    padding: 0;
}

header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-size: cover;
    padding: 10px 20px;
    border-radius: 24px;
    background: linear-gradient(135deg,
            rgba(10, 15, 28, 0.9),
            rgba(0, 0, 0, 0.85));
    margin-top: 20px;
    backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow:
        0 0 40px rgba(169, 169, 169, 0.15),
        inset 0 0 20px rgba(1, 7, 17, 0.05);
}


.logo-wrapper {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.l-links>ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
    list-style: none;
}

.l-links>ul>li>a {
    color: #FFFFFFCC;
    text-decoration: none;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo>img {
    max-width: 162px;
}

.h-btn {
    color: #fff;
    max-width: 163px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 7px 20px;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.r-side {
    display: flex;
    column-gap: 25px;
    align-items: center;
    width: 20%;
}

.h-link {
    color: #FFFFFFCC;
    font-weight: 300;
    text-decoration: none;
}

.container.main {
    height: 836px;
    background: url('./assets/images/main.png');
    background-size: cover;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.main-text {
    text-align: center;
}

.main-title {
    font-size: 72px;
    font-weight: 600;

    background: linear-gradient(90deg,
            #2b7bff,
            #6ea8ff,
            #9ecbff);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    color: transparent;
}

.main-text>.btn-wrapper>a {
    max-width: 200px;
}

.subtitle {
    font-size: 28px;
    color: #fff;
    max-width: 970px;
    margin: 0 auto;
}

.main {
    margin-top: 40px;
}

.main-btn {
    background: linear-gradient(180deg, #4A6EFF 0%, #234FFF 100%);
    color: #fff;
    padding: 15px 20px;
    max-width: 212px;
    width: 100%;
    border-radius: 10px;
    text-decoration: none;
    display: block;
}

.main-btn:hover {
    box-shadow: 1px 1px 20.6px 0px #1F4BFF inset;
    background: transparent;
    transition: .2s;
}

.sub-btn:hover {
    background: linear-gradient(180deg, #4A6EFF 0%, #234FFF 100%);
    transition: .2s;
}


.sub-btn {
    box-shadow: 1px 1px 20.6px 0px #1F4BFF inset;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 212px;
    width: 100%;
    text-decoration: none;
    display: block;
}

.btn-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
    column-gap: 20px;

    justify-content: center;
}

.border {
    padding: 15px 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(10, 15, 28, 0.9), rgba(0, 0, 0, 0.85));
    margin-top: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 40px rgba(169, 169, 169, 0.15), inset 0 0 20px rgba(1, 7, 17, 0.05);

}

.subWhite {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.second {
    margin-top: 40px;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.grid-item {
    position: relative;
    border: 1px solid #fff;
    border-radius: 25px;
    height: 462px;
}

.grid-item.one {
    background: url('./assets/images/21.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.grid-item.two {
    background: url('./assets/images/22.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.abs-text {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    max-width: 600px;
    padding: 20px;
}

.grid-wrapper-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    gap: 10px;
}

.trio-one {
    background: url('./assets/images/23.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.trio-two {
    background: url('./assets/images/25.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.trio-three {
    background: url('./assets/images/24.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.card-img {
    height: 400px;
    border-radius: 25px;
}

.card-item {
    border-radius: 25px;
    border: 1px solid #fff;
    background-color: #171717;
    max-width: 450px;
    width: 100%;
    margin-top: 40px;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card-img.card-1 {
    background-image: url('./assets/images/31.png');
    background-size: contain;
}

.card-img.card-2 {
    background-image: url('./assets/images/32.png');
    background-size: cover;
}

.card-img.card-3 {
    background-image: url('./assets/images/33.png');
    background-size: contain;
}

.card-img.card-4 {
    background-image: url('./assets/images/34.png');
    background-size: contain;
}

.card-img.card-5 {
    background-image: url('./assets/images/35.png');
    background-size: contain;
}

.card-title {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400 !important;
}

.card-text p {
    color: #fff;
    font-weight: 3;
}

.card-text {
    padding: 20px;
}

.border-flex {
    display: flex;
    align-items: center;

}

.border.border-flex {
    padding: 0 0px 0 20px;

}

.long {
    width: 50%;
}

.subSmall {
    font-size: 20px;
    font-weight: 3;
    color: #fff;
    margin: 0;
}

.grid-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 40px;
}

.body-1 {
    height: 600px;
    background: url('./assets/images/41.png');
    background-size: cover;
    border-radius: 25px;
}

.body-2 {
    height: 600px;
    background: url('./assets/images/42.png');
    background-size: cover;
    border-radius: 25px;
}

.card-body {
    background-color: #171717;
    border-radius: 25px;
    border: 1px solid #fff;
}

.card-text {
    /* background-color: #171717; */
    color: #fff;
}

.btn-wrap-card>a {
    display: block;
    max-width: 100%;
    text-align: center;
}

.dop-info {
    padding-top: 20px;
    padding-left: 20px;
    margin: 0;
    background: #A3A3A366;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    max-width: 180px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
}

.body-card-img {
    padding: 20px;
}

.big-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
    background-color: #171717;
    border: 1px solid #fff;

    margin-top: 40px;
    border-radius: 25px;
}

.card-img {
    background: url('./assets/images/51.png');
    height: 400px;
    padding: 20px;
}

.card-img>p {
    color: #fff;
    max-width: 400px;
}

.card-btn {
    margin-top: 150px;
}

.card-btn a {
    max-width: 100%;
    text-align: center;
}

.border {
    padding: 10px 20px;
    border-radius: 25px;

    background: rgba(255, 255, 255, 0.04);


    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.12);

    box-shadow:
        0 0 40px rgba(0, 0, 0, 0.2);
}

.grid-calendar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.calendar-item {
    position: relative;
    height: 384px;
    border-radius: 28px;
    border: 1px solid #fff;
    color: #fff;
    padding: 20px;

}

.calendar-text {
    margin-top: 80px;
}

.calendar-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(1, 7, 17, 0.8);

}

.cal-info {
    background-color: #0A0A0A;
    padding: 4px 10px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
}

.aus {
    background: url('./assets/images/61.png');
    background-size: cover;
}

.br {
    background: url('./assets/images/62.png');
    background-size: cover;
}

.usa {
    background: url('./assets/images/63.png');
    background-size: cover;
}

.md {
    background: url('./assets/images/64.png');
    background-size: cover;
}

.calendar-info {
    position: relative;
    z-index: 2;
}

.calendar-text {
    position: relative;
    z-index: 2;
}

.btn-wrapper>a {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.main-btn.closed {
    width: 100%;
    background: #08080A !important;
    max-width: 100%;
    text-align: center;
}

.main-btn:hover {
    background-color: #08080A;
}

.white>.container>.wrrp {
    background-color: #EDEDED;
    border-radius: 25px;
    padding: 20px;
    color: #111;
}

/* .white{
    margin-top: 40px;
} */

.card-title.black {
    color: #000;
}

.smal-item>p {
    color: #000;
}

.smal-item {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    height: 311px;

}

.tbl {
    background-image: url('./assets/images/71.png');
    background-position: bottom;
    background-size: 75%;
    background-repeat: no-repeat;
}

.man {
    background-image: url('./assets/images/mes.png');
    background-position: bottom;
    background-size: 75%;
    background-repeat: no-repeat;
}

.whiteImg img {
    max-width: 380px;
    margin-top: -50px;

}

.white-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    column-gap: 10px;
    gap: 20px;
}

.big-grid-item {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}

.ins {
    background-image: url('./assets/images/72.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;

}

.white-sec>a {
    max-width: 350px;
    margin: 20px auto;
}

.card-grid.white-sec>.card-item {
    max-width: 440px;
}

.card-item.dal {
    background: url('./assets/images/81.png');
    height: 550px;
    background-size: cover;
    position: relative;

}

.card-item.pav {
    background: url('./assets/images/82.png');
    height: 550px;
    background-size: cover;
    position: relative;
}

.card-item.sav {
    background: url('./assets/images/83.png');
    height: 550px;
    background-size: cover;
    position: relative;
}

.card-item.mir {
    background: url('./assets/images/84.png');
    height: 550px;
    background-size: cover;
    position: relative;
}

.card-item.bel {
    background: url('./assets/images/85.png');
    height: 559px;
    background-size: cover;
    position: relative;
}

.card-text.glass {
    position: absolute;
    bottom: 20px;
    height: 171px;
    max-width: 94%;
    width: 100%;
    margin: 0 auto;
    background-color: #8D909199;

    border-radius: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    backdrop-filter: blur(45.29999923706055px)
}

.card-text.glass>.card-title {
    font-size: 22px;
    margin: 0;
}

.card-text.glass>p {
    font-size: 14px;
    line-height: 1;
}

.video-item {
    height: 559px;
    width: 100%;
    background-color: #282828;
    border: 1px solid #fff;
    border-radius: 25px;
}

.video_grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


.faq {
    max-width: 1100px;
    margin: 60px auto;
}

.faq-item {
    border-radius: 30px;
    margin-bottom: 10px;

    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-header {
    width: 100%;
    padding: 4px 30px;

    display: flex;
    align-items: center;
    gap: 20px;

    background: transparent;
    border: none;
    cursor: pointer;

    color: #fff;
    font-size: 24px;
    text-align: left;
}

.faq-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.faq-title {
    flex: 1;
}

.faq-icon {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all 0.4s ease;
}

.faq-content p {
    padding: 0 0 30px 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.5;
}

.faq-item.active .faq-content {
    max-height: 500px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.form-wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.form {
    margin-top: 80px;
    border: 1px solid #FFFFFFB2;
    background: #171717E5;
    border-radius: 25px;
    padding: 35px;
    max-height: 560px;
}

input {
    display: block;
    width: 100%;
    margin: 10px auto;
    background: #0E0E1580;
    border-radius: 20px;
    color: #fff;
    padding: 12px;
    border: 1px solid #FFFFFFB2;
}

.form-title {
    font-size: 2rem;
    color: #fff;
    line-height: 1;
}

.flex-fr {
    display: flex;
    column-gap: 10px;
}

.form-check-input {
    width: 15px;
    height: 15px;
    margin: 0;
}

.btn-submit.main-btn {
    border: none;
    display: block;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer {
    background: #0E0E15B2;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
}

.footer p {
    text-align: center;
    color: #89898B;

}

.f-logo {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 40px;
}

.soc {
    width: 100%;
    max-width: 256px;
    margin: 20px auto;
}

.rights {
    color: #fff !important;
}

.join-wrapper {
    width: 420px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.join-card {
    width: 100%;
    padding: 20px 30px;
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);

    color: #fff;

    transform: translateX(120%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.join-card.show {
    transform: translateX(0);
    opacity: 1;
}

.join-card.hide {
    transform: translateX(-120%);
    opacity: 0;
}

.join-wrapper {
    position: absolute;
    top: 50px;
    right: 0;
    width: 390px;
    height: 66px;
}


.join-card {
    width: 100%;
    padding: 6px 25px;
    border-radius: 20px;
    background: #0E0E15E5;
    backdrop-filter: blur(20px);
    border: 1px solid #1F4BFF;
    color: #fff;
    display: flex;
    column-gap: 15px;
    transform: translateX(120%);
    opacity: 0;

    transition: transform 3s ease, opacity 1s ease;
}

.join-card.enter {
    transform: translateX(0);
    opacity: 1;
}

.join-card.leave {
    transform: translateX(320%);
    opacity: 0;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(5, 10, 20, 0.95);
    backdrop-filter: blur(30px);

    padding: 30px;
    transform: translateX(100%);
    transition: 0.4s ease;

    display: flex;
    flex-direction: column;
    z-index: 999;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.mobile-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}

.mobile-links a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.mobile-btn {
    margin-top: 40px;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 15px;
    text-align: center;
}

.burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 2px;
    background: #fff;
}

.mobile-slider {
    display: none;
}

.mobile-swiper {
    display: none;
}

.mob {
    display: none !important;
}

.lang-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.lang-btn img {
    width: 20px;
}

.lang-wrapper li a img {
    width: 20px;
}

.lang-wrapper li a {
    display: flex;
    width: 20px;
    column-gap: 15px;
    align-items: center;
}

#lang {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.r-side {
    position: relative;
}

#lang {
    width: 0;
    height: 0;
    opacity: 0;
    transition: 0.3s ease;
}

#lang.active {

    width: 90px;
    height: 110px;

    background-color: #08080A;
    border: 1px solid #1F4BFF;
    border-radius: 6px;
    opacity: 1;
    top: 35px;
    right: 00px;

}

.lang-btn {
    background-color: #171717;
    color: #fff;
    border: 1px solid #1F4BFF;
    padding: 5px;
    border-radius: 5px;
}

.lang-wrapper {
    list-style: none;
    padding-left: 0;
}

.lang-wrapper li a {
    display: flex;
    padding: 5px;
    column-gap: 10px;
    color: #fff;
    text-decoration: none;
}

.lang-wrapper li a:hover {
    color: #1F4BFF;
    transition: .2s;
}

.container.main {
    z-index: -1;
}

.lang-wrapper li {
    margin: 0;
}

.lang-btn {
    margin-left: auto;
    margin-right: 30px;
    margin-right: 10px;
}

.main-f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: url('./assets/images/m-back.png');
    background-size: cover;
    /* padding: 30px; */
    margin-top: 80px;
    height: 439px;
    border-radius: 30px;

}

.dalio-b {
    /* background: url('./assets/images/dalio.png'); */
    background-size: 100%;
    position: relative;
}

.f-text {
    padding: 30px;
}

.f-text>.subtitle {
    font-size: 43px;
    color: #fff;
    font-weight: 900;
}

.f-text>p {
    color: #fff;
}

.dalio-b>img {
    position: absolute;
    bottom: 0;
    max-width: 200%;
    right: -30%;
}

.grid-des {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.des-item {
    background-color: #171717CC;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
    color: #FFFFFFCC;
}

.blue-card {
    background-color: #1F4BFF;
    background-image: url('./assets/images/card-img.png');
    background-size: cover;
    background-position: right;
    padding: 20px;
    border-radius: 25px;
    margin-top: 20px;
    border: 1px solid #fff;
    color: #fff;
}


.step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 60px 0px;

}


.step-item {
    position: relative;
    background: rgba(0, 0, 0, 0.43);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 60px 30px 40px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: 0.3s ease;
}


.step-item:hover {
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-5px);
}


.step-item .num {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1c1f2b, #0c0f1a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}


.step-item p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.blue-text {
    background: linear-gradient(90deg, #2b7bff, #6ea8ff, #9ecbff);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.form-text-wrapper .subtitle {
    font-size: 2.2rem;
}

.dal-forma {
    background-image: url('./assets/images/form-back.png');
    background-color: #020D3D;
    background-size: cover;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 40px;
}

.form-text-wrapper p {
    color: #FFFFFFB2;
    font-size: 20px;

}

@media (max-width: 1100px) {
    .step-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .step-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 762px) {

    .l-links,
    .r-side {
        display: none;
    }

    .burger {
        display: flex;
    }

    header>.container {
        padding: 15px 20px;
    }

    .logo-wrapper {
        width: auto;
    }

    .main-title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 22px;
    }

    .btn-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .main-text>.btn-wrapper>a {
        max-width: 300px;
    }

    .container {
        padding: 15px;
    }

    .container.main {
        background: url('./assets/images/mobMain.png');
        background-size: cover;
        height: 864px;
        background-repeat: no-repeat;
    }

    .grid-wrapper {
        grid-template-columns: 1fr;
    }

    .abs-text {
        font-size: 18px;
    }

    .grid-item {
        height: 300px;
        background-size: cover !important;
        background-position: 50% 20%;
    }

    .grid-item.two {
        background: url('./assets/images/22mob.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover !important;

    }

    .grid-item.two>.abs-text {
        padding-bottom: 60px;
    }

    /* .grid-wrapper-trio {
        grid-template-columns: 1fr;
    } */
    .subWhite {
        font-size: 26px;
    }

    .mobile-slider {
        display: block;
    }

    .desk {
        display: none;
    }

    .mobile-swiper {
        display: block;
        padding: 10px 0 40px 0;
    }

    .border.border-flex {
        flex-direction: column;
        padding: 0;
    }

    .long {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding-top: 15px;
    }

    .grid-card {
        grid-template-columns: 1fr;
    }

    .body-1,
    .body-2 {
        height: 377px;
    }

    .big-card {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .mob {
        display: block;
    }

    .card-btn.mob {
        margin-top: 0;
    }

    .grid-calendar {
        grid-template-columns: 1fr;
    }

    .calendar-item {
        height: 520px;
    }

    .white-grid {
        grid-template-columns: 1fr;
    }

    .form-wrapper {
        grid-template-columns: 1fr;
    }

    .big-grid-item {
        height: auto;
    }

    .ins {
        background-size: 40%;
    }

    .whiteImg img {
        max-width: 200px;

        width: 100%;
    }

    .big-grid-item.ins {
        height: 300px;
    }

    .whiteImg {
        text-align: center;
    }

    .white>.container>.wrrp {
        padding: 10px;
    }

    .grid-wrapper-trio {
        grid-template-columns: 1fr;
    }

    .card-title {
        font-size: 20px;
    }

    .subSmall {
        font-size: 17px;
        font-weight: 500;
    }

    .three>.container {
        padding: 0;
    }

    .card-item {
        background-position: center !important;
    }

    .card-text.glass {
        height: auto;
    }

    .card-item {
        height: 518px !important;
    }

    .form {
        max-height: 100%;
        margin-top: 0;
    }

    .form-title {
        font-size: 1.5rem;
    }

    .faq-title {
        font-size: 1.5rem;
    }

    .faq-header {
        padding: 4px 10px;
    }

    .faq-title {
        font-size: 18px;
    }

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

    .join-card {
        width: 100%;
        max-width: 290px;
        padding: 5px 10px;
        border-radius: 30px;

        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.15);

        color: #fff;

        transform: translateX(50%);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
    }

    .join-wrapper {
        width: 290px;
        height: 100px;
    }

    .text {
        font-size: 15px;

    }

    .main {
        margin-top: 0;
    }

    #lang.active {
        width: 90px;
        height: 110px;
        background-color: #08080A;
        border: 1px solid #1F4BFF;
        border-radius: 6px;
        opacity: 1;
        z-index: 99999;
        top: 47px;
        right: 23px;
    }

    .f-text>.subtitle {
        font-size: 30px;
    }

    .main-f {
        height: 915px;
        grid-template-columns: 1fr;
    }
    .dalio-b > img{
        position:static;
        max-width:100%;
        border-radius:25px;
    }
    .main-f{
        background-position:center;
    }
    .grid-des{
        grid-template-columns:1fr;
    }
    .form-grid{
         grid-template-columns:1fr;
    }
    .dal-forma,
    .form{
        padding:20px 15px;
    }
    .form-text-wrapper > .subtitle{
        font-size:25px;
    }
    .main-f{
        margin-top:0px;
    }
    
.mob {
    display: block !important;
}
.card-img.card-1,
.card-img.card-2,
.card-img.card-3,
.card-img.card-4,
.card-img.card-5{
    background-size: contain !important;
}
.card-img{
    height:293px;
}
.big-card .card-img{
    background-size:contain !important;
    background-position:bottom;
    background-repeat:no-repeat;
}

}