body {
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%), url(1.jpg);
}

body {
  background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%), url(1.jpg);
}

/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");


header{
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

header .logo{
  font-size: 50px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 15px 0;
}

header .logo span{
  color: #ff7200;
}

header ul li{
  display: inline-block;
  margin: 5px 5px;
  padding: 5px 5px;
  font-size: 25px;
}

header ul li a{
  color: black;
  text-decoration: none;
}

header ul li a:hover{
  color: #ff7200;
}

/* unlock pro */
.button {
  width: fit-content;
  height
  display: flex;
  padding: 1.2em 1rem;
  cursor: pointer;
  gap: 0.4rem;
  font-weight: bold;
  border-radius: 30px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background: linear-gradient(15deg, #880088, #aa2068, #cc3f47, #de6f3d, #f09f33, #de6f3d, #cc3f47, #aa2068, #880088) no-repeat;
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
  transition: background .3s ease;
}

.button:hover {
  background-size: 320%;
  background-position: right center;
}

.button:hover svg {
  fill: #fff;
}

.button svg {
  width: 23px;
  fill: #f09f33;
  transition: .3s ease;
}

/*                  Unlock Pro                        */

.content{
  width: 90%;
  height: auto;
  margin: auto;
  color: #fff;
  position: relative;
}

.content .par{
  padding-left: 20px;
  padding-bottom: 25px;
  font-family: Arial;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.content h1{
  font-family: 'Times New Roman';
  font-size: 50px;
  padding-left: 20px;
  margin-top: 9%;
  letter-spacing: 2px;
}

.content .cn{
  width: 160px;
  height: 40px;
  background: #ff7200;
  border: none;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: .4s ease;
  
}

.content .cn a{
  text-decoration: none;
  color: #000;
  transition: .3s ease;
}

.cn:hover{
  background-color: #fff;
}

.content span{
  color: #ff7200;
  font-size: 65px
}

.form{
  background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
  position: absolute;
  top: -20px;
  left: 60%;
  transform: translate(0%,-5%);
  border-radius: 10px;
  padding: 25px;
  width: fit-content;
  height: fit-content;
}

.background-img {
  width: 100%;
}

::placeholder{
  color: #fff;
  font-family: Arial;
}

.btnn{
  width: 240px;
  height: 40px;
  background: #ff7200;
  border: none;
  margin-top: 30px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  transition: 0.4s ease;
}
.btnn:hover{
  background: #fff;
  color: #ff7200;
}
.btnn a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.form .link{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding-top: 20px;
  text-align: center;
}
.form .link a{
  text-decoration: none;
  color: #ff7200;
}
.liw{
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.icons a{
  text-decoration: none;
  color: #fff;
}
.icons ion-icon{
  color: #fff;
  font-size: 30px;
  padding-left: 14px;
  padding-top: 5px;
  transition: 0.3s ease;
}
.icons ion-icon:hover{
  color: #ff7200;
}

.coder-hoang-consent {
  width: 60%;
  margin-left: 20%;
}

h2 {
    font-size: 30px;
    color: black;
    margin-left: 2%;
}

.input1 {
    width: 96%;
    margin-left: 30px;
    font-size: 30px;
    background-color: black;
    color: white;
    margin-left: 2%;
    padding: 10px;
    border-radius: 12px;
}

.input1::placeholder {
    color: gray;
    font-size: 25px;
}

.input2 {
    width: 96%;
    margin-left: 2%;
    font-size: 30px;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 12px;
    height: 300px;
    resize: vertical; /* Allow vertical resizing */
    border: none; /* Recommended: Remove default border */
}

.input2::placeholder {
    color: gray;
    font-size: 25px;
}

.submit {
    background-color: black;
    color: white;
    border-radius: 12px;
    font-size: 25px;
    padding: 10px;
    margin-left: 2%;
    width: 97%;
}