* {
  box-sizing: border-box;
  font-family: "Montserrat Alternates", sans-serif;
  scroll-behavior: smooth;
}

html,
h1,
body,
h2,
h3,
h4,
th,
td,
tr,
h5,
h6,
table,
tr,
td,
th,
button,
p,
a,
li,
img {
  margin: 0;
  padding: 0;
}

header > div:first-of-type {
  padding:  20px 0;
  margin: 0 auto;
  word-wrap: break-word;
}

h2 > strong, h1, h2, a {
  font-family: "Michroma", sans-serif;
}

h1, h2, h3 {
  text-transform: uppercase;
}

span {
  font-size: 35px;
  font-weight: 400;
  display: block;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}

header > div:nth-of-type(2) {
  padding-top: 40px;
}

.main_image {
  float: right;
  width: 50%;
}

h1 {
  font-size: 3em;
  font-weight: 800;
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 100;
}

body {
  background-color: #f5f5f5;
}

main {
  padding: 50px 90px;
  background-color: #fff;
  margin: 0 auto;
}

p, ul, ol, li {
  font-size: 16px;
  font-weight: 300;
  margin: clamp(1rem,.5em,2.5rem) auto clamp(1rem,.25em,2rem);
  line-height: 1.6;
  text-transform: none;
  color: black;
}

ul, li {
  margin: 0 !important;
}

.buttons_container div p {
  margin: 0;
}

.table_image {
  width: 170px;
}

.table_text_container {
  display: flex;
  overflow: auto;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
}

main table {
  display: block;
  margin: 15px auto;
  border-collapse: collapse;
  width: fit-content;
  overflow: auto;
  border: 1px solid #000;
}

main tbody {
  width: 100%;
}

::marker {
  color: #000;
}

table > tbody > tr:first-of-type > td {
  border-right: 1px solid #000  ;
}

main table td {
  padding: 6px;
  vertical-align: middle;
}

.table_text_container > div:last-of-type {
  width: 33%;
}

td p {
  margin: 0;
  font-size: 15px;
}

main table td:nth-of-type(2), main table td:nth-of-type(3) {
  border-left: 1px solid #000;
}

table > tbody > tr:not(:last-of-type) > td {
  border-bottom: 1px solid #000;
}

.image_table > tbody > tr:not(:last-of-type) > td:last-of-type {
  border-bottom: none;
}

.table_container {
  overflow-x: auto;
}

.table_button {
  background: linear-gradient(to right, #AE261F, #D92E2D);
  white-space: nowrap ;
  display: inline-block;
  padding: 11px 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: lighter;
  color: #fff;
  border-radius: 30px;
}

h2 {
  font-weight: 700;
  font-size: 21px;
  padding: 22px 100px;
  line-height: 1.143;
  margin: clamp(1rem,.5em,2.5rem) auto clamp(1rem,.25em,2rem);
  background-color: #375837;
  color: #fff;
  text-align: center;
  position: relative;
  right: 90px;
  width: calc(100% + 180px );
}


.faq > div {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 215px);
  margin-left: 99px;
}

.select {
  background: #EDE04C;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #EDE04C solid;
  border-radius: 0.5em;
  padding: 12px 16px;
  cursor: pointer;
}

.select > span {
  font-size: 18px;
  text-align: start;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 500;
}

.select-clicked {
  border: 1px #FFD60E solid;
  border-bottom: none;
}

.dropdown__element > div > p {
  margin: 0;
}

.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}

.dropdown {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
}

.caret-rotate {
  transform: rotate(180deg);
}

.menu {
  list-style: none;
  background: #EDE04C;
  border: 1px #EDE04C solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  top: 3em;
  width: 100%;
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
  margin-top: 16px;
}

