@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
    url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-ExtraBold.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





body {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  font-family: "Montserrat", -apple-system, system-ui;
}

:root {
  --colorf: #fff;
  --color0: #000;
  /* --color1: #d1ad48; */
  /* --color1: #FDC402; */
  --color1: #04c3fa;
  /* --color2: #255360; */
  /* --color2: #1b4a5a; */
  /* --color2: #010A30; */
  --color2: #046cd4;
  /* --backcolor: #5cbcec; */
  --backcolor: #04c3fa;

  --hovercolor: #7bdef9;
}

body a {
  outline: none;
  letter-spacing: 0;
  text-decoration: none;
}

body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  font-family: "Playfair Display";
}

body p {
  font-size: 18px;
  letter-spacing: 0;
  color: #231f20;
}

.menu-wrap {
  background: #fff;
}

.menu {
  margin-left: auto;
  margin-right: auto;
  z-index: 5555;
  padding: 8px 0;
}

.menu .navbar {
  padding: 0;
}

.menu .navbar .nav-item {
  padding-left: 12px;
  padding-right: 12px;
}

.menu .navbar .nav-item .nav-link {
  color: var(--color2);
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-bottom: 11px;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.menu .navbar .nav-item .nav-link span {
  background-color: var(--backcolor);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.menu .navbar .nav-item .nav-link:hover {
  color: var(--color1);
}

.menu .navbar .nav-item .nav-link:hover span {
  width: 100%;
}

.menu .navbar .navbar-brand {
  padding: 0;
}

.menu .navbar .navbar-brand img {
  position: relative;
}

.menu .navbar .nav-item .nav-link.active {
  color: var(--color1);
}

.menu .navbar .nav-item .nav-link.active span {
  width: 100%;
}

.menu .navbar .dropdown:hover .dropdown-toggle::after {
  color: var(--color1);
}

.menu .navbar .lang {
  border-left: 2px solid var(--color2);
  padding-right: 0;
}

.menu .navbar .lang .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
}

.menu .navbar .small-lang {
  display: none;
}

.menu .navbar .dropdown .dropdown-menu {
  border: none;
  background: #fff;
  border-radius: 0;
  padding: 0;
}

.menu .navbar .dropdown .dropdown-menu li {
  padding: 0;
}

.menu .navbar .dropdown .dropdown-menu li:hover {
  background: transparent;
}

.menu .navbar .dropdown .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid var(--color1);
  text-align: center;
  color: var(--color2);
  text-decoration: none;
  text-align: center;
}

#front-slider .item {
  height: 750px;
  position: relative;
  overflow: hidden;
  background-position: center !important;
}

#front-slider .item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.65);
  z-index: 5;
}

#front-slider .owl-nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
}

#front-slider .owl-nav .owl-prev {
  width: 15px;
  height: 30px;
  background: url("../images/owl-left.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-right: 15px;
}

#front-slider .owl-nav .owl-next {
  width: 15px;
  height: 30px;
  background: url("../images/owl-next.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 15px;
}

.intro-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 7;
  margin-top: -520px;
}

.intro-wrap .picker--opened .picker__holder {
  max-width: 370px;
}

.intro-wrap .stars {
  margin-bottom: 30px;
}

.intro-wrap .stars img {
  margin-right: 10px;
  max-height: 40px;
}

.intro-wrap h1 {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.intro-wrap h2 {
  color: #fff;
  font-size: 32px;

  text-transform: uppercase;
  margin-bottom: 10px;
}

.intro-wrap h3 {
  font-size: 26px;

  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.intro-wrap h3 img {
  position: relative;
  bottom: 3px;
}

.intro-wrap .readmore {
  display: flex;
  width: 230px;
  height: 50px;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 2px solid #c89336;
  color: var(--color2);
  font-size: 24px;

  margin-top: 30px;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.intro-wrap .readmore:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
  -moz-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
  box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
}

.form-box {
  /* background: rgba(35, 31, 32, 0.5);
  border: 1px solid var(--color1); */
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
}

.form-box h2 {
  text-align: center;
  font-size: 28px;
  font-family: "Playfair Display";
  line-height: 28px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.form-box label {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #fff;
}

.form-box input,
.form-box select {
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #fff !important;
  outline: none !important;
  color: #fff;
  margin-bottom: 25px;
  background: transparent;
  padding-left: 35px;
  font-size: 16px;
}

.form-box input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}

.form-box input:-moz-placeholder {
  /* Firefox 1
      text-transform: uppercase;8- */
  color: #fff;
  opacity: 1;
}

.form-box input::-moz-placeholder {
  /* Firefox 1
      text-transform: uppercase;9+ */
  color: #fff;
  opacity: 1;
}

.form-box input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}

.form-box .half {
  position: relative;
  overflow: hidden;
}

.form-box .half select {
  width: 100%;
}

.form-box .half .half-part {
  float: left;
  width: 100%;
  margin-right: 0%;
}

.form-box .half .half-part:last-child {
  margin-right: 0;
}

.form-box .dates {
  background: url("../images/calendar.png") no-repeat;
  background-position: center left;
}

.form-box #adults {
  background: url("../images/adults.png") no-repeat;
  background-position: center left;
}

.form-box #children {
  background: url("../images/children.png") no-repeat;
  background-position: center left;
}

.form-box select option {
  color: var(--color1);
}

.form-box select {
  background: url("../images/select-arrow.png") no-repeat;
  background-position: center right 10px;
}

.form-box .form-sbmt-wrap {
  text-align: center;
  display: flex;
  align-items: flex-end;
}

.form-box button {
  width: 270px;
  height: 40px;
  color: var(--colorf);
  font-size: 24px;
  text-transform: uppercase;
  background: var(--backcolor);
  border: none;
  outline: none;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.form-box button:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
  -moz-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
  box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
}

body .list-cal {
  width: 100%;
  height: 40px;
  color: #231f20;
  font-size: 18px;
  text-transform: uppercase;
  background: var(--backcolor);
  border: none;
  outline: none;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

.list-item-info-wrap .list-cal {
  width: max-content;
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: 1px solid #142c44;
  color: #142c44;
  border-radius: 10px;
}

.list-item-info-wrap .list-cal.draw-border:hover{
  color: var(--backcolor);
}

/* body .list-cal:hover {
  background-color: var(--color2);
  color: white;
} */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none;
    appearance: none;
  }
}

@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
    appearance: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}

.front-about-wrap {
  /* background: url("../images/front-about.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; */
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

/* .front-about-wrap::before {
  content: "";
  position: absolute;
  height: 450px;
  background-color: var(--backcolor);
  right: 0;
  top: 0;
  width: 35%;
} */

.front-about-wrap p {
  color: #555555;
}

.front-about-wrap .faw-text {
  display: flex;
  justify-content: flex-end;
  padding-right: 35px;
}

.front-about-wrap .faw-text .faw-text-holder {
  text-align: left;
}

.front-about-wrap.inner-about-wrap .faw-text-holder {
  max-width: 665px;
  text-align: left;
}

.front-about-wrap .faw-text h2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  color: var(--color2);
  text-transform: uppercase;
}

.viewmore {
  color: var(--color2);
  text-transform: uppercase;
  font-size: 18px;
  max-width: max-content;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  border: 3px solid var(--color2);

  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 10px;
}

.viewmore:hover {
  text-decoration: none;
  color: var(--color2);
}

.viewmore-wrap {
  max-width: max-content;
  transition: color 0.5s ease-in-out;
}

.btn-center .viewmore-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.btn-center {
  margin-bottom: -27px;
  margin-top: 30px;
}

.btn-center .viewmore-wrap .viewmore {
  background: var(--color2);
  color: #fff;
}

.slider-image {
  float: left;
  width: 50%;
  /* padding-left: 15px;
  padding-right: 15px; */
}

.slider-text {
  padding-left: 80px;
  padding-right: 15px;
  float: left;
  width: 50%;
}

.slider-text h2 {
  font-size: 36px;
  color: var(--color2);
  margin-bottom: 30px;
}

.slider-text h2 a {
  text-decoration: none;
  color: var(--color2);
}

@media only screen and (max-width: 767px){
.slider-text h2 a{
  font-size: 25px;
}
}

.slider-text .price {
  font-size: 24px;
}

.viewmore-wrap .border {
  display: block;
  margin-bottom: 5px;
  background: var(--color2);
  height: 3px;
  width: 35px;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  margin-left: 0;
}

.viewmore-wrap:hover .border {
  width: 100%;
}

.viewmore-wrap .border-bottom {
  display: block;
  margin-top: 5px;
  background: var(--color2);
  height: 3px;
  width: 100px;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  float: right;
}

.viewmore-wrap:hover .border-bottom {
  width: 100%;
}

.faw-video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

.faw-video button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.faw-video a img {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
}

.YouTubeModal #YouTubeModalDialog {
  border: none;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent {
  border: none;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent .modal-header {
  display: none !important;
}

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent #YouTubeModalBody {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.youtube-video iframe {
  width: 100%;
  height: 550px;
  border: none;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
}

.frw-item-text {
  padding: 80px;
}

