.func-con{
    width: 50%;
    display: flex;
    gap: 0.8vw;
    margin-bottom: 1vw;
}
.left-func{
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
    width: 50%;
}
.dest input{
    width: 95.5%;
    padding: 0.5vw 0.5vw;
    font-size: 1vw;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    border: none;
}
.itenary-plan{
    height: 40vw;
    width: 100vw;
    background-color: #F2F6F8;
    display: flex;
}
.left-plan{
    width: 40%;
    height: 80%;
    
    
    
    padding: 2.5vw 7vw;
    gap: 7.5vw;
    display: flex;
    flex-direction: column;
    
}
.left-plan .plan-heading{
    font-size: 3vw;
    font-family: 'Lexend Deca', sans-serif;
}
.left-plan .copy{
    font-size: 1.5vw;
    font-family: 'Open Sans', sans-serif;
}
.left-plan button{
    width: 50%;
    background: #0165B2;
    color: white;
}
.rigth-plan{
    width: 30%;
    height: 80%;
    display: flex;
    align-items: center;
    
}
.inner-right{
    background-color: #0165B2;
    width: 100%;
    height: 80%;
    border-radius: 5px;
    padding: 0 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.inner-right ul{
    color: white;
    font-size: 1.3vw;
    font-family: 'Open Sans', sans-serif;
}
.inner-right ul li{
    margin-bottom: 1vw;
}
.people{
    width: 100%;
    display: flex;
    gap: 0.8vw;
}
.people .no_of{
    width: 60%;
}
.people .budget{
    width: 60%;
}
.people input{
    padding: 0.5vw 0.6vw;
    font-size: 1vw;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    border: none;
}
.right-func{
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
    width: 50%;
}
.duration{
    width: 100%;
    display: flex;
    gap: 0.8vw;
}
.duration input{
    padding: 0.5vw 0.6vw;
    font-size: 1vw;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    border: none;
}
.mail{
    width: 100%;
    display: flex;
    gap: 0.8vw;
}
.mail input{
    padding: 0.5vw 0.6vw;
    font-size: 1vw;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    border: none;
}
.timeline-dif{
    background-color: #BBD3D3;
    height: 70vh;
    width: 100%;
}
.main-timeline{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 4rem;
}
.main-timeline h1{
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2.4rem;
}
.timeline-cont{
    
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}
.timeline-icons{
    
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 5rem;
}
.timeline-line{
    position: relative;
    
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.line{
    border: 2px solid black;
    width: 95%;
}
.line-icon{
    position: absolute;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: -6px;

}
.timeline-steps{
    margin-top: 10px;
    
    width: 120%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.line-step1, .line-step2, .line-step3{
    
    width: 22%;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.timeline-steps h1{
    font-size: 1.7rem;
}