
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;500&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: black;
    font-family: 'Roboto', sans-serif;
}

.splash {
    position: fixed;
    width: 100%;
    height: 100vh;
    max-width: 450px;

    background:linear-gradient(#A69253,#F0D77B,#A69253);
    border-radius: 20px;
    z-index: 1;
    transition: all 0.2s;
    /* #CFB059
100%
#F2D97C
100%
#F0D77B
100%
#A69253
100% */
/* #E6B75B */
}

/* .splash:hover{
background: none;
}
.splash:hover .image{
   top: 0;
} */
.up-container {
    position: absolute;
    max-width: 430px;
    height: 100vh;
    margin: auto;
   

}

.container {
    position: relative;
    max-width: 450px;
    height: 100vh;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    /* background-color: rgb(183, 147, 20); */
    background: linear-gradient(to right, #fff, #F2D97C);
    /* background: linear-gradient(to right, #fff 0 50%, #F2D97C 50% 100%); */
    
}

.main-head {
    /* background-color: rgba(135, 116, 6, 0.577); */
    /* height: 30%; */
    height: 200px;
    width: 100%;
    /* border-radius: 30px; */
    background: linear-gradient(#CFB059 , #F2D97C);

    border-bottom-left-radius: 70px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    
}

.image {
    position: absolute;

    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);


    z-index: 2;

    transition: all 0.5s;
}


.main-head img {

    width: 209px;
    text-align: center;
}


.progress-container {
    width: 280px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px; /* Adjust the spacing between the balls and the container */
   margin: auto;
   padding-top: 90px;

}

.ball {
    width: 20px;
    height: 20px;
    
    background-color: rgba(255, 255, 255, 1);
    
    position: relative;
    border-radius: 30px;
    padding-inline: 25px;
  
}

.ball_e{
    display: flex;
    flex-direction: column;
   gap: 10px;
    align-items: center;
}




.first_btn {
    color: white;
    background-color: rgb(106, 19, 19);
    font-size: 1.2rem;
    padding-block: 10px;
    padding-inline: 2px;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid white;

}

.form {
    padding-inline: 30px;
    left: 0;
}

.fill-h {
    top: 30px;
 font-weight: 500;
size: 24px;
line-height: 28.13px;
  
}

.int1 {
    border: none;
  
}


.input-container {
    position: relative;
    /* display: inline-block; */
    border-bottom: 1px solid rgb(230, 230, 230);
    position: relative;
    display: inline-flex;
    width: 100%;
    
}

.int1 {
    padding-right: 25px;
    /* Adjust the right padding to make space for the icons */
    padding-left:35px;
    /* Adjust the left padding to make space for the icons */
    padding-block: 10px;
    width: 100%;
}




.lower {
    border-top-right-radius: 70px;
    background: #fff;
    height: 70%;
    width: 100%;
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    /* border-radius: 30px; */
    overflow-y: scroll; 
    height: calc(100vh - 200px);
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
    overflow: auto;
}
.lower::-webkit-scrollbar {
    width: 0; /* WebKit (Chrome, Safari, and newer versions of Edge) */
}

/* .low::-webkit-scrollbar-track {
    background-color: transparent;
} */
p{
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #676666;
    padding-block: 20px;
    font-weight: 500;
 
}
.pp{
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #676666;
    background-color: 
    #D9D9D9;
    width: 140px;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    margin-left: 10px;
    padding-block: 10px;
}
.margin-div{
margin-inline: 20px;
}
.img_caleder, .img_vector{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.img_caleder{
    left: 0px;
}
.img_vector{
  right: 5px;
}
.inter_div {
    border-radius: 20px;
    border: 1px solid rgb(234, 233, 233);
    box-shadow: 3px 6px 10px rgb(233, 232, 232);
    padding-bottom: 20px;
    margin-top: 30px;
    
}
.flex_upload{

    display: flex;
    gap: 20px;
}
.plus_upload{
    background-color: #F9F9F9;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   
 
    /* margin: auto;
    display: block; */
}
.last_div{
    margin-block: 30px;
    /* overflow-y: auto;
    max-height: 200px;  */
    background-color: #fff;
    /* padding-inline: 30px; */
    /* height: 120px; */
 
}
.submit_btn{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background:linear-gradient(#EB1F2C
,#A40008) ;
border-radius: 10px;
height: 50px;
color: 
#FFFFFF;
font-size: 16px;
line-height: 19.5px;
border: none;
width: 100%;
}
input {
    background-color: transparent;
    border: 0px solid;
  
    color: #4f4d4d;
    outline: none; /* Remove the default outline */
}
input:focus {
    border: none; /* Apply the border when the input is in focus */
}
/* 
.error {
    border: 2px solid red;
}

.error + p::after {
    content: " This field is required";
    color: red;
} */
.wave_ball1, .wave_ball21, .wave_ball31 {
   
    position: absolute;
    width: 169.85px;
 height: 166.75px;
         top: 0;
         left: -20%;
         background: linear-gradient(75.82deg, #A40008 14.67%, #E41A34 85.31%);
         border-radius: 45% 47% 43% 46%;
         transform: translate(-50%, 0%) rotate(0);
         animation: wave 7s linear infinite;
         z-index: 1;
         opacity: 1;
         transition: 0.7s ease;
         
 }
 .wave_ball2, .wave_ball22, .wave_ball32 {
    
    position: absolute;
    width: 158.85px;
 height: 164.75px;
         top: 0;
         left: -20%;
         background: linear-gradient(75.82deg, #A40008 14.67%, #E41A34 85.31%);
         border-radius: 49% 79% 43% 46%;
         transform: translate(-50%, 0%) rotate(0);
         animation: wave2 6s linear infinite;
         z-index: 1;
         opacity: 0.6;
         transition: 0.7s ease-in-out;
 }
 .wave_ball3, .wave_ball23, .wave_ball33 {
    
    position: absolute;
    width: 170.85px;
 height: 164.75px;
         top: 0;
         left: -28%;
         background: linear-gradient(78.82deg, #A40008 14.67%, #E41A34 85.31%);
         border-radius: 49% 79% 43% 46%;
         transform: translate(-50%, 0%) rotate(0);
         animation: wave1 5s linear infinite;
         z-index: 1;
         opacity: 0.2;
 }
 
 
 .line {
     position: absolute;
     width: 60px;
     left: 98%;
     transform: translateX(1%);
     border-bottom: 2px solid rgba(255, 255, 255, 1);
     margin-top: 20px;
     top: -50%;
     display: inline-block;
  
      
    
 }
 .inline, .inline2{
     position: absolute;
     width: 0; /* Start with no width */
     height: 2px;
     background-color: rgba(164, 0, 8, 1); /* Color for the animation */
    
 }
 
 
 .line1 {
     position: absolute;
     width: 72px;
     left: 98%;
     transform: translateX(-10%);
     border-bottom: 2px solid rgba(255, 255, 255, 1);
     margin-top: 20px;
     top: -50%;
     display: inline-block;
    
  
 }
 .ball-content{
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-inline: 25px;
     border-radius: 30px;
     height: 100%;
     left: 51%;
     transform: translateX(-50%);
 }
 @keyframes wave {
             0% {
                 transform: translate(-50%, 0%) rotate(0);
             }
             100% {
                 transform: translate(-50%, 0%) rotate(180deg);
             }
         }
         @keyframes wave1 {
             0% {
                 transform: translate(-50%, 0%) rotate(0);
             }
             100% {
                 transform: translate(-50%, 0%) rotate(180deg);
             }
         }
         @keyframes wave2 {
             0% {
                 transform: translate(-50%, 0%) rotate(0);
             }
             100% {
                 transform: translate(-50%, 0%) rotate(180deg);
             }
         }