@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
 background-color: #fff;
  position: relative;
  color: #000;
  
  line-height: 24px;
  font-weight: 300;
     
}
html body a {
  color: #005b9e;
  text-decoration: none;
  transition: 0.5s all ease;
}
html body a:hover {
  text-decoration: none;
  color:#072cf9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
 font-family: "Inter", sans-serif;
 font-weight: 900;
}



.hero-btns{
	padding-top:2rem;
}
.hero-banner{
	padding:10px 0 2rem;
}
.button-wrap{
	position:relative;
	padding-top:.5rem;
}
.btn-custom {
  background: #005b9e;
    color: #fff;
    
    padding: 0.5rem 2rem;
   
    margin-right: 10px;
    border-radius:5px 5px 24px;
    
    font-size: 14px;
	border-width:2px;
	font-weight:600;
	border:2px solid #005b9e;
	display:inline-block;
   
}
.btn-custom.borderd{
	background-color:#005b9e;
	border-color:#005b9e;
	color:#fff;
	
	
}

.btn-custom:hover {
background: #fff;
    border:2px solid #005b9e;
	color:#000;
	
}
.btn-custom.borderd:hover{
	background-color:#005b9e;
	color:#fff;border-color:#005b9e;
}

/*************Header*********/
header {
  width: 100%;
    position: fixed;
    top: 0;
	left:0;
    z-index: 99;
    background-color:#ff6000;padding:10px 0;    border-radius: 0 0 30px;
}


header .logo {
  width: 220px;
}
.navbar{padding:0;}
@media (max-width: 991px) {
  header .logo {
    width: 160px;
  }
}
header .navbar-light .navbar-brand {
  margin-right: 0rem; padding:0;
}


@media (max-width: 991px) {
  header .navbar-light .navbar-brand .site-logo {
    display: none;
  }
}
header .navbar-light .navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  line-height: 0;
  border-radius: 0;
  border: none;
}
@media (max-width: 360px) {
  header .navbar-light .navbar-toggler {
    font-size: 1.1rem;
  }
}
header .navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-light .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  color: #fff;
}
header.fixed-top .navbar-light .navbar-toggler .navbar-toggler-icon{color:#282828;}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav {
    padding: 20px 0;
  }
}
header .navbar-light .navbar-nav .nav-item {
  position: relative;
}

header .navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0;
  }
  header{border-radius:0;}
}
header .navbar-light .navbar-nav .nav-item{
	margin:0 0px;
}
header .navbar-light .navbar-nav .nav-link {
  font-size: 15px;
    padding: 12px 7px;
    color: #fff;
    white-space: nowrap;
        font-weight: 400;
    letter-spacing: 0px;
	position:relative;
	z-index:1;transition: all .5s ease;
    
}
.navbar-light .navbar-nav .nav-link:hover{margin-top:-4px;}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus{color: #fff;}

.navbar-light .navbar-nav .nav-link.active:before{
	border: 13px solid transparent;
    border-bottom-color: #fff;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
}


@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link {
    display: block;
  }
  header .navbar-light .navbar-nav .nav-link{
	  padding: 7px 12px;
  }
}

