@font-face {
  font-family: "changAnunitype-regular";
  src: url("../fonts/ChangAnunitype-Regular.ttf");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "changAnunitype-bold";
  src: url("../fonts/ChangAnunitype-Bold.ttf");
  font-style: bold;
  font-display: swap;
}

@font-face {
  font-family: "changAnunitype-light";
  src: url("../fonts/ChangAnunitype-Light.ttf");
  font-style: light;
  font-display: swap;
}

@font-face {
  font-family: "arial";
  src: url("../fonts/Arial.ttf");
  font-style: light;
  font-display: swap;
}

@font-face {
  font-family: "DB-Adman-X";
  src: url("../fonts/DB-Adman-X.ttf");
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.hidden {
  display: none;
}

hr {
  width: 50%;
  margin: auto;
  border: 2px solid #96b414;
  opacity: 1 !important;
}

main {
  background-image: url("../images/deepal-bg-mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#login-page-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.deepal-container{
  gap: 40px;
}

.deepal-Header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
}

.deepal-logo {
  padding-top: 40px;
  width: 90%;
}

.deepal-logo img {
  width: 100%;
  height: auto;
}

.deepal-logo-new img {
  width: 100%;
  height: auto;
  max-width: 300px;
  min-width: 300px;
}

.chinese-logo img {
    max-width: 150px;
    min-width: 150px;
    width: 100%;
    height: auto;
}

.deepal-login-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.deepal-login-title {
  font-family: "changAnunitype-regular";
}

.deepal-login-title,
.deepal-login-subtitle {
  color: white;
}

.deepal-login-title {
  font-size: 32px;
  margin-bottom: 22px;
}

.deepal-login-subtitle {
  font-size: 18px;
  font-family: "DB-Adman-X";
}

.wonprize {font-size: 32px;}

form {
  width: 90%;
  /* margin: auto; */
}

.form-content {
  gap: 10px;
}

.form-content label {
  font-size: 20px;
  font-family: "DB-Adman-X";
  color: white;
}

.form-content input,
.form-content select {
  font-family: "DB-Adman-X";
}

.form-content input {
  font-size: 18px;
  outline: none !important;
  border: 2px solid white;
  border-radius: 5px;
  color: #212529;
  /* padding: 5px 0px; */
}

.form-content select {
  outline: none !important;
  border: 2px solid white;
  border-radius: 5px;
  padding: 3px 3px 3px 16px;
}

/* .form-select:focus {
  box-shadow: none !important;
  border: 1px solid #1E3363 !important;
} */

.submit-btn {
  margin-top: 30px;
}

.submit-btn button {
  padding: 10px 32px;
}

.test-drive-btn button {
  padding: 10px;
}

.submit-btn button,
.test-drive-btn button {
  background-color: #1c5f9d;
  color: white;
  border: 3.5px solid white;
  font-size: 16px;
  font-family: "changAnunitype-regular";
  border-radius: 5px;
  box-shadow: 0 0 5px #2c2929;
}

.submit-btn button:hover,
.test-drive-btn button:hover {
  background-color: #1e3363;
}

/* SPIN PAFE CSS START */

#spiner-page-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

canvas {
  width: 340px;
  height: 340px;
  box-shadow: 0 0 90px #000000;
  border: none;
  border-radius: 50%;
}

.spiner-wheel {
  position: relative;
}

.spin {
  position: absolute;
  top: 0;
  bottom: 0;
}

.spin .spin-button {
  width: 40%;
  height: auto;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 10px #000000;
  cursor: pointer;
}

.spin img {
  position: relative;
  width: 100%;
  height: auto;
}

.spiner-title {
  position: absolute;
  text-align: center;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: "changAnunitype-regular";
  line-height: 1;
}

.spiner-arrow {
  position: absolute;
  top: -26px;
  display: flex;
  justify-content: center;
}

.spiner-arrow img {
  width: 40%;
  height: auto;
}

#prize-page-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

@media (min-width: 480px) {
  main {
    background-image: url("../images/deepal-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .deepal-logo,
  form {
    width: 80%;
  }

  canvas {
    width: 400px;
    height: 400px;
  }

  .spiner-title {
    font-size: 22px;
  }

  .spin .spin-button,
  .spiner-arrow img {
    width: 45%;
  }

  .spiner-arrow {
    top: -30px;
  }
}

@media (min-width: 640px) {
  .deepal-logo {
    padding-top: 20px;
    width: 70%;
  }

  .deepal-login-title {
    margin-bottom: 16px;
  }

  form {
    width: 370px;
  }

  canvas {
    width: 430px;
    height: 430px;
  }

  .spiner-title {
    font-size: 26px;
  }

  .spin .spin-button,
  .spiner-arrow img {
    width: 50%;
  }

  .spiner-arrow {
    top: -32px;
  }
}

@media (min-width: 768px) {
  .deepal-logo {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .deepal-Header-content {
    justify-content: start;
  }

  .deepal-logo {
    padding: 40px 0 0 40px;
    width: 38%;
  }

  .deepal-login-title {
    font-size: 48px;
  }

  .deepal-login-subtitle {
    font-size: 24px;
  }
	
		.wonprize {font-size: 32px;}
	


  form {
    /* width: 450px; */
  }

  canvas {
    width: 480px;
    height: 480px;
  }
}

@media (min-width: 1520px) {

  canvas {
    width: 550px;
    height: 550px;
  }

  .spiner-title {
    font-size: 32px;
  }

  .spin .spin-button,
  .spiner-arrow img {
    width: 60%;
  }

  .spiner-arrow {
    top: -36px;
  }
}

 @media (min-width: 1608px) {
  .deepal-logo {
    padding: 45px 0 0 50px;
  }

  .deepal-login-title {
    font-size: 60px;
  }

  .deepal-login-subtitle {
    font-size: 32px;
  }
	 
	 .wonprize {font-size: 32px;}


  form {
    width: 500px;
  }

  .form-content {
    gap: 10px;
  }

  .form-content label {
    font-size: 24px;
  }

  .form-content input {
    font-size: 30px;
    outline: none !important;
    border: 2px solid white;
    border-radius: 8px;
  }

  .form-content select {
    font-size: 20px;
    outline: none !important;
    border: 2px solid white;
    border-radius: 8px;
    padding: 6px 6px 6px 16px;
  }

  .submit-btn {
    margin-top: 30px;
  }

  .submit-btn button {
    padding: 12px 38px;
  }

  .test-drive-btn button {
    padding: 10px 12px;
  }

  .submit-btn button,
  .test-drive-btn button {
    border: 5px solid white;
    font-size: 22px;
    border-radius: 10px;
  }

  canvas {
    width: 650px;
    height: 650px;
  }

  .spiner-title {
    font-size: 38px;
  }

  .spin .spin-button,
  .spiner-arrow img {
    width: 75%;
  }

  .spiner-arrow {
    top: -45px;
  }
}

/* @media (min-width: 1700px) {
  canvas {
    width: 780px;
  }

  .spiner-title {
    font-size: 42px;
  }

  .spin .spin-button,
  .spiner-arrow img {
    width: 85%;
  }

  .spiner-arrow {
    top: -50px;
  }
} */

@media (max-width: 575px) {
  .deepal-logo-new img {
    max-width: 150px;
    min-width: 150px;
  }

  .chinese-logo img {
      max-width: 90px;
      min-width: 90px;
  }

  .chinese-logo { margin-top: -5px; }
	
	
		.wonprize {font-size: 28px;}
	
}




