@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
*{
    MARGIN:0;
    padding:0;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Josefin Sans", sans-serif !important;
}

body { 
    background-image: url('/public/assets/images/paras-background.jpg');
    /*background-size: cover;*/
    background-repeat: no-repeat;
    font-family: "Josefin Sans", sans-serif !important;
  
}
.top-space{
    float:right;
}
.top-space ul li{
    list-style-type:none;
    color:white;
    font-size:18px;
}
.content-area{
    margin-top: 80px;
    margin-bottom: 40px;
}
.content-area h3{
    font-size:48px;
    color:white;
}
main {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    row-gap: 50px;
}


#cardbase {
    width: 291px;
    height: 340px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 30px; 
    box-shadow: 15px 15px 0px -3px rgba(0,185,190,1);
       -webkit-box-shadow: 15px 15px 0px -3px rgb(27 70 124);
    -moz-box-shadow: 15px 15px 0px -3px rgba(0,185,190,1);
    margin: 10px 20px;
}

#box {
    width: 100%;
    height: 210px;
    border-radius: 30px; 
    position: relative;
}

.card1 {
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
}

.card1 h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-top: 25px;
    text-transform: uppercase;
    color: #46179b;
    border-top: 5px solid #0094a0;
    border-bottom: 5px solid #0094a0;
}

.card2 {
    display: flex;
    padding: 15px;
    position: relative;
}

.boxCard2 {
    background-color: #46179b;
}

.card2img {
    width: 100%;
    padding: 30px;
}

.arrow {
    width: 50px;
    height: 50px;    
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: 52px;
    z-index: 5;
}

.form-label{
    color:white!important;
}
.card2 h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #46179b;
}

.card3 {
    display: flex;
    align-items: center;
    position: relative;
}

#boxborder {
    width: 90%;
    height: 250px;
    background-color: #fff;
    
    border-radius: 40px; 
    margin-top: 10px;
}

.card3img {
    width: 100%;
    padding: 25px 15px 0;
}

.card3 h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #46179b;
    background-color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 0;
}

.card4 {
    display: flex;
    align-items: center;
    padding: 20px;
}

.boxCard4 {
    background-color: #7732c1;
}

.card4img {
    width: 100%;
    padding: 15px;
}

.card4 h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 35px;
    margin-top: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color:#0094a0;
    padding: 8px 20px;
    border-radius: 20px;
}


.card5 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
}

#boxborder2 {
    width: 92%;
    height: 190px;
    background-color: #fff;
    margin-top: 30px;
    padding: 10px 10px;
}

.card5img {
    width: 100%;
}

.card5 h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    background-color:#0094a0;
    padding: 5px 28px;
    border-radius: 20px;
}

.arrow2 {
    width: 50px;
    height: 50px;    
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 63px;
    z-index: 0;
}

.card6 {
    display: flex;
    align-items: center;
    padding: 20px;
}

.boxCard6 {
    background-color: #0094a0;
}

.card6img {
    width: 100%;
    padding: 8px;
}

.card6 h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 32px;
    margin-top: 12px;
    text-transform: uppercase;
    color: #46179b;
    margin: 12px 0px;
    border-radius: 20px;
    border: 5px solid #46179b;
    padding: 5px 10px;
}

@media screen and (max-width:850px) {
    body {
        padding: 10px;
    }
}
.make-btn{
    background-color:#3a3694;
    border:0px!important;
}
.otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.otp-input input {
  width: 50px;
  height: 50px;
  margin: 0 8px;
  text-align: center;
  font-size: 1.5rem;
  border: 2px solid #6665f1;
  border-radius: 12px;
  background-color: rgba(42, 42, 42, 0.8);
  color: #ffffff;
  transition: all 0.3s ease;
}
.otp-input input:focus {
  border-color: #a556f6;
  box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
  outline: none;
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input input[type="number"] {
  -moz-appearance: textfield;
}
button {
  background: linear-gradient(135deg, #6665f1, #a556f6);
  color: white;
  border: 2px solid #6665f1;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  margin: 5px;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.5px;
}
button:hover {
  background: linear-gradient(135deg, #a556f6, #6665f1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(166, 86, 246, 0.3);
}
button:disabled {
  background: #cccccc;
  border-color: #999999;
  color: #666666;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
#timer {
  font-size: 1rem;
  color: #a556f6;
  font-weight: 500;
  margin-left: 10px;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.expired {
  animation: pulse 2s infinite;
  color: #ff4444;
}
.resend-text {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #b0b0b0;
}
.resend-link {
  color: #6665f1;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.resend-link:hover {
  color: #a556f6;
  text-decoration: underline;
}
#email {
  color: #a556f6;
  font-weight: 500;
}