body {
  margin: 0;
  height: 100vh;
  background-color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

  color: black;
}

/* scrollbar */
/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 6px; /* Thin scrollbar */
  height: 6px; /* Thin horizontal scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: purple; /* Semi-transparent black for the thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2); /* Transparent track with a hint of black */
  border-radius: 10px; /* Rounded corners for the track */
}

/* end of scrollbar */

/* Style for the scroll-to-top arrow */
/* Style for the Back to Top button */
.scroll-to-top {
  position: fixed;
  bottom: 5px; /* Distance from the bottom */
  right: -30px; /* Distance from the right */
  display: none; /* Hidden by default */
  z-index: 1000; /* Ensure it's above other content */
  width: fit-content; /* Size of the arrow */
  height: fit-content;
  font-weight: 700;
  color: purple; /* Arrow color */
  padding: 0px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
}
.scroll-to-top img {
  background-color: #000;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.scroll-to-top.show {
  display: block; /* Display the button when the user scrolls down */
}

/* end of arrow to top */

/* page content */
.container {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100vh;

  margin: 0;
}
.content::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  overflow-y: scroll; /* Add the ability to scroll */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* container content */

.container-content {
  /* background-image: linear-gradient(270deg, black, purple); */

  margin: 0 auto 50px auto;
  row-gap: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  width: fit-content;
  height: fit-content;
  min-width: 300px;
  overflow: auto;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: inherit;
  color: black;
}

.content-text {
  max-width: 1200px;
  box-sizing: border-box;

  width: 100%;
  height: auto;

  padding-bottom: 20px;
}
.content-text h1 {
  color: black;
}
.content-text a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
/* top3 */

.content-text-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  z-index: 1;

  max-width: 1000px;

  min-width: 250px;

  margin: 10px auto;
}

/* container casinos bosex */
.container-casinos {
  overflow: hidden;

  margin: 0 auto 50px auto;
  row-gap: 20px;
  box-sizing: border-box;
  display: flex;
  font-family: inherit;
  flex-direction: column;
  width: 92.1%;
  z-index: 100;
  min-width: 300px;
}
.content-text a {
  text-decoration: none;
  font-weight: 900;
  color: black;
}

.main {
  overflow: visible;
  border: 1px solid rgba(129, 129, 129, 0.582);

  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 1000px;
  min-width: 250px;
  align-self: center;
  padding: 1.5rem 1.5rem 0 1.5rem;
  display: block;
  border-radius: 16px;
}

.second {
  box-sizing: border-box;

  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-width: 200px;
}

.casino-info {
  box-sizing: border-box;

  width: 50%;
  height: fit-content;
  min-width: 200px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 1 1 50%;
  align-content: center;
  font-family: inherit;
}

.casino-info a {
  text-decoration: none;
  width: 100%;
  min-width: 200px;
}
.links-to-roobet-info {
  display: flex;
  flex-direction: row;
  /* flex: 1 1 0%; */
  flex-wrap: wrap;

  color: rgb(248, 250, 252);
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  gap: 0.5rem;
}
.content-box {
  align-items: flex-start;
  column-gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 0%;
  box-sizing: border-box;
  tab-size: 4;
  font-weight: 900;
  width: 100%;
  min-width: 200px;
}

.Image-box {
  background-color: black;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}
.casino-image {
  /* background-color: black; */
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}

.name-buttons {
  box-sizing: border-box;
  display: block;
  text-align: start;
  min-width: 150px;
  text-size-adjust: 100%;
  width: 80%;
  height: 100%;
  font-family: inherit;
}
.name-holder {
  align-items: center;

  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0%;
  line-height: 24px;
  text-size-adjust: 100%;
  color: rgb(248, 250, 252);
  width: 100%;
  min-width: 100px;
}
.casino-name {
  opacity: 2;
  color: black;
  height: fit-content;
  box-sizing: border-box;
  margin: auto 0;
  display: block;
  font-size: 30px;
  line-height: 45px;
  text-size-adjust: 100%;

  font-weight: 700;
  font-family: inherit;
  width: 100%;
}

.casino-bonus {
  display: block;
  align-items: flex-start;

  width: 40%;
  min-width: 270px;
  box-sizing: border-box;
  flex-basis: 30%;
  font-family: inherit;
}

.bonus-info {
  box-sizing: border-box;
  display: block;
  font-family: inherit;
  flex: 1 1 100%;
  text-align: center;
  text-size-adjust: 100%;
  width: 100%;
  min-width: 100px;
  font-weight: 700;
  font-size: 23px;
  justify-content: center;
  color: rgb(248, 250, 252);
}

.info {
  margin: 0;

  font-family: inherit;
}

.buttons-bonus {
  height: auto;
  width: 100%;
}
.buttons-bonus a {
  box-sizing: border-box;

  width: 100%;
  height: 100%;
  text-decoration: none;
}
.inactive {
  font-family: inherit;
  font-weight: 900;

  align-items: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  width: 90%;
  height: 50px;

  min-width: 100px;
  background-color: rgb(0, 0, 0);

  color: white;
  font-size: 24px;
}

.content-main {
  max-width: 1000px;
  box-sizing: border-box;

  z-index: 10;

  width: fit-content;
  height: auto;
  text-align: start;
  padding: 20px 0 20px 20px;
  position: relative;
}
.content-main ul li {
  list-style-type: "◇";
}
.content-main a {
  text-decoration: none;
}
.content-main p strong,
.content-main em {
  font-weight: 700;
  color: black;
  text-decoration: none;
}

#content-main-title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
}
.content-main h1 {
  color: black;
}

