/* @font-face {
    font-family: 'Roboto-Bold';
    src: url('/path/to/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */
body {
    font-family: Roboto;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e3192;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.spinner-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spinner-main img {
    width: 200px;
    height: auto;
}
.spinner {
    margin-left: 3rem;
    margin-top: 1rem;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 21px;
    letter-spacing: 0.1px;
}
.fs-25 {
    font-size: 25px;
    font-family: "Roboto";
}
.fs-28 {
    font-size: 28px;
    font-family: "Roboto";
}
.fs-32 {
    font-size: 32px;
    font-family: "Roboto";
}
.fs-58 {
    font-size: 58px;
    font-family: "Roboto", sans-serif;
}

.fs-57-px {
    color: #000;
    font-size: 56px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    letter-spacing: -1px;
}
.mt-6 {
    margin-top: 4.5rem;
}
.mb-6 {
    margin-bottom: 4.5rem;
}
.pb-6 {
    padding-bottom: 4rem !important;
}
.p-6-fly {
    padding: 4rem;
}
.mt-6-rem {
    margin-top: 6rem;
}

.lh-30 {
    line-height: 30px;
}
.fw-bold {
    font-weight: 600;
}
.w-100-per {
    width: 100%;
}
.h-100vh {
    min-height: 100vh;
}
.img-rounded-circle{
    height: 100px;
    width: 100px;
    border-radius: 50%;

}
.img-rounded-circle img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}


.color-black {
    color: #000;
}
.color-mutated {
    color: #666666;
}
.fly-container-3 {
    padding: 3rem;
}

.fly-container {
    padding: 1rem;
}
.fly-container-fluid {
    padding: 2rem;
}
.bg-primary-fly {
    background: #0a142f;
}
.bg-primary-fly-header{
    background:#2E3192;
}
.fly-container-bg {
    background: #2e3192;
    padding: 1.5rem;
}