.frw-item-text h2 {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--color2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.frw-item-text h2 a {
  text-decoration: none;
}

.frw-item-text h3 {
  color: var(--color2);
  text-transform: uppercase;
  font-family: AvertaThin;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.frw-item-text img {
  max-height: 50px;
}

.frw-item-text p {
  color: #5d5d5d;
}

.frw-item-text p.price {
  color: #5d5d5d;
  font-size: 24px;
}

.frw-item-right {
  text-align: left;
}

.frw-item-rleft {
  text-align: right;
}

.viewall-wrap {
  position: relative;
}

.viewall-wrap a {
  display: flex;
  width: 220px;
  height: 50px;
  color: #231f20;
  font-size: 24px;
  text-transform: uppercase;
  background: url("../images/button.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  border: none;
  outline: none;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.viewall-wrap a:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
  -moz-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
  box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
}

.frw-item-image-small {
  display: none;
}

.facilities-wrap {
  /* background: url("../images/facilities.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center; */
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -3px;
  position: relative;
}

.facilities-wrap h2 {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: var(--color2);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.facilities-wrap .fac-item {
  background: var(--color2);
  text-align: center;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  z-index: 10;
}

.facilities-wrap .fac-item .fac-img-wrap {
  min-height: 70px;
}

.facilities-wrap .fac-item .fac-img-wrap svg {
  height: 50px;
  max-width: 73px;
}

.facilities-wrap .fac-ap {
  border: 10px solid var(--color2);
  position: absolute;
  height: 100%;
  width: 90%;
}

.facilities-wrap .fac-ap-left {
  left: 0;
  top: -15px;
}

.facilities-wrap .fac-ap-right {
  right: 0;
  top: -15px;
}

.facilities-wrap .fac-item img {
  margin-bottom: 20px;
  width: 75px;
  height: 55px;
  object-fit: contain;
  object-position: center;
}

.facilities-wrap .fac-item h4 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.facilities-wrap .fac-item p {
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
}

.gallery-wrap {
  padding-top: 50px;
  padding-bottom: 80px;
}

.gallery-wrap h2 {
  color: var(--color2);
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.gallery-wrap .gallery-btns {
  text-align: center;
}

.gallery-wrap .gallery-btns button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  color: #5d5d5d;
}

.gallery-wrap .gallery-btns button.active {
  border-bottom: 2px solid #5d5d5d;
}

.gal-item {
  margin-top: 30px;
}

.gal-item .gal-image-wrap {
  /* height: 189px;*/
  position: relative;
  overflow: hidden;
}

.gal-item .gal-image-wrap .img-fluid {
  min-width: 100%;
}

.gal-item .gal-image-wrap .gal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  border-radius: 13px;
}

.gal-item .gal-image-wrap:hover .gal-overlay {
  opacity: 1;
}

.viewmore-contain {
  text-align: center;
  padding-top: 30px;
}

.viewmore-contain .viewmore-wrap {
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrap .readmore {
  display: flex;
  width: 230px;
  height: 50px;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 2px solid #c89336;
  background: -webkit-linear-gradient(left, #dcac28, #fdd552);
  background: -o-linear-gradient(right, #dcac28, #fdd552);
  background: -moz-linear-gradient(right, #dcac28, #fdd552);
  background: linear-gradient(to right, #dcac28, #fdd552);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  background-clip: text;

  margin-top: 30px;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.gallery-wrap .readmore:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28);
}

.coupon-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--backcolor);
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.coupon-wrap .coupon-part {
  display: flex;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.coupon-wrap .coupon-part p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--color2);
  margin-left: 15px;
}

.coupon-wrap .coupon-part img {
  max-height: 40px;
}

.featured-rooms-wrap {
  position: relative;
  padding-bottom: 70px;
  /* padding-top: 70px; */
}

.coupon-wrap .coupon-part-text {
  justify-content: flex-start;
}

.coupon-wrap .coupon-part-form {
  justify-content: flex-end;
}

.coupon-wrap input {
  border: 2px solid var(--color2);
  height: 40px;
  width: 60%;
  outline: none;
  color: #fff;
  background: transparent;
  padding-left: 15px;
  font-size: 18px;
}

.coupon-wrap button {
  width: 40%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: var(--color2);
  border: none;
  outline: none;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.coupon-wrap button:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
  -moz-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
  box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
}

.coupon-wrap input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.coupon-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.coupon-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.coupon-wrap input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.inner-header-wrap {
  height: 300px;
  background: url("../images/naslovna3.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center !important;
  position: relative;
  margin-top: 97px;
}

@media only screen and (max-width: 991px){
.inner-header-wrap{
  margin-top: 80px;
}
}

.inner-header-wrap .inner-header-text {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.inner-header-wrap .inner-header-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}

.inner-header-wrap .inner-header-text .loc {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}

.front-about-wrap.inner-about-wrap {
  position: relative;
  background: url(../images/inner-about.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.front-about-wrap.inner-about-wrap p {
  color: #231f20;
  margin-bottom: 0;
}

.inner-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-page-part h2 {
  font-size: 38px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 40px;
  color: var(--color2);
  text-transform: uppercase;
}

.contact-page-part p {
  color: #5d5d5d;
  margin-bottom: 40px;
  text-align: center;
}

.contact-page-part ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 27px;
}

.contact-page-part ul li {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #5d5d5d;
}

.contact-page-part ul li:first-child {
  padding-top: 0;
}

.contact-page-part ul li:last-child {
  padding-bottom: 0;
}

.contact-page-part ul li .con-img {
  min-width: 37px;
  margin-right: 15px;
}

.contact-page-part h3 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
  background: -webkit-linear-gradient(left, #dcac28, #fdd552);
  background: -o-linear-gradient(right, #dcac28, #fdd552);
  background: -moz-linear-gradient(right, #dcac28, #fdd552);
  background: linear-gradient(to right, #dcac28, #fdd552);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  background-clip: text;
}

.contact-page-part .contact-soc a {
  margin-left: 5px;
  margin-right: 5px;
}

.contact-page-part .contact-soc a i {
  color: var(--color2);
  font-size: 36px;
}

.contact-page-part .contact-soc a i:hover {
  opacity: 0.6;
}

.contact-page-part-left {
  padding-right: 50px;
}

.contact-page-part-left h2 {
  text-align: center;
}

.contact-page-part-right {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}



.half {
  position: relative;
  overflow: hidden;
}



.half .half-part:last-child {
  margin-right: 0;
}

.contact-page-part-right h2 {
  text-align: center;
}

.contact-page-part-right input,
.contact-page-part-right textarea {
  width: 100%;
  padding-left: 15px;
  border: none;
  outline: none;
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--color2);
  background-color: rgba(233, 233, 233, 0.5);
}

.contact-page-part-right input {
  height: 50px;
}

.contact-page-part-right textarea {
  padding-top: 15px;
  height: 115px;
  resize: none;
}

.contact-page-part-right input::-webkit-input-placeholder,
.contact-page-part-right textarea::-webkit-input-placeholder {
  color: var(--color2);
  opacity: 1;
  font-family: inherit;
}

.contact-page-part-right input:-moz-placeholder,
.contact-page-part-right textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color2);
  opacity: 1;
  font-family: inherit;
}

.contact-page-part-right input::-moz-placeholder,
.contact-page-part-right textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color2);
  opacity: 1;
  font-family: inherit;
}

.contact-page-part-right input:-ms-input-placeholder,
.contact-page-part-right textarea:-ms-input-placeholder {
  color: var(--color2);
  opacity: 1;
  font-family: inherit;
}

.contact-page-part-right input::placeholder, .contact-page-part-right textarea::placeholder{
  font-family: inherit;
}

.contact-page-part-right {
  padding: 40px 0;
}

.contact-page-part-right .viewmore-wrap {
  width: 220px;
  max-width: 100%;
  float: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(233, 233, 233, 0.5);
  border-radius: 13px;

}

.contact-page-part-right .viewmore {
  background: transparent;
  max-width: 100%;
  line-height: 18px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 13px;
}

.contact-page-part-right .border {
  margin-left: 20px;
}

.map-wrap {
  padding: 0;
}

#contact-map {
  height: 350px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 60px;
}

.inner-content-wrap {
  padding-top: 60px;
}

.inner-content-wrap .inner-title-wrap {
  margin-bottom: 30px;
}

.inner-content-wrap h2 {
  font-size: 36px;
  color: var(--color2);
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.inner-content-wrap .intro {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

.inner-gallery-wrap {
  padding-top: 0;
}

.inner-gallery-wrap .inner-gallery-btns button {
  text-transform: uppercase;

  font-size: 18px;
  letter-spacing: 0.05em;
}

.inner-gallery-wrap .gal-item .gal-image-wrap .gal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.inner-header-wrap-list {
  height: 450px;
}

.inner-form-wrap {
  position: absolute;
  /* bottom: 80px; */
  bottom: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}

.inner-form-wrap h2 {
  color: #fff;
}


.list-item-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
}

.list-item-image-wrap a{
  display: block;
  overflow: hidden;
}

#similar-slider .list-item-wrap:hover .list-item-image-wrap a img{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

#similar-slider .list-item-wrap:hover .list-item-info-wrap .apartment-title h3 a{
  color: var(--backcolor);
  transition: all 0.5s ease-in-out;
}

.list-item-image-wrap .unavailable {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.list-item-image-wrap .unavailable span {
  width: 50%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
}

.list-item-image-wrap .unavailable span img {
  float: right;
}

.list-item-image-wrap .img-fluid {
  min-width: 100%;
}

.list-item-image-wrap .list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 2;
}

.list-item-image-wrap .play {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
}

.inner-list-content-wrap {
  padding-bottom: 30px;
  margin-top: 50px;
}

.list-item-image-wrap:hover .list-overlay {
  opacity: 1;
}



.list-item-info-wrap {
  border-top: none;
  padding: 20px;
  box-shadow: 0px 18px 40px rgba(112, 112, 112, 0.2);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.list-item-info-wrap .apartment-title {
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;

}

.list-item-info-wrap .apartment-title h3 {
  font-family: "Playfair Display";
  font-size: 20px;
  text-align: center;
}

.list-item-info-wrap .apartment-title h3 a {
  color: var(--color2);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.list-item-info-wrap .apartment-amenities {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  justify-content: center;
  height: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
}

.list-item-info-wrap .apartment-amenities span {
  width: max-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: var(--color2);
  font-size: 18px;
  padding-right: 20px;
}

.list-item-info-wrap .apartment-amenities span img{
  border-radius: 0;
}

.list-item-info-wrap .apartment-amenities span:last-child {
  padding-right: 0;
}

.lead-to {
  cursor: pointer;
  font-weight: 600;
}

.list-item-info-wrap .apartment-amenities span img {
  max-height: 22px;
  margin-right: 7px;
}

.list-item-info-wrap .apartment-booked {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  color: var(--color2);
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.list-item-info-wrap .apartment-price {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  /* height: 50px; */
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item-info-wrap .apartment-price span {
  display: block;
  /* height: 50px; */
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--color2);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center;
}

.list-item-info-wrap .apartment-price span img {
  position: absolute;
  right: 0;
}

.list-item-info-wrap .apartment-price .old-price {
  color: var(--color2);
  text-decoration: line-through;
}

.list-item-info-wrap .apartment-price .new-price {
  color: var(--color1);
  text-decoration: none;
  background: url(../images/new-price-arrow.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.list-item-info-wrap .book-now a {
  width: 100%;
  height: 50px;
  color: #231f20;
  font-size: 20px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid var(--color2);
  outline: none;
  transition: ease-in-out 0.2s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 13px;
}
 .list-item-info-wrap .book-now a.draw-border:hover{
  color: var(--backcolor);
  border: none;
 }

.inner-detail-content-wrap {
  padding-top: 90px;
  padding-bottom: 10px;
}

.inner-detail-content-wrap .unit-title {
  margin-bottom: 25px;
}

.inner-detail-content-wrap .unit-title h2 {
  text-align: left;
}

.inner-detail-content-wrap .unit-title p {
  margin-bottom: 0;
  color: #231f20;
  font-size: 24px;
}

.inner-detail-content-wrap .unit-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.inner-detail-content-wrap .unit-buttons button {
  width: 25%;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  color: var(--color2);
  font-size: 24px;
  cursor: pointer;
  border-radius: 13px;
  background-color: #E9E9E9;
}

.inner-detail-content-wrap .unit-buttons button:first-child{
  margin-right: 15px;
}

.inner-detail-content-wrap .unit-buttons button.active {
  background: var(--color2);
  color: #fff;
}

.detail-fluid {
  position: relative;
}



#detail-slider .owl-dots .owl-dot span {
  background: var(--color2);
}

#detail-slider .owl-dots .owl-dot.active span {
  background: var(--color1);
}

#sync2 {
  margin-top: 5px;
}

#detail-map {
  height: 530px;
  width: 90%;
}

.unit-price-title {
  background: var(--color2);
  color: #fff;
  text-align: center;
  height: 50px;
  width: 200px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
      border-top-left-radius: 13px;
    border-top-right-radius: 13px;

}

.unit-price-title .line {
  position: absolute;
  left: -24px;
}

.unit-price .cd-inform {
  width: 100%;
  display: block;
  color: var(--color2);
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.unit-price-wrap {
  margin-bottom: 30px;
}

.unit-price {
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px solid var(--color2);
  height: 90px;
  border-bottom-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.unit-price span {
  color: var(--color2);
  font-size: 24px;
display: flex;
flex-direction: column;
  width: 33.3333%;
  text-align: center;
}

.unit-price span img {
  float: right;
  max-height: 15px;
  position: relative;
  top: 3px;
}

.unit-price .old-price {
  color: var(--color2);
  text-decoration: line-through;
}

.unit-price .new-price .price-number {
  color: var(--color2);
  font-style: normal;
}

.unit-price .new-price .per-night {
  font-size: 12px;

  display: inline-block;
  text-transform: uppercase;
  color: var(--color2);
  font-style: normal;

}

.amenities-wrap {
  margin-bottom: 30px;
}

.amenities-wrap h2 {
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.amenities-wrap .amenity-item {
  padding-left: 25px;
  background: url("../images/circle-check.svg") no-repeat;
  background-position: left top 3px;
  font-size: 15px;
  text-transform: uppercase;
  color: #231f20;
}

.detail-btns-wrap button {
  margin-bottom: 10px;
  width: 100%;

  outline: none;
  height: 60px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
transition: all 0.5s ease-in-out;
  border-radius: 13px;
}

#slide-item {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  top: 0 !important;
}

.detail-btns-wrap .book-btn{
  background-color: var(--backcolor);
  color: #fff;
  border: none;
}

.detail-btns-wrap .book-btn.draw-border:hover{
  background-color: transparent;
  color: var(--backcolor);
}

.detail-btns-wrap .request-btn {
  background: transparent;
} 

.detail-btns-wrap .request-btn span.draw-border:hover {
   color: var(--color2);
}

.detail-btns-wrap .request-btn.draw-border:hover span{
   color: var(--backcolor);
}

.detail-btns-wrap .availability-btn {
  background: var(--color2);
  border: 1px solid var(--backcolor);
  color: #fff;
}

.detail-btns-wrap .availability-btn.draw-border:hover{
  background-color: transparent;
  color: var(--backcolor);
}

.unit-description {
  margin-top: 25px;
  margin-bottom: 25px;
}

.unit-description p {
  color: #5d5d5d;
}

.unit-description p:last-child {
  margin-bottom: 0;
}

#similar-slider img {
  min-width: auto;
  width: auto;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

#similar-slider .list-item-image-wrap .img-fluid {
  min-width: 100%;
}

#similar-slider .list-item-wrap {
  margin-bottom: 0;
}

.other-apartments-wrap{
  margin-top: 30px;
}

.other-apartments-wrap h2 {
  text-align: left;
  margin-bottom: 25px;
}

#similar-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  right: 30px;
  width: 17px;
  height: 27px;
  background: url(../images/arr-left.svg) no-repeat;
  background-position: center;
  margin: 0;
  margin-top: -50px;
  z-index: 10;
  padding: 0;
}

#similar-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 27px;
  background: url(../images/arr-right.svg) no-repeat;
  background-position: center;
  margin: 0;
  margin-top: -50px;
  z-index: 10;
  padding: 0;
}

.res-graphic-wrap {
  margin-bottom: 30px;
}

.res-graphic-item {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center;
}

.res-graphic-item .res-arrow {
  position: absolute;
  right: 0;
}

.res-graphic-item h3 {
  color: var(--color2);
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-top: 10px;
  min-height: 42px;
}

.res-graphic-item h3.active {
  color: #fff;
}

.res-info-wrap h2 {
  color: var(--color2);
  font-size: 30px;
}

.res-info-wrap .loc {
  font-size: 16px;
  color: #231f20;
  text-transform: uppercase;
  margin-top: 10px;
}

.res-info-wrap .loc i {
  color: var(--color2);
}

.res-info-wrap .accom {
  margin-bottom: 16px;
  border-top: 2px solid #231f20;
  border-bottom: 2px solid #231f20;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #231f20;
}

.reservation-table-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.reservation-table-wrap .rt-item {
  border: 1px solid var(--color1);
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 18px;
  color: var(--color2);
  padding-left: 10px;
}

.reservation-table-wrap .rt-item span {
  font-weight: bold;
}

.reservation-table-wrap .rt-item-dark {
  color: var(--color2);
}

.reservation-table-wrap .rt-item-comm {
  border: 1px solid var(--color1);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.reservation-table-wrap .rt-item-comm span {
  font-weight: bold;
}

.reservation-table-wrap .rt-item-comm i {
  font-style: normal;
  margin-right: 10px;
}

.alert-wrap {
  margin-bottom: 20px;
  font-size: 14px;
  color: #231f20;
}

.alert-wrap i {
  margin-right: 15px;
}

.res-form1 h2 {
  color: #231f20;
  margin-bottom: 20px;
}

.res-form1 input {
  border: none;
  height: 40px;
  width: 90%;
  outline: none;
  color: var(--color2);
  border-bottom: 2px solid var(--backcolor);
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 20px;
}

.res-form1 select {
  border: none;
  height: 40px;
  width: 90%;
  outline: none;
  color: #231f20;
  background: transparent;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 20px;
 border-bottom: 2px solid var(--backcolor);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.res-form1 textarea {
  border: none;
  height: 100px;
  width: 100%;
  outline: none;
  padding-top: 10px;
  color: var(--color2);
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 2px solid var(--backcolor);
  resize: none;
  border-radius: 13px;
}

.res-form1 input::-webkit-input-placeholder,
.res-form1 textarea::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}

.res-form1 input:-moz-placeholder,
.res-form1 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #231f20;
  opacity: 1;
}

.res-form1 input::-moz-placeholder,
.res-form1 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #231f20;
  opacity: 1;
}

.res-form1 input:-ms-input-placeholder,
.res-form1 textarea:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}

.res-form1 p {
  margin-bottom: 25px;
}

.res-form1 p span {
  font-weight: bold;
}

.res-form1 p.thankyou {
  color: var(--color1);
  font-size: 24px;

}

.res-inner-wrap {
  padding-bottom: 0;
}

.res-step-submit-wrap {
  background: var(--color1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.res-step-submit-wrap .res-step-submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.res-step-submit-wrap .res-step-submit .coupon-part {
  position: absolute;
  left: 0;
}

.res-step-submit-wrap .res-step-submit .coupon-part input {
  border: none;
  height: 40px;
  width: 100%;
  outline: none;
  color: var(--color2);
  background: #fff;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 5px;
}

.res-step-submit-wrap .res-step-submit .coupon-part input::placeholder {
  color: var(--color2);
}

button:disabled,
select:disabled,
input:disabled {
  background: #a09599 !important;
}

.res-step-submit-wrap span {
  color: #fff;
  font-size: 16px;
}

.res-step-submit-wrap span a {
  color: #fff;
  text-decoration: none;
}

.res-step-submit-wrap label {
  cursor: pointer;
}

.res-step-submit-wrap input {
  position: relative;
  top: 2px;
}

.res-step-submit-wrap button {
  background: var(--color2);
  margin-left: 30px;
  width: 220px;
  border: none;
  outline: none;
  height: 40px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  border-radius: 13px;
}



.small-res-title {
  display: none;
}


.res-image-wrap {
  padding-left: 0;
  padding-right: 50px !important;
  width: 100%;
  height: 650px;
  /* max-width: 950px; */
}
.res-image-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px){
  .res-image-wrap {
    padding-right: 0 !important;
    height: 400px;

  }
}
@media only screen and (max-width: 767px){
  .res-image-wrap {
    height: 300px;

  }
}


.res-image-wrap img{
  border-radius: 13px;
}

.res-info-wrap {
  padding-right: 0;
}

.footer-info-wrap {
  background: url("../images/footer.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-attachment: fixed;
}

.footer-info-wrap h2 {
  color: var(--color2);
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-info-wrap img {
  margin-bottom: 40px;
}

.footer-info-wrap .tel {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 10px;
}

.footer-info-wrap .tel:last-child {
  margin-bottom: 25px;
}

.footer-info-wrap .tel a {
  color: #fff;
  text-decoration: none;
}

.footer-info-wrap .tel a:hover {
  color: var(--color1);
}

.footer-info-wrap .address {
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-info-wrap .mail {
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 25px;
}

.footer-info-wrap .mail a {
  color: #fff;
  text-decoration: none;
}

.footer-info-wrap .mail a:hover {
  color: var(--color1);
}

.footer-info-wrap .footer-soc a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-info-wrap .footer-soc a i {
  color: #555555;
  font-size: 36px;
}

.footer-info-wrap .footer-soc a:hover {
  opacity: 0.6;
}

.awards-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.copy-item {
  padding-bottom: 30px;
}

.copy-item h4 {
  color: #fff;
  margin-bottom: 30px;
}

.copy-item p {
  color: #fff;
}

.copy-item p a {
  text-decoration: none;
  color: #fff;
}

.copy-item span {
  align-self: flex-end;
  font-size: 14px;
  color: #fff;
}

.copy-item a {
  color: #fff;
  text-decoration: none;
}

.copy-item a i {
  font-size: 28px;
  margin-right: 5px;
  color: var(--color1);
  transition: all 0.2s ease-in-out;
}

.copy-item a i:hover {
  color: var(--hovercolor);
}

.copy-item a:hover {
  color: var(--color1);
}

.copy-item-right {
  justify-content: flex-end;
}

.copy-item-center {
  text-align: center;
  justify-content: center;
}

.copy-item-center #btt {
  cursor: pointer;
  margin-bottom: 25px;
}

.copy-item-text-small {
  display: none;
}

.copyright {
  text-align: center;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid var(--color1);
}

.copyright a {
  color: var(--color1);
  text-decoration: none;
}

body .featured-slider .item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px){
  body .featured-slider .item {
    flex-direction: column;
  }
}

body .featured-slider .owl-dots {
  position: absolute;
  top: 50%;
  height: 100%;
  right: -15px;
  margin: 0;
}

body .featured-slider .owl-dots .owl-dot {
  display: block;
  width: 100%;
}

body .featured-slider .owl-dots .owl-dot span {
  background: #dcac28;
  width: 14px;
  height: 14px;
  background: var(--color2);
  border: 2px solid transparent;
  margin-top: 5px;
  margin-bottom: 5px;
}

body .featured-slider .owl-dots .owl-dot.active span {
  background: #dcac28;
  width: 14px;
  height: 14px;
  background: var(--color1);
  border: 2px solid #dcac28;
}

.frw-item-image-parent {
  padding: 0;
}

body .featured-slider .owl-nav .owl-prev {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: -45px;
  margin: 0;
  padding: 0;
  background: transparent;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: var(--color2);
}

body .featured-slider .owl-nav .owl-next {
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: -45px;
  margin: 0;
  padding: 0;
  background: transparent;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: var(--color2);
}

body .featured-slider .owl-nav .owl-prev:hover,
body .featured-slider .owl-nav .owl-prev:focus,
body .featured-slider .owl-nav .owl-prev:active,
body .featured-slider .owl-nav .owl-next:hover,
body .featured-slider .owl-nav .owl-next:focus,
body .featured-slider .owl-nav .owl-next:active {
  color: var(--color2);
  background: transparent;
}

.m-calendar-i {
  margin: 15px 20px;
}

.m-calendar-h {
  background: var(--backcolor);
  color: #fff;
  font-size: 12px;
}

.m-calendar-h p {
  color: #fff;
  text-align: center;
}

.m-calendar-yes {
  /* background: #a1dd7a; */
  background: var(--color2);
  color: white;
}

.m-calendar-no {
  /* background: red; */
  background: rgba(20, 44, 68, 0.3);
  color: white;
}

.calendar-no-color{
   background: rgba(20, 44, 68, 0.3);
}

.calendar-yes-color {
  background: var(--color2);
}

.m-calendar-h span,
.m-calendar-d {
  word-spacing: -1;
  display: inline-block;
  width: 30px;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  margin: 1px;
}

.cal-mod-title {
  text-align: center;
  padding: 15px;
  margin-top: 25px;
  color: var(--color2);
  font-size: 36px;
}

#detail-dissmis {
  position: absolute;
  top: 10px;
  right: 10px;
}

.slick-dots {
  display: none !important;
}

.large-hide {
  display: none !important;
}

.g-recaptcha {
  float: right;
}

.foot-wrap {
  background: var(--color2);
  padding-top: 40px;
}

@media screen and (max-width: 1199px) {
  .menu .navbar .nav-item .nav-link {
    font-size: 14px;
    position: relative;
  }


  .inner-header-wrap .inner-header-text h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .inner-header-wrap .inner-header-text .loc {
    font-size: 22px;
  }

  .list-item-info-wrap .apartment-price span {
    font-size: 18px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-info-wrap .apartment-amenities span {
    font-size: 16px;
  }

  .amenities-wrap .amenity-item {
    font-size: 13px;
    padding-left: 18px;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px;
  }

  .reservation-table-wrap .rt-item {
    font-size: 16px;
    line-height: 16px;
  }

  body .featured-slider .owl-nav .owl-prev {
    left: -15px;
  }

  body .featured-slider .owl-nav .owl-next {
    right: -15px;
  }
}

@media screen and (max-width: 991px) {
  body .featured-slider .owl-nav .owl-next{
    right: -5px;
  }

  body .featured-slider .owl-nav .owl-prev{
    left: -5px;
  }

  .g-recaptcha {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  .frw-item-image-parent {
    height: 450px;
  }

  .menu .navbar .navbar-brand img {
    top: 0;
  }

  .form-box {
    max-width: 100%;
  }

  .menu {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    padding: 0;
  }

  .front-about-wrap .faw-text .faw-text-holder {
    text-align: center;
  }

  .menu .navbar {
    padding: 0;
    justify-content: center;
  }

  .menu .navbar .navbar-toggler {
    border: none;
    outline: none;
    /* margin-top: 30px; */
  }

  .menu .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(4, 108, 212)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer;
  }

  .inner-header-wrap {
    height: 200px;
  }

  .inner-header-wrap.inner-header-wrap-list {
    height: 490px;
  }

  .menu .navbar .nav-item .nav-link span {
    display: none;
  }

  .menu .navbar .nav-item {
    padding-right: 0;
  }

  .menu .navbar .nav-item .nav-link {
    color: var(--color2);
    text-align: center;
    font-size: 16px;
    text-align: end;
    justify-content: flex-end;
  }

  .menu .navbar .lang {
    border: none;
    padding: 0;
    margin-left: auto;
  }

  .menu .navbar .large-lang {
    display: none;
  }

  .menu .navbar .small-lang {
    display: block;
    margin-top: 20px;
  }

  .menu .navbar .small-lang a {
    color: var(--color2);
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }

  .menu .navbar .small-lang a:last-child {
    padding-right: 0;
  }

  .intro-wrap {
    margin-top: -450px;
    text-align: center;
  }

  #front-slider .owl-nav {
    display: none;
  }

  .intro-wrap h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .intro-wrap h3 {
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .intro-wrap h3 img {
    display: block;
    margin-right: 10px;
  }

  .intro-wrap .readmore,
  .viewall-wrap a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 15px;
    height: 30px;
    width: 140px;
  }

  .viewall-wrap a {
    margin-top: -15px;
  }

  .form-box button,
  .gallery-wrap .readmore {
    font-size: 15px;
    height: 30px;
    width: 140px;
  }

  .intro-wrap .stars img {
    max-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .form-box h2,
  .inner-form-wrap .inner-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .form-box label,
  .inner-form-wrap label {
    text-align: left;
    font-size: 12px;
  }

  .form-box input,
  .form-box select,
  .inner-form-wrap input,
  .inner-form-wrap select {
    height: 30px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .form-box .dates,
  .inner-form-wrap .dates {
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
  }

  #front-slider .item {
    height: 600px;
  }

  .front-about-wrap .faw-text {
    justify-content: center;
    padding-right: 0;
  }

  .front-about-wrap,
  .facilities-wrap,
  .gallery-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-wrap {
    margin-bottom: 20px;
  }

  .front-about-wrap .faw-text h2,
  .facilities-wrap h2,
  .gallery-wrap h2 {
    font-size: 30px;
    line-height: 30px;
  }

  body p {
    font-size: 14px;
    line-height: 18px;
  }

  .faw-video {
   margin-top: 30px;
   padding-left: 15px;
  }

  .faw-video img{
    display: none;
  }

  .frw-item-image {
    height: 375px;
  }

  .frw-item-image-small {
    display: block;
  }

  .large-show {
    display: none !important;
  }

  .large-hide {
    display: block !important;
  }

  .frw-item-image-large {
    display: none;
  }

  .frw-item-text {
    padding: 20px;
    text-align: center;
  }

  .frw-item-text h2,
  .footer-info-wrap h2 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .frw-item-text img {
    max-height: 30px;
  }

  .frw-item-text p.price {
    font-size: 16px;
  }

  .viewmore {
    font-size: 16px;
    height: 40px;
  }

  .viewmore span {
    margin-bottom: 10px;
  }

  .front-about-wrap,
  .facilities-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .front-about-wrap{
    margin-bottom: 30px;
  }

  .facilities-wrap .facilities-item-wrap {
    margin-bottom: 30px;
  }

  .facilities-wrap .facilities-item-wrap:last-child {
    margin-bottom: 0;
  }

  .coupon-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 90%;
  }

  .coupon-wrap .coupon-part-text {
    display: flex;
    justify-content: center;
  }

  .coupon-wrap .coupon-part-text p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .coupon-wrap .coupon-part-text img {
    max-height: 35px;
  }


  .coupon-wrap .coupon-part-form {
    justify-content: center;
  }

  .coupon-wrap input {
    width: 55%;
    height: 30px;
    font-size: 15px;
  }

  .coupon-wrap button {
    height: 30px;
    font-size: 15px;
    width: 45%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .footer-info-wrap h2 {
    margin-bottom: 15px;
  }

  .footer-info-wrap .tel {
    margin-bottom: 10px !important;
  }

  .footer-info-wrap img {
    margin-bottom: 15px;
  }

  .front-about-wrap.inner-about-wrap {
    background: url(../images/inner-about-small.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .inner-header-wrap .inner-header-text h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .inner-header-wrap .inner-header-text .loc {
    font-size: 19px;
  }

  .inner-header-wrap .inner-header-text .loc img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 5px;
  }

  .inner-header-wrap .inner-header-text {
    display: none;
  }

  .menu .navbar .navbar-toggler {
    padding-right: 0;
    right: 0;
     top: 20px;
  }



  .contact-page-part {
    text-align: center;
  }

  .contact-page-part-left h2,
  .contact-page-part-right h2,
  .inner-detail-content-wrap .unit-title h2,
  .amenities-wrap h2,
  .other-apartments-wrap h2 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .inner-detail-content-wrap .unit-title h2 {
    margin-bottom: 15px;
    text-align: center;
  }

  .inner-detail-content-wrap .unit-title p {
    font-size: 18px;
    text-align: center;
  }

  .contact-page-part ul li {
    text-align: center;
    display: block;
  }

  .contact-page-part ul li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-page-part ul li .con-img {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-page-part h3 {
    display: none;
  }

  .contact-soc {
    display: none;
  }

  .contact-page-part-right button {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }



  .contact-page-part-right textarea {
    font-size: 14px;
    margin-bottom: 20px;
    height: 90px;
  }

 

  .list-item-image-wrap {
    height: auto;
  }

  .list-item-image-wrap .img-fluid {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .inner-header-wrap-list {
    height: 520px;
  }

  .inner-form-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 40px;
  }

  .inner-form-wrap button {
    top: 0;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 30px;
    font-size: 15px;
  }

  .inner-list-content-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .list-item-info-wrap .apartment-title {
    justify-content: center;
  }

  .list-item-info-wrap .apartment-title h3 {
    text-align: center;
  }

  .list-item-info-wrap .apartment-amenities,
  .list-item-info-wrap .apartment-booked {
    justify-content: center;
    text-align: center;
  }

  .inner-detail-content-wrap {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .inner-detail-content-wrap .unit-buttons button {
    width: 33.3333%;
    height: 40px;
    font-size: 18px;
  }

  .unit-price-wrap {
    margin-top: 20px;
  }

  .detail-btns-wrap button {
    height: 50px;
    font-size: 18px;
  }

  #similar-slider .owl-nav .owl-next,
  #similar-slider .owl-nav .owl-prev {
    display: none;
  }

  .res-graphic-item img {
    max-height: 40px;
  }

  .res-graphic-item h3 {
    font-size: 12px;
  }

  .res-info-wrap {
    margin-top: 20px;
  }

  .res-info-wrap h2 {
    display: none;
  }

  .small-res-title {
    display: block;
    text-align: center;
    color: var(--color2);
    text-decoration: none;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .res-step-submit-wrap .res-step-submit {
    display: block;
  }

  .res-step-submit-wrap .res-step-submit span,
  .res-step-submit-wrap .res-step-submit button {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
  }

  .res-step-submit-wrap .res-step-submit .coupon-part {
    position: relative;
    top: 0;
  }

  .res-step-submit-wrap .res-step-submit label {
    margin-bottom: 0;
  }

  .res-step-submit-wrap {
    padding-top: 10px;
  }

  .res-header-wrap {
    height: 200px;
  }

  .res-image-wrap {
    padding-right: 0;
  }

  .res-image-wrap img {
    min-width: 100%;
  }

  .res-info-wrap {
    padding-left: 0;
  }

  .reservation-table-wrap {
    margin-top: 0;
  }

  .reservation-table-wrap .rt-item-comm {
    display: block;
  }

  .reservation-table-wrap .rt-item-comm i {
    display: block;
  }

  .reservation-table-wrap .rt-item-comm span {
    display: block;
  }

  .coupon-wrap .coupon-part-to-top img {
    position: relative;
    top: 0;
    bottom: 0;
    max-height: 40px !important;
  }

  .coupon-part-to-top {
    height: 55px !important;
    width: 40px !important;
        transform: translate(-50%, -50px) !important;
  }

  .slider-text {
    padding-left: 15px;
    padding-top: 30px;
  }

  .slider-text .viewmore-wrap{
    margin-left: auto;
    margin-right: auto;
  }

  .contact-page-part-right {
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
  }

  #contact-map {
    margin-bottom: 0;
  }

  .detail-fluid {
    position: relative;
    margin-top: 50px;
  }

  .front-about-wrap::before {
    display: none;
  }

  .featured-rooms-wrap::before {
    display: none;
  }

  .facilities-wrap::before {
    display: none;
  }


  .navbar-brand {
    max-height: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: max-content;
    margin-right: 0;
    padding: 0;
  }

  #navigacija {
    padding-top: 30px;
  }

  .padding-top {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {

  .slider-image,
  .slider-text {
    float: none;
    width: 100%;
  }

  .slider-text h2 {
    font-size: 30px;
    padding: 0 10px;
  }

  #slide-item {
    text-align: center;
  }

  .YouTubeModal #YouTubeModalDialog,
  .YouTubeModal #YouTubeModalDialog #YouTubeModalContent {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .YouTubeModal #YouTubeModalDialog #YouTubeModalContent iframe {
    max-width: 100% !important;
    width: 100% !important;
  }

  .copy-item-text-large {
    display: none;
  }

  .copy-item-text-small {
    display: block;
  }

  .copy-item {
    height: auto;
  }

  .copy-item-right,
  .copy-item-left {
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
  }

  .list-item-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-info-wrap .book-now a {
    height: 40px;
    font-size: 16px;
  }

  .list-item-info-wrap .apartment-booked {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }

  .list-item-info-wrap .apartment-amenities span img {
    max-height: 23px;
    margin-right: 5px;
  }

  .list-item-image-wrap:hover .list-overlay {
    opacity: 0;
  }

  .list-item-image-wrap .unavailable span {
    font-size: 16px;
  }

  #sync2 {
    display: none;
  }

  .reservation-table-wrap .rt-item-empty {
    display: none;
  }

  .intro-wrap h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .intro-wrap .stars {
    margin-bottom: 15px;
  }

  .intro-wrap h2 {
    display: none;
  }

  .intro-wrap h3 {
    margin-bottom: 15px;
  }

  .intro-wrap .readmore {
    display: none;
  }

  body .featured-slider .owl-dots {
    display: none;
  }

  .contact-page-part-right .viewmore-wrap {
    display: unset;
    float: right;
  }

  .intro-wrap .picker--opened .picker__holder {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 575px) {



  #front-slider .item {
    height: 500px;
  }

  .picker,
  .picker__holder,
  .picker__frame {
    width: 100% !important;
  }

  #data-picker-a0_root {
    width: 100% !important;
  }

  .gallery-wrap .gallery-btns button {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .gal-item .gal-image-wrap {
    height: auto;
  }

  .coupon-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .coupon-wrap button {
    font-size: 14px;
  }

  .intro-wrap {
    margin-top: -425px;
  }

  .form-box {
    padding: 20px 0px;
  }

  .front-about-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .facilities-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }

  .gal-item .gal-image-wrap .gal-overlay img {
    height: 50px;
    width: 50px;
  }

  .inner-gallery-wrap .gal-item .gal-image-wrap {
    height: auto;
  }



  .inner-detail-content-wrap .unit-buttons,
  .unit-content-wrap,
  .unit-price-wrap,
  .detail-btns-wrap,
  .other-apartments-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .res-image-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .reservation-table-wrap {
    margin-top: 0;
  }

  .loc,
  .res-info-wrap .accom {
    padding-left: 15px;
  }

  .res-inner-wrap .amenities-wrap {
    padding-left: 30px;
  }

  .inner-header-wrap {
    height: 120px;
  }

  .inner-header-wrap.inner-header-wrap-list {
    height: 420px;
  }

  .inner-title-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .intro-wrap .picker--opened .picker__holder {
    max-width: 100% !important;
  }

}

.menu .navbar .navbar-brand img {
  height: 80px;
  width: auto;
  object-fit: contain;
  -o-object-fit: contain;
  transition: all 0.5s ease-in-out;
}

.contact-page-part-right input {
  /* background: transparent !important; */
 /* border: 2px solid var(--color2); */
 border-radius: 13px;
}

.contact-page-part-right textarea {
  /* background: transparent !important;
   border: 2px solid var(--color2); */
 border-radius: 13px;
}

.background-linear {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.65);
}

.clip-path {
  position: relative;


}



/*---------------*/
.progress-number {
  font-family: "Playfair Display";
  font-size: 45px;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--color2);
  margin-left: auto;
  margin-right: auto;
}

