h2 {
    font-size: 55px;
}
body,html {
overflow-x: hidden;
background-color: #FFFFFF;
}
body a{
    cursor: pointer;
}
.homepage_new_wrapper {
    background-color: white;
    min-height: 950px;
}


.homepage_hero_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

 


.homepage_unique_section_image_content_last_image {
    text-align: right;
    position: absolute;
    right: 24px;
    bottom: 24px;
}






.homepage_unique_section {
    padding: 128px 0px;
    background: #f1f1f1;
}

.homepage_unique_section_content h2 {
    color: #171717;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.7px;
    margin-bottom: 13px;
}

.homepage_unique_section_content p {
    font-size: 20px;
    color: #2F2F2F;
    font-weight: 400;
    line-height: 29px;
    word-spacing: 0px;
    margin-bottom: 23px;
}

.homepage_unique_section_wrapper {
    display: flex;
    gap: 138px;
}

.homepage_unique_section_content {
    max-width: 418px;
}

.homepage_unique_section_image {
    width: 628px;
    height: 466px;
    position: relative;
}

.homepage_unique_section_image_first_image {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    height: 364px;
}



.homepage_unique_section_content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.homepage_unique_section_content_links {
    display: flex;
    justify-content: space-between;
    gap: 17px;
}

.homepage_unique_section_content_links div {
    width: 100%;
}

