body{
    font-family: "Mulish", sans-serif;
}
nav{
    position: absolute !important;
    top: 0px !important;
    width: 100% !important;
    z-index: 11;
    padding: 10px 10px !important;
}
/* .navbar-collapse.collapse.show{
    background-color: #1C2B38;
    z-index: 5;
} */
.navbar-collapse.collapse.show{
    background-color: rgb(250 130 41);
    padding: 12px;
    border-radius: 24px;
}
nav ul li a{
    font-family: "Mulish", sans-serif;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
}
nav .nav-button{
    padding: 14px;
    color: #F27F0C;
    font-family: "Mulish", sans-serif;
    background-color: #063F5C;
    border: 0px;
    font-weight: 700;
    border-radius: 15px;
}
.main-btn{
    min-width: 130px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #F27F0C;
    color: #495560;
}
.main-btn.active{
    background-color: #F27F0C;
    color: #FFF;
    min-width: 130px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    /* height: ; */
}

/* Footer */
.tripista-footer{
    background-color: #13253F;
    padding-top: 40px;
    margin-top: 60px;
}
.tripista-footer .footer-content{
    display: flex;
    color: #FFF;
    justify-content: space-between;
    padding: 40px 0px;
    gap: 40px;
    flex-wrap: wrap;
    padding: 10px 0px;
}
.tripista-footer .footer-content ul{
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tripista-footer .sec-footer{
    background-color: #0F1E32;
    min-height: 32px;
    padding: 10px 0px;
}
.tripista-footer .sec-footer .sec-footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.sec-footer .sec-footer-content .footer-text p{
    color: #FFF;
}