* {
    margin: 0;
    padding: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    color: #1E1E1E;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-sizing: border-box;
}

body.hidden {
    overflow: hidden;
    height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}

ul li {
    list-style: none;
}

a {
    transition: all 0.4s ease;
}

/* Focus states for accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #C8B588;
    outline-offset: 2px;
}

a:focus:not(:focus-visible) {
    outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid #C8B588;
    outline-offset: 2px;
}

h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    text-align: center;

}

*::-webkit-scrollbar-track {
    border-radius: 3px;
    width: 7px;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #aaa;
}


.all_btn {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #1E1E1E;
    background: #C8B588;
    border-radius: 12px;
    padding: 12px 16px 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: 154px;
    max-width: 100%;
    height: 54px;
    justify-content: center;
}



.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all_btn:hover {
    background: #B29A61;
    color: #1E1E1E;
}

.all_btn:focus {
    background: #C8B588;
    color: #1E1E1E;
    outline: 2px solid #1E1E1E;
    outline-offset: 2px;
}

.all_btn:active {
    background: #A68955;
    transform: scale(0.98);
    transition: all 0.2s ease;
}


#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 16.5px 0;
    transition: all 0.3s;
    background: #000000;
    border-bottom: 1px solid #ffffff40;
}

#header.other-pages {
    background: #fff;
    border-bottom: 1px solid #DADADA;
}

#header.other-pages .navbar-wrap a {
    color: #1E1E1E;
}

#header .flex {
    align-items: center;
}

#header.scroll-header {
    border-bottom: 1px solid #C7C8CF;
    background: #fff;
}


#header.scroll-header a {
    color: #131313;
}

.logo img {
    display: block;
}

#header.scroll-header .logo img {
    display: none;
}

.logo .scroll-img {
    display: none;
}

#header.scroll-header .logo img.scroll-img {
    display: block;
}

#header.other-pages.scroll-header .logo img {
    display: block;
}

#header.other-pages.scroll-header .logo img.scroll-img {
    display: none;
}

.navbar-wrap .footer-link {
    display: none;
}

.social-menu-item {
    display: none;
}

.navbar-wrap .flex {
    gap: 32px;
    align-items: center;
}


.navbar-wrap a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
}

.navbar-wrap a:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all 0.3s;
    background: #C8B588;
    opacity: 0;
}

.hide-desc {
    display: none;
}

.navbar-wrap a:hover:before {
    opacity: 1;
}

.navbar-wrap a.all_btn {
   color: #1E1E1E;
    display: flex;
}

.mob-block {
    display: none;
}

.container {
    max-width: 1288px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
.padding-all {
    padding: 80px 24px;
}

.promo {
    background: url("../images/club-bg.jpg") no-repeat center/cover;
    margin-top: 88px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.promo .container {
    max-width: 820px;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 68px;
}

.promo .container.flex {
    gap: 40px;
    justify-content: center;
}

.promo-item {
    width: 100%;
}

.promo-item p.gold br {
    display: none;
}

.promo-item .label {
    border: 1px solid #C8B588;
    border-radius: 20px;
    padding: 8px 16px;
    margin: 0 auto 16px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    width: max-content;
    max-width: 100%;
}
p.gold {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    max-width: 496px;
    margin: 0 auto;
    color: #C8B588;
}

h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.swiper-slide .slider-block-item {
    width: 100%;
    position: relative;
    opacity: 0.4;
}

.swiper-slide.swiper-slide-active .slider-block-item {
    opacity: 1;
}

.slider-block-item a {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.slider-block-item_bg {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
}

.slider-block-item_bg  img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
}

.slider-block-item a .slider-block-item_bg {
    transform: scale(1.02);
}

.slider-block-item a:hover .slider-block-item_bg {
    transform: scale(1.07);
}

.slider-block-item_cont {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.slider-block-item_cont .label {
    padding: 6px 12px;
    background: #FFFFFF;
    border-radius: 20px;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #1E1E1E;
    width: max-content;
    max-width: 100%;
}

.slider-block-item_cont span.title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    display: inline-block;
    color: #fff;
}

.slider-block-item_cont .flex {
    align-items: center;
    justify-content: space-between;
}

.slider-block-item_cont .arrow-block {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.slider-block-item_cont .arrow-block span {
    display: block;
    font-size: 20px;
    color: #fff;
    transition: all 0.4s ease;
}

/* Replace Material Icons with CSS arrows */
.material-symbols-outlined {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}

