html, body {

  overflow-x: hidden;

}



* {

  scrollbar-width: none;

}



.lost-br {

  display: none !important;

}



.bg-lightblack {

  background-color: #484848;

}



.blue-tt {

  color: #17286D !important;

}

.owl-stage{min-width: 100%;}

.creator {

  text-decoration: none;

  color: rgba(72, 72, 72, 0.8);

  font-size: 14px;

  margin-left: 8px;

}



.tablet-menu-text {

  display: none;

}



.web-brand img {

  width: 142px;

  height: auto;

}



.navbar-expand-lg .navbar-collapse {

  height: 85px;

}



.web-footer-img {

  display: block;

}



#mobile-footer-border {

  display: none;

}



.footerhr {

  display: none;

}



.colorwhite {

  color: #B2BCCF;

}



.nav-link:focus-visible {

  outline: none;

}



.bg-gray {

  background-color: #E8EEF3;

}



.bg-blue {

  background-color: #17286D !important;

}



.bg-light-blue {

  background-color: #00205F;

}



.colorblue {

  color: #17286D !important;

}



.color-blacku {

  color: #484848 !important;

}



.bg-bej {

  background-color: #F3EFE8;

}



body {

  background-color: #FFFFFF;

  overflow-x: hidden;

}



.no-padding {

  padding: 0;

}



.no-padding-lr {

  padding-left: 0;

  padding-right: 0;

}



.no-padding-tb {

  padding-top: 0;

  padding-bottom: 0;

}



.no-margin {

  margin: 0;

}



.no-margin-lr {

  margin-left: 0;

  margin-right: 0;

}



.no-margin-tb {

  margin-top: 0;

  margin-bottom: 0;

}



.overlay {

  position: absolute;

  width: 100vw;

  background-color: rgba(0, 0, 0, 0.4);

  z-index: 10;

}



.navimgBig-Logo {

  width: 140px;

  height: 140px;

}



.booknow-dd-menu.mobile-booknow-dd-menu {

  padding-left: 16px;

  padding-right: 16px;

}

.booknow-dd-menu.mobile-booknow-dd-menu .book-image {

  height: 100%;

  width: 100%;

  float: right;

  margin: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: flex-end;

}

.booknow-dd-menu.mobile-booknow-dd-menu .book-image img {

  width: 96%;

  float: right;

}



.booknow-dd-menu {

  width: 40%;

  -webkit-animation: fadeInRight 1s ease-in-out;

          animation: fadeInRight 1s ease-in-out;

  display: none;

  padding-bottom: 36px;

  position: fixed;

  overflow: auto !important;

  right: 0;

  top: 85px;

  padding-top: 32px;

  padding-left: 70px;

  padding-right: 36px;

  height: calc(100vh - 85px);

  background-color: #00205F;

  z-index: 10011;

}

.booknow-dd-menu ::-webkit-calendar-picker-indicator {

  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23BE9B6B" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');

}

.booknow-dd-menu .form-select {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BE9B6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

}

.booknow-dd-menu .book-now-title {

  font-family: Trirong, serif;

  font-size: 40px;

  font-weight: 300;

  color: rgba(255, 255, 255, 0.7);

}

.booknow-dd-menu .book-now-text {

  font-family: Avenir-Light, sans-serif;

  font-size: 13px;

  color: rgba(255, 255, 255, 0.7);

}

.booknow-dd-menu .book-image {

  height: 149px;

  width: 149px;

  float: right;

  margin: auto;

}

.booknow-dd-menu label {

  color: rgba(178, 188, 207, 0.7);

  font-size: 12px;

  font-family: Avenir-Book, sans-serif;

  text-align: justify;

}

.booknow-dd-menu .form-control {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  padding: 17px 15px;

  background-color: rgba(178, 188, 207, 0.1);

  border-radius: 0;

  border: 0;

  margin-bottom: 27px;

  color: #B2BCCF;

}

.booknow-dd-menu option {

  color: #484848;

}

.booknow-dd-menu .form-control:focus, .booknow-dd-menu .form-control:active {

  outline: none;

  border: 0;

  -webkit-box-shadow: none;

          box-shadow: none;

}

.booknow-dd-menu .rez-btn {

  width: 100%;

  padding: 16px;

  color: #fff;

  background-color: #B09367;

  border: 0;

}



@-webkit-keyframes fadeInRight {

  from {

    opacity: 0;

    -webkit-transform: translateX(300px);

            transform: translateX(300px);

  }

  to {

    opacity: 1;

  }

}



@keyframes fadeInRight {

  from {

    opacity: 0;

    -webkit-transform: translateX(300px);

            transform: translateX(300px);

  }

  to {

    opacity: 1;

  }

}

.warn-text {

  border-bottom: 1px solid;

}



.body-row-form-area {

  padding: 51px 0;

}

.body-row-form-area .body-row-form ::-webkit-calendar-picker-indicator {

  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23BE9B6B" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');

}

.body-row-form-area .body-row-form .form-select {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BE9B6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

}

.body-row-form-area .body-row-form .book-image {

  height: 149px;

  width: 149px;

  float: right;

  margin: auto;

}

.body-row-form-area .body-row-form label {

  color: rgba(178, 188, 207, 0.7);

  font-size: 12px;

  font-family: Avenir-Book, sans-serif;

  text-align: justify;

}

.body-row-form-area .body-row-form .form-control {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  padding: 17px 15px;

  background-color: rgba(178, 188, 207, 0.1);

  border-radius: 0;

  border: 0;

  margin-bottom: 27px;

  color: #B2BCCF;

}

.body-row-form-area .body-row-form option {

  color: #484848;

}

.body-row-form-area .body-row-form .form-control:focus, .body-row-form-area .body-row-form .form-control:active {

  outline: none;

  border: 0;

  -webkit-box-shadow: none;

          box-shadow: none;

}

.body-row-form-area .body-row-form .rez-btn {

  width: 100%;

  padding: 16px;

  color: #fff;

  background-color: #B09367;

  border: 0;

}

.body-row-form-area .information-validations {

  margin-top: -19px;

}

.body-row-form-area .information-validations .info-text-area {

  margin-top: 4px;

  font-size: 12.6px;

  font-family: Avenir-Roman, sans-serif;

  color: #7D8DAD;

}

.body-row-form-area .information-validations .info-text-area i {

  padding: 0.2px 1px 0.2px 2px;

  background-color: #7D8DAD;

  color: #17286D;

  border-radius: 50%;

  font-size: 16px;

  margin-right: 12px;

}

.body-row-form-area .information-validations .info-text-area i::before {

  font-size: 16px;

}

.body-row-form-area .information-validations .info-text-area .valid-link {

  color: #7D8DAD;

}



.navbar {

  list-style: none;

  border-bottom: 0;

  font-family: Avenir-Medium, sans-serif;

  padding: 0;

  margin: 0;

  background-color: #FFFFFF;

}

.navbar .nav-item .dropdown-menu {

  margin-top: 0;

}

.navbar .mobil-brand, .navbar .mobile-language, .navbar .mobilbook, .navbar .mobile-nav, .navbar .navMobilesocials {

  display: none !important;

}

.navbar .navbar-brand img:focus-visible {

  outline: 0px solid transparent;

}

.navbar .navbar-brand {

  outline: 0px solid transparent;

  padding: 0 31px;

  margin-right: 6px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.navbar .navimgBig {

  width: 100%;

  height: 100%;

  background-position: center; /* Center the image */

  background-repeat: no-repeat; /* Do not repeat the image */

  background-size: cover; /* Resize the background image to cover the entire container */

}

.navbar .navimgBig-Text {

  position: absolute;

  z-index: 1;

  text-align: center;

  top: 0;

  color: #FFFFFF;

  font-size: 20px;

  min-width: 300px;

  min-height: 300px;

  background: radial-gradient(circle, rgba(0, 0, 0, 0.4710259104) 0%, rgba(0, 0, 0, 0.2385329132) 54%, rgba(0, 0, 0, 0) 100%);

}

.navbar .navimgBig-Btn {

  text-align: center;

  color: #FFFFFF;

  font-size: 13px;

  border: 1px solid #FFFFFF;

  border-radius: 0;

  padding: 9px 23px;

}

.navbar .navimgBig-Btn-Icon {

  padding: 9px;

  font-size: 13px;

  padding-right: 0;

}

.navbar .nav-link.active {

  color: #B09367;

}

.navbar .nav-link:hover {

  color: #B09367;

  border-bottom: 1px solid #B09367;

}

.navbar .nav-link {

  color: #B09367;

  font-size: 15px;

  padding: 33px 0;

  margin-right: 0;

  border-bottom: 1px solid transparent;

}

.navbar .dropdownbig .dropdown-menu {

  margin-top: 0 !important;

  width: 100%;

}

.navbar .booknowContainer {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border-bottom: 1px solid #17286D;

  top: -2px;

  height: 105%;

  list-style: none !important;

  padding: 25px 35px;

  background-color: #17286D;

}

.navbar .booknowContainer .nav-link {

  padding: 0;

  margin-right: 0;

  margin-bottom: 0;

}

.navbar .booknowContainer .booknowLink {

  border-bottom: 0 transparent;

  padding-top: 6px;

  color: #FFFFFF;

  text-decoration: none;

  text-align: center;

  background-color: none;

}

.navbar .booknowContainer .booknowLink:hover {

  border-bottom: 0px solid transparent !important;

}

.navbar .menuLeftItemsContainer {

  font-size: 12px;

}

.navbar .menuLeftItemsContainer .menuMore .dropdown-menu {

  margin-top: -1px;

  padding: 24px;

}

.navbar .menuLeftItemsContainer .menulanguage:hover .dropdown-menu {

  margin-top: -2px;

  border-top: 1px solid transparent;

  color: #17286D;

  border-top: 1px solid #17286D;

}

.navbar .menuLeftItemsContainer .menuMore .nav-link:hover {

  color: #17286D;

  border-bottom: 1px solid #17286D;

}

.navbar .menuLeftItemsContainer .menulanguage .nav-link:hover {

  border-color: transparent;

}

.navbar .menuLeftItemsContainer .menulanguage {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.navbar .menuLeftItemsContainer .menulanguage .nav-link {

  color: #17286D;

  padding: 31px 8px;

}

.navbar .menuLeftItemsContainer .menuMore {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.navbar .menuLeftItemsContainer .menuMore .nav-link {

  color: rgba(0, 11, 34, 0.4941176471);

}

.navbar .dropdown-menu {

  overflow-y: scroll;

  overflow-x: hidden;

  padding: 0;

  margin: 0;

}

.navbar .dropdown-menu::-webkit-scrollbar {

  visibility: hidden;

  width: 0;

}

.navbar .dropdownLinks {

  white-space: none;

  text-align: left;

}

.navbar .dropdownLinks .dropdown-item.active-dd .divider {

  visibility: visible;

}

.navbar .dropdownLinks .dropdown-item.active-dd .dropdown-icon {

  visibility: visible;

}

.navbar .dropdownLinks .dropdown-item {

  background-color: transparent !important;

  color: #484848;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-direction: row;

          flex-direction: row;

  -webkit-box-align: left;

      -ms-flex-align: left;

          align-items: left;

  margin-right: 24px;

}

.navbar .dropdownLinks .text {
  font-size: 15px;

  -webkit-box-flex: 0;

      -ms-flex-positive: 0;

          flex-grow: 0;

  text-align: left;

  padding: 16px 0;

}

.navbar .dropdownLinks .divider {

  visibility: hidden;

  padding: 11px 0;

  width: 12%;

  text-align: left;

  margin-left: 0;

  margin-right: 20px;

  color: #B09367;
  background-color: transparent;

}

.navbar .dropdownLinks .dropdown-item:focus, .navbar .dropdownLinks .dropdown-item:active {

  background-color: transparent;

}

.navbar .dropdownLinks .dropdown-item:focus .divider, .navbar .dropdownLinks .dropdown-item:active .divider {

  visibility: visible;

}

.navbar .dropdownLinks .dropdown-item:focus .dropdown-icon, .navbar .dropdownLinks .dropdown-item:active .dropdown-icon {

  visibility: visible;

}

.navbar .dropdownLinks .dropdown-item:focus .text, .navbar .dropdownLinks .dropdown-item:active .text {

  color: #484848;

}

.navbar .dropdownLinks .dropdown-item:active {

  background-color: transparent;

  color: #484848;

}

.navbar .dropdownLinks .dropdown-icon {

  visibility: hidden;

  -webkit-box-align: right;

      -ms-flex-align: right;

          align-items: right;

  text-align: center;

  padding: 16px 30px;

  color: #B09367;

}

.navbar .dropdownLinks :hover {

  background-color: transparent;

}

.navbar .dropdownLinks :hover .divider {

  visibility: visible;

}

.navbar .dropdownLinks :hover .dropdown-icon {

  visibility: visible;

}

.navbar .menuMore .dropdown-menu {

  margin-top: 0px;

  min-width: 409px;

  position: absolute;

  -webkit-transform: translate3d(-140px, 87px, 0px);

          transform: translate3d(-140px, 87px, 0px);

  top: 0px;

  left: 0px;

  will-change: transform;

}

.navbar .menuMore .dropdown-menu .dropdownLinks {

  font-family: Avenir-Medium, sans-serif;

  font-size: 14px;

}

.navbar .menuMore .dropdown-menu .dropdownLinks .text {

  padding: 0;

  margin: 12px 0;

}

.navbar .menuMore .dropdown-menu .dropdownLinks .dropdown-icon {

  visibility: hidden;

  -webkit-box-align: right;

      -ms-flex-align: right;

          align-items: right;

  text-align: center;

  padding: 12px;

  padding-right: 8px;

  color: #B09367;

}

.navbar .menuMore .dropdown-menu .dropdownLinks :hover {

  color: #B09367;

  background-color: transparent;

}

.navbar .menuMore .dropdown-menu .dropdownLinks :hover .divider {

  visibility: visible;

}

.navbar .menuMore .dropdown-menu .dropdownLinks :hover .dropdown-icon {

  visibility: visible;

}

.navbar .menuMore .dropdown-menu .dropdownLinks .menu-title {

  text-align: center;

  cursor: text;

  color: #808590;

  margin: 0 0 0 0;

}

.navbar .menuMore .dropdown-menu .dropdownLinks .menu-title:hover {

  color: #808590;

}

.navbar .menulanguage .dropdown-menu {

  right: auto;

  padding: 24px;

  border: 1px solid transparent;

  position: absolute;

  -webkit-transform: translate(-43px, 87px);

          transform: translate(-43px, 87px);

  top: 0px;

  left: 0px;

  will-change: transform;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks {

  text-align: center;

  font-family: Avenir-Medium, sans-serif;

  font-size: 14px;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks .dropdown-item {

  padding: 0;

  text-align: center;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks .text {

  padding: 0;

  margin: 12px 0;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks .dropdown-icon {

  visibility: hidden;

  -webkit-box-align: right;

      -ms-flex-align: right;

          align-items: right;

  text-align: center;

  padding: 12px;

  color: #B09367;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks :hover {

  color: #B09367;

  background-color: transparent;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks :hover .divider {

  visibility: visible;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks :hover .dropdown-icon {

  visibility: visible;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks .menu-title {

  text-align: center;

  cursor: pointer;

  color: #808590;

  margin: 0;

  margin-left: 0;

  margin-bottom: 16px;

}

.navbar .menulanguage .dropdown-menu .dropdownLinks .menu-title:hover {

  color: #808590;

}



.item.gal-item .cover-hover {

  display: none;

  position: absolute;

  z-index: 1;

  height: 100%;

  width: 100%;

  background-color: rgba(1, 1, 1, 0.6);

  margin: auto;

}

.item.gal-item .cover-hover .icon-cover {

  margin-top: calc(50% - 92px);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.item.gal-item .cover-hover i {

  background: #fff;

  top: auto;

  padding: 16px;

  text-align: center;

  border-radius: 50%;

  font-size: 30px;

}



.modal {

  position: fixed;

  z-index: 100020;

  overflow: hidden;

}

.modal .esc {

  position: absolute;

  cursor: pointer;

  z-index: 100021;

  font-size: 28px;

  padding: 36px;

  color: #fff;

  float: right;

  top: 0;

  right: 25px;

}

.modal .modalcover {

  height: 100vh;

  width: 100vw;

  background-color: rgba(0, 0, 0, 0.8);

}

.modal .modal-content {

  position: fixed;

  z-index: 1011;

  overflow: hidden;

  left: 0;

  top: 0;

}

.modal .modal-content img {

  display: block;

  margin: auto;

  width: 60vw;

  height: auto;

  -o-object-fit: cover;

     object-fit: cover;

}



#owl-home-big {

  height: calc(100vh - 85px);

  margin-top: 85px;

}

#owl-home-big .item img {

  display: block;

  width: 100%;

}

#owl-home-big .item-video {

  display: block;

  min-height: calc(100vh - 85px);

  width: 100%;

}



.carousel-inner-text {

  position: absolute;

  z-index: 1;

  top: 32%;

  left: 0;

  right: 0;

  text-align: center;

}

.carousel-inner-text .video-cover-title {

  color: #D4D2D2;

  font-size: 50px;

  line-height: 55.7px;

  font-family: Trirong;

  font-weight: 300;

  letter-spacing: 2px;

}

.carousel-inner-text .video-cover-text {

  color: #D4D2D2;

  font-family: Avenir-Light;

  font-size: 18px;

  line-height: 24.59px;

  letter-spacing: 2px;

  text-transform: uppercase;

}

.carousel-inner-text .video-play-icon {

  top: 5%;

  background-image: url("../img/stop-video.png");

  margin: 3% auto;

  border: 0;

  background-color: transparent;

  height: 70px;

  width: 70px;

  background-repeat: no-repeat;

  background-size: cover;

  cursor: pointer;

  z-index: 1;

  -webkit-backface-visibility: hidden;

  -webkit-transition: -webkit-transform 0.1s ease;

  transition: -webkit-transform 0.1s ease;

  transition: transform 0.1s ease;

  transition: transform 0.1s ease, -webkit-transform 0.1s ease;

}



.video-cover {

  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  background-repeat: no-repeat;

  background-size: auto;

  cursor: pointer;

  z-index: 0;

  -webkit-backface-visibility: hidden;

  -webkit-transition: -webkit-transform 0.1s ease;

  transition: -webkit-transform 0.1s ease;

  transition: transform 0.1s ease;

  transition: transform 0.1s ease, -webkit-transform 0.1s ease;

}



#owl-home-big .item.owl-big-image-item {

  margin-bottom: 24px;

}

#owl-home-big .item.owl-big-image-item .video-cover {

  min-height: calc(100vh - 85px) !important;

  max-height: calc(100vh - 85px) !important;

}

#owl-home-big .item.owl-big-image-item img {

  display: block;

  min-height: calc(100vh - 85px) !important;

  max-height: calc(100vh - 85px) !important;

  width: 100%;

}



.map-container-2 {

  overflow: hidden;

  padding-bottom: 56.25%;

  position: relative;

  height: 0;

}



.map-container-2 iframe {

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  position: absolute;

}



.scroll-down {

  top: calc(100% - 68px);

  height: 100px;

  left: 0;

  margin: 0 auto;

  position: absolute;

  right: 0;

  text-align: center;

  z-index: 1002;

}



.scroll-down-text {

  color: #D4D2D2;

  font-weight: bold;

  font-family: Avenir-Light;

  font-size: 12px;

  letter-spacing: 4px;

  padding-left: 17px;

}



.scroll-down-bar {

  background: #17286D;

  bottom: 0;

  display: inline-block;

  height: 65px;

  left: 17px;

  margin: 0 auto;

  overflow: hidden;

  position: absolute;

  right: 0;

  width: 1px;

}



.scroll-down-bar::before {

  -webkit-animation: scrollDown 1.5s infinite;

          animation: scrollDown 1.5s infinite;

  background: #fff;

  content: "";

  display: inline-block;

  height: 35px;

  left: 0;

  position: absolute;

  top: 0;

  width: 2px;

  z-index: 1;

}

@-webkit-keyframes scrollDown {

  0% {

    -webkit-transform: translate3d(0, -32px, 0);

            transform: translate3d(0, -32px, 0);

  }

  50% {

    -webkit-animation-timing-function: ease-out;

            animation-timing-function: ease-out;

    -webkit-transform: translate3d(0, 0, 0);

            transform: translate3d(0, 0, 0);

  }

  100% {

    -webkit-animation-timing-function: ease-in;

            animation-timing-function: ease-in;

    -webkit-transform: translate3d(0, 65px, 0);

            transform: translate3d(0, 65px, 0);

  }

}

@keyframes scrollDown {

  0% {

    -webkit-transform: translate3d(0, -32px, 0);

            transform: translate3d(0, -32px, 0);

  }

  50% {

    -webkit-animation-timing-function: ease-out;

            animation-timing-function: ease-out;

    -webkit-transform: translate3d(0, 0, 0);

            transform: translate3d(0, 0, 0);

  }

  100% {

    -webkit-animation-timing-function: ease-in;

            animation-timing-function: ease-in;

    -webkit-transform: translate3d(0, 65px, 0);

            transform: translate3d(0, 65px, 0);

  }

}

#mainvideo1 {

  margin: 0;

  position: absolute;

  min-height: calc(100vh - 85px);

  min-width: 100vw;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

}



.body-header-area {

  margin: 46px 0;

}

.body-header-area .title-with-flag .body-header {

  margin: 0;

  padding: 0;

}

.body-header-area .title-with-flag .img-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-direction: row;

          flex-direction: row;

}

.body-header-area .title-with-flag .img-wrapper .img-self {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -ms-flex-item-align: center;

      align-self: center;

  margin-left: 22px;

}

.body-header-area .title-with-flag .img-wrapper .img-self img {

  width: 35px;

  height: 35px;

  -o-object-fit: cover;

     object-fit: cover;

  -o-object-position: center;

     object-position: center;

  border: 3px solid #B09367;

  border-radius: 50%;

}

.body-header-area .buttons {

  margin-top: 22px;

}

.body-header-area .buttons a {

  color: #6A6968;

  padding: 9px 24px;

  border: 1px solid #6A6968;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  text-decoration: none;

  margin-right: 12px;

}

.body-header-area .buttons a i {

  margin-left: 14px;

}

.body-header-area .buttons a:hover {

  color: #fff;

  padding: 9px 24px;

  border: 1px solid #B09367;

  background-color: #B09367;

}

.body-header-area .buttons a:hover i::before {

  color: #FFFFFF;

}

.body-header-area .body-header {

  font-size: 50px;

  text-align: left;

  font-family: Trirong, serif;

  font-weight: 300;

  color: #B09367;

  padding: 0;

  margin: auto;

}

.body-header-area .body-sub-header {

  margin: 0;

  padding: 0;

  padding-top: 8px;

  margin-left: 102px;

  color: #B09367;

  font-size: 12px;

  text-align: justify;

  font-family: Avenir-Light, sans-serif;

  margin: auto;

}

.body-header-area .body-sub-header .sub-header-link {

  text-decoration: none;

  color: #fff;

  padding: 8px 16px;

  border: 1px solid #B09367;

  background-color: #B09367;

}

.body-header-area .body-sub-header .sub-header-link.colorblue {

  text-decoration: none;

  color: #fff !important;

  padding: 8px 16px;

  border: 1px solid #17286D;

  background-color: #17286D;

}

.body-header-area .bi {

  margin-right: 21px;

}



.body-text-area {

  text-align: justify;

  margin: 46px 0;

  vertical-align: middle;

}

.body-text-area .btn-rezintitle {

  padding: 9px 36px;

  background-color: #B09367;

  color: white;

  text-decoration: none;

  font-size: 14px;

  text-align: justify;

  font-family: Avenir-Light, sans-serif;

}

.body-text-area .body-text {

  padding: 16px 0;

  font-size: 16px;

  font-family: Avenir-Light, sans-serif;

}

.body-text-area .body-text b {

  font-family: Avenir-Medium, sans-serif;

  font-size: 15px;

  color: #484848;

}

.body-text-area .body-text p {

  margin-bottom: 0;

  padding: 0;

  font-size: 16px;

  font-family: Avenir-Light, sans-serif;

}



.text-area-list {

  margin-left: 50px;

}

.text-area-list .list-li {

  font-family: Avenir-Roman, sans-serif;

  font-size: 14px;

  color: #484848;

}

.text-area-list .list-li .label {

  color: #767676;

}



.tab-links-container {

  position: relative;

  margin-bottom: 24px;

}



.tab-links-container:after {

  width: 150%;

  content: "";

  height: 1px;

  background: rgba(176, 147, 103, 0.5215686275);

  display: block;

  position: absolute;

  top: 100%;

  right: 0;

}



.tab-links-container:before {

  width: 10px;

  content: "";

  height: 10px;

  background: rgba(176, 147, 103, 0.5215686275);

  display: block;

  position: absolute;

  top: 100%;

  right: 0;

  margin-top: -5px;

  border-radius: 50%;

  margin-right: -5px;

}



.hotels-tabs-home .tab-nav {

  margin-bottom: 0 !important;

}



.hotels-tabs-home {

  border-bottom: 0;

  font-family: Trirong, serif;

  font-weight: 400;

  margin-bottom: 11px;

  margin-top: 39px;

}

.hotels-tabs-home .nav-link:first-child {

  margin-left: 0;

}

.hotels-tabs-home .nav-link {

  color: rgba(0, 11, 34, 0.8078431373);

  padding: 0;

  margin: 10px 24px;

  padding-bottom: 18px;

  border-top: 0;

  border-left: 0;

  border-right: 0;

  outline: none !important;

  -webkit-box-shadow: none !important;

          box-shadow: none !important;

}

.hotels-tabs-home .nav-link.active {

  background-color: #F3EFE8;

  border: 0;

  border-bottom: 1px solid #B09367;

  color: #B09367;

  font-weight: 600;

}



.owl-carousel .owl-item .owl-lazy.loaded {

  opacity: 1;

}



.owl-item {

  max-width: 485px;

}



.card.square-card {

  border: 0;

  border-radius: 0;

  font-size: 20px;

  max-width: 485px;

  background-color: transparent;

}

.card.square-card .card-title.square-title {

  font-size: 15px !important;

  font-family: Avenir-Roman, sans-serif;

}

.card.square-card .text-info-card {

  font-family: Trirong, serif;

  font-size: 14px;

  font-weight: 400;

  color: #484848;

  text-align: right;

  padding: 4px 0;

}

.card.square-card .card-text-body {

  font-size: 14px;

  font-family: Avenir-Light, sans-serif;

  text-align: justify;

}

.card.square-card .book-btn {

  text-decoration: none;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  padding: 9px 22px;

  border: 1px solid #484848;

  color: #484848;

}

.card.square-card .card-text.square-text {

  font-size: 20px;

  font-family: Trirong, serif;

  font-weight: 400;

}

.card.square-card .btn-square {

  border-radius: 0;

  float: right;

  color: #484848;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  border: 1px solid #484848;

}

.card.square-card .btn-white {

  border-radius: 0;

  float: right;

  color: #484848;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  border: 1px solid #484848;

  color: #B2BCCF !important;

  border-color: #B2BCCF !important;

}

.card.square-card .btn-white i {

  padding: 0 4px;

}

.card.square-card img {

  border-radius: 0;

  width: 100%;

  height: auto;

  max-height: 360px;

  min-height: 360px;

  -o-object-position: 50% 50%;

     object-position: 50% 50%;

  -o-object-fit: cover;

     object-fit: cover;

}



.carousel-section {

  overflow: hidden;

  margin-bottom: 24px;

}



.carousel-section .owl-carousel .owl-stage {

  padding-left: 0 !important;

}



.carousel-section .owl-carousel .owl-stage-outer {

  overflow: unset;

}



.carousel-container {

  max-width: 1320px;

  padding-left: 0;

  padding-right: 15px;

  margin: 0 auto;

  width: 100%;

}

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

  .carousel-container {

    max-width: 100%;

  }

}

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

  .carousel-container {

    max-width: 720px;

  }

}

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

  .carousel-container {

    max-width: 960px;

  }

}

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

  .carousel-container {

    max-width: 1140px;

  }

}

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

  .carousel-container {

    max-width: 1320px;

  }

}



