/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -webkit-text-fill-color: inherit !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #242424;
  font-weight: bold;
  margin: 19px 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #4061A3;
}

a:hover {
  color: #903278;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

p {
  color: #707070;
  font-size: 16px;
  line-height: 25px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.w-50 {
  width: 50%;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.icon::before {
  margin: 0 !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fluid-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-stretch {
  justify-content: stretch;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-end {
  align-items: flex-end;
}

.section {
  width: 80%;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  text-decoration: none;
  background-color: #4061A3;
  color: #fff;
  padding: 17px 30px;
  -webkit-transition: 0.5s background-color ease-in;
  transition: 0.5s background-color ease-in;
}

.btn:hover {
  background-color: #903278;
  color: #fff;
}

.btnx {
  display: inline-block;
  text-decoration: none;
  background-color: #903278;
  color: #fff;
  padding: 17px 30px;
  -webkit-transition: 0.5s background-color ease-in;
  transition: 0.5s background-color ease-in;
}

.btnx:hover {
  background-color: #4061A3;
  color: #fff;
}
.subtitle {
  color: #903278;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.text-center {
  text-align: center;
}

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials li {
  display: block;
  padding: 10px;
}
.socials li a {
  display: block;
  text-decoration: none;
}
.socials li:first-child {
  padding-left: 0;
}

.alt-header {
  color: #903278;
}

.form-box-alt {
  padding: 20px;
  background-color: #fff;
}

.divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.simple-list li {
  margin-bottom: 20px;
  color: #707070;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.simple-list li i {
  margin-right: 20px;
}
.simple-list li p {
  margin: 0;
}

.field-title {
  font-weight: bold;
  margin-right: 20px;
}

.field-value {
  color: #707070;
}

.form-control {
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: #fff;
  color: #707070;
  display: block;
  margin: 10px 0;
}

.form-control.alt {
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  display: block;
}

.form-control.long {
  width: 100%;
}

.bg-grey {
  background-color: rgba(0, 0, 0, 0.05);
}

.form-label {
  font-size: 14px;
  color: #707070;
  font-size: bold;
}

.form-btn {
  padding: 20px 20px;
  background-color: #4061A3;
  color: #fff;
  font-weight: bold;
  border: 1px solid #4061A3;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.form-btn.long {
  width: 100%;
  text-align: center;
}

.form-btn:hover {
  background-color: #903278;
  border: 1px solid #903278;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
}

#nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.nav {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.nav .nav-btn {
  position: relative;
  width: 23px;
  height: 23px;
  display: none;
}
.nav .nav-btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s transform ease-in;
  transition: 0.3s transform ease-in;
}
.nav .nav-btn span:nth-child(1) {
  top: 0px;
}
.nav .nav-btn span:nth-child(2) {
  top: 7px;
}
.nav .nav-btn span:nth-child(3) {
  top: 7px;
}
.nav .nav-btn span:nth-child(4) {
  top: 13px;
}
.nav .nav-btn.active span:nth-child(1) {
  top: 0px;
  left: 50%;
  width: 0;
}
.nav .nav-btn.active span:nth-child(2) {
  top: 6px;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav .nav-btn.active span:nth-child(3) {
  top: 6px;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav .nav-btn.active span:nth-child(4) {
  top: 12px;
  left: 50%;
  width: 0;
}
.nav #logo a {
  text-decoration: none;
  display: block;
}
.nav #logo img {
  width: 150px;
}
.nav #menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
}
.nav #menu ul a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #707070;
  font-weight: 300;
  -webkit-transition: 0.3s color ease-in;
  transition: 0.3s color ease-in;
}
.nav #menu ul a:hover {
  color: #4061A3;
}
.nav #menu ul li.active a {
  font-weight: 600;
  color: #4061A3;
}
.nav #menu ul li.book-now {
  display: none;
}

#banner {
  height: 100vh;
}
#banner .banner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .banner-wrapper .image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
#banner .banner-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .banner-wrapper .desc {
  position: absolute;
  width: 50%;
  left: 10%;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 30;
}
#banner .banner-wrapper .desc h1 {
  color: #fff;
  font-size: 5rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#banner .banner-wrapper .desc span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.8rem;
}
#banner .banner-wrapper .desc p {
  color: #fff;
}
#banner .banner-wrapper .check-in-option {
  position: absolute;
  background-color: #fff;
  left: 10%;
  bottom: 0;
  z-index: 30;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#banner .banner-wrapper .check-in-option .option-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
}
#banner .banner-wrapper .check-in-option .option-1 .item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px;
}
#banner .banner-wrapper .check-in-option .option-1 .item label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #707070;
}
#banner .banner-wrapper .check-in-option .option-1 .item input {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0;
  font-size: 0.8rem;
  border: none;
  background-color: rgba(0, 0, 0, 0.09);
  color: #707070;
}
#banner .banner-wrapper .check-in-option .option-2 {
  position: relative;
}
#banner .banner-wrapper .check-in-option .option-2 .btn {
  padding: 49px;
  text-align: center;
}
#banner .banner-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

