@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  background-color: #0F0F0F;
  font-family: "Inter", sans-serif;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}


input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    color: yellow;
    text-decoration:none;
}
/* unvisited link */
a:link {
  font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    color: yellow;
    text-decoration:none;
}

/* visited link */
a:visited {
  font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    color: yellow;
    text-decoration:none;
}

/* mouse over link */
a:hover {
  font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    color: yellow;
    text-decoration:none;
}

/* selected link */
a:active {
  font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    color: yellow;
    text-decoration:none;
}
header {
  float: left;
  width: 100%;
  background: #513F32;
  padding: 10px 10px;
  display: flex;
  align-items: center;
}

header span {
  color: black;
  font-size: 14px;
  font-weight: 600;
}

header a {
  float: right;
  background: #E97C28;
  font-size: 14px;
  color: black;
  border-radius: 10px;
  padding: 5px 12px;
  font-weight: 600;
}

header span b {
  color: #E97C28;
}

header .container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.pagearea {
  float: left;
  width: 100%;
  padding-bottom: 140px;
  padding-top:80px;
}

.trendbar {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  color: black;
  overflow: hidden;
}

.trendbar h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 2px;
}

.trendbar p {
  font-size: 14px;
  color: white;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.trendSwiper {
  width: 100%;
  overflow: hidden;
}

.trendSwiper .swiper-wrapper {
  padding-bottom: 40px;
}

.trendSwiper .swiper-slide {
  width: calc(25% - 10px); /* Adjust each slide to fit 4 in a row with spacing */
  margin-right: 10px;      /* Spacing between slides */
}

.trendSwiper .item {
  background: #1D1D1D;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  width: 100%;
}

.trendSwiper .item img {
  width: 100%;
  margin-bottom: 10px;
  height: 34px;
}

.trendSwiper .item h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
  color: yellow;
}

.trendSwiper .item a {
  color: black;
  background: yellow;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .trendSwiper .swiper-slide {
    width: calc(25% - 10px); /* Ensures 4 slides are visible on small screens */
  }
}

.trendbar .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #444444;
  opacity: 1;
}

.trendbar .swiper-pagination-bullet-active {
  background: yellow;
}

.trendbar .swiper-pagination {
  width: calc(100% - 60px) !important;
}

.trendlist {
  float: left;
  width: 100%;
}

.trendlist .item {
  float: left;
  width: 100%;
  background: #1D1D1D;
  border-radius: 10px;
  padding: 2px;
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
}
para{
  animation: analist 1s ease 0s infinite normal forwards;
}
@keyframes analist {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
.trendlist .item img {
    float: left;
    height: auto;
    max-height: 30px;
    width: 100px;
    max-width: 100px;
    object-fit: fill;
    margin-right: 5px;
}


.trendlist .item .bar {
  float: right;
  background: yellow;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 4px;
  border-radius: 5px;
  text-align: center;
  color: black;
  line-height: 15px;
  margin-top:3px;
  margin-bottom: 5px;
}
.trendlist .item .bar span{
  line-height: 20px;
}
.trendlist .item span {
 padding: 0px 7px;
  font-size: 13px;
    line-height: 28px;
    display: flex;
    flex-flow: column;
    text-align: center;
    line-height: 18px;
}
.trendlist .item span b{
  color: white;
  font-weight: normal;
}

.trendbar.list {
  padding-right: 15px;
}
.bonus {
    display: none; /* Hide all bonus elements initially */
}

footer .bonus {
  float: left;
  width: 100%;
  background: #513F32;
  padding: 10px 10px;
  display: flex;
  align-items: center;
}

footer .bonus span {
  color: black;
  font-size: 14px;
  font-weight: 600;
}

footer .bonus a {
  float: right;
  background: #E97C28;
  font-size: 14px;
  color: black;
  border-radius: 10px;
  padding: 5px 12px;
  font-weight: 600;
}

footer .bonus span b {
  color: #E97C28;
}

footer .bonus .container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .menu {
  float: left;
  width: 100%;
  background: yellow;
  padding: 5px;
}

footer .bar {
  position: fixed;
  bottom: 0;
  width: 100%;
}

footer .menu ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 0px 10px;
}

