@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

::-moz-selection {
  color: #fff;
  background: #d52b1e;
}

::selection {
  color: #fff;
  background: #d52b1e;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
  color:#d52b1e;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
 
  font-family: "PT Serif", serif;
  font-weight:normal !important;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong{font-weight:normal !important;}
.container-fluid {
  max-width: 1600px;
}

.btn {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0px;
}

.btn.uppercase {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

textarea.form-control {
  height: inherit;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 2;
}

.menu-open .site-header {
  position: fixed;
}

.site-logo a {
  font-size: 36px;
    color: #fff;
    /* font-weight: bold; */
    line-height: 1;
    font-family: "PT Serif", serif;
    font-style: italic;
    text-transform: capitalize;
}

.site-navbar {
  position: relative;
  display: block;
 /* */
}

.site-navbar nav {
  text-align: left;
}

.site-navbar nav .menu {
  font-family: "PT Serif", serif;
  display: flex;
    justify-content: flex-end;
	gap:10px;
}

.site-navbar nav .menu li a {
  color: #fff;
  font-size: 1rem;
  padding: 5px;
  position: relative;
  text-shadow: 1px 1px #000;display: inline-block;
}

.site-navbar nav .menu li a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 4px;
  width: 0%;
  z-index: -1;
  background: #d52b1e;
  left:0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-navbar nav .menu li a:hover:before {
  width: 100%;
}

.site-navbar nav .menu li.active a:before {
  width: 100%;
}

.site-navbar .extra-info a {
  color: #000;
}

.site-navbar .extra-info ul li a {
  color: #000;
}

.site-navbar .extra-info h3 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2em;
  color: #adb5bd;
  margin-bottom: 30px;
}

.site-navbar .extra-info p {
  color: #212529;
}

.full-height {
  height: 100vh;
  /*min-height: 700px;*/
}

.site-hero {
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  position:relative;
}




.site-hero .btn-primary{
	padding: .5rem 1.25rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
}


.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.site-hero .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.site-hero.overlay:before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  position: absolute;
  height: 100vh;
  min-height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-hero-inner {
  height: 100vh;
  min-height: 700px;
}

.site-hero-inner .heading {
  font-size: 72px;
  font-family: "PT Serif", serif;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.site-hero span{
	background-color: #d52b1e;
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 400;
}

.hotel-img img{
	max-width:100%;
	width:100%;
	
}
.amenities, .amenities li{
	margin:0; padding:0; display:block;
}
.amenities li{
	padding-bottom:7px;
}
.site-header.header-hotels{padding-bottom:3px;background-color: #000;}.header-hotels.site-menu-toggle{margin-top:5px;}

.hotel-heading-serif{
	font-size:52px;
}


.selected-cities{overflow:hidden;}

.selected-cities .row, .selected-cities .col-lg-6{padding:0; margin:0;}
.selected-cities .row.padding-row{padding:0 15px;}
.img-box{position:relative;}
.hover-txt{
	position: absolute;
    width: 100%;
    
    left: 0;
    bottom: 0;
    z-index: 1;
    
    padding:.75rem  .5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
   /* justify-content: end;*/
    align-items: center;
	color:#fff;
	transition: .5s ease-in-out;
	
    height: 100%;
    justify-content: flex-end;
    box-shadow: inset 0 -150px 30px rgba(0, 0, 0, .6), inset 0 -77px 20px rgba(0, 0, 0, .6);
    width: 100%;
	font-size:15px; line-height:20px;
    
}
.hover-txt p{margin:0;}
.hover-txt h2{font-size: 1.25rem;}
.img-box .button-wrap .btn{background-color:#d52b1e; font-size:12px; padding:7px 10px;}
.img-box .button-wrap{display:none;}
.img-box a{
	transition: .5s ease-in-out;
	display:block;
	color:#fff;
}
.img-box a img{width:100%;}
.img-box a:hover{
	-ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  position:relative;
  z-index:5;
  border:10px solid #eee;
}
.img-box a:hover h2, .img-box a:hover p{display:none;}
.img-box a:hover .button-wrap{display:block;}
.img-box a:hover .hover-txt{justify-content: center;box-shadow: none;}

.img-box1 a{
	transition: 1s ease-in-out;
	display:block; overflow:hidden;
}
.img-box1 a img{transition: 1s ease-in-out;}
.img-box1 a:hover img{-ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);}

.button-wrap .btn{
	background-color:#d52b1e; font-size:1rem; padding:7px 10px; color:#fff;
}
.overflow-hidden{overflow:hidden;}
.full-width-content{padding:1rem;}
.testimonial-section .full-width-content .heading{font-size:48px;}
.list-block, .list-block li {
    display: block;
    margin: 0;
padding: 0;}
.list-block li {
    position: relative;
    padding-left: 1.5rem;
padding-bottom: .75rem;}
.list-block li i {color:#d52b1e;
    position: absolute;
    left: 0;
top: 4px;}


.disclaimer{
	background-color: #d52b1e;
    color: #fff;
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading, .testimonial-section .full-width-content .heading {
    font-size: 32px;
  }
  .img-box{margin-bottom:10px;}
  
  .hotel-heading-serif{font-size: 38px;padding-top: 3rem;}
  
}


@media (max-width: 767px) {

  .hotel-heading-serif{font-size:36px;}
  .footer-section p.text-right{text-align:left !important;}
}

.site-hero-inner .sub-heading {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
ol{margin:0; padding:0;padding-left: 1.5rem;}
/*
ol li{
	font-size: 24px;
    font-family: "PT Serif", serif;
	color:#000;
}
*/
#newcookies {
    color: #000;
    background-color: #fffffff0;
    right: 1em;
    bottom: 1em;
    height: auto;
    padding: 1rem 0.5rem;
    position: fixed;
    width: 90%;
    max-width: 400px;
    z-index: 9999;
    font-size: 16px;
    line-height: 1.5em;
    padding: 1.2rem;
    max-width: 24em;
    letter-spacing: 1.2px;
    box-shadow: 0 0 20px #ccc;
    border-radius: 4px;
display: none;
text-align:center;
}

@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
}

.page-inside .site-hero-inner, .page-inside {
  height: 75vh;
  min-height: 480px; position:relative;
}

.page-inside.overlay:before {
  height: 75vh;
  min-height: 480px;
}

.menu-open .site-menu-toggle span {
  background: #d52b1e;
}

.site-menu-toggle {
  float: right;
  width: 40px;
  height: 30px;
  position: relative;
  margin: .45rem .5rem 0 0;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display:none;
}

.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #d52b1e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.section {
  padding: 7em 0;
}
.lead{font-size:1rem;}
@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px;
  }
}

