@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&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: #000;
   color: #fff;
   font-family: "Poppins", serif;
   min-height: 100vh;
}

.banner_section {
   background: linear-gradient(1deg, #040517, #080015);
   background-image: url('../assets/casino-bg.jpg');
   background-position: center;
  background-repeat: no-repeat;
   background-size: cover;
}

.ribbon-container {
	max-width: 130px;
}

.top_header p {
   font-size: 14px;
}

.logo img {
   max-width: 200px;
}

.disclaimer {
	background: #dc1ea9;
}




.custom_container.container-xxl {
   max-width: 970px;
}

.main_heading {
   font-size: 34px;
}

.banner_pera {
   font-size: 18px;
}

.compare_table {
   background: #dc1ea9;
}

.casino_logo {
   background: #dc1ea9  ;
}

.casino_logo img {
   max-width: 80px;
}

.bonus_txt {
   font-weight: 500;
}

.rating_number {
   font-size: 30px;
   font-weight: 600;
}

.rating {
   max-width: 120px;
}

.legaltext {
   font-size: 10px;
   font-weight: 200;
}

.legal-col {
   background: #dc1ea9;
}

.ply-btn {
   background: #1cc343;
   padding: 8px 30px;
   border-radius: 10px;
   font-size: 18px;
   font-weight: 700;
   line-height: 32px;
   transition: all 0.5s ease;
}

.ply-btn:hover {
	background-position: 0;
}

.border-dark {
   border-left: 1px solid #0000006b;
   border-right: 1px solid #0000006b;
   padding: 0 40px;
}

.ribbon-style {
   background: #1cc343;
   padding: 2px 10px;
   font-size: 12px;
   width: 100%;
   max-width: 130px;
   border-bottom-right-radius: 10px;
   font-weight: 600;
}

.compare_list {
   box-shadow: 0 0 14px 7px #000;
   background: #000;
}

.casino-f {
   width: 100%;
   max-width: 100px !important;
}

.casino-mc {
   max-width: 130px !important;
}

.bottom_txt {
   background: #313030;
   padding: 50px;
}

.overlay2 {
	background: #313030;
	z-index: 0;
  }

.bottom_txt p{
	font-size: 14px;
}
footer {
	background: url('../assets/casino-bg.jpg');
	padding: 80px 0;
	background-size: cover;
	background-position: center center;
}

.link_hed {
	font-size: 16px;
}

.footer_link {
	list-style: none;
	padding: 0;
	margin-top: 13px;
}

.footer_link li a {
	font-size: 14px;
	padding-bottom: 7px;
	display: inherit;
}

.number{
   max-width: 45px;
}

.footer_txt p {
	font-size: 12px;
}

.footer_txt b{
font-size: 18px;
}

.footer_txt {
	border-left: 1px solid #e5e7eb30;
	padding-left: 70px;
}

#content-area {
	background: #fff;
	color: #000;
	padding: 20px;
	position: absolute;
	min-height: 430px;
	width: 100%;
	z-index: 0;
	max-width: 454px;
	right: 0;
	top: 35px;
	border-radius: 6px;
	text-align: start;
	font-size: 14px;
   visibility: hidden;
}

.tolkit:hover #content-area {
	z-index: 5;
   visibility: visible;
}

.overlay{
   background: #000000c9;
   z-index: 0;
}


.at-tab {
	padding-bottom: 30px;
  }
.at-title {
	position: relative;
	padding-bottom: 15px;
  }

.at-title.active::after {
	content: "-";
  }
  .at-title::after {
	content: "+";
	position: absolute;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	transition: all 0.3s ease;
	font-size: 33px;
	color: #dc1ea9;
	border-radius: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
  }

  .at-tab{
	display: none;
  }



  /* responsive */


  @media(max-width:768px) {
	.top_header p {
	  font-size: 12px;
	  line-height: 1.3;
	}
  
	.main_heading {
	  font-size: 24px;
	}
  
	.mobile-dec {
	  font-size: 16px;
	}
  
	.rating_number {
	  line-height: 0.9;
	}
  
	.ply-btn {
	  padding: 10px 30px;
	  border-radius: 10px;
	  font-size: 16px;
	  font-weight: 700;
	  line-height: 1.3;
	}
  
	.footer_txt {
	  padding-left: 10px;
	}
  
	.bottom_txt {
	  padding: 20px;
	}
	.faq-div h5 {
		font-size: 18px !important;
		line-height: 1.5;
	  }
	  .at-title::after {
		width: 20px;
		height: 20px;
		font-size: 25px;

	  }
	  .faq-div h3 {
		font-size:20px !important;

	  }
  }

  html,body{
	overflow-x: hidden;
  }