html,
body {
  width: 100%;
  height: 100%;
}

body {
  /*font-family: "kesslersuperdisplay-regular";*/
  font-family: "FuturaPT";
  font-weight: 500;
  font-style: normal;
  color: #0a0a0a;
  margin: 0;
  padding: 0;

}

::placeholder
{
    color: #000000 !important;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 4, 2022 */
@font-face {
  font-family: "kesslersuperdisplay-regular";
  src: url("../fonts/kesslersuperdisplay-regular/kesslersuperdisplay-regular.otf") format("woff2"), placeholde
    url("../fonts/crimson-fonts/crimson-bold/crimson-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT/futura-pt-light/futura-pt-light.otf") format("woff2"),
    url("../fonts/FuturaPT/futura-pt-light/futura-pt-light.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h4 {
 /* color: #B2032A !important; */
 color: #000000 !important;
}

.kr_logo img {
 /*width: 284px !important;
  padding-top: 10px !important;*/
  
 width: 302px !important;
    padding-top: 27px !important;

}


@media only screen and (max-width: 768px) {
  .kr_logo img {
    width: 292px;
  }
}



.kr_ft_logo img {
  /*width: 250px;*/
  width: 350px;
}




.se-pre-con {
  display: none !important;
}

.apartment_rule h4 ul {

  list-style: inherit !important;
  padding: 0px 20px !important;
}

#nav_bar .nav_button {
  display: inline-block;
}

.nav_button {
  width: 79px;
}

a:hover,
a {
  text-decoration: none;
  outline: none;
}

:active,
:focus {
  outline: none;
}

img,
a,
btn {
  transition: all 0.3s ease-in-out;
}

ul {
  padding-left: 0;
  list-style: none;
}

button:focus {
  outline: none;
  outline: none;
}

a {
  color: #b2032a;
}

a:hover,
a:active,
a:focus {
  color: #b2032a;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn {
  transition: all 0.3s ease-in-out;
}

.font-weight-semi-bold {
  font-weight: 500 !important;
}

.text_danger {
  color: #b2032a;
}

.btn_danger {
  color: #fff;
  background-color: #cd395c;
  border-color: #cd395c;
}

.btn_danger:hover,
.btn_danger:focus,
.btn_danger:active,
.btn_danger:visited {
  color: #fff;
  background-color: #a82b48;
  border-color: #a82b48;
}

.btn_outline_danger {
  color: #cd395c;
  border-color: #cd395c;
}

.btn_outline_danger:hover,
.btn_outline_danger:focus,
.btn_outline_danger:active,
.btn_outline_danger:visited {
  color: #a82b48;
  border-color: #a82b48;
}

.btn_danger_link {
  color: #b2032a;
}

.btn_danger_link:hover,
.btn_danger_link:focus,
.btn_danger_link:active,
.btn_danger_link:visited {
  color: #b2032a;
  text-decoration: none;
}

.theme-btn {
  background-color: #b2032a;
  border-color: #b2032a;
  color: #fff !important;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
  background-color: #b2032a;
  border-color: #b2032a;
  color: #fff;
}

.btn_secondary {
  background-color: #223a33;
  border-color: #223a33;
  color: #fff;
}

.btn_secondary:hover,
.btn_secondary:focus,
.btn_secondary:active,
.btn_secondary:visited {
  background-color: #060a09;
  border-color: #060a09;
  color: #fff;
}

.h1_title {
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #fff;
}

.h2_title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 500;
  /*color: #a2968a;*/
  color: #000000;
}

.h3_title {
  font-size: 22px;
  line-height: 32px;
  color: #a2968a;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kr-navbar-main {
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
  /*height: 161px; */
  height: 195px;
  margin-top: -35px;
}

.kr-navbar-main .navbar-collapse {
  padding: 0;
}

.navbar-brand.kr_logo {
  padding-top: 5px;
  padding-bottom: 0px;
}

.kr-navbar-main .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.kr-navbar-main .cst_btn {
  margin: 0 1rem;
}

.kr-navbar-main .cst_btn {
  min-width: 105px;
  padding: 0.335rem 0.75rem;
}

/* ANIMATED X */
.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #0a0a0a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.nav-menus {
  margin-top: 179px;
  min-width: 100%;
  background-color: #f8f8f8;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  font-weight: 500;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1024;
  transition: all 0.2s ease-in-out;

}

