@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Kanit:wght@200;300;400;500;600;700&display=swap");

* {
  font-family: "Comfortaa", cursive;
  font-family: "Kanit", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  border: none;
  background: none;
  font-size: inherit;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 2px;
  background-color: #404348;
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb {
  background-color: #b99b6e;
  border-radius: 4px;
}
html {
  display: flex;
  align-items: center;
  justify-content: center;
}
body {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
  background-color: #251c19;
  /* background: url(../img/das.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: #14121c;
}

section {
  width: 1250px;
  height: fit-content;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
section {
  overflow: auto;
  scrollbar-width: none; 
}

section::-webkit-scrollbar {
  display: none; 
}

.aktivasyon-button {
  font-size: 15px;
  font-weight: 500;
  color: #00ebc8;
  padding: 10px;
  border: 1px solid#00ebc8;
  transition: all 0.5s linear;
  border-radius: 5px;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.aktivasyon-button:hover {
  background:#00ebc8;
  color: #fff;
}
.cf-turnstile {
  margin-left: auto;
  margin-right: auto;
}
header {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.logo {
  width: fit-content;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 20px 30px;
  gap: 10px;
  border: 3px solid #cccccc29;
}

.logo span {
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  color: #00ebc8;
  letter-spacing: 2px;
}
.logo img {
  height: 100%;
  width: auto;
}
nav {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.nav-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.success-msg,
.error-msg {
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.success-msg {
    color: #270;
    background-color: #DFF2BF;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}
#aktifgr {
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  gap: 10px;
}
.main-group {
  margin-inline: auto;
  flex-direction: column;
  display: flex;
  gap: 10px;
}
#gg_id {
  border: 1px solid#00ebc8;
  border-width: 3px;
  color: #00ebc8;
}
.menu {
  display: flex;
  width: 100%;
  height: 60px;
  position: relative;
  text-align: center;
  zoom: 1;
  justify-content: space-between;
  padding: 0 30px;
  border: 3px solid #cccccc29;
}

.menu li {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu li .menu-a {
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  color:#00ebc8;
  text-transform: uppercase;
  text-align: center;
}
.menu li .menu-a:hover {
  color: #00ebc8;
}

.flags-container {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;

  padding: 50px;
}

.flags-container .flag-icon {
  display: block;
  width: 30px;
  height: 20px;
}

.banner-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.banner-slider {
  width: 100%;
  height: fit-content;
  display: flex;
}
.banner-slider-item {
  width: 100%;
  height: 200px;
  display: flex;
  border: 4px solid transparent;
  border-image: url(../img/bb.png) 30% round;
}
.banner-slider-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.banner-slider-item img {
  width: 100%;
  height: 100%;
}

.skin-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  gap: 40px;
  border: 3px solid #cccccc29;
}
.skin-container h2 {
  width: fit-content;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  color:#00ebc8;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
  margin: 0 auto;

}

.skin-panel {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 5px solid transparent;
 
  font-size: 100px;
  color: #00ebc8;
  text-align: center;
  padding-top: 20px;
  gap: 20px;
}

.skin-boyut {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.skin-boyut > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color:#00ebc8;
  list-style-type: disc;
}
.skin-boyut > li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #00ebc8;
}
.skin-boyut li strong {
  color: #00ebc8;
}

.skin-boyut ul {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.skin-boyut ul li {
  width: 32%;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #00ebc8;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 5px solid transparent;
 
  background: url(../img/das.png);
  background-size: cover;
  background-position: 0 -10px;
}

.bilgi-container {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  transition: all 0.5s linear;
  border: 5px solid transparent;
 
  padding: 40px 20px;
  margin-top: 70px;
}

.bilgi-oyun {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border: 3px solid #cccccc29;
}

.bilgi-oyun h2 {
  width: fit-content;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  color:#00ebc8;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
  margin: 0 auto;

}

.bilgi-oyun p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color:#00ebc8;
}

.bilgi-oyun p strong {
  color: #00ebc8;
}
.bilgi-oyun p em {
  color: #00ebc8;
}
.bilgi-oyun p a {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #00ebc8;
}
.bilgi-oyun > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bilgi-oyun > ul ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.bilgi-oyun ul strong {
  color: #00ebc8;
}
.bilgi-oyun > ul ul li {
  text-align: center;
}

.bilgi-oyun li {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color:#00ebc8;
  margin-bottom: 20px;
}

.bilgi-oyun > ul img {
  width: 500px;
  height: auto;
  margin: 20px auto;
}
.eklenti-img {
  width: 600px;
  height: auto;
  margin: 20px auto;
}
.eklenti-mobil {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid #2323237d;
}

.eklenti-mobil h3 {
  width: fit-content;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  color:#00ebc8;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
  margin: 0 auto;

}

.video-item {
  width: 100%;
  display: flex;
  height: fit-content;
  gap: 10px;
}

.mobil-link {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid#00ebc8;
  position: relative;
}
.mobil-link::after {
  content: "";
  width: 0%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/ply.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  position: absolute;
  transition: all 0.5s linear;
  overflow: hidden;
}
.mobil-link:hover:after {
  width: 100%;
}

.mobil-link img {
  width: 100%;
  height: 100%;
}

.link-kopyala {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.link-kopyala input {
  width: fit-content;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #00ebc8;
  flex-shrink: 0;
}
.link-kopyala button {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid#00ebc8;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #00ebc8;
  cursor: pointer;
  transition: all 0.5s linear;
  text-transform: uppercase;
}
.link-kopyala button:hover {
  background:#00ebc8;
  color: #fff;
}

.iletisim-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.iletisim-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.iletisim-content a {
  width: 50px;
  height: 50px;
}

.iletisim-content a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

footer {
  width: 100%;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-top: 40px;
  padding: 50px;
  border: 3px solid #cccccc29;
}

.footer-logo {
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-logo span {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #00ebc8;
  letter-spacing: 2px;
}
.footer-logo img {
  height: 100%;
  width: auto;
}

.yetkili {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 3px solid #cccccc29;
}

.yetkili h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color:#00ebc8;
  text-transform: uppercase;
  text-align: center;
}

.yetkili-link {
  display: flex;
  gap: 40px;
}

.yetkili-link a {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  align-items: center;
}

.yetkili-link a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #00ebc8;
}

.yetkili-link a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.developer {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border: 3px solid #cccccc29;
}

.developer h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color:#00ebc8;
  text-transform: uppercase;
  text-align: center;
}
.developer a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.developer a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #00ebc8;
}

.developer a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.copy {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
  border: 3px solid #cccccc29;
}
.copy a,
.copy p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #00ebc8;
}

.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #292221;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s ease-out;
}

.loading-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loading-screen img {
  max-width: 100%;
  max-height: 100vh;
  animation: rotate 3s infinite linear;
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.policy {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 30px;
  padding-bottom: 40px;
  padding: 20px 10px;
  /* border: 5px solid transparent; */
  border: 3px solid #cccccc29;
}

.policy h2 {
  width: fit-content;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  color:#00ebc8;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
  margin: 0 auto;
  border: 3px solid #cccccc29;
}

.policy h3 {
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color:#00ebc8;
  text-align: center;
  padding: 5px 10px;
  border: 5px solid transparent;
 
}

.policy p {
  width: fit-content;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #00ebc8;
}

.policy p a {
  color:#00ebc8;
}

.actions {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  width: 100%;
}

.col-md-12 {
  flex: 0 0 auto;
  width: 100%;
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}
.actions-buttons .btn {
  font-size: 15px;
  font-weight: 500;
  color: #00ebc8;
  padding: 10px;
  border: 1px solid#00ebc8;
  margin: 0 auto;
  transition: all 0.5s linear;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}
.actions-buttons .btn:hover {
  background:#00ebc8;
  color: #fff;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.glow-select {
  border: 3px solid#00ebc8;
}

.input-group input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 20px;
  font-weight: 300;
  color: #00ebc8;
  border: 1px solid#00ebc8;
  padding-left: 10px;
  margin-right: 10px;
}

