﻿@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat.ttf') format('truetype');
}

@font-face {
    font-family: 'Courgette';
    src: url('../../fonts/Courgette-Regular.ttf') format('truetype');
}

@media screen and (max-width: 500px) {
    body {
        max-width:100vw !important;
    }
}

video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}

video {
    pointer-events: none;
}

.hiclogo.top-left {
    position: absolute;
    transform: none;
    top: 0;
    left: 0;
    max-width: 100px;
    max-height: 100px;
    margin:10px;
}

.hiclogo.center {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width:160px;
    max-height:160px;
}

.hotel-name.center{
    font-size: 2.5rem;
    color: #FFF;
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-family: Courgette;
    padding: 0 3rem;
}
.hotel-name.top-left{
    font-size: 1.5rem;
    color: #FFF;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    font-family: Courgette;
    padding: 1rem 1rem;
}

#languages {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

body {
    max-width: 500px;
    margin: 0 auto;
    font-family: Montserrat;
    letter-spacing: 0.1px;
}

hr:not(.timelinehr) {
    height: 10px !important;
    background-color: #bdbdbd;
    margin: 0 !important;
}

/*footer{
    margin-bottom: 50px;
}*/

.now{
    color: #2ca22c;
}
.social-media-image{
    margin-left: 10px;
    border-radius:7px;
}

#languages{
    text-align: right;
}
.hidden-text{
    display: none;
}

.gray {
    color:#ccc;
}

.d-flex {
    flex-wrap:wrap;
}


.f12{
    font-size:12px;
}

.f14 {
    font-size:14px;
}

.f16 {
    font-size:16px;
}

.video-overlay {
    width:100%;
    height:calc(100% - 7px);
    background-color: rgba(0,0,0,0.3);
    position:absolute;
}

.video-overlay.img {
    height: 100% !important;
}

#main-image {
    height: 300px;
    background-size: cover;
}
/* ================ MENU START ================ */
.menu-wrapper {
    position: relative;
}

.menu-wrapper.sticky{
    position: fixed !important;
    top: 0;
    z-index: 999;
    background: white;
    width:500px;
}

@media only screen and (max-width: 500px) {
    .menu-wrapper.sticky {
        width:100%;
    }
}

.menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 5px;
    /* Remove scrollbar */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
.menu-item {
    flex: 0 0 auto;
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
}

.menu-item.active{
    border-bottom: 3px solid black;
}
.menu-item:hover{
    color: #8b8b8b;
    cursor:pointer;
}

.menu-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgb(204, 204, 204);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: none;
    transition: all .1s ease-in-out;
}

.menu-arrow:hover, .section-arrow:hover {
    background-color: rgb(224, 224, 224);
}

@media only screen and (min-width: 500px) {
    .menu-arrow {
        display: flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
    }
}

.menu-arrow-left {
    left: 0;
}

.menu-arrow-right {
    right: 0;
}
/* ================ MENU END ================ */


/* ================ TAIL START ================ */
.tail-container {
    display: flex;
    flex-wrap: wrap;
    margin:0 5px;
    padding:5px 0;
}

.tail {
    width: calc(50% - 10px);
    height: 130px;
    margin: 5px;
    background-color: #fff;
    position: relative;
    border-radius: 7px;
}

.tail, .tail-full, .attachment {
    -webkit-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.25);
}

.tail-modal{
    cursor: pointer;
}

.tail-with-image{
    height: 200px;
}

.tile-button{
    width: calc(100% - 30px);
    padding: 5px;
    font-weight: 600 !important;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 12px;
    cursor:pointer;
    background-color:#f0f0f0;
    line-height:1;
}

.tail-with-image span.tail-text-1 {
    font-size: 14px;
    line-height: 18px;
}

.tail-with-image span.tail-text-2 {
    font-size:12px;
    line-height:16px;
}

.tail-with-image .tail-row {
    max-height:40px;
}

.tail-with-image .tail-text-1, .tail-with-image .tail-text-2 {
    position:unset !important;
}

.tail-row-container {
    position:absolute;
    left:15px;
    bottom:15px;
    width:calc(100% - 20px);
}

.tail-row-container > div {
    line-height:18px;
}

.tail-container-horizontal .tail {
    flex: 0 0 auto;
}

