@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  font-family: "Montserrat", "MontserratRegular", sans-serif !important;
  font-size: 1rem;
  background: #fff;
  position: relative;
  color: #2d3436;
  
  line-height: 1.65rem;
  font-weight: 300;
 
}
html body a {
  color: #a1cb37;
  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: "Public Sans", sans-serif;
}
.zigzag-section strong{font-weight:bold;}
.zigzag-section ol{
	margin-bottom:.25rem;
}
.zigzag-section ol li{
	margin-bottom:1rem;
}
.hero-btns{
	padding-top:2rem;
}
.button-wrap a i{margin-left:5px;font-size: 14px;}
.btn-custom {
  background: #83dc35;

	    border: 2px solid #99dc35;
    color: #fff;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease-in-out;
 
    
    
    font-size: 1.15rem;
	min-width:250px;
	
	
   
}
.btn-custom img{margin-left:10px;}
.btn-custom.borderd{
	background-color:transparent;
	border-color: #fff;
}
.btn-custom:hover, .btn-custom.borderd:hover {
  color: #35dc51;
    background-color: #ffffff;
    border: 2px solid #aadc35;
}


.rating-sec{
    background: #f4f0f9;
    border: 1px solid #79b73a;
    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 #49b73a;
    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{padding-bottom: 3rem;
    padding-left: 5rem;}
.statistics__item i{
	font-size:2.5rem;color: #0f0d19;
}
.statistics__item .subheading{
	font-size: 1.2rem;
    font-weight: bold;
    color: #0f0d19;
    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;
    z-index: 99;
    background-color: #ffffff;

    padding: 0px 0px;
	
    
}
header .navbar {
  padding: 0;
  
}
header .navbar .navbar-collapse{
	background-color: #eef1ee;
	width: 100%;
}
header .logo {
      width: 170px;
    
}
@media (min-width: 992px) {
    .navbar-expand-lg {

        flex-direction: column;
    }
	.navbar-expand-lg .navbar-nav{
		/*justify-content: center;
        width: 100%;*/
	}
}
@media (max-width: 991px) {
  header .logo {
    width: 170px;
  }
  header .navbar {
  padding: 0 15px;
  
}

}
header .navbar-light .navbar-brand {
 margin-right: 0;
 padding: 10px 12px;
}

.navbar .social-links a{
	border: 1px solid #282827;
    color: #282827;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 5px;
}

@media (max-width: 991px) {
  header .navbar-light .navbar-brand .site-logo, .navbar .social-links {
    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: #95f753;
}
@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-link {
  font-size: 16px;
      padding: 10px 12px;
  color: #0f0d19;
    white-space: nowrap;
	position:relative;
    
}
header .navbar-light .navbar-nav .nav-link:after{
	content:"";
	height:20px;
	width:1px;
	position:absolute;
	right:0;
	top: 50%;
    background-color: #282827;
    transform: translateY(-50%);
	
}
header .navbar-light .navbar-nav .nav-item:last-child .nav-link:after{
	display:none;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link {
    display: block;
  }
  header .navbar-light .navbar-nav .nav-link{
	  padding: 7px 12px;
  }
}
header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link:hover {
  color: #4da609;
}

.hero{
	background-color: #eefde8;
    position: relative;
    padding-bottom: 3rem;
    padding-top: 3rem;
	/*
background: url(https://casinostaynl.com/images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}
.other-hero{
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fcfcfc+56,eaeaea+100 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,.85) 0%,rgba(252,252,252,.75) 56%,rgba(234,234,234,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



}
/*
.hero:after{
	position: absolute;
    left: 0px;
    bottom: -48px;
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100px;
    border-radius: 52%;
}*/
.top-heading{
	
    
    font-size:52px;
    font-style: normal;
font-weight:900;
    line-height: 120%;
}
.top-heading-v2{
  font-size:32px;
}
.top-heading span{
	-webkit-text-fill-color: transparent;
    background-image: linear-gradient(149deg, #33fd4b, #0ecd24);
    -webkit-background-clip: text;
    background-clip: text;
}
.hero-casino .top-heading span{
	    color:#00132e;font-weight: 900;
}
.lead{
	color: #555c67;
    font-size: 1rem;
    font-style: normal;
    line-height: 150%;
    margin: 15px auto 0px;
}
.hero-casino .top-heading{
	color:#00132e;
}
.hero-casino .lead{
	color:#00132e;
	    color: #00132e;
    font-size: 1.25rem;
    font-weight: 400;
	padding-right:2rem;
}

.hero-img{width:100%; max-height:300px; object-fit:cover;}
.raduis-1r{
	    border-radius: 0px;
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.2));
	}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fafafa;
}
.accordion-button:focus{
	box-shadow:none;
}
.accordion-button:not(.collapsed)::after{    filter: grayscale(1);}
.hero-casino{
	background-color:#f7e2f9;
}
.img-wrap, .img-wrap img{
	width:100%;
	height:100%;
	object-fit:cover;border-radius: 8px;
}
.offer-sec .sec-title {

    font-size: 1.75rem;
    text-align: left;}
.offer-sec .col-md-4 img{
	width:48px;
}
.offer-sec .col-md-4 h3{
	font-size: 1.15rem;
    font-weight: bold;
    padding-top: 1rem;
}
.green-bg{    background-color: #06620b;}
.gray-bg{    background-color:#f5f5f2;}
/*******Footer**********/
.footer {
  background: #fafafa;
  color: #fff;
  padding: 1.15rem 0;
  text-align: center;
}
.footer .footer-logos {
  margin-bottom: 45px;
}
.footer .footer-logo {
  padding-bottom: 15px;
}
.footer .footer-logo img {
  width: 180px;
}
.footer .footer-links{
text-align:right; color:#000;
}
.footer .footer-links a{
padding:0 10px;
}
.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: #000;
}
.footer a:hover {
  color: #aaa;
}
.footer a i {
  font-size: 12px;
  padding-right: 10px;
}
.footer .copyright{
	text-align:left;
}
.footer .copyright .logo {
  width:170px;
}
.footer .copyright p {
  padding-bottom: 20px;
}
.footer .copyright p:last-child {
  padding-bottom: 0;
}

.after-footer {
  background: #fafafa;
  padding: 15px 0 15px;
  border-top: 1px solid #e1dede;
}
.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:#000;font-size: 16px;
}
.after-footer .col-12 a{
	color:#000
}
.after-footer .col-12 a:hover{
	color:#afbff9;
}
.min-height{min-height:85.5vh;}
@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-family: "Public Sans", sans-serif;
    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: #f76053;
    border-color: #f76053;
    color: #fff;

    padding: 0.5rem 2.5rem;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    margin-top: 1rem;
}
.social-links{
	display:flex;
	align-items:center;
}