.material-symbols-outlined::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    top: 50%;
    left: 50%;
}

.material-symbols-outlined:not([data-icon])::before,
.material-symbols-outlined[data-icon="arrow_forward"]::before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.material-symbols-outlined[data-icon="arrow_back"]::before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.slider-block-item_cont .arrow-block:hover {
    border-color: #C8B588;
}

.slider-block-item_cont .arrow-block:hover span {
    color: #C8B588;
}

.slider-block-item:hover .slider-block-item_cont .arrow-block {
    border-color: #C8B588;
}

.slider-block-item:hover .slider-block-item_cont .arrow-block span {
    color: #C8B588;
}

.swiper-button-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    margin: 0 !important;
    padding: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.swiper-slide-prev .slider-block-item a,
.swiper-slide-next .slider-block-item a {
    position: relative;

}

.swiper-slide-prev .slider-block-item a:after,
.swiper-slide-next .slider-block-item a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(17, 58, 93, 0.4), rgba(17, 58, 93, 0.4)),
    linear-gradient(178.73deg, rgba(17, 58, 93, 0) 46.14%, #113A5D 98.92%);
    z-index: 1;
    border-radius: 20px;
    opacity: 0.4;
    transition: 0.3s;
}

.swiper-slide-prev .slider-block-item a:hover:after,
.swiper-slide-next .slider-block-item a:hover:after {
    opacity: 0;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    display: none;
}

.swiper-button-prev span,
.swiper-button-next span{
    transition: all 0.4s ease;
    font-size: 20px;
    display: block;
    color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
    border-color: #C8B588;
}


.swiper-button-prev:hover span,
.swiper-button-next:hover span {
    transition: all 0.3s;
    color: #C8B588;
}

.top-block{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.challenges.padding-all {
    padding: 80px 0;
}

.challenges .top-block{
    width: 529px;
    max-width: 100%;
    margin: 0 auto 107px;
}

.label-gold {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 16px;
    width: max-content;
    max-width: 100%;
    background: #C8B588;
    border-radius: 20px;
}

.challenges .top-block h3 {
    max-width: 500px;
}

.top-block p {
    font-weight: 500;
    text-align: center;

}

@media screen and (min-width: 991px) {
    .mySwiper2 {
        margin: 0 -12px;
    }

    .mySwiper2 .swiper-slide {
        width: 25% !important;

        padding: 0 12px;
    }

    .mySwiper2 .swiper-scrollbar {
        display: none !important;
    }




}

.mySwiper2 .card-block {
    height: 100%;
}

.swiper-scrollbar-drag {
    background: #C8B588 !important;
}

.swiper-wrapper {
    align-items: stretch;
}

.mySwiper2 .swiper-slide {
    height: auto;
}

.card-block {
    border-radius: 24px;
    border: 1px solid #DADADA;
    padding: 32px 32px 25px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transition: all 0.4s ease;
}

.card-block .icon-block {
    border: 1px solid #DADADA;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.4s ease;
}
.card-block span.title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    min-height: 39px;
}
.card-block p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}

.card-block:hover {
    border-color: #C8B588;
}

.card-block:hover .icon-block {
    border-color: #C8B588;
    background: #C8B588;;
}

.card-block:hover .icon-block img {
    filter: brightness(0) invert(1);
}


.solutions {
    background: #F5F2EB;
}

.solutions .label-gold {
    display: none;
}

#membership .label-gold {
    display: block;
}

.solutions.padding-all {
    padding: 80px 0;
}

.solutions .top-block {
    max-width: 820px;
    margin-bottom: 40px;
}