.square-owl-carousel .tright {

  text-align: right;

  margin: 0;

}

.square-owl-carousel .btn-link {

  margin-right: 13px;

  font-family: Avenir-Roman, sans-serif;

  padding: 8px 8px;

  font-size: 12px;

  color: #fff;

  text-decoration: none;

  border: 1px solid #17286D;

  background-color: #17286D;

}

.square-owl-carousel .btn-link-secondary {

  font-family: Avenir-Roman, sans-serif;

  padding: 8px 8px;

  font-size: 12px;

  color: #fff;

  text-decoration: none;

  border: 1px solid #B09367;

  background-color: #B09367;

}

.square-owl-carousel .owl-stage-outer {

  margin-top: 39px;

}

.square-owl-carousel .owl-nav button .slider-button-cover {

  padding: 8.5px;

  border: 1px solid #B09367;

  border-radius: 50%;

}

.square-owl-carousel .owl-nav button.owl-prev i, .square-owl-carousel .owl-nav button.owl-next i {

  height: 8px;

  padding: 3px;

  font-size: 15px;

  color: #b09367;

}

.square-owl-carousel .owl-nav button.owl-next, .square-owl-carousel .owl-nav button.owl-prev {

  height: 45px;

}

.square-owl-carousel .owl-nav button.owl-prev {

  margin-right: 24px;

}

.square-owl-carousel .owl-nav button:focus {

  outline: none;

}

.square-owl-carousel .owl-nav {

  padding: 24px 0;

  margin-bottom: 36px;

}

.square-owl-carousel .owl-dots {

  margin: 24px 0;

}

.square-owl-carousel .owl-dots button.owl-dot {

  width: 9px;

  height: 9px;

  border-radius: 50%;

  border: 1px solid #B09367;

  display: inline-block;

  background: transparent;

  margin: 0 3px;

  margin-right: 15px;

}

.square-owl-carousel .owl-dots button.owl-dot.active {

  background-color: #B09367;

  width: 15px;

  height: 15px;

}

.square-owl-carousel .owl-dots button.owl-dot:focus {

  outline: none;

}



.hotels-carousel-section.bg-blue .blue-square-owl {

  padding-top: 85px;

  padding-bottom: 50px;

}

.hotels-carousel-section.bg-blue .owl-nav button .slider-button-cover {

  padding: 11px;

  border: 1px solid #B2BCCF;

  border-radius: 50%;

}

.hotels-carousel-section.bg-blue .owl-nav button.owl-prev i, .hotels-carousel-section.bg-blue .owl-nav button.owl-next i {

  height: 8px;

  padding: 4px;

  color: #B2BCCF;

}

.hotels-carousel-section.bg-blue .owl-nav button.owl-prev {

  margin-right: 24px;

}

.hotels-carousel-section.bg-blue .owl-nav button:focus {

  outline: none;

}

.hotels-carousel-section.bg-blue .owl-nav {

  padding: 24px 0;

  margin-bottom: 36px;

}

.hotels-carousel-section.bg-blue .owl-nav {

  padding: 24px 0;

  margin-bottom: 36px;

}

.hotels-carousel-section.bg-blue .owl-dots {

  margin: 24px 0;

}

.hotels-carousel-section.bg-blue .owl-dots button.owl-dot {

  width: 9px;

  height: 9px;

  border-radius: 50%;

  border: 1px solid #B2BCCF;

  display: inline-block;

  background: transparent;

  margin: 0 3px;

  margin-right: 15px;

}

.hotels-carousel-section.bg-blue .owl-dots button.owl-dot.active {

  background-color: #B2BCCF;

  width: 15px;

  height: 15px;

}

.hotels-carousel-section.bg-blue .owl-dots button.owl-dot:focus {

  outline: none;

}



.yk-card-bg {

  background-color: #B09367;

  margin: auto;

  text-align: center;

}

.yk-card-bg .yk-body {

  text-align: left;

  padding: 24px;

}

.yk-card-bg .yk-body .img-cover {

  width: 100%;

  margin-top: -64px;

}

.yk-card-bg .yk-body .img-cover .yk-img {

  margin: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  max-width: 100%;

  max-height: 300px;

}

.yk-card-bg .yk-body .yk-name {

  font-size: 22px;

  font-family: Avenir-Roman, sans-serif;

  margin-bottom: 0px;

  color: #fff;

  letter-spacing: 1px;

}

.yk-card-bg .yk-body .yk-title {

  font-size: 12px;

  font-family: Trirong, serif;

  font-weight: 400;

  margin-bottom: 0px;

  color: #17286D;

}



.spa-massages-slider .owl-nav button .slider-button-cover {

  border: 1px solid #a7b5c0 !important;

}

.spa-massages-slider .owl-nav button.owl-prev i, .spa-massages-slider .owl-nav button.owl-next i {

  color: #a7b5c0 !important;

}

.spa-massages-slider .owl-dots button.owl-dot.active {

  background-color: #a7b5c0 !important;

}

.spa-massages-slider .owl-dots button.owl-dot {

  border: 1px solid #a7b5c0 !important;

}



.vertical-owl-carousel {

  padding-top: 80px;

  padding-bottom: 50px;

}

.vertical-owl-carousel .owl-item {

  max-width: 305px;

}

.vertical-owl-carousel .card.square-card {

  width: 305px;

  border: 0;

  border-radius: 0;

  font-size: 20px;

  background-color: transparent;

}

.vertical-owl-carousel .card.square-card .card-title.square-title {

  font-size: 15px !important;

  font-family: Avenir-Roman, sans-serif;

}

.vertical-owl-carousel .card.square-card .card-text.square-text {

  font-size: 20px;

  font-family: Trirong, serif;

  font-weight: 400;

}

.vertical-owl-carousel .card.square-card .btn-square {

  border-radius: 0;

  float: none;

  color: #484848;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  border: 1px solid #484848;

}

.vertical-owl-carousel .card.square-card .btn-white {

  border-radius: 0;

  float: none;

  color: #484848;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  border: 1px solid #484848;

  color: #B2BCCF !important;

  border-color: #B2BCCF !important;

}

.vertical-owl-carousel .card.square-card .btn-white i {

  padding: 0 4px;

}

.vertical-owl-carousel .card.square-card img {

  border-radius: 0;

  width: 100%;

  height: auto;

  max-height: 373;

  -o-object-position: 50% 50%;

     object-position: 50% 50%;

  -o-object-fit: cover;

     object-fit: cover;

}

.vertical-owl-carousel .owl-stage-outer {

  margin-top: 39px;

  width: 250%;

}

.vertical-owl-carousel .owl-nav button .slider-button-cover {

  padding: 11px;

  border: 1px solid #B09367;

  border-radius: 50%;

}

.vertical-owl-carousel .owl-nav button.owl-prev i, .vertical-owl-carousel .owl-nav button.owl-next i {

  height: 8px;

  padding: 4px;

  font-size: 15px;

  color: #B09367;

}

.vertical-owl-carousel .owl-nav button.owl-prev, .vertical-owl-carousel .owl-nav button.owl-next {

  height: 45px;

}

.vertical-owl-carousel .owl-nav button.owl-prev {

  margin-right: 24px;

}

.vertical-owl-carousel .owl-nav button:focus {

  outline: none;

}

.vertical-owl-carousel .owl-nav {

  padding: 24px 0;

  margin-bottom: 36px;

}

.vertical-owl-carousel .owl-dots {

  margin: 24px 0;

}

.vertical-owl-carousel .owl-dots button.owl-dot {

  width: 9px;

  height: 9px;

  border-radius: 50%;

  border: 1px solid #B09367;

  display: inline-block;

  background: transparent;

  margin: 0 3px;

  margin-right: 15px;

}

.vertical-owl-carousel .owl-dots button.owl-dot.active {

  background-color: #B09367;

  width: 15px;

  height: 15px;

}

.vertical-owl-carousel .owl-dots button.owl-dot:focus {

  outline: none;

}



.full-image-carousel {

  padding-bottom: 24px;

}

.full-image-carousel .owl-nav {

  padding: 56px 0;

  margin-bottom: 4px;

}

.full-image-carousel .inner-text-overlay {

  width: 100%;

  height: 50%;

  background-color: #00205F;

  position: absolute;

  z-index: 0;

  bottom: 0;

  left: 0;

  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 0, 36, 0.706320028)), color-stop(71%, rgba(0, 0, 0, 0.4346113445)), to(rgba(0, 212, 255, 0)));

  background: linear-gradient(0deg, rgba(2, 0, 36, 0.706320028) 0%, rgba(0, 0, 0, 0.4346113445) 71%, rgba(0, 212, 255, 0) 100%);

}

.full-image-carousel .inner-text-area {

  width: 100%;

  position: absolute;

  z-index: 1;

  bottom: 0;

  left: 0;

}

.full-image-carousel .inner-text-area .inner-text {

  width: 80%;

  padding: 4px 21px;

  color: #fff;

  font-size: 20px;

  font-family: Trirong, serif;

  font-weight: 400;

}

.full-image-carousel .inner-text-area .btn-inner-white {

  margin-bottom: 30px;

  margin-left: 20px;

  border-radius: 0;

  float: none;

  color: #fff;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  border: 1px solid #fff;

  color: #fff !important;

  border-color: #fff !important;

}

.full-image-carousel .inner-text-area .btn-inner-white i {

  padding: 0 4px;

}

.full-image-carousel .owl-dots button.owl-dot {

  border: 1px solid #A7B5C0;

}

.full-image-carousel .owl-dots button.owl-dot.active {

  background-color: #A7B5C0;

}

.full-image-carousel .owl-nav button .slider-button-cover {

  border: 1px solid #A7B5C0;

}

.full-image-carousel .owl-nav button.owl-prev i, .full-image-carousel .owl-nav button.owl-next i {

  color: #A7B5C0;

}



.hideble-item {

  display: none;

}



.full-image-list {

  padding-bottom: 24px;

}

.full-image-list .card.square-card img {

  width: 100%;

  height: auto;

  object-fit: fill;

}

.full-image-list .inner-text-overlay {

  width: 100%;

  height: 50%;

  background-color: #00205F;

  position: absolute;

  z-index: 0;

  bottom: 0;

  left: 0;

  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 0, 36, 0.706320028)), color-stop(71%, rgba(0, 0, 0, 0.4346113445)), to(rgba(0, 212, 255, 0)));

  background: linear-gradient(0deg, rgba(2, 0, 36, 0.706320028) 0%, rgba(0, 0, 0, 0.4346113445) 71%, rgba(0, 212, 255, 0) 100%);

}

.full-image-list .inner-text-area {

  padding-left: 20px;

  padding-bottom: 13px;

  padding-top: 24px;

  width: 100%;

  position: absolute;

  z-index: 1;

  bottom: 0;

  left: 0;

  background: rgb(24,18,66);

  background: linear-gradient(0deg, rgba(24,18,66,1) 0%, rgba(255,255,255,0) 100%);

}

.full-image-list .inner-text-area p {

  margin-bottom: 0;

}

.full-image-list .inner-text-area .date {

  font-family: Trirong, serif;

  font-weight: 600;

  font-size: 40px;

  color: #fff;

  line-height: 28px;

}

.full-image-list .inner-text-area .month {

  font-family: Trirong, serif;

  font-weight: 200;

  font-size: 20px;

  color: #fff;

}

.full-image-list .inner-text-area .year {

  font-family: Trirong, serif;

  font-weight: 200;

  font-size: 20px;

  color: #fff;

}

.full-image-list .square-body {

  margin-top: 21px;

  width: 100%;

}

.full-image-list .card-title.square-title {

  font-size: 15px !important;

  font-family: Avenir-Roman, sans-serif;

  color: #484848;

}

.full-image-list .card-text.square-text {

  font-size: 20px;

  font-family: Trirong, serif;

  font-weight: 400;

  color: #484848;

}



.btn-container .loadmore-btn {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  padding: 15px 63px;

  border: 1px solid #B09367;

  color: #B09367;

  text-decoration: none;

}

.btn-container .loadmore-btn i {

  margin-right: 20px;

}



.footer .footer-section-one {

  padding-top: 56px;

  padding-bottom: 49px;

  color: rgba(255, 255, 255, 0.8);

}

.footer .footer-section-one .title-w {

  color: rgba(255, 255, 255, 0.8);

  font-size: 20px;

  font-family: Trirong, serif;

}

.footer .footer-section-one .footer-section-1-1 {

  text-align: left;

}

.footer .footer-section-one .footer-section-1-1 .contact-tabs {

  border-bottom: 1px solid rgba(255, 255, 255, 0.6);

  width: 80%;

  padding: 6px 16px;

  padding-left: 0;

  color: rgba(255, 255, 255, 0.7);

  margin-bottom: 8px;

}

.footer .footer-section-one .footer-section-1-1 .contact-tabs .nav-link {

  border: 1px solid rgba(255, 255, 255, 0.6);

  border-bottom: 0;

  padding: 8px 16px;

  width: auto;

  display: initial;

  font-size: 14px;

}

.footer .footer-section-one .footer-section-1-1 .contact-tabs .outer-icon {

  margin-left: 8px;

  font-size: 11px;

}

