* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: url(../../images/Gorgeous/bg.png) no-repeat center top #241229;
  background-size: 1200px auto;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e3dacc;
  font-size: 18px;
}
@media (min-width: 500px) {
  body {
    background-size: auto auto;
  }
}

input, select, button {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.background svg {
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  z-index: -1;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.logo-intro {
  width: 180px;
  z-index: 10;
  display: inline-block;
}
@media (min-width: 500px) {
  .logo-intro {
    margin-top: 105px;
    width: 150px;
  }
}

.absolute {
  position: absolute;
  width: 100%;
}

.pages {
  position: relative;
}

.page-content {
  padding: 80px 20px;
  color: #e3dacc;
  font-size: 20px;
}
@media (min-width: 1000px) {
  .page-content {
    padding: 80px 0;
  }
}
.page-content p {
  margin-top: 10px;
}
.page-content img {
  max-width: 100%;
}
.page-content .center {
  margin: 20px 0;
}

.title-gradient {
  font-size: 24px;
  font-weight: 700;
  filter: drop-shadow(0 0 40px rgba(255, 163, 74, 0.4));
  text-transform: uppercase;
  padding: 0 20px;
  text-align: center;
  background: linear-gradient(#fff4c1, #ffbe72);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .title-gradient {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  .title-gradient {
    padding: 0 120px;
  }
}

.social-collapse {
  width: 92px;
  background-color: rgba(34, 28, 43, 0.4);
  border-radius: 14px;
  position: absolute;
  top: 100px;
  left: calc(50% - 500px);
  padding-bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  z-index: 20;
  cursor: pointer;
  display: none;
}
@media (min-width: 1000px) {
  .social-collapse {
    display: none;
  }
  .social-collapse.active {
    display: block;
  }
}
.social-collapse:hover .icon-fb, .social-collapse:hover .icon-telegram {
  filter: brightness(140%);
}
.social-collapse .icon-fb {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  background: url(../../images/Gorgeous/fb.png) no-repeat 0 0/100% 100%;
  transition: all 0.2s ease;
}
.social-collapse .icon-telegram {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: url(../../images/Gorgeous/tele.png) no-repeat 0 0/100% 100%;
  transition: all 0.2s ease;
}
.social-collapse .arrow {
  width: 100%;
  height: 36px;
  background: url(../../images/Gorgeous/arrow.png) no-repeat 50% -5px;
  display: block;
  animation: socialArrow 1s infinite ease-in-out;
}

.social-expand {
  padding: 20px;
  margin-top: 30px;
}
@media (min-width: 500px) {
  .social-expand {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .social-expand {
    margin-top: 0;
    width: 215px;
    background-color: rgba(34, 28, 43, 0.7);
    border-radius: 14px;
    position: absolute;
    top: 100px;
    left: calc(50% - 500px);
    padding: 0px 10px 0px 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    z-index: 20;
    cursor: pointer;
    display: none;
  }
  .social-expand.active {
    display: block;
  }
}
.social-expand .item {
  margin-top: 20px;
}
@media (min-width: 500px) {
  .social-expand .item {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .social-expand .item {
    flex: 1;
    background-color: rgba(34, 28, 43, 0.7);
    border-radius: 14px;
    border: 2px solid rgba(255, 255, 255, 0.1);
  }
}
.social-expand .social-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  display: none;
}
@media (min-width: 1000px) {
  .social-expand .social-title {
    display: block;
  }
}
.social-expand a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  transition: all 0.2s ease;
}
.social-expand a:hover {
  filter: brightness(140%);
}
.social-expand a .logo {
  width: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .social-expand a .logo {
    width: 60px;
    padding-left: 10px;
  }
}
.social-expand a .link {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-expand .short-link {
  font-size: 12px;
}
.social-expand .fb {
  width: 12px;
  height: 21px;
  background: url(../../images/Gorgeous/logo-fb.png) no-repeat;
}
.social-expand .telegram {
  width: 26px;
  height: 26px;
  background: url(../../images/Gorgeous/logo-telegram.png) no-repeat;
}
.social-expand .social-fb {
  width: 195px;
  height: 50px;
  background: url(../../images/Gorgeous/button-facebook-web.png) no-repeat 0 0/100% 100%;
}
@media (max-width: 1000px) {
  .social-expand .social-fb {
    width: 100%;
    height: 70px;
    background-image: url(../../images/Gorgeous/button-facebook-mobile.png);
  }
}
.social-expand .social-fb .short-link {
  color: #6b95ff;
}
.social-expand .social-telegram {
  width: 195px;
  height: 50px;
  background: url(../../images/Gorgeous/button-telegram-web.png) no-repeat 0 0/100% 100%;
}
@media (max-width: 1000px) {
  .social-expand .social-telegram {
    width: 100%;
    height: 70px;
    background-image: url(../../images/Gorgeous/button-telegram-mobile.png);
  }
}
.social-expand .social-telegram .short-link {
  color: #93dfff;
}
.social-expand .title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.social-expand .arrow {
  height: 40px;
  width: 100%;
  display: block;
  background: url(../../images/Gorgeous/arrow-up.png) no-repeat center;
  display: none;
}
@media (min-width: 1000px) {
  .social-expand .arrow {
    display: block;
  }
}

.intro-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 1000px) {
  .intro-buttons {
    background-color: rgba(34, 28, 43, 0.4);
    border-radius: 14px;
    padding-bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    width: 92px;
    position: absolute;
    top: 100px;
    left: calc(50% + 410px);
    z-index: 20;
    display: block;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .intro-buttons .item {
    flex: 1;
    background-color: rgba(34, 28, 43, 0.4);
    border-radius: 14px;
    padding-bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
  }
}
.intro-buttons .button-gift {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: url(../../images/Gorgeous/Gift.png) no-repeat 0 0/100% 100%;
  display: block;
  cursor: pointer;
  margin: 10px auto 0px;
}
@media (min-width: 1000px) {
  .intro-buttons .button-gift {
    margin: 20px auto;
    width: 60px;
    height: 60px;
  }
}
.intro-buttons .button-support {
  width: 120px;
  height: 120px;
  background: url(../../images/Gorgeous/suport.png) no-repeat 0 0/100% 100%;
  display: block;
  cursor: pointer;
  margin: 10px auto 0px;
}
@media (min-width: 1000px) {
  .intro-buttons .button-support {
    margin: 20px auto;
    width: 60px;
    height: 60px;
  }
}
.intro-buttons .text {
  font-weight: 600;
  font-style: italic;
  letter-spacing: -1;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 10px;
}
@media (min-width: 1000px) {	
	.intro-buttons .text {
		margin-top: -10px;
	}
  
}

.intro-buttons a {
  transition: all 0.2s ease;
}
.intro-buttons a:hover {
  filter: brightness(140%);
}

.sliders {
  position: relative;
  height: 400px;
}
@media (min-width: 400px) {
  .sliders {
    height: 400px;
  }
}
@media (min-width: 500px) {
  .sliders {
    height: 580px;
  }
}
@media (min-width: 1000px) {
  .sliders {
    height: 690px;
  }
}
.sliders .slider {
  position: absolute;
  width: 100%;
  transition: all 0.2s ease;
  opacity: 0;
}
.sliders .slider.active {
  opacity: 1;
}

.slider-1 {
  position: relative;
  margin: 0 auto;
  transition: all 0.2s ease;
  opacity: 0;
}
@media (max-width: 500px) {
  .slider-1 {
    transform: scale(0.75) translateY(0px);
  }
}
.slider-1.active {
  opacity: 1;
}
.slider-1.active .obj-sh {
  left: calc(50% - 100px);
  opacity: 1;
}
.slider-1.active .obj-iphone {
  left: calc(50% - 190px);
  opacity: 1;
}
.slider-1.active .txt-iphone {
  left: calc(50% - 94px);
  opacity: 1;
}
.slider-1.active .txt-16pm {
  left: calc(50% - 110px);
  opacity: 1;
}
.slider-1.active .txt-sh {
  left: calc(50% + 80px);
  opacity: 1;
}
.slider-1.active .txt-qdt {
  left: calc(50% - 200px);
  opacity: 1;
  animation: objMov9 1s infinite ease-in-out;
}
.slider-1.active .txt-ldn {
  left: calc(50% - 261.5px);
  opacity: 1;
  animation: objMov9 1s infinite ease-in-out;
}
.slider-1.active .txt-chrn {
  opacity: 1;
  transform: scale(1);
}
.slider-1 .light-bottom-green {
  width: 659px;
  height: 145px;
  background: url(../../images/Gorgeous/obj-lighting-bottom-green.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 519px;
  left: calc(50% - 329.5px);
}
.slider-1 .radial-green {
  width: 359px;
  height: 359px;
  background: url(../../images/Gorgeous/obj-radial-green.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 163px;
  left: calc(50% - 179.5px);
}
.slider-1 .reflection-green {
  width: 195px;
  height: 151px;
  background: url(../../images/Gorgeous/obj-reflection-green.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 186px;
  left: calc(50% - 97.5px + 100px);
}
.slider-1 .dots-green {
  width: 818px;
  height: 442px;
  background: url(../../images/Gorgeous/dots.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 118px;
  left: calc(50% - 409px);
}
.slider-1 .txt-ldn {
  width: 523px;
  height: 140px;
  background: url(../../images/Gorgeous/txt-ldn.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 190px;
  left: calc(50% - 261.5px - 300px);
  transition: all 0.5s ease;
  opacity: 0;
}
.slider-1 .txt-qdt {
  width: 381px;
  height: 102px;
  background: url(../../images/Gorgeous/txt-qdt.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 285px;
  left: calc(50% + 150px);
  transition: all 0.5s ease;
  opacity: 0;
}
.slider-1 .txt-sh {
  width: 135px;
  height: 87px;
  background: url(../../images/Gorgeous/txt-sh.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 310px;
  left: calc(50% + 120px);
  transition: all 0.5s ease;
  opacity: 0;
}
.slider-1 .obj-sh {
  width: 257px;
  height: 235px;
  background: url(../../images/Gorgeous/obj-sh.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 360px;
  left: calc(50% + 150px);
  transition: all 0.5s ease;
  opacity: 0;
}
.slider-1 .obj-iphone {
  width: 143px;
  height: 197px;
  background: url(../../images/Gorgeous/obj-iphone.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 380px;
  left: calc(50% - 300px);
  transition: all 0.5s ease;
  opacity: 0;
}
.slider-1 .txt-iphone {
  width: 226px;
  height: 43px;
  background: url(../../images/Gorgeous/txt-iphone.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 528px;
  left: calc(50% - 300px);
  transition: all 0.6s ease;
  opacity: 0;
}
.slider-1 .txt-16pm {
  width: 196px;
  height: 48px;
  background: url(../../images/Gorgeous/txt-16pm.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 565px;
  left: calc(50% - 410px);
  transition: all 0.7s ease;
  opacity: 0;
}
.slider-1 .obj-dice {
  width: 105px;
  height: 108px;
  background: url(../../images/Gorgeous/dice.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 184px;
  left: calc(50% + 300px);
  transform-origin: 50% 30%;
  animation: objMov1 4s infinite ease-in-out;
}
.slider-1 .obj-dice-box {
  width: 176px;
  height: 174px;
  background: url(../../images/Gorgeous/dice-box.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 370px;
  left: calc(50% - 470px);
  transform-origin: 50% 30%;
  animation: objMov5 4s infinite ease-in-out;
}
.slider-1 .cfill {
  width: 646px;
  height: 405px;
  background: url(../../images/Gorgeous/cfill.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 200px;
  left: calc(50% - 323px);
  transform-origin: 50% 100%;
  animation: cfill 2s infinite linear;
  opacity: 0;
}
.slider-1 .cstroke {
  width: 610px;
  height: 468px;
  background: url(../../images/Gorgeous/1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 260px;
  left: calc(50% - 300px);
  /* transform-origin: 50% 100%; */
  /* animation: cstroke 2s infinite linear; */
  /* opacity: 0; */
}

.slider-2 .cstroke {
  width: 610px;
  height: 468px;
  background: url(../../images/Gorgeous/2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 260px;
  left: calc(50% - 300px);
}

.slider-3 .cstroke {
  width: 610px;
  height: 468px;
  background: url(../../images/Gorgeous/3.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 260px;
  left: calc(50% - 300px);
}

.slider-4 .cstroke {
  width: 610px;
  height: 468px;
  background: url(../../images/Gorgeous/4.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 260px;
  left: calc(50% - 300px);
}

.slider-2 {
  opacity: 0;
  transition: all 0.2s ease;
  transform-origin: 50% 100%;
}
@media (max-width: 600px) {
  .slider-2 {
    transform: scale(0.9) translateY(0px);
  }
}
@media (max-width: 500px) {
  .slider-2 {
    transform: scale(0.7) translateY(0px);
  }
}
@media (max-width: 400px) {
  .slider-2 {
    transform: scale(0.6) translateY(0px);
  }
}
.slider-2.active {
  opacity: 1;
}
.slider-2.active .obj-clock {
  transform: scale(1);
  animation: clockRing 0.05s infinite linear;
}
.slider-2.active .obj-swood-1 {
  top: 80px;
  left: calc(50% - 350px);
}
.slider-2.active .obj-swood-2 {
  top: 99px;
  left: calc(50% + 200px);
}
.slider-2.active .obj-swood-3 {
  top: 535px;
  left: calc(50% - 530px);
}
.slider-2.active .obj-swood-4 {
  top: 535px;
  left: calc(50% + 140px);
}
.slider-2.active .txt-nv {
  top: 320px;
  left: calc(50% - 310px);
  animation: objMov9 0.75s infinite ease-in-out;
}
.slider-2.active .txt-gv {
  top: 380px;
  left: calc(50% - 90px);
  animation: objMov9 0.75s infinite ease-in-out;
}
.slider-2.active .txt-100 {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s 0.3s cubic-bezier(0.42, 1.96, 0.37, 0.79);
}
.slider-2.active .txt-cb {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.2s 0.5s ease-out;
}
.slider-2.active .txt-kqh {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.2s 0.6s ease-out;
}
.slider-2.active .obj-coin-star {
  opacity: 1;
  transform: translate(0px, 0px) rotate(0deg);
  animation: objMov1 4s infinite ease-in-out;
}
.slider-2.active .star-2 {
  opacity: 1;
  transform: translate(0px, 0px) rotate(70deg);
  animation-delay: 0.5s;
}
.slider-2 .obj-coin-1 {
  top: 220px;
  left: calc(50% + 270px);
}
.slider-2 .obj-coin-2 {
  top: 360px;
  left: calc(50% - 330px);
}
.slider-2 .obj-coin-3 {
  top: 520px;
  left: calc(50% - 220px);
}
.slider-2 .star-2 {
  top: 450px;
  left: calc(50% - 380px);
  transform: rotate(70deg);
}
.slider-2 .obj-clock {
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.slider-2 .obj-swood-1 {
  top: 220px;
  left: calc(50% - 250px);
  transition: all 0.2s ease;
}
.slider-2 .obj-swood-2 {
  top: 220px;
  left: calc(50% - 100px);
  transition: all 0.2s ease;
}
.slider-2 .obj-swood-3 {
  top: 200px;
  left: calc(50% - 50px);
  transition: all 0.2s ease;
}
.slider-2 .obj-swood-4 {
  top: 200px;
  left: calc(50% - 200px);
  transition: all 0.2s ease;
}
.slider-2 .txt-nv {
  top: 340px;
  left: calc(50% - 500px);
  transition: all 0.4s ease;
}
.slider-2 .txt-gv {
  top: 360px;
  left: calc(50% + 200px);
  transition: all 0.4s ease;
}
.slider-2 .txt-100 {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease;
}
.slider-2 .txt-cb, .slider-2 .txt-kqh {
  opacity: 0;
  transform: translate(100px, -10px);
  transition: all 0.4s ease;
}
.slider-2 .obj-coin-star {
  opacity: 0;
  transform: translate(-200px, 60px) rotate(180deg);
  transition: all 0.5s ease;
}
.slider-2 .star-2 {
  opacity: 0;
  transform: translate(220px, -40px) rotate(210deg);
  transition: all 0.4s ease;
}

@media (max-width: 600px) {
  .slider-3 {
    transform: scale(0.8) translateY(50px);
  }
}
@media (max-width: 500px) {
  .slider-3 {
    transform: scale(0.7) translateY(50px);
  }
}
@media (max-width: 400px) {
  .slider-3 {
    transform: scale(0.58) translateY(50px);
  }
}
.slider-3.active .txt-nnd {
  opacity: 1;
  transform: translate(0, 0);
  animation: objMov9 1.5s infinite ease-in-out;
}
.slider-3.active .txt-tnt {
  opacity: 1;
  transform: translate(0, 0);
  animation: objMov9 1.5s 0.75s infinite ease-in-out;
}
.slider-3.active .obj-coin-star {
  opacity: 1;
  transform: translate(0px, 0px) rotate(0deg);
  transform-origin: 100% 100%;
  animation: objMov3 3s infinite ease-in-out;
}
.slider-3.active .obj-gift-1, .slider-3.active .obj-gift-2 {
  opacity: 1;
  transform: translate(0px, 0px) rotate(0deg);
  animation: objMov6 2s infinite ease-in-out;
}
.slider-3.active .obj-prom {
  animation: objProm 0.5s infinite ease-in-out;
}
.slider-3.active .txt-x2 {
  animation: objProm 0.5s 0.05s infinite ease-in-out;
}
.slider-3 .light-rot {
  left: calc(50% - 400px);
  top: 130px;
}
.slider-3 .obj-coin-star {
  opacity: 0;
  top: 520px;
  left: calc(50% + 145px);
}
.slider-3 .txt-nnd {
  opacity: 0;
  transform: translate(-100px, 10px);
  transition: all 0.4s ease;
}
.slider-3 .txt-tnt {
  opacity: 0;
  transform: translate(-150px, 10px);
  transition: all 0.2s ease;
}
.slider-3 .obj-coin-star {
  opacity: 0;
  transform: translate(-150px, -70px) rotate(-360deg);
  transition: all 0.3s ease;
}
.slider-3 .obj-gift-1 {
  opacity: 0;
  transform: translate(250px, 150px) rotate(-360deg);
  transition: all 0.5s ease;
}
.slider-3 .obj-gift-2 {
  opacity: 0;
  transform: translate(-250px, -150px) rotate(360deg);
  transition: all 0.5s ease;
}

@media (max-width: 550px) {
  .slider-4 {
    transform: scale(0.8) translateY(50px);
  }
}
@media (max-width: 500px) {
  .slider-4 {
    transform: scale(0.6) translateY(50px);
  }
}
.slider-4.active .txt-sieu {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(1, -0.03, 0.58, 1.48);
}
.slider-4.active .txt-hot {
  opacity: 1;
  transform: translate(0px, 0px) rotate(0deg);
  transition: all 0.2s 0.3s ease-in-out;
}
.slider-4.active .txt-slot {
  opacity: 1;
  transform: translate(0px, 0px) rotate(0deg);
  transition: all 0.2s 0.4s ease-in-out;
}
.slider-4.active .txt-nh {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: all 0.4s 0.6s cubic-bezier(0.37, 1.43, 0.47, 1.79);
  animation: objMov9 2s infinite ease-in-out;
}
.slider-4.active .txt-x6 {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s 0.9s cubic-bezier(0.37, 1.43, 0.47, 1.79);
}
.slider-4 .txt-sieu {
  opacity: 0;
  transform: scale(2.5);
}
.slider-4 .txt-hot {
  opacity: 0;
  transform: translate(-100px, 10px) rotate(-10deg);
  transition: all 0.2s ease-in-out;
}
.slider-4 .txt-slot {
  opacity: 0;
  transform: translate(-100px, 10px) rotate(-10deg);
  transition: all 0.2s ease-in-out;
}
.slider-4 .txt-nh {
  opacity: 0;
  transform: translate(0, 50px) scale(0);
  transition: all 0.2s ease-in-out;
}
.slider-4 .txt-x6 {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.obj-coin-1 {
  width: 59px;
  height: 50px;
  background: url(../../images/Gorgeous/coin-1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 560px;
  left: calc(50% - 330px);
  transform-origin: 0 0;
  animation: objMov2 5s infinite ease-in-out;
}

.obj-coin-2 {
  width: 52px;
  height: 55px;
  background: url(../../images/Gorgeous/coin-2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 300px;
  left: calc(50% - 350px);
  transform-origin: 0 0;
  animation: objMov1 3s infinite ease-in-out;
}

.obj-coin-3 {
  width: 64px;
  height: 44px;
  background: url(../../images/Gorgeous/coin-3.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 512px;
  left: calc(50% + 340px);
  transform-origin: 0 0;
  animation: objMov2 4.5s infinite ease-in-out;
}

.light-bottom-lime {
  width: 659px;
  height: 145px;
  background: url(../../images/Gorgeous/obj-lighting-bottom-lime.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 520px;
  left: calc(50% - 329.5px);
}

.light-bottom-orange {
  width: 659px;
  height: 145px;
  background: url(../../images/Gorgeous/obj-lighting-bottom-orange.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 520px;
  left: calc(50% - 329.5px);
}

.light-rot {
  width: 538px;
  height: 517px;
  background: url(../../images/Gorgeous/light-rot.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 120px;
  left: calc(50% - 269px);
  animation: objRot 4s infinite linear;
}

.light-y {
  width: 412px;
  height: 283px;
  background: url(../../images/Gorgeous/light-y.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 282px;
  left: calc(50% - 232px);
  mix-blend-mode: screen;
}

.obj-radial-yellow {
  width: 604px;
  height: 438px;
  background: url(../../images/Gorgeous/obj-radial-yellow.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 192px;
  left: calc(50% - 300px);
}

.obj-clock {
  width: 335px;
  height: 383px;
  background: url(../../images/Gorgeous/obj-clock.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 205px;
  left: calc(50% - 170px);
}

.obj-swood-1 {
  width: 228px;
  height: 145px;
  background: url(../../images/Gorgeous/obj-swood-1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 80px;
  left: calc(50% - 350px);
  z-index: 2;
}

.obj-swood-2 {
  width: 265px;
  height: 196px;
  background: url(../../images/Gorgeous/obj-swood-2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 99px;
  left: calc(50% + 200px);
  z-index: 2;
}

.obj-swood-3 {
  width: 330px;
  height: 108px;
  background: url(../../images/Gorgeous/obj-swood-3.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 535px;
  left: calc(50% - 530px);
  z-index: 2;
}

.obj-swood-4 {
  width: 378px;
  height: 143px;
  background: url(../../images/Gorgeous/obj-swood-4.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 535px;
  left: calc(50% + 140px);
  z-index: 2;
}

.box-gold-open {
  width: 582px;
  height: 432px;
  background: url(../../images/Gorgeous/box-gold-open.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 170px;
  left: calc(50% - 350px);
}

.obj-prom {
  width: 161px;
  height: 140px;
  background: url(../../images/Gorgeous/obj-prom.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 80px;
  left: calc(50% + 180px);
}

.obj-gift-1 {
  width: 126px;
  height: 127px;
  background: url(../../images/Gorgeous/obj-gift-1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 70px;
  left: calc(50% - 320px);
}

.obj-gift-2 {
  width: 114px;
  height: 116px;
  background: url(../../images/Gorgeous/obj-gift-2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 380px;
  left: calc(50% + 130px);
}

.obj-moneys-4 {
  width: 217px;
  height: 134px;
  background: url(../../images/Gorgeous/moneys-4.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 458px;
  left: calc(50% - 300px);
}

.obj-moneys-5 {
  width: 479px;
  height: 131px;
  background: url(../../images/Gorgeous/moneys-5.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 420px;
  left: calc(50% - 200px);
}

.obj-moneys-3 {
  width: 97px;
  height: 91px;
  background: url(../../images/Gorgeous/moneys-3.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 470px;
  left: calc(50% + 200px);
}

.obj-mobile-screen-slot {
  width: 523px;
  height: 263px;
  background: url(../../images/Gorgeous/obj-mobile-screen.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 350px;
  left: calc(50% - 230px);
}

.obj-coin-star {
  width: 81px;
  height: 83px;
  background: url(../../images/Gorgeous/obj-coin-star.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 217px;
  left: calc(50% + 186px);
  transition: all 0.2s ease;
}

.txt-x2 {
  width: 104px;
  height: 78px;
  background: url(../../images/Gorgeous/txt-x2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 90px;
  left: calc(50% + 202px);
  transition: all 0.2s ease;
}

.txt-chrn {
  width: 460px;
  height: 64px;
  background: url(../../images/Gorgeous/txt-chrn.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 530px;
  left: calc(50% - 230px);
  opacity: 0;
  transform: scale(0.2);
  transition: all 0.2s ease;
}

.txt-nh {
  width: 540px;
  height: 267px;
  background: url(../../images/Gorgeous/txt-nh.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 290px;
  left: calc(50% - 270px);
}

.txt-sieu {
  width: 311px;
  height: 204px;
  background: url(../../images/Gorgeous/txt-sieu.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 178px;
  left: calc(50% - 272px);
}

.txt-hot {
  width: 207px;
  height: 96px;
  background: url(../../images/Gorgeous/txt-hot.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 138px;
  left: calc(50% + 42px);
}

.txt-slot {
  width: 231px;
  height: 117px;
  background: url(../../images/Gorgeous/txt-slot.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 230px;
  left: calc(50% + 46px);
}

.txt-x6 {
  width: 368px;
  height: 149px;
  background: url(../../images/Gorgeous/txt-x6.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 460px;
  left: calc(50% - 140px);
}

.txt-nv {
  width: 380px;
  height: 117px;
  background: url(../../images/Gorgeous/txt-nv.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 320px;
  left: calc(50% - 310px);
}

.txt-gv {
  width: 325px;
  height: 108px;
  background: url(../../images/Gorgeous/txt-gv.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 380px;
  left: calc(50% - 90px);
}

.txt-100 {
  width: 229px;
  height: 100px;
  background: url(../../images/Gorgeous/txt-100.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 510px;
  left: calc(50% - 220px);
}

.txt-cb {
  width: 249px;
  height: 76px;
  background: url(../../images/Gorgeous/txt-cb.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 477px;
  left: calc(50% - 0px);
}

.txt-kqh {
  width: 288px;
  height: 91px;
  background: url(../../images/Gorgeous/txt-kqh.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 496px;
  left: calc(50% - 0px);
}

.txt-nnd {
  width: 538px;
  height: 148px;
  background: url(../../images/Gorgeous/txt-nnd.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 176px;
  left: calc(50% - 310px);
}

.txt-tnt {
  width: 581px;
  height: 155px;
  background: url(../../images/Gorgeous/txt-tnt.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 245px;
  left: calc(50% - 185px);
}

.moneys-2 {
  width: 101px;
  height: 60px;
  background: url(../../images/Gorgeous/moneys-2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 556px;
  left: calc(50% - 200px);
}

.moneys-1 {
  width: 77px;
  height: 43px;
  background: url(../../images/Gorgeous/moneys-1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 542px;
  left: calc(50% + 180px);
}

.light-sparkle {
  width: 616px;
  height: 428px;
  background: url(../../images/Gorgeous/light-sparkle.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 200px;
  left: calc(50% - 300px);
  mix-blend-mode: screen;
  transform: scaleY(0.5) translateY(200px);
}

.money-1 {
  width: 66px;
  height: 69px;
  top: 510px;
  left: calc(50% - 270px);
  position: absolute;
  animation: money1X 2s infinite ease-out;
}
.money-1::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 69px;
  background: url(../../images/Gorgeous/money-1.png) no-repeat 0 0/100% 100%;
  opacity: 0;
  animation: money1Y 2s infinite ease-in, money1A 2s infinite linear;
}

.money-2 {
  width: 46px;
  height: 72px;
  position: absolute;
  top: 510px;
  left: calc(50% - 270px);
  animation: money1X 2s 0.4s infinite ease-out;
}
.money-2:before {
  content: " ";
  width: 46px;
  height: 72px;
  background: url(../../images/Gorgeous/money-2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: money1Y 2s 0.4s infinite ease-in, money1A 2s 0.4s infinite linear;
}

.money-3 {
  width: 90px;
  height: 34px;
  position: absolute;
  top: 510px;
  left: calc(50% - 270px);
  animation: money1X 2s 0.8s infinite ease-out;
}
.money-3:before {
  content: " ";
  width: 90px;
  height: 34px;
  background: url(../../images/Gorgeous/money-3.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: money1Y 2s 0.8s infinite ease-in, money1A 2s 0.8s infinite linear;
}

.money-4 {
  width: 90px;
  height: 34px;
  position: absolute;
  top: 510px;
  left: calc(50% - 270px);
  animation: money1X 2s 1.2s infinite ease-out;
}
.money-4:before {
  content: " ";
  width: 90px;
  height: 34px;
  background: url(../../images/Gorgeous/money-3.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: money1Y 2s 1.2s infinite ease-in, money1A 2s 1.2s infinite linear;
}

.money-5 {
  width: 46px;
  height: 72px;
  position: absolute;
  top: 510px;
  left: calc(50% - 270px);
  animation: money1X 2s 1.6s infinite ease-out;
}
.money-5:before {
  content: " ";
  width: 46px;
  height: 72px;
  background: url(../../images/Gorgeous/money-2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: money1Y 2s 1.6s infinite ease-in, money1A 2s 1.6s infinite linear;
}

.slider-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 5px;
  position: absolute;
  top: 440px;
}
@media (min-width: 500px) {
  .slider-dots {
    top: 705px;
  }
}
.slider-dots .dot {
  width: 24px;
  height: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.slider-dots .dot.active {
  width: 12px;
  background: white;
}

.slider-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.slider-nav .nav {
  display: none !important;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-sizing: unset;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 465px;
  cursor: pointer;
}
.slider-nav .nav.left {
  left: calc(50% - 410px);
}
.slider-nav .nav.left:hover:before {
  transform: translateX(-5px);
}
.slider-nav .nav.left::before {
  content: " ";
  width: 43px;
  height: 61px;
  background: url(../../images/Gorgeous/arrow-l.png) no-repeat 0 0/100% 100%;
  transition: all 0.3s ease;
}
.slider-nav .nav.right {
  left: calc(50% + 340px);
}
.slider-nav .nav.right:hover:before {
  transform: translateX(5px);
}
.slider-nav .nav.right::before {
  content: " ";
  width: 43px;
  height: 61px;
  background: url(../../images/Gorgeous/arrow-r.png) no-repeat 0 0/100% 100%;
  transition: all 0.3s ease;
}

.objs {
  width: 100%;
  position: absolute;
  top: 0;
}
.objs .obj-coin-blur-1 {
  width: 159px;
  height: 151px;
  background: url(../../images/Gorgeous/coin-blur-1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 181px;
  left: calc(50% - 670px);
  transform-origin: 50% 50%;
  animation: objMov3 6s infinite ease-in-out;
}
.objs .obj-coin-blur-2 {
  width: 185px;
  height: 162px;
  background: url(../../images/Gorgeous/coin-blur-2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 566px;
  left: calc(50% + 470px);
  transform-origin: 50% 50%;
  animation: objMov4 6s infinite ease-in-out;
}
.objs .obj-symbol-1 {
  width: 96px;
  height: 81px;
  background: url(../../images/Gorgeous/symbol-1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 146px;
  left: calc(50% - 320px);
  transform-origin: 50% 50%;
  animation: objMov5 3s infinite ease-in-out;
}
.objs .obj-symbol-2 {
  width: 85px;
  height: 77px;
  background: url(../../images/Gorgeous/symbol-2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 361px;
  left: calc(50% + 260px);
}
.objs .obj-symbol-2:before {
  content: " ";
  width: 195px;
  height: 175px;
  background: url(../../images/Gorgeous/lighting-dots.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: -50px;
  left: -50px;
  mix-blend-mode: screen;
  transform-origin: 50% 50%;
  animation: objMov6 3s infinite ease-in-out;
}

.primary-buttons {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(17, 13, 20, 0.5);
  height: 103px;
  padding-top: 4px;
  z-index: 22;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (min-width: 700px) {
  .primary-buttons {
    height: 110px;
    padding-top: 8px;
  }
}
@media (min-width: 1000px) {
  .primary-buttons {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    background: none;
    height: auto;
    padding-top: 0;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}
.playweb {
  width: 50%;
  position: relative;
}
@media (min-width: 500px) {
  .playweb {
    width: 234px;
    height: 77px;
  }
}
@media (min-width: 700px) {
  .playweb {
    width: 313px;
    height: 160px;
  }
}
.playweb .link {
  width: 100%;
  height: 100%;
  background: url(../../images/Gorgeous/button-playweb.png) no-repeat 0 0/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
  animation: playweb 1s infinite ease-in-out;
}
.playweb .link:hover {
  filter: brightness(150%);
}
.playweb .link:hover + .shadow {
  transform: scale(1);
  opacity: 1;
}
.playweb .link:before {
  content: " ";
  width: 140px;
  height: 47px;
  background: url(../../images/Gorgeous/txt-playweb.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 700px) {
  .playweb .link:before {
    width: 168px;
    height: 57px;
  }
}
.playweb .shadow {
  width: 504px;
  height: 303px;
  background: url(../../images/Gorgeous/button-playweb-outline.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: -90px;
  left: -105px;
  transform: scale(0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}

.download {
  position: relative;
  width: 50%;
}
@media (min-width: 500px) {
  .download {
    width: 234px;
    height: 77px;
  }
}
@media (min-width: 700px) {
  .download {
    width: 313px;
    height: 103px;
  }
}
.download .link {
  width: 100%;
  height: 100%;
  background: url(../../images/Gorgeous/button-download.png) no-repeat 0 0/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 10px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
}
.download .link:hover {
  filter: brightness(150%);
}
.download .link:hover + .shadow {
  transform: scale(1);
  opacity: 1;
}
.download .link:before {
  content: " ";
  width: 93px;
  height: 59px;
  background: url(../../images/Gorgeous/txt-download.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 700px) {
  .download .link:before {
    width: 120px;
    height: 76px;
  }
}
.download .shadow {
  width: 503px;
  height: 303px;
  background: url(../../images/Gorgeous/button-download-outline.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: -90px;
  left: -105px;
  transform: scale(0.75);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}

.popup-register {
  width: 350px;
  height: 305px;
  background: url(../../images/Gorgeous/popup-register.png) no-repeat 0 0/100% 100%;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
@media (min-width: 500px) {
  .popup-register {
    width: 480px;
    height: 391px;
  }
}
@media (min-width: 800px) {
  .popup-register {
    width: 758px;
    height: 617px;
  }
}

#bodyContent{
			padding: 150px 25px 0px;
			height: auto;
		}
		
		#bodyContent h1{
			font-size: 20px;
		}
		
		#bodyContent img{
		
			margin: 20px 0px;
			max-width: 100%;
		}
		#bodyContent ul {
		 list-style-position: inside;
		 }
		@media (min-width: 1000px) {		
			#bodyContent{
				padding: 50px 100px 0px;
			}
			
		}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 60px 20px 0 20px;
}
@media (min-width: 500px) {
  .form {
    padding: 90px 40px 0 40px;
  }
}
@media (min-width: 800px) {
  .form {
    padding: 140px 120px 0 120px;
  }
}

.input {
  position: relative;
  width: 100%;
}
.input + .input {
  margin-top: 10px;
}
@media (min-width: 500px) {
  .input + .input {
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  .input + .input {
    margin-top: 30px;
  }
}
.input input {
  width: 100%;
  height: 35px;
  background: #fff;
  border-radius: 4px;
  display: block;
  outline: none;
  border: none;
  padding: 0 10px 0 40px;
  font-weight: 600;
  color: #565171;
  font-size: 16px;
}
@media (min-width: 500px) {
  .input input {
    font-size: 18px;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px 0 40px;
  }
}
@media (min-width: 800px) {
  .input input {
    font-size: 24px;
    height: 60px;
    border-radius: 10px;
    padding: 0 20px 0 60px;
  }
}
.input .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 500px) {
  .input .icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 800px) {
  .input .icon {
    width: 60px;
    height: 60px;
  }
}
.input .icon::before {
  content: " ";
  display: block;
}
.input .icon-password:before {
  width: 16px;
  height: 18px;
  background: url(../../images/Gorgeous/icon-password.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 500px) {
  .input .icon-password:before {
    width: 22px;
    height: 25px;
  }
}
@media (min-width: 800px) {
  .input .icon-password:before {
    width: 26px;
    height: 30px;
  }
}
.input .icon-user:before {
  width: 16px;
  height: 18px;
  background: url(../../images/Gorgeous/icon-user.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 500px) {
  .input .icon-user:before {
    width: 22px;
    height: 25px;
  }
}
@media (min-width: 800px) {
  .input .icon-user:before {
    width: 26px;
    height: 30px;
  }
}
.input .icon-name:before {
  width: 16px;
  height: 18px;
  background: url(../../images/Gorgeous/icon-name.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 500px) {
  .input .icon-name:before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 800px) {
  .input .icon-name:before {
    width: 30px;
    height: 30px;
  }
}
.input .toggle-password {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 500px) {
  .input .toggle-password {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 800px) {
  .input .toggle-password {
    width: 60px;
    height: 60px;
  }
}
.input .toggle-password::before {
  content: " ";
  display: block;
  width: 30px;
  height: 23px;
  background: url(../../images/Gorgeous/icon-eye-off.png) no-repeat;
  transform: scale(0.8);
}
@media (min-width: 500px) {
  .input .toggle-password::before {
    transform: scale(1);
  }
}
.input .toggle-password.on:before {
  width: 27px;
  height: 21px;
  background: url(../../images/Gorgeous/icon-eye-on.png) no-repeat;
  transform: scale(0.8);
}
@media (min-width: 500px) {
  .input .toggle-password.on:before {
    transform: scale(1);
  }
}

.submit {
  width: 176px;
  height: 50px;
  background: url(../../images/Gorgeous/button-register.png) no-repeat 0 0/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  padding-bottom: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 500px) {
  .submit {
    width: 211px;
    height: 60px;
  }
}
@media (min-width: 800px) {
  .submit {
    width: 359px;
    height: 102px;
  }
}
.submit:hover {
  filter: brightness(130%);
}
.submit::before {
  content: " ";
  width: 143px;
  height: 22px;
  background: url(../../images/Gorgeous/txt-register.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 500px) {
  .submit::before {
    width: 169px;
    height: 26px;
  }
}
@media (min-width: 800px) {
  .submit::before {
    width: 267px;
    height: 41px;
  }
}
.submit.name:before {
  width: 240px;
  height: 68px;
  background-image: url(../../images/Gorgeous/txt-update.png);
}
@media (min-width: 800px) {
  .submit.name:before {
    width: 329px;
    height: 93px;
  }
}

.recaptcha {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recaptcha, .response, .form-button {
  margin-top: 10px;
}
@media (min-width: 500px) {
  .recaptcha, .response, .form-button {
    margin-top: 10px;
  }
}
@media (min-width: 800px) {
  .recaptcha, .response, .form-button {
    margin-top: 30px;
  }
}

.form-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.response {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 500px) {
  .response {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 16px;
  }
}

.title-name {
  width: 230px;
  height: 45px;
  background: url(../../images/Gorgeous/txt-name-title.png) no-repeat 0 0/100% 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media (min-width: 800px) {
  .title-name {
    width: 315px;
    height: 62px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.popup-find-link {
  width: 100%;
  height: 220px;
  background: url(../../images/Gorgeous/bg-find-link.png) no-repeat 0 0/100% 100%;
  margin: 0 auto;
  margin-top: 80px;
}
@media (min-width: 500px) {
  .popup-find-link {
    width: 489px;
    height: 220px;
  }
}
@media (min-width: 800px) {
  .popup-find-link {
    width: 762px;
    height: 343px;
  }
}
.popup-find-link .domain {
  filter: drop-shadow(0 0 10px #ffb279);
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(#ffe5ae, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  padding: 41px 246px 0 46px;
}
@media (min-width: 400px) {
  .popup-find-link .domain {
    padding-left: 56px;
  }
}
@media (min-width: 500px) {
  .popup-find-link .domain {
    font-size: 22px;
    padding: 39px 322px 0 66px;
  }
}
@media (min-width: 800px) {
  .popup-find-link .domain {
    text-align: center;
    font-size: 28px;
    padding: 66px 506px 0 100px;
  }
}
.popup-find-link .text-vpn {
  padding: 30px 20px 10px 20px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 800px) {
  .popup-find-link .text-vpn {
    padding: 10px 20px;
  }
}

.steps {
  display: flex;
  gap: 15px;
  padding: 20px 16px 0 16px;
}
@media (min-width: 800px) {
  .steps {
    padding: 40px 0 0 40px;
  }
}
.steps .step {
  width: 215px;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
@media (min-width: 800px) {
  .steps .step {
    width: 215px;
    height: 122px;
  }
}
.steps .step:hover:before {
  opacity: 1;
}
.steps .step:before {
  content: " ";
  width: 223px;
  height: 135px;
  background: url(../../images/Gorgeous/step-hover.png) no-repeat;
  position: absolute;
  top: -4px;
  left: -5px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
}
.steps .title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  padding-top: 10px;
  position: relative;
}
@media (min-width: 800px) {
  .steps .title {
    font-size: 20px;
  }
}
.steps .step-content {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: 100%;
  flex: 1;
  position: relative;
}
.steps .domain-box {
  width: 80px;
  height: 32px;
  background: url(../../images/Gorgeous/bg-domain.png) no-repeat 0 0/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 500px) {
  .steps .domain-box {
    width: 110px;
    height: 38px;
  }
}
@media (min-width: 800px) {
  .steps .domain-box {
    width: 160px;
    height: 43px;
  }
}
.steps .domain-box .text {
  filter: drop-shadow(0 0 10px #ffb279);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(#ffe5ae, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 500px) {
  .steps .domain-box .text {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .steps .domain-box .text {
    font-size: 20px;
  }
}
.steps .receive {
  padding-right: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  padding-left: 22px;
}
@media (min-width: 500px) {
  .steps .receive {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 0;
  }
}
@media (min-width: 800px) {
  .steps .receive {
    gap: 10px;
    padding-right: 20px;
  }
}
.steps .receive .text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0 0 10px #ff9967;
}
@media (min-width: 800px) {
  .steps .receive .text {
    font-size: 20px;
  }
}
.steps .icon-chain {
  width: 26px;
  height: 26px;
  background: url(../../images/Gorgeous/icon-chain.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 800px) {
  .steps .icon-chain {
    width: 32px;
    height: 32px;
  }
}
.steps .vpn img {
  width: 50px;
}
@media (min-width: 500px) {
  .steps .vpn img {
    width: 70px;
  }
}

.step-1 {
  background: url(../../images/Gorgeous/step-1.png) no-repeat 0 0/100% 100%;
}
.step-1 .step-content {
  justify-content: center;
}

.step-2 {
  background: url(../../images/Gorgeous/step-2.png) no-repeat 0 0/100% 100%;
}

.step-3 {
  background: url(../../images/Gorgeous/step-3.png) no-repeat 0 0/100% 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .container {
    width: 1000px;
  }
}

.footer {
  background: rgba(43, 36, 52, 0.4) url(../../images/Gorgeous/footer.png) no-repeat center top;
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-bottom: 110px;
  position: relative;
}
@media (min-width: 1000px) {
  .footer {
    width: 1000px;
    padding-bottom: 0;
  }
}
@media (min-width: 800px) {
  .footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
  }
}
.footer .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}
@media (min-width: 800px) {
  .footer .column {
    margin: 0;
    display: block;
  }
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .logo-footer img {
  width: 150px;
}
.footer .footer-title {
  color: #9a9289;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
@media (min-width: 800px) {
  .footer .footer-title {
    text-align: right;
  }
}
.footer .socials {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 15px;
}
.footer .socials a {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.footer .socials .fb {
  background-color: #0a65fe;
}
.footer .socials .telegram {
  background-color: #26a5e4;
}
.footer .socials .vintalk {
  background-color: #6e40b7;
}

@keyframes cfill {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes cstroke {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  20% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes objMov1 {
  50% {
    transform: rotate(50deg) translate(20px, -20px);
  }
}
@keyframes objMov2 {
  50% {
    transform: rotate(-30deg) translate(-20px, 20px);
  }
}
@keyframes objMov3 {
  50% {
    transform: rotate(10deg) translate(15px, 20px);
  }
}
@keyframes objMov4 {
  50% {
    transform: rotate(-10deg) translate(-15px, 20px);
  }
}
@keyframes objMov5 {
  50% {
    transform: rotate(-5deg) translate(5px, -10px);
  }
}
@keyframes objMov6 {
  50% {
    transform: rotate(-10deg);
  }
}
@keyframes objMov7 {
  50% {
    transform: rotate(-4deg);
  }
}
@keyframes objMov8 {
  50% {
    transform: scale(1.1);
  }
}
@keyframes objMov9 {
  50% {
    transform: scale(1.03);
  }
}
@keyframes objRot {
  to {
    transform: rotate(360deg);
  }
}
@keyframes playweb {
  50% {
    filter: brightness(120%);
  }
}
@keyframes money1X {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(500px);
  }
}
@keyframes money1Y {
  50% {
    animation-timing-function: ease-in;
    transform: translateY(-200px);
  }
}
@keyframes money1A {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: rotate(-180deg);
  }
}
@keyframes socialArrow {
  50% {
    background-position: center 5px;
  }
}
@keyframes clockRing {
  50% {
    transform: translate(-4px, -4px) scale(1);
  }
}
@keyframes objProm {
  50% {
    transform: scale(0.8);
  }
}/*# sourceMappingURL=style.css.map */