.nav-link
{
    text-align: center !important;
}
.nav-menus .navbar-nav .nav-link {
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid #a2968a33;
  color: black;
}

.nav-menus .navbar-nav .nav-item:last-child .nav-link {
  border-bottom: none;
}

.nav-menus .nav-link:hover {
  color: #b2032a;
}

/* search button */
.search_bar input[type="text"] {
  height: 60px;
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  border: none;
  outline: none;
  color: #0a0a0a;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 50%;
  right: 30px;
  background: none;
  z-index: 3;
  transition: width 0.3s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  transform: translateY(-50%);
}

.search_bar input[type="text"]:focus:hover {
  border-bottom: 1px solid #a2968a;
}

.search_bar input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 1px solid #a2968a;
  cursor: text;
}

.search_bar input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  float: right;
  background: url(../images/backgrounds/search.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.4s ease;
  transform: translateY(-50%);
}

.search_bar input[type="submit"]:before {
  font-family: FontAwesome;
  content: "\f002";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.search_bar input[type="submit"]:hover {
  opacity: 0.8;
}

.sub_nav_menus {
  white-space: nowrap;
  overflow-x: auto;
  position: fixed;
  z-index: 1023;
 /* top: 121px;*/
     top: 156px;
  width: 100%;
  background-color: #fff;
  padding: 13px 20px;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
}

.sub_nav_menus .navbar-nav .nav-link {
  display: inline-block;
  padding: 0 25px !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: black !important;
  font-weght: 600;
}

.sub_nav_menus .navbar-nav .nav-link:hover {
  color: #b2032a !important;
}

.sub_nav_menus .navbar-nav {
  flex-direction: row;
  text-transform: capitalize;
  text-align: center;
  display: inherit;
}

.sub_nav_menus .navbar-nav {
  top: 178px;
}

.sub_nav_menus .navbar-nav .nav-link {
  padding: 0 10px;
}

.sub_nav_menus .navbar-nav .nav-link {
  display: inline-block;
}

.sub_nav_menus .navbar-nav li.nav-item {
  display: inline-block;
}

.body_content_wrapper {
  padding-top: 160px;
}

.hero_wrapper {
  text-align: center;
  position: relative;
}

.owl-theme-style {
  position: relative;
}

.owl-theme-style .item {
  height: 747px;
  overflow: hidden;
  position: relative;
}

.owl-theme-style .item::before {
  content: "";
  width: 100%;
  height: 100%;
  /*background: rgba(178, 3, 42, 0.5);*/
  position: absolute;
  left: 0;
  top: 0;
}

.owl-theme-style .item::before {
  content: "";
  width: 100%;
  height: 100%;
  /*background: rgba(77, 77, 77, 0.3);*/
}

.owl-theme-style .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: top;
}

.owl-theme-style .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
}

.owl-theme-style.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 22px !important;
}

.owl-theme-style.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #b2032a;
  text-decoration: none;
}

.owl-theme-style .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  max-width: 520px;
}

.h1_title {
  font-size: 46px;
  font-weight: 500;
  color: #a2968a;
}

.para_content {
  font-size: 18px;
  line-height: 32px;
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
}

.owl-theme-style .para_content {
  color: #fff;
  margin-top: 15px;
}

.about-us-wrapper {
  padding: 100px 15px 100px;
}

.about-us-arcade-wrapper {
  padding: 0px 15px 50px;
}

