@import url('https://fonts.googleapis.com/css2?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&amp;display=swap');
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background: #fff;
  position: relative;
  color: #000;
  
  line-height: 24px;
  font-weight: 300;
      /*letter-spacing: -.24px;*/
}
html body a {
  color: #8d7542;
  text-decoration: none;
  transition: 0.5s all ease;
}
html body a:hover {
  text-decoration: none;
  color: #2d3436;
}

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



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

.btn-custom:hover {
background: #fff;
    border:2px solid #0088d9;
	color:#0088d9;
	
}
.btn-custom.borderd:hover{
	background-color:#ff492c;
	color:#fff;border-color:#ff492c;
}
.button-wrap.text-center{
	    padding-bottom: 2rem;
}
.button-wrap.text-center .btn-custom{
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 230px;
}

.rating-sec{
    background: #f4f0f9;
    border: 1px solid #673ab7;
    border-radius: 16px;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(1,1fr);
    padding: 72px 48px 56px;
    position: relative;
    text-align: center;
}
.statistics__decoration {
    align-items: center;
    background-color: #fff;
    border: 1px solid #673ab7;
    border-radius: 999px;
    display: flex;
    gap: 6px;
    left: 50%;
    padding: 13px 18px;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%);
width: fit-content;
}
.statistics__decoration i{
	color:#ffcc00; font-size:1.5rem;
}
.statistics__item i{
	font-size:2.5rem;color: #673ab7;
}
.statistics__item .subheading{
	font-size: 1.25rem;
    font-weight: bold;
    color: #000;    padding-top: 1rem;
}

@media screen and (min-width: 768px){
.rating-sec {
    grid-template-columns: repeat(4,1fr);
    text-align: left;
}
}
@media (max-width: 575px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 576px) {
  .mobile {
    display: none;
  }
}

/*************Header*********/
header {
  width: 100%;
    position: relative;
    top: 0;
	left:0;
    z-index: 99;
       background-color:#fff;padding:4px 0;
	       border-bottom: 1px solid #e3e1e1;
    
}


header .logo {
  width: 240px;
  padding: 0px 0;
}
.navbar{padding:0;}
@media (max-width: 991px) {
  header .logo {
    width: 210px;
  }
}
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: #0088d9;
}
@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 .navbar-light .navbar-nav .nav-item{
	margin:0 0px;
}
header .navbar-light .navbar-nav .nav-link {
  font-size: 14px;
    padding: 12px;
    color: #04091e;
    white-space: nowrap;
    font-weight: 400;
    
    text-transform: uppercase;
	position:relative;
	z-index:1;
    
}
@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: 1px solid #d5d5d5;
    width: 70%;
    background-color: #fff;
    padding: 7px;
    box-shadow: 0 0 10px #747474;
    border-radius: .75rem;
    margin-top: 2rem;
}
.search-container form{
	display:flex;
}
.search-container input{
	padding:.5rem .5rem .5rem 2.10rem;
    width: calc(100% - 120px);
    border: none;
}
.search-container i{
	position: absolute;
    left: 10px;
    top: 13px;
    font-size: 1.5rem;
    color: #cdcdcd;
	
}
.search-container button{
	    background-color: #0088d9;
    width: 120px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    border-radius: .5rem;
	padding:.5rem;
}


.hero{
	
    position: relative;  
	
	    background-image: url(../images/hero.jpg);
    background-position: center top;
    background-size: cover;
    
}
.banner-bg{

    background-image: url(../images/hero.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
 
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
	padding:15rem 0 4rem;
}

.banner-bg:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.45);
}

.other-bg{
	height: auto;
	padding:11rem 0 5rem;
}

.banner-bg .container{position: relative;}
.banner-bg.custom-height{
	height: 290px;
}
.hero.about{
	min-height:auto;
	
}
.top-heading{
	
   
    font-size: 4.5rem;
    font-style: normal;
	font-weight:bold;
    line-height: 130%;
}

.hero-banner .top-heading{
	color:#000;
}


.hero-casino .top-heading span{
	    color:#00132e;font-weight: 900;
}
.lead{
	color: #212728;
    font-size: 1.15rem;
    font-style: normal;
    line-height: 150%;
    margin: 15px auto 0px;
	font-weight:400;

}
.hero-banner .lead{
	padding:1rem 0;
}

.hero-casino .top-heading{
	color:#00132e;
}
.hero-casino .lead{
	color:#00132e;
	    color: #00132e;
    font-size: 1.25rem;
    font-weight: 400;
	padding-right:2rem;
}
.hero .row{
	justify-content: space-between;
}

.hero-img{width:100%; max-height:300px; object-fit:cover;}
.raduis-1r{border-radius:5px;}

.hero-casino{
	background-color:#e2f9ec;
}