.input-group input::placeholder {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  color: #00ebc8;
}

.input-group input:focus {
  border: 1px solid#00ebc8;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color:#00ebc8;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.glow-select-box {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ced4da;
  /* padding: 3px; */
  border-radius: 50%;
  margin: 2px;
}
.glows {
  width: 100%;
  display: flex;
  margin-bottom: auto;
  margin-top: 10px;
  background:#00ebc8;
}
.glow-select {
  flex-wrap: nowrap;
  border-radius: 0%;
}
.img-container {
  margin-right: 5px;
  width: 100%;
  height: 25vw;
}
.wear-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
  align-items: center;
}

.wear-actions {
  display: flex;
  justify-content: space-between;
  width: 512px;
}
.wear-actions .actions-buttons {
  display: inline-flex;
}
.wear-actions-left select {
  font-size: 15px;
  font-weight: 500;
  padding: 6px;
  transition: all 0.5s linear;
  color: #00ebc8;
  border: 1px solid#00ebc8;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.wear-actions-left select:hover {
  background:#00ebc8;
  color: #fff;
}
.wear-actions-left select option {
  background:#00ebc8;
  color: #fff;
}
.wear-canvas {
  background-image: url("/img/wear_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid#00ebc8;
  max-width: 512px;
  max-height: 256px;
  /* margin: 0 auto; */
  position: relative;
}

.wear-canvas > label {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color:#00ebc8;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 1px 10px;
  border-radius: 15px;
}

.wear-row {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  gap: 40px;
}

.wear-title {
  width: fit-content;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  color:#00ebc8;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
  margin: 0 auto;
 
}

.wear-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.wear-item {
  width: 48%;
  height: fit-content;
  display: flex;
  border: 1px solid#00ebc8;
  flex-wrap: wrap;
  padding: 20px;
}

.wear-item h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  color: #00ebc8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid#00ebc8;
  padding-bottom: 10px;

  margin-bottom: 20px;
}