.bg_style {
  background: linear-gradient(to left,
      rgb(162 150 138 / 7%) 0%,
      rgb(162 150 138 / 9%) 70%,
      #ffffff 0%,
      #ffffff 100%);
}

.bg_style_arcade {
  background: linear-gradient(to right,
      rgb(162 150 138 / 7%) 0%,
      rgb(162 150 138 / 9%) 70%,
      #ffffff 0%,
      #ffffff 100%);
}

.about_content {
  text-align: center;
  padding: 25px 15px 45px 0;
}

.thumbnail_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.para {
  font-size: 20px;
 /* color: #4d4d4d; */
 color: #000000 !important;
  color: rgb(0 0 0 / 65%);
  word-spacing: 4px !important;
  font-weight: 200;
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
  text-align: justify;
}

.default_outline_btn {
  border: 1px solid #b2032a;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 130px;
  color: #0a0a0a;
  transition: 0.3s ease;
}

.btn_wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.default_outline_btn:hover {
  background-color: #b2032a;
  color: #fff;
}

.booking_now_wrapper {
  padding: 61px 15px;
}

.booking_form {
  text-align: center;
}

.booking_form .h2_title {
  margin-bottom: 30px;
  font-weight: 500;
  /* color: #a2968a;*/
  color: #000000;
}

.booking_form form {
  -webkit-box-shadow: -5px 0px 30px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -5px 0px 30px -3px rgba(0, 0, 0, 0.4);
  box-shadow: -5px 0px 30px -3px rgba(0, 0, 0, 0.4);
  padding: 30px 25px;
}

.label_style {
  width: 100%;
  color: #0a0a0a;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.input_style {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 60px 15px;
  border-bottom: 2px solid #a2968a;
  box-shadow: none;
  color: #4d4d4d;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
}

.input_style:invalid {
  outline: 0;
}

.input_style:placeholder {
  font-weight: 400 !important;
}

.input_style:focus,
.input_style:valid {
  border-color: #a2968a;
  color: #4d4d4d;
  font-weight: 600;
}

.input_style::-webkit-calendar-picker-indicator {
  background-image: url(../images/backgrounds/calendar.png);
  background-size: 16px;
  background-position: center 5px;
  opacity: 1;
}

.booking_content_wrap {
  padding: 20px 0;
  max-width: 317px;
  /* position: absolute;*/
  bottom: -257px;
  z-index: 1;
  background-color: #fff;
  right: 0;
}

.booking_content_wrap .h5_title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #a2968a;
}

.booking_now_wrapper .slider-content {
  width: 100%;
}

.owl-theme-style.booking-slider .owl-nav {
  width: auto;
  right: 0;
  top: 0;
  transform: inherit;
  background-color: rgba(77, 77, 77, 0.7);
  margin-top: 0;
  padding: 0;
}

.owl-theme-style.owl-theme .owl-nav [class*="owl-"] {
  font-size: 16px !important;
  width: 45px;
  height: 45px;
  border-radius: 0;
  margin: 0;
      background: #b0032a !important;
}

.fa.fa-chevron-left {
    color: #ffffff !important;
}

.fa.fa-chevron-right {
     color: #ffffff !important;
    
}


.owl-theme-style.booking-slider .item {
  height: 350px;
}

.owl-theme-style.booking-slider.owl-theme .owl-prev {
  border-right: 1px solid #a2968a;
  background: #b0032a !important;


}

.gallery_wrapper {
  padding: 10px 15px 50px;
}

.gallery_main .gallery_wrapper {
  padding: 0;
}

.gallery_main .mb_ws.box {
  padding: 0 !important;
}

.gallery_thumbnail {
  margin: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.gallery_main .gallery_thumbnail {
  height: 360px;
  display: block;
}

.gallery_thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
}

.gallery_main .gallery_thumbnail:before {
  content: none;
}

.gallery_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery_wrapper .top_ws {
  margin-top: 30px;
}

.gallery_grid {
  margin-top: 60px;
}

.gallery_main .gallery_grid {
  margin-top: 0;
}

.mb_ws {
  margin-bottom: 25px;
}

.gallery_main .mb_ws {
  margin-bottom: 0;
}

.gallery_main .gallery_thumbnail:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(rgb(0, 0, 0) 0px, rgb(0, 0, 0) 100%);
  transition: all 0.6s ease-in-out 0s;
}

.gallery_main .gallery_thumbnail:hover:after {
  opacity: 0.2;
  z-index: 1;
}

.gallery-img-contain img {
  cursor: pointer;
  transition: all 0.6s ease-in-out 0s;
}

/* .gallery-img-contain:hover img {
  opacity: 0.7;
} */

.gallery_main .gallery-img-contain:hover img {
  transform: scale(1.2);
}