footer .menu ul li {
  float: left;
}

footer .menu ul li a {
  float: left;
  width: 42px;
  height: 42px;
  text-align: center;
}

footer .menu ul li a img {
  margin-top: 9px;
}

footer .menu ul li.active a {
  background: black;
  border-radius: 10px;
}

footer .menu ul li.active a img{
  filter:brightness(0) invert(1);
}

.offcanvas-start {
  width: 75%;
  background: #1D1D1D;
  color: white;
}

.offcanvas-header {
  justify-content: center;
}

.offcanvas-header img {
  margin-top: 15px;
  height: 32px;
  object-fit: contain;
}

.menulist {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.menulist ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.menulist ul li .icon {
  float: left;
  margin-right: 10px;
}

.menulist ul li span {
  float: left;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}
.nogay-fixed-top-bar,
.nogay-fixed-bottom-bar {
    z-index: 99999999999999;
    background: #513F32;
    color: black;
    text-align: center;
    position: fixed;
    width: 100%;
    height: auto;
    font-size: 13px;
    padding: 5px 12px;
}
.nogay-fixed-top-bar {
    top: 0;
}
.nogay-fixed-bottom-bar {
    bottom: 0;
}
.nogay-fixed-top-bar .ngy-button,
.nogay-fixed-bottom-bar .ngy-button {
    background-color: #E97C28;
    display: inline-block;
    padding: 3px 6px;
    margin-left: 10px;
    border-radius: 4px;
    color: black;
    font-weight: 700;
    text-decoration: none;
}
.nogay-fixed-top-bar p,
.nogay-fixed-bottom-bar p {
    margin: 0;
}
.first-notification6 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    color: black;
    position: fixed;
    overflow: hidden;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 99999999999;
    background: rgba(59, 59, 59, 0.7);
}
.first-notification6 div {
    text-align: center;
    margin-bottom: 8px;
}
.first-notification {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    position: fixed;
    overflow: hidden;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 99999999999;
    background: rgba(59, 59, 59, 0.7);
    row-gap: 5px;
}
.first-notification_content {
    position: relative;
    width: 315px;
    height: 100%;
}
.close {
    position: absolute;
    top: 8px;
    right: 10px;
    box-shadow: 1px 0 25px rgb(0 0 0 / 10%);
    border-radius: 25px;
    border: 1px solid black;
    color: black;
    padding: 5px 8px;
    cursor: pointer;
    z-index: 99999;
    background-color: yellow;
}
@media (max-width: 540px) {
    .first-notification_content {
        min-width: 75vw;
    }
    .first-notification_content amp-img {
        height: 17vh;
    }
    .first-notification_content {
        width: 100%;
        height: 100%;
    }
}
.first-notification5 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    color: black;
    position: fixed;
    overflow: hidden;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 99999999999;
    background: rgba(59, 59, 59, 0.7);
}
.first-notification5 div {
    text-align: center;
    margin-bottom: 8px;
}
.first-notification_title5 {
    font-size: 16px;
    font-weight: 700;
}
.first-notification_content5 {
    background: #9B9B9B;
    padding: 5px;
    border-radius: 8px;
    position: relative;
    max-width: 80vw;
    width: 100%;
    max-height: 19vh;
    min-width: 55vw;
}
.first-notification_casino-image5 amp-img {
    height: 45px;
    max-width: 145px;
    width: 100%;
    margin: 0 auto;
}
.button-22 {
    align-items: center;
    background-color: #0276ff;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
    text-transform: none;
    transition: color 0.13s ease-in-out, background 0.13s ease-in-out, opacity 0.13s ease-in-out, box-shadow 0.13s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
    justify-content: center;
    width: max-content;
    font-size: 14px;
    line-height: 1.1;
}
a.button-22:active {
    background-color: #006ae8;
}
a.button-22:hover {
    background-color: #1c84ff;
}
a.buton-22:visited {
    color: black;
}
.close {
    position: absolute;
    top: 8px;
    right: 10px;
    box-shadow: 1px 0 25px rgb(0 0 0 / 10%);
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 5px 8px;
    cursor: pointer;
}
@media (max-width: 540px) {
    .first-notification_content {
        min-width: 51vw;
    }
}