@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&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: #084ead;
  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;font-weight: 600;
}



.hero-btns{
	padding-top:2rem;
}
.hero-banner{
	padding:10px 0 2rem;
}
.button-wrap{
	position:relative;
	padding-top:.5rem;
}
.btn-custom {
  background: #084ead;
    border-color: #084ead;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 3px;
    min-width: 180px;
    font-size: 14px;
    border-width: 2px;
    font-weight: 500;
    text-transform: uppercase;
   
}

.btn-custom:hover {
background: #fff;
    border-color:#084ead;
	color:#084ead;
	
}
.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:0px 0;
    
}

header .navbar {
  padding: 16px 5px 10px;
  
}

header .logo {
  width: 220px;
  padding: 0px 0;
}

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


@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: #084ead;
}
@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 9px;
    color: #000;
    white-space: nowrap;
    font-weight: 400;
    
    text-transform: uppercase;
	position:relative;
	z-index:1;
    
}
header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link:hover{color: #084ead;}
header .navbar-light .navbar-nav .nav-link:after{
	content: "";
    background-color: #084ead;
    height: 3px;
    position: absolute;
    width: 0%;
    left: 10px;
    bottom: 7px;
	transition: all .5s ease;
	z-index:-1;
}
header .navbar-light .navbar-nav .nav-link.active:after,
header .navbar-light .navbar-nav .nav-link:hover:after{
	width: calc(100% - 20px);
    
}

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


.hero{
	background-color: #fff;
    position: relative;    padding-top: 7rem;
    
}
.banner-bg{

    background-image: url(../images/hero.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: calc(100vh - 200px);
    
    position: relative;
    
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-bg:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#01193aba;
}

.other-bg{
	height: auto;
	padding:6.25rem 0;
	/*background:#084ead;*/
}
.other-bg:before{
	/*display:none;*/
}

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

.other-bg .top-heading{
	font-size: 42px;
}

.lead{
	color: #212728;
    font-size: 1rem;
    font-style: normal;
    line-height: 150%;
    margin: 15px auto 0px;
	font-weight:400;

}

.hero .row{
	justify-content: space-between;
}



.icon-box span {
	width: 80px;
    display: block;
    padding: 1rem 0;
	margin:0 auto;
    }
	
.icon-box h2 {
    color: #000;
    font-size: 1.15rem;
    font-weight: normal;
	font-family: "Poppins", sans-serif;
	line-height: 150%;
	    
    }


.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%;border-radius: 8px;
}
.img-box img{
    height: auto;
    object-fit: cover;
	transition: all 5s ease;
	width: 100%;
}

.img-box h2 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    position: relative;
    z-index: 2;
    padding: 6px 1px;
    width: 100%;
    text-align: center;
	margin:0;
	
	
}

.hover-txt{
	position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #0000007d;
    padding:1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color:#fff;
	transition: all .5s ease;
}
.comparisons .hover-txt{height:100%;}

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

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

.image-box h2{
	font-size:1.25rem;
	    padding-top: 1rem;
}
.image-box p{min-height:120px;}
.image-box img{border-radius: 8px;}