.gallery-img-contain .overlay_content {
  position: absolute;
  text-align: center;
  padding: 1rem;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.gallery-img-contain:hover .overlay_content {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.overlay_content h5 {
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-size: 20px;
  margin-bottom: 0;
  font-family: 'FuturaPT';
text-transform: uppercase;
letter-spacing: 1px;
}

.facilities_wrapper {
  padding: 0 15px;
}

.facilities_card {
  background-color: #fff;
 /* padding: 50px 60px; */
  /* -webkit-box-shadow: -5px 0px 24px -10px rgb(0 0 0 / 23%); */
  /*-moz-box-shadow: -5px 0px 24px -10px rgba(0, 0, 0, 0.23);8/
  /*box-shadow: -5px 0px 24px -10px rgb(0 0 0 / 23%);*/
  /* border: 1px solid #f0f0f0;*/
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.facilities_items {
  text-align: center;
}

.fc_column {
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #dcdcdc;
}

.fc_column:nth-child(10),
.fc_column:nth-child(11),
.fc_column:nth-child(12) {
  border-bottom: 0;
}


.fc_column:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  transform: translateY(-50%);
}


@media only screen and (max-width: 767px) {


  .fc_column:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    width: 1px;
    background-color: #ffffff !important;
    transform: translateY(-50%);
  }

  .fc_column {
    position: relative;
    padding: 45px 25px;
    border-bottom: none;
  }

  .fc_column:nth-child(10) {
    border-bottom: none !important;
  }

  .fc_column:nth-child(9) {
    border-bottom: none !important;
  }

}


.fc_column:last-child:after {
  content: none;
}

.facilities_items .h4_title {
  margin-top: 20px;
  font-family: FuturaPT;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 16px;
  font-weight: 700;
  color: #a2968a;
  margin-bottom: 0;
}

.facilities_items img {
  /*width: 75px;*/
}

.fc_column:nth-child(3):after,
.fc_column:nth-child(6):after,
.fc_column:nth-child(9):after {
  content: none;
}


.aminities_wrapper {
  padding: 0 15px;
}

.aminities_card {
  background-color: #fff;
 /* padding: 50px 60px; */
  /*  -webkit-box-shadow: -5px 0px 24px -10px rgb(0 0 0 / 23%);
  -moz-box-shadow: -5px 0px 24px -10px rgba(0, 0, 0, 0.23);
  box-shadow: -5px 0px 24px -10px rgb(0 0 0 / 23%);
  border: 1px solid #f0f0f0;*/
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.aminities_items {
  text-align: center;
}

.ac_column {
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #dcdcdc;
}

.ac_column:nth-child(4),
.ac_column:nth-child(5),
.ac_column:nth-child(6) {
  border-bottom: 0;
}


.ac_column:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {

  .ac_column:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    transform: translateY(-50%);
  }

  .ac_column {
    position: relative;
    padding: 45px 25px;
    border-bottom: none;
  }

}


.ac_column:last-child:after {
  content: none;
}

.aminities_items .h4_title {
  margin-top: 20px;
  font-family: FuturaPT;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 16px;
  font-weight: 700;
  color: #a2968a;
  margin-bottom: 0;
}

.aminities_items img {
  /*width: 75px;*/
}

.ac_column:nth-child(3):after,
.ac_column:nth-child(6):after,
.ac_column:nth-child(9):after {
  content: none;
}


.bhk_wrap {
  max-width: 100%;
}



#contatti {
  background-color: #ffffff;
  letter-spacing: 2px;
}

#contatti a {
  color: #B2032A;
  text-decoration: none;
}


@media (max-width: 575.98px) {

  #contatti {
    /*padding-bottom: 100px; */
  }

  #contatti .maps iframe {
    width: 100%;
    height: 450px;
  }
}


@media (min-width: 576px) {

  #contatti {
  /*  padding-bottom: 100px; */
  }

  #contatti .maps iframe {
    width: 100%;
    height: 450px;
  }
}

@media (min-width: 768px) {

  #contatti {
/*padding-bottom: 350px; */
  }

  #contatti .maps iframe {
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 992px) {
  #contatti {
   /* padding-bottom: 200px; */
  }

  #contatti .maps iframe {
    width: 100%;
    height: 700px;
  }
}


#author a {
  color: #fff;
  text-decoration: none;

}




















.kr_testimonial {
  padding: 140px 15px 20px;
  position: relative;
  background: url(../images/thumbnails/ban2.jpg) no-repeat;
  background-size: cover;
  transform: translateY(-22%);
  display: none !important;
}

