* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
html {
  scroll-behavior: smooth !important;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

a
{
  text-decoration: none !important;
  color: #fff !important;
}

a:hover
{
  color: #f5bcbc !important;
}

.header {
  background: rgb(27, 0, 0);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 0;
}

.menu-icon {
  display: none;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  color: rgb(229, 229, 229);
  font-size: 16px;
}

nav ul li:hover {
  color: #ff0004;
}

header .container > button {
  background: linear-gradient(180deg, #ff0004 0%, #990003 100%);
  color: rgb(229, 229, 229);
  padding: 0.7rem 2.8rem;
  border-radius: 2rem;
  border: none;
  font-size: 16px;
}

header .container > button:hover {
  box-shadow: 0 0 40px 0.5px #ff00049c;
}

section {
  margin-block: 4rem;
}

.container {
  width: 80%;
  margin: auto;
}

.header-empty-box {
  padding: 1rem 2.5rem;
}

.hero-section .container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
}

.hero-section > div {
  font-size: 18px;
}

.hero-section > div h2 {
  font-size: 48px;
}

.hero-section_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.hero-section_content div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.hero-section > div button {
  font-size: 16px;
  padding: 0.7rem 1.8rem;
  border-radius: 32px;
}

.hero-section > div button:first-child {
  background-color: transparent;
  border: 1px solid #990003;
  color: #990003;
}

.hero-section > div button:first-child:hover {
  background: linear-gradient(180deg, #ff0004 0%, #990003 100%);
  color: #fff;
}

.hero-section > div button:last-child {
  background: linear-gradient(180deg, #ff0004 0%, #990003 100%);
  border: none;
  color: #fff;
}

.hero-section > div button:last-child:hover {
  box-shadow: 0 0 40px 0.5px #ff00049c;
}

.latest-blog_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.latest-blog_header h3 {
  font-size: 32px;
  color: #fff;
}

.latest-blog_header a {
  color: #aaa;
  text-decoration: none;
  font-size: 24px;
}

.latest-blog_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.8rem;
}

.blog-box {
  background-repeat: no-repeat;
  background-size: cover;
  width: 367px;
  height: 204px;
  border-radius: 16px;
  position: relative;
}

.blog-box:nth-child(1) {
  background-image: url("images/slots.png");
}

.blog-box:nth-child(2) {
  background-image: url("images/roullete.png");
}

.blog-box:nth-child(3) {
  background-image: url("images/online-poker.png");
}

.blog-box span {
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 25px;
  right: 10px;
  width: 160px;
}

.bonus-section .container {
  border: 1px #ff0004 solid;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

.bonus-section_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
  color: #fff;
  font-size: 16px;
}

.bonus-section_content h4 {
  font-size: 32px;
}

.bonus-section img {
  width: 267px;
  height: 267px;
}

.bonus-section_content p {
  line-height: 1.3;
  font-size: 18px;
}

.bonus-section_content button {
  padding: 0.7rem 2.8rem;
  border-radius: 32px;
  background: linear-gradient(180deg, #ff0004 0%, #990003 100%);
  border: none;
  color: #fff;
  font-size: 16px;
}

.bonus-section_content button:hover {
  box-shadow: 0 0 40px 0.5px #ff00049c;
}

.risk-free .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
}

.risk-free .container h3 {
  font-size: 32px;
  font-weight: 700;
}

.risk-free .container p {
  font-size: 18px;
  max-width: 420px;
  text-align: center;
  line-height: 1.3;
}

.risk-free .container img {
  width: 100%;
}

.risk-free .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.risk-free .btn-container button {
  font-size: 16px;
  padding: 0.7rem 1.8rem;
  border-radius: 32px;
}

.risk-free .btn-container button:first-child {
  background-color: transparent;
  border: 1px solid #990003;
  color: #990003;
}

.risk-free .btn-container button:first-child:hover {
  background: linear-gradient(180deg, #ff0004 0%, #990003 100%);
  color: #fff;
}

.risk-free .btn-container button:last-child {
  background: linear-gradient(180deg, #ff0004 0%, #990003 100%);
  border: none;
  color: #fff;
}

.risk-free .btn-container button:last-child:hover {
  box-shadow: 0 0 40px 0.5px #ff00049c;
}

.services-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
}

.services-section header {
  padding-block: 4rem;
  font-size: 32px;
}

.services-section_box__header {
  border: #ff0004 1px solid;
  background-color: #000;
  z-index: 1;
  border-radius: 50%;
  padding: 40px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50%;
  top: -45px;
  transform: translateX(50%);
}

.services-section_box__header img {
  width: 50px;
  height: 50px;
}

.services-section_box {
  position: relative;
  color: #fff;
  border: #ff0004 1px solid;
  border-radius: 32px;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 275px;
  /* background: rgba(255, 0, 4, 0.2); */
}

.services-section_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.services-section_content p {
  text-align: center;
}

.services-section_box h4 {
  font-size: 24px;
  font-weight: 700;
}

.latest-grid header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.latest-grid header h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.latest-grid header a {
  text-decoration: none;
  color: #ccc;
  font-size: 24px;
}

.latest-grid_grids {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
  gap: 3rem;
}

.box {
  padding: 2rem;
  background: rgb(27, 0, 0);
  border: #ff0004 1px solid;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.box > img {
  width: 200px;
  height: 200px;
}

.box h4 {
  font-size: 24px;
  color: #fff;
}

.box p {
  font-size: 18px;
  color: #a7a7a7;
}

.box button {
  width: 8rem;
  background-color: transparent;
  border: #a7a7a7 2px solid;
  padding: 0.5rem 1rem;
  color: #a7a7a7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 15px;
  border-radius: 6px;
}

.box button:hover {
  color: #fff;
  border-color: #fff;
}

.box span {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 18px;
}

.tall-blog {
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 2;
  padding-block: 4rem;
}

.tall-blog button {
  width: 8rem;
  background-color: transparent;
  border: #a7a7a7 1px solid;
  padding: 0.5rem 1rem;
  color: #a7a7a7;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  border-radius: 6px;
}

.tall-blog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tall-blog img {
  width: auto;
  height: auto;
}

.box-container {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
}

.switched {
  display: none;
}

.box-content {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.box-content {
  line-height: 1.5;
}

.box-items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 0.5rem;
  height: 100%;
}

@media (max-width: 992px) {
  .hero-section .container > div:first-child,
  .hero-section .container > div:last-child {
    display: none;
  }

  .latest-grid_grids {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 3rem;
  }

  .menu-icon {
    width: 30px;
    display: block !important;
  }

  .tall-blog {
    display: none;
  }

  .tall-blog > img {
    width: 200px;
    height: 200px;
  }

  .switched {
    display: flex;
  }

  header .container > * {
    display: none;
  }

  .bonus-section .container {
    flex-wrap: wrap;
  }

  .bonus-section img {
    display: none;
  }
}

@media (max-width: 767px) {
  .box {
    flex-direction: column;
  }

  .box img {
    width: 100%;
    height: auto;
  }

  .box span img {
    width: 30px;
    height: 30px;
  }

  .box > div {
    flex-direction: column;
  }

  .box-items {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 565px) {
  .hero-section > div h2 {
    font-size: 36px;
  }

  p {
    font-size: 16px !important;
  }

  .latest-blog_header h3 {
    font-size: 24px;
  }

  .latest-blog_header a {
    font-size: 20px;
  }

  .blog-box span {
    font-size: 25px;
  }

  .risk-free .container h3 {
    font-size: 29px;
  }

  .services-section header h3 {
    font-size: 28px;
  }

  .latest-grid header h3 {
    font-size: 24px;
  }

  .latest-grid header a {
    font-size: 20px;
  }

  button {
    font-size: 14px !important;
  }

  .risk-free .btn-container button {
    padding: 0.7rem 1rem;
  }

  .box-content {
    height: auto !important;
  }

  .risk-free .container p {
    text-align: start;
  }

  .hero-section_content div {
    gap: 1rem;
  }
}