.visit-section .heading {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #b3b3b3;
  letter-spacing: .2em;
  margin-bottom: 30px;
}

.visit-section .visit a {
  color: #000;
}

.visit-section .visit a:hover {
  color: #d52b1e;
}

.visit-section .visit img {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.visit-section .visit h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.visit-section .reviews-star span {
  font-size: 18px;
  color: #d52b1e;
}

.visit-section .reviews-count {
  color: #adb5bd;
  font-style: italic;
}

.heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading, .featured-section .heading, .subscribe-section .heading{
  font-size: 60px;
  font-family: "PT Serif", serif;
}
.h2, h2 {font-size: 1.5rem;}
.h3, h3 {font-size: 1.25rem;}
.featured-section h3 a{
	color: #000;
}
.featured-section .tabname a{
	background-color: #d52b1e;
    color: #fff;
    border-radius: 1rem;
    display: inline-block;
    text-align: center;
    padding: 0px 1rem;
    margin-top: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: .25rem;
    font-weight: 400;
    font-size: 14px;;
}
.hotel-desc{
	position: absolute;
    top: 50%;
    left: 50%;
    background-color: #0000009e;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 1.5rem;
}
.hotel-desc span{
	
    display: inline-block;
    text-align: center;
    padding: 0;
 
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
}
.hotel-desc h3{
	color:#fff;
}

@media (max-width: 991.98px) {
  .heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading, .featured-section .heading, .subscribe-section .heading {
    font-size: 40px;
  }
  .hotel-desc {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000;
    color: #fff;
    text-align: center;
    transform: none;
  padding: 1.5rem;}
}

.bg-pattern {
  background: #e9ecef url("../img/pattern.jpg");
}
.listing, .listing li{display:block; margin:0; padding:0;}
.listing{padding:.5rem 0;}
.hover-txt1 p{
	margin:0;
}
.hover-txt1{font-weight:300; padding:.75rem; background-color:#fff;}
.hover-txt1 h2 a{font-size:1.25rem;    color: #000;}
.slider-section {
  position: relative;
}

.blog-post-entry {
  position: relative;
  margin-top: -500px;
  padding-top: 500px;
}
.btn-primary {
    color: #fff;
    background-color: #d52b1e;
border-color:#d52b1e;}

.dark-gray-bg{
	background-color:#8d969b;
}

.half .text h2 span{
font-size:14px;color: #d52b1e;
}
.half .text h2.long-txt span{display:block}
.half .text p{margin-bottom:.5rem;}
.hero-cols{
	display:flex;
	justify-content: space-between;
	gap:10px;    padding-top: 1rem;
}
.hero-cols .sub-heading{
	background-color: #0000008f;
    padding: 1rem;
    border-radius: 2px;    font-size: 1rem;
}
.hero-cols .sub-heading strong{
	display: block;
    font-weight: 500;
    padding-bottom: .25rem;
}
.half.d-md-flex.d-block{
	background-color:#fff;
}
.blog-post{
	
}
@media (max-width: 991.98px) {
  .blog-post-entry {
    margin-top: -300px;
    padding-top: 300px;
  }
  .hero-cols{ flex-direction: column;}
}

.half ul, .half ul li{
	display:block; padding:0; margin:0;
}
.tips .half ul li{position: relative;padding-left: 1.5rem;margin-bottom: .5rem;}
.tips .half ul li i{
	position:absolute;
	left:0;top: 4px;
}




.half .image, .half .text {
  width: 50%;
}

.auto-height-sec, .site-hero.overlay.auto-height-sec:before{
	min-height:auto;
	height:50vh;
	padding-top:2rem;
}

.blog-posts .col-md-6.col-lg-4{margin-bottom:1rem}
.hover-card{
	padding: 1.5rem;
    border-radius: 2px;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    position: relative;
	text-align:center;
	display:block;
	color:#000;
	background-color:#fff;
}

.hover-card h2{
	font-size:1.25rem;
}
.hover-card h2 span{
    display: block;
    font-size: 2.5rem;
    padding-bottom: .75rem;
}
.hover-card p{margin:0;}
.hover-card > h2, .hover-card > p{
	position: relative;
}
.hover-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0px;
    background-color: #d52b1e;
    transition: all 0.3s linear;
}
.hover-card:hover::before{
	width:100%;
}
.hover-card:hover h2, .hover-card:hover p{color:#fff;}

@media (max-width: 991.98px) {
  .half .image, .half .text {
    width: 100%;
  }
  .site-navbar {
    position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000d9;
  min-height: 300px;
  overflow-y: auto;}
  .site-menu-toggle{display:block;}
  .site-navbar nav .menu {
        gap: 4px;
    flex-direction: column;
  align-items: center;}
 nav .container .row{
	      align-items: center;
    height: 100vh;
  }
}

.half .image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .half .image {
    height: 300px;
  }
}

.half .text {
  padding: 2rem;
}

@media (max-width: 991.98px) {
  .half .text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.half .text h2 {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .half .text h2 {
    font-size: 24px;
  }
  .hero-cols .sub-heading{margin:0;}
  .site-hero {
   
    height: auto;
    
  padding-top: 5rem;}
}
.site-hero.overlay:before{height:100%;}

.testimonial blockquote {
  padding: 0;
}

.testimonial blockquote p {
  line-height: 1.5;
 /* font-family: "PT Serif", serif;*/
  font-size: 1rem;
  
}

.subscribe-section{
	position:relative;
	background-size:cover;
}


.footer-section {
  background: #1a1a1a;
  color: #fff; padding-bottom:3rem;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: #fff;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-section .contact-info span.d-block {
  font-style: italic;
  color: #fff;
}

.footer-section .social a {
  font-size: 18px;
  padding: 10px;
}

.footer-section .link li {
  margin-bottom: 10px;
}

.footer-newsletter .form-group {
  position: relative;
}

.footer-newsletter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
}

.footer-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
}

.footer-newsletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
}

.footer-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
}

.footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
  border-bottom: 1px solid white;
}

.footer-newsletter button[type="submit"] {
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}


.contact-section .contact-info p {
  color: white;
  /*font-family: "PT Serif", serif;*/
  font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 24px;
}
.z-index-9{z-index:9;}
.contact-section .contact-info p .d-block {
  font-size: 14px;
  letter-spacing: .2em;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}

.contact-info a{
	color:#000;
}

.blog-card {
    padding-bottom: 0;
}

.casino-para {
    padding-top: 10px;
}

.casino-card {
    background-position: 0 70px;
}