.kr_testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(178, 3, 42, 0.4);
}

.kr_testimonial .owl-theme-style .item {
  height: 100%;
}

.kr_testimonial .item::before {
  content: none;
}

.kr_testimonial .owl-theme-style .slider-content {
  position: inherit;
  top: 0;
  left: 0;
  transform: inherit;
  max-width: 100%;
  padding: 0 87px;
  display: flex;
  align-items: center;
}

.profile_thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  margin-right: 20px;
}

.rating_icn {
  margin: 0 0 15px;
}

.rating_icn .fa {
  color: #fff;
  font-size: 14px;
}

.kr_testimonial .para {
  color: #fff;
  font-style: italic;
}

.kr_testimonia .h5_title {
  font-weight: 600;
  color: #a2968a;
}

.quite_icn {
  padding: 0 50px;
}

.kr_testimonial .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  background: #fff;
}

.kr_testimonial .owl-theme .owl-dots .owl-dot.active span,
.kr_testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #b2032a;
}

.kr_footer {
  padding: 20px 0 0;
 /* background-color: #2c2929; */
 background-color: #f4f4f4;
  /* margin-top: -96px !important;*/
  margin-top: 30px;
}

.kr_footer_border {
 /* border-bottom: 1px solid #aaa; */
  border-bottom: 1px solid #b2032a61;
  width: 35%;
  float: left;
}

.footer_logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft_socials .fa {
  /*color: #fff;*/
  color: #b2032a;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.ft_socials .fa:hover {
  color: #b2032a;
}

.ft_socials {
  text-align: center;
  padding: 30px 0;
}

.ft_socials a {
  padding: 0 10px;
}

.footer-menu-title {
  font-size: 20px;
  font-family: FuturaPT;
  /*color: #fff; */
  color: #b2032a;
  font-weight: 700;
  text-transform: uppercase;
}

.kr_footer ul {
  margin: 0;
}

.kr_footer ul a {
  /* color: #a2968a;*/
 /* color: #fff4f4 !important; */
      color: #b2032a!important;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
}

.kr_footer ul a:hover,
.kr_footer a:hover {
  /*color: #fff; */
  color: #b2032a;
}

.kr_foot_cont,
a {
  /*color: #a2968a;*/
 /* color: #fff4f4; */
 color: #b2032a;
  font-size: 17px;

  font-family: FuturaPT, Helvetica, Arial, sans-serif;
  word-break: break-word;
}

.fiiter_menus {
  margin-top: 10px;
}

.foot_contact_form {
  max-width: 160px;
}

.ft_input {
  background-color: #d6d6d6;
  border-radius: 0;
  border-color: #d6d6d6;
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
}

.ft_input::placeholder {
  color: #4d4d4d;
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
}

.ft_btn
{
        font-family: FuturaPT, Helvetica, Arial, sans-serif;
        font-size: 12px !important;
}

.ft_input:focus {
  color: #495057;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: inherit;
}

.ft_btn {
 /* background-color: #505050;
  border: 1px solid #505050;*/
  background-color: #b2032a;
  border: 1px solid #b2032a;
  color: #fff;
  font-size: 10px;
  padding: 8px;
  width: 100%;
}

.foot_last_line {
  /*border-bottom: 1px solid #aaa; */
  border-bottom: 1px solid #b2032a61;
  width: 400px;
  margin: 0px auto;
  clear: both;
  padding-top: 30px;
}

.mite {
  font-size: 13px;
  text-align: center;
  /*color: #fff; */
  color: #b2032a;
  letter-spacing: 1px;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
}

#footer-bottom {
  /*background: rgba(10, 10, 10, 0.6); */
  background: #e7e7e7;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
}

#footer-bottom-inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

.copyrights {
  text-align: center;
  /*color: #efecec;*/
  color: #b2032a;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
}

.text-danger {
  color: #b2032a;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/thumbnails/loader.gif") center no-repeat #fff;
}

.navbar-toggler.x {
 display: none; 
}

.navbar-brand.kr_logo {
  margin: 0 auto;
}

.search_bar {
  display: none;
}


@media screen and (max-width: 767px){
.sub_nav_menus {
   
    display: none;
}

.navbar-toggler.x{
    display: block !important;
     margin-top: 94px;
  }
  
 .nav-menus {
    margin-top: 159px !important;
} 
  

 }