.homepage_unique_section_content_links a {
    font-size: 14px;
    color: #039;
    font-weight: 600;
    line-height: 120%;
    border-radius: 20px;
    border: 2px solid #039;
    padding: 13px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.homepage_unique_section_content_links a.active {
    font-size: 14px;
    color: white;
    font-weight: 600;
    line-height: 120%;
    border-radius: 20px;
    background-color: #039;
    border: 2px solid #039;
    width: 100%;
    display: flex;
    justify-content: center;
}



.homepage_unique_section_image_second_image {
    position: absolute;
    height: 428px;
    object-fit: contain;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.homepage_unique_section_image_first_image,
.homepage_unique_section_image_second_image  {
    border-radius: 20px;
    background-color: white;
    padding: 16px;
}
.homepage_unique_section_image_first_image img,
.homepage_unique_section_image_second_image img {

    object-fit: unset;
}
.homepage_unique_section_image_content_first_image img {
    width: 26px;
    height: 51px;
    object-fit: contain;
}

.homepage_unique_section_image_content_second_image {
    text-align: center;
    margin-bottom: 15px;
}

.homepage_unique_section_image_content_second_image img {
    width: 58px;
    height: 58px;
    object-fit: cover;
}

.homepage_unique_section_image_content {
    position: absolute;
    z-index: 134;
    background-color: white;
    width: 318px;
    padding: 25px;
    border-radius: 20px;
    height: 466px;
    box-shadow: 0 4px 17.2px 0 rgba(0, 0, 0, 0.02);
    top: 0px;

}

.homepage_unique_section_image_content_last_image {
    text-align: right;
}

.homepage_unique_section_image_content_last_image img {
    width: 26px;
    height: 51px;
    object-fit: cover;
}

.homepage_unique_section_image_content_text {
    text-align: center;
}

.homepage_unique_section_image_content_text h3 {
    font-size: 29px;
    max-width: 200px;
    margin: 0px auto;
    text-align: center;
    line-height: 35.1px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    font-weight: 600;

}

.homepage_unique_section_image_content_text p {
    font-size: 14px;
    color: #696969;
    margin-bottom: 16px;
    max-width: 200px;
    margin: 0px auto;
    line-height: 20.1px;
    margin-bottom: 14px;
    font-weight: 400;
}

.homepage_unique_section_image_content_text p:last-child {
    max-width: 214px;
    margin-bottom: 0px;
}

.homepage_guarantee {
    min-height: 772px;
    display: flex;
    justify-content: end;
    align-items: end;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
}

.homepage_guarantee .container,
.homepage_guarantee .homepage_guarantee_title {
    height: 100%;
}

.homepage_guarantee_title {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 104px;
    max-width: 900px;
    margin: 0 auto;
}

.homepage_guarantee .homepage_guarantee_title h2 {
    color: white;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.25;
    letter-spacing: -0.6px;
    font-weight: 600;

}

.homepage_guarantee .homepage_guarantee_title p {
    color: white;
    font-size: 27px;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 33px;
    font-weight: 500;
}

.homepage_guarantee_title div {
    text-align: center;
}

.homepage_guarantee_title div a {
    display: inline-flex;
    justify-content: center;
    padding: 12px 72px;
    border-radius: 20px;
    background-color: white;
    color: #D70E09;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}

.slider_guarantee {
    position: relative;
}

.slider_guarantee_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    z-index: 13443;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    background: rgba(241, 241, 241, 0.69);
    border-radius: 20px;
    padding: 10px;
    width: 160px;
    height: 40px;
}

.slider_guarantee_nav .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: 0px;
}
/* keep guarantee pagination visible on desktop */
@media (min-width: 768px) {
  .slider_guarantee_nav .swiper-pagination { display: flex; }
}
.slider_guarantee .swiper-button-next::after,
.slider_guarantee .swiper-button-prev::after {
  font-size: 24px;
  color: #fff; /* promeni ako ti treba crna */
}

/* Da ne preklopi nešto */
.slider_guarantee .swiper-button-next,
.slider_guarantee .swiper-button-prev {
  z-index: 20;
}
.homepage_live_your_dream {
    padding-bottom: 208px;
    background-color: #FFFFFF;
}

.homepage_live_your_dream_slider_item {
    border-radius: 20px;
    padding: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 490px;
}

/* Live Your Dream slider (first block) card widths for variableWidth slick */
.new_slider_live_your_dream .homepage_live_your_dream_slider_item{
    /* legacy slick layout: keep as-is for reference; not used by Swiper */
    min-width: 1077px;
    max-width: 1077px;
    margin-right: 20px;
}
/* Swiper version: ensure fractional 1.3 slides work across widths */
.homepage-live-your-dream-swiper .swiper-wrapper { align-items: stretch; }
.homepage-live-your-dream-swiper .swiper-slide.homepage_live_your_dream_slider_item {
    width: auto; /* let Swiper compute based on container */
    min-width: 0; /* neutralize fixed widths from legacy rules */
    max-width: none;
}
@media (min-width: 1024px) and (max-width: 1439px){
  .new_slider_live_your_dream .homepage_live_your_dream_slider_item{
      min-width: 950px;
      max-width: 950px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .new_slider_live_your_dream .homepage_live_your_dream_slider_item{
      min-width: 660px;
      max-width: 660px;
  }
}
@media (max-width: 767px){
  .new_slider_live_your_dream .homepage_live_your_dream_slider_item{
      min-width: 316px;
      max-width: 316px;
      margin-right: 17px;
  }
}

.homepage_live_your_dream_slider_item_image {
    margin-bottom: 30px;
}

.homepage_live_your_dream_slider_item_content-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 410px;
}

.homepage_live_your_dream_slider_item_content {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.homepage_live_your_dream_slider_item_content p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    max-width: 363px;
    border-radius: 8px;
    background: rgba(114, 114, 114, 0.71);
    backdrop-filter: blur(3px);
    padding: 24px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}

.homepage_live_your_dream_slider_item_link a {
    font-size: 14px;
    color: #039;
    border-radius: 20px;
    background: #FFF;
    padding: 0px 32px;
    font-weight: 600;
    display: flex;
    height: 65px;
    align-items: center;
}

.homepage_live_your_dream_slider_item_link.mobile {
    display: none;
    justify-content: center;
}

.homepage_live_your_dream_slider_item_link.mobile a {
    width: 100%;
    text-align: center;
    padding: 18.5px 20px;
    color: #FFFFFF;
    background: #003399;
    line-height: 27.3px;
    letter-spacing: -0.2px;
    justify-content: center;
}

.homepage_live_your_dream_slider_item_image {
    display: flex;
    align-items: center;
    gap: 7px;
}

.homepage_live_your_dream_slider_item_image img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.homepage_live_your_dream_slider_item_image h3 {
    font-size: 28px;
    font-weight: 500;
    color: white;
    margin-bottom: 0px;
}

.homepage_live_your_dream_title {
  margin-bottom: 48px;
}
.homepage_live_your_dream {
    position: relative;
    padding-top: 141px;
}

.homepage-members-dots,
.homepage-events-dots,
.homepage-live-dots{
    display: none!important;
}
.homepage-members-arrows-wrapper,
.homepage-events-arrows-wrapper{
    display: flex;
    background-color: white;
    border-radius: 20px;
}

.homepage-live-arrows-wrapper{
    display: flex;
    background-color: #f1f1f1;
    border-radius: 20px;
}

.homepage-live-arrows button{
    background-color: unset;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .swiper1 .swiper-slide{
        min-width: 660px !important;
        max-width: 660px!important;
        min-height: 490px;
        margin-right: 20px;
    }
    /* Swiper container variant */
    .homepage-live-your-dream-swiper .swiper-slide.homepage_live_your_dream_slider_item{
        min-width: 0 !important;
        max-width: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .swiper1 .swiper-slide{
        min-width: 950px !important;
        max-width: 950px !important;
        min-height: 490px;
        margin-right: 20px;
    }
    .homepage-live-your-dream-swiper .swiper-slide.homepage_live_your_dream_slider_item{
        min-width: 0 !important;
        max-width: none !important;
    }
    .homepage_live_your_dream{
        padding: 100px 0px
    }
}

@media (min-width: 1440px) {
    .homepage_live_your_dream_title h2 {
      text-align: left !important;
    }
  
    .homepage_live_your_dream_slider_item_image {
      gap: 12px;
      margin-bottom: 54px;
    }
    .homepage_live_your_dream_slider_item_content p {
      padding-right: 12px;
    }
    .homepage_live_your_dream_slider_item_link a {
      height: 48px;
      padding: 10px 24px;
    }
    .swiper1 .swiper-slide{
        min-width: 1077px!important;
        max-width: 1077px!important;
        min-height: 490px;
        margin-right: 20px;
    }
    .homepage-live-your-dream-swiper .swiper-slide.homepage_live_your_dream_slider_item{
        min-width: 0 !important;
        max-width: none !important;
    }
}

.homepage_live_your_dream_title h2 {
    color: #171717;
    font-size: 55px;
    word-spacing: -1px;
    letter-spacing: -0.3px;
    font-weight: 600;
    text-align: center;
}

.pagination_homepage_live_your_dream {
    position: absolute;
    bottom: 150px;
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
}

.homepage_members_nav .swiper-button-next,
.homepage_members_nav .swiper-button-prev,
.homepage_live_your_dream .swiper-button-next,
.homepage_live_your_dream .swiper-button-prev {
    display: inline;
}

.homepage_members_nav .swiper-button-next::after,
.homepage_members_nav .swiper-button-prev::after,
.homepage_live_your_dream .swiper-button-next::after,
.homepage_live_your_dream .swiper-button-prev::after {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.homepage_live_your_dream .swiper-button-next::after,
.homepage_live_your_dream .swiper-button-prev::after {
    background-color: #F1F1F1;
}

.homepage_members_nav .swiper-button-next::after,
.homepage_members_nav .swiper-button-prev::after,
.homepage_live_your_dream .swiper-button-next::after,
.homepage_live_your_dream .swiper-button-prev::after {
    font-size: 8px !important;
    color: #000 !important;
    border-radius: 50%;
}

.homepage_members_nav .swiper-pagination,
.pagination_homepage_live_your_dream .swiper-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    position: absolute;
    background-color: white;
    top: -23px;
    width: unset;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 0px 15px;
}

.pagination_homepage_live_your_dream .swiper-pagination {
  background-color: #F1F1F1;
}

.swiper-pagination-bullet-active {
    background: #2D2D2D;
}

.homepage_club_membership {
    padding: 128px 0px;
    padding-bottom: 105px;
    background: #F1F1F1;
    position: relative;
}
.homepage_club_membership_nav {
    display: none;
}

.homepage_club_membership_title {
    margin-bottom: 40px;
}

.homepage_club_membership_title h2 {
    color: #171717;
    font-weight: 600;
}

.homepage_club_membership_title p {
    color: #2F2F2F;
    font-size: 20px;
    font-weight: 400;
}

.homepage_club_membership_items .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.homepage_club_membership_items .swiper-slide {
    min-width: 585px;
    max-width: 585px;
    margin-right: 48px !important;
}


.homepage_events .container{
    max-width: 1500px;
}
@media screen and (max-width: 1440px) {
    .homepage_events .container{
        max-width: 1200px;
        padding: 0px 40px;
    }
}
@media screen and (max-width: 991px) {
    .homepage_events .container {
        padding: 0px 30px;
    }
}

.swiper2 {
    overflow: visible;
}

.homepage_club_membership_item img {
  margin-bottom: 29px;
  border-radius: 20px;
  height: 336px;
}

.homepage_club_membership_item h3 {
    color: #171717;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 16px;
}
.homepage_club_membership .row{
    row-gap: 44px;
}


.homepage_club_membership_item p {
    color: #2F2F2F;
    font-size: 14px;
    max-width: 450px;
    line-height: 20.6px;
    word-spacing: -0.9px;
    font-weight: 400;
    letter-spacing: 0px;
}

.homepage_events_items { display: block; margin: 0 auto; }
.homepage_events_items .swiper-wrapper { align-items: stretch; }

.homepage_events_item {
    border-radius: 20px;
    overflow: hidden;
}

.homepage_events_title {
    text-align: center;
    padding-top: 180px;
    margin-bottom: 100px;
    position: relative;
}

.homepage_events_title h2 {
    margin-bottom: 9px;
    color: white;
    font-weight: 600;
    
}

.homepage_events_title p {
    color: white;
    font-size: 20px;
    letter-spacing: -0.3px;
    margin-bottom: 13px;
    font-weight: 400;
}

.homepage_events_button{
    position: relative;
    margin-bottom: 40px;
    display: none;
}

.homepage_events_button a {
    padding: 11px 81px;
    color: #039;
    font-weight: 600;
    border-radius: 20px;
    background: white;
    display: inline-flex;
    letter-spacing: -1.1px;
}

.homepage_events_item_text {
    background-color: white;
    padding: 24px;
    border-top: 1px solid #E3E3E3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 9px;
}

.homepage_events_item_text h3 {
    color: #171717;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 16px;
}

.homepage_events_item_text p {
    color: #2F2F2F;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    word-spacing: 0px;
}

/* Collapsible event description (3-line clamp + ellipsis) */
.homepage_events_item_text p.event-desc {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.25s ease;
    max-height: 60px; /* 3 lines x 20px line-height */
    cursor: pointer;
}
.homepage_events_item_text p.event-desc.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
    max-height: 999px;
}
/* enable positioning for toggle inside text card */
.homepage_events_item_text { position: relative; }
/* remove pseudo ellipsis; use button instead */
.homepage_events_item_text p.event-desc::after { content: none; }
/* three-dots button */
.homepage_events_item_text .event-desc-toggle {
    position: absolute;
    right: 16px;
    bottom: 12px;
    border: none;
    background: #fff;
    color: #2F2F2F;
    font-weight: 700;
    cursor: pointer;
    padding: 0 6px;
    line-height: 1;
}
.homepage_events_item_text .event-desc-toggle.hidden { display: none; }
.homepage_events_item_text p.event-desc::after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 8px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 30%);
}
.homepage_events_item_text p.event-desc.expanded::after { content: none; }

