.front_hero_section>div{
    background-size: cover;
    background-position: center;
    height: calc(800px - 96px);
    padding: 48px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.front_hero_section>div::after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.25);*/
/*     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.0) 100%); */
    z-index: 2;
}
.front_hero_section>div>video{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.front_hero_section .hero_box{
    position: relative;
    z-index: 3;
}
.front_hero_section .from,
.front_hero_section .to{
    width: 100%;
    opacity: 0;
    height: 0px;
}
.front_hero_section h1{
    margin-bottom: 24px;
    color: #FFF;
}
.front_hero_section form{
    display: inline-flex;
    background-color: #FFF;
    padding: 8px;
}
.front_hero_section form div.date{
    padding: 12px;
    width: calc(208px - 24px);
}
.front_hero_section form div.date-from{
    position: relative;
}
.front_hero_section form div.date-from::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 24px);
    right: 0px;
    top: 12px;
    background-color: #E8E8E8;
}
.front_hero_section form div.date>span{
    display: block;
    height: 0px;
}
.front_hero_section form p{
    margin-bottom: 0px;
    color: #B4B9BE;
    font-size: 12px;
    font-weight: 600;
}
.front_hero_section form .trigger-date{
    color: #2A334A;
    font-size: 18px;
    /*font-weight: 600;*/
}
.front_hero_section form .trigger-date .big{
    font-size: 64px;
    font-weight: 400;
}
.front_hero_section .white-box{
    display: flex;
}
.front_hero_section .green-box{
    padding: 12px;
    background-color: #FFF;
}
.front_hero_section .green-box a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #2A334A;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 32px;
    transition-duration: 0.4s;
}
.front_hero_section .green-box a:hover{
    /*background-color: #111e41;*/
    cursor: pointer;
}

.page_hero_section>div::after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.page_hero_section .hero_box{
    position: relative;
    z-index: 2;
}
.page_hero_section>div{
    background-size: cover;
    background-position: center;
    height: calc(500px - 96px);
    padding: 48px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.page_hero_section .from,
.page_hero_section .to{
    width: 100%;
    opacity: 0;
    height: 0px;
}
.page_hero_section h1{
    margin-bottom: 24px;
    color: #FFF;
}
.page_hero_section form{
    display: inline-flex;
    background-color: #FFF;
    padding: 8px;
}
.page_hero_section form div.date{
    padding: 12px;
    width: calc(208px - 24px);
}
.page_hero_section form div.date-from{
    position: relative;
}
.page_hero_section form div.date-from::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 24px);
    right: 0px;
    top: 12px;
    background-color: #E8E8E8;
}
.page_hero_section form div.date>span{
    display: block;
    height: 0px;
}
.page_hero_section form p{
    margin-bottom: 0px;
    color: #B4B9BE;
    font-size: 12px;
    font-weight: 600;
}
.page_hero_section form .trigger-date{
    color: #2A334A;
    font-size: 18px;
    font-weight: 600;
}
.page_hero_section form .trigger-date .big{
    font-size: 64px;
    font-weight: 400;
}
.page_hero_section .white-box{
    display: flex;
}
.page_hero_section .green-box{
    padding: 12px;
    background-color: #FFF;
}
.page_hero_section .green-box a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #2A334A;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 32px;
    transition-duration: 0.4s;
}
.page_hero_section .green-box a:hover{
    /*background-color: #111e41;*/
    cursor: pointer;
}
.page_hero_section .breadcrumbs{
    margin-bottom: 24px;
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
}
.page_hero_section .breadcrumbs a{
    display: inline-flex;
    align-items: center;
    color: #FFF;
    margin-right: 8px;
}
.page_hero_section .breadcrumbs a::after{
    content: '';
    display: block;
    width: 3px;
    height: 9px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
    background-image: url('icons/line-arrow.svg');
}

.cols_section.background_add{
    background-image: url('img/cols.jpg');
    background-color: #F7F7F7;
    background-size: cover;
    background-position: center;
}
.cols_section .title_box{
    text-align: center;
}
.cols_section .cols_box{
    display: flex;
    padding: 96px;
    background-color: #FFF;
}
.cols_section .cols_box>div{
    width: 100%;
    margin-right: 24px;
}
.cols_section .cols_box>div:last-child{
    margin-right: 0px;
}
.cols_section p:last-child{
    margin-bottom: 0px;
}


