﻿html {
    scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
body {
    font-size: 12pt;
    margin: 0;
}
html, body {
    overflow-x: hidden;
}
.FormFooter {
    height: 100px;
    font-size: 12pt;
    background-color: teal;
    color: white;
    height: auto;
    overflow: visible;
    padding-top:5px;
    padding-bottom:5px;
}
.FormHeader {
    height: auto;
    overflow:visible;
    background-color: teal;
}
.HeaderText {
    font-size: 28pt;
    color: white;
    font-weight: 300;
    text-shadow: 2px 2px 2px black;
}
.WebText {
    font-size: 12pt;
    color: white;
    font-weight: 300;
    text-shadow: 2px 2px 2px black;
}
    .WebText:hover { color:white; }
    p {
        font-size: 12pt;
    }
#wrapper { width: 960px; margin:0 auto; }
.gvhspadding {
    padding:4px;
    font-size:10pt;
}
h1 {
    font-size: 18pt;
    font-weight: 500;
}
.right_align { text-align:right; }
.bold_style { font-weight:600; }
.rate_style { font-size:11pt; color:black; }
a:hover { color: black; }
select, #ddlCard_names, #ddlCC_month, #ddlCC_year {
    border: 1px solid #d9d9d9;
    padding: 10px;
    font-size: 12pt;
}
.btn_yellow {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #f76c6c;
    display: inline-block;
    color: black;
    font-size: 12pt;
    font-style: normal;
    border: 0;
}
.btn_yellow:hover {
    background-color: #3f3f3f;
    cursor: pointer;
}
.btn_yellow:active {
	position:relative;
	top:2px;
}
.lbl_yellow {
    background-color: #f76c6c;
    color: black;
    font-size: 12pt;
    padding: 8px 20px;
}
.lbl_yellow:hover {
    cursor: pointer;
}
input {
    padding: 7px;
    font-size:11pt;
    }
.hover_style { font-size:12pt;}
.hover_style:hover { cursor:pointer; }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dedede;
    margin: 1em 0;
    padding: 0;
}
.right_div {
    float: left;
    width: 600px;
}
/* Container for flexboxes */
.mypanel {
    display: flex;
    flex-wrap: wrap;
}
/* Create four equal columns */
.column {
    background-color: white;
    color: dimgray;
    display: inline-block;
    flex: 31%;
}

.ChkBoxClass input {
    display: none;
}

.payment_div {
    text-align: left;
    padding: 6px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

#cart_div {
    background-color: #404040;
    color: white;
    width: 120px;
    text-align: center;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 3px;
    z-index: 1000;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 0 10px 5px #888;
    -webkit-box-shadow: 0 10px 5px #888;
    box-shadow: 0 10px 5px #888;
}
.select_button {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    outline-style: none;
    border: 6px solid white;
    background-color: #f76c6c;
    color: black;
    font-size: 12pt;
    -webkit-appearance: none;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
}
.active_select {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    outline-style: none;
    color: forestgreen;
    background-color: forestgreen;
    border: 6px solid white;
    font-size: 12pt;
    -webkit-appearance: none;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
}
.modalStyle {
    max-width:99%;
    max-height:90%;
    overflow:auto;
}
.DetailsRow {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right:10px;
}
#btnSearch {
    font-size: 12pt;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #f76c6c;
    font-style: normal;
    border: 0;
    border-radius: 4px;
    margin-top:1px;
    color:white;
    font-weight:bold;
}
#btnCalendar {
    font-size: 12pt;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-style: normal;
    border: 0;
    border-radius: 4px;
    margin-top: 1px;
    margin-left:8px;
    font-weight:bold;
}

/* BOOTSTRAP style */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
#portfolio {
    background: #f7f7f7;
    padding: 80px 0;
}
#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}
#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 12px 18px 14px 18px;
    font-size: 14pt;
    font-weight: 500;
    line-height: 1;
    color: #666666;
    margin: 0 5px 10px 5px;
    transition: all ease-in-out 0.3s;
    background: white;
    border-radius: 4px;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #E4825D;
}
#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
#portfolio .portfolio-item {
margin-bottom: 30px;
overflow: hidden;
}
#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #E4825D;
    padding: 15px 20px;
}
#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
#portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
}
#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #a4ebd4;
}
#portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}
#portfolio .portfolio-item:hover img {
    top: -30px;
}
#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 30px;
}
.portfolio-details .portfolio-details-container {
    position: relative;
}
.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}
.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}
.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}
.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #2dc997 !important;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 50px;
}
.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}
@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}
.occupants td { width:120px; text-align:center; }
.DdlPlan {
    padding: 9px;
    border: none;
}
.hideDdl {
    display: none;
}
.DdlBorder {
    padding: 6px 25px;
    border:2px solid #f76c6c;
}
#ddlCC_year, #ddlCC_month, #ddlCard_names {
    padding: 6px 25px;
}
.yourbooking {
    color: #f76c6c;
    font-weight: 600;
}
input[type=checkbox] {
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 6px;
    transform: scale(2);
}
.rqdstyle { color:crimson; font-size:10pt;}
#DdlEnqCountries, #ddl_countries {
    border: 1px solid #d9d9d9;
    padding: 10px 5px;
    font-size: 12pt;
}
.introheight {
    height:530px;
}
@media (max-width: 400px) {
    .introheight { height:210px;}
    .dbpimage {width:350px;}
}
.agentlogin {
    top: 3px;
    right: 5px;
    color: white;
    position: fixed;
}