.search-container{
	position: relative;
   border-radius:2px;
    width: 100%;
    background-color: #fff;
    padding: 7px;
    
    margin-top: 2rem;
}
.search-container form{
	display:flex;
}
.search-container .input-wrap{
	display:flex;
	gap:10px;
    width: calc(100% - 184px);
    border: none;
}
.search-container input{
	padding:.5rem .5rem .5rem 1.10rem;
   width:100%;
    border: none;
}
.search-container .date{border-left: 1px solid #ccc; width:30%;}
.search-container select{    border: none;
    padding: .5rem .5rem .5rem 1.10rem;
    width: 26%;
    margin-right: 1rem;
    border-left: 1px solid #ccc;
    color: #777;}
.search-container .date input{width:100%;}
/*.search-container input:last-child{border-left: 1px solid #ccc;}*/
.search-container i{
	position: absolute;
    left: 10px;
    top: 13px;
    font-size: 1.5rem;
    color: #cdcdcd;
	
}
.search-container button{
	    background-color: #005b9e;
    width: 184px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
   border-radius:2px;
	padding:.5rem;
}
strong{
	font-weight:600;
}

.hero{
	
    position: relative;  
	background: linear-gradient(to center center, #ffffff, #f7f7f4);
    
}
.banner-bg{

    background-image: url(../images/hero1.jpg);
    background-position: center center;
    background-size: cover;
    
    width: 100%;
 
    height: auto;
	min-height:85vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
	padding:6rem 0 5rem;
	display:flex;
	align-items:center;
	margin-top:44px;
	z-index:1;
}
.banner-bg:after{
	    content: "";
    background-color: #0000008c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:-1;
}

.location-bg{
	background-image: url(../images/location-bg.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;

    height: auto;
}


.other-hero{
	min-height:auto;
	padding:8rem 0 5rem;
}

.banner-bg .container{position: relative;}
.banner-bg span{
	background-color:#ff6000;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px 3px 12px;
    margin-bottom: .75rem;
    letter-spacing: 1px;
}
.fixed-top {
    background-color: #f2f0e9;
border-bottom: 1px solid #e0e0e0;}

header .black-logo{display:none;}
header.fixed-top .logo{display:none;}
header.fixed-top .black-logo{display:block;}

.banner-bg.custom-height{
	height: 290px;
}
.hero.about{
	min-height:auto;
	
}
.top-heading{
   font-size: 3.75rem;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 130%;
    
}


.lead{
    font-size: 1.15rem;
    font-style: normal;
    line-height: 140%;
    margin: 0px auto 0px;
    
    

}
.other-bg .top-heading{
	font-size: 2.25rem;
}
.five-cards{    
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:1rem;
	margin-top:1rem;
}
.five-cards .icon-box{
	color:#fff;
    padding: 1.5rem;
    background: linear-gradient(to right bottom, #00000000, #00000069);
	border-radius:5px 5px 40px;
    /*border-top: 1px dashed #bbbbbb85;
    border-bottom: 1px dashed #bbbbbb85;*/
	
}
.five-cards .icon-box li i{    color: #ff6000;}
.bdtop{border-top: 1px solid #efefef;}

.full-width-sec .fill-text ul li a{
	transition:all 0.3s ease;    color: #000;
}
.full-width-sec .fill-text ul li a:hover{
	padding-left:1rem;    color: #005b9e;
}

.fill-text .section-title-txt{font-size:1.5rem;}
.five-cards .icon-box:last-child{border-right: none;}
.blog-card {
	gap:1.25rem;
}
.blog-card > div{
	text-align: left;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 1rem;
    border-radius:2px;

}
.blog-card > div h2{
	font-size:1.35rem;
}
.blog-card ul, .list-block{
	margin:0;
	padding:0;
}
.blog-card ul li, .list-block li {
	display:block; 
	margin:0;
    position: relative;
padding-left: 1.25rem;}
.blog-card ul li i, .list-block li i {
    color: #005b9e;
    position: absolute;
    left: 0;
top: 4px;}

.icon-box span {
	width:64px;
	margin:0 auto;
    display: block;
    padding-bottom: 1rem;
    }
.icon-box h2 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    }

.img-box{border-radius:2px; overflow:hidden; margin-bottom:1.5rem;}

.img-box a {
    position: relative;
    
	height: 100%;
        border-radius:2px;
}
.img-box img{
    
    object-fit: cover;
	transition: all 5s ease;
	width: 100%;
	border-radius:2px;
    overflow: hidden;
}

.img-box h2 {
        color: #000;
    font-size: 1.35rem;
    
    position: relative;
    z-index: 2;
    padding: 10px 0px 7px;
    width: 100%;
    
    bottom: 0;
    margin: auto;
    
    left: 0;
    right: 0;
}
.img-box h2 span{
	    display: block;
    font-size: 15px;
    color: #005b9e;
    padding-top: 5px;    letter-spacing: .5px;
}
.img-box h2 a{
	font-size:1rem; font-weight:normal;
}
.img-box p.price strong{color: #005b9e;    font-size: 1.75rem;}
.img-min-height{min-height:48px;}

.img-box ul, .img-box ul li{display:block; padding:0; margin:0;}
.img-box ul{padding-top:7px; padding-bottom:10px;}
.img-box ul li{position:relative; padding-left:1.25rem;}
.img-box ul li i{color: #005b9e; position:absolute; left:0; top:4px;}
.img-card{
	text-align:left;
	background-color:#fff;
	box-shadow: 0 0 10px #ccc;
}
.img-text-box{
	padding:1rem;
	letter-spacing:-.35px;
}

.blog-thumbnails .col-lg-12 .img-box img{height:228px;}
.blog-thumbnails .col-lg-12 .img-box{padding-bottom:1rem;}
.disclaimer{
		font-size: 14.67px;
    line-height: 22px;
    padding-top: 1rem;
    border-bottom: 1px dashed #3a3939;
	background-color: #020202;
	}
	
.blue-patten{
	background-image: url(../images/blue-patten.jpg);
}


.dropdown-toggle::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3.5px;
transform: rotate(45deg);}

 
.navbar-light .navbar-nav .nav-link.active.dropdown-toggle::after{border-color:#fff;}

.num-box-wrap{ display: flex;gap: 1rem;margin-bottom: 1rem;}
.num-box-wrap .fill-text{width:100%; padding:0;}
.num-box{
	font-size: 3rem;
    font-weight: bold;
    border-radius: 5px 5px 50px 5px;
    background-color: #ff6000;
    width: 120px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .5rem .5rem .5rem 0rem;
}

@media (max-width: 1280px){
	.blog-thumbnails .col-lg-12 .img-box img{height:187px;}
}
.hover-txt1 h2{
	color: #000;
    
    padding: 0;
    font-size: 1.25rem;
    font-weight: bold;
}
.hover-txt1 ul, .hover-txt1 ul li{
	padding:0; display:block;
}
.hover-txt1 ul{
	display: flex;
    gap: 2.5rem;
}
.hover-txt1 ul li{width:50%;}
.hover-txt1 ul li img{margin-bottom:1rem; border-radius:1rem;}
.hover-txt1 ul li strong{font-weight:500;}
.hover-txt1 ul li i{color:#00aef0;    font-size: 18px;}
.hover-txt1 ul li h3{font-size:1.15rem; font-weight:500; margin:0}
.hover-txt{
	position: absolute;
    width: 100%;
    height: 144px;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #0000007d;
    padding:.75rem  1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color:#fff;
	transition: all .5s ease;
	background-color: transparent;
    height: 100%;
    justify-content: flex-end;
    box-shadow: inset 0 -77px 20px rgba(0, 0, 0, .6);
    width: 100%;
    bottom: 0rem;

}
.hover-txt p, .img-box p{margin:0;}
.hover-txt h3{font-size:1.15rem; margin:0}

.img-box a:hover .hover-txt{
	height:100%;
}



.gray-bg{background-color:#f2f2f2;}

.light-gray-bg{background-color:#efefef;}

.owl-carousel .owl-nav{
	position: absolute;
    right: 0;
    left:0;
    display: flex;
	justify-content: center;
    gap: .35rem;
}
.owl-stage {
    left: -48px;
 }
 .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, 
 .owl-carousel .owl-nav .owl-prev{background-color: #ffffff;
    padding: 10px 12px;background-color: #005b9e;
    color: #fff;
    border-radius:2px;
    display: flex;
    align-items: center;
    justify-content: center;}
 .newsletter{ background-image: url(../images/news-bg.jpg);
        background-position: center center;
    background-size: cover;
    background-attachment: scroll;}
.newsletter .hero-box{width:100%;background-color: transparent;padding: 0;    max-width: 52rem;margin: 0 auto;}
.newsletter .search-container{margin: 2rem auto 0;}
.newsletter .search-container input {padding: .5rem .5rem .5rem .5rem;}


.accordion-button{
	font-size:1rem;
	color: #fff;
    background-color: #005b9e;
}
.accordion-button:not(.collapsed) {color: #fff;background-color:#005b9e;box-shadow: none;}
.accordion-button:not(.collapsed)::after{ transform:none;background-image: url(../images/minus.png);}
.accordion-button::after{background-image: url(../images/plus.png);}

.readmore{display: inline-flex;align-items: center; gap:5px;background: #222;
    border-color: #222;}
.readmore.collapsed span{display:none;}
.readmore.collapsed span.more{display:inline-block}
.readmore span.more{display:none;}
.readmore span{display:inline-block}
.fill-text .readmore i{
	color:#fff;
	padding-left: 2px;
    font-size: 1.25rem;
	    
}
.fill-text .readmore:hover i{color:#fff;}
.fill-text .btn-custom, .fill-text .readmore{
	min-width:150px;
	padding: 0.65rem 1.5rem;
    font-size: 14px;
}
@media (max-width: 991px){
	.hover-txt, .blog-thumbnails .col-lg-12 .img-box img{height: auto;}
	
	
}
/*******Footer**********/
.footer {
  background: #020202;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}
.footer .footer-links{
 text-align:right;
}
.footer .footer-logo{text-align:right;}
.footer .footer-links a{
padding:0 10px;
}
.footer .footer-links a:last-child{ padding-right:0;}
.footer .footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  
}
.footer .footer-links ul li {
  padding: 0 15px 5px 0;
  font-size: 16px;
  display: inline-block;
}
.footer .footer-links ul li:last-child {
  padding-right: 0;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #aaa;
}
.footer a i {
  font-size: 12px;
  padding-right: 10px;
}
.footer .copyright{
	text-align:left;
}
.footer .copyright .logo {
  width:120px;
}
.footer .copyright p {
  letter-spacing:1px;padding-bottom: 0; margin-bottom:0;    font-weight: 500;
}

.footer .copyright p strong{font-weight:bold;}

.after-footer {
  background: #020202;
  padding: 15px 0 15px;
      border-top: 1px solid #424242;
}
.after-footer p{
  margin-bottom:0;
  color:#fdfdfd; font-size:14px;
}
.after-footer .before-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.after-footer .col-12{
	display: flex;
    justify-content: space-between;
    align-items: center;
	color:#fff;font-size: 15px;
}
.after-footer .col-12 a{
	color:#000
}
.after-footer .col-12 a:hover{
	color:#afbff9;
}
.min-height{min-height:72vh;}

@media (max-width: 767px) {
	.footer .footer-links, .footer .copyright, .footer .footer-logo{text-align: center;}
	.footer .copyright{margin-bottom:1rem;}
	.five-cards{ 
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 414px) {
  .after-footer .before-footer-content {
    flex-direction: column;
  }
}
.after-footer .footer-logo {
  text-align: center;
}
.after-footer .footer-logo img {
  max-width: 250px;
  width: 100%;
}
.after-footer .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.after-footer .social li {
  display: inline-block;
  margin-right: 0.5rem;
}
.after-footer .social li:last-child {
  margin-right: 0;
}
.after-footer .social li a {
  display: inline-block;
  background-color: #ffffff33;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .after-footer .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.after-footer .social li a:hover {
  background-color: #ffffff82;
}

#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;
}
#newcookies p {
  margin-bottom: 0;
  color: #000;
 
}
#newcookies .btn {
background-color: #282828;
    border-color:#282828;
    color: #fff;
    padding: 0.5rem 2.5rem;
    cursor: pointer;
    width: 100%;
    border-radius: .75rem;
    margin-top: 1rem;
    border-width: 2px;font-weight: bold;
}
.social-links{
	display:flex;
	align-items:center;
}

.after-footer .col-12 .social-links a {
	background-color: #ffffff;
    color: #000;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links a i{
	        font-size: 18px;
    padding-right: 7px;
    padding-left: 7px;
}
.after-footer .col-12 .social-links a:hover{
	background-color: #8c837a;
}
.form-control{
	margin-top:15px;
}
section{
	padding:72px 0;
}
.reviews{background-color:#f2f4fb;}
.mx-height{
	max-height:600px;
	object-fit:cover;
}
.section-title{
	height: 2px;
  background-color: black; 
  background-image: linear-gradient(90deg, white, black, white);
	position:relative;margin: 2rem;
}
.section-title span{
	position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    padding: 0.5rem 1rem;
    font-size: 40px;
	font-family: "Inter", sans-serif;
}
.section-desc{
	text-align: center;
}
.casino-hero, .contact-hero{
	
    color: inherit;
    background-size: 100% 100%;
    max-width: 100vw; 
}
.contact-hero{
	
	 background-size: 100% 100%;
    max-width: 100vw; 
}
.about-hero{
	/*background:linear-gradient(180deg,#eeecea 70%,#fff 0);*/
	background-color:#eeecea;
}
.about-hero .top-heading{font-size:54px;}
.casino-hero .lead{
	max-width:100%;
	padding-bottom:10px;
}
.casino-hero .top-heading{
	font-size:64px;
}
.fill-image{
	position: relative;
    height: 100%;
    width: 100%;
}
.fill-image img{
	position: absolute;
    height: 100%;
    width: 100%;
	top:0;
	left:0;
	    object-fit: cover;
}
.casino-hero .casino-box{
margin-top:2.5rem;
margin-bottom:0;
}
.nagative-mt-5{
	margin-top:-40px;
}
.casino-box{
	margin-bottom: 2.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.casino-box p{
	font-size:15px; line-height:24px;
}
.fill-text{
	padding:1rem .15rem;
}
.reviews .fill-text {
padding:0;
text-align:center;
}
.reviews .fill-text p{
	line-height:140%; font-weight:600;
}
.reviews .button-wrap {padding-top: 1.5rem;}
.reviews .fill-text h3{
	font-size:1.35rem;    color: #007cc7; font-weight:600;
}
.reviews .fill-text h3 span{
	font-size:2.62rem;    color: #252530;
}
.fill-text h3{
	 font-size: 1.35rem;
    font-weight: 600;
}
.fill-text h4{
	 font-size: 1.10rem;
    font-weight: 600;
}
.fill-text h3 span{
	font-family: "Inter", sans-serif;
    display: inline-block;
    color: #f3c300;
    font-size: 1rem;
    padding-bottom: 0.5rem; padding-top: .5rem; font-weight:400;
}
.fill-text .wlcom-desc1{
	padding:.5rem 0;
}
.zigzag-section .fill-image{
	border-radius: 30px;
    overflow: hidden;
}

.blog-hero-text{
	background-color: #000000c4;
    display: inline-block;
    padding: 1rem;
    border-radius:2px;
}



.zigzag-section p strong{font-weight:600;}
.zigzag-section h4{font-size:1rem;font-weight:600;}
.zigzag-section h3{font-size:1.25rem;font-weight:600;}
.list-block{padding-left:.5rem;
    padding-bottom: .5rem;}
.contact-form{
	margin-top: -4rem;
    background-color: #fff;
    z-index:2;
    padding: 2rem 2rem 2rem;
    position: relative;
    border-radius: 4px;
    box-shadow:0 0 3px #4c484861;
}
.contact-form h2{
	font-size:1.75rem;
}
.contact-form h3{
	font-size:1.15rem;
}
.contact-form .social-links a{
	    background-color: #005b9e;
    margin: 4px;
    padding: 7px;
}
.contact-form .social-links a i{color:#fff;}
.sub-title{
	    font-size: 1.25rem;
    font-weight: 300;
    line-height: 150%;

}

.form-control {padding: .55rem .75rem;}
textarea.form-control {
    min-height: 120px;
}
.contact-hero .contact-form .top-heading{
	font-size:48px;
}
.contact-hero .contact-form .top-heading span{
	background-color:#dffa82;
}
.contact-hero .fill-image{
	border-radius:30px;overflow: hidden;
}


.list-wrapper .float-img{
	width: calc(48% - 4rem);
    margin: 1rem 2rem;

}
.list-wrapper .fill-text {

	color:#000;
	    position: relative;
}
.list-wrapper .row-reverse .fill-text{
	
}
.fill-text ul, .fill-text ul li{
	display:block;
	padding:0; 
}
.fill-text ul li{position:relative;   padding-left: 1.5rem;}

.hotel-list .float-img{
	width: 320px;
    margin: 0rem 2rem 1rem 0rem;
	float:left;
}
.hotel-list .row-reverse .float-img{
	float:right;
	 margin: 0rem 0rem 1rem 2rem;
}
.hotel-list .fill-text{
	width: 100%;

}

.dark-bg{
	background-color:#282828;
}

#wlcom-desc1 p{
	color: #2c2c2c;
    font-weight: 300; margin-bottom:0rem;
}
#wlcom-desc1 ul{
	margin:.75rem 0;
}

#wlcom-desc1 strong{
	color: #000;    
	font-weight:600;
}

.col-lg-8 #wlcom-desc1 strong{
	color: #000;    font-size: 1rem;
	font-weight:600;
}
.hero-section{

	position: relative;
}
.owl-carousel-hero {
	position: relative;
	height: 100%;}
	
.hero-txt{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.section-title-txt{
	
	font-size: 2rem;
    line-height: 1.28;
}
span.hotel-info{
	background-color: #ff6000;
    border-radius: 3px 3px 12px;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;    margin-bottom: 7px;
}
.heading-bg{
	background-color: #000000;
    border-radius: 2px;
    color: #fff;
    padding: 6px 12px;
}
.section-title-txt span{
	display:block;font-size: .875rem;    padding-bottom: 1.5rem;
}
.fill-text i{
	color: #005b9e;
    font-size: 1.15rem;
	position: absolute;
    left: 0;
    top: 3px;
}
.fill-text .list-block-campare li{
	padding-left:0; padding-bottom:.35rem;
}
.img-wrap, .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; border-radius:5px 5px 5px 50px;
    
}

.row-reverse .img-wrap, .row-reverse .img-wrap img {
	border-radius:5px 5px 50px 5px;
}



.leagal-page .top-heading{font-size:3rem;}

.modal-header{
	padding: 0;
    border: none;
}
.modal-header .btn-close{
	background: #005b9e;
    color: #fff;
    opacity: 1;
    font-size: 1.5rem;
    padding: .085rem .25rem .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media a i{font-size:1.25rem; margin:0 5px;}
.blogs img{
	    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    max-width: 494px;
    border-radius:2px;
}
.blogs ul, .blogs ul li{
	display:block; margin:0; padding:0;
}
.container{
	max-width:1280px;
}
@media (max-width: 1280px){
	.contact-hero .contact-form{padding-right: 2.5rem;}
	.list-wrapper .fill-text{padding:.5rem 1.25rem;}
	.hero-box{width:100%;}
	.container{max-width:1200px;}
	
}

@media (max-width: 991px){
	.top-heading{font-size:2rem;}
	.hero-casino img{
		width:100%;margin-bottom: 1.5rem;
	}
	.list-wrapper .fill-text, .list-wrapper .float-img{width:100%; margin:0;}
	.list-wrapper .row-reverse .fill-text{margin:0;}
	
	.hotel-list .float-img{margin: 0rem 2rem 1rem 0rem;}
	.list-wrapper .fill-text{padding:2rem 1rem;}
	.list-wrapper .fill-text, .list-wrapper .row-reverse .fill-text{
		margin-bottom:1rem;
	}
	.contact-hero .fill-image{min-height:250px;}
	.after-footer .col-12{flex-direction: column;justify-content: center;gap: 1rem;}
	
	.search-container{width:100%;}
	.banner-bg{height:auto;        min-height: auto;
        padding-top: 8rem;}
	.section-title-txt{font-size:1.25rem;}
	.hero-box h3{font-size:1rem;}
	
	.footer .copyright p {padding-bottom: 1rem;}
	.footer .copyright p br{display:none;}
	    .hero-box {text-align: center;}
	.container{
        max-width: 96%;
    }
	.navbar-collapse{
		background-color:#fff;
	}
	.fixed-top .navbar-collapse{
		background-color:transparent;
	}
	.list-wrapper .row {
    padding-top: 0;
    padding-bottom: 0;}
	
	.blog-card{grid-template-columns: repeat(2, 1fr);}
	.row-reverse .img-wrap, .row-reverse .img-wrap img, .img-wrap, .img-wrap img, .btn-custom, .five-cards .icon-box{border-radius: 5px;}
	.five-cards {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 767px) {
	.five-cards{grid-template-columns: repeat(1, 1fr);}
	.carousel-item img{
	height: 410px;
    object-fit: cover;
}
	.search-container .input-wrap{width:100%;flex-direction: column;}
	.search-container .date{width:100%;}
	.search-container select{width:100%;border: 1px solid #ccc; margin-right:0;}
	.search-container form {flex-direction: column;}
	.search-container button{width:100%;margin-top: 9px;}
	.search-container input {width: 100%;border: 1px solid #ccc;}
  .fill-text h3{font-size:1.25rem;}
  .top-heading{font-size:2rem;}
  .leagal-page .top-heading{font-size:2rem;}
  .fill-text {
    padding: 1rem;
}
  .section-title span {

    padding: 0.5rem 0.5rem;
    font-size: 24px;
    
    width: 80%;
  }
  section {
    padding: 30px 0;
}
.casino-hero .top-heading {
font-size: 36px;}
.fill-image{
	min-height:250px;
}
.nagative-mt-5 {
    margin-top: 0;
}
.about-hero .top-heading {
    font-size: 36px;
}
.zigzag-section .col-md-6 {
padding: 0 10px;}
.contact-hero .contact-form .top-heading {
font-size: 36px;}
.contact-hero .contact-form {
padding-right: 0rem;    padding-top: 2rem;}

.list-wrapper .float-img {
    float: none;
max-width: 100%;}
.hover-txt1 ul {gap: 1.5rem;
flex-direction: column;}
.hover-txt1 ul li{width:100%;}
.button-wrap{padding-bottom:.5rem;}
.contact-form{padding:1rem;}
.banner-bg {
        padding-top: 6rem;
	padding-bottom: 2.5rem;}

.other-hero{padding-bottom: 5rem;}
    .container {max-width: 100%;}
	.blogs img{
	width:320px;;}
	.blog-card{grid-template-columns: repeat(1, 1fr);}
}

@media (max-width: 480px) {

.blogs img{
	width:100%;
	float:none;
	margin-right:0;
}
.carousel-item img{
	height: 510px;
    object-fit: cover;
}

}



@media (min-width: 1200px){
.h3, h3 {
font-size: 1.5rem;
}
}

@media (min-width: 992px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
}
