@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&display=swap");
@keyframes toups {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(0.8);
  }
}
* {
  margin: 0px;
  padding: 0px;
  font-family: "Oswald", sans-serif;
}

body {
  background-color: #1A2427;
}

a {
  cursor: pointer;
}

.columns {
  display: -moz-flex;
  display: flex;
}
.columns.space-beetween {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.columns.center {
  align-items: center;
}

.button-back {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

.pad-r-40 {
  padding-right: 40px;
}

.tor {
  text-align: right;
}

.toc {
  text-align: center;
}

.flex1 {
  -moz-flex: 1;
  flex: 1;
}

.mrl10 {
  margin-left: 10px;
  margin-right: 10px;
}

.site-slide {
  width: 100%;
  height: 100vh;
  background-color: #1A2427;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.site-slide .welcome {
  display: -moz-flex;
  display: flex;
  -moz-flex: 1;
  flex: 1;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
.site-slide .welcome h1 {
  color: #fff;
  margin-bottom: 40px;
}
.site-slide .welcome h1 > span {
  color: #F7C63B;
}
.site-slide .welcome .example {
  display: -moz-flex;
  display: flex;
}
.site-slide .welcome .example > p {
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 200px;
  border: 5px solid #fff;
  border-radius: 10px;
}
.site-slide .welcome .example > span {
  display: block;
  margin: 0px 20px;
  background: url(../pic/arrow.svg) no-repeat center center;
  background-size: contain;
  width: 100px;
  height: 200px;
  transform: rotate(-120deg);
}
.site-slide .welcome .drop {
  margin-top: 40px;
  width: 100%;
  background-color: #F7C63B;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site-slide .welcome .drop > button {
  cursor: pointer;
  width: 100%;
  outline: none;
  border: 2px dashed #fff;
  background: transparent;
  color: #fff;
  font-size: 24px;
  padding: 30px 10px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-text-shadow: 0px 1px 2px #624a04;
  -moz-text-shadow: 0px 1px 2px #624a04;
  text-shadow: 0px 1px 2px #624a04;
  border-radius: 6px;
}
.site-slide .welcome .drop > input {
  display: none;
}
.site-slide .welcome .drop.hover {
  padding: 20px;
  background-color: #c49308;
}
.site-slide .welcome .drop.hover > button {
  padding: 30px 20px;
}

.simple-text {
  color: #fff;
  width: 100%;
  max-width: 900px;
  text-align: justify;
  margin: 0px auto;
  font-weight: 100;
  min-height: 90vh;
}
.simple-text h1, .simple-text h2 {
  font-weight: 100;
  margin-top: 20px;
}
.simple-text p {
  margin-bottom: 10px;
}

.pic-example {
  width: 360px;
  height: 360px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.pic-example.full {
  width: 100%;
}

.example-img {
  width: 30%;
  display: block;
}

.logo {
  width: 200px;
  height: 64px;
  display: block;
  background: url(../pic/full_logo.svg) no-repeat left center;
  background-size: contain;
}
.logo.center {
  background-position: center center;
  margin: 0px auto;
}

.menu {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding: 40px;
  background: url(../pic/shadow.svg) repeat-x center top;
  background-size: contain;
}
.menu a {
  text-decoration: none;
  color: #fff;
  margin-right: 40px;
}

.login, .balance {
  background-color: #F7C63B;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin-right: 0px;
  -webkit-text-shadow: 0px 1px 2px #624a04;
  -moz-text-shadow: 0px 1px 2px #624a04;
  text-shadow: 0px 1px 2px #624a04;
  border-radius: 100px;
}

.fixsize {
  max-width: 900px;
  margin: 0px auto;
  padding: 40px 0px;
}
.fixsize h1 {
  font-weight: 300;
}

.about {
  color: #fff;
}
.about p {
  font-weight: 100;
}
.about a {
  text-decoration: none;
  color: #F7C63B;
}

.pricing {
  background: #e9eef0;
}
.pricing .price-items > div {
  border-radius: 10px;
  border: 2px solid #1A2427;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.pricing .price-items > div:nth-child(2) {
  margin: 0px 20px;
}
.pricing .price-items > div h3 {
  font-size: 32px;
  color: #F7C63B;
}
.pricing .price-items > div h3 > small {
  font-size: 50%;
}
.pricing .price-items > div h3 > span {
  color: #1A2427;
  font-size: 50%;
}
.pricing .price-items > div p {
  color: #8daab3;
  font-weight: 100;
}
.pricing .price-items > div a {
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border: none;
  background-color: #8daab3;
  color: #fff;
  display: block;
  border-radius: 6px;
  filter: alpha(opactiy=30s);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30s)";
  -moz-opacity: 0.3s;
  -khtml-opacity: 0.3s;
  opacity: 0.3s;
}
.pricing .price-items > div a:hover {
  background-color: #F7C63B;
}

.about-us {
  background-color: white;
}
.about-us a {
  color: #1A2427;
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.about-us p {
  color: #6e939f;
}

.footer {
  background-color: black;
  color: #fff;
  font-size: 13px;
}
.footer a {
  font-size: 14px;
  margin: 5px 0px;
  display: block;
  color: #8daab3;
}

.footer-icons {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #060808;
}

.cards {
  background: url(../pic/paymaster.png) no-repeat center center;
  background-size: auto 24px;
  height: 64px;
  width: 160px;
}

.paymaster {
  background: url(../pic/pm_logo_w.svg) no-repeat center center;
  background-size: auto 24px;
  height: 64px;
  width: 160px;
}

.auth {
  min-height: 100vh;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
.auth .auth-form {
  width: 100%;
  max-width: 220px;
  color: #fff;
  font-weight: 100;
}
.auth .auth-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  border: 1px solid #435c64;
}
.auth .auth-form a {
  color: #fff;
  text-decoration: none;
}
.auth .auth-form .login {
  border-radius: 2px;
  border: none;
  outline: none;
}

.notfound {
  font-size: 200%;
  color: #F7C63B;
}
.notfound h3 {
  font-weight: 100;
  color: #fff;
}

.ui.popup {
  position: fixed;
  z-index: 3;
  top: 10px;
  left: 10px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
}
.ui.popup > div {
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
  max-width: 300px;
  color: #060808;
  border-radius: 5px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.ui.popup > div > p {
  padding: 10px;
  margin-right: 10px;
}
.ui.popup > div > canvas {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: none;
  outline: none;
  resize: none;
  background: none;
  text-decoration: none;
}
.ui.popup > div.success {
  background-color: #0F9D58;
  color: #fff;
}
.ui.popup > div.error {
  background-color: #E30613;
  color: #feeaeb;
}

.full-image {
  width: 100%;
  height: 800px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  justify-content: center;
}
.full-image a {
  display: block;
  background-color: #F7C63B;
  margin: 20px;
  padding: 10px;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
}

.example_video {
  width: 100%;
}

.loader {
  display: block;
  position: relative;
  height: 32px;
  width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #FFF;
  border-radius: 20px;
  margin: 54px auto;
}
.loader.hidden {
  display: none;
}

.loader:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FF3D00;
  animation: ballbns 3s ease-in-out infinite;
}

@keyframes ballbns {
  0% {
    left: 0;
    transform: translateX(0%);
    box-shadow: -5px 0 0 -1px rgba(255, 61, 0, 0.9), -10px 0 0 -2px rgba(255, 61, 0, 0.8), -15px 0 0 -4px rgba(255, 61, 0, 0.6), -20px 0 0 -6px rgba(255, 61, 0, 0.4), -25px 0 0 -8px rgba(255, 61, 0, 0.2);
  }
  49% {
    left: 100%;
    transform: translateX(-100%);
    box-shadow: -5px 0 0 -1px rgba(255, 61, 0, 0.9), -10px 0 0 -2px rgba(255, 61, 0, 0.8), -15px 0 0 -4px rgba(255, 61, 0, 0.6), -20px 0 0 -6px rgba(255, 61, 0, 0.4), -25px 0 0 -8px rgba(255, 61, 0, 0.2);
  }
  51% {
    left: 100%;
    transform: translateX(-100%);
    box-shadow: 5px 0 0 -1px rgba(255, 61, 0, 0.9), 10px 0 0 -2px rgba(255, 61, 0, 0.8), 15px 0 0 -4px rgba(255, 61, 0, 0.6), 20px 0 0 -6px rgba(255, 61, 0, 0.4), 25px 0 0 -8px rgba(255, 61, 0, 0.2);
  }
  100% {
    left: 0;
    transform: translateX(0%);
    box-shadow: 5px 0 0 -1px rgba(255, 61, 0, 0.9), 10px 0 0 -2px rgba(255, 61, 0, 0.8), 15px 0 0 -4px rgba(255, 61, 0, 0.6), 20px 0 0 -6px rgba(255, 61, 0, 0.4), 25px 0 0 -8px rgba(255, 61, 0, 0.2);
  }
}
.howtouse {
  display: -moz-flex;
  display: flex;
}
.howtouse > div {
  -moz-flex: 3;
  flex: 3;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 6px;
}
.howtouse > div:nth-child(2) {
  margin: 0px 20px;
}
.howtouse > div > strong {
  height: 60px;
  display: inline-block;
}
.howtouse > div > h1 {
  margin-bottom: 10px;
}

.buy-custom {
  border: 2px solid #1A2427;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.buy-custom p {
  color: #8daab3;
  font-weight: 100;
  margin-bottom: 10px;
}
.buy-custom > div {
  display: -moz-flex;
  display: flex;
}
.buy-custom > div input {
  padding: 20px;
  font-size: 18px;
  background: #fff;
  border: 0px;
  outline: 0px;
  border-radius: 3px;
  -moz-flex: 1;
  flex: 1;
}
.buy-custom > div button {
  margin-left: 20px;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border: none;
  background-color: #8daab3;
  color: #fff;
  display: block;
  border-radius: 6px;
}
.buy-custom > div button:hover {
  background-color: #F7C63B;
}

.example_api {
  padding: 20px;
  background-color: #fff;
  color: #0F9D58;
  border-radius: 4px;
}

.gold-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F7C63B;
  color: #1A2427 !important;
  border-radius: 4px;
  cursor: pointer;
}

.preorder {
  min-height: 80vh;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
.preorder > a {
  display: block;
  background-color: #fff;
  width: 320px;
  height: 240px;
  margin: 20px;
  border: 8px solid transparent;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.preorder > a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.preorder .yapay {
  background: #FF3E2B url(../pic/yalogo.svg) no-repeat center center;
  background-size: 200px auto;
}
.preorder .card {
  background: #AEDDF3 url(../pic/paymaster.png) no-repeat center center;
  background-size: 200px auto;
}

@media screen and (max-width: 640px) {
  h1 {
    padding: 20px;
  }
  .welcome {
    padding: 20px;
  }
  .welcome .example {
    transform: scale(0.8);
  }
  .welcome > div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: -webkit-fill-available;
  }
  .welcome .drop {
    width: auto !important;
    margin: 40px;
  }
  .menu {
    padding-right: 0px;
  }
  .howtouse {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .howtouse > div {
    margin: 20px;
  }
  .about .columns {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .about .columns > div {
    padding: 20px;
  }
  .example-img {
    width: 100%;
  }
  .pricing .fixsize {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .pricing .columns {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .pricing .columns > div {
    margin: 20px;
    width: auto;
  }
  .footer .fixsize {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .footer .fixsize > div {
    text-align: left;
    padding: 20px;
  }
  .example_api {
    text-wrap: wrap;
  }
  .preorder {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .simple-text {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .buy-custom {
    border: none;
  }
  .treb {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */