﻿/* ======= bg1 ======= */
.bg1 {
  background-image: url('../img/w_pattern_5.png');
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .whatsapp:hover {
        transform: scale(1.1);
    }
    
    
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #448BC6;
    border-radius: 5px;
    background-color: #448BC6;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-3 i {
    margin-right: 5px;
}
.button-3:hover {
    border: 1px solid #3571A3;
    background-color: #3571A3;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #25D366;
    border-radius: 5px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-4 i {
    margin-right: 5px;
}
.button-4:hover {
    border: 1px solid #1DB154;
    background-color: #1DB154;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
/* button 5 */
.button-5 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #C20919;
    border-radius: 5px;
    background-color: #C20919;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-5 i {
    margin-right: 5px;
}
.button-5:hover {
    border: 1px solid #690014;
    background-color: #690014;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

/* ======= Rooms 1 style ======= */
.rooms1 {}
.rooms1-carousel {
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
.rooms1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.rooms1-single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.rooms1-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.rooms1-img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.rooms1-single:hover .rooms1-img img {
    transform: scale(1.05);
}
.rooms1-content {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
}
.rooms1-single .rooms1-content.active,
.owl-item.active .rooms1-single .rooms1-content {
    visibility: visible;
    opacity: 1;
}
.rooms1-tagline {
    font-size: 15px;
    color: #3b3b3b;
    margin-bottom: 0;
    transition: all 500ms ease;
}
.rooms1-title,
.rooms1-title a {
    font-family: 'Gilda Display', serif;
    font-size: 27px;
    margin-bottom: 0px;
    color: #1b1b1b;
    font-weight: 400;
    line-height: 1.2em;
    transition: all 500ms ease;
}
/* book */
.rooms1-content .book {
    text-align: -webkit-right;
    margin-top: 3px;
}
.rooms1-content .book .butn-dark2 {
    margin: 0
}
.rooms1-content .book > div {
    display: table-cell;
    vertical-align: middle;
}
.rooms1-content .book > div:nth-child(2) {
    padding-left: 36px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.2em;
}
.rooms1-content .book > div > span {
    display: block;
    margin-bottom: 0;
    font-size: 15px;
}
.rooms1-content .book .price {
    font-family: 'Gilda Display', serif;
    font-size: 30px;
    line-height: 1.2em;
    color: #aa8453;
}
/* owl nav */
.rooms1 .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.rooms1 .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rooms1 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-prev {
    left: 10px !important
}
.rooms1 .owl-theme .owl-next {
    right: 10px !important
}
.rooms1 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 15px
}
.rooms1 .owl-theme .owl-prev > span,
.rooms1 .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.rooms1 .owl-carousel .owl-nav button.owl-next,
.rooms1 .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.rooms1 .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 50px;
    background: #fff;
    border-radius: 0;
    color: #1b1b1b;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.rooms1 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #aa8453;
    color: #fff;
}
.rooms1 .owl-theme .owl-nav {
    top: 35% !important;
}
.rooms1 .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.rooms1 .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .rooms1 .content {
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  } 
    .rooms1-content .book {
    text-align: -webkit-left;
    margin-top: 3px;
    }
    .rooms1-carousel {
    overflow: hidden;
    }
}
@media screen and (max-width: 768px) {
    .rooms1 .owl-theme .owl-nav {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .rooms1 .content {
        padding: 0 0px;
    }
}


    .gal {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}	
	.gal img{ width: 100%; padding: 0px 0;}
    @media (max-width: 500px) {
		.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	}
