@font-face {
    font-family: 'Gilroy-Medium';
    src: url("assets/Gilroy-Medium.woff2") format('woff2')
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url("assets/Gilroy-ExtraBold.ttf") format('truetype')
}

* {
    font-family: Gilroy-Medium;
    outline: 2px dotted rgb(21, 0, 255) !important;
}
body{
    margin:0;
    padding:0;
    /* outline: 2px dotted blue !important; */
}

.upper_portion{
    background:url("assets/bb.png") no-repeat;
    background-size:100% 100%;
    height:57vh;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.maint{
    width:60%;
    height:70%;
    display:flex;
    justify-content:center;
    align-items:center;

}
.logo{
    margin-top:7vh;
    height:5%;
    width:5%;
   
    /* background:url("assets/") */
}
.text{
    margin-top:3vh;
    height:40%;
    width:100%
    
}
#line_svg{
    margin-bottom:2vh;
}

#md{
    position:relative;
    top:10%;
    font-family:Gilroy-Medium;
    color:white;
}
.right3{
    height:100%;
    width:50%
}
.left3{
    height:100%;
    width:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.animation{
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
}
.animation_line{
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid rgb(251, 246, 246);
}
.animation {
    position: relative;
    height: 120px;      
    width: 100%;
    /* margin-top: 0px; */
    display: block;    
    overflow: hidden; 
}
.ani_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;          
    padding: 0;
    opacity: 0;        
    color: white;
    font-family: 'Gilroy-ExtraBold';
    pointer-events: none;
    animation: swiggyFade 12s infinite ease-in-out;
}
#t1 { animation-delay: 0s; }
#t2 { animation-delay: 4s; }
#t3 { animation-delay: 8s; }
@keyframes swiggyFade {
    0% { opacity: 0; transform: translateY(20px); }
    5% { opacity: 1; transform: translateY(0); }   /* Fade In & Slide Up */
    28% { opacity: 1; transform: translateY(0); }  /* Visible Hold */
    33% { opacity: 0; transform: translateY(-20px); } /* Fade Out & Slide Up */
    100% { opacity: 0; }
}
.animation_lines{
    display:flex;
    justify-content:center;
    align-items:center;
    height:0.3rem;
    width:4rem;
    background:rgba(131, 127, 127, 0.912);
    border-radius:12px;
    position:relative;
    top:8%;

}
.lines{
    animation: swiggyFade2 12s infinite ease-in-out;
    pointer-events: none;
    height:0.3rem;
    width:100%;
    opacity: 0;    
    pointer-events: none;
    background:rgba(254, 254, 254, 0.912);
    border-radius:12px;
}
#l1 { animation-delay: 0s; }
#l2 { animation-delay: 4s; }
#l3 { animation-delay: 8s; }
@keyframes swiggyFade2 {
    0% { opacity: 0;}
    5% { opacity: 1;}   
    28% { opacity: 1;}  
    33% { opacity: 0;} 
    100% { opacity: 0;}
}
.main_form{
    display:flex;
    justify-content:center;
    align-items:center;
    height:90%;
    width:80%;
    border-radius:19px;
    background:white;
    font-size:x-large;
}
h2{
    position:relative;
    bottom:8%;
    color:rgb(52, 51, 51);
}
.from_mid{
    height:90% ;
    width:90%;
}
.info{
    display:flex;
    justify-content:space-between;
    position:relative;
    bottom:15%;
    display:flex;
    
    
}
#from_pa{
    position:relative;
    bottom:30%;
    font-size:small;
    color:rgb(123, 118, 118);
}
.icon{
    font-size:xx-large;
    height:10%;
    width:10%;
}
#icon2{
    height:90%;
    width:100%;
}
.input_text{
    display:flex;
    width:100%;
    height:20%;
    align-items:center;
    justify-content:center;
}
input{
    position:relative;
    bottom:100%;
    height:100%;
    width:100%;
    border-radius:20px;
    border:2px solid rgb(205, 198, 198);
    padding-left:6%;
    color:rgb(0, 0, 0);
    text-decoration:none;
}
button{
    height:20%;
    width:100%;
    position:relative;
    bottom:10%;
    border-radius:10px;
    font-size:large;
    border:2px solid rgb(255, 255, 255);
    padding-left:6%;
    color:rgb(255, 255, 255);
    text-decoration:none;
    background:rgb(205, 208, 212);
}
#gt_st{
    position:relative;
    bottom:10%;
}
#policy{
    font-size:x-small;
    text-align:center;
    color:rgb(205, 198, 198);
    position:relative;
    bottom:10%;
}
#iac{
    color:black;
}
.lower_portion{
    height:43vh;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;

}
.m_lower{
    height:80%;
    width:40%;
}
.oline{
    position:relative;
    bottom:20%;
    height:1.6%;
    width:7%;
    background:rgb(255, 82, 0);
    border-radius:3px;
}

.steps{
    display:flex;
    align-items:center;
    margin-top:3%;
    height:28vh;
    width:87%;
    background:rgb(248, 244, 253);
    border-radius:23px;
    gap:3%;
    
    position:relative;
    bottom:4rem;
}
.left_map{
    margin-left:4%;
    width:2%;
    height:80%;
}
.right_steps{
    height:80%;
    width:70%;
}
.blue_dot{
    height:6%;
    /* width:10%; */
    background:rgb(82, 12, 213);
    border-radius:50%;
    
}
.hst{
    color:rgb(89, 85, 85);
}
.std{
    position:relative;
    bottom:20%;
    width:120%;
}
#hst1{
    bottom:9%;
}
#std3{
    position:relative;
    bottom:15%;
}
#std2{
    position:relative;
    bottom:10%;
}
.vline{
    margin-left:40%;
    height:30%;
    border-left:2px dotted rgb(171, 171, 175);
}
#vline3{
    height:20%;
}
#l1p{
    font-size:large;
    position:relative;
    bottom:8%;
    color:rgb(123, 118, 118);
}
#get2{
    font-family:Gilroy-ExtraBold;
    position:relative;
    bottom:14%;
}
#ml_for{
    font-weight:bolder;
    font-size:large;
}
#ml_top{
   font-size:smaller;
   color:rgb(23, 23, 23);
   text-align:start;
}
.mnl_top{
    position:absolute;
    top:64%;
}