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

.homepage_hero {
    position: relative;
    width: calc(100% - 32px);
    min-height: 950px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: white;
    margin: 16px auto;
    border-radius: 20px;
}

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

.homepage_hero_content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homepage_hero_content h3 {
    color: #F2F2F2;
    font-size: 28px;
}

.homepage_hero_content h1 {
    color: white;
    font-size: 80px;
}

.homepage_hero_content p {
    color: #F2F2F2;
    font-size: 18px;
}

.homepage_hero_buttons a {
    background-color: #039;
    color: white;
    padding: 16px 80px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    margin-top: 40px;
}

.homepage_how_it_works {
    padding: 144px 0px 128px 0px;
    background-color: white;
}

.homepage_how_it_works_title {
    text-align: center;
}

.homepage_how_it_works_title p {
    font-size: 20px;
    color: #2F2F2F;
    margin-bottom: 48px;
}

.homepage_how_it_works_items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.homepage_how_it_works_item {
    height: 370px;
    max-width: 256px;
    min-width: 256px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 4px 6px 32.4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    padding: 8px;
}

.homepage_how_it_works_item:nth-child(2) {
    height: 400px;
}

.homepage_how_it_works_item h3 {
    border-radius: 16px;
    background: #FFF;
    color: #000;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0px;
    padding: 16px 32px;
    text-align: center;
}

.homepage_how_it_works_item p {
    text-align: right;
    text-shadow: 0 4px 9.3px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    font-weight: 500;
    color: white;
    line-height: 100%;
}

.homepage_unique_section {
    padding: 128px 0px;
}

.homepage_unique_section_content h2 {
    color: #171717;
}

.homepage_unique_section_content p {
    font-size: 20px;
    color: #2F2F2F;
    font-weight: 400;
    line-height: 29px;
}

.homepage_unique_section_wrapper {
    display: flex;
    gap: 138px;
    justify-content: center;
}

.homepage_unique_section_content {
    max-width: 418px;
}

.homepage_unique_section_image {
    max-width: 628px;
    height: 466px;
}

.homepage_unique_section_image_first_image {
    padding: 40px 0px;
}

.homepage_unique_section_image_second_image {
    padding: 20px 0px;
}

.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;
    margin-top: 20px;
    gap: 16px;
}

.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: 15px;
    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;
    width: 100%;
    display: flex;
    justify-content: center;
}

.homepage_unique_section_image {
    display: flex;
    position: relative;
}

.homepage_unique_section_image_second_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    object-fit: contain;
}

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

.homepage_unique_section_image_content_second_image {
    text-align: center;
}

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

.homepage_unique_section_image_content {
    position: relative;
    z-index: 134;
    background-color: white;
    width: 318px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
}

.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 {
    padding: 0px 30px;
    text-align: center;
}

.homepage_unique_section_image_content_text h3 {
    font-size: 28px;
    color: #171717;
    margin-bottom: 16px;
}

.homepage_unique_section_image_content_text p {
    font-size: 14px;
    color: #696969;
    margin-bottom: 16px;
}

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

.homepage_guarantee {
    min-height: 772px;
    display: flex;
    justify-content: end;
    align-items: end;
}

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

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

.homepage_guarantee .homepage_guarantee_title h2 {
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.homepage_guarantee .homepage_guarantee_title p {
    color: white;
    font-size: 28px;
    text-align: center;
}

.homepage_guarantee_title div {
    text-align: center;
}

.homepage_guarantee_title div a {
    display: inline-flex;
    justify-content: center;
    margin-top: 40px;
    padding: 16px 80px;
    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;
    width: 200px;
    background: rgba(241, 241, 241, 0.69);
    border-radius: 20px;
    padding: 10px;
    height: 50px;
}

.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: 220px;
}

/* Allow next slide preview for swiper1 */
.swiper1 {
    overflow: visible;
}

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

.homepage_live_your_dream_slider_item_image {
    margin-bottom: 50px;
}

.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;
    line-height: 20px;
}

.homepage_live_your_dream_slider_item_link a {
    font-size: 14px;
    color: #039;
    border-radius: 20px;
    background: #FFF;
    padding: 16px 32px;
    font-weight: 600;
}

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

.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;
    color: white;
    margin-bottom: 0px;
}

