    .home_section_title{
        font-family: 'Montserrat';
        font-size: 34px;
        color: #333333;
        font-weight: 500;
        text-align: center;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .home_flex_row{
        padding: 0
    }
    .home_trips_desktop{
        padding: 0;
        justify-content: center!important;
    }
    .safe_img{
        max-height: 430px;
        margin: 40px auto 0;
        display: block;
        border-radius: calc(0.25rem* 2);
    }
    #modal{
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 0.5vh;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }
    .homepage_video{
        width: 82%;
        height: 430px;
        background-image: url(https://makaiski.pl/wp-content/uploads/2025/08/Makai_Ski_Foto-scaled.jpg);
        background-size: cover;
        background-position: center;
        position: relative;
        margin: 40px auto 0;
        display: block;
        object-fit: cover;
        border-radius: calc(0.25rem* 2);
    }
    h3{
        margin: 0;
        line-height: 1.4;
    }
    .makai_safe{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }
    .mki_rvs{
        display: flex;
        gap: 40px;
    }
    .ggl_rev{

    }
    .ggl_rev p{
        margin: 5px 0 8px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        font-weight: 530;
        font-family: Nunito;
    }
    .fb_rev p{
        margin: 5px 0 8px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        font-weight: 530;
        font-family: Nunito;
    }
    .ggl_img{
        width: 98px;
        height: 32px;
        margin: 0
    }
    .fb_img{
        width: 144px;
        height: 28px;
        margin: 0 0 4px;
    }
    .str_rv{
        width: 86px;
        height: 14px;
        margin: 0;
    }
    .video_button{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: none;
        border: none;
    }
    .text-container span {
        opacity: 0.12;
        display: inline-block;
        transition: opacity 0.2s ease-out;
    }

    .text-container span.is-visible {
        opacity: 1;
    }
    .reveal-text{
    font-size: 42px
    }
    .text-container .letter {
        opacity: 0;
        display: inline-block;
        transition: opacity 0.2s ease-out;
        color: white; /* Initial color */
    }
    
    .more_tripss{
    padding: 90px 0
}
    
    .trips_top_baner{
        background-color: #f3f3f3;
        height: 90px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #d3cfcd;
    }
    .trips_top_baner h4{
    font-family: Nunito;
    font-size: 18px;
    color: #333;
    font-weight: 750
    
    }
    .baner_flex{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    }
    .baner_flex p{
    color: #838995;
    font-family: Nunito;
    font-size: 13px;
    font-weight: 530;
    margin-bottom: 0;
    text-transform: uppercase
    }
    .trips_flex{
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    margin-top: 100px
    }
    .trip_cover{
    width: 360px;
    border-radius: 12px;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.5);
    min-height: 240px;
    }
    .single_trip_post{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D7D7D7;
        padding-bottom: 60px;
    }
    .trip_basic_info{
    width: 380px;
    }
    .trip_name{
    font-family: "Nunito", Sans-serif;
    font-size: 32px;
    color: #333333;
    font-weight: 750;
    text-align: center
    }
    .trip_dates{
    color: #03cece;
    font-family: "Nunito", Sans-serif;
        font-size: 13px;
        font-weight: 750;
    text-align: center;
    margin-bottom: 4px;
}
    .opis{
    color: #333;
    font-family: "Nunito", Sans-serif;
        font-size: 16px;
        font-weight: 420;
    padding: 0 6px;
}
    .divider{
    border-top: 1px solid #D7D7D7;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 7px;
}
    .trip_more_info_section{
    width: 360px;
}
    .single_trip_icon{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block
}
    .single_trip_icon_title{
    font-family: "Nunito", Sans-serif;
        font-size: 16px;
        font-weight: 530;
    color: #03cece;
    margin: 0;
    text-align: center;
}
    .trip_icons{
    display: flex;
    justify-content: space-between;
}
    .single_trip_icon_div{
    width: 30%
}
.accordion {
margin: 20px;
overflow: hidden; /* Dodajemy overflow: hidden, aby ukryć zawartość, która jest poza akordeonem */
}

.accordion-header {
border-top: 1px solid #ccc;
padding: 10px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column
}

.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out; /* Dodajemy animację */
padding: 0;
}
.accordion-content p{
font-family: 'Nunito';
    font-size: 14px;
    font-weight: 420;
    margin-bottom: 0;
}
.arrow {
transition: transform 0.3s ease-in-out;
}