.homepage_events_item_text p:nth-child(1) {
    color: #696969;
}

.homepage_events {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 680px;
    position: relative;
}

.homepage_events_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #282828;
    opacity: 0.6;
}

.homepage_events_item {
    position: relative;
    z-index: 13413134;
    border: 1px solid #171717;
    box-shadow: 0 8px 18px 0 rgba(0, 51, 153, 0.11);
    /* Remove fixed dimensions; let Swiper handle sizing and gaps */
    width: auto;
    margin-right: 0;
}

.homepage_members_title {
    text-align: center;
    margin-bottom: 31px;
}

.homepage_members_title h3 {
    color: rgba(50, 50, 50, 0.88);
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 0px;
}

.homepage_members_title h2 {
    color: #323232;
    font-weight: 600;
}

.homepage_members_title p {
    color: rgba(50, 50, 50, 0.88);
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}

.homepage_members {
    background: #f1f1f1;
    padding: 450px 0px 148px 0px;
}

.homepage_members_slider .swiper-wrapper {
    margin-left: 28px;
}

.homepage_members_slider .swiper-slide {
    width: 297px !important;
    margin-right: 24px !important;
}

.homepage_members_items {
    display: flex;
    gap: 24px;
    position: relative;
}
.homepage_members_item_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 51, 153, 0.50) 0%, rgba(0, 51, 153, 0.00) 43.08%);
    overflow: hidden;
    border-radius: 20px;


}