.footer .footer-section-one .footer-section-1-1 .contact-tabs .contact-ddmenu {

  margin-top: -2px !important;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.footer .footer-section-one .footer-section-1-1 .contact-tabs .contact-ddmenu .nav-link {

  font-size: 12px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.footer .footer-section-one .footer-section-1-2 {

  text-align: right;

}

.footer .footer-section-one .footer-section-1-2 .social-links {

  height: 49px;

  width: 49px;

}

.footer .footer-section-one .footer-section-1-2 .social-links a {

  text-decoration: none;

  padding: 8px;

  color: rgba(255, 255, 255, 0.6);

  margin-left: 32px;

  font-size: 29px;

}

.footer .footer-section-one .footer-section-1-2 .social-links a i::before {

  color: rgba(255, 255, 255, 0.8);

}

.footer .vertical-container-footer {

  display: table;

  position: relative;

  max-width: 30rem;

  padding: 6px 1em 1em 0;

  color: rgba(255, 255, 255, 0.5);

}

.footer .vertical-container-footer .icon {

  padding-right: 14px;

  display: block;

  font-size: 30px;

  width: 20%;

  text-align: center;

  display: table-cell;

  vertical-align: middle;

}

.footer .vertical-container-footer i::before {

  color: rgba(255, 255, 255, 0.8);

}

.footer .vertical-container-footer .text {

  display: block;

  width: 80%;

  display: table-cell;

  vertical-align: middle;

}

.footer .vertical-container-footer .text .first {

  margin-bottom: 0;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

}

.footer .vertical-container-footer .text .second {

  margin-bottom: 0;

  font-size: 18px;

  font-family: Avenir-Medium, sans-serif;

}

.footer .footer-section-two .footer-section-2-1 .footer-mid-img {

  position: absolute;

  width: 260px;

  height: 260px;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(27%, -87px, 0);

  z-index: 1;

}

.footer .footer-section-two .footer-section-2-1 .links-footer {

  margin-top: 33px;

  margin-bottom: 31px;

}

.footer .footer-section-two .footer-section-2-1 .links-footer .footer-link a {

  font-family: Avenir-Medium, sans-serif;

  text-decoration: none;

  color: #B09367;

  line-height: 18px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  text-align: center;

  text-transform: uppercase;

}

.footer .footer-section-three .newsl-title {

  margin-top: 38px;

  margin-bottom: 18px;

  color: rgba(72, 72, 72, 0.6);

  font-size: 16px;

  font-family: Trirong, serif;

  font-weight: 400;

}

.footer .footer-section-three .input-group {

  border: 1px solid rgba(176, 147, 103, 0.2);

  max-width: 290px;

  font-family: Avenir-Roman, sans-serif;

}

.footer .footer-section-three .input-group .form-control {

  border: 0;

  padding: 17px;

  padding-left: 23px;

  background-color: transparent;

  font-size: 12px;

}

.footer .footer-section-three .input-group .form-control:focus {

  -webkit-box-shadow: none;

          box-shadow: none;

}

.footer .footer-section-three .input-group .form-btn {

  font-size: 14px;

  color: #B09367;

  margin-right: 7px;

}

.footer .footer-section-three .input-group .form-btn i {

  margin-right: 14px;

}

.footer .footer-section-three .md-right-text {

  text-align: right;

  margin-top: 38px;

  font-family: Avenir-Medium, sans-serif;

}

.footer .footer-section-three .md-right-text :last-child {

  margin-bottom: 36px;

}

.footer .footer-section-three .md-right-text .md-right-link {

  line-height: 19px;

}

.footer .footer-section-three .md-right-text .md-right-link a {

  text-decoration: none;

  color: rgba(72, 72, 72, 0.6);

  font-size: 14px;

}

.footer .footer-section-three .copyright {

  text-align: right;

  font-size: 14px;

  color: rgba(72, 72, 72, 0.4);

}

.footer .footer-section-three .copyright .we {

  color: rgba(72, 72, 72, 0.8);

  font-size: 14px;

}



.hotels-list-section {

  margin-bottom: 107px;

}

.hotels-list-section .hotels-tabs-home {

  border-bottom: 0;

  font-family: Trirong, serif;

  font-weight: 400;

  margin-bottom: 11px;

  margin-top: 21px;

}

.hotels-list-section .hotels-tabs-home .nav-link {

  font-weight: 400;

  font-size: 14px;

}

.hotels-list-section .hotels-tabs-home .nav-link.active {

  background-color: transparent;

  font-weight: 600;

  font-size: 14px;

}

.hotels-list-section .hotels-tabs-home .nav-link:first-child {

  margin-left: 0;

}

.hotels-list-section .hotels-list-container .col-md-6 {

  padding-right: 12px;

}

.hotels-list-section .hotels-list-container .card.square-card {

  max-width: 100%;

}



.konser-list-section {

  margin-bottom: 0;

}

.konser-list-section .konser-tabs-home {

  border-bottom: 0;

  font-family: Trirong, serif;

  font-weight: 400;

  margin-bottom: 11px;

  margin-top: 21px;

}

.konser-list-section .konser-tabs-home .nav-link {

  font-weight: 400;

  font-size: 14px;

}

.konser-list-section .konser-tabs-home .nav-link.active {

  background-color: transparent;

  font-weight: 600;

  font-size: 14px;

}

.konser-list-section .konser-tabs-home .nav-link:first-child {

  margin-left: 0;

}

.konser-list-section .hotels-list-container .card.square-card {

  max-width: 100%;

}

.konser-list-section .btn-container {

  margin-top: 61px;

  margin-bottom: 73px;

}



.otel-banner-area {

  position: absolute;

  padding: 16px;

  width: 100%;

  z-index: 1000;

  margin-top: -96px;

  background-color: rgba(23, 40, 109, 0.7);

}

.otel-banner-area .otel-info-area {

  color: rgba(255, 255, 255, 0.8);

}

.otel-banner-area .otel-info-area .otel-info {

  padding-top: 1rem;

}

.otel-banner-area .otel-info-area .otel-info p {

  margin-bottom: 0;

}

.otel-banner-area .otel-info-area .otel-info .otel-logo-detay {

  position: absolute;

  z-index: 1001;

  margin-top: -75px;

}

.otel-banner-area .otel-info-area .otel-info .otel-logo-detay img {

  max-width: 135px;

  max-height: 140px;

}

.otel-banner-area .otel-info-area .otel-info .otel-name {

  font-size: 20px;

  font-family: Trirong, serif;

  font-weight: 300;

}

.otel-banner-area .otel-info-area .otel-info .otel-locatin {

  font-size: 12px;

  font-family: Avenir-Book, sans-serif;

}

.otel-banner-area .otel-info-area .otel-contact .vertical-container-footer {

  display: table;

  position: relative;

  max-width: 30rem;

  padding: 19px 0 0 0;

  color: rgba(255, 255, 255, 0.7);

}

.otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .icon {

  padding-right: 14px;

  display: block;

  font-size: 32px;

  width: 20%;

  text-align: center;

  display: table-cell;

  vertical-align: middle;

}

.otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .icon::before {

  color: rgba(255, 255, 255, 0.7);

}

.otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text {

  width: 80%;

  display: table-cell;

  vertical-align: middle;

}

.otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text .first {

  margin-bottom: 0;

  font-size: 13px;

  font-family: Avenir-Book, sans-serif;

  margin-bottom: -3px;

}

.otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text .second {

  margin-bottom: 0;

  font-size: 18px;

  font-family: Avenir-Medium, sans-serif;

}



.body-form-area {

  margin-top: 67px;

}

.body-form-area .body-form ::-webkit-calendar-picker-indicator {

  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23BE9B6B" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');

}

.body-form-area .body-form .form-select {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BE9B6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

}

.body-form-area .body-form .book-now-title {

  font-family: Trirong, serif;

  font-size: 40px;

  font-weight: 300;

  color: rgba(255, 255, 255, 0.7);

}

.body-form-area .body-form .book-now-text {

  font-family: Avenir-Light, sans-serif;

  font-size: 13px;

  color: rgba(255, 255, 255, 0.7);

}

.body-form-area .body-form .book-image {

  height: 149px;

  width: 149px;

  float: right;

  margin: auto;

}

.body-form-area .body-form label {

  color: #B09367;

  font-size: 12px;

  font-family: Avenir-Book, sans-serif;

  text-align: justify;

}

.body-form-area .body-form .form-control {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  padding: 17px 15px;

  border: 1px solid #E8E9F0;

  border-radius: 0;

  margin-bottom: 27px;

  color: #636363;

}

.body-form-area .body-form option {

  color: #484848;

}

.body-form-area .body-form .form-control:focus, .body-form-area .body-form .form-control:active {

  outline: none;

  border: 0;

  -webkit-box-shadow: none;

          box-shadow: none;

}

.body-form-area .body-form .rez-btn {

  width: 100%;

  padding: 16px;

  color: #fff;

  background-color: #B09367;

  border: 0;

}

.body-form-area .information-validations {

  margin-top: -19px;

}

.body-form-area .information-validations .info-text-area {

  font-size: 12.6px;

  font-family: Avenir-Roman, sans-serif;

  color: #B09367;

}

.body-form-area .information-validations .info-text-area i {

  padding: 0.1px 1px 0.1px 2px;

  background-color: #B09367;

  color: #fff;

  border-radius: 50%;

  font-size: 16px;

  margin-right: 12px;

}

.body-form-area .information-validations .info-text-area .valid-link {

  color: #B09367;

}



.bg-container {

  width: 95%;

  margin-left: 85px;

}



.bg-container.bg-container-left {

  margin-top: 77px;

  margin-bottom: 77px;

  margin-left: 0;

}

.bg-container.bg-container-left .minislidercover.left-cover .minislider-row {

  margin-left: 130px;

}

.bg-container.bg-container-left .full-img-square-right-text {

  margin-top: 88px;

  margin-bottom: 83px;

  padding-left: 55px;

  padding-right: 0;

}

.bg-container.bg-container-left .full-img-square-right-text .title {

  font-family: Trirong, serif;

  font-weight: 300;

  font-size: 40px;

  color: #B09367;

  margin-bottom: 70px;

  line-height: 32px;

}

.bg-container.bg-container-left .full-img-square-right-text .subtitle {

  font-family: Avenir-Light, sans-serif;

  font-size: 12px;

  color: #B09367;

  text-transform: uppercase;

}

.bg-container.bg-container-left .full-img-square-right-text .body {

  font-family: Avenir-Light, sans-serif;

  font-size: 16px;

  color: #484848;

  text-align: justify;

}

.bg-container.bg-container-left .full-img-square-right-text .body .list-li i {

  margin-right: 8px;

  vertical-align: middle;

}

.bg-container.bg-container-left .full-img-square-right-text .body .download-btn {

  margin-bottom: 35px;

}

.bg-container.bg-container-left .full-img-square-right-text .body .download-btn .btn-link {

  border: 1px solid #17286D;

  padding: 9px 17px;

  color: #484848;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  text-decoration: none;

}

.bg-container.bg-container-left .full-img-square-right-text .body .download-btn .btn-link i {

  font-weight: 600;

  margin-left: 13px;

}

.bg-container.bg-container-left .full-img-square-right-text .link.buttonvers {

  margin-bottom: 50px;

  margin-left: 0;

  margin-top: 56px;

}

.bg-container.bg-container-left .full-img-square-right-text .link.buttonvers a {

  padding: 9px 24px;

  border: 1px solid #17286D;

  margin-right: 20px;

  font-family: Avenir-Roman, sans-serif;

  font-size: 14px;

  color: #484848;

  text-decoration: none;

}

.bg-container.bg-container-left .full-img-square-right-text .link.buttonvers a i::before {

  font-size: 12px;

  margin-left: 10px;

}

.bg-container.bg-container-left .full-img-square-right-text .link.buttonvers .first {

  padding: 9px 24px;

  border: 1px solid #17286D;

  background-color: #17286D;

  margin-right: 20px;

  font-family: Avenir-Roman, sans-serif;

  font-size: 14px;

  color: #fff;

  text-decoration: none;

}

.bg-container.bg-container-left .full-img-square-right-text .link.buttonvers .second {

  padding: 9px 28px;

  border: 1px solid #B09367;

  background-color: #B09367;

  margin-right: 20px;

  font-family: Avenir-Roman, sans-serif;

  font-size: 14px;

  color: #fff;

  text-decoration: none;

}



.minislidercover .minislider-row {

  position: absolute;

  z-index: 1;

  margin-top: -32px;

  margin-left: -102px;

width: 480px;

height: 500px;

}

.minislidercover .minislider-row .mini-oneimage-slider .owl-item .full-img-square {width: 480px;

  height: 500px;}

.minislidercover .carousel-container {padding-right: 0;}

.minislidercover .minislider-row .mini-oneimage-slider .owl-item {

  border: 0;

  border-radius: 0;

}

.minislidercover .minislider-row .mini-oneimage-slider .owl-item .full-img-square {

  border: 0;

  border-radius: 0;

}

.minislidercover .minislider-row .mini-oneimage-slider .owl-item .full-img-square img {

  width: 100%;

  height: auto;

  border: 0;

  border-radius: 0 !important;

}

.minislidercover .minislider-row .mini-oneimage-slider .inner-text-overlay {

  width: 100%;

  height: 50%;

  background-color: #00205F;

  position: absolute;

  z-index: 1;

  bottom: 0;

  left: 0;

  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 0, 36, 0.22)), color-stop(71%, rgba(0, 0, 0, 0.3)), to(rgba(0, 212, 255, 0)));

  background: linear-gradient(0deg, rgba(2, 0, 36, 0.22) 0%, rgba(0, 0, 0, 0.3) 71%, rgba(0, 212, 255, 0) 100%);

}

.minislidercover .minislider-row .owl-nav button .slider-button-cover {

  padding: 8.5px;

  padding-top: 8px;

  border: 1px solid #fff;

  border-radius: 50%;

}

.minislidercover .minislider-row .owl-nav button.owl-prev i, .minislidercover .minislider-row .owl-nav button.owl-next i {

  height: 8px;

  padding: 3px;

  font-size: 15px;

  color: #fff;

}

.minislidercover .minislider-row .owl-nav button.owl-next, .minislidercover .minislider-row .owl-nav button.owl-prev {

  height: 45px;

}

.minislidercover .minislider-row .owl-nav button.owl-prev {

  margin-right: 24px;

}

.minislidercover .minislider-row .owl-nav button:focus {

  outline: none;

}

.minislidercover .minislider-row .owl-nav {

  position: absolute;

  margin-top: -67px;

  margin-left: 30px;

}

.minislidercover .minislider-row .owl-dots {

  margin: 24px 0;

  position: absolute;

  -webkit-transform: translate(22px, -86px);

          transform: translate(22px, -86px);

}

.minislidercover .minislider-row .owl-dots button.owl-dot {

  width: 9px;

  height: 9px;

  border-radius: 50%;

  border: 1px solid #fff;

  display: inline-block;

  background: transparent;

  margin: 0 3px;

  margin-right: 15px;

}

.minislidercover .minislider-row .owl-dots button.owl-dot.active {

  background-color: #fff;

  width: 15px;

  height: 15px;

}

.minislidercover .minislider-row .owl-dots button.owl-dot:focus {

  outline: none;

}

.minislidercover .minislider-row.square {

  max-width: 600px;

}

.minislidercover .minislider-row.square .owl-item {

  min-height: 500px;

  min-width: 600px;

  border: 0;

  border-radius: 0;

}

.minislidercover .minislider-row.square .owl-item .full-img-square {

  min-width: 480px;

  min-height: 500px;

  border: 0;

  border-radius: 0;

  max-width: 480px;

  max-height: 500px;

}

.minislidercover .minislider-row.square .owl-item .full-img-square img {

  min-width: 480px;

  min-height: 500px;

  border: 0;

  border-radius: 0 !important;

}



.full-img-square-right-text {

  margin-top: 88px;

  margin-bottom: 142px;

  padding-right: 55px;

}

.full-img-square-right-text .hi-title {

  font-size: 18px;

}

.full-img-square-right-text .title {

  font-family: Trirong, serif;

  font-weight: 300;

  font-size: 40px;

  color: #B09367;

  margin-bottom: 70px;

  line-height: 32px;

}

.full-img-square-right-text .subtitle {

  font-family: Avenir-Light, sans-serif;

  font-size: 12px;

  color: #B09367;

}

.full-img-square-right-text .body {

  font-family: Avenir-Light, sans-serif;

  font-size: 16px;

  color: #484848;

  text-align: justify;

}

.full-img-square-right-text .body .list-li i {

  margin-right: 8px;

  vertical-align: middle;

}

.full-img-square-right-text .body .download-btn {

  margin-bottom: 35px;

}

.full-img-square-right-text .body .download-btn .btn-link {

  border: 1px solid #17286D;

  padding: 9px 17px;

  color: #17286D;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  text-decoration: none;

}

.full-img-square-right-text .body .download-btn .btn-link i {

  font-weight: 600;

  margin-left: 13px;

}

.full-img-square-right-text .link.buttonvers {

  margin-bottom: 50px;

  margin-left: 0;

  margin-top: 56px;

}

.full-img-square-right-text .link.buttonvers a {

  padding: 9px 24px;

  border: 1px solid #17286D;

  margin-right: 20px;

  font-family: Avenir-Roman, sans-serif;

  font-size: 13px;

  color: #17286D;

  text-decoration: none;

}

.full-img-square-right-text .link.buttonvers a i::before {

  margin-left: 10px;

  font-size: 12px;

}

.full-img-square-right-text .link.buttonvers .first {

  padding: 9px 24px;

  border: 1px solid #17286D;

  background-color: #17286D;

  margin-right: 20px;

  font-family: Avenir-Roman, sans-serif;

  font-size: 14px;

  color: #fff;

  text-decoration: none;

}



.full-img-square-right-text .link.buttonvers a.second{color:#17286D!important ;}

.full-img-square-right-text .link.buttonvers .second {

  padding: 9px 28px;

  border: 1px solid #B09367;

  background-color: #B09367;

  margin-right: 20px;

  font-family: Avenir-Roman, sans-serif;

  font-size: 14px;

  color: #fff;

  text-decoration: none;

}

.full-img-square-right-text .link {

  font-family: Avenir-Roman, sans-serif;

  font-size: 13px;

  color: #B09367;

  text-decoration: none;

  margin-top: 24px;

  margin-left: 0;

  margin-bottom: 162px;

}

.full-img-square-right-text .link a {

  color: #B09367;

  text-decoration: none;

}



.body-big-sl .counter-cover {

  position: absolute;

  right: 0;

  z-index: 4;

  -webkit-transform: translate(-220px, -74px);

          transform: translate(-220px, -74px);

}

.body-big-sl .counter-cover .slider-counter-con {

  font-family: Trirong, serif;

  color: #B09367;

  padding: 14px 13px 14px 12px;

  background-color: #fff;

  border-radius: 50%;

}

.body-big-sl .counter-cover .slider-counter-con .slider-counter {

  font-size: 20px;

  color: #B09367;

}

.body-big-sl .counter-cover .slider-counter-con .slider-count {

  font-size: 12px;

  color: #B09367;

}



.owl-home-big-body {

  width: 100%;

}

.owl-home-big-body .owl-item {

  min-width: 1200px;

}

.owl-home-big-body img {

  max-height: 800px;

  min-height: 800px;

  object-fit: contain;

}

.owl-home-big-body .item {

  min-width: 1200px;

}

.owl-home-big-body .fl-cd {

  width: 1000px;

  height: auto;

  margin: auto;

}

.owl-home-big-body .owl-nav button .slider-button-cover {

  padding: 8.5px;

  padding-top: 8px;

  border: 1px solid #fff;

  border-radius: 50%;

}

.owl-home-big-body .owl-nav button.owl-prev i, .owl-home-big-body .owl-nav button.owl-next i {

  height: 8px;

  padding: 3px;

  font-size: 15px;

  color: #fff;

}

.owl-home-big-body .owl-nav button.owl-next, .owl-home-big-body .owl-nav button.owl-prev {

  height: 45px;

}

.owl-home-big-body .owl-nav button.owl-prev {

  margin-right: 24px;

}

.owl-home-big-body .owl-nav button:focus {

  outline: none;

}

.owl-home-big-body .owl-nav {

  position: absolute;

  margin-top: -67px;

  margin-left: 66px;

}

.owl-home-big-body .owl-dots {

  margin: 24px 0;

  margin-left: 84px;

  margin-top: -44px;

  position: absolute;

}

.owl-home-big-body .owl-dots button.owl-dot {

  width: 9px;

  height: 9px;

  border-radius: 50%;

  border: 1px solid #B09367;

  display: inline-block;

  background: transparent;

  margin: 0 3px;

  margin-right: 15px;

}

.owl-home-big-body .owl-dots button.owl-dot.active {

  background-color: #b09367;

  width: 15px;

  height: 15px;

}

.owl-home-big-body .owl-dots button.owl-dot:focus {

  outline: none;

}



.ozel-hzm-tabs .vertical-owl-carousel {

  padding-top: 20px;

}



.body-contact-area {

  margin-top: 72px;

  margin-bottom: 72px;

}

.body-contact-area .contact-info .title {

  font-size: 26px;

  font-weight: 300;

  font-family: Trirong, serif;

  color: #B09367;

  margin: 26px 0;

}

.body-contact-area .contact-info .location {

  font-family: Avenir-Light, sans-serif;

  font-size: 16px;

  margin: 26px 0;

}

.body-contact-area .contact-info .location .first {

  margin-bottom: 0;

}

.body-contact-area .contact-info .location .second {

  margin-bottom: 0;

}

.body-contact-area .contact-info .vertical-container-footer {

  display: table;

  position: relative;

  max-width: 30rem;

  color: #484848;

}

.body-contact-area .contact-info .vertical-container-footer .icon {

  padding-right: 14px;

  display: block;

  font-size: 30px;

  width: 20%;

  text-align: center;

  display: table-cell;

  vertical-align: middle;

}

.body-contact-area .contact-info .vertical-container-footer i::before {

  color: #484848;

}

.body-contact-area .contact-info .vertical-container-footer .text {

  display: block;

  width: 80%;

  display: table-cell;

  vertical-align: middle;

}

.body-contact-area .contact-info .vertical-container-footer .text .first {

  margin-bottom: 0;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

}

.body-contact-area .contact-info .vertical-container-footer .text .second {

  margin-bottom: 0;

  font-size: 18px;

  font-family: Avenir-Medium, sans-serif;

}

.body-contact-area .contact-info .phone {

  margin: 26px 0;

}

.body-contact-area .contact-info .mail {

  margin: 26px 0;

}

.body-contact-area .contact-info .buttons {

  margin: 36px 0;

}

.body-contact-area .contact-info .buttons i {

  margin-left: 4px;

}

.body-contact-area .contact-info .buttons a {

  text-decoration: none;

  color: #fff;

}

.body-contact-area .contact-info .buttons .contact-mail {

  font-size: 13px;

  padding: 9px 22px;

  border: 1px solid #17286D;

  margin-right: 20px;

  background-color: #17286D;

}

.body-contact-area .contact-info .buttons .contact-phone {

  font-size: 13px;

  padding: 9px 28px;

  border: 1px solid #B09367;

  background-color: #B09367;

}

.body-contact-area .map-cover {

  width: auto;

}

.body-contact-area .map-cover .map {

  margin: auto;

}

.body-contact-area .map-cover .map img {

  width: 100%;

  height: auto;

}



.modal-open .modal {

  background-color: rgba(0, 0, 0, 0.9);

}



.modal-header {

  min-height: 0;

  padding: 0;

  border-bottom: none;

}



.modal-content {

  position: relative;

  background-color: transparent;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  border: none;

  border: none;

  border-radius: 0;

  outline: 0;

  -webkit-box-shadow: 0;

  box-shadow: 0;

}



.modal-body {

  position: relative;

  max-height: 90vh;

  padding: 40px;

  overflow: hidden;

}



#owl-modal .owl-item {

  opacity: 1;

}



#owl-modal .item img {

  display: block;

  width: 100%;

  height: auto;

}



#GListModalGallery .close {

  font-size: 40px;

  /*line-height: 30px;*/

  color: #fff;

  filter: alpha(opacity=50);

  opacity: 0.5;

  width: 30px;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  position: absolute;

  right: 34px;

  top: -5px;

  /*margin-top: 0;*/

  z-index: 9999;

}



#GListModalGallery .close:hover {

  filter: alpha(opacity=80);

  opacity: 0.8;

}



/*owl MODAL custom controls*/

#owl-modal .owl-controls .owl-buttons div {

  margin: 0;

  padding: 0;

  font-size: 20px;

  border-radius: 0;

  background: transparent;

  filter: Alpha(Opacity=50);

  color: #FFFFFF;

  opacity: 0.5;

}



#owl-modal .owl-controls .owl-buttons div {

  position: absolute;

}



#owl-modal .owl-controls .owl-buttons .owl-prev {

  left: inherit;

  right: 100px;

  top: -40px;

}



#owl-modal .owl-controls .owl-buttons .owl-next {

  right: 50px;

  top: -40px;

}



.celeb-cover {

  padding-top: 100px;

  padding-bottom: 130px;

  margin: 140px 0;

}

.celeb-cover .img-cover {

  position: absolute;

  margin-top: -154px;

  height: 484px;

  width: 482px;

}

.celeb-cover .img-cover img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}

.celeb-cover .celb-container .title {

  font-size: 40px;

  color: #B09367;

  margin-bottom: 34px;

  font-family: Trirong, serif;

  font-weight: 300;

}

.celeb-cover .celb-container .body {

  font-size: 16px;

  font-family: Avenir-Light, sans-serif;

  color: #C8C8C8;

  margin-bottom: 47px;

}

.celeb-cover .celb-container .button .link {

  text-decoration: none;

  font-family: Avenir-Roman, sans-serif;

  font-size: 13px;

  padding: 9px 24px;

  border: 1px solid #B09367;

  width: auto;

  color: #B09367;

}

.celeb-cover .celb-container .button i {

  margin-left: 12px;

}



.tab-infos {

  padding-top: 46px;

  padding-bottom: 46px;

}

.tab-infos .title-cont .title {

  font-family: Trirong, serif;

  font-size: 40px;

  color: #6A6968;

}

.tab-infos .title-cont .buttons a {

  color: #6A6968;

  padding: 9px 24px;

  border: 1px solid #6A6968;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

  text-decoration: none;

  margin-right: 12px;

}

.tab-infos .title-cont .buttons a i {

  margin-left: 14px;

}

.tab-infos .title-cont .buttons a:hover {

  color: #fff;

  padding: 9px 24px;

  border: 1px solid #B09367;

  background-color: #B09367;

}

.tab-infos .title-cont .buttons a:hover i::before {

  color: #FFFFFF;

}

.tab-infos .text-cont .text {

  font-family: Avenir-Light, sans-serif;

  font-size: 16px;

  color: #484848;

  text-align: justify;

}



.table-infos .table-cover .table-self .table.table-toplanti {

  text-align: left;

  border: transparent;

}

.table-infos .table-cover .table-self .table.table-toplanti .title {

  background-color: rgba(255, 255, 255, 0.4);

}

.table-infos .table-cover .table-self .table.table-toplanti .title th {

  padding-top: 11px;

  padding-bottom: 14px;

  padding-left: 30px;

  padding-right: 30px;

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: rgba(72, 72, 72, 0.7725490196);

}

.table-infos .table-cover .table-self .table.table-toplanti .infos td {

  padding-top: 11px;

  padding-bottom: 14px;

  padding-left: 30px;

  padding-right: 30px;

  color: rgba(72, 72, 72, 0.7725490196);

  font-family: Avenir-Roman, sans-serif;

  font-size: 14px;

}



.img-gal-section {

  padding-top: 135px;

}

.img-gal-section .cover-hover {

  display: none;

  position: absolute;

  z-index: 1;

  height: 100%;

  width: 100%;

  background-color: rgba(1, 1, 1, 0.6);

  margin: auto;

}