.rotated {
transform: rotate(90deg);
}

.active .accordion-content {
transition-duration: 0.5s
}
.active .acc_flexx p{
    color: #03cece;
}
.active .acc_flexx .arrow{
    color: #03cece;
transition-duration: 0.5s;
}
.acc_flexx{
        width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.acc_flexx p{
    margin-bottom: 0;
    transition-duration: 0.5s;
}
.accordion-header:hover .arrow{
    color: #03cece;
}
.more_info_trip_button{
    color: rgb(69, 50, 42)!important;
    background-color: #f3f3f3 !important;
    border: 2px solid #03cece !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    font-size: 1em !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    transition-duration: 0.6s !important;
    outline: none !important;
    margin: 0 auto;
    display: block;
    text-decoration: none!important;
}
a:where(:not(.wp-element-button)){
    text-decoration: none!important
}
.more_info_trip_button:hover{
    background-color: #03cece!important;
    color: white!important
}
.trips_bg{
    background-image: url(https://makaiski.pl/wp-content/uploads/2025/09/bk_ski-2-scaled.png);
    background-position: 50%;
    background-size: cover;
    padding-bottom: 60px;
    position: relative
}
.trips_page_title{
    font-family: Montserrat;
    font-weight: 660;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    width: 240px;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 0;
}
.trips_page_titles{
    font-family: Montserrat;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    width: 280px;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 0;
}
.trips_page_desc{
    margin-top: 32px;
    font-family: Sofia pro;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    text-align: center;
    width: 610px;
    margin-bottom: 0;
}
.trips-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-button-right{
    right: 0;
    position: absolute;
    display: flex;
    z-index: 100;
    background: linear-gradient(-90deg,hsla(160,14%,96%,1),hsla(160,14%,96%,0));
    align-items: center;
    top: 95px!important;
    height: 531px;
    width: 148px;
}
.swiper_arrow{
    height: 40px;
    width: 40px;
    background: white;
    border-radius: 30px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.4s;
    border: 2px solid #03cece;
    margin-left: 30px;
}
.swiper_arrow:hover {
    color: #03cece
}
.actual_trips{
    font-family: Jakarta;
    font-size: 28px;
    font-weight: 600;
    color: #333;
        text-transform: uppercase;
    width: 80%;
    margin: 0 auto 7px; 
    text-align:center;
}
.flex_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
    margin-bottom: 40px;
    padding: 0;
}
.other {
    color: #45322a;
    font-family: Sofia pro;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.other_desc {
    color: #45322A99;
    font-family: Sofia pro;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
.browse_all_link {
    cursor: pointer;
    transition-duration: 0.6s;
    height: fit-content;
}
.browse_all {
    color: #03cece;
    font-family: Sofia pro;
    font-size: 16px;
    font-weight: 500;
    margin: 0 8px 0 0;
}
.trips_desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
}
.single_wyjazd {
    width: 32%;
}
.trip2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 480px;
    border-radius: 6px;
    box-shadow: rgb(69 50 42 / 10%) 0px 5px 10px;
    transform: scale(0.98);
    transition: all .5s ease-in-out;
    background-size: cover;
}
.flex-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.content {
    background: linear-gradient(0deg, rgba(49, 54, 56, 0.6) 0%, rgba(49, 54, 56, 0) 70%);
    inset: 0px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}
.country{
    color: rgb(247, 247, 247);
    opacity: 0.8;
    margin: 0;
    text-align: left;
    font-family: Montserrat;
    font-size: 11px;
}
.place{
    color: rgb(247, 247, 247);
    font-family: Montserrat;
    font-weight: 500 ;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    font-size: 24px;
}
.attributes{
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
}
.singleAttribute{
    margin-right: 13px;
    color: rgb(247, 247, 247);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.15em;
    letter-spacing: 1px;
}
.topRow{
    margin: 0;
    color: rgb(247, 247, 247);
    font-size: 14px;
    opacity: 0.8;
    text-align: left;
}
.bottomRow{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 13px;
    margin: 0
}
.swiper-wrapper {
    margin-bottom: 50px;
}
.show_mobile {
    display: none;
}
.all_destinations{
    display: flex;
    flex-wrap:wrap;
    position: relative;
    justify-content: space-between;
}
.single_destination{
    width: 32%;
    background: white;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 54px 0px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0px 0px 54px 0px rgba(207, 207, 207, 1);
    box-shadow: 0px 0px 54px 0px rgba(207, 207, 207, 1);
}
.single_destination_top{
}
.img_wrapper{
    position: relative;
}
.img_wrapper img{
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
    height: 210px;
}
.badges{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
}
.new_dest_badge{
    background: linear-gradient(355.21deg, #03cece -3.38%, #d9a83a 137.09%);
    border-radius: 20px;
    width: 84px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sold_badge{
    background: linear-gradient(355.21deg, #ce3903 -3.38%, #d9a83a 137.09%);
    border-radius: 20px;
    width: 124px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_destination{
    min-height: 470px;
}
.last_places{
    background: linear-gradient(355.21deg, #03cece -3.38%, #d9a83a 137.09%);
    border-radius: 20px;
    width: 136px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certificate_ufg{
    transition-duration: 0.5s;
    color: #03cece;
}
.certificate_ufg:hover{
    color: black
}
.badge p{
    font-family: Nunito;
    font-size: 14px;
    color: white;
    font-weight: 420;
    margin-bottom: 0;
    margin-left: 7px;
    margin-top: 2px;
}
.single_destination_bottom{
    padding: 12px 10px 0px;
}
.single_destination_bottom_content_padding{
    padding: 2px 6px 6px
}
.destinations{
    position: relative;
}
.destination_title{
    font-family: Jakarta;
    font-weight: 600;
    color: #333;
    font-size: 24px;
}
.destination_desc{
    font-family: Nunito;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 420;
    margin-bottom:10px;
    margin-top: 4px;
    line-height: 22px;
}
.upcoming_here{
    font-family:Nunito;
    font-size: 16px;
    color: #333;
    font-weight: 640;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.dates_ul{
    border-collapse: separate;
    border-spacing: 0;
    border: 0
}
.single_date{
    height: 58px;
    height: 58px;
    background: white;
    transition-duration: 0.5s;
    border-radius: 8px;
}
.single_date:hover {
    background: #f5f5f5;
    cursor: pointer;
}
.single_date:hover td h4{
    color:#03cece
}
.dates_ul th{
    font-size: 14px;
    font-family: Nunito;
    font-weight: 750;
    background-image: linear-gradient(to right, rgb(34, 34, 34) 0 10%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    list-style-type: none;
    border: 0
}
.dates_ul td{
    background-image: linear-gradient(to right, rgb(34,34,34) 0 10%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    border: 0;
}
.dates_ul td h4{
    font-family: Nunito;
    font-weight: 530;
    font-size: 14px;
    width: 100%;
    transition-duration: 0.5s;
    color: #333;
}
.content-switcher{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin-bottom: 60px;
    height: 70px;
}
.switch-btn {
    background: none;
    color: #333;
    border-radius: 6px;
    padding: 0px 30px;
    font-size: 17px;
    height: 45px;
    font-family: Montserrat;
    transition-duration: 0.5s;
    display: flex;
    align-content: center;
    align-items: center;
}
.switch-btn.active {
    color: #03cece !important;
    background-color: #e5f6f5;
}
.switch-btn:hover{
    color: #03cece;
    cursor: pointer;
}
.single_review{
    box-shadow: 0 0 1px 0 rgba(10,22,70,.06),0 16px 16px -1px rgba(10,22,70,.1);
    background: white;
    width: 448px;
    height: 245px;
    border-radius: 7px;
}
.review_img{
    width: 50px;
    height:50px;
    border-radius: 100px;
    object-fit: cover;
}
.review_info{
    display: flex;
    gap:14px;
    flex-direction: row;
}
.review_content{
    padding: 20px;	
}
.review_content_top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.review_desc{
    margin-bottom: 0;
    margin-top: 14px;
    color: #333333;
    font-family: Sofia pro;
    font-size: 15px;
    font-weight: 300;
}
.review_title{
    color: #333;
    font-family: Sofia pro;
    font-size: 18px;
    font-weight: 500;
}
.review_stars{
    width: 70px;
    margin-top: 6px;
    margin-bottom: 0
}
.social_revs{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 90px
}
.social_revs img{
    width: 120px;
}
.swiper-pagination-bullet-active{
    background: #03cece!important;
    width: 20px!important;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 6px;
    border-radius: 10px;
}
.show_mobile_flex{
    display: none;
}
.blog_posts_list{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0;
    align-items: flex-start;
}
.blog_section_prop a {
    text-decoration: none !important;
    width: 30%;
}
.single_blog_post_image {
    overflow: hidden;
    border-radius: 6px;
    transition-duration: 0.6s;
}
.single_blog_post_image img {
    width: 384px;
    height: 202px;
    overflow: hidden;
    border-radius: 6px;
    object-fit: cover;
    margin: 0px;
    transition: transform 0.6s;
    margin-bottom: 0 !important;
}
.single_blog_post:hover .imgimg {
    transform: scale(1.1);
}
.contenta {
    height: auto;
    padding: 16px 0;
    color: #FFF;
}
.title {
    margin-top: 20px;
    font-family: Nunito;
    color: #121212;
    font-weight: 750;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
    transition-duration: 0.6s;
}
.single_blog_post:hover .title{
    color: #03cece;
}
.tiles {
    margin-bottom: 0;
}
.author_meta {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.avatar {
    border-radius: 36px !important;
    height: 48px;
    width: 48px;
    margin-bottom: 0 !important;
}
.text_wrap {
    margin-left: 16px;
}
.name {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 750;
    text-decoration: underline #03cece;
    margin-bottom: 1px;
    line-height: 1.5;
    color: #121212
}
.date{
    font-family: Nunito;
    font-size: 14px;
    color: #878787;
    margin: 0;
    font-weight: 420;
}
.flex_wraps{
    display: flex;
    justify-content: space-between;
    max-height: 450px;
}
.left_wrap{
    width: 48%
}
.place_title{
    font-family: "Sofia pro", Sans-serif;
    font-size: 40px!important;
    color: #333333!important;
    font-weight: 600;
}
.icons_flex{
    display: flex!important;
    margin: 14px 0 10px;
}
.icon_box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:4px 10px;
    width: max-content;
    border: 1px solid #03cece;
    border-radius: calc(0.25em * 2);
    margin-right: 10px
}
.icon_img{
    width: 20px
}
.place_icon_text{
    margin-bottom: 0!important;
    margin-top: 0;
    margin-left: 16px!important;
    font-family: "Nunito", Sans-serif;
    font-size: 13px;
    font-weight: 640
}
.short_desc{
    font-family: "Nunito", Sans-serif;
    font-size: 25px;
    color: #333333!important;
    font-weight: 600;
    margin: 16px 0 2px 0!important;
}
.place_desc{
    font-family: "Sofia pro", Sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.65;
    font-weight: 300
}
.right_wrap{
    width: 48%;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 70px);
    grid-gap: 8px;
}
.gallery__img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    border-radius: calc(0.25em * 2)!important
}
.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 6;
}
.gallery__item--2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-bottom: 0;
}
.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 6;
}
.exp-divider{
    width: 100%;
    margin: 0 auto;
    align-items: center;
    display: flex;
}
.exp-divider:before{
    display: block;
    content: "";
    border-block-end: 0;
    flex-grow: 1;
    border-block-start: 1px solid black;
}
.exp-divider:after{
    display: block;
    content: "";
    border-block-end: 0;
    flex-grow: 1;
    border-block-start: 1px solid black;
}
.exp-span{
    padding: 0 11px;
    font-family: Montserrat;
    font-size: 14px;
    color: #03cece;
    line-height: 0;
}
.exp-counters{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.single-counter{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.single-counter h4{
    font-size: 40px;
    font-family: Sofia pro;
    font-weight: 500;
    color: #333;
    margin: 0;
}
.single-counter span{
    font-size: 40px;
    font-family: Nunito;
    font-weight: 400;
    color: #333;
    line-height: 0;
}
.single-counter p{
    font-size: 18px;
    font-family: Sofia pro;
    font-weight: 300;
    color: #777;
    margin: 0
}
.counter-flex{
    display:flex;
    align-items: center;
}
.highlights_flex{
    display: flex;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    min-height: 0;
    min-width: 0;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0.5vh; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    border-radius: calc(0.25em * 2);
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 510px;
    position: relative;
    max-height: 610px;
    overflow: auto;
}
.highlights_img:hover{
    cursor: pointer;
    opacity: 0.75;
    box-shadow: 0 0 1px 0 rgba(10, 22, 70, 0.06), 0 32px 40px -2px rgba(10, 22, 70, 0.12);
    transition-duration: 0.3s;
}
.relative:hover{
    cursor: pointer;
    height: 250px;
    opacity: 0.75;
    box-shadow: 0 0 1px 0 rgba(10, 22, 70, 0.06), 0 32px 40px -2px rgba(10, 22, 70, 0.12);
}
.modal_img{
    width:100%;
    border-radius: 8px;
    max-height: 233px;
    object-fit: cover;
    margin-bottom: 20px;
}
.modal_what{
    font-family: "Nunito";
    margin-bottom: 8px;
    color: #03cece;
    font-size: 19px;
    font-weight: 750;
    text-align: center;
}
.modal_desc{
    font-family: "Nunito";
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    font-weight: 420;
}
.single_highlight{
    position: relative;
}
.highlights_img{
    width: 100%;
    height: 250px;
    border-radius: 8px;
    object-fit: fill;
}
.hl_icon{
    position: absolute;
    top: -4px;
    right: -4px;
    order: 1px solid #03cece;
    border-radius: 100px;
}
.hl_shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%);
    border-radius: 0 0 8px 8px;
}
.hl_what{
    margin: 14px 0 0 0;
    font-weight: 750;
    font-family: "Nunito";
    font-size: 18px;
    line-height: 1.5;
}
.relative{
    position: relative;
    width: 100%;
    transition-duration: 0.6s;
    height: 250px;
}
figure{
    margin: 0
}
h2{
    margin-top: 0;
}
.single_organiser{
    width: 30%;
}
.center{
    position: absolute;
    inset: 54% auto auto 50%;
    border-radius: calc(0.25em * 2);
    transform: translate(-50%, -50%);
}
.team{
    justify-content: space-between
}
.abs_waves{
    position: absolute;
    bottom: 20px;
    z-index: -1;
    right: 248px;
    width: 50px;
}
.abs_waves2{
    position: absolute;
    top: 207px;
    z-index: -1;
    left: -18px;
    width: 50px;
}
.organisers_swiper{
    width: 100%
}
footer:nth-child(1){
    display: none;
}
@media only screen and (max-width:767px){
    .swiper-wrapper {
        margin-bottom: 30px;
    }
    .safe_img{
        max-height: 230px;
    }
    .review_content {
        padding: 16px;
    }
    .content-switcher{
        gap: 0;
    }
    figure{
        margin: 0;
    }
    .swiper-pagination {
        bottom: 0;
    }
    .homepage_video{
        width: 100%;
        height: 230px;
    }

    .swiper-button-right{
        display: none;
    }

    .swiper_arrow{
        margin-left: 30px;
    }
    .mki_rvs{
        display: none;;
    }
    .last_places{
        width: fit-content;
        min-width: 140px;;
    }
    .makai_safe{
        margin-top: 0;
    }
    .other{
        font-family: "Montserrat", Sans-serif;
        font-size: 14px;
        font-weight: 600;
        width: 50%;
        margin: 0;
    }
    .browse_all{
        font-family: "Montserrat", Sans-serif;
        color: #03cece;
        text-align: right;
        font-weight: 400;
        margin: 0;
        font-size: 14px;
    }
    .social_revs{
        margin-bottom: 40px;
    }
    .blog-pagination{
        text-align: center;
    }
    .hl_what{
        font-size: 16px
    }
    .center{
        width: 90%;
        inset: 50% auto auto 50%;
    }
    .modal-content{
        padding: 20px;
        width: 100%
    }
    .modal{
        z-index: 99999
    }
    .flex_wraps{
        flex-direction: column;
        max-height: unset;
    }
    .left_wrap{
        width: unset;
    }
    .right_wrap{
        width: unset;
    }
    .gallery__item--1 {
        grid-row-start: 1;
        grid-row-end: 10;
    }
    .gallery__item--2 {
        grid-row-start: 1;
        grid-row-end: 6;
    }
    .gallery__item--3 {
        grid-row-start: 6;
        grid-row-end: 10;
    }
    .place_info{
        margin-top: 40px;
        font-size: 28px
    }
    .info_section{
        padding: 30px 0;
    }
    .place_title{
        font-size: 38px!important;
    }
    .short_desc{
        font-size: 22px;
        margin-bottom: 6px;
    }
    .gallery{
        grid-template-rows: repeat(8, 5vw)
    }
    .team{
        position: relative;
    }
    .abs_waves{
    right: 0;
    }
    .abs_waves2{
        top: 70px;
    }
}