.menu li {
  padding: 0px 16px;
  border-radius: 0.5em;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-open {
  display: block;
  opacity: 0.75;
  padding-left: 0;
  background-color: #EDE04C;
}

.dropdown__element {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dropdown--last {
  margin-bottom: 93px;
}

footer {
  background-color: #FFC421;
  padding: 20px 35px;
}

footer > p {
  color: #fff;
  text-align: center;
}

.header_container {
  position: relative;
  justify-content: center;
  z-index: 233;
  align-items: center;
  display: flex;
  gap: 30px;
}

.list_titles > li > a {
  color: black;
  font-weight: 600;
  text-decoration: none;
}

.banner_container {
  position: relative;
  display: flex;
  justify-content: center;
}

.banner_links {
  position: absolute;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  bottom: 7%;
}

.banner_links a, .banner_links span {
  color: #fff;
  font-weight: lighter;
  text-decoration: none;
}

.banner_container h1 {
  position: absolute;
  color: #fff;
  z-index: 2;
  text-align: center;
  top: 20%;
  width: 70%;
  font-size: 33px;
  padding: 0 100px;
}

.banner {
  width: 100%;
  object-fit: cover;
  min-height: 350px;
}

.banner h1 {
  color: #fff;
}

header > div:first-of-type > div {
  margin: 0 auto;
  width: 90%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

header > div:first-of-type {
  background-color: #fff;
}

.buttons {
  display: flex;
  gap: 25px;
}

.buttons > a {
  padding: 15px 25px;
  background: linear-gradient(to right, #375837, #39833C);
  text-decoration: none;
  font-weight: light;
  border-radius: 22px;
}

.buttons > a:first-of-type {
  color: #fff;
}

.buttons > a:last-of-type {
  color: #fff;
  line-height: 26px;
  font-size: 26px;
  background: linear-gradient(to right, #AD1F1E, #D92E2D);
}

.faq > div {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 215px);
  margin-left: 99px;
}

.select {
  background: #EDE04C;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #EDE04C solid;
  border-radius: 0.5em;
  padding: 12px 16px;
  cursor: pointer;
}

p, h1, li, span, tr, td {
  color: #2B2B2A;
}

.select > span {
  font-size: 18px;
  text-align: start;
  font-weight: 500;
}

.select-clicked {
  border: 1px #FFD60E solid;
  border-bottom: none;
}

.dropdown__element > div > p {
  margin: 0;
}

.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}

.dropdown {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
}

.caret-rotate {
  transform: rotate(180deg);
}

.center_image {
  width: 100%;
  margin: 20px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.menu {
  list-style: none;
  background: #EDE04C;
  border: 1px #EDE04C solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  top: 3em;
  width: 100%;
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
  margin-top: 16px;
}

.menu li {
  padding: 0px 16px;
  border-radius: 0.5em;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-open {
  display: block;
  opacity: 0.75;
  padding-left: 0;
  background-color: #EDE04C;
}

.dropdown__element {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.red_cards {
  color: red;
  display: inline;
}

.dropdown--last {
  margin-bottom: 93px;
}

.buttons_container a {
  text-decoration: none;
  padding: 14px 16px;
  color: #fff;
  border-radius: 22px;
  white-space: nowrap;
  font-weight: light;
  background: linear-gradient(to right, #AD1F1E, #39833C);
}

.buttons_container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

footer {
  background-color: #2F6E42;
  padding: 20px 90px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-evenly;
  gap: 20px;
}

.footer_links {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.footer_links a, .footer_images a {
  color: #fff;
  text-decoration: none;
}

.footer_images {
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.images {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

footer > p {
  color: #fff;
  text-align: center;
}

.image_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.image_container img {
  width: 200px;
}

.homepage {
  width: 30%;
}

.destek, .license {
  width: 250px;
}

.info {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.options, .mobile {
  width: 350px;
}

.homepage_container {
  justify-content: center;
}

.promo, .bonus {
  width: 50%;
}

.mobile_container {
  justify-content: flex-start;
}

.destek_container {
  max-width: 90%;
}

.strip {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1200px) {
  main {
    padding: 40px 50px;
  }

  .banner_container h1 {
    font-size: 26px;
    padding: 0;
    width: 85%;
  }

  h2 {
    width: calc(100% + 100px);
    position: relative;
    right: 50px;
  }

  .table_text_container {
    flex-direction: column;
  }

  .table_text_container > div:last-of-type {
    align-self: flex-start;
    width: 100%;
  }

  .license_container {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .buttons-image_container {
    flex-direction: column;
    gap: 0;
  }

  footer {
    padding: 20px;
  }

  .footer_links {
    gap: 10px;
    align-items: center;
  }

  footer {
    flex-direction: column;
  }

  .bets {
    flex-direction: column;
  }

  .list_info {
    align-self: flex-start;
  }

  .info {
    flex-direction: column;
  }

  .mobile {
    width: 250px;
  }
}

@media (max-width: 820px) {
  .banner_links span {
    display: none;
  }

  .banner_links {
    bottom: 11%;
  }
}

@media (max-width: 786px) {
  .homepage_container {
    flex-direction: column;
  }

  .buttons_container {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
  }

  .options {
    width: 250px;
  }

  .homepage {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .center_image {
    width: 100%;
  }

  main {
    padding: 30px 20px;
  }

  h2 {
    width: calc(100% + 40px);
    position: relative;
    right: 20px;
  }

  .banner_container h1 {
    margin-top: 0;
    top: 10%;
    font-size: 24px;
  }

  h2 > strong, h3 {
    font-size: 22px;
  }

  .banner_links {
    margin: 0 10px;
  }

  .banner_links a {
    font-size: 14px;
  }

  .image_container {
    flex-direction: column;
  }

  header > div:first-of-type > div {
    flex-direction: column;
    gap: 20px;
  }

  h1 {
    font-size: 2.5em;
  }

  .options_container {
    flex-direction: column-reverse;
  }

  ul, ol {
    padding-left: 10px;
  }
}
header {
	position: relative;
  z-index: 200;
}

.menu-btn {
	width: 30px;
	height: 30px;
  cursor: pointer;
	position: relative;
	z-index:2;
	overflow: hidden;
}

.menu-btn .bar {
	width: 30px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
  border-radius: 4px;
	transform: translate(-50%, -50%);
	background-color: black;
	transition: all 0.3s ease-in-out;
}

.menu-btn .bar:nth-of-type(2) {
	top: calc(50% - 9px);
}
.menu-btn .bar:nth-of-type(3) {
	top: calc(50% + 9px);
}

.menu-btn.active .bar:nth-of-type(1) {
  display: none;
}
.menu-btn.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
  background: #2F6E42 ;
	transform: translateX(100%);
	transition: transform 0.5s; 
}

.nav.active {
	transform: translateX(0);
  z-index: 50;
}

.nav .nav__list_item {
	list-style-type: none;
}

.body_active {
  overflow: hidden;
}

.nav__list {
  position: relative;
  top: 150px;
  display: flex;
  flex-direction: column;
  gap: 20px ;
}

.nav__link {
  color: #fff;
  text-decoration: none;
}

.header_right {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}