.img-gal-section .cover-hover .icon-cover {

  margin-top: calc(50% - 92px);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.img-gal-section .cover-hover i {

  background: #fff;

  top: auto;

  padding: 16px;

  text-align: center;

  border-radius: 50%;

  font-size: 30px;

}

.img-gal-section .gallery-owl-carousel img {

  min-height: 475px;

  min-width: 650px;

  max-height: 475px;

  max-width: 650px;

}

.img-gal-section .gallery-owl-carousel .item {

  min-height: 475px;

  min-width: 650px;

  max-height: 475px;

  max-width: 650px;

}

.img-gal-section .owl-carousel.owl-drag .owl-item {

  max-width: 100%;

  text-align: center;

}

.img-gal-section .owl-nav button .slider-button-cover {

  padding: 8.5px;

  border: 1px solid #B09367;

  border-radius: 50%;

}

.img-gal-section .owl-nav button.owl-prev i, .img-gal-section .owl-nav button.owl-next i {

  height: 8px;

  padding: 3px;

  font-size: 15px;

  color: #b09367;

}

.img-gal-section .owl-nav button.owl-next, .img-gal-section .owl-nav button.owl-prev {

  height: 45px;

}

.img-gal-section .owl-nav button.owl-prev {

  margin-right: 24px;

}

.img-gal-section .owl-nav button:focus {

  outline: none;

}

.img-gal-section .owl-nav {

  margin-top: 57px;

  padding: 1px 0;

  margin-bottom: 36px;

}

.img-gal-section .owl-dots {

  margin: 24px 0;

}

.img-gal-section .owl-dots button.owl-dot {

  width: 9px;

  height: 9px;

  border-radius: 50%;

  border: 1px solid #B09367;

  display: inline-block;

  background: transparent;

  margin: 0 3px;

  margin-right: 15px;

}

.img-gal-section .owl-dots button.owl-dot.active {

  background-color: #B09367;

  width: 15px;

  height: 15px;

}

.img-gal-section .owl-dots button.owl-dot:focus {

  outline: none;

}

.img-gal-section .text-sec-gal-slider {

  float: right;

  margin-top: -86px;

}

.img-gal-section .text-sec-gal-slider .title {

  font-family: Trirong, serif;

  font-size: 32px;

  font-weight: 300;

  color: #B09367;

  margin-bottom: 0;

}

.img-gal-section .text-sec-gal-slider .sub-title {

  font-family: Avenir-Light, sans-serif;

  font-size: 12px;

  margin-bottom: 0;

  color: #B09367;

  float: right;

}



.screen-reader-text {

  height: auto;

  width: 36px;

  height: 36px;

  clip: rect(1px, 1px, 1px, 1px);

  height: 1px;

  overflow: hidden;

  font-size: 36px;

  color: #fff;

}



.modal.img-gal-section-modal {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background-color: rgba(0, 0, 0, 0.7);

  display: none;

  overflow: hidden;

  z-index: 100020;

}

.modal.img-gal-section-modal .modal-dialog {

  overflow: hidden;

  position: absolute;

  top: 45%;

  left: 50%;

  max-height: 90%;

  max-width: 100%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  width: auto;

}

.modal.img-gal-section-modal .owl-carousel.owl-drag .owl-item {

  max-width: 100%;

  text-align: center;

}

.modal.img-gal-section-modal .modal-content {

  height: auto;

  width: 70%;

  background-clip: padding-box;

  background-color: transparent;

  border-radius: 0.1875rem;

  left: 50%;

  outline: 0;

  padding: 0.625rem;

  position: relative;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  border-radius: 0;

}

.modal.img-gal-section-modal .modal-content .modal-header .close {

  margin: 0;

  padding: 24px;

  z-index: 2000;

  background: transparent;

  position: absolute;

  top: 10;

  right: 0;

  border: 0;

  color: #FFFFFF;

  cursor: pointer;

  font-size: 16px;

  line-height: 0;

  outline: none;

  padding: 0;

}

.modal.img-gal-section-modal .modal-content .modal-header .close:after::after {

  clear: both;

  content: "";

  display: block;

}

.modal.img-gal-section-modal .modal-content.has-carousel {

  padding: 0.625rem 3.125rem 1.875rem;

}

.modal.img-gal-section-modal .modal-content.has-carousel .owl-nav {

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  width: 100%;

}

.modal.img-gal-section-modal .modal-content.has-carousel .owl-next.disabled {

  opacity: 0;

  cursor: inherit;

}

.modal.img-gal-section-modal .modal-content.has-carousel .owl-prev,

.modal.img-gal-section-modal .modal-content.has-carousel .owl-next {

  height: 36px !important;

  width: 36px !important;

  background: transparent;

  border: none;

  color: #fff !important;

  font-size: 36px !important;

  line-height: 2.5rem;

  min-width: 0;

  padding: 0;

  position: relative;

}

.modal.img-gal-section-modal .modal-content.has-carousel .owl-prev:hover, .modal.img-gal-section-modal .modal-content.has-carousel .owl-prev:focus,

.modal.img-gal-section-modal .modal-content.has-carousel .owl-next:hover,

.modal.img-gal-section-modal .modal-content.has-carousel .owl-next:focus {

  background: transparent;

  color: #fff;

}

.modal.img-gal-section-modal .modal-content.has-carousel .owl-prev {

  float: left;

  -webkit-transform: translateX(-3.125rem);

          transform: translateX(-3.125rem);

}

.modal.img-gal-section-modal .modal-content.has-carousel .owl-next {

  float: right;

  text-align: right;

  -webkit-transform: translateX(2.125rem);

          transform: translateX(2.125rem);

}



.modal.img-gal-section-modal::after {

  clear: both;

  content: "";

  display: block;

}



.modal.img-gal-section-modal.modal-open {

  display: block;

  overflow-x: hidden;

  overflow-y: auto;

}



.fluid-media {

  height: 0;

  overflow: hidden;

  padding-bottom: 56.25%;

  position: relative;

}



.fluid-media embed,

.fluid-media object,

.fluid-media iframe {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  border: none;

}



.casino-gal {

  padding-top: 10px;

}

.casino-gal .gallery-owl-carousel .item {

  min-height: 346px;

  min-width: 490px;

  max-height: 364px;

  max-width: 490px;

}

.casino-gal .gallery-owl-carousel img {

  min-height: 346px;

  min-width: 490px;

  max-height: 364px;

  max-width: 490px;

}

.casino-gal .owl-nav {

  padding: 0px 0 !important;

  margin-bottom: 36px !important;

}

.casino-gal .owl-dots {

  margin: 24px 0 !important;

}



.top-banner-Cover .cover-overlay {

  width: 100vw;

  height: calc(50vh + 85px);

  position: absolute;

  z-index: 0;

  background-color: rgba(0, 0, 0, 0.4274509804);

}

.top-banner-Cover .banner-inner-text {

  width: 100%;

  position: absolute;

  z-index: 2;

  top: calc(18vh + 85px);

  text-align: center;

}

.top-banner-Cover .banner-inner-text .title {

  font-family: Trirong, serif;

  font-weight: 300;

  font-size: 50px;

  line-height: 86px;

  color: rgba(255, 255, 255, 0.8);

  margin-bottom: 22px;

}

.top-banner-Cover .banner-inner-text .sub-title {

  font-family: Avenir-Light, sans-serif;

  font-size: 18px;

  letter-spacing: 0.1em;

  color: rgba(255, 255, 255, 0.8);

}

.top-banner-Cover .banner-image {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.top-banner-Cover .banner-image img {

  min-width: 100vw;

  height: calc(50vh + 85px);

}



.just-text-area .body-atext-area {

  margin: 70px 0;

}

.just-text-area .body-atext-area p {

  font-size: 16px;

  font-family: Avenir-Light, sans-serif;

  color: #484848;

  text-align: justify;

}



.mobil-brt .big-rght-txt-area {

  padding: 36px 0 70px 0;

}

.mobil-brt .big-rght-txt-area .img-col .img-cover {

  position: absolute;

  margin-top: -84px;

  margin-left: -105px;

}

.mobil-brt .big-rght-txt-area .img-col .img-cover img {

  padding-right: calc(var(--bs-gutter-x) * 0.5);

  padding-left: calc(var(--bs-gutter-x) * 0.5);

  min-width: 514px;

  min-height: 530px;

  max-width: 514px;

  max-height: 530px;

}

.mobil-brt .big-rght-txt-area .text-col .txt-cover .title {

  font-family: "Trirong", serif;

  color: #B09367;

  font-style: normal;

  font-weight: 300;

  font-size: 40px;

  line-height: 69px;

  margin-bottom: 18px;

}

.mobil-brt .big-rght-txt-area .text-col .txt-cover .list-cover .list-li {

  font-family: Avenir-Light, sans-serif;

  font-size: 14px;

  color: #C8C8C8;

  text-transform: uppercase;

}

.mobil-brt .big-rght-txt-area .text-col .txt-cover .list-cover .list-li i::before {

  color: #B09367;

  margin-right: 8px;

}



.left-right-texts .body-text {

  font-family: Avenir-Light;

  font-style: normal;

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  text-align: justify;

  color: #555;

}

.left-right-texts .left-text {

  margin-top: 70px;

  margin-bottom: 70px;

}

.left-right-texts .left-text .img-cover img {

  float: right;

  min-width: 484px;

  min-height: 300px;

  max-width: 484px;

  max-height: 300px;

}

.left-right-texts .left-text .text-col {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  vertical-align: middle;

}

.left-right-texts .left-text .text-col .text-cover {

  margin: auto;

}

.left-right-texts .left-text .text-col .text-cover .title {

  font-family: "Trirong";

  font-style: normal;

  font-weight: 300;

  font-size: 40px;

  line-height: 69px;

  color: #B09367;

}

.left-right-texts .left-text .text-col .text-cover .text {

  font-family: Avenir-Light;

  font-style: normal;

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  text-align: justify;

  color: #555;

}

.left-right-texts .right-text {

  margin-top: 70px;

  margin-bottom: 70px;

}

.left-right-texts .right-text .img-cover img {

  float: left;

  min-width: 484px;

  min-height: 300px;

  max-width: 484px;

  max-height: 300px;

}

.left-right-texts .right-text .text-col {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  vertical-align: middle;

}

.left-right-texts .right-text .text-col .text-cover {

  margin: auto;

}

.left-right-texts .right-text .text-col .text-cover .title {

  font-family: "Trirong";

  font-style: normal;

  font-weight: 300;

  font-size: 40px;

  line-height: 69px;

  color: #17286D;

}

.left-right-texts .right-text .text-col .text-cover .text {

  font-family: Avenir-Light;

  font-style: normal;

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  text-align: justify;

  color: #555;

}



.mobil-brt-sec .min-rght-txt-area {

  padding: 36px 0 70px 0;

  margin-top: 70px;

  margin-bottom: 70px;

}

.mobil-brt-sec .min-rght-txt-area .img-col .img-cover {

  position: absolute;

  margin-top: -74px;

  margin-left: -105px;

}

.mobil-brt-sec .min-rght-txt-area .img-col .img-cover img {

  padding-right: calc(var(--bs-gutter-x) * 0.5);

  padding-left: calc(var(--bs-gutter-x) * 0.5);

  min-width: 445px;

  min-height: 340px;

  max-width: 445px;

  max-height: 340px;

}

.mobil-brt-sec .min-rght-txt-area .text-col {

  padding-right: 85px;

}

.mobil-brt-sec .min-rght-txt-area .text-col .txt-cover {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  vertical-align: middle;

}

.mobil-brt-sec .min-rght-txt-area .text-col .txt-cover .title {

  font-family: "Trirong", serif;

  color: #B09367;

  font-style: normal;

  font-weight: 300;

  font-size: 40px;

  line-height: 69px;

  margin-bottom: 18px;

}

.mobil-brt-sec .min-rght-txt-area .text-col .txt-cover .text {

  font-family: "Avenir";

  font-style: normal;

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  text-align: justify;

  color: #C8C8C8;

}

.mobil-brt-sec .min-left-txt-area {

  padding: 36px 0 70px 0;

  margin-top: 100px;

  margin-bottom: 100px;

  margin-left: 4px;

}

.mobil-brt-sec .min-left-txt-area .img-col .img-cover {

  position: absolute;

  margin-top: -74px;

  margin-left: 150px;

}

.mobil-brt-sec .min-left-txt-area .img-col .img-cover img {

  padding-right: calc(var(--bs-gutter-x) * 0.5);

  padding-left: calc(var(--bs-gutter-x) * 0.5);

  min-width: 445px;

  min-height: 340px;

  max-width: 445px;

  max-height: 340px;

}

.mobil-brt-sec .min-left-txt-area .text-col {

  padding-left: 85px;

}

.mobil-brt-sec .min-left-txt-area .text-col .txt-cover {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  vertical-align: middle;

}

.mobil-brt-sec .min-left-txt-area .text-col .txt-cover .title {

  font-family: "Trirong", serif;

  color: #B09367;

  font-style: normal;

  font-weight: 300;

  font-size: 40px;

  line-height: 69px;

  margin-bottom: 18px;

}

.mobil-brt-sec .min-left-txt-area .text-col .txt-cover .text {

  font-family: "Avenir";

  font-style: normal;

  font-weight: 300;

  font-size: 16px;

  line-height: 22px;

  text-align: justify;

  color: #484848;

}



.body-header-area .socials {

  padding: 12px 0;

}

.body-header-area .contact-socials {

  padding: 0;

}

.body-header-area .contact-socials .social-links a {

  text-decoration: none;

  margin-right: 32px;

  font-size: 28px;

}

.body-header-area .contact-socials .social-links a ::before {

  color: #17286D;

}



.body-just-text {

  padding: 70px 0;

}

.body-just-text .just-header {

  font-size: 40px;

  color: #B09367;

  font-family: Trirong, serif;

  font-weight: 300;

}

.body-just-text .just-text {

  font-size: 16px;

  font-family: Avenir-Light, sans-serif;

  color: #484848;

  text-align: justify;

}



.stt-page .body-text-area .body-text {

  padding: 0;

  font-size: 16px;

  font-family: Avenir-Light, sans-serif;

}



.contact-verticalrow {

  margin-bottom: 36px;

  display: table;

  position: relative;

  max-width: 30rem;

  padding: 6px 1em 1em 0;

  color: #484848;

}

.contact-verticalrow .icon {

  padding-right: 14px;

  display: block;

  font-size: 30px;

  width: 20%;

  text-align: center;

  display: table-cell;

  vertical-align: middle;

}

.contact-verticalrow .icon::before {

  color: #484848;

}

.contact-verticalrow .text {

  display: block;

  width: 80%;

  display: table-cell;

  vertical-align: middle;

}

.contact-verticalrow .text .first {

  margin-bottom: 0;

  font-size: 13px;

  font-family: Avenir-Roman, sans-serif;

}

.contact-verticalrow .text .first a {

  text-decoration: none;

  color: #484848;

}

.contact-verticalrow .text .second {

  margin-bottom: 0;

  font-size: 18px;

  font-family: Avenir-Medium, sans-serif;

}

.contact-verticalrow .text .second a {

  text-decoration: none;

  color: #484848;

}



.contact-page-form-section .contact-page-form {

  padding: 36px;

}

.contact-page-form-section .contact-page-form .form-select {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BE9B6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

}

.contact-page-form-section .contact-page-form .book-now-title {

  font-family: Trirong, serif;

  font-size: 40px;

  font-weight: 300;

  color: rgba(255, 255, 255, 0.7);

}

.contact-page-form-section .contact-page-form .book-now-text {

  font-family: Avenir-Light, sans-serif;

  font-size: 13px;

  color: rgba(255, 255, 255, 0.7);

}

.contact-page-form-section .contact-page-form .book-image {

  height: 149px;

  width: 149px;

  float: right;

  margin: auto;

}

.contact-page-form-section .contact-page-form label {

  color: rgba(178, 188, 207, 0.7);

  font-size: 12px;

  font-family: Avenir-Book, sans-serif;

  text-align: justify;

}

.contact-page-form-section .contact-page-form .form-control {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  padding: 17px 15px;

  background-color: rgba(178, 188, 207, 0.1);

  border-radius: 0;

  border: 0;

  margin-bottom: 27px;

  color: #B2BCCF;

}

.contact-page-form-section .contact-page-form option {

  color: #484848;

}

.contact-page-form-section .contact-page-form .form-control:focus, .contact-page-form-section .contact-page-form .form-control:active {

  outline: none;

  border: 0;

  -webkit-box-shadow: none;

          box-shadow: none;

}

.contact-page-form-section .contact-page-form .form-btn {

  width: 100%;

  padding: 16px;

  color: #fff;

  background-color: #B09367;

  border: 0;

}

.contact-page-form-section .contact-page-form textarea::-webkit-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.contact-page-form-section .contact-page-form textarea::-moz-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.contact-page-form-section .contact-page-form textarea:-ms-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.contact-page-form-section .contact-page-form textarea::-ms-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.contact-page-form-section .contact-page-form textarea::placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}



.contact-socials .social-links {

  height: 49px;

  width: 49px;

}

.contact-socials .social-links a:first-child {

  padding-left: 0;

}

.contact-socials .social-links a {

  text-decoration: none;

  padding: 8px;

  color: rgba(255, 255, 255, 0.6);

  margin-right: 32px;

  font-size: 29px;

}

.contact-socials .social-links a i::before {

  color: #484848;

}



.hotel-cont-list {

  padding: 40px 0;

}

.hotel-cont-list .hotel-cont-card .image img {

  width: 100%;

  min-height: 197px;

  max-height: 197px;

}

.hotel-cont-list .hotel-cont-card .body .title {

  color: #B09367;

  font-family: "Trirong";

  font-style: normal;

  font-weight: 300;

  font-size: 22px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-top: 16px;

}

.hotel-cont-list .hotel-cont-card .body .text {

  font-family: Avenir-light, sans-serif;

  font-size: 16px;

  color: #484848;

}

.hotel-cont-list .hotel-cont-card .body .text a {

  font-family: Avenir-light, sans-serif;

  font-size: 16px;

  text-decoration: none;

  color: #484848;

}

.hotel-cont-list .hotel-cont-card .body .text a i:before {

  color: #484848;

  margin-right: 4px;

  font-size: 18px;

}

.hotel-cont-list .hotel-cont-card .body .button-see {

  font-size: 13px;

  margin-bottom: 0;

  margin-top: 22px;

  line-height: 18px;

}

.hotel-cont-list .hotel-cont-card .body .button-see a {

  text-decoration: none;

  color: #B09367;

  padding: 8px 16px;

  background-color: #17286D;

  color: #fff;

}

.hotel-cont-list .hotel-cont-card .body .button-see a i {

  margin-left: 8px;

}



.kariyer-form-section {

  margin-bottom: 70px;

}

.kariyer-form-section .kariyer-form {

  padding: 36px 0;

  /* Track */

  /* Handle */

  /* Handle on hover */

}

.kariyer-form-section .kariyer-form .form-select {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BE9B6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

}

.kariyer-form-section .kariyer-form label {

  color: #B09367;

  font-size: 12px;

  font-family: Avenir-Book, sans-serif;

  text-align: justify;

}

.kariyer-form-section .kariyer-form .form-control {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  padding: 17px 15px;

  background-color: rgba(255, 255, 255, 0.53);

  border: 1px solid rgba(23, 40, 109, 0.1);

  border-radius: 0;

  margin-bottom: 27px;

  color: rgba(72, 72, 72, 0.8470588235);

}

.kariyer-form-section .kariyer-form option {

  color: #484848;

}

.kariyer-form-section .kariyer-form .form-control:focus, .kariyer-form-section .kariyer-form .form-control:active {

  outline: none;

  border: 0;

  -webkit-box-shadow: none;

          box-shadow: none;

}

.kariyer-form-section .kariyer-form .form-btn {

  width: 100%;

  padding: 16px;

  color: #fff;

  background-color: #17286D;

  border: 0;

}

.kariyer-form-section .kariyer-form textarea::-webkit-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.kariyer-form-section .kariyer-form textarea::-moz-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.kariyer-form-section .kariyer-form textarea:-ms-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.kariyer-form-section .kariyer-form textarea::-ms-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.kariyer-form-section .kariyer-form textarea::placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.kariyer-form-section .kariyer-form .file-ps {

  color: #17286D;

  font-family: "Avenir";

  font-style: normal;

  font-weight: 400;

  font-size: 11px;

  line-height: 14px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  letter-spacing: -0.005em;

}

.kariyer-form-section .kariyer-form input[type=file] {

  color: rgba(72, 72, 72, 0.8078431373);

  font-family: Avenir-Roman, sans-serif;

}

.kariyer-form-section .kariyer-form input[type=file]::-webkit-file-upload-button {

  font-family: Avenir-Roman, sans-serif;

  margin-right: 20px;

  border: none;

  font-size: 13px;

  background: #17286D;

  padding: 9px 18px;

  color: #fff;

  cursor: pointer;

}

.kariyer-form-section .kariyer-form input[type=file]::file-selector-button {

  font-family: Avenir-Roman, sans-serif;

  margin-right: 20px;

  border: none;

  font-size: 13px;

  background: #17286D;

  padding: 9px 18px;

  color: #fff;

  cursor: pointer;

}

.kariyer-form-section .kariyer-form .slideble-div::-webkit-scrollbar {

  width: 5px;

}

.kariyer-form-section .kariyer-form .slideble-div::-webkit-scrollbar-track {

  background: rgba(176, 147, 103, 0.2666666667);

}

.kariyer-form-section .kariyer-form .slideble-div::-webkit-scrollbar-thumb {

  background: #B09367;

}

.kariyer-form-section .kariyer-form .slideble-div::-webkit-scrollbar-thumb:hover {

  background: rgba(176, 147, 103, 0.568627451);

}

.kariyer-form-section .kariyer-form .slideble-div {

  margin: 16px 0 8px 0;

  background-color: rgba(255, 255, 255, 0.53);

  border: 1px solid rgba(23, 40, 109, 0.1);

  height: 110px;

  overflow-y: scroll;

  /* width */

}

.kariyer-form-section .kariyer-form .slideble-div .text {

  padding: 17px 15px;

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: rgba(72, 72, 72, 0.8470588235);

}

.kariyer-form-section .kariyer-form .form-title-text .title {

  color: #17286D;

  font-family: "Trirong";

  font-style: normal;

  font-weight: 300;

  font-size: 28px;

}



.body-big-form-rez {

  padding: 70px 0;

}

.body-big-form-rez .image-cover .image-self {

  margin-top: -70px;

}

.body-big-form-rez .image-cover .image-self img {

  max-width: 708px;

  min-width: 708px;

  max-height: 733px;

  min-height: 733px;

}

.body-big-form-rez .body-rez-big-form-cover {

  padding: 36px;

}

.body-big-form-rez .body-rez-big-form-cover .form-self {

  /* Track */

  /* Handle */

  /* Handle on hover */

}

.body-big-form-rez .body-rez-big-form-cover .form-self ::-webkit-calendar-picker-indicator {

  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23BE9B6B" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');

}

.body-big-form-rez .body-rez-big-form-cover .form-self .form-select {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23BE9B6B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

}

.body-big-form-rez .body-rez-big-form-cover .form-self label {

  color: rgba(255, 255, 255, 0.8);

  font-size: 13px;

  font-family: Avenir-Book, sans-serif;

  text-align: justify;

}

.body-big-form-rez .body-rez-big-form-cover .form-self .form-control {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  padding: 17px 15px;

  background-color: rgba(178, 188, 207, 0.1058823529);

  border: 1px solid rgba(23, 40, 109, 0.1);

  border-radius: 0;

  margin-bottom: 27px;

  color: rgba(255, 255, 255, 0.55);

}

.body-big-form-rez .body-rez-big-form-cover .form-self option {

  color: #484848;

}

.body-big-form-rez .body-rez-big-form-cover .form-self .form-control:focus, .body-big-form-rez .body-rez-big-form-cover .form-self .form-control:active {

  outline: none;

  border: 0;

  -webkit-box-shadow: none;

          box-shadow: none;

}

.body-big-form-rez .body-rez-big-form-cover .form-self .form-btn {

  width: 100%;

  padding: 16px;

  color: #fff;

  background-color: #B09367;

  border: 0;

}

.body-big-form-rez .body-rez-big-form-cover .form-self textarea::-webkit-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.body-big-form-rez .body-rez-big-form-cover .form-self textarea::-moz-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.body-big-form-rez .body-rez-big-form-cover .form-self textarea:-ms-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.body-big-form-rez .body-rez-big-form-cover .form-self textarea::-ms-input-placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.body-big-form-rez .body-rez-big-form-cover .form-self textarea::placeholder {

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: #B2BCCF !important;

}

.body-big-form-rez .body-rez-big-form-cover .form-self .file-ps {

  color: #17286D;

  font-family: "Avenir";

  font-style: normal;

  font-weight: 400;

  font-size: 11px;

  line-height: 14px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  letter-spacing: -0.005em;

}

.body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div::-webkit-scrollbar {

  width: 4px;

}

.body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div::-webkit-scrollbar-track {

  background: rgba(255, 255, 255, 0.1);

}

.body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div::-webkit-scrollbar-thumb {

  background: #fff;

}

.body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div::-webkit-scrollbar-thumb:hover {

  background: rgba(255, 255, 255, 0.376);

}

.body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div {

  margin: 16px 0 8px 0;

  background-color: rgba(178, 188, 207, 0.1058823529);

  border: 1px solid rgba(23, 40, 109, 0.1);

  height: 90px;

  overflow-y: scroll;

  /* width */

}

.body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div .text {

  padding: 17px 15px;

  font-size: 14px;

  font-family: Avenir-Roman, sans-serif;

  color: rgba(255, 255, 255, 0.55);

}

.body-big-form-rez .body-rez-big-form-cover .form-self .form-title-text .title {

  color: #B09367;

  font-family: "Trirong";

  font-style: normal;

  font-weight: 300;

  font-size: 28px;

}



.Socials-for-com .socials {

  padding-top: 0;

}

.Socials-for-com .social-links {

  height: 26px;

  width: 26px;

}

.Socials-for-com .social-links a {

  padding: 8px;

  color: #17286D;

  margin-right: 21px;

  font-size: 20px;

  padding-left: 0;

  text-decoration: none;

}

.Socials-for-com .social-links i::before {

  font-size: 22px;

  color: #17286D;

}



.modal-Casino .modal-header {

  width: 100%;

}

.modal-Casino .btn-closea {

  color: #fff;

  background: transparent;

  border: 0;

  font-size: 24px;

  text-align: right;

  float: right;

  width: 100%;

  padding: 0 24px;

}

.modal-Casino .modal-body {

  margin: auto;

}

.modal-Casino .modal-title {

  color: #fff;

  margin: auto;

  padding: 24px 0;

  font-family: Avenir-Roman;

}

.modal-Casino .owl-carousel-Cas-Gal .item {

  width: 300px;

}

.modal-Casino .owl-carousel-Cas-Gal .slider-button-cover i {

  color: #fff;

}



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

  .modal-content {

    -webkit-box-shadow: none;

    box-shadow: none;

  }

  .modal-dialog {

    width: 96%;

    margin: 40px auto 0;

  }

}