.homepage_live_your_dream_title h2 {
    color: #171717;
    font-size: 55px;
    margin: 140px 0px 48px 0px;
}

.homepage_live_your_dream {
    position: relative;
}

.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_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;
}

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

.homepage_club_membership {
    padding: 128px 0px;
    background: #282828;
    position: relative;
}

.homepage_club_membership_nav {
    display: none;
}

.homepage_club_membership_title {
    margin-bottom: 40px;
}

.homepage_club_membership_title h2 {
    color: white;
}

.homepage_club_membership_title p {
    color: #FAFAFA;
    font-size: 20px;
}

.homepage_club_membership_items {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
}

.swiper2 {
    overflow: visible;
}

.homepage_club_membership_item h3 {
    color: white;
    font-size: 35px;
}

.swiper-wrapper {
    gap: 0;
}

.homepage_club_membership_item p {
    color: #F2F2F2;
    font-size: 14px;
    margin-bottom: 0px;
    max-width: 450px;
}

.homepage_events_items {
    max-width: 928px;
    gap: 48px;
    display: flex;
    margin: 0 auto;
}

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

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

.homepage_events_title h2 {
    margin-bottom: 0px;
    color: white;
}

.homepage_events_title p {
    color: white;
}

.homepage_events_button a {
    padding: 15px 80px;
    color: #039;
    border-radius: 20px;
    background: white;
    display: inline-flex;
    margin-top: 20px;
}

.homepage_events_item_text {
    background-color: white;
    padding: 24px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.homepage_events_item_text p {
    color: #039;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
}

.homepage_events {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 680px;
    margin-bottom: 200px;
    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;
    box-shadow: 0 8px 18px 0 rgba(0, 51, 153, 0.11);
}

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

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

.homepage_members_title h2 {
    color: #323232;
}

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

.homepage_members {
    padding: 80px 0px 120px 0px;
}

.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 {
    flex-direction: column;
    align-items: start;
}

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

.homepage_members_item_content_name {
    gap: 12px;
}

.homepage_members_item_content > p {
    margin-top: 10px;
    font-size: 14px;
}

.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;
    margin-bottom: 0px;
}

.homepage_members_item_content_name_text p {
    color: #696969;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 100%;
}
.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;
}

.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_item_image_content_name_text{
    margin-left: 16px;
}

.homepage_members {
    position: relative;
}

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

.swiper {
    overflow: visible;
}

.homepage_sponsors_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 63px;
    padding: 128px 0px;
    background-color: white;
}

.join_team {
    padding: 128px 16px;
}

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

.join_team_wrapper {
    display: flex;
    height: 470px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    max-width: 1400px;
    margin: 0 auto;
}

.join_team_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.join_team_content h2 {
    color: white;
    line-height: 67px;
    font-size: 45px;
}

.join_team_content p {
    color: #F2F2F2;
}
.join_team_button a {
    padding: 20px 70px;
    border-radius: 20px;
    background: white;
    color: #039;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    margin-top: 20px;
}

.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 {
    overflow: visible;
    padding: 40px 0;
    background: #fff;
  }
  .homepage_sponsors{
    min-height: 400px;
  }
  
  .homepage_sponsors_wrapper {
    display: flex;
    width: 100%;
  }
  
  .homepage_sponsors_track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .homepage_sponsors_image {
    flex: 0 0 auto;
    padding: 0 24px;
    margin-bottom: 24px;
  }
  
  .homepage_sponsors_image img {
    height: 60px; /* prilagodi */
    width: auto;
  }
  
  
  
  
.mobile_content,
.homepage_live_your_dream_slider_item_image-mobile{
    display: none;
}

@media screen and (max-width: 1240px) {
    .homepage_hero {
        min-height: 800px;
    }
    .homepage_hero_content h1 {
        font-size: 64px;
    }
    .homepage_unique_section_image_first_image {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .homepage_how_it_works_item {
        min-width: unset;
        max-width: unset;
        width: 33%;
    }
    .homepage_unique_section_content {
        max-width: 50%;
    }
    .homepage_unique_section_image {
        max-width: 50%;
    }
    .homepage_unique_section_wrapper {
        gap: 70px;
    }
    .homepage_unique_section_image_content {
        position: relative;
        left: 50px;
    }
    .homepage_unique_section_image_second_image {
        left: 0px;
    }
    .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%;
        padding-top: 50px;
    }
    .join_team_wrapper{
        padding: 40px;
    }
    .join_team_image{
        display: block;
    }
   
}

