




* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-weight: 600;
  font-family: Barlow Condensed;
}

/* div{
    overflow: scroll;
} */

#img69 {
  background-image: url(assets/img/Register\ page\ bg44.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;

  overflow: hidden;
}

.img669 {
  background-image: url(assets/img/Box\ for\ form\ small\ 2.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  overflow: hidden;
}

@media (min-width: 1000px) {
  #img69 {
    background-image: url(assets/img/Register\ page\ bg44.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

    overflow: hidden;
  }
}

.form {
  width: 1000px;
  height: 1280px;
  /* border-radius: 8px; */
  margin: 15rem auto 5rem auto;
  /* margin: calc(50vh - 300px) auto; */
  padding: 80px 45px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  /* font-family: 'Montserrat', sans-serif; */
  position: relative;
  font-size: 2.5rem;
}

h2 {
  margin: 10px 0;
  padding-bottom: 10px;
  width: 180px;
  color: #78788c;
  border-bottom: 3px solid #78788c;
}

span {
  filter: drop-shadow(1.3px 2.5px 0px #70b1aa);
  text-transform: uppercase;
}

input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-size: 1.5rem;

  transition: all 0.3s;
  border-bottom: 2px solid #78788c;
  opacity: 0.3;
  filter: none;
  color: #5a5a5a;
}

input:focus {
  border-bottom: 2px solid #000000;
  color: #000000;
  opacity: 1;
}

p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 14px;
  /* color: #5a5a5a; */
}

.col:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  /* font-size: 14px; */
}

button {
  padding: 8px 12px;
  margin: 35px auto;

  /* font-family: 'Montserrat', sans-serif; */
  border: none;
  border-top: 3px dashed #224a49;
  border-bottom: 3px dashed #224a49;
  background: 0;
  color: #5a5a6e;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #224a49;
}

.dot {
  /* background-color: #bbb; */
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s;
  margin: auto;
}

button:hover {
  /* background: #78788c; */
  color: #e53e26;
  border-top: 3px dashed #e53e26;
  border-bottom: 3px dashed #e53e26;
}

button:hover .dot {
  /* background: #78788c; */
  /* background-color: #fff; */
  color: #e53e26;
}

select {
  flex-basis: 100%;
  padding: 10px;
  /* box-sizing: border-box; */
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-size: 1.5rem;

  transition: all 0.3s;
  border-bottom: 2px solid #78788c;
  opacity: 0.3;
  filter: none;
  color: #5a5a5a;
}

select:focus {
  border-bottom: 2px solid #000000;
  color: #000000;
  opacity: 1;
}

@media (max-width: 760px) {
  .form {
    width: 340px;
    height: 860px;
    /* border-radius: 8px; */
    margin: 9.42rem 1rem 2rem 1rem;
    /* margin: calc(50vh - 220px) auto; */
    padding: 20px 40px;
    max-width: calc(100vw - 80px);
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    position: relative;
    font-size: 1.15rem;
  }

  button {
    font-weight: 600;
    font-family: Barlow Condensed;
  }

  .col:before {
    content: attr(type);
    display: block;
    margin: 0 0 20px 0;
    /* font-size: 14px; */
  }

  input {
    font-size: 1.2rem;
  }

  select {
    font-size: 1.25rem;
  }
}


@font-face {
  font-family: 'Cream Opera';
  src: local('Cream Opera Bold'), local('Cream-Opera-Bold'),
    url('OperaBold.woff2') format('woff2'),
    url('OperaBold.woff') format('woff'),
    url('OperaBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* .loading::-webkit-scrollbar {
  display: none;
} */
.preloader_bg {
  height: 101vh;
  width: 100%;
  /* font-family: 'Roboto'; */
  background-image: url(assets/img/Footer_bg_220.jpg);
  background-size: initial;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
}

.dot-flashing::before,
.dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #9880ff;
  }

  50%,
  100% {
    background-color: #ebe6ff;
  }
}


.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e8e5bc;
  font-size: 5rem;
  font-family: Barlow Condensed;
  letter-spacing: 0.5rem;
  /* filter: drop-shadow(); */

}

.star {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  /* opacity: 0.6; */
  -webkit-text-stroke-color: #e8e5bc;
}

.star:nth-child(1) {
  animation: loading 1.8s linear infinite;
  animation-delay: 0s;
}

.star:nth-child(2) {
  animation: loading 1.8s linear infinite;
  animation-delay: 0.3s;
}

.star:nth-child(3) {
  animation: loading 1.8s linear infinite;
  animation-delay: 0.6s;
}

.star:nth-child(4) {
  animation: loading 1.8s linear infinite;
  animation-delay: 0.9s;
}

.star:nth-child(5) {
  animation: loading 1.8s linear infinite;
  animation-delay: 1.2s;
}

.star:nth-child(6) {
  animation: loading 1.8s linear infinite;
  animation-delay: 1.5s;
}

@keyframes loading {

  30%,
  100% {
    opacity: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #e8e5bc;
    /* transform: translate(200px, 0); */
  }

  0% {
    opacity: 1;
  }

  5% {
    opacity: 1;
    -webkit-text-fill-color: #f15232;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #f15232;
  }
}




#load-text {
  font-size: 7.123rem;
  font-weight: 500;
}

@media (max-width:420px) {
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e8e5bc;
    font-size: 3rem;
    font-family: Barlow Condensed;
    letter-spacing: 0.5rem;
    /* filter: drop-shadow(); */

  }

  #load-text {
    font-size: 5rem;
  }

}