.homepage_members_item {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 666px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
}

.homepage_members_item.reverse {
    flex-direction: column-reverse;
}

.homepage_live_your_dream_slider .swiper-wrapper,
.homepage_live_your_dream_slider {
    overflow: visible;
}

.homepage_live_your_dream_slider .swiper-wrapper {
    flex: 0 0 100%;
}

.homepage_members_item_content_name_text,
.homepage_members_item_content_name {
    display: flex;
    align-items: center;
}

.homepage_members_item_content_name_text {
    gap: 5px;
    flex-direction: column;
    align-items: start;
}

.homepage_members_item_content {
    background-color: white;
    padding: 25px 25px 23px 24px;
    border-radius: 20px;
}

.homepage_members_item_content_name {
    gap: 12px;
    margin-bottom: 7.8px;
}

.homepage_members_item_content > p {
    font-size: 14px;
    line-height: 20.4px;
    word-spacing: -0.5px;
    color: #2F2F2F;
    font-weight: 400;

}

.homepage_members_item_content_image img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.homepage_members_item_content_name_text h3 {
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.homepage_members_item_content_name_text p {
    color: #696969;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 100%;
    font-weight: 400;
}
.homepage_members_item_image_content {
    display: flex;
    z-index: 234;
    position: relative;
}
.homepage_members_item_image_content_image img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.homepage_members_item_image_content_name_text h3 {
    color: white;
    margin-bottom: 0px;
    font-size: 16px;
}

.homepage_members_item_image_content_name_text p {
    color: white;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 100%;
}

.homepage_members_item_image_content_name_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-left: 12px;
}

.homepage_members_item_image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 16px;
    position: relative;
}

.homepage_members {
    position: relative;
}

.homepage_members_nav {
    position: absolute;
    bottom: -50px;
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
}

.homepage_sponsors_wrapper { 
    overflow: hidden; 
    background-color: white; 
    display: block;
 }

.join_team {
    position: relative;
    padding-top: 128px;
    padding-bottom: 128px;
    background: #f1f1f1;
}

.join_team_wrapper {
    border-radius: 20px;
    background: #039;
    padding: 100px 128px;
}


