@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

/***** GENERAL SETTINGS***/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) !important;
}


/***** HERO SECTION***/

#hero {
    height: 100vh;
    min-height: 700px;
    width: 100%;
    background-image: url("../images/hero-room1.jpg");
    background-size: cover;
    background-position: center;
}

.bookBtn {
    border-radius: 10px 0px;
    color: #000;
}

.bookBtn:hover {
    color: black;
}

.mobilefooterInfo {
    display: none;
}

.lang a,
.mobile-lang a {
    color: white;
}

.lang {
    padding-top: 45px!important;
}

.find svg {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none!important;
    color: white;
}

.desc {
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320))!important;
    color: white;
    margin-top: 50%;
    background: rgba(0, 0, 0, 0.25);
}


/***** INNOVATION SECTION***/

#innovate {
    line-height: 36px;
}

.title {
    font-size: calc(18px + (55 - 18) * (100vw - 320px) / (1920 - 320)) !important;
}

.subTitle {
    max-width: 900px;
}

.read_more {
    background: none;
}

.hide {
    display: none;
}

.tourBtn {
    border-radius: 10px 0px;
    color: #000;
}

.tourBtn:hover {
    color: black;
}


/***** GALLERY SECTION***/

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	overflow:hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 950px!important;
    width: 100%;
    max-height: 550px;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.swiper-button-next {
    display: none!important;
}
.swiper-button-prev {
    display: none!important;
}

.swiper-pagination {
    position: inherit !important;
}

/***** VIDEO SECTION***/

#video::before {
    border: 1px solid #000;
    content: " ";
    position: absolute;
    max-width: 1100px;
    height: 65%;
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: -10%;
}

.videoTitle {
    width: 100%;
    max-width: 162px;
    line-height: 2;
}

#video,
#learn {
    margin: 180px auto 50px !important;
}


/***** Learn more SECTION***/

.learnMore,
.learnMore:hover {
    text-decoration: none;
    color: black;
}

.learnMore {
    font-size: calc(18px + (55 - 18) * (100vw - 320px) / (1920 - 320)) !important;
}

#footer {
    background: #212120;
}

.social {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.social a {
    padding: 0 10px;
}

#back-to-top {
    display: inline-block;
    position: fixed;
    bottom: 15%;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.sharethis-inline-share-buttons {display: inline !important;}
#st-1 .st-btn[data-network="sharethis"] {
    background-color: transparent !important;
}
.st-btn.st-first.st-last.st-remove-label {
    border: 0 !important;
    height: 40px !important;
    font-size: 15px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-top: 1px !important;
}
.st-btn::before {
    content: " attr";
    background-image: url(https://www.central-boutique-hotel.gr/images/share.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    color: transparent;
    font-size: 27px;
}
.st-btn.st-first.st-last.st-remove-label img {
    opacity: 0;
}
#st-1 .st-btn:hover {
    opacity: 1 !important;
    top: 0 !important;
}
/***
RESPONSIVE
***/

@media all and (max-width: 961px) {
    .mobilefooterInfo {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #212120;
        z-index: 9999;
    }
    .bookBtn,
    .info,
    .lang,
    .find {
        display: none!important;
    }
    .social {
        padding-bottom: 30px;
    }
    .videoTitle {
        max-width: 100%!important;
        text-align: center!important;
    }
    iframe {
        height: 25vh;
    }
}

@media all and (max-width: 1024px) {
    .find-us-txt {
        display: none;
    }
}

@media all and (max-width: 1221px) {
    #video::before {
        right: 0 !important;
    }
}

@media all and (max-width: 1200px) {
    #video::before {
        border: 0 !important;
    }
    #video,
    #learn {
        margin: 0 !important;
    }
}

@media all and (max-width: 991px) {
    .swiper-slide img {
        max-height: 400px;
    }
}

@media all and (max-width: 768px) {
    .swiper-slide img {
        max-height: 300px;
    }
}

@media all and (max-width: 468px) {
    .swiper-slide img {
        max-height: 230px;
    }
}



