@charset "UTF-8";@font-face {
    font-family: "Avenir";
    src: url(font/Avenir-Light.woff2) format("woff2"),url(font/Avenir-Light.woff) format("woff"),url(font/Avenir-Lightd41d.eot?) format("embedded-opentype"),url(font/Avenir-Light.ttf) format("truetype");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: "Avenir";
    src: url(font/Avenir-Book.woff2) format("woff2"),url(font/Avenir-Book.woff) format("woff"),url(font/Avenir-Bookd41d.eot?) format("embedded-opentype"),url(font/Avenir-Book.ttf) format("truetype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Avenir";
    src: url(font/Avenir-Medium.woff2) format("woff2"),url(font/Avenir-Medium.woff) format("woff"),url(font/Avenir-Mediumd41d.eot?) format("embedded-opentype"),url(font/Avenir-Medium.ttf) format("truetype");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: "Avenir";
    src: url(font/Avenir-Black.woff2) format("woff2"),url(font/Avenir-Black.woff) format("woff"),url(font/Avenir-Blackd41d.eot?) format("embedded-opentype"),url(font/Avenir-Black.ttf) format("truetype");
    font-weight: 900;
    font-display: swap
}

@font-face {
    font-family: "Flaticon";
    src: url(font/Flaticond41d.eot?);
    src: url("font/Flaticond41d.eot?#iefix") format("embedded-opentype"),url(font/Flaticon.woff2) format("woff2"),url(font/Flaticon.woff) format("woff"),url(font/Flaticon.ttf) format("truetype"),url("font/Flaticon.svg#Flaticon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:"Flaticon";
        src: url("font/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
    font-display: swap
}

.flaticon-instagram:before {
    content: ""
}

.flaticon-facebook:before {
    content: ""
}

.flaticon-linkedin:before {
    content: ""
}

.flaticon-search:before {
    content: ""
}

.flaticon-menu:before {
    content: ""
}

.flaticon-down-arrow:before {
    content: ""
}

.flaticon-down-arrow-1:before {
    content: ""
}

.flaticon-down-arrow-2:before {
    content: ""
}

.flaticon-calendar:before {
    content: ""
}

.flaticon-calender:before {
    content: ""
}

.flaticon-left:before {
    content: ""
}

.flaticon-call:before {
    content: ""
}

.flaticon-whatsapp:before {
    content: ""
}

.flaticon-envelope:before {
    content: ""
}

.flaticon-play:before {
    content: "";
    font-size: 85%
}

.flaticon-cross-out:before {
    content: ""
}

.flaticon-cross-out-small:before {
    content: "";
    font-size: 1rem
}

@media screen and (min-width: 1024px) {
    .flaticon-cross-out:before {
        font-size:1.5rem
    }
}

.flaticon-right:before {
    content: ""
}

.flaticon-home:before {
    content: ""
}

.flaticon-telephone:before {
    content: ""
}

.flaticon-email:before {
    content: ""
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important
}

@media screen and (max-width: 39.9375em) {
    html {
        font-size:62.5%
    }
}

body {
    font-family: Avenir,sans-serif
}

ul,ol,li,p,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0!important
}

.mb-10 {
    margin-bottom: 10rem!important
}

img,input[type="image"],video,embed,iframe,marquee,object,table {
    aspect-ratio: attr(width) / attr(height)
}

.main-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px
}

header {
    background: #fff;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 4px 5px -5pxrgba(0,0,0,.5)
}

header .header-row-container {
    align-items: center
}

@media screen and (max-width: 1024px) {
    header .header-row-container {
        align-items:flex-start!important
    }
}

header .hamburger-menu-btn {
    margin: .5rem;
    cursor: pointer;
    color: #333;
    text-decoration: none
}

header .hamburger-menu-btn i {
    font-weight: 900;
    font-size: 2rem
}

header .main-logo-container {
    margin: .7rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none
}

header .main-logo-container img {
    max-width: 10rem
}

@media screen and (max-width: 768px) {
    header .main-logo-container img {
        max-width:8rem
    }
    header .header-row-container .row{
        flex-direction: row-reverse;
    
    }
}



@media screen and (max-width: 1024px) {
    header .main-logo-container {
        /* justify-content:center; */
    }
}

@media screen and (max-width: 1024px) {
    header .socail-links-container {
        display:none
    }
}

header .header-social-links {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin: .5rem
}

header .header-social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    padding: .5rem;
    margin: .5rem
}

header .header-social-links a i {
    font-size: 1.25rem
}

header .header-nav-container {
    display: flex;
    justify-content: flex-end
}

header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem
}

@media screen and (max-width: 1280px) {
    header nav {
        margin:0 1.25rem
    }
}

@media screen and (max-width: 1024px) {
    header nav {
        display:none
    }
}

header .header-main-navigation {
    display: inline-flex;
    list-style-type: none;
    position: relative
}

header .header-main-navigation>li>a {
    color: #000;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin: 0 2rem
}

header .header-main-navigation>li>a:before,header .header-main-navigation>li>a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #37b19e
}

header .header-main-navigation>li>a:before {
    opacity: 0;
    transform: translateY(-8px);
    transition: transform 0s cubic-bezier(.175,.885,.32,1.275),opacity 0s
}

header .header-main-navigation>li>a:after {
    opacity: 0;
    transform: translateY(8px/2);
    transition: transform .2s cubic-bezier(.175,.885,.32,1.275),opacity .2s
}

header .header-main-navigation>li>a:hover:before,header .header-main-navigation>li>a:hover:after,header .header-main-navigation>li>a:focus:before,header .header-main-navigation>li>a:focus:after {
    opacity: 1;
    transform: translateY(0)
}

header .header-main-navigation>li>a:hover:before,header .header-main-navigation>li>a:focus:before {
    transition: transform .2s cubic-bezier(.175,.885,.32,1.275),opacity .2s
}

header .header-main-navigation>li>a:hover:after,header .header-main-navigation>li>a:focus:after {
    transition: transform 0s .2s cubic-bezier(.175,.885,.32,1.275),opacity 0s .2s
}

@media screen and (max-width: 1280px) {
    header .header-main-navigation>li>a {
        margin:0 1rem
    }
}

header .header-main-navigation>li>a.menu-item-active:before,header .header-main-navigation>li>a.menu-item-active:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #37b19e
}

header .header-main-navigation>li>a.menu-item-active:after {
    opacity: 1
}

header .header-main-navigation>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 5000;
    transform: translateY(0%);
    transition-delay: 0s,0s,.3s
}

header .header-main-navigation .sub-menu {
    position: absolute;
    background: #fff;
    overflow: hidden;
    list-style: none;
    width: 1200px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateY(-2em);
    z-index: -1;
    transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear .01s;
    box-shadow: 0 .5em 1em 0 rgba(0,0,0,.1);
    display: flex
}

header .header-main-navigation .sub-menu .sub-otel-cards {
    padding: 1rem;
    text-decoration: none;
    color: #000;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center
}

