@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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');
* {
    margin: 0;
    padding: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}
.main_page {
    padding: 40px 0;
}
.logo {
    max-width: 200px;
    margin-bottom: 20px;
}
.heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #212529;
    margin-bottom: 20px;
}
.box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.first {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    top: -10px;
    left: 20px;
}
.casino-rating {
    background-color: #198754;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
.list ul li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.box_border {
    background-color: #e9ecef;
    border-radius: 8px;
    padding: 15px;
}
.play_btn a {
    background-color: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.play_btn a:hover {
    background-color: #0b5ed7;
}
.faq_section {
    margin-top: 40px;
}
.faq_item {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.faq_item h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.contant_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.footer {
    background-color: #212529;
    color: #fff;
    padding: 40px 0;
}
.footer a {
    color: #94a3b8;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.companies_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}
.companies_container img {
    max-height: 50px;
}
.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #343a40;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 1050;
    max-width: 90%;
    text-align: center;
    width: max-content;
}
.cookie-consent button {
    margin: 10px 5px;
}

.main_page{
    background-color: #e5e5e5;
}

.companies_container {
  border-radius: 10px;
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #94a3b8;
}

.big-el {
  max-width: 190px;
}
.big-el-2 {
  max-width: 250px;
}
.small-el {
  max-width: 60px;
}
.logo-box {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-link-site img{
    width: 100%;
}




.logo{
    width: 100px;
}

.box {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}
.box:hover {
    transform: translateY(-5px);
}
.first {
    background-color: #ff4500;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    position: absolute;
    top: -15px;
    left: 20px;
}
.all_img {
    transition: transform 0.3s;
}
.all_img:hover {
    transform: scale(1.05);
}
.casino-rating {
    background-color: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
}
.list ul li {
    color: #333;
    font-weight: bold;
}

.box_border {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(255, 165, 0, 0.4);
    position: relative;
    overflow: hidden;
    border: 2px solid #ffd700;
}
.box_txt {
    color: #F44336;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.box_subtxt {
    color: #2196F3;
}
.play_btn a {
    background: linear-gradient(45deg, #007bff, #00d4ff);
    border: none;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}
.play_btn a:hover {
    background: linear-gradient(45deg, #0056b3, #00b7eb);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
}
.play_btn a span:first-child {
    position: relative;
    z-index: 1;
}
.play_btn a span:last-child {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3), transparent);
    opacity: 0.5;
    animation: shine 3s infinite;
}
@keyframes shine {
    0% { transform: translate(0, 0); }
    100% { transform: translate(100%, 100%); }
}

.box h6{
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .list ul li{
    justify-content: center;
}

.casino-rating{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.box h6{
    text-align: center;
}
}

