@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');
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
   background: #000;
   color: #fff;
   font-family: "poppins", serif;
   min-height: 100vh;
}

.logo img {
   max-width: 300px;
}

.custom_container.container-xxl {
   max-width: 1100px;
}

.main_heading {
   font-size: 40px;
   font-family: "Rowdies", sans-serif;
}
.head-list {
   gap: 40px;
   margin-top: 20px;
   padding-left: 15px;
   list-style: disclosure-closed;
   font-weight: 600;
 }

.banner_pera {
   font-size: 18px;
}

.compare_table {
	background-color: #000;
  border: 1px solid #15cabe
}

.casino_logo {
   background: #1e2433;
}

.casino_logo img {
   max-width: 120px;
}

.bonus_txt {
   font-weight: 500;
   font-size: 14px;
}

.rating_number {
   font-size: 25px;
   font-weight: 600;
}

.rating {
   max-width: 120px;
}

.ply-btn {
   background-image: linear-gradient(to bottom, rgb(11, 218, 186), rgb(120, 65, 231));
   padding: 8px 30px;
   border-radius: 10px;
   font-size: 18px;
   font-weight: 700;
   line-height: 32px;
   transition: all 0.5s ease;
   font-family: "Rowdies", sans-serif;
}

.ply-btn:hover {
	background-position: 0;
}

.border-dark {
   border-left: 1px solid black;
   border-right: 1px solid black;
   padding: 40px 40px;
}

.ribbon-style {
   background: linear-gradient(to bottom, rgb(11, 218, 186), rgb(120, 65, 231));
   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;
}

.bottom_txt {
   background-color: #1b1b1b;
   padding: 50px;
}

.bottom_txt h2 {
   font-size: 24px;
   font-family: "Rowdies", sans-serif;
}

.bottom_txt p, .list li{
	font-size: 17px;
   line-height: 1.6;
}
.top-footer{
	padding: 80px 0 80px;
	background-color: #1b1b1b;
}
.footer{
	background-color: #000;
	padding: 20px 0px;
}
.footer p{
	font-size: 14px;
}

.footer_img {
	list-style: none;
	padding: 0;
   gap: 30px;
}
.img-1{
width: 100%;
max-width: 40px;
}   
.img-2{
   width: 100%;
   max-width: 140px;
   }  

.footer_img li a {
	padding-bottom: 7px;
}

.footer_txt p {
	font-size: 16px;
}

.footer_txt {
	border-left: 1px solid #e5e7eb30;
	padding-left: 70px;
}

.overlay{
   background: #000000c9;
   z-index: 0;
}

h2 {
 margin: 0px 0px 25px;
}
.disclaimer {
   background: #7445e6;
 }
 .top_header p {
   font-size: 14px;
 }
 #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;
 }

 .at-title {
   position: relative;
   padding: 0px 50px 15px 0px;
   cursor: pointer;
 }

 .at-title::after {
   content: "+";
   position: absolute;
   width: 36px;
   height: 36px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: transparent;
   top: 25%;
   transform: translateY(-50%);
   right: 10px;
   transition: all 0.3s ease;
   font-size: 33px;
   color: #17c8bf;
   border-radius: 20px;
   line-height: 20px;
   padding: 0;
   margin: 0;
 }
 .at-title.active::after {
   content: "-";
 }
 .at-tab {
   padding-bottom: 30px;
 }
 .at-tab {
   display: none;
 }

.custom_container.container-xxl {
   max-width: 970px;
}

.overlay2 {
	background: #1b1b1b;
	z-index: 0;
  }
footer {
	padding: 80px 0;
}

.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;
}

  @media(max-width:768px) {
  
	.footer_txt {
	  padding-left: 10px;
	}
  }

  .table-box {
   border-collapse: collapse;
   border-radius: 4px;
   margin: 8px 0;
   overflow: hidden;
   width: 100%;
   word-break: break-word;
 }
 .table-box tbody {
   border: 1px solid #595858;
   border-radius: 4px;
 }
 .table-box tbody tr:first-child {
   background-color: #7445e6;
   color: #fff;
   font-size: 16px;
   font-weight: 600;
   line-height: 30px;
   padding: 16px;
 }
 .table-box th {
   background-color: #7445e6;
   color: #fff;
   padding: 16px;
 }

 .table-box tbody td {
   border: 1px solid #595858;
   padding: 16px;
   vertical-align: initial;
 }