.after-footer .col-12 .social-links a {
	background-color: #f76053;
    color: #fff;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    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;
}
/*
.container {
    max-width: 1280px;
margin: 0 auto;position: relative;
    z-index: 1;}*/
.sec-title{
	font-weight: 900;
    font-size: 3rem;
    text-align: center;
    padding-bottom: 2rem;
}
.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;
	
}
.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:16px; line-height:28px;
}
.rating{
	color: #f5d004;
    font-size: 1.25rem;
}
.fill-text{
	
}

.bg-image{
	
    background-color: #faf7f6;
	position:relative;
}
.bg-image:before{
	background-image: url(https://casinostaynl.com/images/background-1.html);
    background-size: contain;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: repeat;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;    opacity: .3;
	
}


.fill-text p{
	    line-height: 150%;
    font-weight: 300;
    font-size: 1rem;
	}
.green-bg .fill-text p{
	color:#fff;
}
.fill-text h3{
	font-size: 1.5rem;
    font-weight: 900;
	
}
.fill-text h3 span{
	
    display: block;
    color: #003dff;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}
.fill-text .wlcom-desc1{
	padding:.5rem 0;
}
.zigzag-section .fill-image{
	border-radius: 30px;
    overflow: hidden;
}
.zigzag-section .col-md-6{
	padding:2rem;
}
.contact-hero .contact-form{
	padding-right:10rem;
}
.contact-hero .contact-form .top-heading{
	font-size:48px;
}
.contact-hero .fill-image{
	border-radius:8px;overflow: hidden;
}
.h3, h3 {
	font-family: "Public Sans", sans-serif;
}
.float-img{
	float: right;
    max-width: 350px;
    margin: 1rem;
}
.list-wrapper .float-img{
	width: calc(48% - 4rem);
    margin: 1rem 2rem;

}
.list-wrapper .fill-text {
width: calc(100% - 48%);
padding: 1rem 2rem;
}



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


.listing-row h2{
	text-transform:uppercase;    font-size: 2.5rem;
}

#wlcom-desc1 strong{
	color:#f76053;
}
@media (max-width: 1140px){
	.contact-hero .contact-form{padding-right: 2.5rem;}
}
@media (max-width: 991px){
	.fill-text h3{font-size: 1.35rem;}
	.hero-casino img{
		width:100%;margin-bottom: 1.5rem;
	}
	.list-wrapper .fill-text, .list-wrapper .float-img{width:100%; margin:0;}
	.list-wrapper .fill-text{padding:1rem;}
	.contact-hero .fill-image{min-height:250px;}
	header .navbar-light .navbar-brand{    padding: 10px 0px;}
	header .navbar-light .navbar-nav .nav-link:after{display:none;}
	header .navbar .navbar-collapse {
    background-color: #ffffff;}
	.fill-text {
    padding-top: 1rem;}
}

@media (max-width: 767px) {
  .raduis-1r{width: 100%;
    float: none;
    max-width: 100%;
    margin: 0 auto;}
  .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%;}

}

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

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


.desk_none {
    display: none;
}
@media (max-width: 1000px) {
    .desk_none {
        display: inherit;
    }
}

