* {
  box-sizing: border-box;
  font-family: "Poppins",helvetica,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;
}

.banner {
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
  top: -21px;
  border-radius: 8px 8px 0 0;
}

section {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 8px;
}

body {
  background-color: #004F9E;
}

header > div:first-of-type {
  padding:  20px 0;
  position: fixed;
  margin: 0 auto;
  word-wrap: break-word;
  display: flex;
  justify-content: space-between;
  z-index: 100000;
  background-color: #002250;
  width: 100%;
  padding: 10px 130px;
}

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-weight: 800;
  margin-top: 20px;
  text-align: center;
  font-size: 36px;
  position: relative;
  z-index: 100;
}

main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 115px 130px 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;
  margin: clamp(1rem,.5em,2.5rem) auto clamp(1rem,.25em,2rem);
  line-height: 1.6;
  text-transform: none;
  color: black;
}

.center {
  text-align: center;
}

main table {
  display: block;
  margin: 15px auto;
  border-bottom: 1px solid #002250;
  border-collapse: collapse;
  width: fit-content;
  overflow: auto;
}

main tbody {
  width: 100%;
}

td p {
  margin: 0;
}

main table td {
  padding: 5px 10px;
  vertical-align: middle;
}

main table tr:not(:last-of-type) td {
  border-bottom: 1px solid ;
}

/* main table tr td {
  border-left: 1px solid #002250;
} */

.table_container {
  overflow-x: auto;
}

td img {
  width: 30px;
  height: 30px;
  background-color: #002250;
}

h2, h3 {
  font-family: Mulish,Helvetica,Arial,Sans-Serif,serif;
  font-weight: 700;
  line-height: 1.143;
  margin: clamp(1rem,.5em,2.5rem) auto clamp(1rem,.25em,2rem);
}

.select > span {
  font-size: 18px;
  text-align: start;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 500;
}

footer > p {
  color: #fff;
  text-align: center;
}

.list_titles {
  margin: 0;
}

.list_titles > li {
  margin: 0;
}

.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;
}

.buttons {
  display: flex;
  gap: 20px;
}

.name {
  display: inline-block;
  color: #fb4d00;
  margin: 0;
}

.buttons > a {
  padding: 15px 25px;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  background-color: #FB4D00;
  border-radius: 32px;
  text-decoration: none;
  font-weight: bold;
}

.faq > div {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 215px);
  margin-left: 99px;
}

.select {
  color: #E4E9ED;
  display: flex;
  justify-content: start;
  gap: 30px;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 2px #004F9E solid;
}

p, h1, h2, h3, li, span, tr, td, i {
  color: #002250;
}

.dropdown__element p {
  color: #004F9E !important;
  margin: 0;
}

.select > span {
  font-size: 18px;
  text-align: start;
  text-transform: uppercase;
  font-weight: 500;
  color: #004F9E;
}

.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 #000;
  transition: 0.3s;
}

.dropdown {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
}

.caret-rotate {
  transform: rotate(180deg);
}

.image_section {
  padding: 0;
}

.center_image {
  width: 100%;
  position: relative;
  left: 50%;
  border-radius: 20px;
  transform: translateX(-50%);
}

.menu {
  list-style: none;
  border-radius: 0.5em;
  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: 30px;
  align-items: center;
}

.menu-open {
  display: block;
  opacity: 0.75;
  padding-left: 0;
  background-color: transparent;
  border: none;
}

.dropdown__element {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dropdown--last {
  margin-bottom: 93px;
}

footer {
  background-color: #002250;
  padding: 20px 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.quality {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.links_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.quality img:first-of-type {
  width: 90px;
}

.quality img:last-of-type {
  width: 140px;
}

footer > p {
  color: #fff;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.image_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.homepage {
  width: 40%;
  border-radius: 20px;
}

.license {
  border-radius: 20px;
  width: 300px;
}

.logo {
  width: 300px;
}

.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: #FB4D00;
}

.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;
}

.payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.adresi, .bahis {
  border-radius: 20px;
  width: 40%;
}

.oyun, .vpn {
  width: 33%;
  border-radius: 20px;
}

.adresi_container {
  flex-direction: row-reverse;
}



@media (max-width: 1200px) {
  main {
    padding: 115px 50px 40px;
  }

  .footer_container {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {

  header > div:first-of-type {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .buttons > a {
    padding: 10px 15px;
  }

  main {
    padding-top: 170px;
  }

  header > div:first-of-type, footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .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 {
    width: 100%;
  }

  ul, ol {
    padding-left: 10px;
  }

  main {
    padding-top: 175px ;
  }

  .buttons {
    flex-direction: row;
  }

  .image_container {
    flex-direction: column;
  }

  header > div:first-of-type, footer, main {
    padding-left: 20px;
    padding-right: 20px;
  }

  section {
    padding: 20px;
  }

  .banner {
    left: -20px;
    width: calc(100% + 40px);
  }

  .logo {
    width: 210px;
  }
}