* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #19181d;
  font-family: Montserrat;
  color: #FFF;
}

.circle {
  position: relative;
  width: 600px;
  height: 600px;
  background: linear-gradient(#313247 0%,#19181d 30%);
  border-radius: 50%;
}

.circle::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  top: -20px;
  border-radius: 50%;
  background: linear-gradient(#ff849d 1%,#fa3d5e -10%,#f92552 80%);
  z-index: -1;
  -webkit-filter:blur(7px);
}

.circle .text {
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 20px!important;
  letter-spacing: 45px!important;
  position: fixed;
  bottom: 25%;
}

.circle .text::after {
  content: 'coming soon';
}



/************ contact ************/
.contanier {
  width: 700px;
  padding: 20px;
  top: 50px;
  position: absolute;
}

.contanier h2 {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 30px 0 150px;
}

.contanier .row {
  position: relative;
  display: grid;
  width: 100%;
  padding: 0 10px;
  margin: 30px 0 10px;
  transition: 0.5s;
}

.contanier .row .inputbox,
.contanier .row .textarea {
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.contanier .row .inputbox input,
.contanier .row .textarea textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 0 10px;
  z-index: 1;
  color: #f92552;
}

.contanier .row .inputbox .text {
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 40px;
  pointer-events: none;
  transition: 0.5s;
}

.contanier .row .inputbox input:focus + .text,
.contanier .row .inputbox input:valid + .text,
.contanier .row .inputbox textarea:focus + .text,
.contanier .row .inputbox textarea:valid + .text {
  top: -35px;
  left: 0px;
}

.contanier .row .inputbox .line {
  position: absolute;
  bottom:0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: .05s;
  border-radius: 1px;
  pointer-events: none;
}

input[type="submit"] {
  border: none;
  padding: 10px;
  cursor: pointer;
  outline: none;
  background-color: #f92552;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  width: 170px;
  text-align: center;
  border-radius: 7px;
  right: 0;
  display: inline-block;
  position: absolute;
}
/************ contact end ************/
/*** back and contact ***/
.back,
.contact {
  display: flex;
  position: fixed;
  bottom: 100px;
  line-height: 30px;
}

.back a,
.contact a {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 0 30px;
}

.contact span {
  color: #595959;
}

.back a img {
  display: inline-block;
  top: 8px;
  position: relative;
  margin-right: 5px;
}

  .circle .text {
    font-size: 14px;
    letter-spacing: 15px;
  }
  .back,
  .contact {
    bottom: 50px;
  }

  .back a,
  .contact a {
    padding: 0 10px;
    letter-spacing: 3px;
    font-size: 10px;
    font-weight: 500;
  }
}
/*** back and contact end ***/

/*** message ***/
.message {
  display: contents;
  position: relative;
  width: 70%;
}

.message p {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 5px;
  position: fixed;
  text-align: center;
  line-height: 50px;
}
/*** message end ***/
/*** terms_of_use
.contanier_header {
  width: 80%;
  padding: 20px;
  top: 50px;
  position: absolute;
}

.contanier_header h2 {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 30px 0 30px;
}

.terms_of_use {
  float: left;
  height: 650px;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.box_overflow {
	min-height: 700px;
  padding: 0 20px 0 0;
}

.terms_of_use span.last_update {
  color: #595959;
  padding: 5px 0 15px;
  display: inline-block;
  width: 100%;
}

.terms_of_use h3 {
  font-weight: 500;
  padding: 25px 0 15px;
}

.terms_of_use p.p_text {
  padding: 5px 0 30px;
  line-height: 25px;
}

.terms_of_use ul {
  margin-bottom: 45px;
  list-style: none;
}

.terms_of_use ul li{
  line-height: 25px;
  margin-bottom: 10px;
  list-style: none;
}

.terms_of_use h4 {
  font-weight: 500;
  padding: 15px 0 10px;
}
#terms_of_use::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000000;
}

#terms_of_use::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#terms_of_use::-webkit-scrollbar-thumb {
	background-color: #252527;
	border: 2px solid #252527;
}
 terms_of_use end ***/