@media screen and (max-width: 767px) {
    .homepage_hero {
        min-height: 450px;
    }
    .homepage_hero_content h1 {
        font-size: 48px;
    }
    .homepage_unique_section_content {
        max-width: 100%;
    }
    .homepage_unique_section_image_content {
        left: 0px;
    }
    .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%;
    }
  
}

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

@media (max-width: 767px) {

    
    .homepage_how_it_works_item {
        width: 100%;
    }
    .homepage_events_item_text p:last-child {
        display: none;
    }
    .homepage_events {
        height: 520px;
    }
    .homepage_events_items {
        gap: 15px;
    
    }
    .homepage_members_title h2{
        font-size: 22px;
        line-height: 37px;
    }
    .homepage_members_title h3{
        font-size: 16px;
    }
    .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 16px;
    }
    .homepage_live_your_dream_slider_item{
        background-image: unset !important;
        padding: 0px;
    }
    .homepage_live_your_dream_slider_item_image{
        margin-bottom: 15px;
    }
    .mobile_content,
.homepage_live_your_dream_slider_item_image-mobile{
    display: block;
}
.homepage_live_your_dream_slider_item_content-mobile{
background: #F1F1F1;
backdrop-filter: blur(3px);
padding: 25px;
}
.homepage_live_your_dream_slider_item_image h3{
    font-size: 18px;
    color: #2F2F2F;
}
.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;
    overflow: hidden;
}
.homepage_live_your_dream_slider_item_content-mobile{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.homepage_how_it_works_item,
.homepage_how_it_works_item:nth-child(2){
    height: 370px !important;
}
}

@media screen and (max-width: 575px) {
    .homepage_hero {
        min-height: 600px;
    }
    .homepage_sponsors_wrapper{
        padding: 60px 0px;
    }
    .homepage_hero_content h1 {
        font-size: 35px;
    }
    .homepage_hero_content h3 {
        display: none;
    }
    .homepage_events{
        margin-bottom: 130px;
    }
 
    .homepage_hero_buttons a {
        margin-top: 15px;
        padding: 13px 80px;
        width: 100%;
        justify-content: center;
    }
    .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: 355px;
    }
    .homepage_events_title h2 {
        font-size: 30px;
    }
    .homepage_events_item_text p {
        font-size: 12px;
        color: #656565;
        margin-bottom: 5px;
    }
    .homepage_events_item_text h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .homepage_events_item_text {
        padding: 16px;
    }
    .join_team_content{
        text-align: center;
    }
    .join_team_content h2{
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 5px;
    }
    .join_team_button a{
        margin-top: 10px;
    }
    .join_team_wrapper{
        min-height: 557px;
        gap: 0px;
        justify-content: space-between;
    }
    .homepage_live_your_dream{
        padding-bottom: 80px;
    }
    .homepage_live_your_dream_title h2{
        margin-top: 80px;
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .homepage_unique_section,
    .homepage_how_it_works{
        padding: 80px 0px;
    }
    .homepage_guarantee .homepage_guarantee_title h2,
    .homepage_unique_section_content h2{
        font-size: 30px;
        text-align: center;
    }
    .homepage_guarantee .homepage_guarantee_title p,
    .homepage_unique_section_content p{
        text-align: center;
        font-size: 16px;
    }
    .homepage_unique_section_image_content_text h3{
        font-size: 16px;
    }
    .homepage_guarantee_title div a{
        width: 100%;
        background-color: #039;
        color: white;
        font-size: 14px;

    }
    .homepage_club_membership_title h2{
        font-size: 30px;
    }
    .homepage_club_membership_item h3{
        font-size: 18px;
    }
    .homepage_sponsors {
        min-height: 250px;
    }
    .homepage_events_title p{
        font-size: 16px;
    }
    .homepage_how_it_works_title h2{
        font-size: 30px;
    }
    .join_team{
        padding: 80px 16px;
    }
    .homepage_hero{
        width: 100%;
        border-radius: 0px;
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .homepage_how_it_works_items {
        display: flex
;
        justify-content: start;
    }
    .homepage_how_it_works_item h3{
        font-size: 14px;
    }
  }

.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;
}