.join_team_wrapper {
    display: flex;
    height: 469px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.confirmation_content h3{
    color: #2F2F2F;
text-align: center;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
margin-bottom: 12px;
}
.confirmation_content p{
color: #696969;
text-align: center;

font-family: Montserrat;
        font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 17px;    
margin-bottom: 24px; 
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .join_team_wrapper {
        height: 559px;
    }
}
.join_team_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 474px;
    width: 100%;
}

.join_team_image img {
    object-fit: contain;
}
.join_team_image img:nth-child(1) {
  display: none;
}

.join_team_image img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 6%;
    width: fit-content;
    height: 100%;
}

.join_team_content h2 {
    color: white;
    line-height: 67px;
    font-size: 45px;
    letter-spacing: -0.7px;
    font-weight: 600;
}

.join_team_content p {
    color: #F2F2F2;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    word-spacing: -1.1px;
    font-weight: 400;
    margin-bottom: 13px;
}
.join_team_button a {
    padding: 12px 69px;
    border-radius: 20px;
    background: white;
    color: #039;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
}

.slider_guarantee_nav .swiper-button-next::after,
.slider_guarantee_nav .swiper-button-prev::after {
    font-size: 8px !important;
    color: #000 !important;
    position: relative;
}
.header_2 .col-md-2,
.header_2 .col-md-5{
    width: 25%;
}
.header_2 .col-md-5.mobile_slide_content{
    width: 50%;
    justify-content: center;
}

.homepage_sponsors {
    padding: 124px 0;
    background: #fff; /* po želji */
  }

.homepage_sponsors_wrapper { overflow: visible; width: 100%; }
  
  .homepage_sponsors h2{
    text-align: center;
    color: #323232;
text-align: center;
font-size: 55px;
font-weight: 600;
line-height: normal;
margin-bottom: 48px;
  }
 .homepage_sponsors_track { 
     display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 81px;
 }
  
  
.homepage_sponsors_image img { height: 60px; width: auto; display: block; }
  
  /* keyframes removed in favor of slick linear autoplay */
  
  /* Mobile-only CSS marquee (no JS): smooth, constant speed */
  @media (max-width: 575px) {
    .homepage_sponsors_wrapper { overflow: hidden; }
    .homepage_sponsors_track {
       display: inline-flex;
       flex-wrap: nowrap;
       align-items: center;
       justify-content: flex-start;
       gap: 0;
       white-space: nowrap;
       transform: translate3d(0,0,0);
       will-change: transform;
       backface-visibility: hidden;
       animation: sponsors-marquee 12s linear infinite;
    }
    .homepage_sponsors_image {
       flex: 0 0 auto;
       width: 33.3333vw; /* 3 logos visible across viewport width */
       padding: 0 10px;
       box-sizing: border-box;
      margin-bottom: 0;
    }
    .homepage_sponsors_image img {
      width: 100%;
      height: 48px;
      object-fit: contain;
      display: block;
       backface-visibility: hidden;
    }

    /* show duplicated items only on mobile */
    .homepage_sponsors_image.is-duplicate { display: block; }

  }

  /* hide duplicated items on >=576px (desktop/tablet), keep static grid with gap */
  @media (min-width: 576px) {
    .homepage_sponsors_image.is-duplicate { display: none; }
  }
  
  /* Seamless loop: move by 50% because list is duplicated */
  @keyframes sponsors-marquee {
     0%   { transform: translate3d(0, 0, 0); }
     100% { transform: translate3d(-50%, 0, 0); }
  }
  
.header_mega_menu .container{
    max-width: 100%;
}
.mobile_content,
.homepage_live_your_dream_slider_item_image-mobile{
    display: none;
}
.mega_menu_about_content_item{
    border-radius: 20px;
}

@media screen and (max-width: 1240px) {
 
    .homepage_unique_section_image_first_image {
        display: none;
    }
    .homepage_unique_section_content_wrapper h2{
        font-size: 40px;
    }
    
    .homepage_unique_section_image_second_image{
        object-fit: cover;
        width: 291px;
    }
    .homepage_unique_section_image_second_image img{
        left: -20px;
    }
    .homepage_unique_section_image_second_image{
        left: 70%;
    }
    .homepage_unique_section_wrapper{
        gap: 100px;
    }
    .homepage_unique_section_image_content{
        top: unset;
    }
}