#banner.alt {
  width: 100%;
  height: 120px;
  min-height: 100px;
  margin-top: 80px;
}
#banner.alt .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
}
#banner.alt .title h1 {
  color: #fff;
  font-size: 2rem;
}

.image-section {
  width: 100%;
  height: 530px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#slider-section {
  width: 100%;
  overflow: hidden;
}
#slider-section .hotel-slider {
  width: 100%;
}
#slider-section .hotel-slider .hotel-slider-item {
  outline: none;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.category-row .category-item {
  position: relative;
  margin: 0 10px;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}
.category-row .category-item .image {
  width: 100%;
  height: 500px;
}
.category-row .category-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.category-row .category-item .desc {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background-color: transparent;
  padding: 20px;
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s transform ease-out, 0.3s background-color ease-in, 0.3s opacity ease-in;
  transition: 0.3s transform ease-out, 0.3s background-color ease-in, 0.3s opacity ease-in;
}
.category-row .category-item .desc .name {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin: 10px 0;
}
.category-row .category-item .desc .price {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 3px;
}
.category-row .category-item .desc .btn-alt {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.category-row .category-item .desc .btn-alt i {
  margin-left: 10px;
}
.category-row .category-item .desc .btn-alt-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 10px;
}
.category-row .category-item:hover .desc {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: rgba(144, 50, 120, 0.8);
}

.service-list {
  margin: 10px 0;
}
.service-list .image {
  width: 30px;
  height: 30px;
  -moz-border-radius: 100%;
  -webkit--radius: 100%;
  border-radius: 100%;
  background-color: #903278;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-right: 20px;
}
.service-list .desc p {
  margin: 0;
  padding: 0;
}

.image {
  width: 100%;
}
.image img {
  width: 100%;
}

#gallery {
  /* Create four equal columns that sits next to each other */
}
#gallery .gallery-wrapper {
  height: 500px;
}
#gallery .image-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
#gallery .image-column {
  flex: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 4px;
}
#gallery .image-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

#testimonial .desc {
  background-color: #F0F1F5;
  margin: 10px;
  min-height: 200px;
  padding-left: 6rem;
  background-image: url(../images/quote.svg);
  background-position: 3rem 3rem;
  background-size: 23px;
  background-repeat: no-repeat;
}
#testimonial .desc .name {
  font-weight: 700;
  display: block;
}
#testimonial .desc:first-child {
  margin-left: 0;
}
#testimonial .desc:last-child {
  margin-right: 0;
}

#footer .footer-item {
  padding: 30px;
}
#footer .footer-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-item ul li {
  display: block;
  margin: 10px 0;
}
#footer .footer-item:first-child {
  padding-left: 0;
}
#footer .footer-item:last-child {
  padding-right: 0;
}

#rooms .form-item {
  padding-right: 10px;
  padding-bottom: 20px;
}
#rooms .side {
  padding-left: 40px;
}
#rooms .single-room-wrapper .rooms-carousel {
  margin-top: 20px;
}
#rooms .single-room-wrapper .rooms-carousel .thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  padding-right: 10px;
  overflow: hidden;
}
#rooms .single-room-wrapper .rooms-carousel .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rooms .single-room-wrapper .desc {
  background-color: #fff;
  margin-top: 40px;
}
#rooms .room-item-wrapper {
  width: 30%;
  margin-bottom: 20px;
}
#rooms .room-item-wrapper .room-item:hover .image img {
  -o-transform: scale(1.2) rotate(4deg);
  -ms-transform: scale(1.2) rotate(4deg);
  -webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}
#rooms .room-item-wrapper .room-item {
  width: 100%;
  background-color: #fff;
}
#rooms .room-item-wrapper .room-item .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#rooms .room-item-wrapper .room-item .image {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
#rooms .room-item-wrapper .room-item .image .price {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: #242424;
  padding: 10px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
#rooms .room-item-wrapper .room-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s transform ease-in;
  transition: 0.3s transform ease-in;
}
#rooms .room-item-wrapper .room-item .desc {
  padding: 20px;
}
#rooms .room-item-wrapper .room-item .desc .title {
  color: #903278;
  font-size: 25px;
}
#rooms .room-item-wrapper .room-item .desc .info span {
  display: block;
  font-size: 14px;
  color: #707070;
}
#rooms .room-item-wrapper .room-item .desc .text {
  padding: 20px 0;
}
#rooms .room-item-wrapper .room-item .desc .text p {
  margin: 0;
  padding: 0;
}
#rooms .room-item-wrapper .room-item .desc .icons {
  padding: 10px 0;
}
#rooms .room-item-wrapper .room-item .desc .icons i {
  margin-right: 10px;
}
#rooms .room-item-wrapper .room-item .desc .action {
  padding: 10px 0;
}
#rooms .room-item-wrapper .room-item .desc .action .btn {
  display: block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #4061A3;
  color: #4061A3;
}
#rooms .room-item-wrapper .room-item .desc .action .btn:hover {
  border: 2px solid #903278;
  color: #fff;
  background-color: #903278;
}