.gray-bg{background-color: #f2f2f4;}
.blue-bg{background-color:#084ead;}

.signup-form, .vdp-datepicker{
	width:100%;
}
.signup-form .form-control{
	margin-top: 3px;
}

.warning-icon img{
	margin:0 10px;
}

.readmore{display: inline-flex;align-items: center; gap:5px;    background: #666666;
    border-color: #666;}
.readmore.collapsed span{display:none;}
.readmore.collapsed span.more{display:inline-block}
.readmore span.more{display:none;}
.readmore span{display:inline-block}
.readmore i{
	color:#fff;
	padding-left: 2px;
    font-size: 1.25rem;
}
.fill-text .btn-custom, .fill-text .readmore{
	min-width:auto;
	padding: 0.65rem 1.5rem;
    font-size: 14px;
}
.list-wrapper .col-lg-6.flex{
	display:flex;
}
.content-middle{
	display:flex;
	justify-content: center;
	flex-direction:column;
}
.btn-custom:hover i{color: #084ead;}

.label-list, .label-list li, .list-view, .list-view li{
	display:block; margin:0; padding:0;
}
.list-view li i{
	color:#084ead;
}
.label-list li{
	border-bottom: 1px dashed #ccc;
    display: flex;
   /* justify-content: space-between;*/
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
.label-list li span{padding:0 1.5rem; display:inline-block;}
.label-list li span:first-child{width:40px;}

@media (max-width: 991px){
	.hover-txt{height: auto;}
}
/*******Footer**********/
.footer {
  background: #04091e;
  color: #fff;
  padding: 2rem 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{
padding-top: 1rem;
}
.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: #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;
}
.footer .copyright p:last-child {
  padding-bottom: 0;
}

.after-footer {
  background: #04091e;
  padding: 15px 0 15px;
      border-top: 1px solid #424242;
}
.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: 15px;
}
.after-footer .col-12 a{
	color:#000
}
.after-footer .col-12 a:hover{
	color:#afbff9;
}
.min-height{min-height:85.5vh;}
table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid #000;
            padding: 8px;
            text-align: left;
            vertical-align: top;
        }
        th {
            background-color: #f2f2f2;
        }
@media (max-width: 767px) {
	.footer .footer-links, .footer .copyright{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: #084ead;
    border-color:#084ead;
    color: #fff;
    padding: 0.5rem 2.5rem;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
    margin-top: 1rem;
    border-width: 2px;font-weight: bold;
}
.social-links{
	display:flex;
	align-items:center;
	justify-content: center;
}

.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.5rem;    color: #007cc7; font-weight:600;
}
.reviews .fill-text h3 span{
	font-size:2.62rem;    color: #252530;
}
.fill-text h3{
	 font-size: 1.75rem;
    font-weight: 600;
}
.fill-text h3 span{
	font-family: "Poppins", sans-serif;
    display: inline-block;
    color: #084ead;
    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;
}

.zigzag-section .col-md-6{
	padding:2rem;
}
.contact-form{
	
    background-color: #f7f7f7;
    
    padding: 1.5rem 2rem 2rem;
    position: relative;
    border-radius: 0px;
    
}
.social-contact li a span{
	    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color:#084ead;
    color: #fff;
    font-size: 1.5rem;
}
.social-contact, .social-contact li{
	padding:0; display:block;
	margin:0;
}
.social-contact li a{
	display: flex;
    align-items: center;
    gap: 10px;
	padding-top:1rem;
	color:#000;
}
.sub-title{
	    font-size: 1.25rem;
    font-weight: 300;
    line-height: 150%;

}
ol li strong{
	font-size:1.5rem; font-weight:500;
}
b, strong {
font-weight: bold;
}
.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: #f1f6f9;
}
.list-wrapper .col-lg-6{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;
}

.disclaimer{
	    background-color: #04091e;
    color: #ffffff;
	padding: 2.5rem 0 0;
	text-align:center;
}

.disclaimer .section-title-txt {
  
    letter-spacing: 2px;
    font-weight: bold;
    padding-bottom: 0rem;
    font-size: 1.25rem;
line-height: 1.28;}
.disclaimer p{margin-bottom:0;}

.newsletter .form-control, .newsletter .btn{
	padding:0.65rem .75rem;
	margin:0;
}
.newsletter .btn{
	color: #fff;
    background: #04091e;
    border: 1px solid #04091e;
    border-radius: 3px;
    letter-spacing: 0.5px;

}
.newsletter .btn:hover{
	background-color:#fff;
	color:#04091e;
}
.newsletter-wrap{
	
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newsletter-wrap p{
	font-size: 1rem;
    
    line-height: 152%;
    

}

.accordion-button{
	font-size:1rem;
	color:#161c3c;font-family: "Poppins", sans-serif;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color:#009dff;
box-shadow: none;}
.accordion-button:not(.collapsed)::after{
	filter: brightness(.1);
}
#wlcom-desc1 p{
	color: #747373;
    font-weight: 300; margin-bottom:.5rem;
}

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

.section-title-txt{
	font-weight:600;
	text-align:center;
	padding-bottom:1rem;
	font-size: 3rem;
    line-height: 1.125;
}
.why-choose-us .section-title-txt{text-align:left;}
.content-box{
	padding:2rem;
	
}
.section-title-txt span{
	display:block;font-size: .875rem;    padding-bottom: 1.5rem;
}
.fill-text i{
	color: #084ead;
    font-size: 1.15rem;
	}
.img-wrap, .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.bd-top{
	border-top:1px solid #eee;
}
.platforms-wrap .row{
	background-color: #f7f7f7;
    
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;border-radius: 8px;
}

.platforms-wrap .row h3{
	font-size:2rem;
	border-bottom: 2px solid #c7c7c7;
    padding-bottom: .75rem;
    margin-bottom: 1rem;
	text-align:left;
}
.platforms-wrap .row h4{
	text-align: left;
   
    font-family: "Poppins", sans-serif;
    font-size: 1.35rem;
   
    font-weight: bold;
}
.platforms-wrap ul, .platforms-wrap ul li, .contact-sec ul, .contact-sec ul li{
	display:block; padding:0; margin:0;
}
.platforms-wrap ul li i{
	margin-right:5px;
	
}
.pros{
	color:green;
}
.cons{
	color:#f91103;
}
.platforms-wrap ul li{
	border-bottom: 1px dashed #bdbdbd;
    padding-bottom: 7px;padding-left: 3px;
    margin-bottom: 7px;
	text-align:left;}
	
.platforms-wrap .button-wrap{
	padding-top: 1.5rem;
    text-align: left;
}

.soccer-wrap {
       border-radius: 8px;
    overflow: hidden;
    border: 1px dashed #e7e3e3;
    margin: .75rem auto;
    background: linear-gradient(#ffffff, #f4f5f7); max-width:90%;}
.soccer-wrap ul, .soccer-wrap ul li{
	margin:0; padding:0; display:block;
}
.soccer-top {
    display: flex;
    justify-content: space-between;
    
    box-shadow: rgba(0, 0, 0, 0.35) 0px -7px 15px;
    overflow: hidden;}
.soccer-bottom {
    padding: 0px 3.125rem;
    display: flex;
justify-content: space-between;}
.bottom-text {
    padding: 1.5625rem 0;
}
.soccer-left {
    width: 30%;
height: auto;display: flex;
    align-items: center;
    justify-content: center;
	border-width: 0px 3px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(to right, #e7e7e7, rgb(255 255 255)) 1 100%;
	padding:10px;
	}
.soccer-right {
    width: 68%;
padding: 1.25rem 0;
display: flex;
    flex-direction: column;
    justify-content: center;
}
.bottom-left {
    border-right: 2px solid #25294a;
width: 45%;}
.bottom-right {
    width: 49%;
}

.soccer-right ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.125rem;
    color: #000;
padding: 0.3125rem 0;}

.soccer-right ul li span i{color:gold;}


/* Language Dropdown CSS */
.dropdown-toggle {
    white-space: nowrap;
  }
  
  .dropdown-toggle {
    margin-left: 10px;
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
  }
  
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    right: 0;
    min-width: 0;
    display: none;
    padding: 10px;
    margin: 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #252525;
    border-radius: .25rem;
  
  }
  
  .dropdown-item {
    display: inline-block;
    width: fit-content !important;
    white-space: wrap;
    padding: 0;
  
  }
  
  .site-header .dropdown-toggle.show {
    color: #333;
  }
  
  .dropdown-toggle img,
  .dropdown-item img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .dropdown-toggle::after {
    display: none;
  }
   .language_dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    min-width: 120px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.dropdown-item {
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

  /* Language Dropdown CSS */ 


.top-heading {
    font-size: 1.5rem;
    word-break: break-word;
}















@media (max-width: 1140px){
	.contact-hero .contact-form{padding-right: 2.5rem;}
}
@media (max-width: 991px){
	.banner-bg{height:auto;}
	.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;}
	.soccer-bottom, .soccer-top{
		flex-direction: column;
	}
	.soccer-top{padding:1rem}
	.bottom-left, .bottom-right, .soccer-left, .soccer-right{width:100%;}
	.bottom-left{border-bottom:2px solid #25294a;border-right:none;}
	.soccer-left{justify-content: center; border:none;}
	.soccer-right{text-align:center;}
	.soccer-wrap{max-width:100%;}
	.why-choose-us .icon-box1{width:50%;}

header .navbar-light .navbar-toggler {
    margin-left: auto;
}
.language_dropdown {

    position: absolute;
    top: 6px;
    right: 32px;
}

}

@media (max-width: 767px) {
	.why-choose-us .icon-box1{width:94%;}
	.soccer-top, .soccer-bottom{padding:1.25rem}
	.bottom-text {padding: .75625rem 0;}
  .fill-text h3, .platforms-wrap .row h3{font-size:1.5rem;}
  .top-heading, .section-title-txt, .other-bg .top-heading{font-size:1.75rem;}
  .platforms-wrap ul{padding-bottom:1rem;}
  .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%;}
.btn-custom{min-width:auto;padding: 0.75rem 1rem;font-size: 14px;}
.platforms-wrap .row{padding:1rem .5rem 1.5rem;}
.contact-form {padding: 1rem 1rem 1.5rem;}
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 96%;
    }
}
@media (min-width: 1200px){
.h3, h3 {
font-size: 1.5rem;
}
}

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