@media only screen and (min-width: 768px) {
#navbarsExample01{
    display: none !important;
  }
}









.other-page-heading {
  height: 500px !important;
  background: url(../images/thumbnails/page_banner.png) no-repeat !important;
  background-position: top center !important;
  z-index: 1;
  background-size: cover !important;
  display: none !important;

}

.page_title {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-top: 250px;
  font-size: 41px;
}

.gallery_main .image-overlay-block {
  position: relative;
}

.gallery_main .image-overlay-block .overlay_content {
  position: absolute;
  color: #fff;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  display: none;
  transition: all .3s ease-in-out;
}

.gallery_main .image-overlay-block:hover .overlay_content {
  display: block;
}


@media screen and (max-width: 991px) {

  .fc_column:nth-child(3):after,
  .fc_column:nth-child(6):after,
  .fc_column:nth-child(9):after {
    content: none;
  }

  .fc_column:nth-child(4):after,
  .fc_column:nth-child(8):after {
    content: "";
  }

  .fc_column:nth-child(9) {
    border-bottom: 1px solid #dcdcdc;
  }

  .facilities_card {
    padding: 30px 30px 10px;
    margin-top: 30px;
  }

  .facilities_items .h4_title {
    /*font-size: 20px; */
  }

  .kr_testimonial .owl-theme-style .slider-content {
    padding: 0;
  }

  .booking_form {
    text-align: center;
    margin-top: 220px;
  }

  .owl-theme-style.booking-slider .item {
    height: 230px;
  }

  .search_bar input[type="text"]:focus {
    width: 180px;
  }

  .bg_style {
    background: inherit;
  }

  .bg_style_arcade {
    background: inherit;
  }

  .about-us-wrapper {
    padding: 40px 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .gallery_thumbnail {
    height: 140px;
  }

  .quite_icn {
    padding: 0 20px;
  }

  .profile_thumbnail {
    width: 70px;
    height: 70px;
  }

  .kr_testimonial .mt-0.h5_title {
    font-size: 18px;
  }

  .kr_logo img {
    width: 200px !important;
    margin-left: 30px;
  }
  
  .kr_ft_logo img {
    width: 200px;
  }
  

  .kr-navbar-main {
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
   /* height: 144px !important; */
  }

  .body_content_wrapper {
    padding-top: 141px;
  }

  .navbar-toggler.x {
    padding: 0;
  }

  .search_bar input[type="submit"] {
    right: 8px;
    background-size: 28px;
  }

  .search_bar input[type="text"] {
    right: 8px;
  }

  .foot_last_line {
    width: 100%;
  }

  .nav-menus {
    margin-top: 140px;
  }

  .h1_title {
    font-size: 42px;
  }

  .owl-theme-style .para_content {
    font-size: 16px;
    line-height: 26px;
  }

  .owl-theme-style .item {
    height: 435px;
  }

  .h2_title {
    font-size: 32px;
    line-height: 46px;
  }

  .about_content {
    padding: 25px 15px 0 0;
  }

  .owl-theme-style.booking-slider .item {
    height: 300px;
  }

  .booking_content_wrap {
    padding: 20px 0;
    max-width: 100%;
    position: inherit;
    bottom: 0;
  }

  .booking_form {
    margin-top: 0;
  }

  .gallery_wrapper {
    padding: 60px 15px 40px;
  }

  .gallery_grid {
    margin-top: 40px;
  }

  .gallery_main .gallery_wrapper {
    padding: 0;
  }

  .gallery_main .gallery_grid {
    margin-top: 0;
  }

  .kr_footer {
    margin-top: 0;
  }

  .sub_nav_menus {
    top: 107px;
  }

  .sub_nav_menus {
    padding: 10px;
  }

  #image-viewer .modal-content {
    width: 100%;
  }

  .overlay_content h5 {
    font-size: 16px;
  }

  .gallery_thumbnail:before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    margin: 8px;
  }

  .fc_column {
    padding: 20px 10px;
  }

  .facilities_items .h4_title {
    margin-top: 10px;
  }

  .gallery_main .gallery_thumbnail {
    height: 180px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container,
  .form-wrapper {
    float: none;
    margin: 0 auto;
  }

  .form-control,
  textarea {

    margin: 0 auto;
  }


  .name,
  .email,
  textarea {
    width: 280px;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }

  .social-media-list {
    left: 0;
  }

  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }

  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

}