.chessboard_section .chess_box .single_item{
    display: flex;
    align-items: center;
    margin-bottom: 96px;
}
.chessboard_section .chess_box .single_item:last-child{
    margin-bottom: 0px;
}
.chessboard_section .chess_box .single_item:nth-child(even){
    flex-direction: row-reverse;
}
.chessboard_section .content{
    padding: 48px;
    width: calc(50% - 96px);
    margin-right: -48px;
    background-color: #FFF;
    z-index: 2;
    border: 1px solid #E8E8E8;
}
.chessboard_section .content>*:last-child{
    margin-bottom: 0px;
}
.chessboard_section .content .button_box{
    margin-top: 24px;
}
.chessboard_section .chess_box .single_item:nth-child(even) .content{
    margin-right: 0;
    margin-left: -48px;
}
.chessboard_section .image_col{
    width: calc(50% + 96px);
    margin-left: -48px;
}
.chessboard_section .chess_box .single_item:nth-child(even) .image_col{
    margin-left: 0px;
    margin-right: -48px;
}
.chessboard_section .center_buttons .buttons{
    text-align: center;
}

.tiles_section{
    background-size: cover;
    background-position: center;
}
.tiles_section .title_box{
    text-align: center;
}
.tiles_section .title_box *{
    color: #FFF;
}
.tiles_section .single_item{
    display: flex;
}
.tiles_section .single_item:nth-child(even){
    flex-direction: row-reverse;
}
.tiles_section .single_item .content{
    width: calc(50% - 96px);
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 48px;
}
.tiles_section .single_item .content p{
    margin-top: 48px;
    margin-bottom: 0px;
    color: #2A334A;
    font-size: 32px;
    text-align: center;
    line-height: 115%;
}
.tiles_section .single_item .image_col{
    width: 50%;
}
.tiles_section .buttons{
    text-align: center;
    margin-top: 48px;
}

.last_packages_section{
    background-image: url('img/cols.jpg');
    background-color: #F7F7F7;
    background-size: cover;
    background-position: center;
}
.last_packages_section.remove_background{
    background-color: #FFF;
    background-image: unset;
}
.last_packages_section .title_box{
    text-align: center;
}
.last_packages_section .packages_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}
.last_packages_section.use_slider .packages_box{
    display: block;
}
.last_packages_section.use_slider .tns-carousel{
    display: flex;
}
.last_packages_section .packages_box img{
    height: 400px;
    min-height: 400px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 24px;
}
.last_packages_section .packages_box h3{
    color: #2A334A;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}
.last_packages_section .post_info{
    padding: 24px;
    padding-top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.last_packages_section .post_info p{
    margin-bottom: 0px;
    color: #B4B9BE;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
}
.last_packages_section .post_info p span{
    font-size: 32px;
    font-weight: 400;
}
.last_packages_section .single_package{
    background-color: #FFF;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.last_packages_section.remove_background .single_package{
    background-color: #F7F7F7;
}
.last_packages_section .buttons{
    text-align: center;
}
.last_packages_section.use_slider .tns-controls,
.last_packages_section.use_slider .tns-nav{
    display: none;
}

.banner_text_section{
    background-size: cover;
    background-position: center;
}
.banner_text_section .cols_box{
    display: flex;
    justify-content: flex-end;
}
.banner_text_section .cols_box.reverse{
    justify-content: flex-start;
}
.banner_text_section .content{
    padding: 48px;
    width: calc(50% - 48px - 48px);
    background-color: #FFF;
    border: 1px solid #E8E8E8;
}
.banner_text_section .content>*:last-child{
    margin-bottom: 0px;
}
.banner_text_section .content .button_box{
    margin-top: 24px;
}
.banner_text_section .center_buttons .buttons{
    text-align: center;
}

.reservation_section{
    background-image: url('img/cols.jpg');
    background-color: #F7F7F7;
    background-size: cover;
    background-position: center;
}
.reservation_section .title_box{
    text-align: center;
}
.reservation_section .from,
.reservation_section .to{
    width: 100%;
    opacity: 0;
    height: 0px;
}
.reservation_section form{
    display: inline-flex;
    background-color: #FFF;
    padding: 8px;
}
.reservation_section form div.date{
    padding: 12px;
    width: calc(208px - 24px);
}
.reservation_section form div.date-from{
    position: relative;
}
.reservation_section form div.date-from::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 24px);
    right: 0px;
    top: 12px;
    background-color: #E8E8E8;
}
.reservation_section form div.date>span{
    display: block;
    height: 0px;
}
.reservation_section form p{
    margin-bottom: 0px;
    color: #B4B9BE;
    font-size: 12px;
    font-weight: 600;
}
.reservation_section form .trigger-date{
    color: #2A334A;
    font-size: 18px;
    font-weight: 600;
}
.reservation_section form .trigger-date .big{
    font-size: 64px;
    font-weight: 400;
}
.reservation_section .white-box{
    display: flex;
    justify-content: center;
}
.reservation_section .green-box{
    padding: 12px;
    background-color: #FFF;
}
.reservation_section .green-box a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #2A334A;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 32px;
    transition-duration: 0.4s;
}
.reservation_section .green-box a:hover{
    /*background-color: #111e41;*/
    cursor: pointer;
}

