@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(16,0,135,1) 87%);
}
.con-1{
    width: 40%;
    float: left;
}
.con-2{
    width: 50%;
    float: right;
}
.wrapper{
  position: relative;
  /* max-width: 430px; */
  margin-top: 50px;
  margin-bottom: 50px;
  width: 50%;
  background: #fff;
  padding: 34px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.wrapper h2{
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.wrapper h2::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 28px;
  border-radius: 12px;

}
.wrapper h4 {
  position: relative;
  color: #333;
  display: contents;
}
.wrapper form{
  margin-top: 30px;
}
.wrapper form .input-box{
  height: 52px;
  margin: 18px 0;
}
form .input-box input{
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  border: 1.5px solid #C7BEBE;
  border-bottom-width: 2.5px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.input-box input:focus,
.input-box input:valid{
  border-color: #4070f4;
}
form .policy{
  display: flex;
  align-items: center;
}
form h3{
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.input-box.button input{
  color: #fff;
  letter-spacing: 1px;
  border: none;
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(16,0,135,1) 87%);
  cursor: pointer;
  padding: 15px;
  width: 50%;

}
.input-box.button input:hover{
  background: rgb(2,0,36);
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(72,4,199,1) 0%, rgba(0,109,138,1) 100%);
}
form .text h3{
 color: #333;
 width: 100%;
 text-align: center;
}
form .text h3 a{
  color: #4070f4;
  text-decoration: none;
}
form .text h3 a:hover{
  text-decoration: underline;
}
.div-img
{
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(16,0,135,1) 87%);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.wrapper-success{
  position: relative;
  /* max-width: 430px; */
  margin-top: 50px;
  margin-bottom: 50px;
  width: 30%;
  background: #fff;
  padding: 34px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.div-success {
  padding: 100px;
}
.div-display img {
  margin-top: 10px;
  height: 75%;
  width: 50%;
  justify-content: center;
  padding: 30px;
}

.theme-preview {
  width: 200px;
  height: 200px;
  object-fit: cover;
  /* border: 1px solid #ccc; */
  margin-bottom: 10px;
}

/* ZOOM IMAGE*/
#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.zoomed-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

/* RESPONSIVE */

/* Responsive */
@media screen and (max-width: 1199px) {
  .zoomed-image {
    max-width: 90%;
    max-height: 50%;
  }
  .wrapper-success{
    position: relative;
    /* max-width: 430px; */

    width: 90%;
    background: #fff;
    margin-left: -13px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  .div-success {
    padding: 0px;
  }
}


@media screen and (max-width: 991px) and (min-width: 768px) {
  .zoomed-image {
    max-width: 90%;
    max-height: 40%;
  }
  .wrapper-success{
    position: relative;
    /* max-width: 430px; */

    width: 90%;
    background: #fff;
    margin-left: -13px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  .div-success {
    padding: 0px;
  }
}



@media screen and (max-width: 575px) {

  .wrapper {
    position: relative;
    /* max-width: 430px; */
    margin-top: 50px;
    margin-bottom: 50px;
    width: 90% !important;
    background: #fff;
    padding: 34px;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

  .wrapper h2 {
    position: relative;
    font-size: 18px;
    font-weight: 200;
    color: #333;
}
.wrapper h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 80%;
  border-radius: 12px;

  position: absolute;
  display: none;

}

.wrapper h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  display: contents;
}

.wrapper h4 {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  color: #333;
  display: contents;
}
.con-1{
    width: 100%;
    float: left;
}
.con-2{
    width: 100%;
    float: right;
}
.input-box.button input{
  color: #fff;
  letter-spacing: 1px;
  border: none;
  background: #4070f4;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  justify-content: center;
}
.div-display img {
  margin-top: 10px;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.zoomed-image {
  max-width: 90%;
  max-height: 40%;
}

.wrapper-success{
  position: relative;
  /* max-width: 430px; */

  width: 90%;
  background: #fff;
  margin-left: -13px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.div-success {
  padding: 0px;
}
.accordion-header {
  font-size: 10px;
}
}
@media screen and (max-width: 600px) {
  .wrapper-success{
    position: relative;
    /* max-width: 430px; */

    width: 90%;
    background: #fff;
    margin-left: -13px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  .div-success {
    padding: 0px;
  }
  img {
    width: 90%;
}
}

@media screen and (max-width: 280px) {
  .wrapper-success{
    position: relative;
    /* max-width: 430px; */

    width: 90%;
    background: #fff;
    margin-left: -13px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  .div-success {
    padding: 0px;
  }
  img {
    width: 90%;
}
}

/*collapse*/
.accordion {
  width: 100%;
}

.accordion-item {
  /* border-bottom: 1px solid #ccc; */
}

.accordion-header {
  position: relative;
  background-color: #f1f1f1;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}

.accordion-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  transition: transform 0.3s;
  padding-bottom: 28px;
  padding-right: 20px;
}

.accordion-item.active .accordion-arrow {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-content {
  display: none;
  padding: 10px;
}

.accordion-item.active .accordion-content {
  display: block;
}