header .header-main-navigation .sub-menu .sub-otel-cards:nth-of-type(2) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}
header .header-main-navigation .sub-menu .sub-otel-cards:nth-of-type(3) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-card-headline {
    text-align: center;
    margin: 1rem 0
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-preview-image {
    object-fit: cover;
    height: 8rem;
    width: 10rem;
    margin: 1rem;
    filter: grayscale(100%);
    transition: .2s all
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-preview-logo {
    margin-left: 1rem;
    height: 6rem;
    width: 6rem;
    max-width: 100%;
    filter: grayscale(100%);
    transition: .2s all;
    object-fit: contain
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-contact-sub-logo {
    width: 8rem;
    max-width: 100%;
    object-fit: contain;
    margin: 0 0 1rem 0;
    align-self: flex-start
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-contact-sub-introduction {
    font-size: 80%
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-contact-social-container {
    list-style-type: none;
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
    width: 80%;
    margin: 2rem auto 0 0
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-contact-social-container li a {
    font-size: 1.25rem;
    margin-right: 1rem;
    margin-left: 0;
    color: #000;
    text-decoration: none
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-address-container {
    margin: 0 0 2rem 0;
    align-self: flex-start
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-address-container>strong {
    text-align: left
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-address-container>strong span {
    color: #37b19e
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-address-container>address {
    font-size: 85%;
    margin-bottom: .5rem
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-address-container>a {
    text-decoration-style: dotted;
    text-decoration-line: underline;
    color: #000;
    font-size: 85%;
    display: block
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-form-title {
    align-self: flex-start
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-form-subtitle {
    font-size: 85%;
    align-self: flex-start
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-form-container {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-form-container input[type="text"] {
    padding: .15rem .5rem;
    outline: none;
    font-size: 85%;
    margin-bottom: .5rem;
    border: 1px solid #555
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-form-container input[type="email"] {
    padding: .15rem .5rem;
    outline: none;
    font-size: 85%;
    margin-bottom: .5rem;
    border: 1px solid #555
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-form-container textarea {
    padding: .15rem .5rem;
    outline: none;
    font-size: 85%;
    margin-bottom: .5rem;
    border: 1px solid #555;
    height: 7rem;
    min-height: 7rem;
    max-height: 11rem
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-form-container input[type="submit"] {
    padding: .5rem;
    background: #37b19e;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    outline: none;
    border: none;
    font-size: 80%
}

header .header-main-navigation .sub-menu .sub-otel-cards .otel-sub-form-container input[type="button"] {
    padding: .5rem;
    background: #37b19e;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    outline: none;
    border: none;
    font-size: 80%
}

header .header-main-navigation .sub-menu .sub-otel-cards:hover .otel-preview-image {
    filter: grayscale(0);
    box-shadow: 0 .5em 1em 0 rgba(0,0,0,.1)
}

header .header-main-navigation .sub-menu .sub-otel-cards:hover .otel-preview-logo {
    filter: grayscale(0)
}

header .header-search-language {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none
}

header .header-search-language .header-lang-btn {
    text-decoration: none;
    background: #000;
    color: #fff;
    font-weight: 900;
    padding: .5rem .5rem 2.3rem .5rem;
    margin-right: 2rem
}

@media screen and (max-width: 1280px) {
    header .header-search-language .header-lang-btn {
        margin-right:1rem
    }
}

@media screen and (max-width: 1024px) {
    header .header-search-language .header-lang-btn {
        position:absolute;
        top: 0;
        right: 0;
        padding: 1rem;
        font-size: 1.25rem;
        line-height: initial;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 1rem
    }
}

@media screen and (max-width: 768px) {
    header .header-search-language .header-lang-btn {
        line-height:2.5
    }
}

header .header-search-language .header-search-btn {
    color: #000;
    margin: 0 1rem;
    cursor: pointer
}

header .header-search-language .header-search-btn i {
    font-size: 1.5rem;
    font-weight: 900
}

@media screen and (max-width: 1024px) {
    header .header-search-language .header-search-btn {
        display:none
    }
}

.side-main-menu {
    position: fixed;
    width: 100%;
    left: -100%;
    bottom: 0;
    z-index: 5000;
    transition: .5s all
}

.side-main-menu .menu-overlay {
    position: absolute;
    background: #000;
    opacity: .7;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000
}

.side-main-menu .side-main-navigation {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none
}

.side-main-menu .side-main-navigation>ul {
    width: 20vw;
    height: 100vh;
    background: #282a29;
    z-index: 2000
}

.side-main-menu .side-main-navigation>ul .close-btn-container {
    display: none
}

.side-main-menu .side-main-navigation>ul .close-btn-container .side-main-menu-close-btn {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2rem
}

@media screen and (max-width: 640px) {
    .side-main-menu .side-main-navigation>ul .close-btn-container {
        display:block
    }
}

@media screen and (max-width: 320px) {
    .side-main-menu .side-main-navigation>ul .close-btn-container .side-main-menu-close-btn {
        margin-bottom:.5rem
    }
}

.side-main-menu .side-main-navigation>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.26);
    padding: 1.5rem
}

.side-main-menu .side-main-navigation>ul>li>a {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: .3s all;
    font-size: 1.375rem
}

.side-main-menu .side-main-navigation>ul>li>a:hover {
    color: #46c6b2
}

.side-main-menu .side-main-navigation>ul>li>a .arrow-down {
    position: absolute;
    top: 0;
    right: 2rem
}

.side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    width: 50vw;
    height: 100vh;
    background: #282a29;
    list-style-type: none;
    display: flex;
    transition: .2s all
}

.side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu div {
    height: 100%;
    width: 100%
}

.side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu div:nth-of-type(1) {
    border-right: 1px solid rgba(255,255,255,.26)
}

.side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu span {
    display: block;
    font-size: 1.375rem;
    color: #37b19e;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.26);
    font-weight: 700;
    text-align: left;
    width: 80%;
    margin: 0 auto
}

.side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu li {
    width: 80%;
    padding: 1.5rem 0 0 0;
    text-align: left;
    margin: 0 auto
}

.side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu li a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: .3s all;
    font-size: 1.375rem
}

.side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu li a:hover {
    color: #46c6b2
}

.side-main-menu .side-main-navigation>ul>li:hover ul {
    visibility: visible;
    opacity: 1
}

.side-main-menu .side-main-navigation>ul .side-single-item {
    border: none;
    padding: .8rem 1.5rem
}

.side-main-menu .side-main-navigation>ul .side-single-item a {
    font-size: 1rem
}

.side-main-menu .side-main-navigation>ul .side-single-item .side-social-items {
    list-style-type: none;
    display: flex
}

.side-main-menu .side-main-navigation>ul .side-single-item .side-social-items a {
    color: #fff;
    text-decoration: none;
    font-size: 1.375rem;
    margin-right: 1.5rem;
    transition: .3s all
}

.side-main-menu .side-main-navigation>ul .side-single-item .side-social-items a:hover {
    color: #46c6b2
}

@media screen and (max-width: 640px) {
    .side-main-menu .side-main-navigation>ul .side-single-item .side-social-items {
        margin-top:2rem
    }

    .side-main-menu .side-main-navigation>ul .side-single-item .side-social-items a {
        font-size: 2rem;
        margin-right: 2.5rem
    }
}

.side-main-menu .side-main-navigation>ul .side-main-lang-btn {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-decoration: none;
    font-size: 2.5rem;
    color: #fff
}

@media screen and (max-width: 640px) {
    .side-main-menu .side-main-navigation>ul .side-main-lang-btn {
        display:block
    }
}

@media screen and (max-width: 1024px) {
    .side-main-menu .side-main-navigation>ul {
        width:35vw
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu {
        width: 65vw
    }
}

@media screen and (max-width: 768px) {
    .side-main-menu .side-main-navigation>ul {
        width:30vw
    }

    .side-main-menu .side-main-navigation>ul>li {
        padding: .7rem 1rem;
        border-bottom: 0
    }

    .side-main-menu .side-main-navigation>ul>li>a {
        font-size: 1.9rem
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu {
        width: 70vw
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu span {
        padding: 1rem;
        font-size: 1rem
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu li {
        padding: .5rem 1rem
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu li a {
        font-size: 2rem;
        font-weight: 600
    }

    .side-main-menu .side-main-navigation>ul .side-single-item {
        padding: .5rem 1rem
    }

    .side-main-menu .side-main-navigation>ul .side-single-item a {
        font-size: 1.375rem
    }
}

@media screen and (max-width: 640px) {
    .side-main-menu .side-main-navigation>ul {
        padding-top:14vh;
        width: 100%
    }

    .side-main-menu .side-main-navigation>ul>li>a .arrow-down {
        top: initial;
        right: initial;
        left: initial;
        transform: rotate(90deg)!important;
        margin-left: 1.5rem
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        flex-direction: column;
        transition: 0 all
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu div {
        border: none
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu span {
        display: none
    }

    .side-main-menu .side-main-navigation>ul>li .side-main-otels-submenu li {
        margin: 0;
        text-align: left;
        padding-left: 0
    }

    .side-main-menu .side-main-navigation>ul>li:hover .side-main-otels-submenu {
        visibility: visible;
        opacity: 1;
        height: auto
    }
}

.show-side-main-menu {
    left: 0!important
}

.search-box-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15rem;
    transition: .4s all;
    visibility: hidden
}

.search-box-container .search-close-btn {
    text-decoration: none;
    color: #fff;
    position: fixed;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    z-index: 20000;
    transition: .4s all;
    display: none;
    opacity: 0
}

.search-box-container .search-close-btn:hover {
    color: #fff
}

.search-box-container .search-close-btn i {
    font-weight: 900;
    font-size: 2.5rem
}

.search-box-container .search-close-btn.show-close-btn {
    opacity: 1;
    display: block
}

.search-box-container>form {
    position: fixed;
    z-index: 20000;
    display: none
}

.search-box-container>form>div {
    display: flex;
    flex-direction: column;
    align-items: center
}

.search-box-container>form>div label {
    display: none
}

.search-box-container>form>div input[type="text"] {
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem;
    width: 60rem;
    max-width: 80%;
    margin: 0 auto 2rem auto;
    transition: .4s all
}

.search-box-container>form>div input[type="text"]:focus {
    font-size: 2rem;
    width: 65rem
}

.search-box-container>form>div input[type="submit"] {
    padding: 1rem 4rem;
    background: #37b19e;
    font-size: 1.375rem;
    transition: .4s all;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    outline: none;
    border: none;
    margin-top: 1rem
}

.search-box-container>form>div input[type="submit"]:hover {
    background: #46c6b2
}

.search-box-container>form>div input[type="button"] {
    padding: 1rem 5rem;
    background: #37b19e;
    font-size: 1.5rem;
    transition: .4s all;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;
    outline: none;
    border: none;
    margin-top: 1rem
}

.search-box-container>form>div input[type="button"]:hover {
    background: #46c6b2
}

.search-box-container:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: .4s all
}

.search-box-container.show-search-box-container {
    transition: .4s all;
    visibility: visible
}

.search-box-container.show-search-box-container>form {
    display: block
}

.search-box-container.show-search-box-container:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .85;
    visibility: visible;
    background: #000
}

.main-intro {
    background: center/cover no-repeat url(images/Nish-Otel-intro-main-background.jpg);
    position: relative;
    min-height: 80vh
}

@media screen and (max-width: 1024px) {
    .main-intro {
        background:center/cover no-repeat url(images/Nish-Otel-intro-main-background-medium.jpg);
        min-height: 45vh
    }
}

@media screen and (max-width: 768px) {
    .main-intro {
        background:center/cover no-repeat url(images/Nish-Otel-intro-main-background-small.jpg)
    }
}

.main-intro .intro-fluid-row {
    min-height: 80vh
}

@media screen and (max-width: 1024px) {
    .main-intro .intro-fluid-row {
        min-height:45vh
    }
}

.main-intro .intro-msg-btn {
    position: absolute;
    left: 0;
    top: 5rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    background: #6e6f6f;
    color: #fff;
    padding: .8rem .4rem .8rem 1.2rem;
    transition: .3s all;
    z-index: 1500
}

.main-intro .intro-msg-btn:hover {
    box-shadow: 4px 4px 5px -6px #0a0a0a;
    background: #7b7c7c
}

@media screen and (max-width: 1024px) {
    .main-intro .intro-msg-btn {
        padding:.7rem .7rem .8rem 2rem;
        font-size: 1.25rem;
        font-weight: 700;
        top: 2rem
    }
}

@media screen and (max-width: 640px) {
    .main-intro .intro-msg-btn {
        padding:.3rem .4rem .3rem 1rem;
        width: 35%;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 320px) {
    .main-intro .intro-msg-btn {
        top:1rem
    }
}

.main-intro .intro-call-container {
    display: block
}

.main-intro .intro-call-container .intro-call-btn {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    text-decoration: none;
    background: #37b19e;
    color: #fff;
    font-weight: 600;
    padding: .5rem .8rem;
    transition: .3s all;
    display: none
}

.main-intro .intro-call-container .intro-call-btn:hover {
    box-shadow: 0 0 21px -5px rgba(10,10,10,.6);
    background: #46c6b2
}

@media screen and (max-width: 1024px) {
    .main-intro .intro-call-container {
        display:none
    }
}

.main-intro .intro-fluid-col {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width: 1024px) {
    .main-intro .intro-fluid-col {
        min-height:35vh
    }
}

.main-intro .intro-slogan-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff
}

.main-intro .intro-slogan-container .intro-slogan {
    font-size: 1.5rem;
    text-align: center
}

.main-intro .intro-slogan-container>h1 {
    font-size: 6.5rem;
    font-weight: 900;
    text-align: center
}

.main-intro .intro-slogan-container>h1 span {
    color: #37b19e
}

@media screen and (max-width: 1024px) {
    .main-intro .intro-slogan-container .intro-slogan {
        font-size:1.25rem
    }

    .main-intro .intro-slogan-container>h1 {
        font-size: 4.5rem
    }
}

@media screen and (max-width: 640px) {
    .main-intro .intro-slogan-container .intro-slogan {
        font-size:1.25rem
    }

    .main-intro .intro-slogan-container>h1 {
        font-size: 4rem
    }
}

.main-intro .intro-search-box {
    background: rgba(255,255,255,.6);
    padding: .7rem 1.2rem;
    width: 100%;
    margin: 6rem auto 0 auto
}

.main-intro .intro-search-box>form {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-intro .intro-search-box>form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/svg/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12%;
    background-color: rgba(255,255,255,0);
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    min-width: 18%;
    max-width: 18%;
    padding: .5rem 0;
    margin: 1rem 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer
}

.main-intro .intro-search-box>form .input-date-wrapper {
    display: flex;
    justify-content: space-between;
    width: 30%
}

.main-intro .intro-search-box>form .input-date-wrapper>input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(255,255,255,0);
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    font-weight: 600;
    font-size: 1rem;
    margin: 1rem 0;
    padding: .5rem 0;
    min-width: 48%;
    max-width: 48%
}

.main-intro .intro-search-box>form .input-date-wrapper>input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC42OTYiIGhlaWdodD0iMjkuNDM2IiB2aWV3Qm94PSIwIDAgMzAuNjk2IDI5LjQzNiI+DQogIDxnIGlkPSJHcm91cF81NDAiIGRhdGEtbmFtZT0iR3JvdXAgNTQwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi41IC00LjQpIj4NCiAgICA8ZyBpZD0iR3JvdXBfNTM5IiBkYXRhLW5hbWU9Ikdyb3VwIDUzOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi41IDQuNCkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfNzIiIGRhdGEtbmFtZT0iUGF0aCA3MiIgZD0iTTIuNSwzNS41VjUyLjc4N2EyLjEsMi4xLDAsMCwwLDIuMSwyLjFIMzEuMWEyLjEsMi4xLDAsMCwwLDIuMS0yLjFWMzUuNVptOS43MjYsMTQuNDExYS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDguMTU0YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi4zOTFabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIOC4xNTRhLjY4Mi42ODIsMCwwLDEtLjY3OS0uNjc5VjQwLjUwOGEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi40MjNabTcuOTgxLDYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDcuNTJhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5SDE5LjU2YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5djIuMzkxWm0wLTYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDAuNTA4YS42ODIuNjgyLDAsMCwxLC42NzktLjY3OUgxOS41NmEuNjgyLjY4MiwwLDAsMSwuNjc5LjY3OXYyLjQyM1ptOC4wMTMsNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42NzlabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0MC41MDhhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5aDMuNDI1YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuNSAtMjUuNDUxKSIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfNzMiIGRhdGEtbmFtZT0iUGF0aCA3MyIgZD0iTTMzLjIsOS4yNDdhMi4xLDIuMSwwLDAsMC0yLjEtMi4xSDI5LjU0NXYtLjlhMS44NDIsMS44NDIsMCwxLDAtMy42ODMsMHYuOUg5LjgzNXYtLjlBMS44NDEsMS44NDEsMCwwLDAsNy45OTMsNC40LDEuODIxLDEuODIxLDAsMCwwLDYuMTUxLDYuMjQydi45SDQuNmEyLjEsMi4xLDAsMCwwLTIuMSwyLjF2My4zOTNIMzMuMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjUgLTQuNCkiLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K);
    width: 1.5rem;
    height: 1.5rem
}

.main-intro .intro-search-box>form .input-date-wrapper>input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC42OTYiIGhlaWdodD0iMjkuNDM2IiB2aWV3Qm94PSIwIDAgMzAuNjk2IDI5LjQzNiI+DQogIDxnIGlkPSJHcm91cF81NDAiIGRhdGEtbmFtZT0iR3JvdXAgNTQwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi41IC00LjQpIj4NCiAgICA8ZyBpZD0iR3JvdXBfNTM5IiBkYXRhLW5hbWU9Ikdyb3VwIDUzOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi41IDQuNCkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfNzIiIGRhdGEtbmFtZT0iUGF0aCA3MiIgZD0iTTIuNSwzNS41VjUyLjc4N2EyLjEsMi4xLDAsMCwwLDIuMSwyLjFIMzEuMWEyLjEsMi4xLDAsMCwwLDIuMS0yLjFWMzUuNVptOS43MjYsMTQuNDExYS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDguMTU0YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi4zOTFabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIOC4xNTRhLjY4Mi42ODIsMCwwLDEtLjY3OS0uNjc5VjQwLjUwOGEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi40MjNabTcuOTgxLDYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDcuNTJhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5SDE5LjU2YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5djIuMzkxWm0wLTYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDAuNTA4YS42ODIuNjgyLDAsMCwxLC42NzktLjY3OUgxOS41NmEuNjgyLjY4MiwwLDAsMSwuNjc5LjY3OXYyLjQyM1ptOC4wMTMsNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42NzlabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0MC41MDhhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5aDMuNDI1YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuNSAtMjUuNDUxKSIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfNzMiIGRhdGEtbmFtZT0iUGF0aCA3MyIgZD0iTTMzLjIsOS4yNDdhMi4xLDIuMSwwLDAsMC0yLjEtMi4xSDI5LjU0NXYtLjlhMS44NDIsMS44NDIsMCwxLDAtMy42ODMsMHYuOUg5LjgzNXYtLjlBMS44NDEsMS44NDEsMCwwLDAsNy45OTMsNC40LDEuODIxLDEuODIxLDAsMCwwLDYuMTUxLDYuMjQydi45SDQuNmEyLjEsMi4xLDAsMCwwLTIuMSwyLjF2My4zOTNIMzMuMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjUgLTQuNCkiLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1.5rem;
    background-position: 98% 50%;
    background-color: rgba(255,255,255,0);
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    padding: .5rem 0;
    margin: 1rem 0;
    min-width: 48%;
    max-width: 48%
}

.main-intro .intro-search-box>form .input-date-wrapper>input[type="text"]::placeholder {
    color: #000;
    opacity: 1
}

.main-intro .intro-search-box>form .input-date-wrapper>input[type="text"]:-ms-input-placeholder {
    color: #000
}

.main-intro .intro-search-box>form .input-date-wrapper>input[type="text"]::-ms-input-placeholder {
    color: #000
}

.main-intro .intro-search-box>form input[type="submit"] {
    background: #37b19e;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: 1rem;
    font-size: .9rem;
    font-weight: 700;
    transition: .3s all;
    min-width: 14%;
    max-width: 14%
}

.main-intro .intro-search-box>form input[type="submit"]:hover {
    background: #46c6b2
}

.main-intro .intro-search-box>form input[type="button"] {
    background: #37b19e;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: 1rem;
    font-size: .9rem;
    font-weight: 700;
    transition: .3s all;
    min-width: 14%;
    max-width: 14%
}

.main-intro .intro-search-box>form input[type="button"]:hover {
    background: #46c6b2
}

.main-intro .intro-search-box>form .submit-button {
    background: #37b19e;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: 1rem;
    font-size: .9rem;
    font-weight: 700;
    transition: .3s all;
    min-width: 14%;
    max-width: 14%
}

.main-intro .intro-search-box>form .submit-button:hover {
    background: #46c6b2
}

.main-intro .intro-search-box>form .rooms-guests-container {
    position: relative;
    min-width: 15%;
    max-width: 15%
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1.5rem;
    opacity: 0;
    background-color: #fff;
    z-index: 300;
    transition: .2s all;
    min-width: 13rem;
    max-width: 90%;
    padding: 1rem
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu .arrow-up {
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: none;
    border-left: none;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: #fff
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu .number-picker-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu .number-picker-box:nth-of-type(2) {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .room-count-label {
    font-size: 1rem
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input {
    display: flex;
    align-items: center
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .minus,.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .plus {
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    padding: .5rem;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .counter-input {
    padding: 0;
    margin: 0 .5rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    max-width: 1rem;
    outline: none;
    -webkit-appearance: none;
    border: none;
    pointer-events: none;
    color: #000
}

.main-intro .intro-search-box>form .rooms-guests-container .rooms-guests-button {
    padding: .5rem 0;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #000;
    cursor: pointer!important;
    overflow: hidden;
    outline: none;
    font-weight: 600;
    font-size: 1rem;
    background-image: url(images/svg/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12%
}

.main-intro .intro-search-box>form .rooms-guests-container:hover .rooms-guests-submenu {
    opacity: 1!important;
    top: 1rem
}

@media screen and (max-width: 1440px) {
    .main-intro .intro-search-box {
        width:60rem
    }

    .main-intro .intro-search-box>form .submit-button {
        padding: 1rem .5rem
    }
}

@media screen and (max-width: 1024px) {
    .main-intro .intro-search-box {
        display:none
    }
}

.main-intro .intro-mobile-cta-container {
    display: none;
    margin-top: 1rem
}

.main-intro .intro-mobile-cta-container a {
    text-decoration: none;
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.363);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
    margin: .5rem;
    padding: .5rem;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .main-intro .intro-mobile-cta-container {
        display:flex;
        align-items: center;
        justify-content: center
    }
}

.main-otels {
    position: relative;
    z-index: 200;
    height: 40rem
}

@media screen and (max-width: 1440px) {
    .main-otels {
        height:35rem
    }
}

@media screen and (max-width: 1024px) {
    .main-otels {
        height:25rem
    }
}

@media screen and (max-width: 640px) {
    .main-otels {
        height:14rem
    }
}

.main-otels .otel-card-container {
    position: absolute;
    top: -12rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100rem;
    max-width: 100%
}

@media screen and (max-width: 1440px) {
    .main-otels .otel-card-container {
        width:85rem;
        top: -5rem
    }
}

@media screen and (max-width: 1024px) {
    .main-otels .otel-card-container {
        top:-6.5rem
    }
}

@media screen and (max-width: 640px) {
    .main-otels .otel-card-container {
        top:-4.5rem
    }
}

.main-otels .otel-card-container .otel-card {
    position: relative;
    border: 1px solid rgba(238,238,238,.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 32%;
    height: 40rem;
    text-decoration: none;
    box-shadow: 0 0 14px -1px rgba(0,0,0,.5);
    transition: .3s all
}

.main-otels .otel-card-container .otel-card:hover {
    box-shadow: 0 0 14px -1px rgba(0,0,0,.5)
}

.main-otels .otel-card-container .otel-card img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.main-otels .otel-card-container .otel-card>div {
    z-index: 250;
    color: #fff;
    margin-top: 2rem
}

.main-otels .otel-card-container .otel-card>div span {
    display: block;
    text-align: center
}

.main-otels .otel-card-container .otel-card>div span:nth-child(1) {
    font-size: 1.5rem
}

.main-otels .otel-card-container .otel-card>div span:nth-child(2) {
    font-size: 2.8rem;
    font-weight: 900
}

.main-otels .otel-card-container .otel-card .otel-card-call {
    display: none;
    font-size: 1.25rem;
    font-weight: 700;
    padding: .5rem;
    background-color: #37b19e;
    color: #fff;
    text-align: center;
    z-index: 1;
    text-align: center;
    width: 90%
}

.main-otels .otel-card-container .otel-card .otel-find-out {
    background: rgba(0,0,0,.5);
    z-index: 250;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
    transition: .3s all;
    text-align: center
}

.main-otels .otel-card-container .otel-card .otel-find-out:hover {
    background: #000
}

@media screen and (max-width: 1440px) {
    .main-otels .otel-card-container .otel-card {
        height:35rem
    }
}

@media screen and (max-width: 1024px) {
    .main-otels .otel-card-container .otel-card {
        height:25rem
    }

    .main-otels .otel-card-container .otel-card>div {
        margin-top: 2rem
    }

    .main-otels .otel-card-container .otel-card>div span:nth-child(1) {
        font-size: 1rem
    }

    .main-otels .otel-card-container .otel-card>div span:nth-child(2) {
        font-size: 1.375rem
    }

    .main-otels .otel-card-container .otel-card .otel-card-call {
        display: block
    }

    .main-otels .otel-card-container .otel-card .otel-find-out {
        margin-bottom: 2rem;
        padding: .5rem;
        font-size: 1.25rem;
        font-weight: 600;
        display: block;
        width: 90%
    }
}

@media screen and (max-width: 640px) {
    .main-otels .otel-card-container .otel-card {
        height:17rem
    }

    .main-otels .otel-card-container .otel-card>div {
        margin-top: .5rem
    }

    .main-otels .otel-card-container .otel-card>div span:nth-child(1) {
        font-size: 1.25rem
    }

    .main-otels .otel-card-container .otel-card>div span:nth-child(2) {
        font-size: 1.8rem
    }

    .main-otels .otel-card-container .otel-card .otel-find-out {
        margin-bottom: .5rem;
        padding: .5rem 0;
        font-size: 1.25rem;
        font-weight: 700;
        border: 1px solid #fff;
        background: transparent;
        width: 90%
    }
}

.main-col-body {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column
}

.main-col-body .fp-section-otel-description {
    width: 100rem;
    max-width: 100%;
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1440px) {
    .main-col-body .fp-section-otel-description {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-description {
        margin:4rem auto 0 auto;
        flex-direction: column
    }
}

.main-col-body .fp-section-otel-description .otel-description-box {
    width: 48%;
    position: relative;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-description .otel-description-box {
        width:90%;
        margin: 0 auto
    }
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-image-container {
    position: relative;
    height: 20rem;
    border: 1px solid #828282
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-image-container {
        height:20rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-image-container {
        height:15rem
    }
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-image-container>picture>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 20rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-image-container>picture>img {
        max-height:20rem
    }
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-image-container span {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 900;
    text-shadow: 0 0 20px #969696;
    visibility: visible
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-image-container span {
        font-size:1.5rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-image-container span {
        font-size:2rem
    }
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    padding: 1rem
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container {
        margin-top:1rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container {
        justify-content:flex-start;
        min-height: 12rem;
        padding: .5rem
    }
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container h2::before {
    position: absolute;
    content: '';
    width: 10%;
    height: 1px;
    background: #000;
    left: 50%;
    top: -1.6rem;
    transform: translateX(-50%)
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container h2::before {
        display:none
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container h2 {
        font-size:1.8rem
    }
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container>span {
    font-size: 1.25rem
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container>span {
        font-size:1.5rem
    }
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container p {
    margin-top: 1.5rem;
    font-size: 1rem
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container p span {
    font-size: 1rem
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container p #text_read_more_1 {
    font-size: 1rem
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container p #text_read_more_2 {
    font-size: 1rem
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container p {
        margin-top:.5rem;
        font-size: 1.375rem
    }

    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container p span {
        font-size: 1.375rem
    }

    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container p #text_read_more_1 {
        display: none;
        font-size: 1.375rem
    }

    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container p #text_read_more_2 {
        display: none;
        font-size: 1.375rem
    }
}

.main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container .read-more-btn {
    font-size: 1.25rem;
    font-weight: 700;
    color: #37b19e;
    margin: .5rem 0 1.5rem 0;
    cursor: pointer
}

@media screen and (min-width: 641px) {
    .main-col-body .fp-section-otel-description .otel-description-box .otel-box-text-container .read-more-btn {
        /* display:none; */
    }
}

.main-col-body .fp-section-otel-introduction {
    margin: 2rem auto 0 auto;
    background: #fff;
    background: linear-gradient(0deg,#fff 36%,#f5f5f5 50%,#e5e5e5 100%);
    width: 100%;
    max-width: 100%
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-introduction {
        display:flex;
        flex-direction: column;
        background: #fff
    }
}

.main-col-body .fp-section-otel-introduction>h3 {
    display: none;
    text-align: center;
    font-weight: 900;
    margin-top: 2rem
}

.main-col-body .fp-section-otel-introduction>h3 span {
    color: #37b19e
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-introduction>h3 {
        display:block
    }
}

.main-col-body .fp-section-otel-introduction>div {
    display: flex;
    justify-content: space-between;
    width: 70rem;
    max-width: 100%;
    margin: 4rem auto 0 auto
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-introduction>div {
        margin:1rem auto 0 auto;
        flex-direction: column;
        align-items: center
    }
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(1) {
    position: relative;
    width: 33rem;
    height: 33rem
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(1) .white-layer {
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    height: 32rem;
    width: 32rem;
    box-shadow: 0 0 50px -17px rgba(0,0,0,.4)
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(1)>picture>img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(1) {
        width:90%;
        height: 25rem
    }

    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(1) .white-layer {
        display: none
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(1) {
        height:15rem
    }

    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(1)>picture>img {
        max-height: 15rem
    }
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) {
    width: 33rem
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2)>h3 {
    font-size: 3rem;
    font-weight: 900
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2)>h3 span {
    color: #37b19e
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2)>h3 {
        display:none
    }
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) p {
    margin-top: 1.5rem;
    font-size: 1rem
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) p span {
    font-size: 1rem
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) p #text_read_more_3 {
    font-size: 1rem
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) p {
        margin-top:1rem
    }

    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) p #text_read_more_3 {
        display: block
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) p {
        font-size:1.375rem;
        text-align: center
    }

    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) p span {
        font-size: 1.375rem
    }

    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) p #text_read_more_3 {
        font-size: 1.375rem
    }
}

.main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) .read-more-btn {
    font-size: 1.25rem;
    font-weight: 700;
    color: #37b19e;
    margin-top: .5rem;
    cursor: pointer;
    text-align: center
}

@media screen and (min-width: 641px) {
    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) .read-more-btn {
        display:none
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-introduction>div>div:nth-of-type(2) {
        width:90%
    }
}

.main-col-body .fp-section-promotion-slider {
    margin: 6rem auto 0 auto;
    width: 100%;
    height: 35rem;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-promotion-slider {
        display:flex;
        flex-direction: column;
        margin: 0 auto;
        height: auto
    }
}

.main-col-body .fp-section-promotion-slider>h3 {
    display: none;
    text-align: center;
    font-weight: 900;
    margin-top: 2rem
}

.main-col-body .fp-section-promotion-slider>h3 span {
    color: #37b19e
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-promotion-slider>h3 {
        display:block
    }
}

.main-col-body .fp-section-promotion-slider .promotion-slider {
    position: relative;
    width: 90%
}

.main-col-body .fp-section-promotion-slider .promotion-slider img {
    max-width: 100%;
    object-position: center;
    object-fit: cover;
    height: 30rem
}

.main-col-body .fp-section-promotion-slider .promotion-slider .slider-content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative
}

.main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content {
    width: auto;
    max-width: 27%;
    height: 25rem;
    padding: 1rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    display: flex;
    flex-direction: column
}

.main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content>div strong {
    font-size: 3rem;
    display: block
}

.main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content>div span {
    color: #37b19e;
    font-size: 1.375rem;
    font-weight: 700;
    margin-top: .5rem
}

.main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content p {
    font-size: 2rem;
    margin-top: 2rem;
    overflow-wrap: break-word
}

@media screen and (max-width: 1440px) {
    .main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content {
        max-width:40%;
        height: 25rem
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content {
        max-width:100%;
        position: absolute;
        top: .4rem;
        left: 0;
        border: none;
        padding: 0!important
    }

    .main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content>div strong {
        display: none!important
    }

    .main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content>div span {
        background: #37b19e;
        color: #fff;
        font-weight: 900;
        padding: .5rem;
        font-size: 1.25rem
    }

    .main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content p {
        color: #fff;
        font-weight: 900;
        text-shadow: 0 0 30px rgba(0,0,0,.5);
        padding-left: 1rem;
        max-width: 70%
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-promotion-slider .promotion-slider .slider-content .promotion-content p {
        font-size:1.5rem;
        max-width: 60%;
        text-shadow: 0 0 30px #000
    }
}

.main-col-body .fp-section-promotion-slider .promotion-slider .promotion-slider-controls {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0;
    left: 65%;
    width: 13rem;
    z-index: 1000
}

.main-col-body .fp-section-promotion-slider .promotion-slider .promotion-slider-controls .swiper-button-prev {
    position: relative!important;
    right: 0;
    background: #000;
    padding: 2.7rem;
    color: #fff
}

.main-col-body .fp-section-promotion-slider .promotion-slider .promotion-slider-controls .swiper-button-next {
    position: relative!important;
    left: 0;
    background: #000;
    padding: 2.7rem;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-promotion-slider .promotion-slider .promotion-slider-controls {
        bottom:0;
        right: 1rem;
        left: auto
    }

    .main-col-body .fp-section-promotion-slider .promotion-slider .promotion-slider-controls .swiper-button-prev {
        padding: 2rem
    }

    .main-col-body .fp-section-promotion-slider .promotion-slider .promotion-slider-controls .swiper-button-prev::after {
        font-size: 1.5rem!important
    }

    .main-col-body .fp-section-promotion-slider .promotion-slider .promotion-slider-controls .swiper-button-next {
        padding: 2rem
    }

    .main-col-body .fp-section-promotion-slider .promotion-slider .promotion-slider-controls .swiper-button-next::after {
        font-size: 1.5rem!important
    }
}

@media screen and (max-width: 1440px) {
    .main-col-body .fp-section-promotion-slider .promotion-slider img {
        max-width:50%
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-promotion-slider .promotion-slider {
        width:100%;
        margin-top: 1rem
    }

    .main-col-body .fp-section-promotion-slider .promotion-slider img {
        width: 100%;
        max-width: 100%;
        object-fit: cover
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-promotion-slider .promotion-slider img {
        height:15rem
    }
}

.main-col-body .fp-section-mobile-room-search {
    width: 100%;
    margin-top: 2rem
}

.main-col-body .fp-section-mobile-room-search>h3 {
    text-align: center;
    font-weight: 900;
    margin-top: 2rem
}

.main-col-body .fp-section-mobile-room-search>h3 span {
    color: #37b19e
}

.main-col-body .fp-section-mobile-room-search>form {
    background: #282a29;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 1rem auto 0 auto;
    padding: 2rem
}

.main-col-body .fp-section-mobile-room-search>form select {
    background-color: #282a29;
    outline: none;
    border-bottom: 1px solid #fff;
    border-radius: 0!important;
    padding: 1rem;
    margin: .5rem;
    font-weight: 400;
    font-size: 1.375rem;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 18%;
    max-width: 18%
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form select {
        width:100%!important;
        max-width: 100%!important;
        margin: .5rem 0
    }
}

.main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper {
    display: flex;
    justify-content: space-between;
    width: 40%
}

.main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    border-radius: 0!important;
    font-weight: 400;
    font-size: 1.375rem;
    margin: .5rem;
    background-color: #282a29;
    color: #fff;
    padding: 1rem;
    min-width: 48%;
    max-width: 48%
}

.main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC42OTYgMjkuNDM2Ij48ZyBpZD0iR3JvdXBfNTQwIiBkYXRhLW5hbWU9Ikdyb3VwIDU0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuNSAxNS42KSI+PHBhdGggaWQ9IlBhdGhfNzIiIGRhdGEtbmFtZT0iUGF0aCA3MiIgZD0iTTIuNSwzNS41VjUyLjc4N2EyLjEsMi4xLDAsMCwwLDIuMSwyLjFIMzEuMWEyLjEsMi4xLDAsMCwwLDIuMS0yLjFWMzUuNVptOS43MjYsMTQuNDExYS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDguMTU0YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi4zOTFabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIOC4xNTRhLjY4Mi42ODIsMCwwLDEtLjY3OS0uNjc5VjQwLjUwOGEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi40MjNabTcuOTgxLDYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDcuNTJhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5SDE5LjU2YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5djIuMzkxWm0wLTYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDAuNTA4YS42ODIuNjgyLDAsMCwxLC42NzktLjY3OUgxOS41NmEuNjgyLjY4MiwwLDAsMSwuNjc5LjY3OXYyLjQyM1ptOC4wMTMsNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42NzlabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0MC41MDhhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5aDMuNDI1YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4IC00MS4wNTEpIiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPjxwYXRoIGlkPSJQYXRoXzczIiBkYXRhLW5hbWU9IlBhdGggNzMiIGQ9Ik0zMy4yLDkuMjQ3YTIuMSwyLjEsMCwwLDAtMi4xLTIuMUgyOS41NDV2LS45YTEuODQyLDEuODQyLDAsMSwwLTMuNjgzLDB2LjlIOS44MzV2LS45QTEuODQxLDEuODQxLDAsMCwwLDcuOTkzLDQuNCwxLjgyMSwxLjgyMSwwLDAsMCw2LjE1MSw2LjI0MnYuOUg0LjZhMi4xLDIuMSwwLDAsMC0yLjEsMi4xdjMuMzkzSDMzLjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDggLTIwKSIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiLz48L2c+PC9zdmc+);
    width: 1rem;
    height: 1rem
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="date"] {
        margin:.5rem 0;
        width: 100%!important;
        max-width: 100%!important
    }
}

.main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    border-radius: 0!important;
    font-weight: 400;
    font-size: 1.375rem;
    margin: .5rem;
    background-color: #282a29;
    color: #fff;
    padding: 1rem;
    min-width: 48%;
    max-width: 48%
}

.main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="text"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC42OTYgMjkuNDM2Ij48ZyBpZD0iR3JvdXBfNTQwIiBkYXRhLW5hbWU9Ikdyb3VwIDU0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuNSAxNS42KSI+PHBhdGggaWQ9IlBhdGhfNzIiIGRhdGEtbmFtZT0iUGF0aCA3MiIgZD0iTTIuNSwzNS41VjUyLjc4N2EyLjEsMi4xLDAsMCwwLDIuMSwyLjFIMzEuMWEyLjEsMi4xLDAsMCwwLDIuMS0yLjFWMzUuNVptOS43MjYsMTQuNDExYS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDguMTU0YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi4zOTFabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIOC4xNTRhLjY4Mi42ODIsMCwwLDEtLjY3OS0uNjc5VjQwLjUwOGEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi40MjNabTcuOTgxLDYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDcuNTJhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5SDE5LjU2YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5djIuMzkxWm0wLTYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDAuNTA4YS42ODIuNjgyLDAsMCwxLC42NzktLjY3OUgxOS41NmEuNjgyLjY4MiwwLDAsMSwuNjc5LjY3OXYyLjQyM1ptOC4wMTMsNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42NzlabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0MC41MDhhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5aDMuNDI1YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4IC00MS4wNTEpIiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPjxwYXRoIGlkPSJQYXRoXzczIiBkYXRhLW5hbWU9IlBhdGggNzMiIGQ9Ik0zMy4yLDkuMjQ3YTIuMSwyLjEsMCwwLDAtMi4xLTIuMUgyOS41NDV2LS45YTEuODQyLDEuODQyLDAsMSwwLTMuNjgzLDB2LjlIOS44MzV2LS45QTEuODQxLDEuODQxLDAsMCwwLDcuOTkzLDQuNCwxLjgyMSwxLjgyMSwwLDAsMCw2LjE1MSw2LjI0MnYuOUg0LjZhMi4xLDIuMSwwLDAsMC0yLjEsMi4xdjMuMzkzSDMzLjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDggLTIwKSIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiLz48L2c+PC9zdmc+);
    width: 1rem;
    height: 1rem
}

.main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="text"]::placeholder {
    color: #fff;
    opacity: 1
}

.main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="text"]:-ms-input-placeholder {
    color: #fff
}

.main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="text"]::-ms-input-placeholder {
    color: #fff
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper input[type="text"] {
        margin:.5rem 0;
        width: 100%!important;
        max-width: 100%!important
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper {
        flex-direction:column;
        width: 100%!important;
        max-width: 100%!important
    }
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container {
    position: relative;
    min-width: 18%;
    max-width: 18%
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-submenu {
    opacity: 0;
    background-color: #fff;
    z-index: 300;
    transition: .2s all;
    min-width: 18rem;
    max-width: 100%;
    padding: 1rem;
    height: 0
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-submenu .number-picker-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-submenu .number-picker-box:nth-of-type(2) {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .room-count-label {
    font-size: 1.375rem;
    font-weight: 700
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input {
    display: flex;
    align-items: center
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .minus,.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .plus {
    width: 3rem;
    height: 3rem;
    font-size: 1.375rem;
    font-weight: 700;
    background: #fff;
    padding: .5rem;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .counter-input {
    padding: 0;
    margin: 0 .5rem;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    max-width: 3rem;
    outline: none;
    -webkit-appearance: none;
    border: none;
    pointer-events: none;
    color: #000
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container .rooms-guests-button {
    color: #fff;
    padding: 1rem;
    margin: .5rem 0 0 0;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #fff;
    cursor: pointer!important;
    overflow: hidden;
    outline: none;
    font-weight: 600;
    font-size: 1.375rem;
    background-image: url(images/svg/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 5%
}

.main-col-body .fp-section-mobile-room-search>form .rooms-guests-container:hover .rooms-guests-submenu {
    opacity: 1!important;
    height: auto
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form .rooms-guests-container {
        width:100%!important;
        max-width: 100%!important
    }
}

.main-col-body .fp-section-mobile-room-search>form input[type="submit"] {
    background: #37b19e;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: .5rem;
    font-size: 1.375rem;
    font-weight: 700;
    transition: .3s all
}

.main-col-body .fp-section-mobile-room-search>form input[type="submit"]:hover {
    background: #46c6b2
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form input[type="submit"] {
        margin:2rem auto 1rem auto;
        width: 100%
    }
}

.main-col-body .fp-section-mobile-room-search>form input[type="button"] {
    background: #37b19e;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: .5rem;
    font-size: 1.375rem;
    font-weight: 700;
    transition: .3s all
}

.main-col-body .fp-section-mobile-room-search>form input[type="button"]:hover {
    background: #46c6b2
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form input[type="button"] {
        margin:2rem auto 1rem auto;
        width: 100%
    }
}

.main-col-body .fp-section-mobile-room-search>form .submit-button {
    background: #37b19e;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: .5rem 1rem;
    font-size: 1.375rem;
    font-weight: 700;
    transition: .3s all;
    padding: .5rem 1rem
}

.main-col-body .fp-section-mobile-room-search>form .submit-button:hover {
    background: #46c6b2
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form .submit-button {
        margin:2rem auto 1rem auto;
        width: 100%
    }
}

@media screen and (min-width: 1025px) {
    .main-col-body .fp-section-mobile-room-search {
        display:none
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-mobile-room-search>form {
        flex-direction:column
    }

    .main-col-body .fp-section-mobile-room-search>form select {
        width: 100%
    }

    .main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper {
        width: 100%
    }

    .main-col-body .fp-section-mobile-room-search>form .submit-button {
        margin-top: 2rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-mobile-room-search>form {
        flex-wrap:wrap
    }

    .main-col-body .fp-section-mobile-room-search>form .date-inputs-wrapper {
        width: 100%
    }
}

.main-col-body .fp-section-middle-slogan {
    width: 100%;
    height: 20rem;
    margin-top: 8rem;
    background: center right/cover no-repeat url(images/Nish-Suites-Middle-background.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.main-col-body .fp-section-middle-slogan>span:nth-of-type(1) {
    font-size: 2rem;
    font-weight: 600
}

.main-col-body .fp-section-middle-slogan>span:nth-of-type(2) {
    font-size: 3rem;
    font-weight: 900
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-middle-slogan {
        height:14rem;
        margin-top: 4rem
    }

    .main-col-body .fp-section-middle-slogan>span:nth-of-type(1) {
        font-size: 1.5rem
    }

    .main-col-body .fp-section-middle-slogan>span:nth-of-type(2) {
        font-size: 2.2rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-middle-slogan {
        height:12rem;
        background: center right/cover no-repeat url(images/Nish-Suites-Middle-background.jpg);
    }

    .main-col-body .fp-section-middle-slogan>span:nth-of-type(1) {
        font-size: 1rem
    }

    .main-col-body .fp-section-middle-slogan>span:nth-of-type(2) {
        font-size: 1.5rem
    }
}

.main-col-body .fp-section-otel-services {
    width: 100rem;
    max-width: 100%;
    margin: 8rem auto 0 auto;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 1440px) {
    .main-col-body .fp-section-otel-services {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-services {
        margin:2rem auto 0 auto
    }
}

.main-col-body .fp-section-otel-services>h3 {
    text-align: center;
    font-weight: 900
}

.main-col-body .fp-section-otel-services>h3 span {
    color: #37b19e
}

@media screen and (min-width: 1025px) {
    .main-col-body .fp-section-otel-services>h3 {
        font-size:3rem
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-services>h3 {
        margin-top:2rem
    }
}

.main-col-body .fp-section-otel-services>div {
    display: flex;
    justify-content: flex-start;
    margin-top: 4rem;
    height: 32rem
}

.main-col-body .fp-section-otel-services>div>picture>img {
    width: 50rem;
    max-width: 100%;
    object-fit: cover
}

.main-col-body .fp-section-otel-services>div>div {
    width: 45%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch
}

.main-col-body .fp-section-otel-services>div>div>a {
    text-decoration: none;
    color: #000;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: .4s all
}

.main-col-body .fp-section-otel-services>div>div>a img {
    width: 4rem;
    height: 4rem;
    transition: .2s all
}

.main-col-body .fp-section-otel-services>div>div>a span {
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    margin: 1rem auto
}

.main-col-body .fp-section-otel-services>div>div>a:hover img {
    transform: scale(1.2)
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-services>div {
        margin-top:1rem;
        flex-direction: column;
        height: auto
    }

    .main-col-body .fp-section-otel-services>div>img {
        width: 90%;
        margin: 0 auto
    }

    .main-col-body .fp-section-otel-services>div>div {
        width: 90%;
        margin: 2rem auto;
        justify-content: center
    }

    .main-col-body .fp-section-otel-services>div>div>div {
        height: 8rem
    }

    .main-col-body .fp-section-otel-services>div>div>div img {
        height: 3.5rem!important;
        width: 3.5rem!important
    }

    .main-col-body .fp-section-otel-services>div>div>div span {
        font-size: 1rem;
        margin-top: 1.2rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-services>div>div>div {
        height:7rem
    }

    .main-col-body .fp-section-otel-services>div>div>div img {
        height: 2.5rem!important;
        width: 2.5rem!important
    }

    .main-col-body .fp-section-otel-services>div>div>div span {
        margin-top: 1rem;
        font-size: 1.25rem
    }
}

.main-col-body .fp-section-otel-location {
    margin: 4rem auto 0 auto;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width: 1440px) {
    .main-col-body .fp-section-otel-location {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-location {
        display:flex;
        flex-direction: column;
        background: #fff;
        margin: 2rem auto 0 auto
    }
}

.main-col-body .fp-section-otel-location>h3 {
    display: none;
    text-align: center;
    font-weight: 900
}

.main-col-body .fp-section-otel-location>h3 span {
    color: #37b19e
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-location>h3 {
        display:block
    }
}

.main-col-body .fp-section-otel-location>div {
    display: flex;
    justify-content: flex-start;
    width: 100rem;
    max-width: 100%;
    margin: 4rem auto 0 auto
}

@media screen and (max-width: 1440px) {
    .main-col-body .fp-section-otel-location>div {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-location>div {
        margin:1rem auto 0 auto;
        flex-direction: column;
        align-items: center
    }
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(1) {
    position: relative;
    width: 50rem;
    height: 32rem
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(1) .white-layer {
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    height: 32rem;
    width: 48rem;
    box-shadow: 0 0 50px -17px rgba(0,0,0,.4)
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(1)>picture>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(1) {
        width:90%;
        height: 25rem
    }

    .main-col-body .fp-section-otel-location>div>div:nth-of-type(1)>img:nth-of-type(1) {
        height: 100%;
        width: 100%
    }

    .main-col-body .fp-section-otel-location>div>div:nth-of-type(1) .white-layer {
        display: none
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(1) {
        height:22rem
    }

    .main-col-body .fp-section-otel-location>div>div:nth-of-type(1)>img:nth-of-type(1) {
        height: 100%;
        width: 100%
    }
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(2) {
    width: 33rem;
    max-width: 90%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 3rem
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(2)>h3 {
    font-size: 3rem;
    font-weight: 900
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(2)>h3 span {
    color: #37b19e
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(2)>h3 {
        display:none
    }
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(2) p {
    line-height: 2;
    margin-top: 1.5rem;
    font-size: 1rem
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(2) p span {
    font-size: 1rem
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(2) p {
        margin-top:1rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(2) p {
        font-size:1.375rem;
        text-align: center
    }

    .main-col-body .fp-section-otel-location>div>div:nth-of-type(2) p span {
        font-size: 1.375rem
    }
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(2) .goto-map {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid #000;
    padding: 1rem 2.5rem;
    transition: .3s all ease-out
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(2) .goto-map {
        padding:.25rem .5rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(2) .goto-map {
        font-size:1.25rem;
        padding: .5rem 1.5rem;
        border: 1px solid #000
    }
}

.main-col-body .fp-section-otel-location>div>div:nth-of-type(2) .goto-map:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(2) {
        width:95%;
        margin-left: 0
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-otel-location>div>div:nth-of-type(2) {
        align-items:center
    }
}

.main-col-body .fp-section-text-slogan {
    position: relative;
    width: 100%;
    background: #a9aaa9;
    min-height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4rem
}

.main-col-body .fp-section-text-slogan span:nth-child(1) {
    font-size: 2.5rem;
    color: #fff;
    margin-top: 2rem;
    text-align: center;
    text-transform: uppercase
}

.main-col-body .fp-section-text-slogan span:nth-child(2) {
    position: absolute;
    font-size: 5rem;
    color: #fff;
    font-weight: 900;
    bottom: -2.5rem;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-text-slogan {
        min-height:9rem;
        justify-content: center;
        padding: 0 1rem
    }

    .main-col-body .fp-section-text-slogan span:nth-child(1) {
        font-size: 2rem!important;
        font-weight: 500;
        margin-top: 0
    }

    .main-col-body .fp-section-text-slogan span:nth-child(2) {
        font-size: 3rem!important;
        bottom: -1.2rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-text-slogan {
        min-height:6rem;
        justify-content: center;
        padding: 0 1rem
    }

    .main-col-body .fp-section-text-slogan span:nth-child(1) {
        font-size: 1.4rem!important;
        font-weight: 500;
        margin-top: 0
    }

    .main-col-body .fp-section-text-slogan span:nth-child(2) {
        font-size: 2.5rem!important;
        bottom: -1.2rem
    }
}

@media screen and (max-width: 300px) {
    .main-col-body .fp-section-text-slogan span:nth-child(1) {
        display:none
    }
}

.main-col-body .fp-section-email-subscription {
    width: 100%;
    min-height: 15rem;
    margin-top: 4rem;
    background: #282a29;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-bottom: 5px solid #37b19e
}

.main-col-body .fp-section-email-subscription>h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: 900
}

.main-col-body .fp-section-email-subscription>h3 span {
    color: #37b19e
}

.main-col-body .fp-section-email-subscription>span {
    color: #fff;
    font-size: 1.25rem;
    text-align: center
}

.main-col-body .fp-section-email-subscription #mc_embed_signup {
    width: 40rem;
    max-width: 95%
}

.main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form {
    width: 100%
}

.main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1.5rem
}

.main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll input[type="email"] {
    margin-top: 1rem;
    font-size: 1rem;
    padding: .7rem .5rem;
    flex-grow: 1;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll input[type="submit"] {
    background: #37b19e;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: .7rem 3rem;
    margin-top: 1rem;
    margin-left: .5rem;
    font-size: 1rem;
    font-weight: 700;
    transition: .3s all;
    flex-grow: .05
}

.main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll input[type="submit"]:hover {
    background: #46c6b2
}

.main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll input[type="button"] {
    background: #37b19e;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: .7rem 3rem;
    margin-top: 1rem;
    margin-left: .5rem;
    font-size: 1rem;
    font-weight: 700;
    transition: .3s all;
    flex-grow: .05
}

.main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll input[type="button"]:hover {
    background: #46c6b2
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll input[type="email"] {
        padding:.7rem .5rem
    }

    .main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll input[type="submit"] {
        padding: .7rem 3rem
    }

    .main-col-body .fp-section-email-subscription #mc_embed_signup #mc-embedded-subscribe-form #mc_embed_signup_scroll input[type="button"] {
        padding: .7rem 3rem
    }
}

.main-col-body .fp-section-email-subscription #mc_embed_signup div.mc4wp-response div.mc4wp-alert.mc4wp-success p {
    color: #fff
}

.main-col-body .fp-section-email-subscription #mc_embed_signup div.mc4wp-response div.mc4wp-alert.mc4wp-error p {
    color: #fff
}

.main-col-body .fp-section-email-subscription #mc_embed_signup .mc4wp-form-fields {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-email-subscription {
        margin:4rem auto 0 auto;
        min-height: 15rem;
        padding: 3rem 1rem 0 1rem
    }

    .main-col-body .fp-section-email-subscription>h3 {
        font-size: 1.8rem
    }

    .main-col-body .fp-section-email-subscription>span {
        font-size: 1rem
    }

    .main-col-body .fp-section-email-subscription #mc_embed_signup input[type="email"] {
        font-size: .8rem;
        padding: .5rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none
    }

    .main-col-body .fp-section-email-subscription #mc_embed_signup input[type="submit"] {
        font-size: 1.25rem;
        padding: .5rem 2rem
    }

    .main-col-body .fp-section-email-subscription #mc_embed_signup input[type="button"] {
        font-size: 1.25rem;
        padding: .5rem 2rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-email-subscription {
        min-height:11rem;
        border-bottom: 3px solid #37b19e
    }

    .main-col-body .fp-section-email-subscription>span {
        font-size: 1.25rem
    }

    .main-col-body .fp-section-email-subscription #mc_embed_signup input[type="email"] {
        font-size: 1.25rem
    }

    .main-col-body .fp-section-email-subscription #mc_embed_signup input[type="submit"] {
        padding: .5rem .9rem;
        flex-grow: .5
    }

    .main-col-body .fp-section-email-subscription #mc_embed_signup input[type="button"] {
        padding: .5rem .9rem;
        flex-grow: .5
    }
}

.main-col-body .fp-section-contact-us {
    width: 70rem;
    max-width: 90%;
    margin: 4rem auto 0 auto;
    display: flex
}

.main-col-body .fp-section-contact-us>img {
    width: 50%;
    max-width: 100%;
    object-fit: cover
}

.main-col-body .fp-section-contact-us>div {
    background: #a9aaa9;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem
}

.main-col-body .fp-section-contact-us>div img {
    margin-top: 1rem;
    max-width: 12rem
}

.main-col-body .fp-section-contact-us>div .first-span {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem
}

.main-col-body .fp-section-contact-us>div .second-span {
    font-size: 1.375rem;
    color: #fff;
    margin-top: .25rem;
    display: none
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 {
    width: 100%
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm {
    width: 100%
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    display: block!important;
    width: 100%;
    text-align: center!important;
    margin: .5rem 0
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm div.wpcf7-mail-sent-ng {
    border: 2px solid red;
    display: block!important;
    width: 100%;
    text-align: center!important;
    margin: .5rem 0
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
    display: block!important;
    width: 100%;
    text-align: center!important;
    margin: .5rem 0
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: block!important;
    width: 100%;
    text-align: center!important;
    margin: .5rem 0
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p {
    width: 100%;
    display: flex;
    flex-direction: column
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p input[type="text"] {
    width: 100%;
    padding: .5rem;
    font-size: 1rem;
    box-shadow: 0 0 20px -11px rgba(0,0,0,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    transition: .3s all
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p input[type="text"]:focus {
    box-shadow: 0 0 20px -11px #000;
    padding: .5rem .75rem
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p input[type="email"] {
    width: 100%;
    padding: .5rem;
    font-size: 1rem;
    box-shadow: 0 0 20px -11px rgba(0,0,0,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    transition: .3s all
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p input[type="email"]:focus {
    box-shadow: 0 0 20px -11px #000;
    padding: .5rem .75rem
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p textarea {
    width: 100%;
    max-height: 9rem;
    padding: .5rem;
    font-size: 1rem;
    box-shadow: 0 0 20px -11px rgba(0,0,0,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    transition: .3s all
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p textarea:focus {
    box-shadow: 0 0 20px -11px #000;
    padding: .5rem .75rem
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p input[type="submit"] {
    margin-top: .5rem;
    background: #37b19e;
    align-self: flex-start;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    transition: .3s all;
    box-shadow: 0 0 20px -11px rgba(0,0,0,.75)
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p input[type="submit"]:hover {
    background: #46c6b2
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p input[type="button"] {
    margin-top: .5rem;
    background: #37b19e;
    align-self: flex-start;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    transition: .3s all;
    box-shadow: 0 0 20px -11px rgba(0,0,0,.75)
}

.main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm>p input[type="button"]:hover {
    background: #46c6b2
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-contact-us {
        flex-direction:column
    }

    .main-col-body .fp-section-contact-us>img {
        width: 100%;
        max-height: 30rem;
        object-position: top;
        object-fit: cover
    }

    .main-col-body .fp-section-contact-us>div {
        width: 100%
    }

    .main-col-body .fp-section-contact-us>div img {
        max-width: 12rem
    }

    .main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm input[type="submit"] {
        padding: .4rem 1rem;
        font-size: 1.25rem;
        margin-bottom: 1rem
    }

    .main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm input[type="button"] {
        padding: .4rem 1rem;
        font-size: 1.25rem;
        margin-bottom: 1rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-contact-us>img {
        width:100%;
        max-height: 15rem;
        object-position: center
    }

    .main-col-body .fp-section-contact-us>div {
        padding: .5rem 1rem
    }

    .main-col-body .fp-section-contact-us>div img {
        display: none
    }

    .main-col-body .fp-section-contact-us>div .first-span {
        font-size: 1.375rem;
        font-weight: 700;
        margin-top: 1rem;
        margin-bottom: 0
    }

    .main-col-body .fp-section-contact-us>div .second-span {
        display: block;
        margin-bottom: 1rem
    }

    .main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm div.wpcf7-mail-sent-ok {
        font-size: 1.375rem
    }

    .main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm div.wpcf7-mail-sent-ng {
        font-size: 1.375rem
    }

    .main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm div.wpcf7-spam-blocked {
        font-size: 1.375rem
    }

    .main-col-body .fp-section-contact-us>div #wpcf7-f307-o1 #contactUsForm div.wpcf7-validation-errors {
        font-size: 1.375rem
    }
}

.main-col-body .fp-references-brands {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 4rem auto 0 auto
}

.main-col-body .fp-references-brands>h3 {
    font-weight: 900;
    text-align: center
}

.main-col-body .fp-references-brands>h3 span {
    color: #37b19e
}

@media screen and (min-width: 1025px) {
    .main-col-body .fp-references-brands>h3 {
        font-size:3rem
    }
}

.main-col-body .fp-references-brands .references-slider {
    position: relative;
    width: 95%;
    margin: 4rem auto;
    overflow: hidden;
    min-height: 15em
}

.main-col-body .fp-references-brands .references-slider .swiper-wrapper {
    align-items: center;
    min-height: 15em
}

.main-col-body .fp-references-brands .references-slider .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.main-col-body .fp-references-brands .references-slider .swiper-wrapper .swiper-slide>img {
    max-width: 100%;
    width: 10em;
    object-fit: contain;
    filter: grayscale(1);
    transition: .2s filter ease-in
}

.main-col-body .fp-references-brands .references-slider .swiper-wrapper .swiper-slide>img:hover {
    filter: grayscale(0)
}

.main-col-body .fp-references-brands .references-slider .swiper-button-prev {
    border: 2px solid #a0a0a0;
    left: 0;
    width: 4em!important;
    height: 4em!important;
    color: #a0a0a0
}

.main-col-body .fp-references-brands .references-slider .swiper-button-prev::after {
    font-size: 2em
}

.main-col-body .fp-references-brands .references-slider .swiper-button-next {
    border: 2px solid #a0a0a0;
    right: 0;
    width: 4em!important;
    height: 4em!important;
    color: #a0a0a0
}

.main-col-body .fp-references-brands .references-slider .swiper-button-next::after {
    font-size: 2em
}

.main-col-body .fp-references-brands .references-slider .swiper-pagination {
    bottom: 0!important
}

.main-col-body .fp-references-brands .references-slider .swiper-pagination .swiper-pagination-bullet {
    width: .85rem!important;
    height: .85rem!important;
    border-radius: 0!important;
    border: 1px solid #707070!important;
    background: #fff!important;
    opacity: 1!important
}

.main-col-body .fp-references-brands .references-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #282a29!important
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-references-brands .references-slider .swiper-button-prev {
        display:none
    }

    .main-col-body .fp-references-brands .references-slider .swiper-button-next {
        display: none
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-references-brands .references-slider {
        width:80%
    }

    .main-col-body .fp-references-brands .references-slider .swiper-wrapper .swiper-slide {
        margin-bottom: 4em
    }

    .main-col-body .fp-references-brands .references-slider .swiper-wrapper .swiper-slide>img {
        width: 8em
    }
}

.main-col-body .fp-section-social-medias {
    width: 70rem;
    max-width: 90%;
    margin: 4rem auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-col-body .fp-section-social-medias>h3 {
    font-weight: 900
}

.main-col-body .fp-section-social-medias>h3 span {
    color: #37b19e
}

@media screen and (min-width: 1025px) {
    .main-col-body .fp-section-social-medias>h3 {
        font-size:3rem
    }
}

.main-col-body .fp-section-social-medias>div {
    width: 100%;
    height: 20rem;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between
}

.main-col-body .fp-section-social-medias>div .social-media-box {
    text-decoration: none;
    position: relative;
    width: 30%;
    transition: .2s all;
    filter: grayscale(1)
}

.main-col-body .fp-section-social-medias>div .social-media-box>img:nth-of-type(1) {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-col-body .fp-section-social-medias>div .social-media-box>img:nth-of-type(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 10rem;
    transition: .3s all
}

.main-col-body .fp-section-social-medias>div .social-media-box:hover {
    filter: grayscale(0)
}

.main-col-body .fp-section-social-medias>div .social-media-box:hover>img:nth-of-type(2) {
    transform: translateX(2%)
}

.main-col-body .fp-section-social-medias p {
    position: relative;
    margin-top: 2rem;
    font-size: 1.375rem;
    text-align: center
}

.main-col-body .fp-section-social-medias p::after {
    position: absolute;
    content: '';
    width: 40%;
    height: 1px;
    background: #000;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-social-medias {
        margin:2rem auto 0 auto
    }

    .main-col-body .fp-section-social-medias>h3 {
        margin-top: 2rem
    }

    .main-col-body .fp-section-social-medias>div {
        height: 15rem
    }

    .main-col-body .fp-section-social-medias>div .social-media-box>img:nth-of-type(2) {
        max-width: 6rem
    }

    .main-col-body .fp-section-social-medias p {
        font-size: 1rem
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-social-medias>div {
        height:10rem
    }

    .main-col-body .fp-section-social-medias>div .social-media-box>img:nth-of-type(2) {
        max-width: 3rem
    }

    .main-col-body .fp-section-social-medias p {
        font-size: 1.375rem
    }

    .main-col-body .fp-section-social-medias p br {
        display: none
    }

    .main-col-body .fp-section-social-medias p::after {
        display: none
    }
}

.main-col-body .fp-section-blog-posts {
    background: #fff;
    background: linear-gradient(0deg,#fff 36%,#f5f5f5 50%,#e5e5e5 100%);
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4rem auto 0 auto
}

.main-col-body .fp-section-blog-posts>h3 {
    font-weight: 900;
    margin-top: 4rem
}

.main-col-body .fp-section-blog-posts>h3 span {
    color: #37b19e
}

@media screen and (min-width: 1025px) {
    .main-col-body .fp-section-blog-posts>h3 {
        font-size:3rem;
        width: max-content;
    }
}

.main-col-body .fp-section-blog-posts>div {
    width: 100rem;
    max-width: 90%;
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: space-between
}

.main-col-body .fp-section-blog-posts>div .blog-post-box {
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 0 12px -5px rgba(0,0,0,.75)
}

.main-col-body .fp-section-blog-posts>div .blog-post-box>a {
    text-decoration: none;
    color: #000
}

.main-col-body .fp-section-blog-posts>div .blog-post-box>a .blog-post-image {
    height: 15rem;
    width: 100%;
    object-fit: cover
}

.main-col-body .fp-section-blog-posts>div .blog-post-box .post-title-link {
    text-decoration: none;
    color: #000
}

.main-col-body .fp-section-blog-posts>div .blog-post-box h4 {
    margin-top: 1rem;
    font-weight: 900;
    padding: 0 1rem;
    text-align: center
}

.main-col-body .fp-section-blog-posts>div .blog-post-box span {
    font-size: 1.25rem;
    padding: 0 0 2rem 1rem;
    font-weight: 600;
    display: inline-block
}

.main-col-body .fp-section-blog-posts>div .blog-post-box p {
    margin-top: 1rem;
    padding: 1rem
}

.main-col-body .fp-section-blog-posts>div .blog-post-box .publish-date {
    font-size: 1rem
}

.main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) {
    display: flex
}

.main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(1) {
    text-decoration: none;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: .7rem 2rem;
    font-weight: 700;
    margin: 1rem;
    transition: .3s all
}

.main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(1):hover {
    border: 2px solid #000;
    background: #fff;
    color: #000
}

.main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(2) {
    display: none;
    text-decoration: none;
    background: #37b19e;
    color: #fff;
    border: 2px solid #37b19e;
    padding: .7rem 2rem;
    font-weight: 700;
    margin: 1rem 0;
    transition: .3s all
}

.main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(2):hover {
    background: #46c6b2
}

.main-col-body .fp-section-blog-posts>div .blog-post-box .post-sharing {
    display: flex;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem
}

.main-col-body .fp-section-blog-posts>div .blog-post-box .post-sharing a {
    color: #000;
    margin-left: 1.5rem
}

.main-col-body .fp-section-blog-posts>div .blog-post-box .up-quotation {
    position: absolute;
    top: 1rem;
    left: .5rem;
    max-width: 5rem;
    opacity: .5
}

.main-col-body .fp-section-blog-posts>div .blog-post-box .down-quotation {
    position: absolute;
    bottom: 1rem;
    right: .5rem;
    max-width: 5rem
}

@media screen and (max-width: 1440px) {
    .main-col-body .fp-section-blog-posts>div {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-blog-posts>div .blog-post-box {
        width:45%;
        box-shadow: 0 0 12px -5px rgba(0,0,0,.2)
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box>a .blog-post-image {
        height: 20rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box .post-title-link h4 {
        font-size: 1.25rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box p {
        margin-top: 0
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box .up-quotation {
        max-width: 3rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box .down-quotation {
        max-width: 3rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(1) {
        padding: .45rem 1.8rem;
        font-weight: 700
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(2) {
        padding: .45rem 1.8rem;
        font-weight: 700
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box:nth-of-type(2) {
        display: none
    }
}

@media screen and (max-width: 640px) {
    .main-col-body .fp-section-blog-posts>div .blog-post-box {
        width:100%
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box>a .blog-post-image {
        height: 15rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box .post-title-link h4 {
        font-size: 1.8rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box span {
        font-size: 1.8rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box p {
        margin-top: 0;
        padding: 1rem;
        font-size: 1.375rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box .publish-date {
        font-size: 1.25rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box .up-quotation {
        max-width: 1.5rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box .down-quotation {
        max-width: 1.5rem
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(1) {
        padding: 1rem .75rem;
        font-weight: 600;
        font-size: 1.25rem;
        width: 12rem;
        text-align: center
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(2) {
        display: block;
        padding: 1rem .75rem;
        font-weight: 600;
        font-size: 1.25rem;
        width: 12rem;
        text-align: center
    }

    .main-col-body .fp-section-blog-posts>div .blog-post-box:nth-of-type(3) {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .main-col-body .fp-section-otel-description {
        order:1
    }

    .main-col-body .fp-section-otel-introduction {
        order: 2
    }

    .main-col-body .fp-section-mobile-room-search {
        order: 3;
        display: none
    }

    .main-col-body .fp-section-middle-slogan {
        order: 4
    }

    .main-col-body .fp-section-otel-services {
        order: 5
    }

    .main-col-body .fp-section-otel-location {
        order: 6
    }

    .main-col-body .fp-section-text-slogan {
        order: 7
    }

    .main-col-body .fp-section-email-subscription {
        order: 8
    }

    .main-col-body .fp-section-contact-us {
        order: 9
    }

    .main-col-body .fp-references-brands {
        order: 10
    }

    .main-col-body .fp-section-blog-posts {
        order: 11
    }

    .main-col-body .fp-section-social-medias {
        order: 12
    }
}

.main-map-section {
    width: 100%;
    height: 55vh;
    margin: 4rem auto 0 auto
}

.main-map-section.main-map-mobile-otel-page {
    background: #e3e3e3
}

@media screen and (min-width: 1025px) {
    .main-map-section.main-map-mobile-otel-page {
        background:#fff
    }
}

.main-map-section>h3 {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 2rem
}

.main-map-section>h3 span {
    color: #37b19e
}

@media screen and (min-width: 1025px) {
    .main-map-section>h3 {
        display:none
    }
}

.main-map-section #map {
    text-decoration: none;
    color: #fff
}

.main-map-section #map>picture>img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center
}

.main-map-section .otel-location-marker {
    background-image: url(images/svg/nish-otel-marker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem
}

@media screen and (max-width: 1024px) {
    .main-map-section .otel-location-marker {
        width:4rem;
        height: 4rem
    }
}

@media screen and (max-width: 640px) {
    .main-map-section {
        height:45rem;
        margin: 4rem auto 0 auto
    }

    .main-map-section>h3 {
        font-size: 1.8rem
    }
}

.main-map-section iframe {
    background-image: url(images/svg/loading.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

footer {
    background: #242424;
    border-top: 5px solid #37b19e;
    display: flex;
    flex-direction: column;
    color: #fff
}

footer .footer-column {
    margin: 3rem;
}

footer .footer-column span {
    font-size: 1.5rem;
    font-weight: 700
}

footer .footer-column hr {
    background: rgba(223,223,223,.534);
    width: 60%
}

footer .footer-column .footer-navigation {
    list-style-type: none;
    margin-top: 2rem
}

footer .footer-column .footer-navigation li {
    margin-top: 1.5rem
}

footer .footer-column .footer-navigation li a {
    color: #fff;
    text-decoration: none;
    transition: .3s all;
    font-size: 1.25rem
}

footer .footer-column .footer-navigation li a:hover {
    color: #46c6b2
}

footer .footer-column .footer-contact-links {
    list-style-type: none;
    margin-top: 2rem
}

footer .footer-column .footer-contact-links li {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    transition: .3s all
}

footer .footer-column .footer-contact-links li i {
    font-size: 1.5rem;
    margin-right: 1rem
}

footer .footer-column .footer-contact-links li a {
    color: #fff;
    text-decoration: none;
    transition: .3s all;
    font-size: 1.25rem
}

footer .footer-column .footer-contact-links li:hover {
    color: #46c6b2!important
}

footer .footer-column .footer-contact-links li:hover a {
    color: #46c6b2!important
}

footer .footer-column .footer-socail-medias {
    list-style-type: none;
    margin-top: 2rem;
    display: flex
}

footer .footer-column .footer-socail-medias li a {
    margin-right: 2rem;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all
}

footer .footer-column .footer-socail-medias li a:hover {
    color: #46c6b2
}

footer .footer-column .footer-socail-medias li i {
    font-size: 1.375rem
}

@media screen and (max-width: 640px) {
    footer .footer-column .footer-socail-medias li i {
        font-size:1.9rem
    }
}

footer .footer-column .footer-partners {
    max-width: 20rem;
    margin-top: 4rem
}

@media screen and (max-width: 1024px) {
    footer .footer-column {
        margin:2rem .5rem
    }

    footer .footer-column span {
        font-size: 1.375rem
    }

    footer .footer-column .footer-navigation {
        margin-top: 1rem
    }

    footer .footer-column .footer-navigation li {
        margin-top: .5rem
    }

    footer .footer-column .footer-navigation li a {
        font-size: 1.25rem
    }

    footer .footer-column .footer-contact-links {
        margin-top: 1rem
    }

    footer .footer-column .footer-socail-medias {
        margin-top: 1rem
    }

    footer .footer-column .footer-partners {
        max-width: 13rem;
        margin-top: 2rem
    }
}

@media screen and (max-width: 640px) {
    footer .footer-column .footer-contact-links li a {
        font-size:1.25rem
    }

    footer .footer-column .footer-contact-links li i {
        font-size: 1.25rem
    }
}

footer .footer-copyright-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 50px;
}

footer .footer-copyright-links span {
    text-align: center
}

footer .footer-copyright-links p {
    color: #37b19e;
    /* text-align:center; */
    display: inline-block;
}

footer .footer-copyright-links p a {
    color: #fff;
    transition: .3s all
}

footer .footer-copyright-links p a:hover {
    color: #37b19e;
    text-decoration-style: dotted
}

@media screen and (max-width: 1024px) {
    footer .footer-copyright-links {
        padding:1rem
    }

    footer .footer-copyright-links span {
        font-size: .9rem
    }

    footer .footer-copyright-links p {
        font-size: .9rem
    }
}

.page-top-banner {
    position: relative;
    width: 100%;
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-top-banner .landing-top-buttons {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-top-banner .landing-top-buttons .landing-btn {
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 1em 3em;
    width: 15em;
    margin: 1em;
    transition: .2s all
}

.page-top-banner .landing-top-buttons .landing-btn-reservation {
    background: #37b19e;
    color: #fff
}

.page-top-banner .landing-top-buttons .landing-btn-reservation:hover {
    background: #46c6b2
}

.page-top-banner .landing-top-buttons .landing-btn-location {
    background: #eee;
    color: #282a29
}

.page-top-banner .landing-top-buttons .landing-btn-location:hover {
    background: #fff
}

@media screen and (max-width: 768px) {
    .page-top-banner .landing-top-buttons {
        display:none
    }
}

.page-top-banner #otel-top-img-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    list-style-type: none
}

.page-top-banner #otel-top-img-slider .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s
}

.page-top-banner #otel-top-img-slider .slide .top-slider-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1
}

.page-top-banner #otel-top-img-slider .slide.showing {
    opacity: 1;
    z-index: 2
}

.page-top-banner .top-page-single-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1
}

.page-top-banner .top-page-intro-title {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 15%;
    text-align: center;
    z-index: 102
}

.page-top-banner .top-page-intro-title .otel-stars {
    width: 6rem
}

.page-top-banner .top-page-title {
    position: relative;
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 100
}

.page-top-banner .top-page-title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
    z-index: -1
}

.page-top-banner .call-us {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 1rem;
    background: #37b19e;
    color: #fff;
    text-decoration: none;
    z-index: 100;
    font-weight: 700;
    transition: .3s all;
    width: 12rem;
    text-align: center;
    visibility: hidden;
    opacity: 0
}

.page-top-banner .call-us:hover {
    background: #46c6b2
}

@media screen and (min-width: 1025px) {
    .page-top-banner .call-us {
        display:none
    }
}

.page-top-banner .get-directions {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: #282a29;
    color: #fff;
    text-decoration: none;
    z-index: 100;
    font-weight: 700;
    transition: .3s all;
    width: 12rem;
    text-align: center;
    visibility: hidden;
    opacity: 0
}

.page-top-banner .get-directions:hover {
    background: #393c3b
}

@media screen and (min-width: 1025px) {
    .page-top-banner .get-directions {
        display:none
    }
}

.page-top-banner .stick-buttons-to-bottom.call-us {
    padding: 1.6rem;
    width: 50%;
    visibility: visible;
    opacity: 1
}

.page-top-banner .stick-buttons-to-bottom.get-directions {
    padding: 1.6rem;
    width: 50%;
    visibility: visible;
    opacity: 1
}

.page-top-banner .otel-pages-rank-widget {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 400;
    border-radius: 5px;
    padding: .7rem;
    border: 1px solid #fff;
    z-index: 100;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-top-banner .otel-pages-rank-widget .otel-rank {
    font-weight: 900;
    font-size: 1.6rem;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .page-top-banner {
        height:20rem
    }

    .page-top-banner .top-page-intro-title {
        font-size: 2rem;
        top: 10%
    }

    .page-top-banner .top-page-title {
        font-size: 2.5rem
    }
}

@media screen and (max-width: 640px) {
    .page-top-banner {
        height:16rem
    }

    .page-top-banner.max-height-otel-pages {
        height: 25rem!important
    }

    .page-top-banner .top-page-intro-title {
        font-size: 1.5rem
    }

    .page-top-banner .top-page-intro-title .otel-stars {
        display: inline-block
    }

    .page-top-banner .top-page-title {
        font-size: 2.5rem
    }

    .page-top-banner .call-us {
        padding: .5rem .8rem;
        font-size: 1.25rem
    }

    .page-top-banner .get-directions {
        padding: .5rem .8rem;
        font-size: 1.25rem
    }
}

.otel-col-body {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column
}

.otel-col-body .page-section-mobile-otel-navigation {
    margin: 0 auto;
    padding: 5% 2rem 0 2rem;
    max-width: 100%;
    width: 100%;
    position: relative;
    background: #efeded;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: .6s all
}

.otel-col-body .page-section-mobile-otel-navigation .otel-navigation-button {
    font-weight: 600;
    background: #f3f3f3;
    color: #000;
    width: 30%;
    height: 8rem;
    margin-bottom: 5%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(255,255,255,.8),0 0 10px rgba(0,0,0,.2);
    animation: animatedBtn 3s infinite
}

.otel-col-body .page-section-mobile-otel-navigation .otel-navigation-button:hover {
    opacity: 1;
    box-shadow: 0 0 10px rgba(255,255,255,.8),0 0 10px rgba(0,0,0,.2)
}

.otel-col-body .page-section-mobile-otel-navigation .otel-navigation-button:active {
    opacity: 1;
    box-shadow: inset -4px -4px 8px rgba(255,255,255,.5),inset 0 0 16px rgba(0,0,0,.1);
    color: #000
}

@keyframes animatedBtn {
    0% {
        background: #f3f3f3
    }

    50% {
        background: #fff;
        border-bottom: 1px solid #37b19e;
        box-shadow: none
    }

    100% {
        background: #f3f3f3
    }
}

.otel-col-body .page-section-mobile-otel-navigation .otel-navigation-button>img {
    margin-bottom: 1rem
}

.otel-col-body .page-section-mobile-otel-navigation .otel-navigation-button>span {
    text-align: center
}

.otel-col-body .page-section-mobile-otel-navigation.mobile-view-navigation {
    position: fixed!important;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    padding: 0;
    z-index: 2000
}

.otel-col-body .page-section-mobile-otel-navigation.mobile-view-navigation .otel-navigation-button {
    width: 33%;
    height: auto;
    padding: 0;
    box-shadow: none!important;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
    border: none!important;
    background-color: #fff!important;
    animation: none!important
}

.otel-col-body .page-section-mobile-otel-navigation.mobile-view-navigation .otel-navigation-button>img {
    display: none
}

.otel-col-body .page-section-mobile-otel-navigation.mobile-view-navigation .otel-navigation-button:nth-of-type(even) {
    display: none
}

.otel-col-body .page-section-mobile-otel-navigation.mobile-view-navigation .otel-navigation-button:nth-child(3) {
    border-left: 1px solid #eee!important;
    border-right: 1px solid #eee!important
}

@media screen and (min-width: 1025px) {
    .otel-col-body .page-section-mobile-otel-navigation {
        display:none
    }
}

.otel-col-body .page-section-mobile-otel-navigation-placeholder {
    display: none;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .otel-col-body .page-section-mobile-otel-navigation-placeholder {
        display:none!important
    }
}

.otel-col-body .page-section-otel-introduction {
    width: 70rem;
    max-width: 90%;
    margin: 4rem auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.otel-col-body .page-section-otel-introduction h3 {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: 3rem
}

.otel-col-body .page-section-otel-introduction h3 span {
    color: #37b19e
}

.otel-col-body .page-section-otel-introduction>span {
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase
}

.otel-col-body .page-section-otel-introduction p {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 1.25rem
}

.otel-col-body .page-section-otel-introduction p span {
    font-size: 1.25rem
}

.otel-col-body .page-section-otel-introduction p #text_read_more_3 {
    font-size: 1.25rem;
    display: none
}

@media screen and (max-width: 640px) {
    .otel-col-body .page-section-otel-introduction p {
        margin-top:.5rem;
        font-size: 1.375rem
    }

    .otel-col-body .page-section-otel-introduction p span {
        font-size: 1.375rem
    }

    .otel-col-body .page-section-otel-introduction p #text_read_more_3 {
        font-size: 1.375rem
    }
}

.otel-col-body .page-section-otel-introduction .read-more-btn {
    font-size: 1.25rem;
    font-weight: 700;
    color: #37b19e;
    margin-top: .5rem;
    cursor: pointer
}

@media screen and (max-width: 1440px) {
    .otel-col-body .page-section-otel-introduction {
        width:60rem
    }
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-otel-introduction {
        display:none
    }
}

@media screen and (max-width: 640px) {
    .otel-col-body .page-section-otel-introduction {
        align-items:flex-start;
        margin: 2rem auto 0 auto
    }

    .otel-col-body .page-section-otel-introduction h3 {
        text-align: left;
        font-size: 1.8rem
    }

    .otel-col-body .page-section-otel-introduction>span {
        font-size: 1.25rem;
        text-align: left;
        margin-top: .5rem;
        font-weight: 700
    }

    .otel-col-body .page-section-otel-introduction p {
        text-align: left
    }
}

.otel-col-body .page-section-room-slider {
    margin: 0 auto 0 auto;
    padding-top: 4rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.otel-col-body .page-section-room-slider>h3 {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    margin-top: 2rem
}

.otel-col-body .page-section-room-slider>h3 span {
    color: #37b19e
}

.otel-col-body .page-section-room-slider .room-slider-navbar {
    width: max-content;
    max-width: 100%;
    border-bottom: 1px solid #000;
    margin: 4rem auto
}

.otel-col-body .page-section-room-slider .room-slider-navbar ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.5rem
}

.otel-col-body .page-section-room-slider .room-slider-navbar ul li {
    margin: 0 3rem 2rem 0
}

.otel-col-body .page-section-room-slider .room-slider-navbar ul li:last-of-type {
    margin: 0 0 2rem 0
}

.otel-col-body .page-section-room-slider .room-slider-navbar ul li a {
    text-decoration: none;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.otel-col-body .page-section-room-slider .room-slider-navbar ul li a.active-slide-item {
    border-bottom: 2px solid #37b19e
}

.otel-col-body .page-section-room-slider .room-slider {
    position: relative;
    width: 70%;
    margin: 2rem auto 0 15%;
}

.otel-col-body .page-section-room-slider .room-slider .slider-content {
    border: 1px solid #000;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5rem
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container {
    position: relative;
    width: 100%;
    height: 45vh
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-slide a .interior-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    object-position: center
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-slide a .outer-img {
    max-width: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-button-next {
    color: #fff!important;
    opacity: 1
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-button-next::after {
    font-size: 2rem
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-button-next {
        display:none!important
    }
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-button-prev {
    color: #fff!important;
    opacity: 1
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-button-prev::after {
    font-size: 2rem
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-button-prev {
        display:none!important
    }
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-button-disabled {
    color: transparent!important
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-scrollbar {
    height: 3px!important
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: rgba(255,255,255,.85)
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container {
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 37rem
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container>span:nth-of-type(1) {
    color: #37b19e;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    border-bottom: 1px solid;
    margin-bottom: 1rem
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container>span:nth-of-type(2) {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container .room-facilities {
    margin: 1rem auto;
    width: 55rem;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container .room-facilities div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: .5rem
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container .room-facilities div img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    margin: .5rem
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container .room-facilities div span {
    font-weight: 600
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container>p {
    width: 70rem;
    max-width: 100%;
    padding: 0 1rem;
    text-align: center;
    font-size: 1.25rem;
    overflow: hidden
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container .otel-rezervation {
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: #37b19e;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 1rem auto;
    transition: .3s all
}

.otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container .otel-rezervation:hover {
    background: #46c6b2
}

.otel-col-body .page-section-room-slider .room-slider .swiper-pagination {
    left: 0%
}

.otel-col-body .page-section-room-slider .room-slider .swiper-pagination-bullet {
    width: 1.1rem!important;
    height: 1.1rem!important;
    background-color: #fff!important;
    border: 2px solid #454343!important
}

.otel-col-body .page-section-room-slider .room-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #454343!important
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-room-slider {
        padding-bottom:2rem;
        padding-top: 6rem
    }

    .otel-col-body .page-section-room-slider .room-slider-navbar {
        margin: 2rem auto 3rem auto;
        width: 90%;
        border: none;
        display: none
    }

    .otel-col-body .page-section-room-slider .room-slider-navbar ul li {
        margin: 1rem 0 0 0;
        width: 50%
    }

    .otel-col-body .page-section-room-slider .room-slider-navbar ul li:last-of-type {
        margin: 1rem 0 0 0
    }

    .otel-col-body .page-section-room-slider .room-slider-navbar ul li a {
        font-size: 1.25rem
    }

    .otel-col-body .page-section-room-slider>h3 {
        margin-top: 0
    }

    .otel-col-body .page-section-room-slider .room-slider {
        width: 90%;
        margin: 2rem auto 0 auto
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content {
        margin-bottom: 4rem
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container {
        height: 40vh
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container {
        min-height: auto;
        padding: 1rem
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container>span:nth-of-type(1) {
        font-size: 1.8rem
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container>span:nth-of-type(2) {
        font-size: 1.375rem
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container .room-facilities {
        margin: 1rem auto
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container>p {
        margin-top: 1rem;
        font-size: 1.375rem;
        display: none
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-information-container .otel-rezervation {
        display: none
    }

    .otel-col-body .page-section-room-slider .room-slider .swiper-pagination {
        left: 0
    }
}

@media screen and (max-width: 640px) {
    .otel-col-body .page-section-room-slider>h3 {
        width:90%;
        margin: 0 auto;
        font-size: 1.8rem
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content {
        border-radius: 5px
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container {
        height: 27vh
    }

    .otel-col-body .page-section-room-slider .room-slider .slider-content .room-image-container .room-slider-gallery .swiper-slide a .interior-img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
}

.otel-col-body .page-section-mobile-otel-introduction {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem auto 0 auto
}

.otel-col-body .page-section-mobile-otel-introduction>span {
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: 600;
    color: #37b19e
}

.otel-col-body .page-section-mobile-otel-introduction h3 {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: 1.8rem;
    width: 100%
}

.otel-col-body .page-section-mobile-otel-introduction h3 span {
    color: #37b19e
}

.otel-col-body .page-section-mobile-otel-introduction p {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.8
}

.otel-col-body .page-section-mobile-otel-introduction p span {
    font-size: 1.6rem
}

.otel-col-body .page-section-mobile-otel-introduction p #text_read_more_3 {
    font-size: 1.6rem;
    display: none
}

.otel-col-body .page-section-mobile-otel-introduction .read-more-btn {
    font-size: 1.4rem;
    font-weight: 700;
    color: #37b19e;
    margin-top: .5rem;
    cursor: pointer
}

@media screen and (min-width: 1025px) {
    .otel-col-body .page-section-mobile-otel-introduction {
        display:none
    }
}

.otel-col-body .page-section-otel-location {
    width: 100rem;
    max-width: 90%;
    margin: 4rem auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.otel-col-body .page-section-otel-location>h3 {
    text-align: center;
    font-weight: 900;
    width: 100%;
    font-size: 3rem
}

.otel-col-body .page-section-otel-location>h3 span {
    color: #37b19e
}

.otel-col-body .page-section-otel-location>div {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between
}

.otel-col-body .page-section-otel-location>div .locatin-image {
    height: 30rem;
    width: 48%
}

.otel-col-body .page-section-otel-location>div .locatin-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%
}

.otel-col-body .page-section-otel-location>div div {
    width: 48%
}

.otel-col-body .page-section-otel-location>div div span {
    font-size: 1.625rem;
    font-weight: 700
}

.otel-col-body .page-section-otel-location>div div p {
    margin-top: 2rem;
    font-size: 1.375rem
}

@media screen and (max-width: 1440px) {
    .otel-col-body .page-section-otel-location {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-otel-location {
        margin:3rem auto 0 auto;
        display: none
    }

    .otel-col-body .page-section-otel-location>div {
        flex-direction: column;
        width: 100%;
        margin: 1.5rem auto 0 auto
    }

    .otel-col-body .page-section-otel-location>div .locatin-image {
        width: 100%
    }

    .otel-col-body .page-section-otel-location>div div {
        width: 100%;
        margin-top: 2rem
    }

    .otel-col-body .page-section-otel-location>div .locatin-image {
        height: 20rem
    }
}

@media screen and (max-width: 640px) {
    .otel-col-body .page-section-otel-location>h3 {
        text-align:left;
        font-size: 1.8rem
    }

    .otel-col-body .page-section-otel-location>div .locatin-image {
        height: 15rem
    }

    .otel-col-body .page-section-otel-location>div div span {
        font-size: 1.8rem
    }

    .otel-col-body .page-section-otel-location>div div p {
        margin-top: .5rem;
        font-size: 1.375rem
    }
}

.otel-col-body .page-section-otel-services {
    width: 100rem;
    max-width: 90%;
    margin: 8rem auto 0 auto;
    display: flex;
    flex-direction: column
}

.otel-col-body .page-section-otel-services>h3 {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    width: 100%
}

.otel-col-body .page-section-otel-services>h3 span {
    color: #37b19e
}

.otel-col-body .page-section-otel-services>div {
    display: flex;
    justify-content: flex-start;
    margin-top: 4rem;
    width: 100%;
    height: 32rem
}

.otel-col-body .page-section-otel-services>div .services-image {
    width: 48%;
    height: 100%
}

.otel-col-body .page-section-otel-services>div .services-image>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.otel-col-body .page-section-otel-services>div>div {
    width: 48%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch
}

.otel-col-body .page-section-otel-services>div>div>a {
    text-decoration: none;
    color: #000;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: .4s all
}

.otel-col-body .page-section-otel-services>div>div>a img {
    width: 4rem;
    height: 4rem;
    transition: .2s all
}

.otel-col-body .page-section-otel-services>div>div>a span {
    font-size: 1rem;
    text-align: center;
    text-align: center;
    font-weight: 600;
    margin: 1rem auto
}

.otel-col-body .page-section-otel-services>div>div>a:hover img {
    transform: scale(1.2)
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-otel-services>div {
        margin-top:1rem;
        flex-direction: column;
        height: auto
    }

    .otel-col-body .page-section-otel-services>div>img {
        width: 100%
    }

    .otel-col-body .page-section-otel-services>div>div {
        width: 90%;
        margin: 1rem auto;
        justify-content: center
    }

    .otel-col-body .page-section-otel-services>div>div>div {
        height: 8rem
    }

    .otel-col-body .page-section-otel-services>div>div>div img {
        height: 3.5rem!important;
        width: 3.5rem!important
    }

    .otel-col-body .page-section-otel-services>div>div>div span {
        font-size: 1.4rem!important;
        margin-top: 1.2rem
    }
}

@media screen and (max-width: 1440px) {
    .otel-col-body .page-section-otel-services {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-otel-services {
        margin:6rem auto 0 auto
    }

    .otel-col-body .page-section-otel-services>div .services-image {
        width: 90%
    }
}

@media screen and (max-width: 640px) {
    .otel-col-body .page-section-otel-services>h3 {
        font-size:1.8rem
    }
}

.otel-col-body .page-section-mobile-otel-transportation {
    margin: 2rem auto 0 auto;
    max-width: 100%;
    background-color: #e3e3e3;
    padding: 3rem 2rem
}

.otel-col-body .page-section-mobile-otel-transportation>h3 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 900
}

.otel-col-body .page-section-mobile-otel-transportation>div {
    background: #fff;
    width: 100%;
    padding: 1rem;
    height: auto;
    margin-top: 3rem
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box {
    display: flex;
    flex-direction: column;
    padding: 2rem 0
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box>div:nth-of-type(1) {
    display: flex;
    align-items: center
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box>div:nth-of-type(1)>img {
    margin-right: 1rem;
    max-width: 4rem
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box>div:nth-of-type(1)>span {
    font-size: 1.6rem;
    font-weight: 700
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p {
    font-size: 1.375rem;
    margin-top: 1rem;
    line-height: 1.8
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p span {
    font-size: 1.375rem
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p #text_read_more_2 {
    font-size: 1.375rem;
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p #text_read_more_5 {
    font-size: 1.375rem;
    display: none
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p #text_read_more_4 {
    font-size: 1.375rem;
    display: none
}

.otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box .read-more-btn {
    font-size: 1.25rem;
    color: #37b19e;
    margin-top: 1rem;
    cursor: pointer;
    font-weight: 700
}

@media screen and (min-width: 1025px) {
    .otel-col-body .page-section-mobile-otel-transportation {
        background:#fff;
        margin: 4rem auto 0 auto;
        width: 100rem;
        max-width: 84%;
        padding: 0
    }

    .otel-col-body .page-section-mobile-otel-transportation>h3 {
        font-size: 3rem
    }

    .otel-col-body .page-section-mobile-otel-transportation>div {
        width: 100%;
        max-width: 100%;
        margin: 4rem auto 0 auto;
        padding: 2rem;
        border: 1px solid #000
    }

    .otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box>div:nth-of-type(1)>img {
        width: 4rem;
        max-width: 4rem;
        margin-right: 2rem
    }

    .otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box>div:nth-of-type(1)>span {
        font-size: 2rem;
        font-weight: 700
    }

    .otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p {
        font-size: 1.2rem
    }

    .otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p span {
        font-size: 1.2rem
    }

    .otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p #text_read_more_2 {
        font-size: 1.2rem;
    }

    .otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p #text_read_more_5 {
        font-size: 1.2rem;
        display: none
    }

    .otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box p #text_read_more_5 {
        font-size: 1.2rem;
        display: none
    }

    .otel-col-body .page-section-mobile-otel-transportation>div .transport-detail-box .read-more-btn {
        font-size: 1.25rem;
        color: #37b19e;
        margin-top: 1rem;
        cursor: pointer;
        font-weight: 700
    }
}

@media screen and (max-width: 1440px) {
    .otel-col-body .page-section-mobile-otel-transportation {
        width:85rem;
        margin: 0 auto
    }
}

.otel-col-body .otel-page-map-section {
    width: 100%;
    height: 55vh
}

.otel-col-body .otel-page-map-section.main-map-mobile-otel-page {
    background: #e3e3e3;
    margin-bottom: 2rem
}

@media screen and (min-width: 1025px) {
    .otel-col-body .otel-page-map-section.main-map-mobile-otel-page {
        background:#fff;
        margin: 6rem auto 0 auto
    }
}

.otel-col-body .otel-page-map-section>h3 {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 2rem
}

.otel-col-body .otel-page-map-section>h3 span {
    color: #37b19e
}

@media screen and (min-width: 1025px) {
    .otel-col-body .otel-page-map-section>h3 {
        display:none
    }
}

.otel-col-body .otel-page-map-section .otel-location-marker {
    background-image: url(images/svg/nish-otel-marker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem
}

@media screen and (max-width: 1024px) {
    .otel-col-body .otel-page-map-section .otel-location-marker {
        width:4rem;
        height: 4rem
    }
}

@media screen and (max-width: 640px) {
    .otel-col-body .otel-page-map-section {
        height:25rem
    }

    .otel-col-body .otel-page-map-section>h3 {
        font-size: 1.8rem
    }
}

.otel-col-body .otel-page-map-section iframe {
    background-image: url(images/svg/loading.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.otel-col-body .page-section-otel-box-details {
    width: 100rem;
    max-width: 90%;
    margin: 6rem auto 0 auto
}

.otel-col-body .page-section-otel-box-details>h3 {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    width: 100%
}

.otel-col-body .page-section-otel-box-details>h3 span {
    color: #37b19e
}

.otel-col-body .page-section-otel-box-details .nearby-slider {
    position: relative;
    overflow: hidden;
    width: 100%
}

.otel-col-body .page-section-otel-box-details .nearby-slider .swiper-pagination-bullet {
    width: 1.1rem!important;
    height: 1.1rem!important;
    background-color: #fff!important;
    border: 2px solid #454343!important
}

.otel-col-body .page-section-otel-box-details .nearby-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #454343!important
}

.otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-prev {
    color: #fff;
    top: 25%
}

.otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-prev::after {
    font-size: 3rem
}

.otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 1!important;
    cursor: pointer!important;
    pointer-events: all!important
}

.otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-next {
    color: #fff;
    top: 25%
}

.otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-next::after {
    font-size: 3rem
}

.otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-next.swiper-button-disabled {
    opacity: 1!important;
    cursor: pointer!important;
    pointer-events: all!important
}

@media screen and (min-width: 1025px) {
    .otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-prev {
        color:#fff;
        top: 50%
    }

    .otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-prev::after {
        font-size: 2rem
    }

    .otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-prev.swiper-button-disabled {
        opacity: 1!important;
        cursor: pointer!important;
        pointer-events: all!important
    }

    .otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-next {
        color: #000;
        top: 50%
    }

    .otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-next::after {
        font-size: 2rem
    }

    .otel-col-body .page-section-otel-box-details .nearby-slider .swiper-button-next.swiper-button-disabled {
        opacity: 1!important;
        cursor: pointer!important;
        pointer-events: all!important
    }
}

.otel-col-body .page-section-otel-box-details .restaurant-slider {
    position: relative;
    overflow: hidden;
    width: 100%
}

.otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-pagination-bullet {
    width: 1.1rem!important;
    height: 1.1rem!important;
    background-color: #fff!important;
    border: 2px solid #454343!important
}

.otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #454343!important
}

.otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-prev {
    color: #fff;
    top: 25%
}

.otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-prev::after {
    font-size: 3rem
}

.otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 1!important;
    cursor: pointer!important;
    pointer-events: all!important
}

.otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-next {
    color: #fff;
    top: 25%
}

.otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-next::after {
    font-size: 3rem
}

.otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-next.swiper-button-disabled {
    opacity: 1!important;
    cursor: pointer!important;
    pointer-events: all!important
}

@media screen and (min-width: 1025px) {
    .otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-prev {
        color:#fff;
        top: 50%
    }

    .otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-prev::after {
        font-size: 2rem
    }

    .otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-prev.swiper-button-disabled {
        opacity: 1!important;
        cursor: pointer!important;
        pointer-events: all!important
    }

    .otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-next {
        color: #000;
        top: 50%
    }

    .otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-next::after {
        font-size: 2rem
    }

    .otel-col-body .page-section-otel-box-details .restaurant-slider .swiper-button-next.swiper-button-disabled {
        opacity: 1!important;
        cursor: pointer!important;
        pointer-events: all!important
    }
}

.otel-col-body .page-section-otel-box-details .transportation-slider {
    position: relative;
    overflow: hidden;
    width: 100%
}

.otel-col-body .page-section-otel-box-details .transportation-slider .swiper-pagination-bullet {
    width: 1.1rem!important;
    height: 1.1rem!important;
    background-color: #fff!important;
    border: 2px solid #454343!important
}

.otel-col-body .page-section-otel-box-details .transportation-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #454343!important
}

.otel-col-body .page-section-otel-box-details .detail-box {
    width: 100%;
    height: 30rem;
    border: 1px solid #000;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-left-img {
    width: 50%;
    z-index: -1;
    height: 30rem;
    max-width: 100%;
    object-fit: cover
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right {
    padding: 2rem;
    width: 50%
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1) {
    width: 100%;
    display: flex;
    align-items: flex-end
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1)>img {
    max-width: 8rem;
    width: 6rem;
    margin-right: 2rem
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1) div h4 {
    font-size: 2rem;
    font-weight: 900
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1) div span {
    font-size: 1.375rem
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    margin-top: 2rem
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p {
    font-size: 1.2rem
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p span {
    font-size: 1.2rem
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p #text_read_more_xxxx {
    font-size: 1.2rem;
    display: none
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p #text_read_more_xxxx {
    font-size: 1.2rem;
    display: none
}

@media screen and (max-width: 640px) {
    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p {
        margin-top:.5rem;
        font-size: 1.375rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p span {
        font-size: 1.375rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p #text_read_more_xxxx {
        display: none;
        font-size: 1.375rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p #text_read_more_xxxx {
        display: none;
        font-size: 1.375rem
    }
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) .slide-next {
    font-size: 1rem;
    font-weight: 700;
    color: #37b19e;
    margin-top: 1rem;
    cursor: pointer
}

.otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) .read-more-btn {
    font-size: 1.25rem;
    color: #37b19e;
    margin-top: .5rem;
    cursor: pointer
}

@media screen and (max-width: 1440px) {
    .otel-col-body .page-section-otel-box-details {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-otel-box-details .detail-box {
        height:45rem;
        flex-direction: column
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-left-img {
        width: 100%;
        height: 20rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right {
        width: 100%
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1)>img {
        max-width: 4rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1) div h4 {
        font-size: 1.7rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1) div span {
        font-size: 1rem
    }
}

@media screen and (max-width: 640px) {
    .otel-col-body .page-section-otel-box-details {
        margin:4rem auto 0 auto
    }

    .otel-col-body .page-section-otel-box-details>h3 {
        text-align: center;
        font-size: 1.8rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box {
        height: 50rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1)>img {
        margin-right: 1rem;
        object-fit: cover
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1) div h4 {
        font-size: 1.6rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(1) div span {
        font-size: 1.4rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) {
        margin-top: 1rem
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) p {
        max-height: 18rem;
        overflow-y: scroll
    }

    .otel-col-body .page-section-otel-box-details .detail-box .detail-box-right>div:nth-of-type(2) .read-more-btn {
        font-size: .8rem
    }
}

.otel-col-body .page-section-blog-posts {
    background: #fff;
    background: linear-gradient(0deg,#fff 36%,#f5f5f5 50%,#e5e5e5 100%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6rem auto 0 auto
}

.otel-col-body .page-section-blog-posts>h3 {
    font-weight: 900;
    font-size: 3rem;
    margin-top: 4rem
}

.otel-col-body .page-section-blog-posts>h3 span {
    color: #37b19e
}

.otel-col-body .page-section-blog-posts>div {
    width: 100rem;
    max-width: 90%;
    margin: 4rem auto 4rem auto;
    display: flex;
    justify-content: space-between
}

.otel-col-body .page-section-blog-posts>div .blog-post-box {
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 0 12px -5px rgba(0,0,0,.75)
}

.otel-col-body .page-section-blog-posts>div .blog-post-box>a {
    text-decoration: none;
    color: #000
}

.otel-col-body .page-section-blog-posts>div .blog-post-box>a .blog-post-image {
    height: 15rem;
    width: 100%;
    object-fit: cover
}

.otel-col-body .page-section-blog-posts>div .blog-post-box .post-title-link {
    text-decoration: none;
    color: #000
}

.otel-col-body .page-section-blog-posts>div .blog-post-box .post-title-link h4 {
    margin-top: 1rem;
    font-weight: 900;
    padding-left: 1rem
}

.otel-col-body .page-section-blog-posts>div .blog-post-box span {
    font-size: 1.25rem;
    padding-left: 1rem
}

.otel-col-body .page-section-blog-posts>div .blog-post-box p {
    margin-top: 1rem;
    padding: 1rem
}

.otel-col-body .page-section-blog-posts>div .blog-post-box .publish-date {
    font-size: 1.25rem
}

.otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) {
    display: flex
}

.otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(1) {
    text-decoration: none;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: .7rem 2rem;
    font-weight: 700;
    margin: 1rem;
    transition: .3s all
}

.otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(1):hover {
    border: 2px solid #000;
    background: #fff;
    color: #000
}

.otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(2) {
    display: none;
    text-decoration: none;
    background: #37b19e;
    color: #fff;
    border: 2px solid #37b19e;
    padding: .7rem 2.5rem;
    font-weight: 700;
    margin: 1rem 0;
    transition: .3s all
}

.otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(2):hover {
    background: #46c6b2
}

.otel-col-body .page-section-blog-posts>div .blog-post-box .post-sharing {
    display: flex;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem
}

.otel-col-body .page-section-blog-posts>div .blog-post-box .post-sharing a {
    color: #000;
    margin-left: 1.5rem
}

.otel-col-body .page-section-blog-posts>div .blog-post-box .up-quotation {
    position: absolute;
    top: 1rem;
    left: .5rem;
    max-width: 5rem;
    opacity: .5
}

.otel-col-body .page-section-blog-posts>div .blog-post-box .down-quotation {
    position: absolute;
    bottom: 1rem;
    right: .5rem;
    max-width: 5rem
}

@media screen and (max-width: 1440px) {
    .otel-col-body .page-section-blog-posts>div {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-blog-posts {
        background:#fff;
        margin: 3rem auto 0 auto
    }

    .otel-col-body .page-section-blog-posts>div {
        justify-content: space-between
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box {
        width: 45%;
        box-shadow: 0 0 12px -5px rgba(0,0,0,.2)
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box>a .blog-post-image {
        height: 20rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box .post-title-link h4 {
        font-size: 1.25rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box p {
        margin-top: 0
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box .up-quotation {
        max-width: 3rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box .down-quotation {
        max-width: 3rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(1) {
        padding: .45rem 1.8rem;
        font-weight: 700
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(2) {
        padding: .45rem 1.8rem;
        font-weight: 700
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box:nth-of-type(2) {
        display: none
    }
}

@media screen and (max-width: 640px) {
    .otel-col-body .page-section-blog-posts>h3 {
        text-align:center;
        font-size: 1.8rem;
        margin-top: .5rem;
        width: 100%
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box {
        width: 100%
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box .blog-post-image {
        height: 15rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box h4 {
        font-size: 1.8rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box span {
        font-size: 1.8rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box p {
        margin-top: 0;
        padding: 1rem;
        font-size: 1.375rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box .up-quotation {
        max-width: 1.5rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box .down-quotation {
        max-width: 1.5rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(1) {
        padding: 1rem .75em;
        font-weight: 700;
        font-size: 1.25rem;
        text-align: center;
        width: 12rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box div:nth-of-type(1) a:nth-of-type(2) {
        display: block;
        padding: 1rem .75em;
        font-weight: 700;
        font-size: 1.25rem;
        text-align: center;
        width: 12rem
    }

    .otel-col-body .page-section-blog-posts>div .blog-post-box:nth-of-type(3) {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    .otel-col-body .page-section-otel-introduction {
        order:1
    }

    .otel-col-body .page-section-room-slider {
        order: 2
    }

    .otel-col-body .page-section-otel-location {
        order: 3
    }

    .otel-col-body .page-section-otel-services {
        order: 4
    }

    .otel-col-body .page-section-otel-box-details {
        order: 5
    }

    .otel-col-body .page-section-otel-box-details.otel-box-details-lg {
        display: none!important
    }

    .otel-col-body .page-section-mobile-otel-transportation {
        order: 7
    }

    .otel-col-body .page-section-blog-posts {
        order: 9;
    }

    .otel-col-body .otel-page-map-section {
        order: 7;
    }
}

@media screen and (max-width: 1024px) {
    .otel-col-body .page-section-mobile-otel-navigation {
        order:1
    }

    .otel-col-body .page-section-mobile-otel-navigation-placeholder {
        order: 2
    }

    .otel-col-body .page-section-room-slider {
        order: 3
    }

    .otel-col-body .page-section-mobile-otel-introduction {
        order: 4
    }

    .otel-col-body .page-section-otel-services {
        order: 5
    }

    .otel-col-body .page-section-mobile-otel-transportation {
        order: 6
    }

    .otel-col-body .otel-page-map-section {
        order: 7
    }

    .otel-col-body .page-section-otel-box-details {
        order: 8
    }

    .otel-col-body .page-section-otel-box-details.otel-box-details-lg {
        display: none!important
    }

    .otel-col-body .page-section-blog-posts {
        order: 10;
        margin-bottom: 6rem
    }
}

.page-otel-slider-description {
    margin: 8rem auto;
    width: 100rem;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.page-otel-slider-description .otel-slider-container {
    width: 55%
}

.page-otel-slider-description .otel-slider-container .slider-preview-box {
    position: relative;
    width: 100%;
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.page-otel-slider-description .otel-slider-container .slider-preview-box>img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.page-otel-slider-description .otel-slider-container .slider-preview-box>span {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    z-index: 1;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute
}

.page-otel-slider-description .otel-slider-container .slider-preview-box>a {
    display: none;
    background: #37b19e;
    color: #fff;
    text-decoration: none;
    padding: .8rem 2rem;
    margin-top: 1rem;
    z-index: 1;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 3rem
}

@media screen and (max-width: 1024px) {
    .page-otel-slider-description .otel-slider-container .slider-preview-box>a {
        display:block
    }
}

.page-otel-slider-description .otel-slider-container .otel-slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 2rem
}

.page-otel-slider-description .otel-slider-container .otel-slider .swiper-slide {
    height: 8rem
}

.page-otel-slider-description .otel-slider-container .otel-slider img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-otel-slider-description .otel-slider-container .otel-slider .swiper-button-next {
    color: #fff!important
}

.page-otel-slider-description .otel-slider-container .otel-slider .swiper-button-next::after {
    font-size: 1.5rem!important
}

.page-otel-slider-description .otel-slider-container .otel-slider .swiper-button-prev {
    color: #fff!important
}

.page-otel-slider-description .otel-slider-container .otel-slider .swiper-button-prev::after {
    font-size: 1.5rem!important
}

.page-otel-slider-description .otel-description-container {
    position: relative;
    width: 45%;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.page-otel-slider-description .otel-description-container h3 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    color: #37b19e
}

.page-otel-slider-description .otel-description-container h3 span {
    color: #2c2c2c
}

.page-otel-slider-description .otel-description-container>span {
    font-size: 1.25rem
}

.page-otel-slider-description .otel-description-container p {
    margin-top: 2rem;
    font-size: 1.25rem
}

.page-otel-slider-description .otel-description-container a {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: .8rem 1.5rem;
    text-decoration: none;
    color: #fff;
    background: #37b19e;
    font-weight: 700;
    transition: .3s all
}

.page-otel-slider-description .otel-description-container a:hover {
    background: #46c6b2
}

.page-otel-slider-description .otel-description-container .read-more-btn {
    font-size: 1.25rem;
    color: #37b19e;
    margin-top: .5rem;
    cursor: pointer;
    font-weight: 700
}

@media screen and (min-width: 641px) {
    .page-otel-slider-description .otel-description-container .read-more-btn {
        display:none!important
    }
}

@media screen and (max-width: 1440px) {
    .page-otel-slider-description {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .page-otel-slider-description {
        flex-direction:column;
        margin: 4rem auto
    }

    .page-otel-slider-description .otel-slider-container {
        width: 100%
    }

    .page-otel-slider-description .otel-slider-container .slider-preview-box {
        height: 20rem
    }

    .page-otel-slider-description .otel-slider-container .slider-preview-box>span {
        font-size: 2rem
    }

    .page-otel-slider-description .otel-slider-container .otel-slider .swiper-button-next {
        right: 0!important;
        background: #37b19e;
        height: 3rem;
        transform: translateY(-50%);
        margin-top: 0
    }

    .page-otel-slider-description .otel-slider-container .otel-slider .swiper-button-next::after {
        font-size: 1.5rem!important
    }

    .page-otel-slider-description .otel-slider-container .otel-slider .swiper-button-prev {
        left: 0!important;
        background: #37b19e;
        height: 3rem;
        transform: translateY(-50%);
        margin-top: 0
    }

    .page-otel-slider-description .otel-slider-container .otel-slider .swiper-button-prev::after {
        font-size: 1.5rem!important
    }

    .page-otel-slider-description .otel-description-container {
        width: 100%;
        margin-top: 2rem;
        align-items: center;
        padding-left: 0
    }

    .page-otel-slider-description .otel-description-container>span {
        font-size: 1.25rem;
        text-align: center
    }

    .page-otel-slider-description .otel-description-container p {
        font-size: 1rem;
        text-align: center
    }

    .page-otel-slider-description .otel-description-container p #text_read_more_1 {
        font-size: 1rem;
        display: block
    }

    .page-otel-slider-description .otel-description-container p #text_read_more_2 {
        font-size: 1rem;
        display: block
    }

    .page-otel-slider-description .otel-description-container p #text_read_more_3 {
        font-size: 1rem;
        display: block
    }
}

@media screen and (max-width: 1024px) and (max-width:640px) {
    .page-otel-slider-description .otel-description-container p {
        font-size:1.375rem
    }

    .page-otel-slider-description .otel-description-container p #text_read_more_1 {
        display: none;
        font-size: 1.375rem
    }

    .page-otel-slider-description .otel-description-container p #text_read_more_2 {
        display: none;
        font-size: 1.375rem
    }

    .page-otel-slider-description .otel-description-container p #text_read_more_3 {
        display: none;
        font-size: 1.375rem
    }
}

@media screen and (max-width: 1024px) {
    .page-otel-slider-description .otel-description-container a {
        display:none
    }
}

@media screen and (min-width: 1025px) {
    .page-otel-slider-description:nth-of-type(even) {
        flex-direction:row-reverse;
        background-color: #dfdfdf7a;
        padding: 3rem
    }

    .page-otel-slider-description:nth-of-type(even) .otel-description-container {
        padding-left: 0;
        padding-right: 2rem
    }
}

.page-section-otel-description {
    width: 100rem;
    max-width: 100%;
    margin: 4rem auto 0 auto;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1440px) {
    .page-section-otel-description {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .page-section-otel-description {
        margin:-2rem auto 0 auto;
        flex-direction: column
    }
}

.page-section-otel-description .otel-description-box {
    width: 48%;
    position: relative;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 1024px) {
    .page-section-otel-description .otel-description-box {
        width:90%;
        margin: 0 auto 4rem auto
    }
}

.page-section-otel-description .otel-description-box .otel-box-image-container {
    position: relative;
    height: 25rem;
    border: 1px solid #919191
}

@media screen and (max-width: 1024px) {
    .page-section-otel-description .otel-description-box .otel-box-image-container {
        height:20rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-otel-description .otel-description-box .otel-box-image-container {
        height:15rem
    }
}

.page-section-otel-description .otel-description-box .otel-box-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top
}

.page-section-otel-description .otel-description-box .otel-box-image-container span {
    position: relative;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 900;
    text-shadow: 0 0 20px #969696;
    visibility: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.3)
}

@media screen and (max-width: 1024px) {
    .page-section-otel-description .otel-description-box .otel-box-image-container span {
        font-size:2.2rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-otel-description .otel-description-box .otel-box-image-container span {
        font-size:2rem;
        width: 100%
    }
}

.page-section-otel-description .otel-description-box .otel-box-text-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    padding: 1rem
}

@media screen and (max-width: 1024px) {
    .page-section-otel-description .otel-description-box .otel-box-text-container {
        margin-top:1rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-otel-description .otel-description-box .otel-box-text-container {
        text-align:left;
        justify-content: flex-start;
        align-items: center;
        text-align: center
    }
}

.page-section-otel-description .otel-description-box .otel-box-text-container h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700
}

@media screen and (max-width: 640px) {
    .page-section-otel-description .otel-description-box .otel-box-text-container h2 {
        font-size:1.8rem
    }
}

.page-section-otel-description .otel-description-box .otel-box-text-container>span {
    font-size: 1.25rem
}

@media screen and (max-width: 640px) {
    .page-section-otel-description .otel-description-box .otel-box-text-container>span {
        font-size:1.5rem
    }
}

.page-section-otel-description .otel-description-box .otel-box-text-container p {
    margin-top: 1.5rem;
    font-size: 1rem
}

.page-section-otel-description .otel-description-box .otel-box-text-container p span {
    font-size: 1rem
}

.page-section-otel-description .otel-description-box .otel-box-text-container p #text_read_more_1 {
    font-size: 1rem
}

.page-section-otel-description .otel-description-box .otel-box-text-container p #text_read_more_2 {
    font-size: 1rem
}

@media screen and (max-width: 640px) {
    .page-section-otel-description .otel-description-box .otel-box-text-container p {
        margin-top:.5rem;
        font-size: 1.375rem
    }

    .page-section-otel-description .otel-description-box .otel-box-text-container p span {
        font-size: 1.375rem
    }

    .page-section-otel-description .otel-description-box .otel-box-text-container p #text_read_more_1 {
        display: none;
        font-size: 1.375rem
    }

    .page-section-otel-description .otel-description-box .otel-box-text-container p #text_read_more_2 {
        display: none;
        font-size: 1.375rem
    }
}

.page-section-otel-description .otel-description-box .otel-box-text-container .read-more-btn {
    font-size: 1.25rem;
    font-weight: 700;
    color: #37b19e;
    margin-top: .5rem;
    cursor: pointer
}

@media screen and (min-width: 641px) {
    .page-section-otel-description .otel-description-box .otel-box-text-container .read-more-btn {
        display:none
    }
}

.page-section-rezervation-container {
    width: 100rem;
    max-width: 90%;
    margin: 4rem auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width: 1440px) {
    .page-section-rezervation-container {
        width:85rem
    }
}

.page-section-rezervation-container .room-selection-container {
    background: #282a29;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar {
    width: 100%;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container {
    position: relative;
    width: 30%;
    margin: 0 1rem
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container.top-margin {
    margin-top: 1.5rem
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/svg/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #fff;
    background-size: 10%;
    border: none;
    outline: none;
    border-radius: 0!important;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 1.5rem 4rem;
    cursor: pointer
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container img {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    left: 5px;
    max-width: 2rem
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container input[type="radio"] {
    position: absolute!important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container input[type="radio"]:checked+label {
    background-color: #3eb4a1;
    box-shadow: 0 0 19px -8px rgba(0,0,0,.75)
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container input[type="radio"]:disabled+label {
    background-color: #9c2727;
    box-shadow: 0 0 19px -8px rgba(0,0,0,.75);
    cursor: not-allowed;
    color: #fff
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container input[type="radio"]:disabled~span {
    display: block
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container label {
    width: 100%;
    background-color: #747373;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 1.5rem 1rem;
    margin-right: -1px;
    transition: all .1s ease-in-out;
    border-radius: 2px;
    cursor: pointer
}

.page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container span {
    color: #fff;
    display: none;
    font-size: 1.2em;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .page-section-rezervation-container .room-selection-container .top-room-seelction-bar {
        padding:1rem
    }
}

.page-section-rezervation-container .room-selection-container .middle-room-selection-image-wrapper {
    width: 100%;
    height: 40rem;
    position: relative;
    border-bottom: 3px solid #fff
}

.page-section-rezervation-container .room-selection-container .middle-room-selection-image-wrapper .selected-room-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover
}

.page-section-rezervation-container .room-selection-container .middle-room-selection-image-wrapper .selected-room-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 4rem;
    z-index: 20;
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 24px #000
}

.page-section-rezervation-container .room-selection-container .middle-room-selection-image-wrapper .selected-room-name::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    z-index: -1
}

@media screen and (max-width: 1024px) {
    .page-section-rezervation-container .room-selection-container .middle-room-selection-image-wrapper {
        height:30rem
    }

    .page-section-rezervation-container .room-selection-container .middle-room-selection-image-wrapper .selected-room-name {
        font-size: 3rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-rezervation-container .room-selection-container .middle-room-selection-image-wrapper {
        height:20rem
    }

    .page-section-rezervation-container .room-selection-container .middle-room-selection-image-wrapper .selected-room-name {
        font-size: 2rem
    }
}

.page-section-rezervation-container .room-selection-container .middle-rezervation-container {
    width: 100%;
    margin: 3rem auto 0 auto;
    padding: 3rem;
    max-width: 100%
}

.page-section-rezervation-container .room-selection-container .middle-rezervation-container h2 {
    color: #fff;
    text-align: center;
    font-weight: 700
}

.page-section-rezervation-container .room-selection-container .middle-rezervation-container .rezervation-info-form {
    width: 50rem;
    max-width: 100%;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.page-section-rezervation-container .room-selection-container .middle-rezervation-container .rezervation-info-form .form-input-container {
    width: 48%;
    position: relative;
    margin-top: 1rem
}

.page-section-rezervation-container .room-selection-container .middle-rezervation-container .rezervation-info-form .form-input-container label {
    color: #fff
}

.page-section-rezervation-container .room-selection-container .middle-rezervation-container .rezervation-info-form .form-input-container input {
    width: 100%;
    padding: .5rem 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0!important;
    background-color: #fff;
    font-size: 1.375rem
}

.page-section-rezervation-container .room-selection-container .middle-rezervation-container .rezervation-info-form .form-input-container input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    cursor: pointer;
    background-image: url(images/svg/arrow-down.svg);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 60%;
    right: 1rem
}

.page-section-rezervation-container .room-selection-container .middle-rezervation-container .rezervation-info-form .form-input-container img {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(30%);
    pointer-events: none;
    left: 10px;
    max-width: 1.5rem
}

@media screen and (max-width: 1024px) {
    .page-section-rezervation-container .room-selection-container .middle-rezervation-container {
        padding:1rem
    }

    .page-section-rezervation-container .room-selection-container .middle-rezervation-container label {
        font-size: 1.375rem
    }
}

.page-section-rezervation-container .personal-info-container {
    background: #efeded;
    width: 100%;
    padding: 4rem 1rem
}

.page-section-rezervation-container .personal-info-container h2 {
    color: #313131;
    text-align: center;
    font-weight: 700
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information {
    width: 70rem;
    margin: 4rem auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-input-container {
    position: relative;
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-input-container input[type="text"],.page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-input-container input[type="email"],.page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-input-container input[type="date"] {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    border: 1px solid #707070;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-input-container input[type="tel"] {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.2rem;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-input-container select {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-textarea-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-textarea-container textarea {
    height: 10rem;
    max-height: 25rem;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    border: 1px solid #707070;
    border-radius: 0
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .extra-services-label {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .options-checkbox-wrapper {
    width: 100%;
    padding: 1rem;
    border: 1px solid #707070;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .options-checkbox-wrapper input[type=checkbox]+label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    width: 33%
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .options-checkbox-wrapper input[type=checkbox] {
    display: none
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .options-checkbox-wrapper input[type=checkbox]+label:before {
    content: "✔";
    border: 1px solid #000;
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    padding-left: .7rem;
    padding-top: .3rem;
    margin-right: 1rem;
    vertical-align: middle;
    color: transparent;
    transition: .2s
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .options-checkbox-wrapper input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.page-section-rezervation-container .personal-info-container .rezervation-personal-information .options-checkbox-wrapper input[type=checkbox]:checked+label:before {
    background-color: #37b19e;
    border-color: #37b19e;
    color: #fff;
    font-size: 1.5rem
}

@media screen and (max-width: 640px) {
    .page-section-rezervation-container .personal-info-container .rezervation-personal-information {
        flex-direction:column;
        margin: .5rem auto
    }

    .page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-input-container {
        width: 100%
    }

    .page-section-rezervation-container .personal-info-container .rezervation-personal-information .info-input-container label {
        font-size: 1.375rem
    }

    .page-section-rezervation-container .personal-info-container .rezervation-personal-information .options-checkbox-wrapper input[type=checkbox]+label {
        width: 45%;
        margin-bottom: 1rem!important
    }
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper {
    margin-top: 3rem;
    text-align: center
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .toggle-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 50rem;
    max-width: 100%;
    margin: 2rem auto
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .toggle-wrapper input {
    position: absolute!important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .toggle-wrapper label {
    width: 48%;
    background-color: #747373;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 1.5rem 1rem;
    margin-right: -1px;
    transition: all .1s ease-in-out;
    border-radius: 2px
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .toggle-wrapper label:hover {
    cursor: pointer
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .toggle-wrapper input:checked+label {
    background-color: #3eb4a1;
    box-shadow: 0 0 19px -8px rgba(0,0,0,.75)
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .showAccountNumberText {
    display: none;
    text-decoration: underline;
    font-size: 1.2rem;
    color: #242424
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper {
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
    width: 50rem;
    height: 0;
    margin: 2rem auto 3rem auto;
    max-width: 100%;
    position: relative
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper.toolTip {
    position: relative
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper.toolTip::after {
    position: absolute;
    content: 'kopyalandı !';
    bottom: -3rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    color: #37b19e;
    font-size: 1.2rem;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: .5s all
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper.showToolTip.toolTip::after {
    opacity: 1
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 10px;
    border-radius: 2px;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.07)
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .branch {
    font-size: 1.2rem;
    font-weight: 700;
    color: #37b19e
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .bank-name {
    margin-top: 1rem
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    width: 100%
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox .input-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox .input-wrapper label {
    margin-right: 1rem;
    margin-bottom: 0;
    width: 7rem;
    text-align: left
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox .input-wrapper .text-to-copy {
    align-self: center;
    font-size: 1.2rem;
    color: #333;
    font-weight: 700;
    background-color: #fff;
    border: none;
    flex-grow: .3
}

@media screen and (max-width: 640px) {
    .page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox .input-wrapper .text-to-copy {
        font-size:1rem;
        flex-grow: 1
    }
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox .input-wrapper .copyButton {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox .input-wrapper .copyButton img {
    position: relative;
    width: 1rem;
    height: 1rem;
    max-width: 100%
}

@media screen and (max-width: 640px) {
    .page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox .input-wrapper .copyButton img {
        width:2rem;
        height: 2rem
    }
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .accountNumberWrapper #accountNumber.account .accountsBox .input-wrapper .copyButton:hover {
    cursor: pointer;
    background-color: #dfdfdf;
    transition: background-color .3s ease-in
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper input[type=checkbox]+label {
    display: block;
    cursor: pointer;
    font-size: 1.2rem
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper input[type=checkbox]+label a {
    text-decoration: underline;
    color: #1a1a1a
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper input[type=checkbox] {
    display: none
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper input[type=checkbox]+label:before {
    content: "✔";
    border: 1px solid #000;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 0;
    padding-top: 0;
    margin-right: 1rem;
    vertical-align: middle;
    color: transparent;
    transition: .2s
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper input[type=checkbox]:checked+label:before {
    background-color: #37b19e;
    border-color: #37b19e;
    color: #fff;
    font-size: 1rem
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .finishRezervation {
    width: 50rem;
    max-width: 100%;
    margin: 2rem auto;
    background-color: #3eb4a1;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1.5rem 4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    transition: .5s all
}

.page-section-rezervation-container .personal-info-container .complete-rezervation-wrapper .finishRezervation:disabled {
    background-color: #747373
}

@media screen and (max-width: 1024px) {
    .page-section-rezervation-container {
        margin:3rem auto 0 auto
    }

    .page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container {
        width: 100%;
        margin-bottom: 1em
    }

    .page-section-rezervation-container .room-selection-container .top-room-seelction-bar .rezervation-room-selection-form .input-container.top-margin {
        margin-top: 0
    }
}

.page-section-rezervation {
    width: 100rem;
    max-width: 90%;
    margin: 6rem auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width: 1440px) {
    .page-section-rezervation {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .page-section-rezervation {
        margin:3rem auto 0 auto
    }
}

.page-section-rezervation .rezervation-search-box {
    background: #282a29;
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 100%!important;
    margin: 0 auto
}

.page-section-rezervation .rezervation-search-box .rezervation-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.page-section-rezervation .rezervation-search-box .rezervation-form p {
    margin-bottom: 0!important
}

.page-section-rezervation .rezervation-search-box .rezervation-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #fff;
    display: block!important;
    width: 60%;
    text-align: center!important
}

.page-section-rezervation .rezervation-search-box .rezervation-form div.wpcf7-mail-sent-ng {
    border: 2px solid red;
    color: #fff;
    display: block!important;
    width: 60%;
    text-align: center!important
}

.page-section-rezervation .rezervation-search-box .rezervation-form div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
    color: #fff;
    display: block!important;
    width: 60%;
    text-align: center!important
}

.page-section-rezervation .rezervation-search-box .rezervation-form div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: #fff;
    display: block!important;
    width: 60%;
    text-align: center!important
}

.page-section-rezervation .rezervation-search-box .rezervation-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/svg/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 8%;
    background-color: #282a29;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: .5rem 0;
    margin: 1rem 0;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    min-width: 18%;
    max-width: 18%
}

.page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper {
    display: flex;
    justify-content: space-between;
    width: 40%
}

.page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #282a29;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    font-size: 1rem;
    padding: .5rem 0;
    margin: 1rem 0;
    min-width: 48%;
    max-width: 48%
}

.page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC42OTYgMjkuNDM2Ij48ZyBpZD0iR3JvdXBfNTQwIiBkYXRhLW5hbWU9Ikdyb3VwIDU0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuNSAxNS42KSI+PHBhdGggaWQ9IlBhdGhfNzIiIGRhdGEtbmFtZT0iUGF0aCA3MiIgZD0iTTIuNSwzNS41VjUyLjc4N2EyLjEsMi4xLDAsMCwwLDIuMSwyLjFIMzEuMWEyLjEsMi4xLDAsMCwwLDIuMS0yLjFWMzUuNVptOS43MjYsMTQuNDExYS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDguMTU0YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi4zOTFabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIOC4xNTRhLjY4Mi42ODIsMCwwLDEtLjY3OS0uNjc5VjQwLjUwOGEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi40MjNabTcuOTgxLDYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDcuNTJhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5SDE5LjU2YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5djIuMzkxWm0wLTYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDAuNTA4YS42ODIuNjgyLDAsMCwxLC42NzktLjY3OUgxOS41NmEuNjgyLjY4MiwwLDAsMSwuNjc5LjY3OXYyLjQyM1ptOC4wMTMsNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42NzlabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0MC41MDhhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5aDMuNDI1YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4IC00MS4wNTEpIiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPjxwYXRoIGlkPSJQYXRoXzczIiBkYXRhLW5hbWU9IlBhdGggNzMiIGQ9Ik0zMy4yLDkuMjQ3YTIuMSwyLjEsMCwwLDAtMi4xLTIuMUgyOS41NDV2LS45YTEuODQyLDEuODQyLDAsMSwwLTMuNjgzLDB2LjlIOS44MzV2LS45QTEuODQxLDEuODQxLDAsMCwwLDcuOTkzLDQuNCwxLjgyMSwxLjgyMSwwLDAsMCw2LjE1MSw2LjI0MnYuOUg0LjZhMi4xLDIuMSwwLDAsMC0yLjEsMi4xdjMuMzkzSDMzLjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDggLTIwKSIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiLz48L2c+PC9zdmc+);
    width: 1.5rem;
    height: 1.5rem
}

.page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC42OTYgMjkuNDM2Ij48ZyBpZD0iR3JvdXBfNTQwIiBkYXRhLW5hbWU9Ikdyb3VwIDU0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuNSAxNS42KSI+PHBhdGggaWQ9IlBhdGhfNzIiIGRhdGEtbmFtZT0iUGF0aCA3MiIgZD0iTTIuNSwzNS41VjUyLjc4N2EyLjEsMi4xLDAsMCwwLDIuMSwyLjFIMzEuMWEyLjEsMi4xLDAsMCwwLDIuMS0yLjFWMzUuNVptOS43MjYsMTQuNDExYS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDguMTU0YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi4zOTFabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIOC4xNTRhLjY4Mi42ODIsMCwwLDEtLjY3OS0uNjc5VjQwLjUwOGEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42Nzl2Mi40MjNabTcuOTgxLDYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDcuNTJhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5SDE5LjU2YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5djIuMzkxWm0wLTYuOTc5YS42ODIuNjgyLDAsMCwxLS42NzkuNjc5SDE2LjEzNWEuNjgyLjY4MiwwLDAsMS0uNjc5LS42NzlWNDAuNTA4YS42ODIuNjgyLDAsMCwxLC42NzktLjY3OUgxOS41NmEuNjgyLjY4MiwwLDAsMSwuNjc5LjY3OXYyLjQyM1ptOC4wMTMsNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0Ny41MmEuNjgyLjY4MiwwLDAsMSwuNjc5LS42NzloMy40MjVhLjY4Mi42ODIsMCwwLDEsLjY3OS42NzlabTAtNi45NzlhLjY4Mi42ODIsMCwwLDEtLjY3OS42NzlIMjQuMTE2YS42ODIuNjgyLDAsMCwxLS42NzktLjY3OVY0MC41MDhhLjY4Mi42ODIsMCwwLDEsLjY3OS0uNjc5aDMuNDI1YS42ODIuNjgyLDAsMCwxLC42NzkuNjc5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4IC00MS4wNTEpIiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIvPjxwYXRoIGlkPSJQYXRoXzczIiBkYXRhLW5hbWU9IlBhdGggNzMiIGQ9Ik0zMy4yLDkuMjQ3YTIuMSwyLjEsMCwwLDAtMi4xLTIuMUgyOS41NDV2LS45YTEuODQyLDEuODQyLDAsMSwwLTMuNjgzLDB2LjlIOS44MzV2LS45QTEuODQxLDEuODQxLDAsMCwwLDcuOTkzLDQuNCwxLjgyMSwxLjgyMSwwLDAsMCw2LjE1MSw2LjI0MnYuOUg0LjZhMi4xLDIuMSwwLDAsMC0yLjEsMi4xdjMuMzkzSDMzLjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDggLTIwKSIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 8%;
    background-color: #282a29;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    font-size: 1rem;
    padding: .5rem 0;
    color: #fff;
    margin: 1rem 0;
    min-width: 48%;
    max-width: 48%
}

.page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="text"]::placeholder {
    color: #fff;
    opacity: 1
}

.page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="text"]:-ms-input-placeholder {
    color: #fff
}

.page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="text"]::-ms-input-placeholder {
    color: #fff
}

.page-section-rezervation .rezervation-search-box .rezervation-form input[type="submit"] {
    background: #37b19e;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: .8rem 2.5rem;
    font-size: 1rem;
    transition: .3s all;
    min-width: 18%;
    max-width: 18%
}

.page-section-rezervation .rezervation-search-box .rezervation-form input[type="submit"]:hover {
    background: #46c6b2
}

.page-section-rezervation .rezervation-search-box .rezervation-form input[type="button"] {
    background: #37b19e;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: .8rem 2.5rem;
    font-size: 1rem;
    transition: .3s all;
    min-width: 18%;
    max-width: 18%
}

.page-section-rezervation .rezervation-search-box .rezervation-form input[type="button"]:hover {
    background: #46c6b2
}

.page-section-rezervation .rezervation-search-box .rezervation-form .submit-button {
    background: #37b19e;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    padding: .8rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    transition: .3s all;
    min-width: 18%;
    max-width: 18%
}

.page-section-rezervation .rezervation-search-box .rezervation-form .submit-button:hover {
    background: #46c6b2
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container {
    position: relative;
    min-width: 18%;
    max-width: 18%
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1.5rem;
    opacity: 0;
    background-color: #fff;
    z-index: 300;
    transition: .2s all;
    min-width: 18rem;
    max-width: 90%;
    padding: 1rem
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .arrow-up {
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: none;
    border-left: none;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: #fff
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box:nth-of-type(2) {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .room-count-label {
    font-size: 1rem
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input {
    display: flex;
    align-items: center
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .minus,.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .plus {
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    padding: .5rem;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .counter-input {
    padding: 0;
    margin: 0 .5rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    max-width: 3rem;
    outline: none;
    -webkit-appearance: none;
    border: none;
    pointer-events: none;
    color: #000
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-button {
    padding: .5rem 0;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #fff;
    cursor: pointer!important;
    overflow: hidden;
    outline: none;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    background-image: url(images/svg/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 7%
}

.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container:hover .rooms-guests-submenu {
    opacity: 1!important;
    top: 1rem
}

@media screen and (max-width: 1024px) {
    .page-section-rezervation .rezervation-search-box {
        padding:2rem 1.5rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form {
        flex-wrap: wrap
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form select {
        font-size: 1rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form select {
        font-size: 1rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="date"] {
        font-size: 1rem;
        margin-right: 1rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="text"] {
        font-size: 1rem;
        margin-right: 1rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form input[type="submit"] {
        font-size: 1rem;
        padding: .5rem 1.5rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form input[type="button"] {
        font-size: 1rem;
        padding: .5rem 1.5rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .submit-button {
        font-size: 1rem;
        padding: .5rem 1.5rem
    }
}

@media screen and (max-width: 768px) {
    .page-section-rezervation .rezervation-search-box .rezervation-form {
        flex-direction:column
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form span.wpcf7-not-valid-tip {
        font-size: 1.375rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form div.wpcf7-mail-sent-ok {
        font-size: 1.375rem;
        width: 100%!important
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form div.wpcf7-mail-sent-ng {
        font-size: 1.375rem;
        width: 100%!important
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form div.wpcf7-spam-blocked {
        font-size: 1.375rem;
        width: 100%!important
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form div.wpcf7-validation-errors {
        font-size: 1.375rem;
        width: 100%!important
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form p {
        width: 100%!important
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper {
        flex-direction: column;
        width: 100%;
        margin-top: 1rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form select {
        width: 100%;
        max-width: 100%;
        background-size: 7%;
        font-size: 1.375rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper {
        width: 100%!important;
        margin-top: 0
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="date"] {
        width: 100%;
        max-width: 100%;
        font-size: 1.375rem;
        background-size: 5%
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
        width: 1.5rem!important;
        height: 1.5rem!important
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .date-input-wrapper input[type="text"] {
        width: 100%;
        max-width: 100%;
        background-size: 5%;
        font-size: 1.375rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .submit-button {
        width: 100%;
        max-width: 100%;
        margin-top: 1rem;
        font-size: 1.375rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container {
        max-width: 100%;
        width: 100%;
        margin: 1rem 0
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu {
        width: 110%;
        max-width: 100%;
        height: 0!important;
        margin-top: 2rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .room-count-label {
        font-size: 1.375rem;
        font-weight: 700
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .minus,.page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .plus {
        width: 3rem;
        height: 3rem;
        font-weight: 700;
        font-size: 1.375rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-submenu .number-picker-box .number-picker-input .counter-input {
        font-size: 1.375;
        font-weight: 700
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container .rooms-guests-button {
        font-size: 1.375rem
    }

    .page-section-rezervation .rezervation-search-box .rezervation-form .rooms-guests-container:hover .rooms-guests-submenu {
        opacity: 1!important;
        height: auto!important
    }
}

.page-section-rezervation .room-request-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-top: 4rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    width: 38%
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-image-details {
    width: 100%;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 3rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-image-details>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    max-width: 100%
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-image-details>span:nth-of-type(1) {
    font-size: 1.5rem;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 25px #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-image-details>span:nth-of-type(2) {
    font-size: 2rem;
    font-weight: 700;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 25px #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information {
    background-color: #282a29;
    width: 100%;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 3rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>span:nth-of-type(1) {
    font-weight: 700;
    font-size: 1.375rem;
    color: #fff;
    margin-bottom: 2rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="text"] {
    width: 100%;
    padding: 1rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    appearance: none;
    border-radius: 0
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="text"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImthdG1hbl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAuNyAyOS40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMC43IDI5LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgaWQ9Ikdyb3VwXzU0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuNSAxNS42KSI+Cgk8cGF0aCBpZD0iUGF0aF83MiIgZD0iTS00NS41LTUuNnYxNy4zYzAsMS4yLDAuOSwyLjEsMi4xLDIuMWgyNi41YzEuMiwwLDIuMS0wLjksMi4xLTIuMVYtNS42SC00NS41eiBNLTM1LjgsOC45CgkJYzAsMC40LTAuMywwLjctMC43LDAuN2gtMy40Yy0wLjQsMC0wLjctMC4zLTAuNy0wLjdWNi41YzAtMC40LDAuMy0wLjcsMC43LTAuN2gzLjRjMC40LDAsMC43LDAuMywwLjcsMC43TC0zNS44LDguOUwtMzUuOCw4Ljl6CgkJIE0tMzUuOCwxLjljMCwwLjQtMC4zLDAuNy0wLjcsMC43aC0zLjRjLTAuNCwwLTAuNy0wLjMtMC43LTAuN3YtMi40YzAtMC40LDAuMy0wLjcsMC43LTAuN2gzLjRjMC40LDAsMC43LDAuMywwLjcsMC43TC0zNS44LDEuOQoJCUwtMzUuOCwxLjl6IE0tMjcuOCw4LjljMCwwLjQtMC4zLDAuNy0wLjcsMC43aC0zLjRjLTAuNCwwLTAuNy0wLjMtMC43LTAuN1Y2LjVjMC0wLjQsMC4zLTAuNywwLjctMC43aDMuNGMwLjQsMCwwLjcsMC4zLDAuNywwLjcKCQlMLTI3LjgsOC45TC0yNy44LDguOXogTS0yNy44LDEuOWMwLDAuNC0wLjMsMC43LTAuNywwLjdoLTMuNGMtMC40LDAtMC43LTAuMy0wLjctMC43di0yLjRjMC0wLjQsMC4zLTAuNywwLjctMC43aDMuNAoJCWMwLjQsMCwwLjcsMC4zLDAuNywwLjdMLTI3LjgsMS45TC0yNy44LDEuOXogTS0xOS44LDguOWMwLDAuNC0wLjMsMC43LTAuNywwLjdoLTMuNGMtMC40LDAtMC43LTAuMy0wLjctMC43VjYuNQoJCWMwLTAuNCwwLjMtMC43LDAuNy0wLjdoMy40YzAuNCwwLDAuNywwLjMsMC43LDAuN0wtMTkuOCw4Ljl6IE0tMTkuOCwxLjljMCwwLjQtMC4zLDAuNy0wLjcsMC43aC0zLjRjLTAuNCwwLTAuNy0wLjMtMC43LTAuN3YtMi40CgkJYzAtMC40LDAuMy0wLjcsMC43LTAuN2gzLjRjMC40LDAsMC43LDAuMywwLjcsMC43TC0xOS44LDEuOXoiLz4KCTxwYXRoIGlkPSJQYXRoXzczIiBkPSJNLTE0LjgtMTAuOGMwLTEuMi0wLjktMi4xLTIuMS0yLjFsMCwwaC0xLjZ2LTAuOWMwLTEtMC44LTEuOS0xLjgtMS45cy0xLjksMC44LTEuOSwxLjhjMCwwLDAsMC4xLDAsMC4xdjAuOQoJCWgtMTZ2LTAuOWMwLTEtMC44LTEuOC0xLjgtMS44YzAsMCwwLDAsMCwwYy0xLDAtMS44LDAuOC0xLjgsMS44YzAsMCwwLDAsMCwwdjAuOWgtMS42Yy0xLjIsMC0yLjEsMC45LTIuMSwyLjFjMCwwLDAsMCwwLDB2My40CgkJaDMwLjdWLTEwLjh6Ii8+CjwvZz4KPC9zdmc+Cg==);
    width: 1.5rem;
    height: 1.5rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="text"]::placeholder {
    color: #000;
    opacity: 1
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="text"]:-ms-input-placeholder {
    color: #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="text"]::-ms-input-placeholder {
    color: #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="date"] {
    width: 100%;
    padding: 1rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0;
    appearance: none
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImthdG1hbl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAuNyAyOS40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMC43IDI5LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgaWQ9Ikdyb3VwXzU0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUuNSAxNS42KSI+Cgk8cGF0aCBpZD0iUGF0aF83MiIgZD0iTS00NS41LTUuNnYxNy4zYzAsMS4yLDAuOSwyLjEsMi4xLDIuMWgyNi41YzEuMiwwLDIuMS0wLjksMi4xLTIuMVYtNS42SC00NS41eiBNLTM1LjgsOC45CgkJYzAsMC40LTAuMywwLjctMC43LDAuN2gtMy40Yy0wLjQsMC0wLjctMC4zLTAuNy0wLjdWNi41YzAtMC40LDAuMy0wLjcsMC43LTAuN2gzLjRjMC40LDAsMC43LDAuMywwLjcsMC43TC0zNS44LDguOUwtMzUuOCw4Ljl6CgkJIE0tMzUuOCwxLjljMCwwLjQtMC4zLDAuNy0wLjcsMC43aC0zLjRjLTAuNCwwLTAuNy0wLjMtMC43LTAuN3YtMi40YzAtMC40LDAuMy0wLjcsMC43LTAuN2gzLjRjMC40LDAsMC43LDAuMywwLjcsMC43TC0zNS44LDEuOQoJCUwtMzUuOCwxLjl6IE0tMjcuOCw4LjljMCwwLjQtMC4zLDAuNy0wLjcsMC43aC0zLjRjLTAuNCwwLTAuNy0wLjMtMC43LTAuN1Y2LjVjMC0wLjQsMC4zLTAuNywwLjctMC43aDMuNGMwLjQsMCwwLjcsMC4zLDAuNywwLjcKCQlMLTI3LjgsOC45TC0yNy44LDguOXogTS0yNy44LDEuOWMwLDAuNC0wLjMsMC43LTAuNywwLjdoLTMuNGMtMC40LDAtMC43LTAuMy0wLjctMC43di0yLjRjMC0wLjQsMC4zLTAuNywwLjctMC43aDMuNAoJCWMwLjQsMCwwLjcsMC4zLDAuNywwLjdMLTI3LjgsMS45TC0yNy44LDEuOXogTS0xOS44LDguOWMwLDAuNC0wLjMsMC43LTAuNywwLjdoLTMuNGMtMC40LDAtMC43LTAuMy0wLjctMC43VjYuNQoJCWMwLTAuNCwwLjMtMC43LDAuNy0wLjdoMy40YzAuNCwwLDAuNywwLjMsMC43LDAuN0wtMTkuOCw4Ljl6IE0tMTkuOCwxLjljMCwwLjQtMC4zLDAuNy0wLjcsMC43aC0zLjRjLTAuNCwwLTAuNy0wLjMtMC43LTAuN3YtMi40CgkJYzAtMC40LDAuMy0wLjcsMC43LTAuN2gzLjRjMC40LDAsMC43LDAuMywwLjcsMC43TC0xOS44LDEuOXoiLz4KCTxwYXRoIGlkPSJQYXRoXzczIiBkPSJNLTE0LjgtMTAuOGMwLTEuMi0wLjktMi4xLTIuMS0yLjFsMCwwaC0xLjZ2LTAuOWMwLTEtMC44LTEuOS0xLjgtMS45cy0xLjksMC44LTEuOSwxLjhjMCwwLDAsMC4xLDAsMC4xdjAuOQoJCWgtMTZ2LTAuOWMwLTEtMC44LTEuOC0xLjgtMS44YzAsMCwwLDAsMCwwYy0xLDAtMS44LDAuOC0xLjgsMS44YzAsMCwwLDAsMCwwdjAuOWgtMS42Yy0xLjIsMC0yLjEsMC45LTIuMSwyLjFjMCwwLDAsMCwwLDB2My40CgkJaDMwLjdWLTEwLjh6Ii8+CjwvZz4KPC9zdmc+Cg==);
    width: 1.5rem;
    height: 1.5rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information .person-per-room {
    font-size: 1.375rem;
    color: #fff;
    margin-top: 1rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) {
    width: 58%
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo {
    width: 100%;
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo p {
    width: 100%
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo p span.wpcf7-list-item {
    margin: 0!important
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #000;
    display: block!important;
    width: 100%;
    text-align: center!important
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo div.wpcf7-mail-sent-ng {
    border: 2px solid red;
    color: #000;
    display: block!important;
    width: 100%;
    text-align: center!important
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
    color: #000;
    display: block!important;
    width: 100%;
    text-align: center!important
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: #000;
    display: block!important;
    width: 100%;
    text-align: center!important
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="text"],.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="number"],.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="email"] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    margin-bottom: 1.5rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="text"]::placeholder,.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="number"]::placeholder,.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="email"]::placeholder {
    color: #000;
    opacity: 1
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="text"]:-ms-input-placeholder,.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="number"]:-ms-input-placeholder,.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="email"]:-ms-input-placeholder {
    color: #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="text"]::-ms-input-placeholder,.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="number"]::-ms-input-placeholder,.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="email"]::-ms-input-placeholder {
    color: #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo textarea {
    height: 20rem;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 0
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo textarea::placeholder {
    color: #000;
    opacity: 1
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo textarea:-ms-input-placeholder {
    color: #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo textarea::-ms-input-placeholder {
    color: #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]+label {
    display: block;
    cursor: pointer;
    font-size: 1.5rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox] {
    display: none
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]+label:before {
    content: "✔";
    border: 1px solid #000;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding-left: .8rem;
    padding-top: .3rem;
    margin-right: 1rem;
    vertical-align: middle;
    color: transparent;
    transition: .2s
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]:checked+label:before {
    background-color: #37b19e;
    border-color: #37b19e;
    color: #fff;
    font-size: 1.5rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="submit"] {
    padding: 1rem 2.5rem;
    background: #282a29;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    transition: .3s all;
    border: 2px solid #282a29
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="submit"]:hover {
    background-color: #fff;
    color: #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="button"] {
    padding: 1rem 2.5rem;
    background: #282a29;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    transition: .3s all;
    border: 2px solid #282a29
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="button"]:hover {
    background-color: #fff;
    color: #000
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input.acceptance-checkbox+span {
    display: block;
    cursor: pointer;
    font-size: 1.5rem
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input.acceptance-checkbox {
    display: none!important
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input.acceptance-checkbox+span:before {
    content: "✔";
    border: 1px solid #000;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    padding-left: .6rem;
    padding-top: 0;
    margin-right: 1rem;
    vertical-align: middle;
    color: transparent;
    transition: .2s
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input.acceptance-checkbox+span:active:before {
    transform: scale(0)
}

.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input.acceptance-checkbox:checked+span:before {
    background-color: #37b19e;
    border-color: #37b19e;
    color: #fff;
    font-size: 1.5rem
}

@media screen and (max-width: 1024px) {
    .page-section-rezervation .room-request-container {
        margin-top:3rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(1) .room-image-details {
        width: 100%;
        height: 20rem;
        justify-content: center;
        margin-top: 3rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information {
        padding: 1.5rem;
        height: 20rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information span:nth-of-type(1) {
        margin-top: 1rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="text"] {
        padding: .5rem;
        font-size: 1.375rem;
        margin-bottom: .5rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information>form input[type="date"] {
        padding: .5rem;
        font-size: 1.375rem;
        margin-bottom: .5rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information .person-per-room {
        font-size: 1.375rem;
        margin-top: .5rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo {
        height: 30rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="text"],.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="number"],.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="email"] {
        padding: .6rem .5rem;
        font-size: 1rem;
        margin-bottom: .6rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo textarea {
        height: 13rem;
        padding: .6rem .5rem;
        font-size: 1rem;
        margin-bottom: .6rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]+label {
        font-size: 1rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]+label:before {
        width: 1.5rem;
        height: 1.5rem;
        padding-left: .25rem;
        padding-top: 0;
        margin-right: .5rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]:checked+label:before {
        font-size: 1rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="submit"] {
        padding: .7rem 1.8rem;
        font-size: 1rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="button"] {
        padding: .7rem 1.8rem;
        font-size: 1rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-rezervation .room-request-container {
        flex-direction:column;
        order: 3;
        margin-top: 0
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(1) {
        width: 100%
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(1) .room-request-information {
        height: auto;
        justify-content: flex-start;
        padding-bottom: 1.7rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) {
        width: 100%;
        margin-top: 3rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="text"],.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="number"],.page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="email"] {
        padding: .3rem .5rem;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.375rem;
        border-radius: 0
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo textarea {
        height: 8rem;
        padding: .3rem .5rem;
        width: 100%;
        font-size: 1.375rem;
        margin-right: auto;
        margin-left: auto;
        border-radius: 0
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="submit"] {
        padding: .3rem 1rem;
        font-size: 1.25rem;
        margin: 1rem 0!important;
        background-color: #000;
        color: #fff
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="button"] {
        padding: .3rem 1rem;
        font-size: 1.25rem;
        margin: 1rem 0!important;
        background-color: #000;
        color: #fff
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]+label {
        color: #000;
        font-size: .9rem;
        width: 90%
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]+label:before {
        border: 1px solid #000
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type=checkbox]:checked+label:before {
        font-size: .9rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="submit"] {
        margin: 1rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input[type="button"] {
        margin: 1rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input.acceptance-checkbox+span {
        font-size: 1.25rem
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input.acceptance-checkbox+span:before {
        width: 2rem;
        height: 2rem;
        padding-left: .3rem;
        padding-top: 0
    }

    .page-section-rezervation .room-request-container>div:nth-of-type(2) #customerInfo input.acceptance-checkbox:checked+span:before {
        font-size: 1.25rem
    }
}

.page-section-rezervation .room-options-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 4rem auto 6rem auto
}

.page-section-rezervation .room-options-container .options-image-wrapper {
    display: flex;
    width: 38%
}

.page-section-rezervation .room-options-container .options-image-wrapper .options-image {
    width: 50%;
    height: 20rem
}

.page-section-rezervation .room-options-container .options-image-wrapper .options-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%
}

.page-section-rezervation .room-options-container .options-image-wrapper .options-text {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282a29
}

.page-section-rezervation .room-options-container .options-image-wrapper .options-text span {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.page-section-rezervation .room-options-container .options-checkbox-wrapper {
    width: 58%;
    padding: 1rem;
    border: 1px solid #000
}

.page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    width: 33%
}

.page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox] {
    display: none
}

.page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]+label:before {
    content: "✔";
    border: 1px solid #000;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding-left: .8rem;
    padding-top: .3rem;
    margin-right: 1rem;
    vertical-align: middle;
    color: transparent;
    transition: .2s
}

.page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]:checked+label:before {
    background-color: #37b19e;
    border-color: #37b19e;
    color: #fff;
    font-size: 1.5rem
}

@media screen and (max-width: 1024px) {
    .page-section-rezervation .room-options-container {
        margin:3rem auto
    }

    .page-section-rezervation .room-options-container .options-image-wrapper .options-image {
        display: none
    }

    .page-section-rezervation .room-options-container .options-image-wrapper .options-text {
        width: 100%
    }

    .page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]+label {
        width: 50%;
        font-size: .9rem
    }

    .page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]+label:before {
        width: 1.8rem;
        height: 1.8rem;
        padding-left: .4rem;
        padding-top: .2rem;
        margin-right: .5rem
    }

    .page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]:checked+label:before {
        font-size: .9rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-rezervation .room-options-container {
        flex-direction:column;
        margin: 0 auto 3rem auto;
        order: 3
    }

    .page-section-rezervation .room-options-container .options-image-wrapper {
        width: 100%;
        height: 4rem
    }

    .page-section-rezervation .room-options-container .options-image-wrapper .options-text {
        width: 100%;
        background: #fff;
        justify-content: flex-start
    }

    .page-section-rezervation .room-options-container .options-image-wrapper .options-text span {
        font-size: 1.25rem;
        color: #000
    }

    .page-section-rezervation .room-options-container .options-image-wrapper .options-text span br {
        display: none
    }

    .page-section-rezervation .room-options-container .options-checkbox-wrapper {
        width: 100%;
        padding: 1rem
    }

    .page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]+label {
        font-size: 1.2rem
    }

    .page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]+label:before {
        width: 2rem;
        height: 2rem;
        padding-left: .3rem;
        padding-top: 0;
        margin-right: .5rem
    }

    .page-section-rezervation .room-options-container .options-checkbox-wrapper>#roomOptions input[type=checkbox]:checked+label:before {
        font-size: 1.25rem
    }
}

.page-section-services {
    margin: 3rem auto 6rem auto;
    width: 100rem;
    max-width: 90%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.page-section-services>h2 {
    font-weight: 700;
    text-align: center;
    width: 100%
}

.page-section-services>p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1.5em
}

.page-section-services .service-box {
    width: 31%;
    min-height: 47rem;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    margin-top: 3rem
}

.page-section-services .service-box .service-image {
    width: 100%;
    height: 23rem;
    position: relative
}

.page-section-services .service-box .service-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    height: 100%;
    width: 100%
}

.page-section-services .service-box .service-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1
}

.page-section-services .service-box .service-details span {
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    margin-top: 2.5rem;
    padding-top: 1.2rem;
    font-weight: 700
}

.page-section-services .service-box .service-details span::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 15%;
    content: '';
    background: #000
}

.page-section-services .service-box .service-details p {
    font-size: 1.25rem;
    text-align: center;
    padding: 0 1rem;
    width: 80%;
    max-width: 100%;
    margin: 2rem auto
}

.page-section-services .service-box .service-details a {
    text-decoration: none;
    color: #434343;
    border: 1px solid #000;
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem 2.2rem;
    transition: .3s all ease-out
}

.page-section-services .service-box .service-details a:hover {
    background-color: #000;
    color: #fff
}

@media screen and (max-width: 1440px) {
    .page-section-services {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .page-section-services .service-box {
        width:48%;
        min-height: 46rem
    }

    .page-section-services .service-box .service-image {
        height: 16rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-services {
        margin:4rem auto 4rem auto;
        justify-content: space-between
    }

    .page-section-services>p {
        font-size: 1.4rem
    }

    .page-section-services .service-box {
        min-height: 32rem;
        margin-left: 0;
        width: 45%
    }

    .page-section-services .service-box .service-image {
        height: 10rem
    }

    .page-section-services .service-box .service-details span {
        font-size: 1.375rem;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .page-section-services .service-box .service-details p {
        font-size: 1.25rem;
        margin: .5rem auto;
        padding: 0;
        width: 100%
    }

    .page-section-services .service-box .service-details a {
        font-size: 1.25rem;
        font-weight: 700;
        padding: .5rem 1.2rem
    }
}

.page-section-locations {
    margin: 3rem auto 7rem auto;
    width: 70rem;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page-section-locations .map-location-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page-section-locations .map-location-container>h2 {
    font-weight: 700;
    text-align: center
}

.page-section-locations .map-location-container>p {
    font-size: 1.2rem;
    margin-top: 1.5em;
    text-align: center
}

.page-section-locations .map-location-container .map-box {
    padding-top: 8rem;
    width: 100%;
    display: flex
}

.page-section-locations .map-location-container .map-box .map-image {
    width: 50%;
    height: 30rem;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.page-section-locations .map-location-container .map-box .map-image .otel-location-marker {
    background-image: url(images/svg/nish-otel-marker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem
}

@media screen and (max-width: 1024px) {
    .page-section-locations .map-location-container .map-box .map-image .otel-location-marker {
        width:4rem;
        height: 4rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-locations .map-location-container .map-box .map-image .otel-location-marker {
        width:3rem;
        height: 3rem
    }
}

.page-section-locations .map-location-container .map-box .location-info {
    width: 50%;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.page-section-locations .map-location-container .map-box .location-info ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.page-section-locations .map-location-container .map-box .location-info ul li {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items: flex-start
}

.page-section-locations .map-location-container .map-box .location-info ul li:nth-child(odd) {
    background: #e8e8e8
}

.page-section-locations .map-location-container .map-box .location-info ul li:nth-child(1) {
    background: #282a29;
    width: 100%;
    padding: 1.5rem
}

.page-section-locations .map-location-container .map-box .location-info ul li:nth-child(1) h4 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff
}

.page-section-locations .map-location-container .map-box .location-info ul li:nth-child(1) h4 span {
    color: #37b19e
}

.page-section-locations .map-location-container .map-box .location-info ul li:nth-child(2) {
    flex-grow: 1
}

.page-section-locations .map-location-container .map-box .location-info ul li>div {
    width: 100%;
    display: flex
}

.page-section-locations .map-location-container .map-box .location-info ul li>div span:nth-of-type(1) {
    font-size: 1.25rem;
    margin-right: 2rem;
    min-width: 8rem
}

.page-section-locations .map-location-container .map-box .location-info ul li>div span:nth-of-type(2) {
    font-weight: 600;
    font-size: 1.25rem
}

.page-section-locations .map-location-container .map-box .location-info ul li>div address {
    display: inline-block;
    width: 80%;
    font-size: 1.25rem;
    font-weight: 600
}

.page-section-locations .map-location-container .map-box .location-info ul li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-75%);
    text-align: center;
    text-decoration: underline
}

.page-section-locations .contact-form {
    width: 100%;
    margin-top: 6rem;
    display: flex;
    justify-content: space-between
}

.page-section-locations .contact-form .contact-image {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-section-locations .contact-form .contact-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center
}

.page-section-locations .contact-form .contact-image span:nth-of-type(1) {
    font-size: 1rem;
    z-index: 1;
    color: #fff;
    display: none
}

.page-section-locations .contact-form .contact-image span:nth-of-type(2) {
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    z-index: 1;
    color: #fff;
    display: none
}

.page-section-locations .contact-form .contact-form-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4%;
    background: #a9aaa9
}

.page-section-locations .contact-form .contact-form-container>div>span:nth-of-type(1) {
    font-size: 1.5rem;
    color: #fff
}

.page-section-locations .contact-form .contact-form-container>div>span:nth-of-type(2) {
    font-size: 1.7rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
    color: #fff
}

.page-section-locations .contact-form .contact-form-container>p {
    color: #fff
}

.page-section-locations .contact-form .contact-form-container #contactForm {
    width: 100%;
    display: flex
}

.page-section-locations .contact-form .contact-form-container #contactForm div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    display: block!important;
    width: 100%;
    text-align: center!important;
    margin: .5rem 0
}

.page-section-locations .contact-form .contact-form-container #contactForm div.wpcf7-mail-sent-ng {
    border: 2px solid red;
    display: block!important;
    width: 100%;
    text-align: center!important;
    margin: .5rem 0
}

.page-section-locations .contact-form .contact-form-container #contactForm div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
    display: block!important;
    width: 100%;
    text-align: center!important;
    margin: .5rem 0
}

.page-section-locations .contact-form .contact-form-container #contactForm div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: block!important;
    width: 100%;
    text-align: center!important;
    margin: .5rem 0
}

.page-section-locations .contact-form .contact-form-container #contactForm>p {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.page-section-locations .contact-form .contact-form-container #contactForm>p input[type="text"] {
    width: 100%;
    margin-top: .6rem;
    padding: .3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    outline: none;
    font-size: 1.1rem;
    transition: .3s all
}

.page-section-locations .contact-form .contact-form-container #contactForm>p input[type="text"]:focus {
    padding: .5rem .75rem
}

.page-section-locations .contact-form .contact-form-container #contactForm>p input[type="email"] {
    width: 100%;
    margin-top: .6rem;
    padding: .3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    outline: none;
    font-size: 1.1rem;
    transition: .3s all
}

.page-section-locations .contact-form .contact-form-container #contactForm>p input[type="email"]:focus {
    padding: .5rem .75rem
}

.page-section-locations .contact-form .contact-form-container #contactForm>p textarea {
    width: 100%;
    max-height: 7rem;
    margin-top: .6rem;
    padding: .3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    outline: none;
    font-size: 1.1rem;
    transition: .3s all
}

.page-section-locations .contact-form .contact-form-container #contactForm>p textarea:focus {
    padding: .5rem .75rem
}

.page-section-locations .contact-form .contact-form-container #contactForm>p input[type="submit"] {
    margin-top: .5rem;
    background: #37b19e;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    padding: .7rem 1.7rem;
    font-size: 1.25rem;
    font-weight: 700;
    align-self: flex-start;
    transition: .3s all;
    box-shadow: 0 0 20px -11px rgba(0,0,0,.75)
}

.page-section-locations .contact-form .contact-form-container #contactForm>p input[type="submit"]:hover {
    background: #46c6b2
}

.page-section-locations .contact-form .contact-form-container #contactForm>p input[type="button"] {
    margin-top: .5rem;
    background: #37b19e;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    padding: .7rem 1.7rem;
    font-size: 1.25rem;
    font-weight: 700;
    align-self: flex-start;
    transition: .3s all;
    box-shadow: 0 0 20px -11px rgba(0,0,0,.75)
}

.page-section-locations .contact-form .contact-form-container #contactForm>p input[type="button"]:hover {
    background: #46c6b2
}

.page-section-locations .contact-social-medias {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 4rem auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-section-locations .contact-social-medias>h3 {
    font-weight: 900
}

.page-section-locations .contact-social-medias>h3 span {
    color: #37b19e
}

.page-section-locations .contact-social-medias>div {
    width: 100%;
    height: 20rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between
}

.page-section-locations .contact-social-medias>div .social-media-box {
    text-decoration: none;
    position: relative;
    width: 30%;
    transition: .2s all;
    filter: grayscale(1)
}

.page-section-locations .contact-social-medias>div .social-media-box>img:nth-of-type(1) {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-section-locations .contact-social-medias>div .social-media-box>img:nth-of-type(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 10rem;
    transition: .3s all
}

.page-section-locations .contact-social-medias>div .social-media-box:hover {
    filter: grayscale(0)
}

.page-section-locations .contact-social-medias>div .social-media-box:hover>img:nth-of-type(2) {
    transform: translateX(2%)
}

.page-section-locations .contact-social-medias p {
    position: relative;
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: center
}

.page-section-locations .contact-social-medias p::after {
    position: absolute;
    content: '';
    width: 40%;
    height: 1px;
    background: #000;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 640px) {
    .page-section-locations {
        margin:4rem auto 4rem auto
    }

    .page-section-locations .map-location-container>p {
        font-size: 1.4rem
    }

    .page-section-locations .map-location-container .map-box {
        flex-direction: column
    }

    .page-section-locations .map-location-container .map-box .map-image {
        width: 100%;
        height: 15rem;
        order: 2;
        border-top: none;
        border-right: 1px solid #000
    }

    .page-section-locations .map-location-container .map-box .location-info {
        width: 100%;
        height: 30rem;
        border-bottom: none;
        border-left: 1px solid #000
    }

    .page-section-locations .map-location-container .map-box .location-info ul>li:nth-child(1) h4 {
        width: 100%;
        text-align: left;
        font-size: 1.8rem
    }

    .page-section-locations .map-location-container .map-box .location-info ul>li:nth-child(1) a {
        width: 100%;
        font-size: 1.375rem
    }

    .page-section-locations .map-location-container .map-box .location-info ul>li>div span:nth-of-type(1) {
        font-size: 1.375rem;
        margin-right: 1rem
    }

    .page-section-locations .map-location-container .map-box .location-info ul>li>div span:nth-of-type(2) {
        font-size: 1.375rem
    }

    .page-section-locations .map-location-container .map-box .location-info ul>li>div address {
        display: inline-block;
        width: 100%;
        font-size: 1.375rem
    }

    .page-section-locations .map-location-container .map-box .location-info ul>li a {
        align-self: center;
        font-size: 1.4rem;
        transform: translateX(-55%)
    }

    .page-section-locations .contact-form {
        margin: 4rem auto 0 auto;
        flex-direction: column
    }

    .page-section-locations .contact-form .contact-image {
        width: 100%;
        height: 16rem
    }

    .page-section-locations .contact-form .contact-form-container {
        width: 100%
    }

    .page-section-locations .contact-form .contact-form-container>div:nth-of-type(1) {
        margin-top: 2rem
    }

    .page-section-locations .contact-form .contact-form-container p {
        text-align: left;
        margin-top: 1rem;
        font-size: 1.25rem
    }

    .page-section-locations .contact-form .contact-form-container p br {
        display: none
    }

    .page-section-locations .contact-form .contact-form-container #contactForm>p input[type="submit"] {
        padding: .8rem 2.5rem;
        font-weight: 700;
        margin-top: 1rem
    }

    .page-section-locations .contact-form .contact-form-container #contactForm>p input[type="button"] {
        padding: .8rem 2.5rem;
        font-weight: 700;
        margin-top: 1rem
    }
}

@media screen and (max-width: 640px) and (max-width:640px) {
    .page-section-locations .contact-social-medias>div {
        height:12rem
    }

    .page-section-locations .contact-social-medias>div .social-media-box>img:nth-of-type(2) {
        max-width: 3rem
    }

    .page-section-locations .contact-social-medias p {
        font-size: 1.375rem
    }

    .page-section-locations .contact-social-medias p::after {
        display: none
    }
}

.page-section-blog {
    width: 100rem;
    max-width: 90%;
    margin: 4rem auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.page-section-blog .post-box {
    width: 31%;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
    box-shadow: 0 0 12px -5px rgba(0,0,0,.75);
    position: relative;
    min-height: 45rem
}

.page-section-blog .post-box .post-image-link {
    text-decoration: none;
    color: #000;
    height: 15rem;
    width: 100%
}

.page-section-blog .post-box .post-image-link .post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.page-section-blog .post-box>div>a {
    color: #000;
    text-decoration: none
}

.page-section-blog .post-box>div>a h2 {
    margin-top: 1rem;
    font-weight: 900;
    font-size: 1.5rem;
    padding-left: 1rem
}

.page-section-blog .post-box>div span:nth-of-type(1) {
    font-size: 1.25rem;
    padding-left: 1rem;
    display: block
}

.page-section-blog .post-box>div p {
    margin-top: 1rem;
    padding: 1rem
}

.page-section-blog .post-box>div .post-link {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-decoration: none;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: .7rem 2rem;
    font-weight: 700;
    transition: .3s all
}

.page-section-blog .post-box>div .post-link:hover {
    border: 2px solid #000;
    background: #fff;
    color: #000
}

.page-section-blog .post-box>div .post-sharing {
    display: flex;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem
}

.page-section-blog .post-box>div .post-sharing a {
    color: #000;
    margin-left: 1.5rem
}

.page-section-blog .post-box>div span:nth-of-type(2) {
    font-size: 1rem;
    padding-left: 1rem
}

@media screen and (max-width: 1440px) {
    .page-section-blog {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .page-section-blog .post-box {
        margin-left:0;
        width: 100%;
        box-shadow: 0 0 12px -5px rgba(0,0,0,.2)
    }

    .page-section-blog .post-box .post-image-link {
        height: 22rem
    }

    .page-section-blog .post-box>div>a h2 {
        font-size: 1.25rem
    }

    .page-section-blog .post-box>div p {
        margin-top: 0
    }

    .page-section-blog .post-box>div .post-link {
        padding: .45rem 1.8rem;
        font-weight: 700
    }
}

@media screen and (max-width: 640px) {
    .page-section-blog .post-box {
        flex-direction:row-reverse;
        min-height: initial;
        height: auto;
        box-shadow: none;
        justify-content: space-between
    }

    .page-section-blog .post-box:nth-of-type(1) {
        min-height: 27rem!important;
        flex-direction: column!important;
        padding-bottom: 2rem;
        box-shadow: 0 0 12px -5px rgba(0,0,0,.2)!important
    }

    .page-section-blog .post-box:nth-of-type(1) .post-image-link {
        height: 18rem!important;
        width: 100%!important
    }

    .page-section-blog .post-box:nth-of-type(1)>div {
        width: 100%!important
    }

    .page-section-blog .post-box:nth-of-type(1)>div>a h2 {
        font-size: 1.8rem;
        padding: 1rem!important;
        margin-top: 1rem!important
    }

    .page-section-blog .post-box:nth-of-type(1)>div p {
        display: block!important;
        margin-top: 0;
        padding: 1rem;
        font-size: 1.375rem
    }

    .page-section-blog .post-box:nth-of-type(1)>div span:nth-of-type(2) {
        font-size: 1.25rem;
        position: relative!important
    }

    .page-section-blog .post-box .post-image-link {
        height: 11rem;
        width: 40%
    }

    .page-section-blog .post-box>div {
        width: 60%;
        display: flex;
        flex-direction: column
    }

    .page-section-blog .post-box>div>a h2 {
        font-size: 1.8rem;
        padding: 0 1rem;
        margin-top: 0;
        word-break: break-word
    }

    .page-section-blog .post-box>div span:nth-of-type(1) {
        font-size: 1.5rem
    }

    .page-section-blog .post-box>div p {
        display: none
    }

    .page-section-blog .post-box>div .post-link {
        padding: .1rem .75em;
        font-weight: 600;
        font-size: .8rem;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .page-section-blog .post-box>div span:nth-of-type(2) {
        font-size: 1.25rem;
        position: absolute;
        bottom: 0
    }
}

.page-section-blog-post-content {
    margin: 4rem auto;
    width: 100rem;
    max-width: 90%;
    box-shadow: 0 0 10px -3px rgba(0,0,0,.2);
    background: #fff
}

.page-section-blog-post-content .post-content-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-section-blog-post-content .post-content-wrapper .post-top-banner-image {
    width: 100%;
    height: 33rem;
    object-fit: cover;
    object-position: center;
    max-width: 100%
}

.page-section-blog-post-content .post-content-wrapper .post-detail-middle-part {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between
}

.page-section-blog-post-content .post-content-wrapper .post-detail-middle-part>div>h1,.page-section-blog-post-content .post-content-wrapper .post-detail-middle-part>div h2 {
    font-weight: 900;
    font-size: 2rem
}

.page-section-blog-post-content .post-content-wrapper .post-detail-middle-part>div>span {
    font-size: 1.5rem
}

.page-section-blog-post-content .post-content-wrapper .post-main-content {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column
}

.page-section-blog-post-content .post-content-wrapper .post-main-content>p {
    width: 100%;
    margin-bottom: 1.5em!important
}

.page-section-blog-post-content .post-content-wrapper .post-main-content>p>img {
    max-width: 90%;
    width: 50em;
    display: block;
    margin: 2rem auto
}

.page-section-blog-post-content .post-content-wrapper .post-main-content>h3 {
    font-weight: 600!important;
    font-size: 1.5em!important;
    margin-bottom: .85em!important
}

.page-section-blog-post-content .post-content-wrapper .post-main-content>div {
    width: 100%
}

.page-section-blog-post-content .post-content-wrapper .post-main-content>div>img {
    max-width: 90%;
    width: 50em;
    display: block;
    margin: 2rem auto
}

.page-section-blog-post-content .post-content-wrapper .read-other-posts {
    font-size: 1.5rem;
    color: #37b19e;
    margin: 2rem 0;
    align-self: flex-start;
    text-decoration: none
}

.page-section-blog-post-content .post-content-wrapper .read-other-posts i {
    transition: .3s all
}

.page-section-blog-post-content .post-content-wrapper .read-other-posts:hover i {
    padding-left: .5rem
}

@media screen and (max-width: 1440px) {
    .page-section-blog-post-content {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .page-section-blog-post-content {
        margin:3rem auto
    }

    .page-section-blog-post-content .post-content-wrapper .post-top-banner-image {
        height: 20rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-detail-middle-part {
        margin-top: 2rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-detail-middle-part>div>span {
        font-size: 1.25rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-main-content {
        margin-top: 1rem
    }

    .page-section-blog-post-content .post-content-wrapper .read-other-posts {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-blog-post-content .post-content-wrapper {
        width:100%
    }

    .page-section-blog-post-content .post-content-wrapper .post-top-banner-image {
        height: 18rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-detail-middle-part {
        padding: 0 1rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-detail-middle-part>div>h1 {
        font-size: 1.8rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-detail-middle-part>div>span {
        font-size: 1.5rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-detail-middle-part span {
        font-size: 1.25rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-main-content {
        font-size: 1.375rem;
        padding: 0 1rem
    }

    .page-section-blog-post-content .post-content-wrapper .post-main-content>p {
        width: 100%
    }

    .page-section-blog-post-content .post-content-wrapper .post-main-content>h3 {
        font-weight: 700!important;
        font-size: 1.2em!important
    }

    .page-section-blog-post-content .post-content-wrapper .post-main-content>div {
        width: 100%
    }

    .page-section-blog-post-content .post-content-wrapper .read-other-posts {
        font-size: 1.25rem;
        margin-left: 1rem
    }
}

.other-posts-bar {
    margin: 4rem auto;
    width: 100rem;
    max-width: 90%;
    display: flex;
    justify-content: space-between
}

.other-posts-bar .side-bar-card {
    text-decoration: none;
    display: flex;
    color: #000;
    width: 48%;
    margin-bottom: 3rem;
    box-shadow: 0 0 12px -5px rgba(0,0,0,.35)
}

.other-posts-bar .side-bar-card>img {
    width: 50%;
    height: 100%;
    max-width: 100%;
    object-position: center;
    object-fit: cover
}

.other-posts-bar .side-bar-card>div span:nth-of-type(1) {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-left: 1rem
}

.other-posts-bar .side-bar-card>div span:nth-of-type(2) {
    display: block;
    font-size: 1rem;
    margin-top: .5rem;
    margin-left: 1rem
}

@media screen and (max-width: 1024px) {
    .other-posts-bar .side-bar-card>img {
        min-height:10rem
    }

    .other-posts-bar .side-bar-card>div span:nth-of-type(1) {
        font-size: 1rem
    }

    .other-posts-bar .side-bar-card>div span:nth-of-type(2) {
        font-size: .95rem
    }
}

@media screen and (max-width: 480px) {
    .other-posts-bar {
        flex-direction:column
    }

    .other-posts-bar .side-bar-card {
        width: 100%
    }
}

.page-section-feedback {
    position: relative;
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10%
}

.page-section-feedback .page-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.page-section-feedback .page-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 100
}

.page-section-feedback h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    max-width: 90%;
    width: 80rem;
    text-align: center;
    text-shadow: 0 0 10px #000;
    z-index: 1000
}

.page-section-feedback .page-bg-icon {
    max-width: 8rem;
    margin-bottom: 3rem;
    z-index: 1000
}

@media screen and (max-width: 1024px) {
    .page-section-feedback {
        padding-top:30%
    }

    .page-section-feedback h2 {
        font-size: 2.5rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-feedback h2 {
        font-size:2rem
    }
}

.page-section-gallery {
    width: 100rem;
    max-width: 90%;
    margin: 4rem auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.page-section-gallery>h2 {
    font-weight: 700;
    width: 100%;
    text-align: center
}

.page-section-gallery>p {
    font-size: 1.4rem;
    margin-top: 1.5em;
    text-align: center
}

.page-section-gallery .otel-slider-container {
    width: 100%
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 4rem auto;
    padding: 0 2rem 2rem 2rem
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .slider-title {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 1.375rem;
    text-align: center
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .slider-title span:nth-of-type(1) {
    display: block;
    font-size: 1.4rem
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .slider-title span:nth-of-type(1)>strong {
    font-weight: 700
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .slider-title span:nth-of-type(2) {
    position: relative;
    display: block;
    margin: 1rem auto
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .slider-title span:nth-of-type(2):before {
    position: absolute;
    content: '';
    width: 10%;
    height: 1px;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #000
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .slider-title>p {
    font-size: 1.4rem;
    margin-top: 1.5em;
    text-align: center
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-slide .img-lightbox {
    width: 100%;
    height: 20em
}

@media screen and (max-width: 640px) {
    .page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-slide .img-lightbox {
        height:15em
    }
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-slide .img-lightbox img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-button-next {
    color: #fff!important;
    width: 2rem!important;
    height: 2rem!important;
    background: #282a29!important;
    top: 68%!important;
    padding: 2rem
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-button-next::after {
    font-size: 2rem!important
}

@media screen and (max-width: 640px) {
    .page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-button-next {
        top:82%!important
    }
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-button-prev {
    color: #fff!important;
    width: 2rem!important;
    height: 2rem!important;
    background: #282a29!important;
    top: 68%!important;
    padding: 2rem
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-button-prev::after {
    font-size: 2rem!important
}

@media screen and (max-width: 640px) {
    .page-section-gallery .otel-slider-container .otel-slider-main-wrapper .swiper-button-prev {
        top:82%!important
    }
}

.page-section-gallery .otel-slider-container .otel-slider-main-wrapper:nth-of-type(even) {
    background: #dfdfdf7a
}

@media screen and (max-width: 1440px) {
    .page-section-gallery {
        width:85rem
    }
}

@media screen and (max-width: 640px) {
    .page-section-gallery {
        margin:4rem auto
    }

    .page-section-gallery .otel-slider-container {
        width: 100%
    }

    .page-section-gallery .otel-slider-container .otel-slider-main-wrapper {
        margin: 3rem auto
    }
}

.page-section-text-content-page {
    margin: 4rem auto;
    width: 100rem;
    max-width: 90%;
    box-shadow: 0 0 10px -3px rgba(0,0,0,.2);
    background: #fff;
    padding: 4rem
}

.page-section-text-content-page h3 {
    font-weight: 700
}

.page-section-text-content-page h4 {
    font-weight: 700
}

.page-section-text-content-page p {
    margin-top: 2rem;
    width: 80rem;
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.8
}

.page-section-text-content-page p a {
    color: #000;
    transition: .3s all;
    text-decoration-style: dotted
}

.page-section-text-content-page p a:hover {
    color: #37b19e
}

.page-section-text-content-page ul {
    margin: 2rem 0 2rem 2rem
}

.page-section-text-content-page ul>li>p {
    margin-top: 1rem!important
}

@media screen and (max-width: 1440px) {
    .page-section-text-content-page {
        width:85rem
    }
}

@media screen and (max-width: 1024px) {
    .page-section-text-content-page {
        padding:1rem
    }
}

.scroll-top {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 7rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    color: #37b19e;
    background: #333;
    z-index: 999;
    transition: .2s all;
    cursor: pointer
}

.scroll-top:hover {
    color: #fff;
    background: #555
}

.scroll-top:hover i {
    margin-bottom: .25rem
}

.scroll-top i {
    color: #fff;
    font-size: 1.5rem;
    transform: rotate(180deg);
    transition: .2s all
}

.scroll-top.show-scroll-top {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 1025px) {
    .scroll-top {
        width:3rem;
        height: 3rem
    }
}

@media screen and (max-width: 1024px) {
    .scroll-top.scroll-top-child-pages {
        bottom:6.5rem!important
    }
}

.pop-up-page {
    width: 35rem;
    max-width: 90%;
    min-height: 30rem;
    position: fixed;
    top: 17rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: #fff;
    z-index: 1999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
    padding: 2rem
}

.pop-up-page::before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.5)
}

.pop-up-page.show-popup {
    visibility: visible;
    opacity: .95;
    background-color: #282a29;
    color: #fff
}

.pop-up-page strong {
    font-size: 1.5rem;
    font-weight: 700
}

.pop-up-page p {
    margin-top: 1rem;
    font-size: 1.2rem
}

.pop-up-page .pop-up-close-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    border: 1px solid #000;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    cursor: pointer
}

.pop-up-page .pop-up-close-btn>i::before {
    font-size: 95%
}

@media screen and (min-width: 1025px) {
    .pop-up-page {
        min-width:initial;
        min-height: initial;
        min-width: 30rem;
        min-height: 30rem;
        padding: 5rem
    }

    .pop-up-page p {
        font-size: 1rem
    }
}