@media screen and (max-width: 991px) {
    .homepage_unique_section_content_wrapper h2{
        font-size: 40px;
    }
    .homepage_unique_section_content_links{
        flex-wrap: wrap;
    }
    .homepage_unique_section_image_second_image{
        object-fit: cover;
        width: 291px;
    }
    .homepage_unique_section_image_second_image img{
        left: -20px;
    }
    .homepage_unique_section_image_content{
        top: unset;
    }
    
    .homepage_unique_section_content {
        max-width: 43%;
    }
    .homepage_unique_section_image {
        max-width: 50%;
    }
    .homepage_unique_section_wrapper {
        gap: 70px;
    }
    .homepage_unique_section_image_content {
        position: relative;
    }
    .homepage_unique_section_image_content{
        width: 270px;
    }
    .join_team_wrapper {
        padding: 100px 20px;
    }
    .join_team_wrapper{
        background-image: unset!important;
    }
    .join_team_wrapper{
        height: unset;
        flex-direction: column;
    }
    .join_team_content{
        width: 100%;
        margin: 0px auto;
        justify-content: center;
        text-align: center;
    }
    .join_team_wrapper{
        padding: 40px;
    }
    .join_team_image img:nth-child(1) {
        display: block;
        height: 350px;
    }
  
      .join_team_image img:nth-child(2) {
          display: none;
      }

}

@media screen and (max-width: 767px) {
    .swiper1 {
      display: block;
    }
    .homepage_live_your_dream_slider_item_link.mobile {
      display: flex;
    }
 
    .homepage_unique_section_content {
        max-width: 100%;
    }
    .homepage_unique_section_image_content {
        left: 0px;
        top: unset;
        width: 279px;
    }
    .homepage_unique_section_image {
        max-width: 100%;
    }
    .homepage_unique_section_wrapper {
        flex-direction: column;
    }
    .homepage_unique_section_content_links {
        display: none;
    }
    .homepage_unique_section_image_second_image {
        right: 0px;
        left: unset;
    }
    .homepage_events {
        height: 600px;
    }
    .homepage_guarantee .homepage_guarantee_title h2 {
        font-size: 40px;
    }
    .homepage_guarantee .homepage_guarantee_title p {
        font-size: 24px;
        line-height: 120%;
    }
  
    .homepage_club_membership_items .swiper-wrapper {
        display: flex;
        justify-content: start;
    }
    .join_team_image img:nth-child(1) {
        height: 317px;
    }
    .join_team_content p{
        font-size: 16px;
        line-height: 23px;
    }
}

@media (min-width: 768px) {
    .swiper-pagination {
        display: none;
    }
}