@media all and (min-width: 992px) {

  .dropdown.dropdownbig {

    position: static !important;

  }

  .navbar .nav-item .dropdown-menu {

    display: none;

    margin-top: 4px;

    left: 0;

    border-radius: 0;

    border: 0;

    color: rgba(0, 11, 34, 0.8078431373);

    font-family: Avenir-Roman;

    font-size: 16px;

  }

  .navbar .nav-item:hover .dropdown-menu {

    display: block;

    border-radius: 0;

    border: 0;

    color: rgba(0, 11, 34, 0.8078431373);

    font-family: Avenir-Roman;

    font-size: 16px;

  }

  .navbar .nav-item .dropdown-menu {

    margin-top: -1px;

    -webkit-box-align: left;

        -ms-flex-align: left;

            align-items: left;

  }

}

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

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -67px;

    margin-left: 70px;

  }

  .owl-home-big-body .owl-dots {

    margin: 24px 0;

    position: absolute;

    -webkit-transform: translate(85px, -85px);

            transform: translate(85px, -85px);

  }

  .body-big-sl .counter-cover {

    position: absolute;

    right: 0;

    z-index: 4;

    -webkit-transform: translate(-111px, -66px);

    transform: translate(-132px, -74px);

  }

  .navbar .nav-link {

    font-size: 14px;

    padding: 33px 0;

    margin-right: 0;

  }

  .menuMore .dropdown-menu {

    -webkit-transform: translate3d(-176px, 89px, 0px) !important;

            transform: translate3d(-176px, 89px, 0px) !important;

  }

  .menulanguage .nav-link {

    color: #17286D;

    padding: 31px 19px !important;

  }

  .menulanguage .dropdown-menu {

    right: auto;

    position: absolute;

    -webkit-transform: translate3d(-52px, 88px, 0px) !important;

            transform: translate3d(-52px, 88px, 0px) !important;

  }

  .menuMore .nav-link {

    color: #17286D;

    padding: 34px 19px !important;

  }

  .menuMore .dropdown-menu {

    right: auto;

    position: absolute;

    -webkit-transform: translate3d(-158px, 88px, 0px) !important;

            transform: translate3d(-158px, 88px, 0px) !important;

  }

  .hotels-tabs-home .nav-link {

    padding-bottom: 19px;

  }

  .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

}

