* {
  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: #001B42;
}

header > div:first-of-type {
  padding:  20px 0;
  margin: 0 auto;
  z-index: 40323;
  word-wrap: break-word;
  background-color: #003266;
  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;
}

main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 100px 40px;
  margin: 0 auto;
}

.container section {
  background-color: #1D4F83;
  padding: 10px 20px;
  border-radius: 50px;
}

center {
  color: #fff;
}

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: 1px solid #ff6900;
  border-radius: 20px;
  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 #ff6900;
}

main table tr td {
  border-left: 1px solid #ff6900;
}

.table_container {
  overflow-x: auto;
}

h2, h3 {
  font-family: Mulish,Helvetica,Arial,Sans-Serif,serif;
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.143;
  margin: clamp(1rem,.5em,2.5rem) auto clamp(1rem,.25em,2rem);
}


.faq > div {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 215px);
  margin-left: 99px;
}

.select {
  background: #117989;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #117989 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;
}

.menu {
  list-style: none;
  background: #117989;
  border: 1px #117989 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: #117989;
}

.dropdown__element {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dropdown--last {
  margin-bottom: 93px;
}

.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;
}

header > div:first-of-type > div {
  margin: 0 auto;
  width: 90%;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}

.buttons {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.buttons > a {
  padding: 18px 35px;
  color: #fff;
  border-radius: 12px;
  background-color: #ff6900;
  text-decoration: none;
  font-weight: bold;
}

.faq > div {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
  width: calc(100% - 215px);
  margin-left: 99px;
}

.select {
  background: #117989;
  color: #E4E9ED;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #117989 solid;
  border-radius: 0.5em;
  padding: 12px 16px;
  cursor: pointer;
}

h1, h2, h3 {

}

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: 1px #FFD60E solid;
  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%;
  border-radius: 20px;
  transform: translateX(-50%);
}

.menu {
  list-style: none;
  background: #117989;
  border: 1px #117989 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: #117989;
}

.dropdown__element {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.dropdown--last {
  margin-bottom: 93px;
}

footer {
  background-color: #003266;
  padding: 20px 35px;
}

footer > p {
  color: #fff;
  text-align: center;
}

.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: 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: #ff6900;
}

.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;
}

h1, h2, h3 {
  color: #bcbcbc;
}

@media (max-width: 1200px) {
  main {
    padding: 0px 50px 40px;
  }
}

@media (max-width: 1024px) {
  .adres_container, .bahis_container, .oyun_container {
    flex-direction: column;
  }

  .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%;
  }

  .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;
  }
}