@media (max-width: 767px) {
    .homepage-events-arrows{
        display: none;
    }
   

    .homepage_events {
        height: 520px;
    }
    .homepage_events_items {
        gap: 15px;
    
    }

    .homepage_members_title h2{
        font-size: 22px;
        line-height: 37px;
        word-spacing: -0.1px;
        letter-spacing: 0px;
    }
    .homepage_members_title h3{
        font-size: 16px;
        letter-spacing: -0.4px;
        margin-bottom: 13px;
    }
    .homepage_members_title p{
        display: none;
    }

 .homepage_live_your_dream_slider_item_content,
    .pagination_homepage_live_your_dream{
        display: none;
    }

    .homepage_club_membership{
        padding: 80px 0;
    }
    .homepage_live_your_dream_slider_item{
        background-image: unset !important;
        padding: 0px;
        min-width: 316px;
        max-width: 316px;
        margin-right: 17px !important;
    }
    /* For Swiper variant on mobile, remove fixed widths to allow 1.3 logic */
    .homepage-live-your-dream-swiper .swiper-slide.homepage_live_your_dream_slider_item {
        min-width: 0 !important;
        max-width: none !important;
        margin-right: 20px !important;
    }
    .homepage_live_your_dream_slider_item_image{
        margin-bottom: 8px;
    }
    .mobile_content,
    .homepage_live_your_dream_slider_item_image-mobile{
        display: block;
    }
    .mobile_content p {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      word-spacing: -0.3px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 85px;
    }

    .homepage_live_your_dream_slider_item_image-mobile img{
        width: 100%;
    }

    .homepage_live_your_dream_slider_item_content-mobile{
        background: #F1F1F1;
        backdrop-filter: blur(3px);
        padding: 25px;
        max-height: 200px;
        max-height: fit-content;
    }
    .homepage_live_your_dream_slider_item_image h3{
        font-size: 18px;
        color: #2F2F2F;
        font-weight: 600;
        word-spacing: 2.2px;
    }
    .homepage_live_your_dream_slider_item_image img{
        width: 32px;
        height: 32px;
        object-fit: cover;
    }
    .homepage_live_your_dream_slider_item_image-mobile{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 212px;
        overflow: hidden;
    }
    .homepage_live_your_dream_slider_item_content-mobile{
        margin-bottom: 30px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .homepage_club_membership_items .swiper-slide {
      min-width: 308px;
      max-width: 308px;
      margin-right: 25px !important;
    }

 

   


  

  
  .homepage_unique_section_image_first_image{
    display: block;
  }
  .homepage_unique_section_image_second_image {
    left: 50%;
}
 
}

@media screen and (max-width: 575px) {

    .homepage_club_membership_item img {
        height: 178px;
    }
 
    .homepage_unique_section_image_first_image{
        display: none;
      }
 
    .homepage_events_title {
        padding-top: 56px;
        font-size: 30px;
    }

    .homepage_events_button a {
        
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 20px 0px;
    }
    .homepage_events_title {
        margin-bottom: 40px;
    }
    .homepage_events {
        height: 268px;
    }
    .homepage_events_title h2 {
        font-size: 30px;
    }
    .homepage_events_item_text p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .homepage_events_item_text p:last-child {
        display: none;
    }
    .homepage_events_item_text h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .homepage_events_item_text {
        padding: 10px 10px 16px 12px;
        height: 115px !important;
    }
    .join_team_content{
        text-align: center;
    }
    .homepage_events_item_text h3{
        margin-bottom: 10px;
    }
    .join_team_content h2{
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 5px;
        letter-spacing: 0.2px;
        word-spacing: -2.3px;
        max-width: 265px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .join_team_content p {
        max-width: 267px;
        margin: 0px auto;
        line-height: 22.9px;
        word-spacing: 0.1px;
        margin-bottom: 14px;
    }
    .join_team_button a {
        font-size: 14px;
        padding: 20px 40px;
        max-width: 272px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .join_team_wrapper{
        min-height: 557px;
        gap: 17px;
        justify-content: space-between;
        padding: 0px;
        padding-top: 32px;
        padding-bottom: 48px;
    }
    .homepage_live_your_dream{
        padding-top: 88px;
        padding-bottom: 80px;
    }
    .homepage_live_your_dream_title {
      margin-bottom: 39px;
    }
    .homepage_live_your_dream_title h2{
        font-size: 30px;
        text-align: center;
        letter-spacing: 0.2px;
        line-height: 21.6px;
        margin-left: 7px;
    }
    
    .homepage_unique_section {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .homepage_guarantee_title {
        padding-bottom: 100px;
    }
    .homepage_guarantee .homepage_guarantee_title h2 {
        margin-bottom: 19px;
        letter-spacing: -0.2px;
    }
    .homepage_guarantee .homepage_guarantee_title h2,
    .homepage_unique_section_content h2{
        font-size: 30px;
        text-align: center;
        line-height: 36.8px;
    }
    .homepage_unique_section_content h2{
        word-spacing: 0.3px;
        max-width: 218px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .homepage_guarantee {
      min-height: 771px;
    }
    .homepage_guarantee .homepage_guarantee_title p,
    .homepage_unique_section_content p{
        text-align: center;
        font-size: 16px;
    }
    .homepage_guarantee .homepage_guarantee_title p {
        max-width: 230px;
        margin: 0px auto;
        margin-bottom: 22px;
        letter-spacing: 0.1px;
        word-spacing: -0.5px;
        font-weight: 600;
    }
    .homepage_unique_section_content p{
        line-height: 23.2px;
        max-width: 320px;
        margin: 0px auto;
    }
    .homepage_events_title h2 {
      margin-bottom: 7px;
    }
    .homepage_club_membership_title {
      margin-bottom: 28px;
    }
    .homepage_club_membership_title h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .homepage_unique_section_image_content_text h3{
        font-size: 15px;
        letter-spacing: 0.3px;
        word-spacing: 1px;
    }
    .homepage_unique_section_wrapper{
        gap: 32px;
    }
    .homepage_unique_section_image_content_text p:last-child,
    .homepage_unique_section_image_content_text p {
        max-width: 166px;
        margin: 0px auto;
        line-height: 19.8px;
        font-weight: 400;
        letter-spacing: -0.1px;
    }
    .homepage_unique_section_image_content_text p:not(:last-child) {
        margin-bottom: 17px;
    }
    .homepage_unique_section_image_content_text {
        margin-bottom: 4px;
    }
    .homepage_guarantee_title div a{
        width: 100%;
        background-color: #039;
        color: white;
        font-size: 14px;
        padding: 12.1px 75px;
        max-width: 340px;
        margin-bottom: 3px;
        letter-spacing: -0.2px;
    }
  
    .homepage_members_item_content {
      padding: 16px 20px 15px 16px;
    }
    .homepage_members_item_image_content_name_text {
      gap: 0px;
    }
    .homepage_members_item_content_name_text h3 {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.2px;
    }
    .homepage_members_item_image {
      height: 100%;
    }
    .homepage_members_item_image_content_name_text h3 {
        font-size: 12px;
        word-spacing: -0.7px;
        letter-spacing: 0.1px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .homepage_club_membership_item img {
        margin-bottom: 24px;
    }
    .homepage_club_membership_item h3{
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        letter-spacing: 0.2px;
        word-spacing: -0.1px;
        margin-bottom: 11px;
    }
  
    .homepage_events_title p{
        font-size: 16px;
        margin-bottom: 9px;
        letter-spacing: normal;
    }
    
    .join_team{
        padding-top: 80px;
        padding-bottom: 80px;
    }
 
    .homepage_members {
      padding-top: 178px;
      padding-bottom: 80px;
    }
    .slider_guarantee_nav {
      height: 40px;
      max-width: 160px;
    }
    .slider_guarantee_nav .swiper-button-next,
    .slider_guarantee_nav .swiper-button-prev {
      font-weight: bold;
    }
    .slider_guarantee_nav .swiper-button-next {
      right: 6px;
    }
    .slider_guarantee_nav .swiper-button-prev {
      left: 6px;
    }
    .homepage_unique_section_image_content {
      justify-content: start;
    }
    .homepage_unique_section_image_content_first_image {
      margin-bottom: 5px;
    }
    .homepage_unique_section_image_content_second_image {
      margin-bottom: 16px;
    }
    .homepage_unique_section_image_second_image {
        position: absolute;
        right: unset;
        height: 429px;
        object-fit: contain;
        left: 100%;
    }
    .join_team_image img:nth-child(1){
        object-fit: contain
    }
    .homepage_unique_section_image_content{
        left: 50%;
        transform: translateX(-50%);
    }
    .homepage_sponsors{
        padding: 48px 0px;
    }
    .homepage_sponsors h2{
        color: #171717;
text-align: center;
font-size: 22px;
font-weight: 700;
line-height: 100%;
margin-bottom: 32px;


    }
    .join_team_content{
        padding: 0px 40px;
    }
    .join_team_content h2,
    .homepage_sponsors h2,
    .homepage_members_title h2,
    .homepage_events_title h2,
    .homepage_club_membership_title h2
    .homepage_live_your_dream_title h2,
    .homepage_guarantee .homepage_guarantee_title h2,
    .homepage_unique_section_content h2{
        font-weight: 700;
    }
    .homepage_members_item_content_name_text h3
    .homepage_members_title h3,
    .homepage_events_item_text h3,
    .homepage_club_membership_item h3,
    .homepage_live_your_dream_slider_item_image h3,
    .homepage_guarantee .homepage_guarantee_title p{
        font-weight: 600;
    }
}

@media (max-width: 767px) {
  }

.swiper-pagination-bullet{
    background-color: unset!important;
    border: 1px solid #383838!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet{
    background-color: #2D2D2D!important;
    border: 1px solid #2D2D2D!important;
}

.slider_guarantee_nav .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff !important; /* ensure white line */
    border: 1px solid #039;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.slider_guarantee_nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 8px;
    background-color: #fff !important; /* ensure white line when active */
    border-color: #039 !important;
}

.slider_guarantee_nav .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #039;
    transform-origin: left center;
    transform: scaleX(var(--bullet-progress, 0));
    transition: transform 0.1s linear;
}

/* keyframes no longer used; progress handled via CSS var and JS */

.homepage-live-arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0px auto;
    margin-top: 30px;
}
.homepage-members-arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px auto 0;
}
.homepage-live-dots{
    height: 40px;
}
.homepage-members-dots{ height: 40px; }
.homepage-live-arrows button{
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.homepage-members-arrows button{
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


@media screen and (max-width: 767px) {
    .mega_menu_about_content_item a{
        justify-content: start!important;
    }
}

@media screen and (max-width: 1440px) {
    .homepage_live_your_dream .container{
        max-width: 100%;
        padding: 0px 128px;
    }
}

.homepage-live-dots{
    width: 53px!important;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
}

@media(max-width: 768px) and (min-width: 576px){
    .homepage_club_membership .container{
       max-width: 100%;
    }
    .homepage_club_membership_items .swiper-slide{
        min-width: 450px;
        max-width: 450px;
    }
    .homepage_club_membership_title h2{
        font-size: 42px;
    }
    .homepage_live_your_dream .container{
        max-width: 100%;
        padding: 0px 20px;
    }
}


@media(max-width: 575px) {
    .homepage_club_membership .container {
        padding: 0px 25px 0px 0px;
    }
    .homepage_live_your_dream .container{
        max-width: 100%;
        padding: 0px 20px;
    }
    .homepage_unique_section_image_content_wrapper {
        width: 279px;
    margin: 0px auto;
    border-radius: 20px;
    background-color: white;
    z-index: 124324;
    position: relative;
    }

}
.homepage_unique_section_image_content_first_image{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Unique section arrows: hidden by default (desktop/tablet) */
.homepage_unique_section_image_content_arrows {
    display: none;
}

/* Show and style arrows on mobile */
@media (max-width: 767px) {
    .homepage_unique_section_image_content_arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 12px;
    }
    .homepage_unique_section_image_content_arrow_prev,
    .homepage_unique_section_image_content_arrow_next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #F1F1F1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .homepage_unique_section_image_content_arrows svg path {
        stroke: #313131;
    }
   
}