.solutions .tab-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.b-nav-tab {
    border: 1px solid #DADADA;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    background: #FFFFFF;
    opacity: 0.6;
    cursor: default;
}

.b-nav-tab.active {
    opacity: 1;
    background: #C8B588;
    border-color: #C8B588;
}

.b-tab {
    border: 1px solid  #DADADA;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.b-tab.hidden {
    display: none;
}

.b-tab-img img {
    display: block;
}

.b-tab .flex {
    flex-wrap: nowrap;
    gap: 54px;
    padding: 52px 0 0 60px;
}

.tabs {
    margin-bottom: 30px;
}
.b-tab-img {
    width: 50%;
}

.b-tab-img picture {
    display: block;
    width: 100%;
}

.b-tab-img picture img {
    width: 100%;
    height: auto;
}

.b-tab-cont {
    padding-top: 8px;
    padding-bottom: 60px;
    display: flex;flex-direction: column;
    justify-content: space-between;
    width: 48%;
}

.b-tab-cont .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    display: block;
    margin-bottom: 24px;
}

.b-tab-cont p {
    font-weight: 500;
    margin-bottom: 32px;
}

.b-tab-cont p span {
    font-weight: 700;
}

.b-tab-cont ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.b-tab-cont ul li {
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    line-height: 10px;
}

.b-tab-cont ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #32A66A;
}

.why-clubScope{
    background: url("../images/why-club-bg.jpg") no-repeat center/cover;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.why-clubScope .container {
    max-width: 820px;
}

.why-clubScope .container.flex {
    flex-direction: column;
    align-items: center;
}

.why-clubScope .container.flex .label-gold {
    margin-bottom: 32px;
}

.why-clubScope .container.flex h3 {
    color: #fff;
    margin-bottom: 24px;
}

.why-clubScope .container.flex p {
    color: #fff;
    text-align: center;
    margin-bottom: 65px;
}

.coming-soon {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    color: #C8B588;
    margin-bottom: 32px;
}

.resources {
    background: #F5F2EB;
    position: relative;
}

.resources .padding-all {
    padding-bottom: 0;
}

.resources .top-block {
    max-width: 785px;
    margin-bottom: 58px;
}

.resource-img {
    max-width: 950px;
    margin: 0 auto;
}

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

.contact-us {
    background: url("../images/form-bg.jpg") no-repeat center/cover;
    position: relative;
}

.contact-us-cont {
    max-width: 368px;
}

.contact-us-cont .label-gold {
    margin-bottom: 32px;
}

.contact-us-cont h3 {
    margin-bottom: 24px;
}

.contact-us-cont p {
    margin-bottom: 64px;
    font-weight: 500;
}

.contact-us-cont h3,
.contact-us-cont p {
    color: #fff;
    text-align: left;
}

.contact-us-cont-bottom ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-us-cont-bottom ul li{
    display: flex;
    align-items: center;
    gap: 7px;
}
.contact-us-cont-bottom ul li span {
    color: #fff !important;
    display: inline-block;
    border: none !important;
}

.contact-us-cont-bottom ul li a {
    color: #fff !important;
    border: none !important;
    position: relative;
}

.contact-us-cont-bottom ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background: #C8B588;
    transition: all 0.3s;
    opacity: 0;
}

.contact-us-cont-bottom ul li a:hover:before {
    opacity: 1;
}


.form-block {
    max-width: 609px;
    width: 100%;
}

.input-group {
    position: relative;
    width: 100%;
}

.input-group input,
.input-group textarea {
    border-radius: 10px;
    border: 1px solid #ffffff24;
    gap: 8px;
    opacity: 1;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    background: transparent;
    width: 100%;
}

.input-group input[data-empty=false] + label,  .input-group  input:visited + label, .input-group input:focus + label,
.input-group textarea[data-empty=false] + label,  .input-group  textarea:visited + label, .input-group textarea:focus + label {
    transform: translate3d(0, -11px, 0);
    font-size: 10px;
    color: #C8B588;
}