.reviews_section{
    background-image: url('img/cols.jpg');
    background-color: #F7F7F7;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.reviews_section .tns-ovh{
    overflow: visible;
}
.reviews_section .title_box{
    text-align: center;
}
.reviews_section .single_item .content{
    padding: 48px;
    background-color: #FFF;
    text-align: center;
}
.reviews_section .reviews_box{
    padding-bottom: 48px;
    position: relative;
}
.reviews_section .reviews_box .tns-controls{
    display: none;
}
.reviews_section .reviews_box .tns-nav{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews_section .reviews_box .tns-nav button{
    padding: 0px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: none;
    background-color: #2A334A;
    margin: 0px 6px;
    transition-duration: 0.4s;
}
.reviews_section .reviews_box .tns-nav button.tns-nav-active{
    transform: scale(1.2);
}
.reviews_section .stars_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}
.reviews_section .stars_box img{
    margin: 0px 2px;
}
.reviews_section .single_item .content .text>*:last-child{
    margin-bottom: 0px;
}
.reviews_section .single_item .content .text{
    margin-bottom: 48px;
}
.reviews_section .single_item .person_box{
    display: inline-flex;
    margin: auto;
    align-items: center;
    text-align: left;
}
.reviews_section .single_item .person_box h4{
    font-size: 24px;
    margin-bottom: 4px;
}
.reviews_section .single_item .person_box h5{
    margin-bottom: 0px;
    font-size: 12px;
    color: #B4B9BE;
}
.reviews_section .single_item .person_box img{
    width: 60px;
    height: auto;
    margin-right: 24px;
}

