/* Custom Styles */

/* Global */

body {
  padding: 0 !important;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #555;
  letter-spacing: 0;
}

@font-face {
  font-family: 'GoodVibes';

  src: url('../webfonts/GoodVibes.ttf') format('opentype'),
    url('../webfonts/GoodVibes.woff') format('woff'),
    url('../webfonts/GoodVibes.woff2') format('woff2'),
    url('../webfonts/GoodVibes.eot') format('eot');
}

p {
  margin-bottom: 16px;
  font-size: 14px;
  color: #555;
  line-height: 22px;
  font-family: 'Droid Serif';
}
label {
  font-family: 'Droid Serif';
}

a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

h2 {
  color: #222;
}

ul {
  padding: 0;

  margin: 0;

  list-style: none;
}

/* Full Content */

.full-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home_content .item {
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100dvh;
}

.btn-set.desktop {
  display: flex;
}
.btn-set.desktop .sm-links {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 5px;
  padding: 0 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffffff;
}
.btn-set.desktop .sm-links a {
  font-size: 25px;
  color: rgba(0, 0, 0, 1);
}

.btn-set.desktop .sm-links a:hover {
  color: rgba(0, 0, 0, 1);
}

.mobile_menu .sm-links {
  display: flex;
  height: 40px;
  margin: 40px;
  gap: 20px;
}

.mobile_menu .sm-links a {
  font-size: 25px;
  color: #fff;
}

.navbar .container-fluid {
  background-color: rgba(0, 0, 0, 1);
  padding: 10px 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: background 0.4s;
}
.navbar .container-fluid:hover {
  background-color: rgba(0, 0, 0, 1);
}

article {
  font-family: 'Droid Serif';
}

.full-img-bg {
  position: relative;
  bottom: 16px;
}

.full-img-bg .overlay {
  position: absolute;

  top: 0;

  left: 0;

  z-index: 9;

  width: 100%;

  height: 100%;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+35,000000+100&0.65+35,0+100 */

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 35%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 35%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 35%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

  opacity: 0.56;
}