.input-group input[data-empty=false],  .input-group  input:visited , .input-group input:focus,
.input-group textarea[data-empty=false],  .input-group  textarea:visited , .input-group textarea:focus {
    border-color: #C8B588;
}

.input-group label,
.input-group textarea label {
    position: absolute;
    top: 14px;
    left: 16px;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    opacity: 0.5;
    cursor: pointer;
    width: calc(100% - 16px);
    text-align: left;
    pointer-events: none;
}
.input-group label,
.input-group input,
.input-group textarea {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: transparent;
    resize: none;
    display: block;
}

.form-row {
    width: 100%;
    display: flex;
    gap: 16px;
}

.contact-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.input-group.error label,
.input-group.error input[data-empty=false] + label,  .input-group.error  input:visited + label, .input-group.error input:focus + label {
    color: #d11616;
}

.input-group.error input{
    border-color: #d11616;
}

#message {
    height: 100px;
}

.form-block button {
    border: none;
    margin-top: 16px;
    transition: all 0.3s;
}

.form-block button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-block button:not(:disabled):hover {
    background: #B29A61;
}


.form-success p {
    margin-bottom: 32px;
}

.form-success h3 {
    margin-bottom: 16px;
}

.form-success p,
.form-success h3 {
    color: #fff;
    text-align: left;
}

.form-block .hidden {
    display: none !important;
}

.form-success {
    display: none;
}

footer {
    background: #1E1E1E;
    border-top: 1px solid #ffffff40;
    padding: 60px 0;
}

.footer-content.flex {
    align-items: center;
    gap: 21px;
    margin-bottom: 21px;
}

.footer-logo a {
    display: block;
}

.footer-logo a img {
    display: block;
}

.footer-social {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-social .social-icon {
    width: 32px;
    height: 32px;
    display: block;
    transition: all 0.3s ease;
}

.footer-social a:hover .social-icon {
    opacity: 0.7;
    transform: scale(1.1);
}

.footer-link {
    width: 70%;
}

.footer-content.flex p {
    color: #fff;
    font-weight: 500;
}
.footer-content .navbar-wrap .flex {
    justify-content: flex-end;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom .info-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-bottom .info-block span {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #C8B588;
}

.footer-bottom  .copyright p {
    color: #ffffff50;
}

.breadcrumbs {
    margin-top: 88px;
    padding-top: 80px;
    padding-bottom: 40px;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
}
.breadcrumbs ul li span.icon {
    display: inline-block;
    padding: 0 8px;
    margin-bottom: -2px;
}

.breadcrumbs ul li span.icon img {
    display: block;
}

.breadcrumbs ul li a span {
    border-bottom: 1px solid #1E1E1E;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 20px;
}

.breadcrumbs ul li a:hover span {
    border-bottom: 1px solid #C8B588;
    color: #C8B588;
}

.our-story .our-story_cont {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    width: 584px;
}

.our-story .our-story_cont h3 {
    text-align: left;
}

.our-story_cont p {
    line-height: 1.33;
}

.our-story_cont p span {
    font-weight: 700;
}

.our-story .container.flex {
    gap: 32px;
}

.our-story_img img {
    display: block;
}

.our-story {
    padding-bottom: 80px;
}

.our-mission {
    padding-top: 100px;
    background: url("../images/our-mission-bg.jpg") no-repeat center/cover;
    overflow: hidden;
}

.our-mission .top-block {
    margin-bottom: 55px;
    width: 621px;
}

.our-mission h3 {
    color: #C8B588;
}

.our-mission p {
    color: #fff;
}

.our-mission-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-mission-img img {
    display: block;
    margin-bottom: -10px;
    width: 100%;
}

.our-team {
    padding-top: 40px;
}

.our-team .flex {
    align-items: center;
}

.our-team-cont {
    max-width: 584px;
    width: 100%;
}

.our-team-cont h3 {
    text-align: left;
    margin-bottom: 24px;
}

.our-team-img {
    width: 50%;
}

.our-team-img img {
    display: block;
    width: 100%;
    height: auto;
}