.five-cards{    
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    
	margin-top:2rem;
}
.five-cards .icon-box{
	border-left: 1px solid #bbbbbb2e;
    padding: 2rem .5rem .5rem;
  
    background: linear-gradient(to right bottom, #ffffff, #f7f7f4);
	
}
.five-cards .icon-box:last-child{border-right: 1px solid #bbbbbb2e;}
.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 a {
    position: relative;
    margin:.75rem 0;
	transition: all 2s ease;
	overflow: hidden;
	background: radial-gradient(#111 50%, #000 100%);
	height: 100%;
    display: block;
    width: 100%;
}
.img-box img{
    height: 400px;
    object-fit: cover;
	transition: all 5s ease;
	width: 100%;
}

.img-box h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
    padding: 6px 10px;
    width: 100%;
    text-align: center;
}
.hover-txt1 h2{
	color: #000;
    
    padding: 0;
    font-size: 1.05rem;
    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:#0088d9;    font-size: 18px;}
.hover-txt1 ul li h3{font-size:1.25rem; font-weight:600; color:#000;}
.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;
}
.img-box a:hover .hover-txt{
	height:100%;
}

.img-box a:hover img{
	transform: scale(1.25);
}

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

.carousel-indicators{
	position:relative;
	justify-content: start;
    padding: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    margin-left: 0;
	border-bottom:1px solid #ccc;
	padding-bottom:.5rem;
}
.carousel-indicators [data-bs-target]{
	text-indent: 0;
	    border:none;
    width: auto;
    height: auto;
	    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 1rem;
}
.carousel-indicators button.active{
	color:#0088d9;
}


@media (max-width: 991px){
	.hover-txt{height: auto;}
}
/*******Footer**********/
.footer {
  background: #001c2c;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}
.footer .footer-links{
 text-align:left;
}
.footer .footer-logo{text-align:right;}
.footer .footer-links a{
padding:0 5px;font-size: 14px;
}
.footer .footer-links a:first-child{ padding-left: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:150px;
}
.footer .copyright p {
  padding-bottom: 20px; letter-spacing:1px;
}
.footer .copyright p:last-child {
  padding-bottom: 0;
}
.footer .copyright p strong{font-weight:bold;}

.after-footer {
  background: #001c2c;
  
      
}
.after-footer .container{border-top: 1px solid #253944;padding: 15px 0 15px;}
.after-footer p{
  margin-bottom:0;
  color:#fdfdfd; font-size:12px;
}
.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: 14px;
}
.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;}
}

@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: #0088d9;
    border-color:#0088d9;
    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: "Poppins", 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:2.5rem 1rem;
}
.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 h3 span{
	font-family: "Poppins", 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 .top-heading{
	font-size: 2.40rem;
}
.zigzag-section .fill-image{
	border-radius: 30px;
    overflow: hidden;
}

.zigzag-section .col-md-6{
	padding:2rem;
}
.zigzag-section p strong{font-weight:600;}
.zigzag-section h4{font-size:1rem;font-weight:600;}
.contact-form{
	margin-top: -4rem;
    background-color: #fff;
    border: 1px solid #efefefbd;
    padding: 1.5rem 2rem 2rem;
    position: relative;
    border-radius: 10px;
    box-shadow:0 0 20px #cdcbc852;
}
.sub-title{
	    font-size: 1.25rem;
    font-weight: 300;
    line-height: 150%;

}
ol li strong{ font-weight:500;
}

.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 .row{
	background-color: #fbfbf9;
	    margin: 1rem 0;
    border:1px solid #e9e9e8;
    border-radius: .75rem;
    overflow: hidden;
}
.list-wrapper .col-lg-5, .list-wrapper .col-lg-7{padding:0;}
.list-wrapper .float-img{
	width: calc(48% - 4rem);
    margin: 1rem 2rem;

}
.list-wrapper .fill-text {
width: 100%;
padding: 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%;

}

.gold-bg{
	background-color:#130a38;
}

#wlcom-desc1 p{
	color: #505050;
    font-weight: 300; margin-bottom:.5rem;
}

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

.section-title-txt{
	font-weight:600;
	
	
	font-size: 2rem;
    line-height: 1.28;
}
.section-title-txt span{
	display:block;font-size: .875rem;    padding-bottom: 1.5rem;
}
.fill-text i{
	color: #f3c300;
    font-size: 1.15rem;
	}
.img-wrap, .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
@media (max-width: 1200px){
	.contact-hero .contact-form{padding-right: 2.5rem;}
	.list-wrapper .fill-text{padding:.5rem 1.25rem;}
}
@media (max-width: 991px){
	.hero-casino img{
		width:100%;margin-bottom: 1.5rem;
	}
	.list-wrapper .fill-text, .list-wrapper .float-img{width:100%; margin:0;}
	.hotel-list .float-img{margin: 0rem 2rem 1rem 0rem;}
	.list-wrapper .fill-text{padding-top:1rem;}
	.contact-hero .fill-image{min-height:250px;}
	.after-footer .col-12{flex-direction: column;justify-content: center;gap: 1rem;}
	.five-cards{grid-template-columns: repeat(2, 1fr);}
	.search-container{width:100%;}
}

@media (max-width: 767px) {
  .fill-text h3{font-size:1.25rem;}
  .top-heading, .zigzag-section .top-heading{font-size:24px;}
  .fill-text {
    padding: 1rem 0rem 0.5rem;
}
  .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%;}
.carousel-indicators [data-bs-target]{font-size:1rem; padding-right:5px;}
.section-title-txt{font-size:1.25rem;}
}

@media (max-width: 480px) {
.five-cards{grid-template-columns: repeat(1, 1fr);}

}

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

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