.slider_rooms_section{
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.slider_rooms_section .title_box{
    text-align: center;
}
.slider_rooms_section .title_box h2,
.slider_rooms_section .title_box h3{
    color: #FFF;
}
.slider_rooms_section .tns-ovh{
    overflow: visible;
}
.slider_rooms_section .tns-inner{
    margin-left: -8.5% !important;
    margin-right: 8.5% !important;
}
.slider_rooms_section .single_item>div{
    background-color: #FFF;
}
.slider_rooms_section .single_item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.slider_rooms_section .single_item .content{
    background-color: #FFF;
    padding: 24px;
}
.slider_rooms_section .single_item .content h4{
    font-size: 24px;
    margin-bottom: 12px;
}
.slider_rooms_section .single_item .content h5{
    font-size: 12px;
    color: #B4B9BE;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.slider_rooms_section .single_item .content h5 img{
    width: auto;
    height: auto;
    margin-right: 8px;
}
.slider_rooms_section .tns-controls,
.slider_rooms_section .tns-nav{
    display: none;
}

.article_section.sec_outher.bottom_no{
    padding-bottom: 0px;
}
.article_section.sec_outher.top_no{
    padding-top: 0px;
}
.article_section .contenet_box{
    padding: 48px;
    border: 1px solid #E8E8E8;
}
.article_section .contenet_box>*:last-child{
    margin-bottom: 0px;
}
.article_section .buttons{
    text-align: center;
}
.article_section.background_enable{
    background-image: url('img/cols.jpg');
    background-color: #F7F7F7;
    background-size: cover;
    background-position: center;
}
.article_section.background_enable .contenet_box{
    padding: 0px;
    border: 0px;
}

.files_section{
    background-image: url('img/cols.jpg');
    background-color: #F7F7F7;
    background-size: cover;
    background-position: center;
}
.files_section .title_box{
    text-align: center;
}
.files_section .files_box{
    display: flex;
    flex-direction: column;
    padding: 96px 0px;
    background-color: #FFF;
}
.files_section .single_file{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #E8E8E8;
    margin: 0px 96px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.files_section .single_file:last-child{
    margin-bottom: 0px;
}
.files_section .single_file h4{
    margin-bottom: 8px;
    font-size: 18px;
}
.files_section .single_file p{
    margin-bottom: 0px;
}
.files_section .single_file a{
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 1px solid #2A334A;
    color: #2A334A;
    font-size: 14px;
    font-weight: 600;
}

/*.gallery_mega .item:not(.center){
    width: 450px;
    margin-bottom: 6px;
}
.gallery_mega .item.center{
    width: 300px;
}
.gallery_mega .item img {
    width: 100%;
    height: 299px;
    object-fit: cover;
    border-width: 0px;
}
.gallery_mega .item.center img{
    height: 450px;
}
.gallery_mega .item:nth-child(7n-1) img,
.gallery_mega .item:nth-child(7n-5) img{
    height: 450px;
}*/

.gallery_mega {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 20px;
    row-gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    grid-auto-rows: 10px;
}
.gallery_mega .item:nth-child(16n-2),
.gallery_mega .item:nth-child(16n-6),
.gallery_mega .item:nth-child(16n-10),
.gallery_mega .item:nth-child(16n-14){
    grid-column: 4 / 6;
    width: 100%;
    height: 460px;
    grid-row-end: span 24;
}
.gallery_mega .item:nth-child(16n-5),
.gallery_mega .item:nth-child(16n-3),
.gallery_mega .item:nth-child(16n),
.gallery_mega .item:nth-child(16n-13),
.gallery_mega .item:nth-child(16n-11),
.gallery_mega .item:nth-child(16n-8){
    grid-column: 6 / 9;
    width: 100%;
    height: 300px;
    grid-row-end: span 16;
}
.gallery_mega .item{
    grid-column: 1 / 4; /* Pierwsza kolumna */
    width: 100%;
    height: 300px;
    grid-row-end: span 16; /* Wysokość wiersza */
}
.gallery_mega .item img {
    width: 100%;
    /*height: 299px;*/
    height: 100%;
    object-fit: cover;
    border-width: 0px;
}
/*.gallery_mega .item:nth-child(2){
    grid-row-start: 7;
}*/
.gallery_section .buttons{
    text-align: center;
    margin-top: 48px;
}
.gallery_mega a{
    transition-duration: 0.4s;
}
.gallery_mega a:hover{
    opacity: 0.7;
}

.noveo_custom_form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.noveo_custom_form input[type='text'],
.noveo_custom_form input[type='email'],
.noveo_custom_form input[type='tel'],
.noveo_custom_form textarea{
    border: none;
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 0px;
    width: 100%;
    color: #2A334A;
    font-size: 18px;
    line-height: 125%;
    font-family: 'DM_Sans', sans-serif;
    outline: 0px;
}
.noveo_custom_form>span{
    display: block;
    width: calc(100%/3 - 32px);
    margin-bottom: 32px;
}
.noveo_custom_form>span[data-name='your-message'],
.noveo_custom_form>span[data-name='acceptance-367']{
    width: 100%;
}
.noveo_custom_form .buttons{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder{
    color: #2A334A;
}
.noveo_custom_form .wpcf7-list-item>label{
    position: relative;
    display: flex;
    cursor: pointer;
    font-size: 16px;
    color: #625E56;
    font-family: 'GILROY', sans-serif;
}
.noveo_custom_form .wpcf7-list-item>label::before {
    content: '';
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    background-color: transparent;
    border: 1px solid #E8E8E8;
}
.noveo_custom_form .wpcf7-list-item>label input {
    display: none;
}
.noveo_custom_form .wpcf7-list-item>label {
    position: relative;
    display: flex;
    cursor: pointer;
    font-size: 12px;
    color: #959A9F;
    font-family: 'GILROY', sans-serif;
    line-height: 175%;
}
.noveo_custom_form .wpcf7-list-item>label a{
    text-decoration: underline;
}
.noveo_custom_form .wpcf7-list-item>label::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #2A334A;
    position: absolute;
    left: 4px;
    top: 4px;
    opacity: 0;
    transition-duration: 0.4s;
}
.noveo_custom_form .wpcf7-list-item>label.active::after {
    opacity: 1;
}
.noveo_custom_form .button_box{
    font-family: 'GILROY', sans-serif;
}

.front_hero_section .green-box a,
.reservation_section .green-box a,
.page_hero_section .green-box a{
    position: relative;
}
.front_hero_section .green-box a span,
.reservation_section .green-box a span,
.page_hero_section .green-box a span{
    z-index: 2;
}
.front_hero_section .green-box a::before,
.reservation_section .green-box a::before,
.page_hero_section .green-box a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    box-sizing: border-box;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.front_hero_section .green-box a::after,
.reservation_section .green-box a::after,
.page_hero_section .green-box a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease; 
}
.front_hero_section .green-box a:hover::after,
.front_hero_section .green-box a:hover::before,
.reservation_section .green-box a:hover::after,
.reservation_section .green-box a:hover::before,
.page_hero_section .green-box a:hover::after,
.page_hero_section .green-box a:hover::before{
    transform: scaleX(1);
}

.noveo_custom_form .button_box:hover{
    background: #959A9F;
}

.banner_text_section.banner_text_slider{
    position: relative;
}
.banner_text_section.banner_text_slider .tns-controls,
.banner_text_section.banner_text_slider .tns-nav{
    display: none;
}
.banner_text_section.banner_text_slider .tns-outer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.banner_text_section.banner_text_slider .tns-ovh{
    height: 100%;
}
.banner_text_section.banner_text_slider .tns-inner{
    height: 100%;
}
.banner_text_section.banner_text_slider .banner_slider_init{
    height: 100%;
}
.banner_text_section.banner_text_slider .banner_slider_init img{
    height: 100%;
    object-fit: cover;
}
.banner_text_section.banner_text_slider .cols_box{
    position: relative;
    z-index: 2;
}

.attractions_section .attractions_box{
    display: flex;
    align-items: center;
}
.attractions_section .attractions_box .content{
    padding: 48px;
    width: calc(50% - 96px);
    margin-right: -48px;
    background-color: #FFF;
    z-index: 2;
    border: 1px solid #E8E8E8;
}
.attractions_section .attractions_box .map{
    width: 720px;
    height: 720px;
    position: relative;
    margin-left: -48px;
    background-image: url('img/attractions_map.jpg');
    background-size: cover;
    background-position: center;
}
.attractions_section .attractions_box .single_icon{
    position: absolute;
    transform: translateX(50%) translateY(-5px);
    display: block;
    padding: 24px;
    border-radius: 100%;
    background-color: #F2F5FB;
    transition-duration: 0.4s;
}
.attractions_section .attractions_box .single_icon::after{
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #F2F5FB;
    transition-duration: 0.4s;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%) rotate(45deg);
}
.attractions_section .attractions_box .single_icon.active{
    background-color: #2A334A;
}
.attractions_section .attractions_box .single_icon.active::after{
    background-color: #2A334A;
}
.attractions_section .attractions_box .single_icon img{
    transition-duration: 0.4s;
}
.attractions_section .attractions_box .single_icon.active img{
    filter: invert(100%) brightness(1000%);
}
.attractions_section .attractions_box .single_icon:not(.active):hover{
    opacity: 0.7;
    cursor: pointer;
}
.attractions_section .content .single_attraction{
    display: none;
}
.attractions_section .content .single_attraction.active{
    display: block;
}

.blog_section .single_post{
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    padding: 48px;
    border: 1px solid #E8E8E8;
}
.blog_section .single_post h2 a{
    color: #2A334A;
}
.blog_section .single_post .image{
    margin-right: 48px;
}
.blog_section .single_post .data{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}