@media screen and (max-width: 1400px) and (min-width: 1253px) {

  .bg-container.bg-container-left .minislidercover.left-cover .minislider-row {

    margin-left: 43px;

  }

}

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

  .mobil-brt-sec .min-left-txt-area .img-col .img-cover {

    position: absolute;

    margin-top: -74px;

    margin-left: 79px;

  }

  .body-big-sl .counter-cover {

    -webkit-transform: translate(-113px, -74px);

            transform: translate(-113px, -74px);

  }

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -65px;

    margin-left: -5px;

  }

  .owl-home-big-body .owl-dots {

    margin: 24px 0;

    position: absolute;

    -webkit-transform: translate(5px, -85px);

            transform: translate(5px, -85px);

  }

}

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

  .navbar .navbar-brand {

    outline: 0px solid transparent;

    padding: 19px 8px 19px 14px;

    margin-right: 0;

    width: 140px;

  }

  .navbar .navbar-brand .web-brand {

    width: 14%;

  }

  .navbar .navbar-brand img {

    width: 85%;

  }

  .navbar .booknowContainer {

    padding: 24px 34px;

    background-color: #17286D;

  }

  .navbar .booknowContainer .nav-link {

    padding: 0;

    margin-right: 0;

    margin-bottom: 19px;

  }

  .navbar .booknowContainer .booknowLink {

    padding-top: 6px;

    border-bottom: 0px !important;

    margin-bottom: 0px;

    color: #FFFFFF;

    text-decoration: none;

    text-align: center;

    background-color: none;

  }

  .navbar .nav-link {

    margin-right: 0;

    font-size: 12px;

  }

  .navbar .menuMore .nav-link {

    padding: 32px 4px !important;

  }

  .navbar .menuMore .dropdown-menu {

    -webkit-transform: translate3d(-162px, 86px, 0px) !important;

            transform: translate3d(-162px, 86px, 0px) !important;

  }

  .navbar .menulanguage .nav-link {

    color: #17286D;

    padding: 30px 21px !important;

  }

  .navbar .menulanguage .dropdown-menu {

    right: auto;

    position: absolute;

    -webkit-transform: translate3d(-52px, 86px, 0px) !important;

            transform: translate3d(-52px, 86px, 0px) !important;

  }

  .navbar .text {

    font-size: 13px;

  }

  .navbar .menu-title {

    font-size: 12px;

    margin: 22px 22px 18px 22px;

    margin-left: 24px;

  }

  .card.square-card .card-text.square-text {

    font-size: 18px !important;

  }

  .card.square-card .card-title.square-title {

    font-size: 14px !important;

  }

  .card.square-card .text-info-card {

    font-family: Trirong, serif;

    font-size: 14px;

    font-weight: 400;

    color: #484848;

    text-align: left;

    padding-left: 14px;

  }

  .card.square-card img {

    min-height: 400px;

  }

}

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

  .min-left-txt-area .img-col .img-cover {

    position: absolute;

    margin-top: -74px;

    margin-left: 79px;

  }

  .body-big-sl .counter-cover {

    -webkit-transform: translate(-135px, -74px);

            transform: translate(-135px, -74px);

  }

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -65px;

    margin-left: 75px;

  }

  .owl-home-big-body .owl-dots {

    margin: 24px 0;

    position: absolute;

    -webkit-transform: translate(85px, -84px);

            transform: translate(85px, -84px);

  }

  .owl-home-big-body {

    width: 100%;

  }

  .owl-home-big-body .owl-item {

    min-width: 1000px !important;

  }

  .owl-home-big-body .item {

    min-width: 1000px;

  }

  .owl-home-big-body .fl-cd {

    min-width: 1000px;

    height: auto;

  }

  .owl-home-big-body .owl-nav button .slider-button-cover {

    padding: 8.5px;

    padding-top: 8px;

    border: 1px solid #fff;

    border-radius: 50%;

  }

  .navbar .menulanguage .nav-link {

    color: #17286d;

    display: flex;

    align-items: center;

    padding: 31px 4px !important;

  }

  .navbar .menulanguage .dropdown-menu {

    -webkit-transform: translate3d(-55px, 86px, 0px) !important;

            transform: translate3d(-55px, 86px, 0px) !important;

  }

  .navbar .menuMore .dropdown-menu {

    -webkit-transform: translate3d(-162px, 86px, 0px) !important;

            transform: translate3d(-162px, 86px, 0px) !important;

  }

  .navbar .nav-link {

    margin-right: 0;

    font-size: 12px;

  }

  .navbar .nav-link #booknowContainer {

    padding: 11px 34px;

    background-color: #17286D;

  }

  .navbar .nav-link #booknowContainer .nav-link {

    padding: 0;

    margin-right: 0;

    margin-bottom: 19px;

  }

  .navbar .nav-link #booknowContainer .booknowLink {

    color: #FFFFFF;

    text-decoration: none;

    text-align: center;

    background-color: none;

  }

  .hotels-list-section .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .konser-list-section .konser-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .minislidercover .minislider-row.square {

    max-width: 500px;

  }

  .minislidercover .minislider-row.square .owl-item {

    min-height: 500px;

    min-width: 500px;

    border: 0;

    border-radius: 0;

  }

  .minislidercover .minislider-row.square .owl-item .full-img-square {

    min-width: 500px;

    min-height: 500px;

    border: 0;

    border-radius: 0;

    max-width: 500px;

    max-height: 500px;

  }

  .minislidercover .minislider-row.square .owl-item .full-img-square img {

    min-width: 500px;

    min-height: 527px;

    border: 0;

    border-radius: 0 !important;

  }

}

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

  .mobil-brt-sec .min-left-txt-area .img-col .img-cover {

    position: absolute;

    margin-top: -74px;

    margin-left: 8px;

  }

  .body-big-sl .counter-cover {

    -webkit-transform: translate(-120px, -74px);

            transform: translate(-120px, -74px);

  }

  .owl-home-big-body img {

    max-height: 800px;

    min-height: 800px;

  }

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -65px;

    margin-left: -5px;

  }

  .owl-home-big-body .owl-dots {

    margin: 24px 0;

    position: absolute;

    -webkit-transform: translate(6px, -85px);

            transform: translate(6px, -85px);

  }

  .bg-container.bg-container-left .minislidercover.left-cover .minislider-row {

    margin-left: 43px;

  }

  .navbar .navbar-brand {

    padding: 19px 0 19px 14px;

    margin-right: 0;

  }

  .navbar .navbar-brand img {

    width: 88%;

  }

  .navbar .booknowContainer {

    font-size: 13px;

    padding: 14px 36px;

    background-color: #17286d;

  }

  .navbar .menuMore .dropdown-menu {

    -webkit-transform: translate3d(-172px, 86px, 0px) !important;

            transform: translate3d(-172px, 86px, 0px) !important;

  }

  .navbar .menulanguage .nav-link {

    color: #17286D;

    padding: 30px 4px !important;

  }

  .navbar .menulanguage .dropdown-menu {

    right: auto;

    position: absolute;

    -webkit-transform: translate3d(-55px, 86px, 0px) !important;

            transform: translate3d(-55px, 86px, 0px) !important;

  }

  .navbar .text {

    font-size: 13px;

  }

  .navbar .menu-title {

    font-size: 12px;

    margin: 22px 22px 18px 22px;

    margin-left: 24px;

  }

  .card.square-card .card-text.square-text {

    font-size: 14px !important;

  }

  .card.square-card .card-title.square-title {

    font-size: 12px !important;

  }

  .card.square-card img {

    min-height: 212px;

  }

  .otel-banner-area {

    margin-top: -88px !important;

  }

  .otel-banner-area .otel-info-area {

    color: rgba(255, 255, 255, 0.8);

  }

  .otel-banner-area .otel-info-area .otel-info {

    padding-top: 1rem;

  }

  .otel-banner-area .otel-info-area .otel-info p {

    margin-bottom: 0;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-logo-detay {

    margin-top: -83px;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-name {

    font-size: 16px !important;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-locatin {

    font-size: 11px !important;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .icon {

    padding-right: 8px;

    display: block;

    font-size: 30px;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text .first {

    font-size: 12px !important;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text .second {

    font-size: 14px !important;

  }

}

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

  .footer .footer-section-two .footer-section-2-1 .footer-mid-img {

    display: block !important;

  }

  .navbar .menulanguage .dropdown-menu {

    -webkit-transform: translate3d(-57px, 86px, 0px) !important;

            transform: translate3d(-57px, 86px, 0px) !important;

  }

  .navbar .menuMore .dropdown-menu {

    -webkit-transform: translate3d(-172px, 86px, 0px) !important;

            transform: translate3d(-172px, 86px, 0px) !important;

  }

  .navbar .web-brand {

    width: 112px;

  }

  .navbar .nav-link {

    color-scheme: #B09367;

    font-size: 12px;

    padding: 34px 0;

  }

  .footer .footer-section-one {

    padding-top: 38px;

    padding-bottom: 30px;

    color: rgba(255, 255, 255, 0.8);

  }

  .footer .footer-section-one .title-w {

    color: rgba(255, 255, 255, 0.8);

    font-size: 20px;

    font-family: Trirong, serif;

  }

  .footer .footer-section-one .footer-section-1-1 {

    text-align: left;

    padding: 0;

  }

  .footer .footer-section-one .footer-section-1-2 {

    padding: 0;

    text-align: right;

  }

  .footer .footer-section-one .footer-section-1-2 .social-links {

    height: 49px;

    width: 49px;

  }

  .footer .footer-section-one .footer-section-1-2 .social-links a {

    padding: 8px;

    font-size: 13px;

    color: rgba(255, 255, 255, 0.6);

    margin-left: 32px;

    font-size: 24px;

  }

  .footer .vertical-container-footer {

    display: table;

    position: relative;

    max-width: 30rem;

    padding: 19px 0 0 0;

    color: rgba(255, 255, 255, 0.6);

  }

  .footer .vertical-container-footer .icon {

    display: none;

  }

  .footer .vertical-container-footer .text {

    display: table-cell;

    vertical-align: middle;

  }

  .footer .vertical-container-footer .text .first {

    margin-bottom: 0;

    font-size: 12px;

    font-family: Avenir-Roman, sans-serif;

  }

  .footer .vertical-container-footer .text .second {

    margin-bottom: 0;

    font-size: 14px;

    font-family: Avenir-Medium, sans-serif;

  }

  .footer .footer-section-two .footer-section-2-1 .footer-mid-img {

    display: none;

    -webkit-transform: translate3d(0, 0, 0);

    height: 183px;

    width: 186.59px;

    -webkit-transform: translate3d(27%, -62px, 0);

            transform: translate3d(27%, -62px, 0);

    z-index: 1;

  }

  .footer .footer-section-two .footer-section-2-1 .links-footer {

    margin-top: 18px;

    margin-bottom: 19px;

  }

  .footer .footer-section-two .footer-section-2-1 .links-footer .footer-link a {

    font-size: 11.5px;

    line-height: 16px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    text-align: center;

    text-transform: uppercase;

  }

  .footer .footer-section-three .news-cont {

    padding: 0;

  }

  .footer .footer-section-three .newsl-title {

    margin-top: 44px;

    margin-bottom: 19px;

    font-size: 16px;

  }

  .footer .footer-section-three .input-group .form-control {

    border: 0;

    padding: 17px;

    padding-left: 23px;

    background-color: transparent;

    font-size: 12px;

  }

  .footer .footer-section-three .input-group .form-control:focus {

    -webkit-box-shadow: none;

            box-shadow: none;

  }

  .footer .footer-section-three .md-right-text {

    margin-top: 53px;

  }

  .footer .footer-section-three .md-right-text .md-right-link {

    margin-bottom: 14px;

  }

  .footer .footer-section-three .md-right-text .md-right-link a {

    text-decoration: none;

    color: rgba(72, 72, 72, 0.6);

    font-size: 12px;

  }

  .footer .footer-section-three .copyright {

    margin-top: 22px;

    font-size: 13px;

    color: rgba(72, 72, 72, 0.4);

  }

  .footer .footer-section-three .copyright .we {

    color: rgba(72, 72, 72, 0.8);

    font-size: 13px;

  }

  .hotels-list-section {

    margin-bottom: 86px;

  }

  .hotels-list-section .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .konser-list-section {

    margin-bottom: 86px;

  }

  .konser-list-section .konser-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

}

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

  .navbar .web-brand {

    width: 13%;

  }

  .navbar .nav-link {

    color-scheme: #B09367;

    font-size: 11px;

    padding: 34px 0;

  }

  .navbar .menulanguage .dropdown-menu {

    -webkit-transform: translate3d(-60px, 86px, 0px) !important;

            transform: translate3d(-60px, 86px, 0px) !important;

  }

  .navbar .menuMore .dropdown-menu {

    -webkit-transform: translate3d(-182px, 86px, 0px) !important;

            transform: translate3d(-182px, 86px, 0px) !important;

  }

  .hotels-list-section {

    margin-bottom: 86px;

  }

  .hotels-list-section .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .konser-list-section {

    margin-bottom: 86px;

  }

  .konser-list-section .konser-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .body-big-sl .counter-cover {

    -webkit-transform: translate(-68px, -74px);

            transform: translate(-68px, -74px);

  }

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -65px;

    margin-left: -5px;

  }

  .owl-home-big-body .owl-dots {

    margin: 24px 0;

    position: absolute;

    -webkit-transform: translate(11px, -85px);

            transform: translate(11px, -85px);

  }

}

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

  .navbar .web-brand {

    width: 13%;

  }

  .navbar .nav-link {

    color-scheme: #B09367;

    font-size: 10px;

    padding: 34px 0;

  }

}

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

  .body-big-sl .counter-cover {

    -webkit-transform: translate(-111px, -66px);

    transform: translate(-24px, -69px);

  }

  .owl-home-big-body {

    width: 100%;

  }

  .owl-home-big-body .owl-item {

    min-width: 700px !important;

  }

  .owl-home-big-body .item {

    min-width: 700px;

  }

  .owl-home-big-body .fl-cd {

    min-width: 700px;

    height: auto;

  }

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -67px;

    margin-left: 0 !important;

  }

  .owl-home-big-body .owl-dots {

    margin: 24px 0;

  }

  .owl-home-big-body .owl-nav button .slider-button-cover {

    padding: 8.5px;

    padding-top: 8px;

    border: 1px solid #fff;

    border-radius: 50%;

  }

  .navbar .web-brand {

    width: 13%;

  }

  .navbar .nav-link {

    color-scheme: #B09367;

    font-size: 10px !important;

    padding: 34px 0;

  }

}

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

  .owl-home-big-body img {

    max-height: 400px;

    min-height: 400px;

  }

  .booknow-dd-menu {

    width: 100%;

  }

  .body-just-text {

    padding: 36px 0;

  }

  .body-just-text .just-header {

    font-size: 28px;

    color: #B09367;

    font-family: Trirong, serif;

    font-weight: 300;

    padding: 16px 12px;

  }

  .body-just-text .just-text {

    font-size: 13px;

    font-family: Avenir-Light, sans-serif;

    color: rgba(72, 72, 72, 0.7882352941);

    padding: 0 12px;

  }

  .square-owl-carousel .btn-link {

    margin-right: 0px;

    font-family: Avenir-Roman, sans-serif;

    padding: 4px 4px;

    font-size: 10px;

    color: #fff;

    text-decoration: none;

    border: 1px solid #17286D;

    background-color: #17286D;

  }

  .square-owl-carousel .btn-link-secondary {

    font-family: Avenir-Roman, sans-serif;

    padding: 4px 4px;

    font-size: 10px;

    color: #fff;

    text-decoration: none;

    border: 1px solid #B09367;

    background-color: #B09367;

  }

  .body-big-form-rez {

    padding: 36px 0;

  }

  .body-big-form-rez .image-cover .image-self {

    margin-top: -36px;

  }

  .body-big-form-rez .image-cover .image-self img {

    max-width: 550px;

    min-width: 550px;

    min-height: 700px;

  }

  .body-big-form-rez .body-rez-big-form-cover {

    padding: 36px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self label {

    font-size: 12px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self .form-control {

    font-size: 13px;

    padding: 8px 16px;

    margin-bottom: 18px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea::-webkit-input-placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea::-moz-placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea:-ms-input-placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea::-ms-input-placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea::placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div {

    margin: 8px 0 8px 0;

    height: 70px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div .text {

    padding: 8px 15px;

    font-size: 12px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self .form-title-text .title {

    font-size: 16px;

    margin-bottom: 4px;

    margin-top: 16px;

  }

  .hotel-cont-list {

    padding: 40px 0;

  }

  .hotel-cont-list .hotel-cont-card .body p {

    margin-bottom: 8px;

  }

  .contact-verticalrow {

    margin-bottom: 18px;

  }

  .contact-verticalrow .icon {

    padding-right: 8px;

    font-size: 26px;

  }

  .contact-verticalrow .icon::before {

    color: #484848;

  }

  .contact-verticalrow .text .first {

    font-size: 12px;

    font-family: Avenir-Roman, sans-serif;

  }

  .contact-verticalrow .text .second {

    font-size: 16px;

    font-family: Avenir-Heavy, sans-serif;

  }

  .contact-page-form-section {

    margin-top: 36px;

  }

  .contact-page-form-section .contact-page-form {

    padding: 36px;

  }

  .contact-page-form-section .contact-page-form .form-btn {

    width: 100%;

    padding: 16px;

    font-size: 14px;

  }

  .contact-page-form-section .contact-page-form textarea::-webkit-input-placeholder {

    font-size: 14px;

  }

  .contact-page-form-section .contact-page-form textarea::-moz-placeholder {

    font-size: 14px;

  }

  .contact-page-form-section .contact-page-form textarea:-ms-input-placeholder {

    font-size: 14px;

  }

  .contact-page-form-section .contact-page-form textarea::-ms-input-placeholder {

    font-size: 14px;

  }

  .contact-page-form-section .contact-page-form textarea::placeholder {

    font-size: 14px;

  }

  .contact-socials {

    float: none;

  }

  .contact-socials .social-links a {

    margin-left: 0;

    margin-right: 32px;

  }

  .contact-socials .social-links a:first-child {

    padding-left: 0;

  }

  .top-banner-Cover .banner-inner-text {

    top: calc(20vh + 85px);

    text-align: center;

  }

  .top-banner-Cover .banner-inner-text .title {

    font-size: 36px;

    line-height: 140%;

  }

  .top-banner-Cover .banner-inner-text .sub-title {

    font-size: 15px;

  }

  .just-text-area .body-atext-area {

    margin: 35px 0;

  }

  .body-header-area.bhd-stt {

    margin: 28px 0 0 0;

  }

  .body-text-area.bsd-stt {

    text-align: justify;

    margin: 0px 0;

    vertical-align: middle;

    margin-bottom: 20px;

  }

  .mobil-brt .big-rght-txt-area {

    padding: 36px 0;

  }

  .mobil-brt .big-rght-txt-area .img-col .img-cover {

    position: static;

    margin-top: auto;

    margin-left: auto;

  }

  .mobil-brt .big-rght-txt-area .img-col .img-cover img {

    padding-right: 0;

    padding-left: 0;

    min-width: 100%;

    min-height: 380px;

    max-width: 100%;

    max-height: 380px;

  }

  .mobil-brt .big-rght-txt-area .text-col .txt-cover .title {

    color: #B09367;

    font-size: 28px;

    line-height: auto;

    margin-bottom: 18px;

    margin-top: 18px;

  }

  .mobil-brt .big-rght-txt-area .text-col .txt-cover .list-cover .list-li {

    font-family: Avenir-Light, sans-serif;

    font-size: 14px;

    color: #C8C8C8;

    text-transform: uppercase;

  }

  .mobil-brt .big-rght-txt-area .text-col .txt-cover .list-cover .list-li i::before {

    color: #B09367;

    margin-right: 8px;

  }

  .left-right-texts .left-text {

    margin-top: 36px;

    margin-bottom: 36px;

  }

  .left-right-texts .left-text .img-cover img {

    float: right;

    min-width: 100%;

    min-height: auto;

    max-width: 100%;

    max-height: auto;

    padding: 12px;

  }

  .left-right-texts .left-text .text-col .text-cover {

    margin: auto;

  }

  .left-right-texts .left-text .text-col .text-cover .title {

    font-size: 28px;

    line-height: 40px;

  }

  .left-right-texts .left-text .text-col .text-cover .text {

    font-size: 14px;

    line-height: 22px;

  }

  .left-right-texts .right-text {

    margin-top: 36px;

    margin-bottom: 36px;

  }

  .left-right-texts .right-text .img-cover img {

    float: left;

    min-width: 100%;

    min-height: auto;

    max-width: 100%;

    max-height: auto;

    padding: 12px;

  }

  .left-right-texts .right-text .text-col .text-cover {

    margin: auto;

  }

  .left-right-texts .right-text .text-col .text-cover .title {

    font-size: 28px;

    line-height: 40px;

  }

  .left-right-texts .right-text .text-col .text-cover .text {

    font-size: 14px;

    line-height: 22px;

  }

  .mobil-brt-sec .min-rght-txt-area {

    padding: 36px 0 36px 0;

    margin-top: 0;

    margin-bottom: 0;

  }

  .mobil-brt-sec .min-rght-txt-area .img-col .img-cover {

    position: static;

    margin: auto;

  }

  .mobil-brt-sec .min-rght-txt-area .img-col .img-cover img {

    min-width: 100%;

    min-height: 340px;

    max-width: 100%;

    max-height: 380px;

  }

  .mobil-brt-sec .min-rght-txt-area .text-col {

    padding: 0 36px 0 36px;

  }

  .mobil-brt-sec .min-rght-txt-area .text-col .txt-cover .title {

    font-weight: 300;

    font-size: 28px;

    line-height: 42px;

    margin-bottom: 28px;

    margin-top: 28px;

  }

  .mobil-brt-sec .min-rght-txt-area .text-col .txt-cover .text {

    font-size: 14px;

    line-height: 22px;

    text-align: justify;

    color: #C8C8C8;

    margin-bottom: 0;

  }

  .mobil-brt-sec .min-left-txt-area {

    padding: 36px 0 36px 0;

    margin-top: 36px;

    margin-bottom: 36px;

    margin-left: 0;

  }

  .mobil-brt-sec .min-left-txt-area .img-col .img-cover {

    position: static;

    margin: auto;

  }

  .mobil-brt-sec .min-left-txt-area .img-col .img-cover img {

    min-width: 100%;

    min-height: 340px;

    max-width: 100%;

    max-height: 380px;

  }

  .mobil-brt-sec .min-left-txt-area .text-col {

    padding: 0 36px 36px 36px;

  }

  .mobil-brt-sec .min-left-txt-area .text-col .txt-cover .title {

    font-size: 28px;

    line-height: 42px;

    margin-bottom: 28px;

  }

  .mobil-brt-sec .min-left-txt-area .text-col .txt-cover .text {

    font-size: 14px;

    line-height: 18px;

    color: #484848;

    margin-bottom: 0;

  }

  .body-big-sl .counter-cover {

    -webkit-transform: translate(-155px, -68px);

            transform: translate(-155px, -68px);

  }

  .img-gal-section {

    padding-top: 135px;

  }

  .img-gal-section .cover-hover {

    display: none;

    position: absolute;

    z-index: 1;

    height: 100%;

    width: 100%;

    background-color: rgba(1, 1, 1, 0.6);

    margin: auto;

  }

  .img-gal-section .cover-hover .icon-cover {

    margin-top: calc(50% - 92px);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

  .img-gal-section .cover-hover i {

    background: #fff;

    top: auto;

    padding: 16px;

    text-align: center;

    border-radius: 50%;

    font-size: 30px;

  }

  .img-gal-section .gallery-owl-carousel img {

    min-height: 475px;

    min-width: 650px;

    max-height: 475px;

    max-width: 650px;

  }

  .img-gal-section .gallery-owl-carousel .item {

    min-height: 475px;

    min-width: 650px;

    max-height: 475px;

    max-width: 650px;

  }

  .img-gal-section .owl-nav {

    margin-top: 26px;

    padding: 24px 0;

    margin-bottom: 14px;

  }

  .img-gal-section .owl-dots {

    margin: 24px 0;

  }

  .img-gal-section .text-sec-gal-slider {

    float: right;

    margin-top: -78px;

  }

  .img-gal-section .text-sec-gal-slider .title {

    font-family: Trirong, serif;

    font-size: 28px;

    font-weight: 300;

    color: #B09367;

    margin-bottom: 0;

  }

  .img-gal-section .text-sec-gal-slider .sub-title {

    font-family: Avenir-Light, sans-serif;

    font-size: 11px;

    margin-bottom: 0;

    color: #B09367;

    float: right;

  }

  .casino-gal {

    padding-top: 24px;

  }

  .body-row-form-area .information-validations .info-text-area {

    margin-top: 36px;

    font-size: 12.6px;

    font-family: Avenir-Roman, sans-serif;

    color: #7d8dad;

  }

  .tab-infos {

    padding-top: 46px;

    padding-bottom: 46px;

  }

  .tab-infos .title-cont .title {

    font-size: 28px;

  }

  .tab-infos .title-cont .buttons .btn-l {

    margin-bottom: 6px;

  }

  .tab-infos .title-cont .buttons a {

    padding: 4px 12px;

    font-size: 13px;

    margin-right: 8px;

    cursor: pointer;

  }

  .tab-infos .title-cont .buttons a i {

    margin-left: 8px;

  }

  .tab-infos .title-cont .buttons a:hover {

    padding: 4px 12px;

  }

  .tab-infos .text-cont .text {

    font-size: 14px;

  }

  .table-infos .table-cover .table-self .table.table-toplanti {

    text-align: left;

    border: transparent;

  }

  .table-infos .table-cover .table-self .table.table-toplanti .title th {

    padding-top: 11px;

    padding-bottom: 14px;

    padding-left: 4px;

    padding-right: 4px;

    font-size: 12px;

  }

  .table-infos .table-cover .table-self .table.table-toplanti .infos td {

    padding-top: 11px;

    padding-bottom: 14px;

    padding-left: 4px;

    padding-right: 4px;

    font-size: 12px;

  }

  .celeb-cover {

    padding-bottom: 48px;

  }

  .celeb-cover .img-cover {

    position: static;

    margin: auto;

    margin-top: -154px;

    height: 470px;

    width: 350px;

  }

  .celeb-cover .img-cover img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

  .celeb-cover .celb-container .title {

    font-size: 28px;

    margin-bottom: 24px;

    margin-top: 0;

  }

  .celeb-cover .celb-container .body {

    font-size: 14px;

    margin-bottom: 24px;

  }

  .celeb-cover .celb-container .button .link {

    text-decoration: none;

    font-family: Avenir-Roman, sans-serif;

    font-size: 13px;

    padding: 9px 24px;

    border: 1px solid #B09367;

    width: auto;

    color: #B09367;

  }

  .celeb-cover .celb-container .button i {

    margin-left: 12px;

  }

  .item.gal-item .cover-hover .icon-cover {

    margin-top: 50%;

  }

  .owl-home-big-body {

    width: 100%;

  }

  .owl-home-big-body .owl-item {

    min-width: 700px !important;

  }

  .owl-home-big-body .item {

    min-width: 700px;

  }

  .owl-home-big-body .fl-cd {

    min-width: 700px;

    height: auto;

  }

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -67px;

    margin-left: 12px !important;

  }

  .owl-home-big-body .owl-nav button .slider-button-cover {

    padding: 8.5px;

    padding-top: 8px;

    border: 1px solid #fff;

    border-radius: 50%;

  }

  .navbar {

    overflow: auto !important;

  }

  .navbar .divider {

    display: none;

  }

  .navbar .dropdown-icon {

    display: none;

  }

  .navbar .menu-icon-area {

    padding: 6px 16px;

  }

  .navbar .menuLeftItemsContainer .menuMore {

    display: initial;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }

  .navbar .tablet-menu-text {

    display: block;

    font-size: 12px;

    float: right;

    color: #B09367;

    padding: 8px;

  }

  .navbar .menuLeftItemsContainer .menuMore .nav-link:hover {

    color: #808faf;

    border-bottom: 0px;

  }

  .navbar .navbar-nav .nav-link:hover {

    color: #B09367;

    border-bottom: 1px solid transparent;

  }

  .navbar .menulanguage .nav-link {

    color: #17286D;

    padding: 30px 21px !important;

    margin: auto;

  }

  .navbar .menulanguage .dropdown-menu {

    right: auto;

    position: absolute;

    -webkit-transform: translate3d(-56px, 85px, 0px) !important;

            transform: translate3d(-56px, 85px, 0px) !important;

  }

  .navbar .menuMore .dropdown-menu {

    position: static !important;

    min-width: 5px;

    -webkit-transform: translate3d(0, 0, 0) !important;

            transform: translate3d(0, 0, 0) !important;

    margin-bottom: 35px;

  }

  .navbar .menuMore .dropdown-menu .dropdownLinks .menu-title {

    font-size: 13px;

    text-align: center;

    cursor: text;

    color: #808590;

    margin: 7px 10px;

  }

  .navbar .menuLeftItemsContainer {

    font-size: 12px;

    height: 71vh;

    background-color: #00205f;

  }

  .navbar .navbar-collapse {

    background-color: #00205F;

  }

  .navbar .navbar-collapse.navbar-collapse.show {

    min-height: 89vh;

    background-color: #00205F;

  }

  .navbar .navbar-nav {

    padding-top: 25px;

  }

  .navbar .navbar-nav .menuMore .nav-link {

    color: #808FAF;

    padding: 0 !important;

  }

  .navbar .navbar-nav .nav-link {

    margin: 8px;

    padding: 8px;

    font-size: 16px;

    color: #B09367;

  }

  .navbar .menuLeftItemsContainer .navbar-nav {

    padding-top: 0px;

  }

  .navbar .dropdown-menu {

    border-radius: 0;

    border: 0;

  }

  .navbar .l-bcontainer {

    padding: 0;

    margin: 0;

  }

  .navbar .navbar-brand.web-brand, .navbar .booknowContainer, .navbar .menulanguage, .navbar .navImageArea {

    display: none !important;

  }

  .navbar .mobil-brand, .navbar .mobile-language, .navbar .mobilbook, .navbar .mobile-nav {

    display: contents !important;

  }

  .navbar .socialContainer {

    bottom: 0;

    display: table-header-group;

    background: #17286D;

    padding: 4px;

    width: 100%;

    height: 70px;

    margin-bottom: 0 !important;

  }

  .navbar .navMobilesocials {

    width: 100%;

    display: block !important;

    position: absolute;

    bottom: 20px;

    padding: 4px;

    text-align: center;

  }

  .navbar .navMobilesocials .socialIcon {

    margin: 14px;

  }

  .navbar .navMobilesocials .socialIcon a {

    padding: 4px;

  }

  .navbar .navMobilesocials .socialIcon .iconS::before {

    background-color: #00205F;

    padding: 12px;

    border-radius: 50%;

    color: rgba(255, 255, 255, 0.6);

    font-size: 20px;

  }

  .navbar .mobile-nav .mobil-brand img {

    margin-left: 8px;

    height: 47px;

    width: 47px;

  }

  .navbar .mobile-nav .navbar-toggler .hmenu, .navbar .mobile-nav .hmenuexit {

    color: #B09367 !important;

    font-size: 26px;

  }

  .navbar .mobile-nav .navbar-toggler:focus {

    -webkit-box-shadow: none;

            box-shadow: none;

  }

  .navbar .mobile-nav .navbar-toggler[aria-expanded=true] .hmenuexit {

    display: block;

  }

  .navbar .mobile-nav .navbar-toggler[aria-expanded=true] .hmenu {

    display: none;

  }

  .navbar .mobile-nav .navbar-toggler[aria-expanded=false] .hmenuexit {

    display: none;

  }

  .navbar .mobile-nav .navbar-toggler {

    border: 0;

    outline: 0 !important;

  }

  .navbar .mobile-language .nav-link {

    color: #17286D;

    margin: auto;

    padding: 0;

  }

  .navbar .nav-link {

    color-scheme: #B09367;

    font-size: 12px;

    padding: 23px 0;

  }

  .navbar .mobile-ddmenu {

    border-radius: 0;

    position: absolute;

    left: 0;

    border: 0;

    width: 100%;

    text-align: center;

    background-color: #fff;

    position: fixed !important;

    top: 64px;

    left: auto;

    -webkit-transform: translate3d(0, 0, 0) !important;

            transform: translate3d(0, 0, 0) !important;

    width: 43%;

    height: auto;

  }

  .navbar .mobile-ddmenu .menu-title {

    margin: auto;

    margin-top: 24px;

  }

  .navbar .mobilBook-Container {

    min-height: 85px;

    background-color: #17286D;

    display: inherit !important;

  }

  .navbar .mobilBook-Container .mobilbooknowLink {

    background-color: none;

    text-decoration: none;

    color: #FFFFFF;

    font-size: 13px;

    text-align: center;

    width: auto;

    margin: auto;

  }

  .navbar .menuMore .dropdownLinks .text {

    padding: 0 12px !important;

    font-size: 16px;

  }

  .navbar .dropdown {

    display: inline-block;

    position: relative;

  }

  .navbar .mobile-language .nav-link {

    color: #17286D;

  }

  .navbar .navbar-collapse .nav-link {

    font-size: 16px !important;

  }

  #navbar {

    z-index: 99999;

  }

  #navbar .mobile-ddmenu {

    top: 84px;

  }

  .body-header-area {

    margin: 46px 0;

  }

  .body-header-area .body-header {

    font-size: 28px;

    text-align: left;

    font-family: Trirong, serif;

    font-weight: 300;

    color: #B09367;

    padding: 0;

    margin: auto;

  }

  .body-header-area .body-sub-header {

    font-size: 12px;

    padding: 0;

    padding-top: 12px;

    text-align: justify;

    font-family: Avenir-Light, sans-serif;

    margin: auto;

  }

  .body-header-area .body-sub-header .sub-header-link {

    text-decoration: none;

  }

  .body-header-area .bi {

    margin-right: 11px;

  }

  .body-text-area .body-text {

    font-size: 13px;

  }

  .body-text-area .body-text b {

    font-family: Avenir-Medium, sans-serif;

    font-size: 13px;

    color: #484848;

  }

  .body-text-area .body-text p {

    margin-bottom: 0;

    padding: 0;

    font-size: 13px;

  }

  .card.square-card img {

    max-height: 180px;

  }

  .card.square-card .btn-square {

    font-size: 10px;

  }

  .card.square-card .btn-white {

    font-size: 10px;

  }

  .full-image-carousel .inner-text-area .btn-inner-white {

    font-size: 10px;

  }

  .full-image-carousel .inner-text-overlay {

    max-width: 193px;

  }

  .hotel-col {

    content: "";

    height: 96px;

  }

  .footer .footer-section-one {

    padding-top: 38px;

    padding-bottom: 30px;

    color: rgba(255, 255, 255, 0.8);

  }

  .footer .footer-section-one .title-w {

    color: rgba(255, 255, 255, 0.8);

    font-size: 20px;

    font-family: Trirong, serif;

    padding-bottom: 0;

  }

  .footer .footer-section-one .footer-section-1-1 {

    text-align: left;

    padding: 0;

  }

  .footer .footer-section-one .footer-section-1-2 {

    padding: 0;

    text-align: right;

  }

  .footer .footer-section-one .footer-section-1-2 .socials-footer {

    padding-top: 23px;

  }

  .footer .footer-section-one .footer-section-1-2 .social-links {

    height: 26px;

    width: 26px;

  }

  .footer .footer-section-one .footer-section-1-2 .social-links a {

    padding: 8px;

    color: rgba(255, 255, 255, 0.6);

    margin-left: 21px;

    font-size: 20px;

  }

  .footer .footer-section-one .footer-section-1-2 .social-links i::before {

    font-size: 22px;

  }

  .footer .vertical-container-footer {

    display: table;

    position: relative;

    max-width: 30rem;

    padding: 19px 0 0 0;

    color: rgba(255, 255, 255, 0.6);

  }

  .footer .vertical-container-footer .icon {

    display: none;

  }

  .footer .vertical-container-footer .text {

    display: table-cell;

    vertical-align: middle;

  }

  .footer .vertical-container-footer .text .first {

    margin-bottom: 0;

    font-size: 12px;

    font-family: Avenir-Roman, sans-serif;

  }

  .footer .vertical-container-footer .text .second {

    margin-bottom: 0;

    font-size: 14px;

    font-family: Avenir-Medium, sans-serif;

  }

  .footer .footer-section-two .footer-section-2-1 .footer-mid-img {

    position: absolute;

    -webkit-transform: translate3d(0, 0, 0);

    max-height: 38%;

    -webkit-transform: translate3d(12%, -61px, 0);

            transform: translate3d(12%, -61px, 0);

    z-index: 1;

  }

  .footer .footer-section-two .footer-section-2-1 .links-footer {

    margin-top: 18px;

    margin-bottom: 19px;

  }

  .footer .footer-section-two .footer-section-2-1 .links-footer .footer-link a {

    font-size: 11.5px;

    line-height: 16px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    text-align: center;

    text-transform: uppercase;

  }

  .footer .footer-section-three .news-cont {

    padding: 0;

  }

  .footer .footer-section-three .newsl-title {

    margin-top: 44px;

    margin-bottom: 19px;

    font-size: 16px;

  }

  .footer .footer-section-three .input-group .form-control {

    border: 0;

    padding: 17px;

    padding-left: 23px;

    background-color: transparent;

    font-size: 12px;

  }

  .footer .footer-section-three .input-group .form-control:focus {

    -webkit-box-shadow: none;

            box-shadow: none;

  }

  .footer .footer-section-three .md-right-text {

    margin-top: 53px;

  }

  .footer .footer-section-three .md-right-text .md-right-link {

    margin-bottom: 14px;

  }

  .footer .footer-section-three .md-right-text .md-right-link a {

    text-decoration: none;

    color: rgba(72, 72, 72, 0.6);

    font-size: 12px;

  }

  .footer .footer-section-three .copyright {

    margin-top: 22px;

    font-size: 13px;

    color: rgba(72, 72, 72, 0.4);

  }

  .footer .footer-section-three .copyright .we {

    color: rgba(72, 72, 72, 0.8);

    font-size: 13px;

  }

  .vertical-owl-carousel {

    padding-top: 24px;

    padding-bottom: 36px;

  }

  .vertical-owl-carousel .owl-item {

    max-width: 193px;

  }

  .vertical-owl-carousel .owl-nav button.owl-prev {

    margin-right: 18px;

  }

  .vertical-owl-carousel .card.square-card img {

    min-height: 100%;

    max-height: 100%;

  }

  .vertical-owl-carousel .card.square-card {

    width: 100%;

    border: 0;

    border-radius: 0;

    font-size: 20px;

  }

  .vertical-owl-carousel .card.square-card .card-text.square-text {

    font-size: 16px !important;

  }

  .vertical-owl-carousel .card.square-card .card-text.square-text span {

    padding-bottom: 12px;

  }

  .vertical-owl-carousel .card.square-card .card-title.square-title {

    font-size: 12px !important;

  }

  .vertical-owl-carousel .card.square-card .btn-square {

    border-radius: 0;

    float: left;

    color: #484848;

    font-size: 10px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #484848;

  }

  .vertical-owl-carousel .card.square-card .btn-white {

    border-radius: 0;

    float: left;

    color: #B2BCCF;

    font-size: 10px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #B2BCCF;

  }

  .vertical-owl-carousel .card.square-card img {

    border-radius: 0;

    max-width: 193px;

    width: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

  .vertical-owl-carousel .btn-inner-white {

    border-radius: 0;

    float: right;

    color: #FFFFFF;

    font-size: 13px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #484848;

    color: #B2BCCF !important;

    border-color: #B2BCCF !important;

  }

  .vertical-owl-carousel .btn-inner-white i {

    padding: 0 4px;

  }

  .ozel-hzm-tabs .hotels-tabs-home {

    width: 210% !important;

    overflow: auto !important;

  }

  .ozel-hzm-tabs .vertical-owl-carousel {

    padding-top: 20px;

  }

  .ozel-hzm-tabs .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .hotels-carousel-section .hotels-tabs-home {

    width: 210% !important;

  }

  .hotels-list-section {

    margin-bottom: 86px;

  }

  .hotels-list-section .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .konser-list-section {

    margin-bottom: 86px;

  }

  .konser-list-section .konser-tabs-home .nav-link:first-child {

    margin-left: 23px;

  }

  .otel-banner-area {

    position: absolute;

    z-index: 3;

    top: calc(100vh - 88px);

    margin-top: 0 !important;

  }

  .otel-banner-area .otel-info-area {

    color: rgba(255, 255, 255, 0.8);

  }

  .otel-banner-area .otel-info-area .otel-info {

    padding-top: 1rem;

  }

  .otel-banner-area .otel-info-area .otel-info p {

    margin-bottom: 0;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-logo-detay {

    margin-top: -54px;

    max-width: 80%;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-logo-detay img {

    max-width: 77%;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-name {

    font-size: 13px !important;

    margin-top: 5px;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-locatin {

    font-size: 11px !important;

  }

  .otel-banner-area .otel-info-area .cont-fot-mobile {

    padding: 0;

    margin: 0;

  }

  .otel-banner-area .otel-info-area .otel-contact .getl-right {

    margin-right: auto;

    float: right;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .icon {

    display: none;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text .first {

    font-size: 11px !important;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text .second {

    font-size: 13px !important;

  }

  .bg-container {

    width: 100%;

    margin: auto;

  }

  .minislidercover.left-cover {

    padding-right: 0;

    padding-left: 0;

    margin-bottom: 24px;

  }

  .minislidercover {

    margin-top: 24px;

  }

  .minislidercover .minislider-row {

    margin: auto;

    position: static;

    margin: auto;

    max-width: 482px;

    max-height: 500px;

  }

  .minislidercover .minislider-row .carousel-container {

    padding-right: 0 !important;

  }

  .minislidercover .minislider-row .mini-oneimage-slider .owl-stage-outer {

    width: 100% !important;

  }

  .minislidercover .minislider-row .mini-oneimage-slider .owl-item {

    border: 0;

    border-radius: 0;

  }

  .minislidercover .minislider-row .mini-oneimage-slider .owl-item .full-img-square {

    border: 0;

    border-radius: 0;

  }

  .minislidercover .minislider-row .mini-oneimage-slider .owl-item .full-img-square img {

    border: 0;

    border-radius: 0 !important;

  }

  .minislidercover .minislider-row .mini-oneimage-slider .inner-text-overlay {

    width: 100%;

    height: 50%;

    background-color: #00205F;

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

    background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 0, 36, 0.22)), color-stop(71%, rgba(0, 0, 0, 0.3)), to(rgba(0, 212, 255, 0)));

    background: linear-gradient(0deg, rgba(2, 0, 36, 0.22) 0%, rgba(0, 0, 0, 0.3) 71%, rgba(0, 212, 255, 0) 100%);

  }

  .minislidercover .minislider-row .owl-nav button .slider-button-cover {

    padding: 8.5px;

    padding-top: 8px;

    border: 1px solid #fff;

    border-radius: 50%;

  }

  .minislidercover .minislider-row .owl-nav button.owl-prev i, .minislidercover .minislider-row .owl-nav button.owl-next i {

    height: 8px;

    padding: 3px;

    font-size: 15px;

    color: #fff;

  }

  .minislidercover .minislider-row .owl-nav button.owl-next, .minislidercover .minislider-row .owl-nav button.owl-prev {

    height: 45px;

  }

  .minislidercover .minislider-row .owl-nav button.owl-prev {

    margin-right: 17px;

  }

  .minislidercover .minislider-row .owl-nav button:focus {

    outline: none;

  }

  .minislidercover .minislider-row .owl-nav {

    position: absolute;

    margin-top: -67px;

    margin-left: 8px;

  }

  .minislidercover .minislider-row .owl-dots {

    margin: 24px 0;

    position: absolute;

    -webkit-transform: translate(28px, -86px);

            transform: translate(28px, -86px);

  }

  .minislidercover .minislider-row .owl-dots button.owl-dot {

    width: 9px;

    height: 9px;

    border-radius: 50%;

    border: 1px solid #fff;

    display: inline-block;

    background: transparent;

    margin: 0 3px;

    margin-right: 15px;

  }

  .minislidercover .minislider-row .owl-dots button.owl-dot.active {

    background-color: #fff;

    width: 15px;

    height: 15px;

  }

  .minislidercover .minislider-row .owl-dots button.owl-dot:focus {

    outline: none;

  }

  .minislidercover .minislider-row.square {

    margin: auto !important;

    max-width: 600px;

  }

  .minislidercover .minislider-row.square .owl-item {

    min-height: 500px;

    min-width: 600px;

    border: 0;

    border-radius: 0;

  }

  .minislidercover .minislider-row.square .owl-item .full-img-square {

    min-width: 480px;

    min-height: 500px;

    border: 0;

    border-radius: 0;

    max-width: 480px;

    max-height: 500px;

  }

  .minislidercover .minislider-row.square .owl-item .full-img-square img {

    min-width: 480px;

    min-height: 527px;

    border: 0;

    border-radius: 0 !important;

  }

  .full-img-square-right-text {

    margin-top: 36px !important;

    margin-bottom: 36px !important;

    padding-right: 0;

    padding-left: 0 !important;

  }

  .full-img-square-right-text .hi-title {

    font-size: 16px;

  }

  .full-img-square-right-text .title {

    font-family: Trirong, serif;

    font-weight: 300;

    font-size: 28px !important;

    color: #B09367;

    margin-bottom: 36px !important;

  }

  .full-img-square-right-text .body {

    font-family: Avenir-Light, sans-serif;

    font-size: 14px !important;

    color: #484848;

    text-align: justify;

  }

  .full-img-square-right-text .link {

    font-family: Avenir-Roman, sans-serif;

    font-size: 14px !important;

    color: #B09367;

    text-decoration: none;

    margin-top: 24px;

    margin-left: 0;

    margin-bottom: 24px;

  }

  .full-img-square-right-text a {

    text-decoration: none !important;

    color: #B09367 !important;

  }

}

@media screen and (min-width: 576px) and (max-width: 763px) {

  .container {

    max-width: 100% !important;

  }

 

}

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



  .konser-list-section .full-image-list .card.square-card img {

    width: 100%;

    height: auto;

}

.konser-list-section .card.square-card img {

  border-radius: 0;

  min-height: 232px;

  width: 100%;

  -o-object-fit: fill;

  object-fit: fill;

}

  .body-big-form-rez {

    padding: 36px 0;

  }

  .body-big-form-rez .image-cover {

    display: none;

  }

  .body-big-form-rez .body-rez-big-form-cover {

    padding: 36px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self label {

    font-size: 12px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self .form-control {

    font-size: 14px;

    padding: 16px 16px;

    margin-bottom: 18px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea::-webkit-input-placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea::-moz-placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea:-ms-input-placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea::-ms-input-placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self textarea::placeholder {

    font-size: 14px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div {

    margin: 8px 0 8px 0;

    height: 70px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self .slideble-div .text {

    padding: 8px 15px;

    font-size: 12px;

  }

  .body-big-form-rez .body-rez-big-form-cover .form-self .form-title-text .title {

    font-size: 16px;

    margin-bottom: 4px;

    margin-top: 16px;

  }

  .yk-card-bg .yk-body {

    text-align: left;

    padding: 12px;

  }

  .yk-card-bg .yk-body .img-cover {

    width: 100%;

    margin-top: -64px;

  }

  .yk-card-bg .yk-body .img-cover .yk-img {

    margin: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 38px;

    max-width: 100%;

    max-height: 156px;

    margin-bottom: 12px;

  }

  .yk-card-bg .yk-body .yk-name {

    font-size: 16px;

    font-family: Avenir-Roman, sans-serif;

    margin-bottom: 0px;

    color: #fff;

    letter-spacing: 1px;

  }

  .yk-card-bg .yk-body .yk-title {

    font-size: 11px;

    font-family: Trirong, serif;

    font-weight: 600;

    margin-bottom: 0px;

    color: #17286D;

  }

  .kariyer-form-section {

    margin-bottom: 36px;

  }

  .kariyer-form-section .kariyer-form {

    padding: 36px 24px;

  }

  .kariyer-form-section .kariyer-form .form-control {

    font-size: 14px;

    padding: 12px 14px;

    border-radius: 0;

    margin-bottom: 16px;

  }

  .kariyer-form-section .kariyer-form .form-control:focus, .kariyer-form-section .kariyer-form .form-control:active {

    outline: none;

    border: 0;

    -webkit-box-shadow: none;

            box-shadow: none;

  }

  .kariyer-form-section .kariyer-form .file-ps {

    font-size: 11px;

    line-height: 14px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    letter-spacing: -0.005em;

  }

  .kariyer-form-section .kariyer-form input[type=file] {

    font-size: 12px;

    margin-bottom: 16px;

  }

  .kariyer-form-section .kariyer-form input[type=file]::-webkit-file-upload-button {

    margin-right: 20px;

    border: none;

    font-size: 11px;

    padding: 9px 18px;

    color: #fff;

    cursor: pointer;

  }

  .kariyer-form-section .kariyer-form input[type=file]::file-selector-button {

    margin-right: 20px;

    border: none;

    font-size: 11px;

    padding: 9px 18px;

    color: #fff;

    cursor: pointer;

  }

  .kariyer-form-section .kariyer-form .slideble-div {

    margin: 16px 0 8px 0;

    height: 110px;

    overflow-y: scroll;

    /* width */

  }

  .kariyer-form-section .kariyer-form .slideble-div .text {

    padding: 17px 15px;

    font-size: 14px;

  }

  .kariyer-form-section .kariyer-form .form-title-text .title {

    font-size: 22px;

  }

  .body-header-area .socials {

    padding: 12px 0;

  }

  .body-header-area .contact-socials {

    padding: 0;

  }

  .body-header-area .contact-socials .social-links a {

    text-decoration: none;

    padding: 8px;

    color: rgba(255, 255, 255, 0.6);

    margin-right: 16px;

    font-size: 22px;

  }

  .body-just-text {

    padding: 36px 0;

  }

  .body-just-text .just-header {

    font-size: 28px;

    padding: 8px 23px;

  }

  .body-just-text .just-text {

    padding: 0 24px;

  }

  .owl-home-big-body .owl-dots {

    -webkit-transform: translate(93px, -85px);

            transform: translate(93px, -85px);

  }

  .body-header-area {

    margin: 46px 0;

  }

  .body-header-area .body-header {

    font-size: 28px;

    text-align: left;

    font-family: Trirong, serif;

    font-weight: 300;

    color: #B09367;

    padding: 0;

    margin: auto;

  }

  .body-header-area .body-sub-header {

    font-size: 10px;

    padding: 0;

    padding-top: 0;

    text-align: justify;

    font-family: Avenir-Light, sans-serif;

    margin: auto;

  }

  .body-header-area .body-sub-header .sub-header-link {

    text-decoration: none;

    padding: 4px 8px;

  }

  .body-header-area .body-sub-header .sub-header-link.colorblue {

    text-decoration: none;

    color: #fff !important;

    text-decoration: none;

    padding: 4px 8px;

  }

  .body-header-area .bi {

    margin-right: 11px;

  }

  .hotel-cont-list {

    padding: 36px 20px;

  }

  .hotel-cont-list .hotel-cont-card .body .title {

    font-size: 18px;

  }

  .hotel-cont-list .hotel-cont-card .body .text {

    font-size: 14px;

  }

  .hotel-cont-list .hotel-cont-card .body p {

    margin-bottom: 8px;

  }

  .contact-page-form-section {

    margin-top: 18px;

  }

  .contact-page-form-section .contact-page-form {

    padding: 36px 18px;

  }

  .contact-page-form-section .contact-page-form .form-control {

    padding: 18px 8px;

    margin-bottom: 16px;

    color: #b2bccf;

  }

  .contact-page-form-section .contact-page-form .form-btn {

    width: 100%;

    padding: 16px;

    font-size: 14px;

    margin-top: 16px;

    display: inline;

  }

  .contact-page-form-section .contact-page-form textarea {

    margin-top: 18px;

  }

  .contact-socials .social-links {

    height: 49px;

    width: 49px;

  }

  .contact-socials .social-links a:first-child {

    padding-left: 0;

  }

  .contact-socials .social-links a {

    text-decoration: none;

    padding: 8px;

    color: rgba(255, 255, 255, 0.6);

    margin-right: 16px;

    font-size: 29px;

  }

  .contact-socials .social-links a i::before {

    color: #484848;

  }

  .contact-verticalrow {

    padding: 16px 20px;

  }

  .contact-verticalrow .icon {

    font-size: 25px;

  }

  .contact-socials {

    padding: 16px 20px;

  }

  .top-banner-Cover .banner-inner-text {

    top: 27.7777777778vh;

    text-align: center;

  }

  .top-banner-Cover .banner-inner-text .title {

    font-size: 36px;

    line-height: 140%;

  }

  .top-banner-Cover .banner-inner-text .sub-title {

    font-size: 15px;

  }

  .just-text-area .body-atext-area {

    margin: 35px 0;

  }

  .just-text-area .body-atext-area p {

    font-size: 14px;

    font-family: Avenir-Light, sans-serif;

    color: #484848;

    text-align: justify;

  }

  .body-header-area.bhd-stt {

    margin: 28px 0 0 0;

  }

  .body-text-area.bsd-stt {

    text-align: justify;

    margin: 0px 0;

    vertical-align: middle;

    margin-bottom: 20px;

  }

  .mobil-brt-sec {

    margin: 0;

    padding: 0;

  }

  .mobil-brt {

    margin: 0;

    padding: 0;

  }

  .mobil-brt .big-rght-txt-area {

    padding: 36px 14px;

  }

  .mobil-brt .big-rght-txt-area .img-col .img-cover {

    position: static;

    margin-top: auto;

    margin-left: auto;

  }

  .mobil-brt .big-rght-txt-area .img-col .img-cover img {

    padding-right: 0;

    padding-left: 0;

    min-width: 100%;

    min-height: 380px;

    max-width: 100%;

    max-height: 380px;

  }

  .mobil-brt .big-rght-txt-area .text-col .txt-cover .title {

    color: #B09367;

    font-size: 28px;

    line-height: auto;

    margin-bottom: 8px;

    margin-top: 8px;

  }

  .mobil-brt .big-rght-txt-area .text-col .txt-cover .list-cover .list-li {

    font-size: 12px;

  }

  .mobil-brt .big-rght-txt-area .text-col .txt-cover .list-cover .list-li i::before {

    color: #B09367;

    margin-right: 8px;

  }

  .left-right-texts {

    margin-bottom: 36px;

  }

  .left-right-texts .left-text {

    margin-top: 12px;

    margin-bottom: 12px;

    padding: 24px;

  }

  .left-right-texts .left-text .img-cover img {

    float: none;

    min-width: 100%;

    min-height: 200px;

    max-width: 100%;

    max-height: 200px;

    padding: 12px;

  }

  .left-right-texts .left-text .text-col .text-cover {

    margin: auto;

  }

  .left-right-texts .left-text .text-col .text-cover .title {

    font-size: 22px;

    line-height: 40px;

  }

  .left-right-texts .left-text .text-col .text-cover .text {

    font-size: 12px;

    line-height: 22px;

  }

  .left-right-texts .right-text {

    margin-top: 12px;

    margin-bottom: 12px;

    padding: 0 12px;

    padding: 24px;

    background-color: #E8EEF3;

  }

  .left-right-texts .right-text .img-cover img {

    float: none;

    min-width: 100%;

    min-height: 200px;

    max-width: 100%;

    max-height: 200px;

    padding: 12px;

  }

  .left-right-texts .right-text .text-col .text-cover {

    margin: auto;

  }

  .left-right-texts .right-text .text-col .text-cover .title {

    font-size: 22px;

    line-height: 40px;

  }

  .left-right-texts .right-text .text-col .text-cover .text {

    font-size: 12px;

    line-height: 22px;

  }

  .tab-links-container::before {

    width: 0;

    content: "";

    height: 0 !important;

    background: transparent;

    display: none;

    position: absolute;

    top: 100%;

    right: 0;

  }

  .tab-links-container::after {

    width: 0;

    content: "";

    height: 0 !important;

    background: transparent;

    display: none;

    position: absolute;

    top: 100%;

    right: 0;

  }

  .body-contact-area {

    margin-top: 27px;

    margin-bottom: 27px;

  }

  .mobile-plr-none {

    padding: 0 !important;

  }

  .table-infos .table-cover .table-self .table.table-toplanti .infos td {

    font-size: 10px;

  }

  .table-infos .table-cover .table-self .table.table-toplanti .title th {

    font-size: 12px;

  }

  .booknow-dd-menu .book-now-title {

    font-size: 28px;

  }

  .full-image-list .inner-text-area p {

    margin-bottom: 0;

  }

  .full-image-list .inner-text-area .date {

    font-family: Trirong, serif;

    font-weight: 600;

    font-size: 22px;

    color: #fff;

    line-height: 28px;

  }

  .full-image-list .inner-text-area .month {

    font-family: Trirong, serif;

    font-weight: 200;

    font-size: 12px;

    color: #fff;

  }

  .full-image-list .inner-text-area .year {

    font-family: Trirong, serif;

    font-weight: 200;

    font-size: 12px;

    color: #fff;

  }

  .full-image-list .square-body {

    margin-top: 21px;

    width: 100%;

  }

  .full-image-list .card-title.square-title {

    font-size: 14px !important;

    font-family: Avenir-Roman, sans-serif;

    color: #484848;

  }

  .full-image-list .card-text.square-text {

    font-size: 16px;

    font-family: Trirong, serif;

    font-weight: 400;

    color: #484848;

  }

  .modal.img-gal-section-modal .modal-content {

    width: 100%;

  }

  .img-gal-section {

    padding-left: 16px;

  }

  .img-gal-section .gallery-owl-carousel img {

    min-height: 325px;

    min-width: 450px;

    max-height: 325px;

    max-width: 550px;

  }

  .img-gal-section .gallery-owl-carousel .item {

    min-height: 325px;

    min-width: 450px;

    max-height: 325px;

    max-width: 450px;

  }

  .img-gal-section .bottom-text-cov {

    padding: 0;

  }

  .img-gal-section .text-sec-gal-slider {

    margin-top: -30px;

    float: left;

    padding: 0 0;

    padding-bottom: 24px;

  }

  .img-gal-section .text-sec-gal-slider .title {

    font-family: Trirong, serif;

    font-size: 28px;

    font-weight: 300;

    color: #B09367;

    margin-bottom: 0;

  }

  .img-gal-section .text-sec-gal-slider .sub-title {

    font-family: Avenir-Light, sans-serif;

    font-size: 11px;

    margin-bottom: 0;

    color: #B09367;

    float: left;

  }

  .lost-br {

    display: block !important;

    height: 24px;

  }

  .celeb-cover {

    padding-bottom: 48px;

    margin: 28px 0;

    margin-top: 136px;

  }

  .celeb-cover .img-cover {

    position: static;

    margin: auto;

    margin-top: -154px;

    height: 350px;

    width: 482px;

  }

  .celeb-cover .img-cover img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

  .celeb-cover .celb-container .title {

    font-size: 28px;

    margin-bottom: 24px;

    margin-top: 24px;

  }

  .celeb-cover .celb-container .body {

    font-size: 14px;

    margin-bottom: 47px;

  }

  .celeb-cover .celb-container .button .link {

    text-decoration: none;

    font-family: Avenir-Roman, sans-serif;

    font-size: 13px;

    padding: 9px 24px;

    border: 1px solid #B09367;

    width: auto;

    color: #B09367;

  }

  .celeb-cover .celb-container .button i {

    margin-left: 12px;

  }

  .minislidercover.left-cover {

    padding: 12px !important;

  }

  .minislider-row.square {

    margin: auto !important;

    max-width: 600px;

  }

  .minislider-row.square .owl-item {

    min-height: 500px;

    min-width: 600px;

    border: 0;

    border-radius: 0;

  }

  .minislider-row.square .owl-item .full-img-square {

    min-width: 600px;

    min-height: 500px;

    border: 0;

    border-radius: 0;

    max-width: 600px;

    max-height: 500px;

  }

  .minislider-row.square .owl-item .full-img-square img {

    min-width: 600px;

    min-height: 527px;

    border: 0;

    border-radius: 0 !important;

  }

  .slider-counter-con {

    display: none;

  }

  .body-big-sl .counter-cover {

    display: none;

  }

  .item.gal-item .cover-hover .icon-cover {

    margin-top: 30%;

  }

  .item.gal-item .cover-hover i {

    background: #fff;

    top: auto;

    padding: 10px;

    text-align: center;

    border-radius: 50%;

    font-size: 24px;

  }

  .full-img-square-right-text.mobile-cener {

    text-align: center;

  }

  .full-img-square-right-text.mobile-cener .body {

    text-align: center;

  }

  .ozel-hzm-tabs .vertical-owl-carousel {

    padding-top: 20px;

  }

  .ozel-hzm-tabs .hotels-tabs-home {

    width: 210% !important;

    overflow: auto !important;

  }

  .hotels-tabs-home {

    border-bottom: 1px solid rgba(176, 147, 103, 0.3019607843);

  }

  .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .body-big-sl .counter-cover {

    -webkit-transform: translate(-83px, -66px);

            transform: translate(-83px, -66px);

  }

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -59px;

    margin-left: 83px !important;

  }

  .owl-home-big-body {

    width: 100%;

  }

  .owl-home-big-body .owl-item {

    min-width: 600px !important;

  }

  .owl-home-big-body .item {

    min-width: 600px;

  }

  .owl-home-big-body .fl-cd {

    min-width: 600px;

    height: auto;

  }

  .owl-home-big-body .owl-nav button .slider-button-cover {

    padding: 8.5px;

    padding-top: 8px;

    border: 1px solid #fff;

    border-radius: 50%;

  }

  .navbar {

    overflow: auto !important;

  }

  .navbar .menuMore .nav-link {

    color: #17286d;

    padding: 0 !important;

  }

  .navbar .divider {

    display: none;

  }

  .navbar .dropdown-icon {

    display: none;

  }

  .navbar .menu-icon-area {

    padding-left: 48px;

  }

  .navbar .tablet-menu-text {

    display: none;

  }

  .navbar .menuLeftItemsContainer .menuMore .nav-link:hover {

    color: #808faf;

    border-bottom: 0px;

  }

  .navbar .navbar-nav .nav-link:hover {

    color: #B09367;

    border-bottom: 1px solid transparent;

  }

  .navbar .menuMore .dropdown-menu {

    position: static !important;

    min-width: 5px;

    -webkit-transform: translate3d(0, 0, 0) !important;

            transform: translate3d(0, 0, 0) !important;

    margin-bottom: 200px;

  }

  .navbar .menuMore .dropdown-menu .dropdownLinks .menu-title {

    text-align: center;

    font-size: 13px;

    cursor: text;

    color: #808590;

    margin: 8px 0;

  }

  .navbar .navbar-collapse {

    background-color: #00205F;

  }

  .navbar .navbar-collapse.navbar-collapse.show {

    min-height: 89vh;

    background-color: #00205F;

  }

  .navbar .navbar-nav {

    padding-top: 25px;

  }

  .navbar .navbar-nav .menuMore .nav-link {

    color: #808FAF;

  }

  .navbar .navbar-nav .nav-link {

    margin: 8px;

    padding: 8px;

    font-size: 16px;

    color: #B09367;

  }

  .navbar .menuLeftItemsContainer .navbar-nav {

    padding-top: 0px;

  }

  .navbar .dropdown-menu {

    border-radius: 0;

    border: 0;

  }

  .navbar .l-bcontainer {

    padding: 0;

    margin: 0;

  }

  .navbar .navbar-brand.web-brand, .navbar .booknowContainer, .navbar .menulanguage, .navbar .navImageArea {

    display: none !important;

  }

  .navbar .mobil-brand, .navbar .mobile-language, .navbar .mobilbook, .navbar .mobile-nav {

    display: contents !important;

  }

  .navbar .socialContainer {

    position: bottom;

    bottom: 0;

    display: table-header-group;

    background: #17286D;

    padding: 4px;

    width: 100%;

    height: 70px;

    margin-bottom: 0 !important;

  }

  .navbar .navMobilesocials {

    width: 100%;

    display: block !important;

    position: absolute;

    bottom: 20px;

    padding: 4px;

    text-align: center;

  }

  .navbar .navMobilesocials .socialIcon {

    margin: 9px;

  }

  .navbar .mobile-nav .mobil-brand img {

    margin-left: 8px;

  }

  .navbar .mobile-nav .navbar-toggler .hmenu, .navbar .mobile-nav .hmenuexit {

    color: #B09367 !important;

    font-size: 26px;

  }

  .navbar .mobile-nav .navbar-toggler:focus {

    -webkit-box-shadow: none;

            box-shadow: none;

  }

  .navbar .mobile-nav .navbar-toggler[aria-expanded=true] .hmenuexit {

    display: block;

  }

  .navbar .mobile-nav .navbar-toggler[aria-expanded=true] .hmenu {

    display: none;

  }

  .navbar .mobile-nav .navbar-toggler[aria-expanded=false] .hmenuexit {

    display: none;

  }

  .navbar .mobile-nav .navbar-toggler {

    border: 0;

    outline: 0 !important;

  }

  .navbar .mobile-language .nav-link {

    color: #17286D;

    margin-right: 14px;

  }

  .navbar .nav-link {

    color-scheme: #B09367;

    font-size: 12px;

    padding: 23px 0;

  }

  .navbar .mobile-ddmenu {

    border-radius: 0;

    position: absolute;

    left: 0;

    border: 0;

    width: 100%;

    text-align: center;

  }

  .navbar .mobile-ddmenu .menu-title {

    margin: auto;

  }

  .navbar .mobilBook-Container {

    background-color: #17286D;

    display: inherit !important;

  }

  .navbar .mobilBook-Container .mobilbooknowLink {

    background-color: none;

    text-decoration: none;

    color: #FFFFFF;

    font-size: 13px;

    text-align: center;

    width: auto;

    margin: auto;

  }

  .navbar .dropdownLinks .text {

    padding: 12px 8px;

  }

  .navbar .dropdown {

    display: inline-block;

    position: relative;

  }

  .navbar .navbar-collapse .nav-link {

    font-size: 16px !important;

  }

  #navbar {

    z-index: 99999;

  }

  #navbar .mobile-ddmenu {

    top: 84px;

  }

  #owl-home-big .item img {

    height: 40ch;

  }

  .video-content-Container {

    position: absolute;

    z-index: 2;

    width: 100%;

    top: 35%;

  }

  .video-content-Container .carousel-inner-text {

    top: calc(100% - 85px);

  }

  .video-content-Container .carousel-inner-text .video-cover-title {

    color: #FFFFFF;

    font-size: 36px;

    line-height: 50.4px;

  }

  .video-content-Container .carousel-inner-text .video-cover-text {

    font-size: 15px;

    line-height: 20.59px;

  }

  .video-content-Container .carousel-inner-text .video-play-icon {

    top: 5%;

    margin: 10% auto;

    height: 70px;

    width: 70px;

    background-repeat: no-repeat;

    background-size: cover;

    cursor: pointer;

    z-index: 1;

    -webkit-backface-visibility: hidden;

    -webkit-transition: -webkit-transform 0.1s ease;

    transition: -webkit-transform 0.1s ease;

    transition: transform 0.1s ease;

    transition: transform 0.1s ease, -webkit-transform 0.1s ease;

  }

  .video-cover {

    position: absolute;

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

    background-repeat: no-repeat;

    background-size: auto;

    background-position: right 40% bottom 45% !important;

    cursor: pointer;

    z-index: 0;

    -webkit-backface-visibility: hidden;

    -webkit-transition: -webkit-transform 0.1s ease;

    transition: -webkit-transform 0.1s ease;

    transition: transform 0.1s ease;

    transition: transform 0.1s ease, -webkit-transform 0.1s ease;

  }

  .scroll-down-text {

    font-weight: bold;

    font-family: Avenir-Light;

    font-size: 11px;

    letter-spacing: 4px;

  }

  .body-header-area {

    padding: 0 20px;

    margin-top: 43px;

    margin-bottom: 15px;

  }

  .body-header-area .body-header {

    font-size: 28px;

    text-align: left;

    margin: 0;

  }

  .body-header-area .body-sub-header {

    font-size: 12px;

    text-align: right;

    margin: auto;

    font-family: Avenir-Roman, sans-serif;

  }

  .body-header-area .bi {

    margin-right: 0;

  }

  .text-area-list {

    margin-left: 8px;

  }

  .text-area-list .list-li {

    font-family: Avenir-Roman, sans-serif;

    font-size: 14px;

    color: #484848;

  }

  .text-area-list .list-li .label {

    color: #767676;

  }

  .body-text-area {

    padding: 0 20px;

    margin-bottom: 30px;

    margin-top: 15px;

    margin-bottom: 30px;

    vertical-align: middle;

  }

  .body-text-area .button-layer {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

        -ms-flex-direction: row;

            flex-direction: row;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

  .body-text-area .button-layer .btn-rezintitle {

    text-align: center;

    width: 100%;

  }

  .body-text-area b {

    font-family: Avenir-Medium, sans-serif;

    font-size: 15px;

    color: #484848;

  }

  .body-text-area p {

    margin-bottom: 0;

    padding: 0;

    font-size: 16px;

    font-family: Avenir-Light, sans-serif;

  }

  .body-text-area .body-text {

    font-size: 12px;

    font-family: Avenir-Light, sans-serif;

  }

  .hotels-list-section .hotels-list-container .col-md-6 {

    padding-right: 24px;

  }

  .tab-links-container {

    overflow-y: auto;

    width: 110%;

  }

  .tab-links-container::-webkit-scrollbar {

    width: 0;

    height: 0;

    visibility: hidden;

  }

  .hotels-tabs-home {

    width: 280%;

  }

  .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .hotels-tabs-home .nav-link {

    font-size: 14px;

    padding: 16px 3px;

    margin-right: 18px;

    padding-top: 0;

  }

  .square-owl-carousel {

    margin-left: 20px;

  }

  .square-owl-carousel .tright {

    text-align: left;

    margin: 0;

  }

  .square-owl-carousel .owl-item {

    max-width: 260px;

  }

  .square-owl-carousel .owl-nav button.owl-prev {

    margin-right: 18px;

    margin-left: 0px;

  }

  .card.square-card img {

    min-height: 270px;

  }

  .card.square-card {

    border: 0;

    border-radius: 0;

    font-size: 20px;

  }

  .card.square-card .card-text.square-text {

    font-size: 16px !important;

  }

  .card.square-card .card-text.square-text span {

    padding-bottom: 12px;

  }

  .card.square-card .card-title.square-title {

    font-size: 12px !important;

  }

  .card.square-card .btn-square {

    border-radius: 0;

    float: left;

    color: #484848;

    font-size: 10px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #484848;

  }

  .card.square-card .btn-white {

    border-radius: 0;

    float: left;

    color: #B2BCCF;

    font-size: 10px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #B2BCCF;

  }

  .card.square-card img {

    border-radius: 0;

    min-height: 192px;

    width: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

  .vertical-owl-carousel {

    margin-left: 21px;

    padding-top: 24px;

    padding-bottom: 0;

  }

  .vertical-owl-carousel .owl-item {

    max-width: 193px;

  }

  .vertical-owl-carousel .owl-nav button.owl-prev {

    margin-right: 18px;

    margin-left: 2px;

  }

  .vertical-owl-carousel .card.square-card img {

    max-height: 230px;

    min-height: 300px;

  }

  .vertical-owl-carousel .card.square-card {

    border: 0;

    border-radius: 0;

    font-size: 20px;

  }

  .vertical-owl-carousel .card.square-card .card-text.square-text {

    font-size: 16px !important;

  }

  .vertical-owl-carousel .card.square-card .card-text.square-text span {

    padding-bottom: 12px;

  }

  .vertical-owl-carousel .card.square-card .card-title.square-title {

    font-size: 12px !important;

  }

  .vertical-owl-carousel .card.square-card .btn-square {

    border-radius: 0;

    float: left;

    color: #484848;

    font-size: 10px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #484848;

  }

  .vertical-owl-carousel .card.square-card .btn-white {

    border-radius: 0;

    float: left;

    color: #B2BCCF;

    font-size: 10px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #B2BCCF;

  }

  .vertical-owl-carousel .card.square-card img {

    border-radius: 0;

    max-width: 193px;

    width: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

  .vertical-owl-carousel .btn-inner-white {

    border-radius: 0;

    float: right;

    color: #FFFFFF;

    font-size: 13px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #484848;

    color: #B2BCCF !important;

    border-color: #B2BCCF !important;

  }

  .vertical-owl-carousel .btn-inner-white i {

    padding: 0 4px;

  }

  .hotels-carousel-section.bg-blue .blue-square-owl {

    padding-top: 27px;

    padding-bottom: 0;

  }

  .hotels-carousel-section.bg-blue .square-owl-carousel .tright {

    text-align: left;

    margin: 0;

  }

  .hotels-carousel-section.bg-blue .square-owl-carousel .owl-nav button.owl-prev {

    margin-right: 18px;

    margin-left: 2px;

  }

  .full-image-carousel .owl-item {

    max-width: 193px;

  }

  .full-image-carousel .inner-text-overlay {

    max-width: 193px;

  }

  .full-image-carousel .inner-text-area {

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;

  }

  .full-image-carousel .inner-text-area .inner-text {

    padding: 2px 15px;

    color: #fff;

    font-size: 16px;

    font-family: Trirong, serif;

    font-weight: 400;

  }

  .full-image-carousel .inner-text-area .btn-inner-white {

    margin-bottom: 20px;

    margin-left: 16px;

    border-radius: 0;

    float: none;

    color: #fff;

    font-size: 10px;

    font-family: Avenir-Roman, sans-serif;

    border: 1px solid #fff;

    color: #fff !important;

    border-color: #fff !important;

  }

  .full-image-carousel .inner-text-area .btn-inner-white i {

    padding: 0 4px;

  }

  .footer .footerhr {

    display: block;

  }

  .footer .footer-section-one {

    padding-top: 42px;

    padding-bottom: 52px;

  }

  .footer .footer-section-one .title-w {

    text-align: left;

    font-size: 18px;

    font-family: Trirong, serif;

  }

  .footer .footer-section-one .footer-section-1-1 {

    text-align: left;

  }

  .footer .footer-section-one .footer-section-1-1 .contact-tabs {

    width: 100%;

    margin-bottom: 24px;

  }

  .footer .footer-section-one .footer-section-1-1 .contact-tabs .outer-icon {

    margin-left: 8px;

    font-size: 11px;

  }

  .footer .footer-section-one .footer-section-1-1 .contact-tabs .contact-ddmenu {

    margin-top: -2px !important;

    border-top-left-radius: 0;

    border-top-right-radius: 0;

  }

  .footer .footer-section-one .footer-section-1-1 .contact-tabs .contact-ddmenu .nav-link {

    font-size: 12px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }

  .footer .footer-section-one .footer-section-1-2 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

        -ms-flex-direction: row;

            flex-direction: row;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    margin-top: 40px;

    text-align: right;

  }

  .footer .footer-section-one .footer-section-1-2 .title-w {

    margin-right: 5px;

  }

  .footer .footer-section-one .footer-section-1-2 .socials-footer {

    padding-top: 0;

    text-align: left;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: end;

  }

  .footer .footer-section-one .footer-section-1-2 .social-links {

    height: 22px;

    width: 22px;

  }

  .footer .footer-section-one .footer-section-1-2 .social-links a {

    padding: 8px;

    color: rgba(255, 255, 255, 0.6);

    margin-left: 2px;

    font-size: 14px;

  }

  .footer .footer-section-one .footer-section-1-2 .social-links i::before {

    font-size: 22px;

  }

  .footer .vertical-container-footer {

    margin-bottom: 34px;

    display: table;

    position: relative;

    max-width: 30rem;

    padding: 0;

    color: rgba(255, 255, 255, 0.6);

  }

  .footer .vertical-container-footer .icon {

    padding-right: 9px;

    display: block;

    font-size: 15px;

    width: 20%;

    text-align: center;

    display: table-cell;

    vertical-align: top;

  }

  .footer .vertical-container-footer .icon::before {

    font-size: 20px;

  }

  .footer .vertical-container-footer .text {

    display: block;

    width: 80%;

    display: table-cell;

    vertical-align: top;

  }

  .footer .vertical-container-footer .text .first {

    margin-bottom: 0;

    font-size: 12px;

    font-family: Avenir-Roman, sans-serif;

  }

  .footer .vertical-container-footer .text .second {

    margin-bottom: 0;

    font-size: 14px;

    font-family: Avenir-Medium, sans-serif;

  }

  .footer .footer-section-two .footer-section-2-1 .footer-mid-img {

    position: absolute;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(27%, -86px, 0);

    z-index: 1;

  }

  .footer .footer-section-two .footer-section-2-1 .links-footer {

    text-align: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    gap: 20px;

    margin-top: 75px;

    margin-bottom: 40px;

  }

  .footer .footer-section-two .footer-section-2-1 .links-footer .footer-link a {

    padding: 20px 0;

    font-size: 13px;

    font-family: Avenir-Medium, sans-serif;

    text-decoration: none;

    color: #B09367;

    line-height: 18px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    text-align: center;

    text-transform: uppercase;

  }

  .footer .footer-section-three .newsl-title {

    margin-top: 44px;

    margin-bottom: 19px;

    font-size: 16px;

  }

  .footer .footer-section-three .input-group {

    max-width: 100%;

  }

  .footer .footer-section-three .input-group .form-control {

    border: 0;

    padding: 17px;

    padding-left: 23px;

    background-color: transparent;

    font-size: 12px;

  }

  .footer .footer-section-three .input-group .form-control:focus {

    -webkit-box-shadow: none;

            box-shadow: none;

  }

  .footer .footer-section-three .md-right-text {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

        -ms-flex-direction: row;

            flex-direction: row;

    text-align: center;

    margin-top: 40px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

  .footer .footer-section-three .md-right-text :last-child {

    margin-bottom: 16px;

  }

  .footer .footer-section-three .md-right-text .md-right-link {

    float: none;

    text-align: center;

    padding: 0 16px;

    line-height: 19px;

  }

  .footer .footer-section-three .md-right-text .md-right-link a {

    text-decoration: none;

    color: rgba(72, 72, 72, 0.6);

    font-size: 14px;

  }

  .footer .footer-section-three .copyright {

    text-align: center;

    font-size: 13px;

    color: rgba(72, 72, 72, 0.4);

  }

  .footer .footer-section-three .copyright .we {

    color: rgba(72, 72, 72, 0.8);

    font-size: 13px;

  }

  .web-footer-img {

    display: none;

  }

  .bg-light-blue {

    background-color: #fff;

  }

  #mobile-footer-border {

    display: block;

    background-color: #00205F;

    min-height: 55px;

  }

  #mobile-footer-border img {

    left: 50%;

    -webkit-transform: translate3d(-50%, -54px, 0);

            transform: translate3d(-50%, -54px, 0);

    position: absolute;

    z-index: 1;

    width: 160px;

    height: 160px;

  }

  #owl-home-big {

    height: calc(100vh - 85px);

  }

  .hotels-list-section {

    margin-bottom: 86px;

  }

  .hotels-list-section .bg-cbk {

    height: 91px;

  }

  .hotels-list-section .hotels-tabs-home {

    border-bottom: 1px solid rgba(176, 147, 103, 0.2196078431);

  }

  .hotels-list-section .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .hotels-list-section .tab-links-container {

    width: 125vw;

  }

  .konser-list-section {

    margin-bottom: 86px;

  }

  .konser-list-section .konser-tabs-home {

    border-bottom: 1px solid rgba(176, 147, 103, 0.2196078431);

  }

  .konser-list-section .konser-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .konser-list-section .tab-links-container {

    width: 125vw;

  }

  .otel-banner-area {

    background-color: #17286d;

    position: static;

    z-index: 3;

    top: calc(100vh - 88px);

    margin-top: 0 !important;

  }

  .otel-banner-area .otel-info-area {

    color: rgba(255, 255, 255, 0.8);

  }

  .otel-banner-area .otel-info-area .otel-info {

    padding-top: 0;

  }

  .otel-banner-area .otel-info-area .otel-info p {

    margin-bottom: 0;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-logo-detay {

    margin-top: 0;

    max-width: 100%;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-logo-detay img {

    max-width: 50%;

    margin: auto;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-name {

    font-size: 13px !important;

    margin-top: 31px;

  }

  .otel-banner-area .otel-info-area .otel-info .otel-locatin {

    font-size: 11px !important;

  }

  .otel-banner-area .otel-info-area .cont-fot-mobile {

    padding: 8px;

    margin: auto;

  }

  .otel-banner-area .otel-info-area .otel-contact .getl-right {

    margin-right: auto;

    float: right;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .icon {

    display: none;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text .first {

    font-size: 11px !important;

  }

  .otel-banner-area .otel-info-area .otel-contact .vertical-container-footer .text .second {

    font-size: 13px !important;

  }

  .body-form-area {

    margin-top: 0;

    margin-bottom: 36px;

    margin-left: 15px;

    margin-right: 15px;

  }

  .body-form-area .information-validations {

    margin-top: 8px;

  }

  .body-form-area .information-validations .info-text-area {

    font-size: 12.6px;

    font-family: Avenir-Roman, sans-serif;

    color: #B09367;

  }

  .body-form-area .information-validations .info-text-area i {

    padding: 0.1px 2px 0.1px 2px;

    background-color: #B09367;

    color: #fff;

    border-radius: 50%;

    font-size: 16px;

    margin-right: 12px;

  }

  .body-form-area .information-validations .info-text-area .valid-link {

    color: #B09367;

  }

}

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

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -62px;

    margin-left: 8px !important;

  }

  .owl-home-big-body .owl-dots {

    text-align: left;

    padding: 26px;

    position: relative;

    transform: translate(0, 0);

    -webkit-transform:translate(0, 0);

          

  }

  .hotels-list-section .bg-cbk {

    height: 89px;

    background-image: none !important;

    border-bottom: 1px solid rgba(176, 147, 103, 0.4274509804);

    width: 100vw;

  }

  .hotels-list-section .hotel-col {

    height: 88px;

  }

  .konser-list-section .hotel-col {

    height: 88px;

  }

}

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

  .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .hotels-list-section {

    margin-bottom: 86px;

  }

  .hotels-list-section .hotels-tabs-home .nav-link:first-child {

    margin-left: 0;

  }

  .hotels-list-section .tab-links-container {

    width: 160vw;

  }

  .konser-list-section {

    margin-bottom: 86px;

  }

  .konser-list-section .tab-links-container {

    width: 160vw;

  }

}

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

.minislidercover .minislider-row {width: 304px; height: 317px;}

.minislidercover .minislider-row .mini-oneimage-slider .owl-item .full-img-square {width: 304px; height: 317px;}}

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

  .slider-counter-con {

    display: none;

  }

  .body-big-sl .counter-cover {

    display: none;

  }

  .owl-home-big-body .owl-nav {

    position: absolute;

    margin-top: -62px;

    margin-left: 10px !important;

  }

  .owl-home-big-body .owl-dots {

    text-align: left;

    padding: 26px;

    position: relative;

    transform: translate(0, 0);

    -webkit-transform:translate(0, 0);

  }

  .carousel-container {

    padding-right: 0 !important;

  }

  .minislidercover .minislider-row .owl-nav {

    position: absolute;

    margin-top: -67px;

    margin-left: 10px;

  }

}

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

  .slider-counter-con {

    display: none;

  }

  .body-big-sl .counter-cover {

    display: none;

  }

  .navbar .mobile-language .nav-link {

    color: #17286D;

    margin-right: 0 !important;

  }

  .navbar .menu-icon-area {

    padding-left: 0;

  }

  .bg-cbk {

    height: 86px;

    width: 100vw;

  }

  .hotels-list-section {

    margin-bottom: 86px;

  }

  .hotels-list-section .tab-links-container {

    width: 160vw;

  }

  .konser-list-section {

    margin-bottom: 86px;

  }

  .konser-list-section .tab-links-container {

    width: 160vw;

  }

}

.rez-valid {

  margin-top: -16px;

}



.rez-valid i {

  padding: 0.1px 2px;

  background-color: #fff;

  margin-right: 6px;

  border-radius: 50%;

  color: #00205F;

  font-size: 14px;

}



ul.booknow-dd-menu::-webkit-scrollbar {

  width: 0;

  height: 0;

}

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

  .owl-home-big-body .owl-dots button.owl-dot {

    width: 8px;

    height: 8px;

    border: 1px solid #b09367;

}

.owl-home-big-body .owl-dots button.owl-dot.active {

  background-color: #b09367;

  width: 15px;

  height: 15px;

}

  .vertical-owl-carousel .card.square-card img {max-height: 195px;min-height: 220px;border-radius: 0;max-width: 193px;width: 100%;-o-object-fit: cover;object-fit: cover;}

  .full-image-carousel .inner-text-area .inner-text {font-size: 13px;}



  .minislidercover .minislider-row .mini-oneimage-slider .owl-item { min-height: 300px;}

  .minislidercover .minislider-row .mini-oneimage-slider .owl-item .full-img-square {

    border: 0;

    border-radius: 0;

  }



  .vertical-owl-carousel .owl-stage-outer{ margin-top: 0;}

  .owl-home-big-body .item {

    min-width: calc(100vw - 36px);

    display: flex;

}

.owl-home-big-body img {

  min-height: 124%;

  max-height: 320px;

  max-width: 100vw;

  margin: auto;

}

.square-owl-carousel .owl-item {

  max-width: 100%;

}

.img-gal-section .gallery-owl-carousel .item {

  min-height: auto;

  min-width: calc(100vw - 36px);

  max-height: 100%;

  max-width: calc(100vw - 36px);

}

.img-gal-section .gallery-owl-carousel img {

  min-height: 100%;

  min-width: calc(100vw - 36px);

  max-height: 100%;

  max-width: calc(100vw - 36px);

}

}

.square-tel  .txt-r{ float: right; text-align: right;}

.square-tel  .socials-footer  {display: flex; flex-direction: row; }

.square-tel   .socials-footer .social-links a i::before{color:#17286d; font-size: 28px;  margin-right: 16px; }

.square-tel a{text-decoration: none; color: #212529;font-size: 15px;font-family: Avenir-Roman,sans-serif; display: flex; flex-direction: column; justify-content: center;}

.square-tel a:hover{opacity: .8;}

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



    .square-tel  .socials-footer .social-links a i::before{font-size: 16px;  margin-right: 10px; }

     .square-tel  .socials-footer .social-links a i{font-size: 16px;  }

     .square-tel a{font-size: 14px;font-family: Avenir-Roman,sans-serif;  padding-right: 0; }



}

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

  .square-tel  .socials-footer .social-links a i::before{font-size: 24px;  margin-right: 10px; }

     .square-tel a{font-size: 13px;font-family: Avenir-Roman,sans-serif;  padding-right: 0; }



}

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

  .hotels-list-section .hotels-list-container  .casino-card .col-md-6 {

    padding-right: 9px;

}

  .square-tel  .socials-footer .social-links a i::before{font-size: 24px;  margin-right: 18px; }

     .square-tel a{font-size: 14px;font-family: Avenir-Roman,sans-serif;  padding-right: 0; }



}

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

  .square-tel  .socials-footer .social-links a i::before{font-size: 16px;  margin-right: 12px; }

     .square-tel a{font-size: 14px;font-family: Avenir-Roman,sans-serif;  padding-right: 0; }





}

.ad-tel  .txt-r{ float: right; text-align: right;}

.ad-tel  .socials-footer  {display: flex; flex-direction: row; }

.ad-tel   .socials-footer .social-links a i::before{color:#17286d; font-size: 28px;  margin-right: 16px; }

.ad-tel a{text-decoration: none; color: #212529;font-size: 15px;font-family: Avenir-Roman,sans-serif; display: flex; flex-direction: column; justify-content: center;}

.d-tel a:hover{opacity: .8;}



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

  .ad-tel  .socials-footer .social-links a i::before{font-size: 24px;  margin-right: 10px; }

     .ad-tel a{font-size: 13px;font-family: Avenir-Roman,sans-serif;  padding-right: 0; }



}

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

  .hotels-list-section .hotels-list-container  .casino-card .col-md-6 {

    padding-right: 9px;

}

  .ad-tel  .socials-footer .social-links a i::before{font-size: 24px;  margin-right: 18px; }

     .ad-tel a{font-size: 14px;font-family: Avenir-Roman,sans-serif;  padding-right: 0; }



}

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

  .ad-tel  .socials-footer .social-links a i::before{font-size: 16px;  margin-right: 12px; }

     .ad-tel a{font-size: 14px;font-family: Avenir-Roman,sans-serif;  padding-right: 0; }





}

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

  .minislidercover .minislider-row {

    width: 304px;

    height: 317px;

}



.minislidercover .minislider-row.square .owl-item .full-img-square {

  min-width: auto;

  min-height: auto;

  border: 0;

  border-radius: 0;

  max-width: 308px;

  max-height: 318px;

}

.minislider-row.square .owl-item .full-img-square {

  min-width: 308px;

  min-height: auto;

  border: 0;

  border-radius: 0;

  max-width: 304px;

  max-height: auto;

}

.minislidercover .minislider-row.square .owl-item .full-img-square img {

  min-width: 308px;

  min-height: 318px;

  border: 0;

  border-radius: 0 !important;

}

.minislidercover .minislider-row.square .owl-item {

  min-height: 308px;

  min-width: 600px;

  border: 0;

  border-radius: 0;

}

}

.meritta-book-link{text-decoration: none; font-weight: bold; margin-right: 8px; color:#17286D;}.mbl-icon{color: #17286D;} .mbl-group{margin-top: 8px;} .meritta-book-link:hover{color: #17286D; opacity: .8;} .meritta-book-link:hover .mbl-icon{color: #17286D; opacity: .8;}

@media screen and (max-width:1366px) and (min-width:1258px) {

  .navbar-expand-lg .navbar-nav .nav-link{

    display: flex!important;

    white-space: nowrap!important;

}

  

}