body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

/* Navbar */
.navbar {
    background: transparent;
}

.main-class {
    background: url(../images/slider-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 250px 250px;
}

.nav-link {
    color: #333 !important;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #FC4B45 !important;
}

a.btn.btn-danger {
    background: #fc4b44;
    border-color: #fc4b44;
    box-shadow: 0px 4px 12px #00000040 !important;
    padding: 4px 52px !important;
    font-size: 18px;
}

@media screen and (min-width: 1100px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1150px !important;
    }

    ul.navbar-nav.align-items-center a {
        font-size: 20px;
    }

    ul.navbar-nav.align-items-center {
        gap: 30px;
    }
}

/* Hero Section */
.hero-section {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.highlight {
    background: #201a4f;
    color: #fff;
    padding: 0 10px;
    border-radius: 6px;
}

section.hero-section h1 {
    white-space: nowrap;
}

section.hero-section h1 .text-danger {
    color: #fc4b44 !important;
}

section.hero-section p {
    font-size: 24px;
    color: #1b1b1c !important;
    margin: 27px 0;
    line-height: 31px;
}



/* Journey Section */
.journey-section {
    padding-top: 70px !important;
    background: url(../images/journey.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 250px 250px;
}

.background::after {
    background: #514b77;
    content: "";
    width: 100%;
    height: 300px;
    display: block;
    z-index: -2;
    position: absolute;
    bottom: 0;
}

.background {
    position: relative;
}

.journey-section h2 {
    font-size: 1.9rem;
}

.journey-card {
    background: #dae0f2;
    border: none;
    transition: all 0.3s ease;
}

.journey-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}


/* Responsive */
@media (max-width: 768px) {
    .journey-section h2 {
        font-size: 1.6rem;
    }

    .journey-card {
        text-align: center;
    }

    .icon-circle {
        margin: 0 auto 10px auto;
    }
}


.icon-circle {
    width: 130px;
    height: 130px;
    box-shadow: 0px 12px 13px hsl(249deg 13% 30% / 33%);
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
    padding: 25px;
    background: #FFEFEF;
    background: radial-gradient(circle, rgba(255, 239, 239, 1) 0%, rgba(218, 224, 242, 1) 100%);
}

.journey-card h5 {
    font-size: 30px;
    font-weight: bold !important;
    margin-bottom: 12px !important;
    display: block;
}

.icon-circle img {
    width: 100%;
}

.journey_content {
    margin-top: 130px;
}

.journey-card p {
    font-size: 16px;
    line-height: 23px;
    color: #1b1b1c !important;
}

.journey-card p span {
    color: #fc4b44 !important;
    font-weight: 800 !important;
}

.action_see {
    margin: 80px 0 0;
}

.action_see img {
    width: 100%;
}

.action_see h3 {
    font-size: 48px;
    text-align: left;
    background: #fd6e64;
    width: 92%;
    padding: 2px 11px;
    font-weight: bold;
    color: #fff;
}



/* Travelers Section */
.travelers-section {
    background: #514b77;
    position: relative;
    border-radius: 0 0 250px 250px;
    padding: 100px 0 !important;
}

.travelers-section h2 {
    font-size: 2.7rem;
    margin-bottom: 80px !important;
}

.highlight-text {
    background: #ff4d4d;
    color: #fff;
    padding: 2px 8px;
    border-radius: 6px;
}

.traveler-card {
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0px 12px 40px hsl(249.47deg 13.29% 28.04% / 42%) !important;
    height: 320px !important;

}

.background_class {
    background-color: #dae0f2 !important;
    margin-top: 80px;
}

.traveler-card p {
    font-size: 18px;
    line-height: 22px;
}

.traveler-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Light red card */
.bg-danger-subtle {
    background-color: #fd6e64 !important;
    color: #fff;
}

/* Custom dark blue */
.bg-dark-blue {
    background: #201a4f;
}

/* Circle user icon */
.user-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
    .travelers-section h2 {
        font-size: 1.8rem;
    }

    .traveler-card {
        text-align: center;
    }
}

.traveler_photo h6 {
    font-size: 22px;
}

.traveler_photo {
    display: flex;
    align-items: center;
    gap: 12px;
}