.wear-photo {
  width: 100%;
  height: fit-content;
  margin-bottom: 10px;
}

.wear-photo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1440px) {
  section {
    width: 950px;
  }

  nav {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    padding: 10px 30px;
    margin-top: 30px;
  }

  .menu li .menu-a {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
  }

  .flags-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
   
    padding: 70px;
  }

  .flags-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  
    padding: 70px;
    margin-top: 30px;
  }

  .skin-container h2 {
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 40px;
    margin: 0 auto;
    border: 3px solid #cccccc29;
  }

  .img-container {
    margin-right: 5px;
    width: 100%;
    height: 350px;
  }

  .dw-div {
    display: flex;
    float: none !important;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .input-group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .wear-item h3 {
    font-size: 20px;
  }

  .wear-item {
    width: 48%;
    height: fit-content;
    display: flex;
    border: 1px solid#00ebc8;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
  }

  .wear-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    align-items: center;
  }

  .wear-item {
    width: 48%;
    height: fit-content;
    display: flex;
    border: 1px solid#00ebc8;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    margin-bottom: 40px;
  }

  .bilgi-oyun h2 {
    width: fit-content;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
    border: 3px solid #cccccc29;
  }

  .eklenti-mobil h3 {
    width: fit-content;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
    border: 3px solid #cccccc29;
  }

  .mobil-link {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid#00ebc8;
    position: relative;
  }

  .footer-logo {
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 3px solid #cccccc29;
  }

  .footer-logo span {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: #00ebc8;
    letter-spacing: 2px;
  }

  .yetkili-link {
    display: flex;
    gap: 20px;
  }
  .yetkili-link a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }
  .developer a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .wear-title {
    width: fit-content;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
    border: 3px solid #cccccc29;
  }
}
@media (max-width: 1040px) {
  section {
    width: 700px;
  }

  .flags-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;

    padding: 40px;
    margin-top: 30px;
  }

  .img-container {
    margin-right: 5px;
    width: 100%;
    height: 280px;
  }

  .glow-select-box {
    display: flex;
    align-items: center;
    padding: 3px 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    /* padding: 3px; */
    border-radius: 50%;
    margin: 1px;
  }

  .input-group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .skin-panel {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 5px solid transparent;
   
    font-size: 100px;
    color: #00ebc8;
    text-align: center;
    padding-top: 20px;
    gap: 10px;
  }

  .actions-buttons .btn {
    font-size: 15px;
    font-weight: 500;
    color: #00ebc8;
    padding: 10px;
    border: 1px solid#00ebc8;
    margin: 0 auto;
    transition: all 0.5s linear;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
  }

  .input-group input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 20px;
    font-weight: 300;
    color: #00ebc8;
    border: 1px solid#00ebc8;
    padding: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  section {
    width: 100%;
    padding: 0 15px;
  }
  .logo span {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: #00ebc8;
    letter-spacing: 2px;
  }

  .menu li .menu-a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
  }

  .menu {
    display: flex;
    width: 100%;
    height: 45px;
    position: relative;
    text-align: center;
    zoom: 1;
    justify-content: space-between;
    padding: 0 15px;
  }

  .skin-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 40px;
  }

  .flags-container .flag-icon {
    display: block;
    width: 20px;
    height: auto;
  }

  .img-container {
    margin-right: 5px;
    width: 100%;
    height: 240px;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color:#00ebc8;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .glow-select-box {
    display: flex;
    align-items: center;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    /* padding: 3px; */
    border-radius: 50%;
    margin: 1px;
  }

  .skin-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
  }

  .actions-buttons .btn {
    font-size: 15px;
    font-weight: 500;
    color: #00ebc8;
    padding: 5px;
    border: 1px solid#00ebc8;
    margin: 0 auto;
    transition: all 0.5s linear;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
  }

  .input-group input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #00ebc8;
    border: 1px solid#00ebc8;
    padding: 10px 20px;
    margin-right: 10px;
  }

  #result_skinlab {
    margin-top: 5px !important;
    padding: 10px 10px !important;
    border: 1px solid#00ebc8;
    color: #fff;
    background-image: url(/img/bkgnd0.png);
    background-size: 100% 100%;
    position: relative;
    min-height: 220px !important;
  }

  .mobil-link {
    width: 100%;
    height: 228px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid#00ebc8;
    position: relative;
  }

  footer {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 5px solid transparent;
   
    margin-top: 40px;
    padding: 20px;
    gap: 20px;
  }

  .footer-logo {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
  }
  .yetkili {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .copy a,
  .copy p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #00ebc8;
  }
  .eklenti-img {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
}
@media (max-width: 650px) {
  section {
    width: 100%;
    padding: 0 10px;
  }

  .logo span {
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    color: #00ebc8;
    letter-spacing: 2px;
  }

  .logo {
    width: fit-content;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 0px;
    padding: 10px 20px;
    gap: 9px;
  }

  .flags-container {
    width: 100%;
    height: fit-content;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  
    padding: 40px;
    margin-top: 30px;
  }

  .menu li .menu-a {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
  }

  nav {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
 
    padding: 5px 5px;
    margin-top: 20px;
  }

  .skin-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
  }

  .img-container {
    margin-right: 5px;
    width: 100%;
    height: 200px;
  }

  .skin-panel {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 2px solid transparent;
   
    font-size: 100px;
    color: #00ebc8;
    text-align: center;
    padding-top: 5px;
    gap: 10px;
  }
  .glow-select-box {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    font-size: 7px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    /* padding: 3px; */
    border-radius: 50%;
    margin: 1px;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  canvas {
    width: 11.111%;
    height: 50px;
  }
  #result_skinlab {
    margin-top: 5px !important;
    padding: 10px 10px !important;
    border: 1px solid#00ebc8;
    color: #fff;
    background-image: url(/img/bkgnd0.png);
    background-size: 100% 100%;
    position: relative;
    min-height: 110px !important;
  }
  .img-container {
    margin-right: 5px;
    width: 100%;
    height: 155px;
  }

  .bilgi-oyun h2 {
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
  
  }

  .wear-title {
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
  
  }

  .wear-canvas {
    background-image: url("/img/wear_background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid#00ebc8;
    max-width: 100%;
    max-height: 180px;
    height: 200px;
    width: 100%;
    /* margin: 0 auto; */
    position: relative;
  }
  .wearMakerCreate {
    width: 100%;
    height: 100%;
    display: block;
  }
  .konvajs-content {
    height: 200px !important;
    width: 100% !important;
  }
  .konvajs-content canvas {
    width: 100% !important;
    height: 100% !important;
  }

  .bilgi-oyun p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color:#00ebc8;
  }
  .bilgi-oyun li {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color:#00ebc8;
    margin-bottom: 20px;
  }
  .bilgi-oyun > ul img {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }

  .mobil-link {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid#00ebc8;
    position: relative;
  }

  .eklenti-mobil h3 {
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
 
  }

  .yetkili {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .developer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
  }
  footer {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 5px solid transparent;
   
    margin-top: 40px;
    padding: 20px;
    gap: 40px;
  }
  .yetkili-link {
    display: flex;
    gap: 30px;
  }
  .copy a,
  .copy p {
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    color: #00ebc8;
  }

  .skin-container h2 {
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color:#00ebc8;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 40px;
    margin: 0 auto;

  }
  .wear-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .wear-item {
    width: 100%;
    height: fit-content;
    display: flex;
    border: 1px solid#00ebc8;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    margin-bottom: 40px;
  }

  .dw-div {
    display: flex;
    float: none !important;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .wear-row {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 40px;
  }

  .video-item {
    width: 100%;
    display: flex;
    height: fit-content;
    flex-wrap: wrap;
    gap: 10px;
  }

  .mobil-link {
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid#00ebc8;
    position: relative;
  }
}


.reklam-row{
  width: 100%;
  height: fit-content;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}