#booking .progress-box {
  display: block;
  margin: 0 auto;
}
#booking .progress-box ul {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#booking .progress-box ul li {
  list-style-type: none;
  width: 25%;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #707070;
}
#booking .progress-box ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #B1B0B0;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  -moz-border-radius: 50%;
  -webkit--radius: 50%;
  border-radius: 50%;
  background-color: white;
  z-index: 31;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#booking .progress-box ul li:after {
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  background-color: #B1B0B0;
  top: 16px;
  left: -50%;
  z-index: 10;
}
#booking .progress-box ul li:first-child:after {
  content: none;
}
#booking .progress-box ul li.active a {
  color: #4061A3;
  border-color: #4061A3;
}
#booking .progress-box ul li.final a {
  color: #fff;
  border-color: #4061A3;
  background-color: #4061A3;
}
#booking .progress-box ul li.final + li:after {
  background-color: #4061A3;
}
#booking .room-item-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
#booking .room-item-wrapper .room-item:hover .image img {
  -o-transform: scale(1.2) rotate(4deg);
  -ms-transform: scale(1.2) rotate(4deg);
  -webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}
#booking .room-item-wrapper .room-item {
  width: 100%;
  background-color: #fff;
}
#booking .room-item-wrapper .room-item .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#booking .room-item-wrapper .room-item .image {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
#booking .room-item-wrapper .room-item .image .price {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: #242424;
  padding: 10px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
#booking .room-item-wrapper .room-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s transform ease-in;
  transition: 0.3s transform ease-in;
}
#booking .room-item-wrapper .room-item .desc {
  padding: 20px;
}
#booking .room-item-wrapper .room-item .desc .title {
  color: #903278;
  font-size: 25px;
}
#booking .room-item-wrapper .room-item .desc .info span {
  display: block;
  font-size: 14px;
  color: #707070;
}
#booking .room-item-wrapper .room-item .desc .text {
  padding: 20px 0;
}
#booking .room-item-wrapper .room-item .desc .text p {
  margin: 0;
  padding: 0;
}
#booking .room-item-wrapper .room-item .desc .icons {
  padding: 10px 0;
}
#booking .room-item-wrapper .room-item .desc .icons i {
  margin-right: 10px;
}
#booking .room-item-wrapper .room-item .desc .action {
  padding: 10px 0;
}
#booking .room-item-wrapper .room-item .desc .action .btn {
  display: block;
  text-align: center;
  background-color: #fff;
  border: 2px solid #4061A3;
  color: #4061A3;
}
#booking .room-item-wrapper .room-item .desc .action .btn:hover {
  border: 2px solid #903278;
  color: #fff;
  background-color: #903278;
}

@media (max-width: 979px) {
  #gallery .image-column {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .section {
    width: 95%;
  }

  .row {
    display: block;
  }

  .col {
    width: 100%;
  }

  #action-btn {
    display: none;
  }

  .nav {
    display: block;
  }
  .nav #logo-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav #logo-wrapper #logo {
    width: 100%;
  }
  .nav #logo-wrapper #logo img {
    width: 100px;
  }
  .nav .nav-btn {
    display: block;
  }
  .nav #menu {
    display: none;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .nav #menu ul {
    display: block;
    margin-top: 10px;
  }
  .nav #menu ul li {
    margin-bottom: 5px;
  }
  .nav #menu ul li a {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 20px;
  }
  .nav #menu ul li.book-now {
    display: block;
  }
  .nav #menu ul li.book-now a {
    background-color: #4061A3;
    color: #fff;
  }
  .nav #menu ul li.book-now a:hover {
    background-color: #903278;
  }

  #banner {
    min-height: 100vh;
  }
  #banner .banner-wrapper .desc {
    width: 95%;
    position: absolute;
    top: 160px;
    left: 2.5%;
    right: 2.5%;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #banner .banner-wrapper .desc h1 {
    font-size: 4rem;
  }
  #banner .banner-wrapper .check-in-option {
    position: relative;
    display: block;
    margin-top: -80px;
    left: 0;
    z-index: 300;
  }
  #banner .banner-wrapper .check-in-option .option-1 {
    display: block;
    padding: 20px 0px;
  }
  #banner .banner-wrapper .check-in-option .option-2 {
    text-align: center;
  }
  #banner .banner-wrapper .check-in-option .option-2 .btn {
    display: block;
    padding: 20px;
    text-align: center;
  }

  #banner.alt {
    margin-top: 60.2px;
  }

  #about {
    margin-top: 280px;
  }

  #gallery .image-column {
    flex: 100%;
    max-width: 100%;
  }

  #testimonial .desc {
    margin: 10px 0;
  }

  #footer .footer-item {
    padding: 10px;
  }

  .sm-w-100 {
    width: 100%;
    padding: 20px;
  }

  .category-row .category-item {
    margin-bottom: 20px;
  }

  #rooms .room-item-wrapper {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  #wrapper {
    background-color: #fff;
  }
}

/*# sourceMappingURL=main.css.map */