.explore-section {
    padding: 100px 0;
    position: relative;
    background: url(../images/world-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 0 0 250px 250px;
}

section.background_image {
    background: #dae0f2;
}

.explore-section h2 {
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
}

.explore-section h2 span {
    color: #fc4b44;
}

.explore-text p {
    font-size: 2.2rem;
    color: #201a4f;
    margin-top: 15px;
    margin-bottom: 25px;
}

.explore-text strong {
    color: #ff4a4a;
    font-weight: 700;
    line-height: 20px !important;
    font-size: 44px;
}

.explore-btn {
    background: #fc4b44;
    border-color: #fc4b44;
    box-shadow: 0px 4px 12px #00000040 !important;
    padding: 4px 52px !important;
    font-size: 19px;
    color: #fff;
    border-radius: 50px;
    border: none;
}

.explore-btn:hover {
    background: #e63946;
}

.mockup-wrapper {
    position: relative;
}

.mockup-img {
    width: 100%;
}


@media (max-width: 576px) {
    .explore-section {
        text-align: center;
    }

    .mockup-wrapper {
        display: flex;
        justify-content: center;
    }

    .mockup-img {
        position: static !important;
        transform: none !important;
        margin: 0 8px;
    }

}



/* ========== FEATURE LIST ========== */

.seamless-section {
    padding: 90px 0;
    position: relative;
    background: url(../images/seamless-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.seamless-section h2 {
    font-size: 48px;
    font-weight: 800;
    color: #201a4f;
    text-align: center;
}

.seamless-section p {
    color: #1b1b1c;
    font-size: 28px;
    text-align: center;
    width: 87%;
    margin: 25px auto;
}

.seamless-features {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.seamless-features li small {
    font-size: 32px;
    display: block;
    color: #1b1b1c;
    font-weight: 400;
}

.seamless-features li {
    color: #ff4a4a;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 32px;
}

.seamless-features li::before {
    content: "•";
    color: #ff4a4a;
    position: absolute;
    left: 0;
    font-size: 3.2rem;
    top: -13px;
}

/* ========== APP STORE BUTTONS ========== */
.seamless-store {
    margin-top: 25px;
}

.seamless-section-content {
    margin-top: 80px;
}

.seamless-store img {
    height: 75px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.seamless-store img:hover {
    transform: scale(1.05);
}

/* ========== MOCKUP IMAGES ========== */
.seamless-mockups {
    position: relative;
    text-align: center;
}

.seamless-img {
    width: 100%;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
    .seamless-section {
        text-align: center;
    }

    .seamless-mockups {
        margin-top: 50px;
    }

    .seamless-img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .seamless-img {
        position: static !important;
        transform: none !important;
        margin: 0 8px;
        width: 100%;
    }
}



.footer {
    background: #201a4f;
    padding: 40px 0 7px;
}

.footer img {
    max-width: 300px;
}

.footer_links li {
    list-style: disc;
    color: #fff;
}

.footer_links li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer_links h3 {
    color: #fd6e64;
    font-size: 22px;
}

.footer_links ul {
    padding-left: 14px;
}

.footer_content {
    margin: 70px 40px 50px;
}

.copyright_text {
    border-top: 2px solid #fff;
}

.copyright_text p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
a.navbar-brand {
    margin-left: -13px;
}

section.journey-section h2 {
    font-size: 44px;
}
section.journey-section h2 span{
    color: #fc4b44 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.navbar-collapse {
        position: absolute;
        top: 80%;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 40px 20px;
        z-index: 1;
    }

    .navbar-collapse ul {
        align-items: flex-start !important;
    }

    li.nav-item.ms-3 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 0 20px;
    }

    a.btn.btn-danger {
        margin-top: 30px;
    }
    .action_see h3 {
    width: 32% !important;
    margin-bottom: 40px !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .traveler-card {
        height: auto !important;
    }

    html,
    body {
        overflow-x: hidden;
    }

    button.navbar-toggler.collapsed {
        border-color: #000;
    }

    button.navbar-toggler.collapsed span {
        color: #000;
    }

    a.navbar-brand {
        width: 28%;
    }

    a.navbar-brand img {
        width: 100%;
    }

    section.hero-section p {
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0;
    }

    .chat-box img {
        width: 100%;
    }

    .hero-section a.btn.btn-danger {
        margin-top: 10px;
    }

    .main-class,
    .journey-section,
    .travelers-section,
    .explore-section {
        border-radius: 0 0 50px 50px;
    }

    .journey-card h5 {
        font-size: 25px;
    }

    .journey_content {
        margin-top: 110px;
        gap: 90px 0px !important;
        justify-content: left !important;
    }

    .journey-section h2 {
        font-size: 2.5rem !important;
    }

    .action_see h3 {
        width: 100%;
        font-size: 40px;
        margin-bottom: 40px;

    }

    .journey-card h5 {
        font-size: 28px;
    }

    .journey-card p {
        font-size: 16px;
        line-height: 20px;
    }

    .background_class {
        margin-top: 0px;
        height: auto !important;
    }

    .explore-section h2 {
        font-size: 2rem;
    }

    .explore-text p {
        font-size: 1.8rem;
    }

    .explore-text strong {
        font-size: 34px;
    }

    .seamless-section h2 {
        font-size: 37px;
    }

    .seamless-section p {
        font-size: 20px;
        width: 100%;
        margin: 20px auto;
    }

    .seamless-features li small {
        font-size: 25px;
    }

    .seamless-features li {
        font-size: 25px;
        text-align: left;
    }
    .footer_content div {
    width: 30%;
}

    .seamless-features li::before {
        top: -20px;
    }

    .seamless-store {
        display: flex;
        align-items: center;
    }

    .seamless-store img {
        height: 100%;
        width: 45%;
    }

    .footer_content {
        margin: 40px 4px 40px;
    }

    .footer_links li a {
        font-size: 16px;
    }

    .footer_links h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .footer img {
        max-width: 220px;
    }

    section.hero-section h1 {
        font-size: 33px;
    }
}

@media screen and (min-width: 501px) and (max-width: 768px) {
    /* .action_see {
        display: flex;
        flex-wrap: nowrap;
    }
    .action_see .col-lg-3 {
    width: 40%;
} */
}

@media screen and (max-width: 768px) {
    .traveler-card {
        height: auto !important;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .navbar-collapse {
        position: absolute;
        top: 80%;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 40px 20px;
        z-index: 1;
    }

    .navbar-collapse ul {
        align-items: flex-start !important;
    }

    li.nav-item.ms-3 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 0 20px;
    }

    a.btn.btn-danger {
        margin-top: 30px;
    }

    button.navbar-toggler.collapsed {
        border-color: #000;
    }

    button.navbar-toggler.collapsed span {
        color: #000;
    }

    a.navbar-brand {
        width: 53%;
    }

    a.navbar-brand img {
        width: 100%;
    }

    section.hero-section p {
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0;
    }

    .chat-box img {
        width: 100%;
    }

    .hero-section a.btn.btn-danger {
        margin-top: 10px;
    }

    .main-class,
    .journey-section,
    .travelers-section,
    .explore-section {
        border-radius: 0 0 50px 50px;
    }

    .journey-card h5 {
        font-size: 25px;
    }

    .journey_content {
        margin-top: 110px;
        gap: 90px 0px !important;
        justify-content: left !important;
    }

    .journey-section h2 {
        font-size: 2rem !important;
    }

    .action_see h3 {
        width: 49%;
        margin-bottom: 40px;
            font-size: 35px;
    }

    .journey-card h5 {
        font-size: 25px;
        text-align: center;
    }

    .journey-card p {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }

    .background_class {
        margin-top: 0px;
        height: auto !important;
    }

    .explore-section h2 {
        font-size: 2rem;
    }

    .explore-text p {
        font-size: 1.8rem;
    }

    .explore-text strong {
        font-size: 34px;
    }

    .seamless-section h2 {
        font-size: 37px;
    }

    .seamless-section p {
        font-size: 20px;
        width: 100%;
        margin: 20px auto;
    }

    .seamless-features li small {
        font-size: 25px;
    }

    .seamless-features li {
        font-size: 25px;
        text-align: left;
    }

    .seamless-features li::before {
        top: -20px;
    }

    .seamless-store {
        display: flex;
        align-items: center;
    }

    .seamless-store img {
        height: 100%;
        width: 45%;
    }

    .footer_content {
        margin: 40px 4px 40px;
    }

    .footer_content div {
        width: 46%;
    }

    .footer_links li a {
        font-size: 16px;
    }

    .footer_links h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .footer img {
        max-width: 220px;
    }

    section.hero-section h1 {
        font-size: 30px;
    }
}

@media screen and (min-width: 0px) and (max-width: 390px) {
    .action_see h3 {
        width: 58%;
        font-size: 36px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {

    .main-class,
    .journey-section,
    .travelers-section,
    .explore-section {
        border-radius: 0 0 130px 130px;
    }

    .journey_content {
        margin-top: 100px;
    }

    .journey-section h2 {
        font-size: 2.2rem;
    }

    .journey-card h5 {
        font-size: 26px;
    }

    .journey-card p {
        font-size: 15px;
    }

    .background_class {
        margin-top: 60px;
    }

    .explore-text p {
        font-size: 1.9rem;
    }

    .explore-text strong {
        font-size: 39px;
    }

    .seamless-section h2 {
        font-size: 44px;
    }

    .seamless-section p {
        font-size: 26px;
    }

    .seamless-features li {
        font-size: 26px;
    }

    .seamless-features li::before {
        font-size: 3rem;
        top: -21px;
    }

    .seamless-features li small {
        font-size: 26px;
    }

    .footer_content {
        margin: 40px 40px 40px;
    }

    .footer_links li a {
        font-size: 16px;
    }

    .footer_links h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .footer img {
        max-width: 220px;
    }
}