@import "bootstrap-grid.css";
@font-face {
  font-family: "GothamPro";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/gothampro-regular.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/gothampro-medium.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/gothampro-bold.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: black;
  font-weight: 900;
  src: url("../fonts/gothampro-black.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input, textarea {
  outline: none;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "GothamPro", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
  margin: 0;
  background: linear-gradient(30deg, #F9CE34 0%, #EE2A7B 50%, #6228D7 100%);
}

h1, h2, h3, h4, p, input, button, a {
  margin: 0;
  padding: 0;
  font-family: "GothamPro", sans-serif;
}

section {
  position: relative;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.all-wrap {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.all-wrap .image {
  width: 260px;
  height: 260px;
  min-height: 260px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.all-wrap .btn-s {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  position: relative;
  padding: 18px 32px;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(4, 6, 27, 0.7);
  cursor: pointer;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  font-size: 20px;
  border: 2px solid transparent;
  white-space: nowrap;
  padding-right: 70px;
  min-width: 310px;
  height: 62px;
}
.all-wrap .btn-s .soc-img {
  border-radius: 10px;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  right: 18px;
  top: 11px;
  position: absolute;
  margin-left: 20px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(4, 6, 27, 0.35);
}
.all-wrap .btn-s img {
  width: 100%;
}
.all-wrap .txt-btn {
  position: relative;
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
}
.all-wrap .decor-gradient {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  min-height: 100dvh;
  opacity: 1;
}
.all-wrap.-privacy-policy {
  padding-top: 30px;
  justify-content: flex-start;
}
.all-wrap.-privacy-policy .image {
  width: 90px;
  height: 90px;
  min-height: 90px;
}
.all-wrap.-privacy-policy .text {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  padding: 20px;
  background-color: #000;
}
.all-wrap.-privacy-policy .text p {
  padding: 10px 0;
}
.all-wrap.-privacy-policy .text h1 {
  margin-top: 30px;
}
.all-wrap.-privacy-policy .text h2 {
  margin-top: 20px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {
  /**/
  .all-wrap .image {
    width: 200px;
    height: 200px;
    min-height: 200px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 380px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}/*# sourceMappingURL=main.css.map */