@media screen and (max-width: 575px) {

  .fc_column:nth-child(2):after,
  .fc_column:nth-child(4):after,
  .fc_column:nth-child(8):after,
  .fc_column:nth-child(10):after {
    content: none;
  }

  .fc_column:nth-child(3):after,
  .fc_column:nth-child(9):after {
    content: "";
  }

  .fc_column:nth-child(10) {
    border-bottom: 1px solid #dcdcdc;
  }

  .facilities_items .h4_title {
    font-size: 18px;
  }

  .facilities_items img {
    width: 60px;
  }

  .facilities_card {
    padding: 20px 30px 10px;
  }

  .kr_testimonial .media {
    display: block;
  }

  .profile_thumbnail {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .quite_icn {
    padding: 0 15px;
    font-size: 14px;
  }

  .kr_testimonial {
    transform: translateY(-19%);
  }

  .search_bar input[type="text"]:focus {
    width: 100%;
    position: absolute;
    top: 171px;
    right: 0;
    background-color: #fff;
    padding-right: 0;
    padding: 15px;
  }

  .kr-navbar-main {
    justify-content: space-between;
  }

  .kr_logo img {
    margin-left: 0;
  }

  .gallery_main .gallery_thumbnail {
    height: 120px;
  }
}


@media screen and (max-width: 480px) {
  .aminities_items .h4_title
 {
      font-size: 16px;
 }

}

@media screen and (max-width: 480px) {
  .facilities_items .h4_title {
    font-size: 11px;
  }
  
 
  

  .facilities_items img {
    width: 50px;
  }

  .kr_testimonial .para {
    font-size: 15px;
  }

  /* .about-us-wrapper {
    padding: 100px 15px 30px;
  }  */
  .booking_now_wrapper {
    padding: 40px 15px;
  }

  .gallery_wrapper {
    padding: 30px 15px 40px;
  }
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

@media screen and (max-width: 360px) {
  .gallery_thumbnail {
    height: 110px;
  }
}

@media screen and (max-width: 340px) {
  .gallery_thumbnail {
    height: 110px;
  }
}



 .whatsapp-button {
    position: fixed;
    bottom: 70px; /* Distance from the bottom of the page */
    right: 20px;  /* Distance from the right of the page */
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 1000; /* Ensure it appears above other elements */
    text-decoration: none;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
}

.phone-button {
    position: fixed;
    bottom: 70px; /* Distance from the bottom of the page */
    left: 20px;  /* Distance from the right of the page */
    background-color: #745731; /* Green background */
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 1000; /* Ensure it appears above other elements */
    text-decoration: none;
}

.phone-button img {
    width: 30px;
    height: 30px;
}

.scrollable-menu {
    max-height: 400px; /* Adjust this value as needed */
    overflow-y: auto; /* Adds a vertical scrollbar if content exceeds max-height */
    padding: 5px;
    border: 1px solid #ccc; /* Optional: Adds a border around the menu */
}

.sticky-button {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left top;
    background-color: #745731;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    z-index: 2000;
    border-radius: 0 0 5px 5px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 18%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 2001;
    border-radius: 8px;
    width: 300px;
}

@media screen and (max-width: 768px) {
    .popup {
        left: 50%;
        width: 80%; /* Adjust width for medium screens */
        padding: 18px; /* Adjust padding */
    }
    .numi{
        display: none;
    }
    .empty{
        display:none !important;
    }
}

.popup-content {
    position: relative;
}

.close-btn {
    position: absolute;
    top: -20px;
    right: 0px;
    cursor: pointer;
    font-size: 30px;
    color:#745731;
    font-weight: 300;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin: 10px 0 5px;
}

input[type="text"],
input[type="email"] {
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    padding: 10px;
    background-color: #745731;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

input[type="submit"]:hover {
    background-color: white;
    color:#745731;
    border: 2px solid #745731;
}

.get-the{
    font-size:42px;
    font-weight: 600;
}

.ul-color{
    color:white;
}
.enqu-form{
    text-align: center;
    font-size: 18px;
    color: #745731;
}