* {
  box-sizing: border-box;
  font-family: "Montserrat", 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;
}

body {
  background-color: #322E2F;
}

header > div:first-of-type {
  padding:  8px 0;
  background-color: #292526;
  margin: 0 auto;
  z-index: 40323;
  word-wrap: break-word;
  width: 100%;
}

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;
}

h1, h2, h3, h4 {
  color: #94897A !important;
  text-align: start;
  padding-bottom: 10px;
  width: fit-content;
  border-bottom: 2px solid #94897A ;
}

.dropdown h3 {
  border-bottom: none !important;
  font-size: 1.6em;
}

main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0px 100px 40px;
  margin: 0 auto;
}

.container section {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}


p, ul, ol, li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-transform: none;
  color: black;
}

.center {
  text-align: center;
}

main table {
  display: block;
  margin: 15px auto;
  border: 1px solid #94897A;
  border-radius: 5px;
  border-collapse: collapse;
  width: fit-content;
  overflow: auto;
}

main tbody {
  width: 100%;
}

main table td {
  padding: 10px;
  vertical-align: middle;
}

main table tr:not(:last-of-type) td {
  border-bottom: 1px solid #94897A;
}

main table tr td {
  border-left: 1px solid #94897A;
}

.table_container {
  overflow-x: auto;
}

h2, h3 {
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.143;
}

.tables {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.header_container {
  position: relative;
  justify-content: center;
  z-index: 233;
  align-items: center;
  display: flex;
  gap: 30px;
}

.list_titles > li > a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

header > div:first-of-type > div {
  margin: 0 auto;
  width: 90%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.buttons {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.buttons > a {
  padding: 18px 35px;
  color: #fff;
  border-radius: 5px;
  font-weight: bolder;
  border: 2px solid #FFC882;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.buttons > a:first-of-type {
  background-color: #ff4949;
  border-color: #ff4949;
  color: #fff;
}

.faq > div {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 215px);
  margin-left: 99px;
}

.select {
  background: #292526;
  color: #E4E9ED;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #292526 solid;
  border-radius: 0.5em;
  padding: 12px 16px;
  cursor: pointer;
}

p, h1, h2, h3, li, span, tr, td, i {
  color: #fff;
}
.select > span {
  font-size: 18px;
  text-align: start;
  font-weight: 500;
  color: #E4E9ED;
}

.select-clicked {
  border-bottom: none;
}

.dropdown__element > div > p {
  margin: 0;
  color: #fff;
}

.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: 60%;
  margin: 20px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.menu {
  list-style: none;
  background: #292526;
  border: 1px #292526 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: 1;
  background-color: transparent;
  padding-left: 0;
}

.dropdown__element {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dropdown--last {
  margin-bottom: 93px;
}

footer {
  background-color: #292526;
  padding: 20px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer > p {
  color: #fff;
  text-align: center;
}

.image_container {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.withdrawal_container {
  align-self: center;
}

.image_container img {
  width: 26%;
}

.homepage {
  width: 40%;
  border-radius: 20px;
}

.license {
  border-radius: 20px;
  width: 300px;
}

.logo {
  width: 200px;
}

.homepage_container {
  justify-content: space-evenly;
  margin-top: 20px;
}

.text_container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.text_container > p {
  width: 50%;
}

::marker {
  color: #fff;
}

.promo, .bonus {
  width: 50%;
}

.mobile_container {
  justify-content: flex-start;
}

.destek_container {
  max-width: 90%;
}

.giris, .registration {
  width: 250px;
}

.list {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list > li {
  width: calc(33% - 15px);
  margin: 0;
}

.adres_container {
  margin-top: 20px;
}

.adres {
  width: 450px;
  border-radius: 20px;
}

.adresi, .bahis {
  border-radius: 20px;
  width: 40%;
}

.oyun, .vpn {
  width: 33%;
  border-radius: 20px;
}

.adresi_container {
  flex-direction: row-reverse;
}

.sbm {
  position: relative;
  top: 60%;
  right: 20px;
  width: 16px;
  height: 16px;
  margin: -5px 0 0;
}

.sbm:before {
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
}

.sbm:before, .sbm:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.sbm:after {
  width: 2px;
  height: 16px;
  margin: -8px 0 0 -1px;
}

.footer_logo {
  width: 150px;
}

.logo_info, .partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.partners {
  width: 45%;
}

.logo_info a {
  color: #fff;
  text-decoration: none;
}

.links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.footer_images {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
}

.footer_image {
  height: 35px;
}

.links a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  main {
    padding: 0px 50px 40px;
  }
}

@media (max-width: 1024px) {
  footer {
    gap: 30px;
    flex-direction: column;
    padding: 20px 40px;
  }

  .partners {
    width: 80%;
  }

  .license_container {
    flex-direction: column;
  }

  .options_container {
    flex-direction: column-reverse;
  }

  .destek_container {
    max-width: 100%;
  }

  .mobile {
    width: 250px;
  }

  .license, .bahis, .oyun {
    width: 100%;
  }

  .license {
    max-width: 300px;
  }

}

@media (max-width: 768px) {
  .homepage_container, .text_container {
    flex-direction: column;
  }

  .text_container > p {
    width: 100%;
  }

  .list > li {
    width: calc(50% - 15px);
    margin: 0;
  }

  .options {
    width: 250px;
  }

  .homepage {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .center_image, .partners {
    width: 100%;
  }

  .footer_images {
    flex-wrap: wrap;
    gap: 8px;
  }

  .image_container img, .image_container {
    width: 100%;
  }

  .buttons > a {
    padding: 12px 20px;
  }

  .adres, .adresi, .vpn {
    width: 100%;
  }

  ul, ol {
    padding-left: 10px;
  }

  main {
    padding: 0px 20px 30px;
  }

  .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;
  }
}