.progress-number-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 166px;
  background-color: #fff;
  font-size: 34px;
  font-weight: 600;
  color: white;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.active-number {
  background-color: var(--color2);
}

.active-number .progress-number{
  color: #fff;
}

.number-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;

  transform: translateY(-135px);
    margin-bottom: -100px;
}

.number-cont .res-graphic-item {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.number-cont svg {
  margin-left: auto;
  margin-right: auto;
}

.number-cont svg path{
  fill: var(--color2);
}

@media only screen and (max-width: 576px) {
  .number-cont svg {
    width: 28px;
    height: 20px;
  }

  .progress-number {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .res-graphic-item h3 {
    margin-top: 10px;
  }
}

/* NEW */

.float-right {
  float: right;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}

.pick-form .row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.pick-form .row .col-md-3 {
  max-width: 100%;
}

.front-about-wrap .faw-text .faw-text-holder::before {
  content: "";
  position: absolute;
  background-color: #E9E9E9;
  /* bottom: 0; */
  top: 30px;
  right: 0;
  width: 185%;
  height: 95%;
  z-index: -1;
}

@media only screen and (max-width: 991px){
  .front-about-wrap .faw-text .faw-text-holder::before {
  display: none;
  }
}

.faw-video img {
  height: 113%;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
}

.front-about-wrap .faw-text .faw-text-holder {
  padding-bottom: 20px;
}

.padding-top {
  padding-top: 100px;
}

.btn-center .viewmore-wrap .viewmore {
  background-color: #E9E9E9;
  border: none;
  color: var(--color2);
}


.draw-border {
  transition: color 0.25s 0.0833333333s;
  position: relative;
}

.draw-border:hover {
  border: none;
  transition: all 0.5s ease-in-out;
}

.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.draw-border::before {
  border-bottom-width: 3px;
  border-left-width: 3px;
}

.draw-border::after {
  border-top-width: 3px;
  border-right-width: 3px;
}

.draw-border:hover .viewmore {
  color: var(--backcolor);
  transition: all 0.5s ease-in-out;
}

.draw-border:hover::before, .draw-border:hover::after {
  border-color: var(--backcolor);
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

/* -------------------------------- */

.draw-border-dark:hover::before, .draw-border-dark:hover::after {
  border-color: var(--color2);
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.draw-border-dark:hover .viewmore {
  color: var(--color2);
  transition: all 0.5s ease-in-out;
}

.draw-border-dark:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border-dark:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.facilities-wrap .fac-item {
  background: #E9E9E9;
  border-radius: 13px;
  margin-right: 15px;
}

.facilities-wrap .fac-item:nth-child(4){
  margin-right: 0;
}

@media only screen and (max-width: 991px){
  .facilities-wrap .fac-item{
    margin-right: 0;
  }
}

@media only screen and (max-width: 576px){
  .facilities-wrap .fac-item{
    height: 185px;
  }
}

.facilities-wrap .fac-item h4 {
  color: #142c44;
}

.facilities-wrap .fac-item p {
  color: #142c44;
}

.facilities-wrap .fac-ap {
  border: none;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: 0.5fr 0.2fr 0.4fr 0.3fr 0.5fr;
  margin-top: 25px;
  gap: 15px;
}

.gallery-wrapper .gal-item {
  width: 100%;
  height: 250px;
  margin-top: 0;
}

.gallery-wrapper .gal-item:nth-child(6n+1) {
  grid-column: span 2;
}

.gallery-wrapper .gal-item:nth-child(6n+2) {
  grid-column: span 2;
}

.gallery-wrapper .gal-item:nth-child(6n+4) {
  grid-column: span 1;
}

.gallery-wrapper .gal-item:nth-child(6n+5) {
  grid-column: span 2;
}

.gallery-wrapper .gal-item:nth-child(6n+6) {
  grid-column: span 2;
}


.gallery-wrapper .gal-item .gal-image-wrap {
  width: 100%;
  height: 100%;
}

.gallery-wrapper .gal-item .gal-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
}

@media only screen and (max-width:767px) {
  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-wrapper .gal-item:nth-child(6n+1),
  .gallery-wrapper .gal-item:nth-child(6n+2),
  .gallery-wrapper .gal-item:nth-child(6n+5),
  .gallery-wrapper .gal-item:nth-child(6n+6) {
    grid-column: span 1;
  }
}


@media only screen and (max-width:767px) {
  .gallery-wrapper {
    gap: 5px;
  }

  .gallery-wrapper .gal-item {
    height: 160px;
  }
}

.gal-overlay img {
  object-fit: contain !important;
  object-position: center;
  width: 50px !important;
  height: 50px !important;
}

.coupon-wrap {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 13px;
}

.coupon-wrap .coupon-part p {
  color: white;
}

.coupon-wrap button {
  background: white;
  color: #142c44;
}

.coupon-wrap input {
  border: 2px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.coupon-wrap input::placeholder {
  color: white;
  opacity: 1;
}

.coupon-wrapper {
  justify-content: space-between;
  position: relative;
  padding: 0 15px;
}

.coupon-part-to-top {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -70px);
  width: 100%;
  max-width: 55px;
  height: 75px;
  cursor: pointer;
  background-color: white;
}

.coupon-part-to-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-height: 65px !important;
}


.form-box button {
  background: transparent;
  border: 2px solid var(--backcolor);
  border-radius: 10px;
  margin-bottom: 25px;
}

footer {
  background-image: url('../images/naslovna3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.7);
  z-index: 0;
}

.foot-wrap {
  background: transparent;
}

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

footer .right-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.owl-carousel .owl-item img {
  border-radius: 13px;
}

.margin-bottom {
  margin-bottom: 50px;
}

.container {
  width: 100%;
  max-width: 1340px;
}

.no-scroll {
  overflow-y: hidden;
}



@media only screen and (max-width: 1600px) {
  .container {
    max-width: 85%;
  }
}

@media only screen and (max-width: 1400px) {
  .container {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  /* .offer-wrapper .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  } */

  .offer-wrapper .row .col-lg-4 {
    max-width: 100%;
  }
}

@media only screen and (max-width:1000px) {
  .picker__holder {
    display: none;
  }

  .picker--opened .picker__holder {
    display: flex;
  }
}


@media only screen and (max-width:991px) {
  .menu.open {
    height: 100vh;
  }

  .menu .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
  }

  .menu .social-icons a {
    margin-left: 10px;
  }

  .fa-facebook-f:before, .fa-facebook:before, .fa-instagram:before {
    font-size: 25px;
    color: var(--backcolor);

  }
  .social-icons .fa-facebook-f:before, .social-icons .fa-facebook:before, .social-icons .fa-instagram:before {
    color: var(--color2);

  }

  .contact-menu {
    margin-top: 20px;
  }

  .contact-menu p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .contact-menu p a {
    margin-left: 10px;
    color: var(--color2);
    font-weight: 500;
    font-size: 16px;
  }

  .contact-menu p svg {
    /* fill: var(--backcolor); */
    fill: var(--color2);  

  }

}

@media only screen and (max-width:767px) {
  .pick-form .row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .form-box .form-sbmt-wrap{
    grid-column: span 2;
  }

  .offer-wrapper .row {
    grid-template-columns: 1fr;
  }

  footer .middle-footer {
    text-align: start;
  }

  footer .right-footer {
    align-items: flex-start;
  }
}

.contact-menu {
  display: none;

}

.social-icons {
  display: none;
}

@media only screen and (max-width:991px) {
  .contact-menu {
    display: block;
  }

  .social-icons {
    display: flex;
  }
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown-toggle svg {
  margin-left: 10px;
}

.dropdown-toggle svg path {
  transition: all 0.3s ease-in-out;
}

.dropdown-toggle:hover svg path {
  fill: var(--backcolor);
  transition: all 0.3s ease-in-out;
}

.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.owl-carousel.front-slider {
  margin-top: 97px;
}

.contact-image{
  width: 100%;
  max-width: 50%;
  height: 500px;
  margin-right: 40px;
}

.contact-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
}

.contact-map{
  margin-bottom: 30px;
}

.contact-map iframe{
border-radius: 13px;
}


@media only screen and (max-width: 991px) {
  .menu-wrap {
    padding: 0;
    /* height: 90px; */
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color2);
  }

  .owl-carousel.front-slider {
    margin-top: 79px;
  }

  .gallery-wrap2{
    padding-top: 0;
  }

  .contact-image{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-page-part-right form{
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 576px){
  .contact-page-part-right input{
    margin-bottom: 15px;
  }

  .contact-image{
    height: 300px;
  }

  .contact-page-part-right{
    margin-top: 0;
    padding: 20px 0;
  }

  .contact-map{
    padding: 0;
  }
}

.container{
  padding-left: 0;
  padding-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9{
  padding-left: 0;
  padding-right: 0;
}

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

.container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.footer-logo{
  width: 100%;
  max-width: 300px;
  height: 90px;
margin: 25px auto;
}

.footer-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.room-wrapper2{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.room-wrapper2 .list-item-wrap{
  max-width: 100%;
}

.room-wrapper2 .list-item-image-wrap a{
  display: block;
  position: relative;
  overflow: hidden;
}
.room-wrapper2 .list-item-image-wrap a img{
  transition: all 0.5s ease-in-out;
}

.room-wrapper2 .list-item-wrap:hover .list-item-image-wrap a img{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.room-wrapper2 .list-item-info-wrap .list-cal{
  height: 50px;
  width: 100%;
}

.room-wrapper2 .list-item-wrap .list-item-info-wrap .apartment-title h3 a{
     transition: all 0.5s ease-in-out;
}

.room-wrapper2 .list-item-wrap:hover .list-item-info-wrap .apartment-title h3 a{
  color: var(--backcolor);
    transition: all 0.5s ease-in-out;
}

.coupon-row{
  display: none;
}

.detail-slider-wrap{
  width: 90%;
}

.other-apartments-wrap .owl-stage-outer{
  padding-bottom: 40px;
}

.small-header .menu .navbar .navbar-brand img{
  height: 65px;
  transition: all 0.5s ease-in-out;
}

.facilities-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.facilities-wrapper .facilities-item-wrap {
  max-width: 100%;
}


.modal-dialog{
  position: absolute !important;
  top: 50%;
  left: 50%;
}

.modal.show .modal-dialog{
  transform: translate(-50%, -50%) !important;
  
}

.modal-content{
  border-radius: 13px !important;
}

.iti--show-selected-dial-code .iti__selected-flag{
  border: 1px solid #5cbcec;
    border-bottom: none;
}

.iti__country-list{
  max-height: 200px;
}

.iti__selected-flag{

}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* opacity: 0.2; */
    opacity: 0.2;
    z-index: 9;
}

#page-overlay {
    z-index: 98;
    /* display: none; */
}

.mfp-content {
    /* position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    width: 100%;
    max-width: 560px;
    height: 90vh; */

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  max-height: 90vh;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  max-width: 560px;
  border-radius: 30px;

}

.mfp-iframe-scaler {
    width: 100%;
   
}

.mfp-content .close {
    width: 30px;
    height: 30px;
    /* background-color: rgba(1, 10, 48, 0.7); */
    background-color: rgba(4, 108, 212, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    background-image: url(../images/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
}

.mfp-content .close:hover{
  opacity: 1 !important;
}

.popup-wrapper{
  /* position: absolute; */
  display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
}

.popup-wrapper .popup-image{
  width: 100%;
  /* height: 335px; */
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  aspect-ratio: 16 / 7;
  position: relative;
}

.popup-wrapper .popup-image .avatar-image{
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
}

.popup-wrapper .popup-image .avatar-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}

.popup-wrapper .popup-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
    border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.popup-details-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  text-align: center;
  width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.popup-details-cont .popup-title span{
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  color: var(--color2);
}

.popup-details-cont .popup-title p{
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 2px;
  color: var(--color2);
}

.popup-details-cont .popup-text p{
  font-weight: 300;
  font-size: 16px;
  color: var(--color2);
}

.popup-details-cont hr{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  background-color:  rgba(1, 10, 48, 0.2);
  width: 70%;
}

.popup-details-cont .agree-text p{
  font-size: 12px;
  font-weight: 300;
  /* color: rgba(1, 10, 48, 0.7); */
  color: rgba(4, 108, 212, 0.7);
  margin-bottom: 0;
  line-height: 15px;
}

.popup-details-cont .agree-text a{
  font-weight: 800;
    color: rgba(4, 108, 212, 0.7);
    font-size: 12px;
}

.coupon-form{
  width: 100%;
}

.coupon-form form{
    display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.coupon-form .coupon-input{
  border: none;
  background-color: rgba(242, 243, 245, 1);
  border-radius: 10px;
  padding: 10px 20px;
  width: 70%;
  text-align: left;
}

.coupon-form .copy-wrapper .coupon-input{
  font-weight: 600;
  color: #010A30;
  letter-spacing: 1px;
}

.coupon-form form input:focus{
  outline: none;
}

.coupon-form form input::placeholder{
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: rgba(1, 10, 48, 0.5);
}

.coupon-form .coupon-button{
  width: 25%;
  /* background-color: rgba(1, 10, 48, 1); */
  background-color: var(--color2);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 10px;
   transition: all 0.5s ease-in-out;
   font-family: "Montserrat";
   cursor: pointer;
}

.coupon-form .coupon-button:hover{
  background-color: #fff;
  border: 1px solid #010A30;
  color: #010A30;
  transition: all 0.5s ease-in-out;
}

.coupon-form .copy-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.coupon-banner-wrapper{
  position: fixed;
  bottom: 0;
  /* left: 100px; */
  left: 10px;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 8;
}

.coupon-banner-wrapper .accordion{
  background: var(--color2) url('../images/arr-down-acc.svg') no-repeat;
  background-position: calc(100% - 10px);

  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  cursor: pointer;
  color: #fff;
}

.coupon-banner-wrapper .accordion p{
    color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.coupon-banner-wrapper .coupon-banner-text{
  padding: 0px;
 max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.coupon-banner-wrapper .accordion.active + .coupon-banner-text {
  max-height: 140px; /* dovoljno da obuhvati sav tekst */
padding: 10px;
}

.coupon-banner-wrapper .coupon-banner-text p{
  font-weight: 400;
  font-size: 12px;
  color: var(--color2);
  letter-spacing: 1px;
  text-align: center;
}

.coupon-banner-wrapper .copy-wrapper{ 
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupon-banner-wrapper .copy-wrapper .coupon-input{
      border: none;
    background-color: rgba(242, 243, 245, 1);
    border-radius: 10px;
    padding: 10px 20px;
    width: 70%;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Montserrat";
}

.coupon-banner-wrapper .copy-wrapper .coupon-button{
  width: 25%;
    background: var(--color2) url('../images/copy-image.png') no-repeat;
    background-position: center;
    border: none;
    height: 40px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    font-family: "Montserrat";
    cursor: pointer;
}

.copied-opacity {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.coupon-banner-wrapper .coupon-banner-text p span{
  font-weight: 800;
}


.booking-step-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.booking-step-wrapper .guest-details-form{
  width: 60%;

}

.booking-step-wrapper .guest-info-form{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #F2F3F5;
  padding: 30px ;
  border-radius: 30px;
  column-gap: 25px;
}


.booking-step-wrapper .guest-info-form .col-12:last-of-type{
  grid-column: span 2;
}

.booking-step-wrapper .guest-info-form label{
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.booking-step-wrapper .guest-info-form input, .booking-step-wrapper .guest-info-form textarea, .booking-step-wrapper .guest-info-form select{
  border: none;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 15px;
  height: 60px;
}

.booking-step-wrapper .guest-info-form input{
  margin-bottom: 25px;
  width: 100%;
}

.booking-step-wrapper .guest-info-form textarea{
  height: 228px;
}

.booking-step-wrapper .iti--separate-dial-code .iti__selected-flag{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.booking-step-wrapper .iti{
  width: 100%;
}

.booking-step-wrapper input#hp{
  width: max-content;
  margin-bottom: 0;
  height: 30px;
  border: none;
  width: 30px;
  background-color: #D9D9D9;
}

.booking-step-wrapper .hp-check-cont {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.booking-step-wrapper .hp-check-cont label{
  font-size: 18px;
  font-weight: 500;
  color: var(--color2);
  letter-spacing: 1px;
  margin: 0 10px;
  font-family: "Montserrat";
}

.booking-step-wrapper .hp-check-cont a{
    font-size: 18px;
  font-weight: 800;
    color: var(--color2);
  letter-spacing: 1px;
   font-family: "Montserrat";
   cursor: pointer;
}

.booking-step-wrapper .flex-btns{
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.booking-step-wrapper .flex-btns button, .booking-step-wrapper .flex-btns div{
  background-color: var(--color2);
  width: 100%;
  max-width: 285px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat";
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.booking-step-wrapper .flex-btns button#backBtn, .booking-step-wrapper .flex-btns div{
  background-color: #fff;
  border: 1px solid var(--color2);
  color: var(--color2);
  text-align: center;
}

 h2.booking-room-name{
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 1px;
  position: relative;
  width: 50%;
}



 h2.booking-room-name::before{
  content: "";
  position: absolute;
  top: 30%;
  width: 20%;
  left: -20%;
  height: 1px;
  background-color: var(--color2);
}


.success-booking-wrapper .booking-room-name::before{
  top: 50%;
}



.room-details-wrapper{
  width: 60%;
}

.room-details-wrapper .res-image-wrap{
  width: 100%;
  height: 380px;
  border-radius: 30px;
  padding-right: 0 !important;
}

.room-details-wrapper .res-image-wrap img{
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}

.room-details-wrapper .res-info-wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 40px;
}

.room-details-wrapper .room-small-info{
  padding: 30px;
    background-color: rgba(242, 243, 245, 1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    min-height: 260px;
        display: flex
;
    flex-direction: column;
    justify-content: center;
}

.room-details-wrapper .room-small-info h2{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.room-details-wrapper .room-small-info .loc{
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  margin-top: 0;
}

.room-details-wrapper .room-small-info .accom{
  border: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.room-details-wrapper .amenities-cont{
    padding: 30px;
    background-color: rgba(242, 243, 245, 1);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 5px;
    min-height: 260px;
        display: flex
;
    flex-direction: column;
    justify-content: center;
}

.room-details-wrapper .amenities-cont h2{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Montserrat";
}

.room-details-wrapper .amenities-cont .col-12{
  margin-bottom: 10px;
}

.room-details-wrapper .amenities-cont .col-12:last-child, .room-details-wrapper .amenities-cont .col-12:nth-last-child(2){
  margin-bottom: 0;
}

.success-booking-wrapper{
  width: 60%;
}

.success-booking-wrapper p{
  letter-spacing: 1px;
}

.success-booking-wrapper p a{
  font-weight: 800;
  color: var(--color2);
  margin-left: 5px;
}

.success-booking-wrapper h2{
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}



.success-booking-wrapper h2::before{
  content: "";
  position: absolute;
  top: 30%;
  width: 20%;
  left: -20%;
  height: 1px;
  background-color: var(--color2);
}

form:has(.mobile-flex-btns){
margin-top: 30px;
  width: 100%;
  display: none;
}


@media only screen and (min-width:1600px){

 h2.booking-room-name::before{
    width: 41%;
    left: -42%;
  }

}

.overview-wrapper{
  width: 30%;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
}

.overview-wrapper .overview-title h3{
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.overview-wrapper .overview-title{
 
    background-color: #F2F3F5;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 30px;
}

.overview-wrapper .overview-info-cont{
    background-color: #F2F3F5;
    padding: 20px 30px;
}

.overview-wrapper .overview-info-cont .overview-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
    margin-bottom: 10px;
}

.overview-wrapper .overview-info-cont .overview-item:last-of-type{
  margin-bottom: 0px;
}

.overview-wrapper .overview-info-cont .overview-item p{
  font-size: 16px;
  font-family: "Montserrat";
  letter-spacing: 1px;
  color: var(--color2);
  font-weight: 400;
  margin-bottom: 0;
}

.overview-wrapper .overview-info-cont .overview-item p span{
  font-weight: 700;
}

.overview-wrapper .overview-info-cont .overview-item p b{
  font-weight: 800;
}

.overview-wrapper .overview-info-cont.total-price{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.overview-wrapper .overview-info-cont.total-price p{
  text-transform: uppercase;
  font-size: 24px;
}





/* POLICY POPUP */


.popup-policy#page-overlay2 {
    z-index: 98;
    display: none;
}

.popup-policy#page-overlay3 {
  z-index: 98;
  display: none;
}
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: rgba(1, 10, 48, 0.5);
    backdrop-filter: blur(5px); 
    z-index: 9998;
    display: none;
}

.mfp-content2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-height: 50vh;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    border-radius: 30px;
    display: none;
    
}

.mfp-iframe-scaler {
    width: 100%;
}

.popup-wrapper {
    /* position: absolute; */
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
}

.mfp-content2 .close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: var(--color2);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    opacity: 1;
    background-color: #fff;
}

.no-scroll{
    overflow-y: hidden;
}

.popup-details-cont{
    padding: 30px;
    align-items: center;
    justify-content: center;
}

.popup-text{

 min-height: 85px;
 margin: 15px 0;
  /* overflow-y: scroll; */
  display: flex;
  align-items: center;
}

.popup-title h3{
   font-size: 32px;
   font-family: "Playfair Display";
   font-weight: 600;
}

.popup-text p{
    margin-bottom: 10px;
}

.popup-text ul{
    margin-bottom: 20px;
}

.popup-text ul li{
    position: relative;
    padding-left: 35px;
}

.popup-text ul li::before{
     content: "";
    background-image: url(../images/check-black.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    background-position-y: center;
    left: 0;
    /* bottom: 15px; */
    background-repeat: no-repeat;
    background-size: contain;
}


.popup-text.cancel-text div, .popup-text.cancel-text button{
  background-color: var(--color2);
  width: 100%;
 width: 205px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat";
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.popup-text.cancel-text button#backBtn{
  background-color: #fff;
  border: 1px solid var(--color2);
  color: var(--color2);
  text-align: center;
}

.popup-text.cancel-text div{
  margin-left: 20px;
}

.coupon-banner-wrapper .accordion-mobile{
  display: none;
}

.res-image-wrap .roomSwiper{
  width: 100%;
  height: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}

.swiper-button-next, .swiper-button-prev{
  width: 37px !important;
  height: 37px !important;
  border-radius: 50%;
  background-color: rgba(1, 10, 48, 0.7);
}

.swiper-button-next svg, .swiper-button-prev svg{
  width: 7px !important;
  height: 12px !important;
}


.booking-step-wrapper .guest-details-form.booking-form .guest-info-form{
  grid-template-columns: 1fr;
}

.booking-step-wrapper .guest-details-form.booking-form .guest-info-form .col-12:last-of-type{
  grid-column: span 1;
}

.booking-step-wrapper .guest-details-form.booking-form form{
  width: 100%;
}


.booking-step-wrapper .guest-details-form.booking-form select{
  width: 100%;
}

.overview-item .coupon-part{
  width: 55%;
}

.overview-item input{
  border: none;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px 15px;
    height: 44px;
    width: 100%;
}

.overview-item input:focus{
  outline: none;
}

.overview-item.coupon-item{
  flex-direction: column;
 align-items: flex-start !important;
}

.overview-item.coupon-item label{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--color2);

}

.overview-item.coupon-item #coupon-response{
  margin-top: 10px;
}

.overview-item button#check-coupon{
  border-radius: 20px;
  width: 40%;
}

.overview-item.coupon-item .flex-btns{
  width: 100%;
}


.menu-wrap{
  z-index: 97;
}


.intro-wrap .best-price{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.intro-wrap .best-price p{
  text-align: center;
  color: #fff;
  font-size: 25px;
}


.privacy-text .title h2{
  text-align: center;
  margin-bottom: 30px;
}

.privacy-text h2{
  margin-bottom: 20px;
}

.privacy-text h3{
  margin-bottom: 15px;
}

.privacy-text h4{
  margin-bottom: 10px;
}

.privacy-text ul li{
  font-size: 18px;
  letter-spacing: 0;
  color: #231f20;
  margin-bottom: 1rem;
}

/* ------------------ */


  @media only screen and (max-width:1600px){
.popup-details-cont{
  padding: 30px;
}
  }


@media only screen and (max-width:1199px){
  .room-wrapper2{
    grid-template-columns: repeat(2, 1fr);
  }
  h2.booking-room-name{
    width: 100%;
  }

  .booking-step-wrapper{
    flex-direction: column;
  }

  .booking-step-wrapper .guest-details-form{
    width: 100%;
  }

  .overview-wrapper{
    width: 100%;
    margin-top: 40px;
  }

.room-details-wrapper{
  width: 100%;
}


}

@media only screen and (max-width:991px){
  .privacy-text ul li{
    font-size: 14px;
    line-height: 18px;
  }

.detail-slider-wrap{
  width: 100%;
}

#detail-map{
  width: 100%;
}

.small-header .menu .navbar .navbar-brand img{
  height: 80px;
}

.facilities-wrapper{
  grid-template-columns: repeat(2, 1fr);
 column-gap: 20px;
}

.menu .navbar .dropdown .dropdown-menu li a{
  text-align: end;
}

.front-about-wrap .faw-text .faw-text-holder::before{
  top: 20px;
}
}

@media only screen and (max-width:767px){

  .desktop-flex-btns{
    display: none !important;
  }

  form:has(.mobile-flex-btns){
    display: block;
  }
  .room-wrapper2{
    grid-template-columns: 1fr;
  }

  .modal.show .modal-dialog{
    max-width: 90% !important;
  }

  .room-details-wrapper .res-info-wrap{
    flex-direction: column;
  }

  .room-details-wrapper .room-small-info{
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    min-height: auto;
  }

  .room-details-wrapper .amenities-cont{
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    margin-top: 5px;
    min-height: auto;
  }
}

@media only screen and (max-width:576px){

  .small-header .menu .navbar .navbar-brand img{
    height: 45px;
  }
  .popup-details-cont:has(.cancel-text) h3{
    font-size: 28px;
  }

  .popup-text.cancel-text div, .popup-text.cancel-text button{
    width: 145px;
  }
  .menu .navbar .navbar-brand img{
    height: 45px;
  }

  .navbar-brand{
    max-height: 45px;
  }

  .owl-carousel.front-slider{
    margin-top: 56px;
  }

  .menu .navbar .navbar-toggler{
    top: 8px;
  }
  .inner-header-wrap{
    margin-top: 56px;
  }


  .room-details-wrapper .room-small-info .accom{
    font-size: 16px;
    padding-top: 0
  }

  .room-details-wrapper .amenities-cont .amenities-wrap{
    padding-left: 0;
  }

  .room-details-wrapper .amenities-cont .col-12{
    flex: 0 0 50%;
  }
  .booking-step-wrapper input#hp{
    width: 20px;
    height: 20px;
  }

  .booking-step-wrapper .hp-check-cont label{
    font-size: 15px;
  }

  .booking-step-wrapper .hp-check-cont a{
    font-size: 15px;
  }

  .booking-step-wrapper .guest-details-form.booking-form .guest-info-form{
    row-gap: 10px;
  }

  .booking-step-wrapper .guest-info-form label{
    font-size: 16px;
  }

  .booking-step-wrapper .guest-details-form.booking-form select{
    height: 45px;
    font-size: 16px;
  }

  .booking-step-wrapper .guest-info-form input{
    margin-bottom: 10px;
    font-size: 16px;
  }

  .coupon-banner-wrapper .accordion{
    font-size: 14px;
  }

  .booking-step-wrapper .guest-info-form input{
    height: 45px;
  }

  .booking-step-wrapper .guest-info-form textarea{
    height: 150px;
  }

  .booking-step-wrapper .iti{
    margin-bottom: 25px;
  }

  h2.booking-room-name{
    font-size: 25px;
  }

  h2.booking-room-name::before{
    top: 19%;
  }

  .room-details-wrapper .res-image-wrap{
    height: 300px;
  }

    .room-details-wrapper .room-small-info{
      padding: 20px;
    }

    .room-details-wrapper .amenities-cont{
      padding: 20px;
    }

  .overview-wrapper .overview-title{
    padding: 20px;
  }

  .overview-wrapper .overview-title h3{
    font-size: 25px;
  }

  .overview-wrapper .overview-info-cont{
    padding: 15px 20px;
  }

  .overview-wrapper .overview-info-cont .overview-item p span{
    font-size: 14px;
  }

  .overview-wrapper .overview-info-cont .overview-item p b{
    font-weight: 700;
    font-size: 14px;
  }

  h2.booking-room-name::before{
    width: 6%;
    left: -6%;
  }

  .booking-step-wrapper .guest-info-form{
    padding: 20px;
  }

  .number-cont{
        transform: translateY(-90px);
    margin-bottom: -90px;
  }

  .progress-number-cont{
    width: 95px;
    height: 95px;
  }

      .progress-number {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }

      .res-graphic-item h3 {
        margin-top: 0px;
        font-size: 10px;
        line-height: 16px;
    }

    .booking-step-wrapper .guest-info-form{
    grid-template-columns: 1fr;
  }

  .booking-step-wrapper .guest-info-form .col-12:last-of-type{
    grid-column: span 1;
  }

  .booking-step-wrapper .flex-btns{
    gap: 20px;
  }

  .coupon-banner-wrapper{
    left: 20px;
    max-width: 180px;
     transition: max-width 0.3s ease;
    overflow: hidden;
  }
.coupon-banner-wrapper .copy-wrapper .coupon-input{
    padding: 10px;
    font-size: 10px;
}

.coupon-banner-wrapper .coupon-banner-text{
   opacity: 1;
    transition: opacity 0.3s ease;
}

.coupon-banner-wrapper:has(.accordion.closed) .coupon-banner-text {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.coupon-banner-wrapper .desktop-accordion{
 display: none;
}


.coupon-banner-wrapper .accordion-mobile{
  display: flex;
  font-size: 12px;
  font-weight: 600;
}

.coupon-banner-wrapper:has(.accordion.closed) {
max-width: 85px;


}

.coupon-banner-wrapper .accordion-mobile.closed {
  padding: 5px;
}

  .coupon-banner-wrapper .copy-wrapper .coupon-button{
    width: 20%;
    height: 34px;
    background-size: 15px;
  }

.mfp-content{
  width: 90%;
}

.popup-details-cont{
  padding: 20px;
}

.popup-details-cont .popup-title span{
  letter-spacing: 1px;
  font-size: 13px;
}

.popup-details-cont .popup-title p{
  font-size: 20px;
}

.popup-details-cont .popup-text p{
  font-size: 12px;
}

.popup-details-cont .agree-text p{
  font-size: 10px;
}

.popup-details-cont .agree-text p a{
  font-size: 10px;
}

.coupon-form .coupon-button{
  font-size: 12px;
}

.coupon-form .coupon-input{
  padding: 10px 15px;
  font-size: 14px;
}

.popup-details-cont hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.popup-wrapper .popup-image{
  aspect-ratio: 16 / 9;
}

.popup-wrapper .popup-image .avatar-image{
  width: 80px;
  height: 80px;
}

.popup-details-cont .agree-text a{
  font-weight: 700;
}

.coupon-wrap{
  margin-top: -30px;
}

.facilities-wrap .fac-item .fac-img-wrap{
  min-height: 40px;
}

.facilities-wrap .fac-item img{
  height: 40px;
  margin-bottom: 10px;
}

.facilities-wrap .fac-item h4{
  font-size: 16px;
}

.facilities-wrap .facilities-item-wrap{
  margin-bottom: 10px;
}

.facilities-wrapper{
  column-gap: 7px;
}

.inner-detail-content-wrap .unit-title h2{
  font-size: 23px;
}

#detail-map{
  height: 350px;
}

#detail-map iframe{
  height: 350px;
}

.modal-dialog{
  margin: 0;
}

.inner-content-wrap h2{
  font-size: 25px;
}

.modal-body{
  padding-top: 0;
}

}

.available-color{
  background-color: var(--backcolor);
}

.unavailable-color{
  background-color: rgba(20, 44, 68, 0.3);
}

/* ///////////////////////////////////////////////////////// */

.booking-step-wrapper .guest-info-form-req {
  grid-template-columns: 1fr;
  width: 100%;
}
.booking-step-wrapper .guest-info-form-req .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; 
} 
.booking-step-wrapper .guest-info-form-req .row .col-12:last-child {
  grid-column: span 4;
}
.booking-step-wrapper .guest-info-form-req .row input {
  margin-bottom: 0;
}
.res-step-submit-wrap {
  background: transparent;
}
.res-step-submit-wrap span {
  color: #000;
}
.res-info-wrap .accom {
  border-top: none;
}
@media screen and (max-width: 1199px) {
  .booking-step-wrapper .guest-info-form-req .row {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .booking-step-wrapper .guest-info-form-req .row .col-12:last-child {
    grid-column: span 2;  
  }
}
@media screen and (max-width: 767px) {
  .booking-step-wrapper .guest-info-form-req .row {
    grid-template-columns: 1fr;
  }
  .booking-step-wrapper .guest-info-form-req .row .col-12:last-child {
    grid-column: span 1;  
  }
}
@media only screen and (max-width: 576px) {
    .booking-step-wrapper .guest-info-form-req .iti {
        margin-bottom: 0;
    }
}