@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-SemiBold.eot');
    src: url('../fonts/Geist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-SemiBold.woff2') format('woff2'),
        url('../fonts/Geist-SemiBold.woff') format('woff'),
        url('../fonts/Geist-SemiBold.ttf') format('truetype'),
        url('../fonts/Geist-SemiBold.svg#Geist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Light.eot');
    src: url('../fonts/Geist-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Light.woff2') format('woff2'),
        url('../fonts/Geist-Light.woff') format('woff'),
        url('../fonts/Geist-Light.ttf') format('truetype'),
        url('../fonts/Geist-Light.svg#Geist-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Bold.eot');
    src: url('../fonts/Geist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Bold.woff2') format('woff2'),
        url('../fonts/Geist-Bold.woff') format('woff'),
        url('../fonts/Geist-Bold.ttf') format('truetype'),
        url('../fonts/Geist-Bold.svg#Geist-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Medium.eot');
    src: url('../fonts/Geist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Medium.woff2') format('woff2'),
        url('../fonts/Geist-Medium.woff') format('woff'),
        url('../fonts/Geist-Medium.ttf') format('truetype'),
        url('../fonts/Geist-Medium.svg#Geist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Regular.eot');
    src: url('../fonts/Geist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Regular.woff2') format('woff2'),
        url('../fonts/Geist-Regular.woff') format('woff'),
        url('../fonts/Geist-Regular.ttf') format('truetype'),
        url('../fonts/Geist-Regular.svg#Geist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Geist", sans-serif;
}

.navbar-brand img {
    /* height: 40px; */
    margin-right: 10px;
}

.main-section {
    max-width: 1020px;
    padding-top: 140px;
    padding-bottom: 3rem;
}

.nav-link {
    background-color: transparent;
    /* border: 1px solid #6c757d; */
    color: #6c757d;
    font-weight: 500;
    border-radius: 20px !important;
}

.nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
}

.nav-link:hover {
    border-color: #000 !important;
    color: #495057;
}

.search-bar:focus {
    border-color: #212529;
    box-shadow: none;
}

.card-destination {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background-color: #f7f7f8;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}

.card-destination:hover {
    background-color: #e2e2e4;
    text-decoration: none;
}

.card-destination::after {
    position: absolute;
    content: "";
    background-image: url(../images/right-arrow.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
    right: 12px;
}

.flag-img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #e3e3e3;
}

.footer {
    background: #f8f9fa; /* soft gradient like image */
    padding: 15px 0;
    font-size: 14px;
    color: #555;
}
.footer a {
    color: #555;
    text-decoration: none;
    margin: 0 8px;
}
.footer a:hover {
    text-decoration: none;
    color: #1fa2f9;
}

.download-section {
    text-align: center;
    padding: 40px 20px 80px;
}
.download-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #002f6c;
}
.download-section .highlight {
    color: #0056b3;
}
.qr-code {
    margin-top: 20px;
    max-width: 150px;
}

.header button.navbar-toggler {
    font-size: 16px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFFE5;
    box-shadow: 0px 0px 24px 0px #0000001F;
    backdrop-filter: blur(8px);
    border-radius: 70px;
    padding: 14px 24px;
}
.header a {
    padding: 0px;
}
.header-top {
    padding: 24px 0px 0px;
}
.header ul li a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--black) !important;
    padding: 0px !important;
}
.header ul li a:hover {
    color: #1fa2f9 !important;
}
.header ul li a.arrow-right:hover {
    color: #ffffff !important;
}
.header ul li {
    padding: 0px 11px !important;
}
.header ul li:last-child {
    padding-right: 0px !important;
}
.header .download-btn a {
    background: #000000;
    color: #ffffff !important;
    padding: 10px 45px 10px 20px !important;
    border-radius: 36px;
}
/* .header-top > div {
    max-width: 1150px;
} */
.header {
    background: #fff;
    box-shadow: 0px 0px 24px 0px #0000001F;
    backdrop-filter: unset;
    position: relative;
}
.header button:focus:not(:focus-visible) {
    box-shadow: unset;
}
/* .header ul li {
    padding: 0px 0px 12px 0px !important;
} */
 a.arrow-right {
    position: relative;
}
a.arrow-right:hover::after {
    margin-left: 13px;
    transition: 0.3s ease-in;
}
a.arrow-right:hover::before {
    width: 100%;
    transition: 0.3s ease-in;
}
a.arrow-right::before {
    content: "";
    position: absolute;
    width: 0%;
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 36px;
    transition: 0.3s ease-in;
}
a.arrow-right::after {
    content: "";
    position: absolute;
    background: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
    transition: 0.3s ease-in;
}

@media only screen and (max-width: 1200px) {
    .header ul li a {
        font-size: 13px;
    }
    .header .download-btn a {
        padding: 10px 38px 10px 18px !important;
    }
    .header ul li {
        padding: 0px 8px !important;
    }
    .header a img {
        width: 165px;
    }
}

@media only screen and (max-width: 992px) {
    .header {
        background: #fff;
        backdrop-filter: unset;
        box-shadow: unset;
        position: relative;
    }
    .navbar-content {
        position: absolute;
        top: 35px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.12) 0px -20px 24px 0px;
        width: 100%;
        left: 0;
        padding-top: 60px;
        padding-bottom: 10px;
        z-index: -1;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    .header ul li {
        padding: 0px 0px 12px 0px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1150px;
    }
}