.full-img-bg .img-block img {
  width: 100%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;

  position: absolute;

  bottom: calc(50%);

  right: 16px;

  z-index: 50;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 8px 0;

  background: rgba(255, 255, 255, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.hotel-list {
  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 10;
}

.hotel-list ul {
  display: table;

  width: 100%;

  table-layout: fixed;

  margin: 0;

  padding: 0;

  list-style: none;
}

.hotel-list ul li {
  display: table-cell;

  width: 50%;

  text-align: center;
}

.hotel-list ul li a {
  position: relative;

  display: block;

  padding: 16px;

  font-size: 14px;

  font-weight: 700;

  color: #fff;

  text-transform: uppercase;
}

.hotel-list ul li:nth-child(1) a,
.hotel-list ul li:nth-child(3) a,
.hotel-list ul li:nth-child(5) a {
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
}

.hotel-list ul li:nth-child(1) a:before,
.hotel-list ul li:nth-child(3) a:before,
.hotel-list ul li:nth-child(5) a:before {
  content: '';

  position: absolute;

  top: 0;

  left: calc(50% - 12px);

  width: 0;

  height: 0;

  border-left: 12px solid transparent;

  border-right: 12px solid transparent;

  /*border-bottom: 12px solid #000000;	*/
}

.hotel-list ul li:nth-child(2) a,
.hotel-list ul li:nth-child(4) a {
  background: #333333;
}

.hotel-list ul li:nth-child(2) a:before,
.hotel-list ul li:nth-child(4) a:before {
  content: '';

  position: absolute;

  top: 0;

  left: calc(50% - 12px);

  width: 0;

  height: 0;

  border-left: 12px solid transparent;

  border-right: 12px solid transparent;

  border-bottom: 12px solid #333333;
}

.hotel-list ul li a:hover {
  background: #fff;

  color: #222;
}

.hotel-list ul li a:hover:before {
  top: -12px;
}

.hotel-list ul li:nth-child(1) a:hover:before,
.hotel-list ul li:nth-child(2) a:hover:before,
.hotel-list ul li:nth-child(3) a:hover:before,
.hotel-list ul li:nth-child(4) a:hover:before,
.hotel-list ul li:nth-child(5) a:hover:before {
  border-bottom: 16px solid #fff;
}

.booking-engine-pop {
}

.booking-engine {
  /*	position: absolute;

	width: 20%;

	left: 4%;

	top: 20%;

	z-index: 20;

	background: rgba(255,255,255,.16);

	border-radius: 3px;

	padding: 16px;*/
}

.booking-engine .engine-block {
  display: block;

  width: 100%;
}

.booking-engine .engine-block .gr-field {
  display: block;

  vertical-align: bottom;

  padding: 8px 4px;
}

.booking-engine .engine-block .gr-field:first-child {
  padding-left: 0;
}

.booking-engine .engine-block .gr-field:last-child {
  padding-right: 0;
}

.booking-engine .engine-block .gr-field label {
  display: block;

  margin-bottom: 8px;

  font-size: 12px;

  font-weight: 600;

  color: #222;
}

.btn-set .a-panel,
.btn-set .os-panel,
.btn-set .c-panel,
.btn-set .s-panel {
  display: block;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.btn-set ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-set ul li {
  float: left;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.btn-set ul li:first-child {
  padding-left: 0;
}

.btn-set ul li:last-child {
  padding-right: 0;

  border-right: 0;
}

.btn-set ul li a {
  font-size: 12px;

  font-weight: 700;

  color: #fff;
}

.btn-set ul li a:hover {
  color: #cccccc;
}

/* Preloader */

#loading {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #000000;

  z-index: 999;
}

svg {
  position: absolute;

  top: calc(50% - 20px);

  left: calc(50% - 60px);

  max-width: 120px;

  border-radius: 3px;

  background: #000000;

  fill: none;

  stroke: rgba(0, 0, 0, 0.24);

  stroke-linecap: round;

  stroke-width: 8%;
}

use {
  stroke: #fff;

  animation: a 2s linear infinite;
}

@keyframes a {
  to {
    stroke-dashoffset: 0px;
  }
}

/* Customize */
.page_banner {
  height: 500px;

  overflow: hidden;
  position: relative;
}

.about_page {
  background-image: url('../img/banner-about.jpg');
}

.service_page {
  background-image: url('../img/banner-service.jpg');
}

.contact_page {
  background-image: url('../img/brio.jpg');
}

.news_page {
  background-image: url('../img/brio.jpg');
}

.about_page,
.service_page,
.news_page,
.contact_page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.page_banner .title h2 {
  font-family: 'Droid Serif';
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
}

.page_banner .title h3 {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.9);
  display: none;
  visibility: hidden;
}

.page_banner .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.st_section .st_row {
  padding: 30px 0;
}

.alternate .st_row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.alternate .st_row:nth-child(even) .st_column.dual .text_column {
  order: 2;
}

.alternate .st_row:nth-child(1) p {
  text-align: center;
  margin: 0 0 20px 0;
}
.st_row .st_column {
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.st_row .st_column.dual {
  display: flex;
  gap: 40px;
}

.st_column.dual .text_column {
  width: 50%;
}
.st_column.dual .image_column {
  width: 50%;
}

.profile_column.st_column {
  width: 50%;
}
.management_team.text_column {
  text-align: center;
  width: 80%;
  margin: auto;
}

.st_column.dual .image_column img {
  width: 100%;
}
.our_service ul {
  font-family: 'Droid Serif';
}
.st_row .st_column .title {
  text-align: right;
}
.st_row .st_column .title h1 {
  font-family: 'Droid Serif';
  font-size: 60px;
  color: #fff;
  margin: 0;
}

.st_row .st_column .title h3 {
  margin: 0;
}
.st_row .st_column h2 {
  font-family: 'Droid Serif';
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}

.st_section.header_section {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.st_section.header_section .st_row .st_column {
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.page_banner .st_section {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.logo-block {
  max-width: 120px;
}

.logo-block a > img {
  width: 100%;
}

footer {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 0;
}

footer .footer {
  width: 80%;
  margin: auto;
}

footer .footer span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

/* Form */

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form .g-recaptcha {
  padding-top: 10px;
}
form .g-recaptcha > * {
  margin: auto;
}

label {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 5px;
}
textarea {
  width: 100%;
}

.form-group.single {
  flex: 0 0 100%;
}
.form-group input,
select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.form-group {
  flex: 0 0 48%; /* 48% to leave some gap between columns */
}

.services-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
.agreement {
  text-align: center;
}
.agreement input {
  width: auto;
}

.agreement label {
  max-width: 600px;
  margin: auto;
}
.services-group label {
  flex: 0 0 30%; /* 30% to create three columns */
}

.submit-btn {
  background-color: #333333;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
}

.submit-btn:hover {
  background-color: #000000;
}