.tail-container  .tail {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.tail-icon{
    margin-top: 15px;
}


.tail-row-image{
    height: 55%;
    background-size: cover;
    background-position: center;
}

.tail-text-1 {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    max-width: 90%;
    word-break: break-word;
    max-height: 54px;
    display: block;
    overflow:hidden;
}

.tail-text-1.with-button{
    bottom: 50px;
}


.tail-text-2{
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    position: absolute;
    bottom: 10px;
    word-break: break-word;
}
.tail-row {
    padding-left:15px;
    display: flex;
    align-items: center;
    width: 100%; /* set the width of each row to fill the parent container */
}

.tail-column {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex:1;
}

.tail-container .tail-full {
    width: 100%;
    height: 100px;
    margin: 5px;
    background-color: #fff;
    border-radius:7px;
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    align-items: center;
}

.tail-container-horizontal {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px;
    /* Remove scrollbar */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.tail-container-horizontal::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.timeline {
    position:relative;
}

.timeline::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius:50%;
    z-index:99;
}

.timeline::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius:50%;
    z-index:99;
}

/* ================ TAIL END ================ */


/* ================ SECTION START ================ */
.section-container{
    background-color: #f8f8f8;
    padding: 1rem 0;
}
.section-content{
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
}

.section-title {
    flex: 1;
    text-align: left;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

.section-arrows {
    display: none;
    align-items: center;
}

@media only screen and (min-width: 500px) {
    .section-arrows {
        display: flex;
    }
}

.section-arrow {
    width: 30px;
    height: 30px;
    background-color: rgb(204, 204, 204);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}

.section-arrow-left::before {
    content: url(/images/Shared/left_arrow_black.svg);
    left:2px;
}

.section-arrow-right::before {
    content: url(/images/Shared/right_arrow_black.svg);
}

.section-arrow-right::before, .section-arrow-left::before {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    line-height:1;
}

.section-arrow:first-child {
    margin-right: 5px;
}

.section-arrow:last-child {
    margin-left: 5px;
}

/* ================ SECTION END ================ */

/* ================ ATTACHMENT START ================ */
.attachment {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 7px;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
    padding: 20px;
    line-height: 19px;
}

.attachment i {
    color:#000;
    font-size:12px;
    padding-top:4px;
}

.attachment-link{
    text-decoration: none;
    width:100%;
}

.attachment-name {
    flex: 1;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
    color: #000000;
}

/* ================ ATTACHMENT END ================ */


/* ================ FAQ START ================ */
.faq-row {
    display: flex;
    padding: 10px 0;
    margin: 0 10px;
    width: 100%;
    cursor: pointer;
}

.faq-row:not(:last-child) {
   border-bottom: 1px rgba(0,0,0,0.15) solid;
}

.faq-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.faq-question {
    width: 100%;
    font-weight:500;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    width:100%;
    font-size:14px;
}

.faq-answer-show {
    display: block;
}

.faq-collapse-icon {
    cursor: pointer;
    margin-right: 10px;
    align-self: flex-start;
}

.faq-collapse-icon-rotate {
    transform: rotate(180deg);
}

/* ================ FAQ END ================ */

/* ================ MODAL START ================ */

.ic-modal-dialog{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 45%);
    z-index: 20000;
}

.ic-modal-dialog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 21000;
    max-width: 500px;
    max-height: 600px;
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    min-width:350px;
    overflow:auto;
}

.close-modal-btn{
    margin: 32px 0 10px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
}
.ic-modal-title{
    font-size: 24px;
    font-weight: 700;
}

.ic-modal-schedule{
    margin-top: 10px;
    font-weight: 600;
}

.ic-modal-text{
    margin-top:10px;
}


.ic-gallery-prev,
.ic-gallery-next {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    top: 50%;
    padding: 0.5rem 1rem;
    color: black !important;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    position:absolute;
    background-color:rgba(255,255,255,0.5);
}

.ic-gallery-prev:hover,
.ic-gallery-next:hover {
    background-color: rgba(255,255,255,1);
}

.ic-gallery-prev {
    left: 0px;    
    border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.ic-gallery-next {
    right: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius:3px;
}

.slide > img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
}

/* ================ MODAL END ================ */

@media screen and (max-width: 770px) {
    .ic-modal-dialog-content{
        width:95vw;
        max-width:95vw;
        margin:auto;
    }

    .ic-modal-dialog-content * {
        word-wrap: break-word;
    }
}