.card-tipe {
  margin-left: 20px;
  width: 48px;
  height: 48px;
}
.tipe4 {
  width: 46px;
  height: 30px;
  margin-bottom: 10px;
}
.withdrawal,
.bonus-terms {
  font-size: auto;
  width: 95%;
  min-height: auto;
  margin: 10px auto;

  text-align: center;
  list-style: none;
}
.bonus-terms ul li {
  list-style: none;
  margin-top: 5px;
  text-align: center;
}
/* 
*/

/* 
/* end of page */
.bottom-page {
  display: flex;
  flex-direction: column;

  box-sizing: border-box;
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: center;
}
.gambleAware,
.copyright {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  font-family: inherit;
  font-size: 20px;
}

.bottom-page img {
  height: 48px;
  width: 48px;
  margin: auto 50px;
}
.contact-us {
  text-align: center;
}

.bottom-page p a {
  text-decoration: none;
  color: black;
}
.bottom-page p a span {
  color: orange;
}

/* MEDIA QUERY */
/* max- media query  phones */

@media (min-width: 5px) {
  /* content main paiges */

  .container-casinos {
    margin: 0 0 0 0;
    width: 100%;
  }
  .casino-bonus {
    margin-top: 20px;
  }

  .logo-container {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .content-text-container {
    margin: 0;
  }

  /* casino content-text img */
  .poker-cards-casino {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 600px;
  }
  .content-text,
  .content-main {
    overflow: hidden;
    z-index: 10;
    margin: 30px 5px;
    width: 97%;
  }

  .content-text h1,
  .content-main h1 {
    position: relative;
    z-index: 10;
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    margin: 20px 5px 0 5px;
    padding: 5px 5px;
  }
  .content-text h2,
  .content-main h2 {
    text-align: center;
    position: relative;
    z-index: 10;
    font-size: 20px;
    margin: 30px 10px 0 0px;
    font-weight: 700;
    text-decoration: underline;
  }
  .content-main h3 {
    font-size: 20px;

    padding-left: 5px;
  }

  .content-text p {
    text-align: center;
    position: relative;
    z-index: 10;
    font-size: 18px;
    padding: 0px 10px 0 10px;
    margin: 30px 5px 0 5px;
    font-weight: 500;
  }
  .content-main p,
  .content-main ul {
    font-size: 18px;
    padding: 0 5px 0 0;
    margin: 15px 5px 0 0;
  }

  .content-main ul li p {
    margin: 10px 0;
    font-size: 18px;
  }
  .content-main ul li {
    margin: 0 25px;
  }

  .content-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main {
    width: 80%;
    align-self: center;
    margin: 0 0 10px 0;
  }
  .second {
    justify-content: center;
  }
  .casino-name {
    text-align: center;
  }
  .name-holder {
    height: fit-content;
  }

  .inactive {
    margin: 20px auto;
    width: 65%;
    height: fit-content;
    padding: 7px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.8px;
  }

  body,
  #home-background,
  #Casino-Background,
  #ESports-backgound,
  #Casino-sports-background,
  #Bonus-Page-Background,
  #news-background {
    background-size: contain;
  }
  .name-buttons {
    width: 100%;
  }

  .main-title {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
  }

  #content-main-title {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin: 20px 10px 20px 0;
  }
  .main-page-imgs,
  .main-page-imgs img {
    width: 100%;
  }

  /* botom page */

  .gambleAware,
  .copyright {
    flex-wrap: wrap;
    font-size: 15px;
    justify-content: center;
  }
  .gambleAware p {
    text-align: center;
    width: 100%;
  }
}

/* max mediaQuery content Low-Resolution Tablets and iPad  */
@media (min-width: 550px) {
  /* content */

  /* esports content-text img */
  .content-img {
    width: 350px;

    top: -183px; /* Adjust as needed */
  }
  .poker-cards-casino {
    max-width: 600px;
    max-height: 600px;
  }
  .content-text h1 {
    font-size: 40px;
    margin: 10px 40px;
  }
  .main-title {
    font-size: 35px;
  }

  .main {
    width: 99%;
    padding: 10px 10px;
  }
  .name-buttons {
    width: 60%;
  }

  .high-withdrawal {
    box-sizing: border-box;

    font-size: 12px;
    font-weight: 600;
  }
  .casino-name {
    text-align: start;
  }
  .name-holder {
    height: 100%;
  }

  .inactive {
    width: 70%;
    font-size: 20px;
    padding: 5px;
  }

  /* end of page */
  .gambleAware {
    flex-direction: row;
  }
}
/*   */

/* max-mediaquwry content Tablets iPads (portrait mode) */
@media (min-width: 1200px) {
  /* scroll to top */
  .scroll-to-top {
    right: -15px;
  }
  .scroll-to-top img {
    width: 50px;
    height: 50px;
  }
  /* end of scroll to top */

  body,
  #home-background,
  #Casino-Background,
  #ESports-backgound,
  #Casino-sports-background,
  #Bonus-Page-Background,
  #news-background {
    background-size: cover;
  }
  .poker-cards-casino {
    max-width: 100%;
    max-height: 700px;
    margin-bottom: 20px;
  }

  body {
    display: flex;
    background-size: cover;
  }

  .name-buttons {
    width: 80%;
  }
  .bonus-info {
    margin-top: 10px;
  }

  /* content top */

  /* casino content text img */

  .content-text,
  .content-main {
    width: 100%;

    margin: 10px auto;
    justify-self: center;
  }

  .content-text p,
  .content-main p,
  .content-main ul li p {
    font-size: 25px;
    position: relative;
    z-index: 10;
    margin: 10px 25px;
  }

  .content-main h2 {
    margin-left: 10px;
    font-size: 30px;
  }
  .content-main h3 {
    font-size: 25px;
  }
  #content-main-title {
    font-size: 35px;
  }

  /* news slidebar */

  /* news casino img */
}

/*  */

/*  */
/*  */
/*  */