.fly-container-card {
    padding: 0rem 2rem 2rem 2rem;
}
.object-contain-img {
    width: auto;
    height: 75px;
}
.navbar-brand img {
    width: 190px;
    height: auto;
    flex-shrink: 0;
}
.lenguage-select{
    max-width: 70%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.fly-sm-btn {
    background: #5ac3bf;
    color: #fff;
    padding: 4px 20px;
}
.fly-sm-btn:hover {
    color: #fff;
}
.end-item-content {
    height: 100%;
    display: flex;
    align-items: end;
}

/* .submit-button {
    background-color: #2e3192;
    padding: 10px 25px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
} */

.header .navbar-nav .nav-item {
    padding: 8px 20px;
}

.header .header-link-text {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.header .nav-bar-padding {
    padding: 7px 20px !important;
}
.header .nav-link {
    color: #fff;
}

.footer ul {
    padding-left: 0px !important;
}
.footer ul li {
    list-style: none;
}

.footer .footer-links {

    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.footer .footer-len-div {
    background-color: #fff;
    width: fit-content;
    padding: 5px 25px;
    border-radius: 20px;
}

.fs-30-title {
    font-size: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home .section-title-text {
    color: #181a45;
    text-align: center;
    font-family: Roboto;
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.home .first-sec-img {
    width: 100%;
}
.home .search-centent-form {
    width: 80%;
    /* height: 65px; */
    background-color: #fff;
    border-radius: 50px 0px 0px 50px;
}
.home .ride-search-input {
    border: none;
    background-color: #fff;
    color: #000;
}
.home .ride-search-input:focus-visible {
    outline: none;
}
.home .border-end-div {
    border-right: 1px solid #000;
}
.home .ride-search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 0px 50px 50px 0px;
    background: #5ac3bf;
    width: 20%;
    height: 65px;
    border: none;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home .bg-light-green {
    border-radius: 49px;
    background: linear-gradient(
        180deg,
        #c6edff 0%,
        #a4dcff 99.99%,
        rgba(220, 230, 245, 0) 100%
    );
}
.home .tr-border-bo-input {
    border: none;
    border-bottom: 3px solid;
    background: transparent;
}
.home .tr-border-bo-input {
    outline: none;
}
.home .relative-div {
    position: relative;
}
.home .absilate-img {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home .border-containenr {
    border: 2px solid;
    border-radius: 49px;
}
.home .font-light-cintent {
    color: #000;

    text-align: center;
    font-family: "Roboto";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.profile .border-bottom-div {
    height: 2px;
    background-color: #666666;
}
.profile .preferences-leng {
    border-radius: 16px;
    background: #5ac3bf;
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 3px 15px;
}
.profile .profile-setting a {
    text-decoration: none;
}
.profile .profile-detail-input-main {
    position: relative;
}
.profile .profile-detail-input {
    height: 55px;
    border-radius: 4px;
    border: 1px solid var(--black-60, rgba(0, 0, 0, 0.6));
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 0.44px;
}
.profile .profile-detail-input-lable {
    position: absolute;
    top: -14px;
    left: 20px;
    color: var(--black-60, rgba(0, 0, 0, 0.6));
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    background-color: #fff;
    padding: 7px;
}
.profile .profile-detail-input:focus-visible {
    outline: none;
}
.profile .border-none-input{
    border: none;
    border-bottom: 1px solid;
}
.profile .border-none-input:focus-visible{
    outline: none;
}

.profile .custom-check {
    background: #fff;
    color: #57b3b8;
    border: 1px solid #57b3b8;
}
.profile .custom-check:focus {
    box-shadow: none;
}
.profile .custom-textarea {
    border-radius: 6px;
    border: 1px solid #666;
    color: #666;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.profile .custom-textarea:focus-visible{
    outline: none;
}
.profile .profile-detail-img-card{
    border-radius: 5px;
background: #FFF;
box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.25);
}

.button-btn-fly {
    padding: 15px 40px;
    background-color: #5ac3bf;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    width: max-content;
}
.button-more {
    padding: 13px 35px;
    background-color: #5ac3bf;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.button-more:hover {
    color: #fff;
}
.login .login-card {
    box-shadow: 5px 5px 34px #dddede;
    border: none;
    border-radius: 22px;
}

.submit-button {
    background-color: #13afb7fd;
    padding: 14px;
    border: none;
    border-radius: 1rem;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.login .fly-verify-input {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 12px;
    margin-right: 20px;
}

.login .btn-link {
    color: red;
}

.login .title {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
}

.title-text {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: #000;
}
.fly-login-input {
    background-color: #d8d8d8cc;
    border: none;
    border-radius: 1rem;
    padding: 17px 20px;
    color: #000;
}
.fly-login-input:focus-visible {
    outline: none;
}
.login .regstration-text {
    font-size: 13px;
}
.login .regstration-text a {
    text-decoration: none;
}

.text-de-none {
    color: #000;
    text-decoration: none;
}
.border-div-ele {
    height: 1px;
    background-color: #d9d8d8;
    width: 100%;
}
.border-div-ele-bold {
    height: 4px;
    background-color: #d9d8d8;
    width: 100%;
}
.responsive.menu-icon svg {
    fill: #fff;
}
.responsive.menu-icon {
    display: none;
}
.header .nav {
    display: none;
    max-height: 0;
    transition: max-height 1s ease;
}
.header .nav.active {
    display: block;
    position: absolute;
    top: 75px;
    right: 0px;
    width: 100%;
    background-color: #2e3192;
    max-height: max-content;
    transition: max-height 1s ease;
    z-index: 999;
}
.header .nav.active li {
    padding-left: 20px;
}
.header .nav.active li a {
    color: #fff;
}

.header .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.header .nav li {
    margin: 10px 0;
}

.header .nav a {
    text-decoration: none;
    color: #fff;
}

.content {
    padding: 20px;
}
.home-section .card {
    border: none;
    border-radius: 8px;
    background-color: #2e3192;
}
.margin-right-5 {
    margin-right: 3rem;
}

.location-search-input {
    border: none;
    background-color: #000;
    border-radius: 50px;
    padding: 30px;
    color: #fff;
}
.location-search-input::placeholder {
    color: #fff;
}
.location-search-input {
    outline: none;
}
.find-trip .search-main {
    position: relative;
}

.find-trip .search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 87px;
    width: 87px;
    background-color: #5ac3bf;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
}
.info-card .card {
    border-radius: 1px;
    border: 1px solid #f5f5f5;
    box-shadow: 3px 10px 14px #ece1e1;
}
.info-card .card p {
    font-size: 17px;
    letter-spacing: -0.3px;
}
.bg-fly-gray-container {
    background-color: #f7f7f7;
    padding: 1rem;
}
.bg-fly-gray-container .card {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 15px;
}
.bg-fly-gray-container .font-bold {
    font-family: "Roboto", sans-serif;
    color: #000;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.get-app-link .get-app-link-input {
    width: 100%;
    border: none;
    padding: 18px;
    font-size: 16px;
}
.get-app-link .get-app-link-input::placeholder {
    font-size: 17px;
}
.get-app-link .get-app-link-input:focus-visible {
    outline: none;
}
.button-fly-black {
    width: 100%;
    padding: 18px;
    background-color: #000;
    color: #fff;
    border: none;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.res-p-5 {
    padding: 3rem;
}
.w-50-per {
    width: 50%;
}
#map {
    height: 575px;
    width: 100%;
}

.trip-nav .nav-link {
    color: black;
    font-weight: 600;
    font-family: "Roboto";
}
.trip-nav .nav-link.active {
    background: #fff;
    color: blue;
}


.trips .trip-advance-booking-card {
    border-radius: 41px;
    background: #DCE6F5;
}

.trips .trip-img {
    height: auto;

    width: auto;
}
.trips a{
    text-decoration: none;
}
.trips .ellipse-img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.trips .passenger-name {
    color: #666;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trip-active-card {
    border-radius: 15px;
    background: #F3F3F3;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.trips .title-time {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trips .titleTime {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trips .text-title {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trips .priceTitle {
    color: #5AC3BF;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trips .passengerTitle {

    border-radius: 41px;
    background: #DEDEFB;
    width: max-content;
    padding: 8px 25px;
}

.trips .passengerName {

    color: #2E3192;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trips .relative {
    position: relative;
}

.trips .absalute-class {
    position: absolute;
    left: 9px;
}
.where-to-go .choose-trip {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.where-to-go .border-card {
    width: 100%;
    height: 1px;
    background: #C5C5C5;
}


.where-to-go a{
    text-decoration: none;
}

.personal-details input[type="file"] {
    /* opacity: 0.1;
    width: 50px; */
    cursor: pointer;
}
.flex-direction-set{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.personal-details .custom-file-input {
    display: inline-block;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 28px;
    background: #F0F6FF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: max-content;
    right: 0px;
    bottom: -4px;

}

.personal-details .file-name {
    margin-top: 10px;
}
.flash-message {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #5ac3bf;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: none; /* Hidden by default */
}


.menu .ellipse-img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
}

.menu .viewProfile {
    color: #666;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.menu .titleText {
    color: #666;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu .profile-img {
    width: 25px;
    height: 25px;
}

.menu .profileText {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu .textBorder {
    width: 100%;
    height: 2px;
    background: #D9D9D9;
}

.menu .closeText {
    text-decoration: none;
}
.updateno .border {
    border-radius: 18px;
    border: 1px solid #000;
}
.selectLanguage .select-lenguage {
    /* width: 70% */
    border-bottom: 2px solid;

}

.selectLanguage .preferences-leng {
    border-radius: 16px;
    background: #5ac3bf;
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 3px 15px;
}

.selectLanguage .lenguage-main {
    position: relative;
}

.selectLanguage .lenguage-select-box {
    position: absolute;
    width: 100%;
    display: none;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-height: 300px;
    overflow:scroll;
}
.selectLanguage .lenguage-select-box::-webkit-scrollbar {
    display: none;
    }
.selectLanguage .lenguage-cancle {
    cursor: pointer;
    color: #5AC3BF;
    font-family: 'Roboto';
    font-size: 15px;
}

.selectLanguage .lenguage-ok {
    cursor: pointer;
    color: #5AC3BF;
    font-family: 'Roboto';
    font-size: 15px;
}
.modal-content{
    border-radius: 7px;
border: 1px solid #C5C5C5;
background: #FFF;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
#facebook_login,
#google_login{
    cursor: pointer;
}




@media only screen and (max-width: 1048px) {
    .header .navbar-nav .nav-item {
        padding: 8px 5px;
    }
}

@media only screen and (max-width: 1024px) {
    .w-md-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 820px) {
    .fs-57-px {
        font-size: 40px;
    }

    .responsive.menu-icon {
        display: block;
    }
    .header .navbar-nav {
        display: none !important;
    }
    .button-fly-black {
        font-size: 10px;
    }
    .res-p-5 {
        padding: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .fs-57-px {
        font-size: 27px;
    }
    .row-rev-direction {
        flex-direction: column-reverse;
    }
    .object-contain-img {
        height: 40px;
    }
    .margin-right-5 {
        margin-right: 1rem;
    }
    .mt-6 {
        margin-top: 2rem;
    }
    .fly-container {
        padding: 1rem;
    }
    .fly-container-card {
        padding: 0rem 1rem 1rem 1rem;
    }
    .fs-58 {
        font-size: 28px;
    }
    .fly-container-bg {
        padding: 0.5rem;
    }
    .w-50-per {
        width: 100%;
    }
    .sm-text-center {
        display: flex;
        justify-content: center;
    }
    .home .search-centent-form {
        width: 100%;
        border-radius: 50px;
    }
    .home .ride-search-button {
        border-radius: 50px;
        margin-top: 10px;
        width: 100%;
    }
    .flex-reverse-div {
        flex-direction: column-reverse;
    }
    .flex-direction-set{
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;

    }
}
@media only screen and (min-width: 821px) {
    .nav.active {
        display: none !important;
    }
}
