:root {
    --white: #FFF;
    --black: #30333A;
    --blue: #4873C2;
    --olive: #5B8E89;
    --green: #239B78;
    --peach: #EBB4AA;
    --sky-blue: #E3FAFF;
    --grey: #979DAB;
    --border: #C1D4F2;
    --dark-blue: #3373DB;
    --whitish-blue: #F6FDFF;
    --bluish: #F2F7FF;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

a,
p,
li {
    font-size: .8rem;
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-9 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.header {
    background-color: var(--white);
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.09);
    z-index: 2;
}

.header .nav-link {
    padding: unset !important;
}

.nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid #00B0D9;
}

.nav-link:hover {
    color: #494949 !important;
}

.nav-link {
    color: #494949 !important;
}

.deskTopUl li {
    margin: 0 14px;
}


/* home */
.bannerSection {
    display: flex;
    align-items: center;
}

.bannerCol {
    width: 50%;
}

.bannerCol.one {
    background-color: var(--bluish);
}

.bannerCol.one {
    background-color: var(--bluish);
}

.about-section-2 h4 {
    letter-spacing: -3px;
    font-size: 2rem;
    color: #3d3d3d;
    padding-bottom: 1.5rem;
}

.navigatio-features {
    padding-bottom: 6rem;
}

.navigatio-features h6 {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    letter-spacing: -2px;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0;
}

.navigatio-features img {
    width: 50px;
    height: 50px;
}

.navigatio-features .flight img {
    width: 90px !important;
}

.flight p,
.bus p,
.train p,
.hotel p {
    padding-right: 3rem
}


/* travel deals css */
.travelDeals {
    background-color: var(--sky-blue);
    padding: 4rem 0;
}

.travelDeals h4 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.travelDeals h6 {
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.2rem;
    width: 85%;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
}

.newsLetter {
    font-size: .9rem;
    font-weight: 400;
    padding-top: 3rem;
}

.mailBox {
    padding: 10px 13rem 10px 8px;
    border: 1px solid #c1D4F2;
    border-radius: 3px;
}

.mailBox:focus-visible {
    outline: none;
}

.emailBox button {
    padding: 11px 14px;
    border: none;
    border-radius: 3px;
    background-color: var(--dark-blue);
    color: var(--white);
}

/* footer */
.footer-section {
    padding-top: 3rem;
    padding-bottom: 5rem;
    color: var(--black);
    border-top: 1px solid #E6E6E6;
    background-color: #fff;
}

.footer-logo {
    width: 9rem !important;
    object-fit: contain;
}

.app-img {
    width: 14rem;
}

.social-text span {
    font-size: .8rem;
    color: #BABABA;
    padding: 0 1rem;
}

.about {
    margin-top: 5rem;
}

.about h6 {
    font-size: 1.05644rem;
    font-weight: 600;
}

.about p {
    font-size: 0.90rem;
    font-weight: 400;
}

.copyright {
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 0;

    a {
        color: #222 !important;
        text-decoration: none;
        font-size: .75rem;
    }
}

.quickLinks {
    margin-top: 1.5rem;
}

.quickLinks h6 {
    font-size: 1.05644rem;
    font-weight: 600;
}

.benfy {
    color: var(--grey);
    font-size: 0.75rem;
    font-weight: 400;
}

.footer-spacing ul {
    padding-left: unset;
}

.footer-spacing li {
    list-style: none;
    font-size: 0.8rem;
    font-weight: 400;
}

.footer-spacing a {
    text-decoration: none;
    color: #3d3d3d;
}

.careers-text {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -3px;
}



/* about */
.aboutBox {
    background-color: var(--whitish-blue);
    padding-top: 4rem;
}

.aboutBox h1 {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -5px;
    padding: 4rem 0;
    color: #3D3D3D;
}

/* singn up form */

.signUp {
    background-image: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 70vh;
    margin: 50px;
    box-shadow: 0px 9px 10px 0px #DCF1F6;
    display: flex;
    justify-content: center;
}

.input-form {
    margin-bottom: 1rem;
}

/* blog */
.blog-main-section {
    padding: 5rem 0;
}

.blog-cntr img {
    width: 100%;
}

.blog-cntr h4 {
    font-size: 1rem;
    padding-top: 1rem;
}

.blog-btn {
    border-radius: 2px;
    border: 0.5px solid #131313;
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    text-decoration: none;
    color: #222;
    cursor: pointer;
}

.blog-btn img {
    width: 20px;
}

.blog-content-section {
    padding: 6rem 0;
}

.blogTitle {
    font-size: 1.1rem;
}

/* Blogs Container */
.blog-section {
    color: #222;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

.blog-section h6 {
    font-size: .9rem;
    font-weight: 500;
}

.blog-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #3d3d3d;
    letter-spacing: -1px;
}

.our-project-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.our-project-carousel .owl-carousel {
    overflow: hidden !important;
}

.our-project-carousel .owl-stage {
    padding-left: 0px !important;
}

.our-project-carousel .owl-nav span {
    display: none;
}

.our-project-carousel .owl-nav {
    text-align: end !important;
    margin-right: 5rem;
    margin-top: 2rem;
}

.our-project-carousel .owl-nav img {
    width: 35px !important;
}


.our-project-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff;
    color: #FFF;
    text-decoration: none;
}

.blog-container {
    position: relative;
    box-shadow: 0px 6px 7px 0px #0000001f;
    color: #353535;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 1rem;
}

.blog-text-cntr {
    padding: 1.5rem .5rem;
}

.blog-text-cntr p {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    margin-top: 13px;
}

.loginFormSection {
    background-image: url(/assets/images/loginImage.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f6fdff;
    mix-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
    margin-top: 4rem;
}

.loginForm {
    background-color: #fff;
    padding: 3rem 5rem;
    width: 35%;
    display: flex;
    box-shadow: 0px 9px 10px 0px #DCF1F6;
}

.loginForm h6 {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 300;
}

.loginForm p {
    font-size: .6rem;
    color: #222;
    text-decoration: underline;
}

.loginForm input {
    padding: 8px 16px;
    margin-bottom: 1.5rem;
    border-radius: 1px;
    border: 0.5px solid #838383;
    background: #FFF;
    font-size: 13px;
    width: 100%;
}

.loginForm input:focus-visible {
    outline: unset;
    border: 1px solid #222;
}

.create-btn {
    width: 100%;
    background-color: #00B0D8;
    color: #fff;
    display: block;
    padding: 8px 16px;
    margin-bottom: .5rem;
    border-radius: 1px;
    font-size: 13px;
    text-decoration: none;
    position: relative;
}

.create-btn::after {
    content: '';
    background-image: url(/assets/icons/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 25px;
    position: absolute;
    right: 1rem;
    bottom: 0;
}

.gifSection {
    position: relative;
    color: #fff;
}

.gifImage {
    width: 100%;
    height: calc(100vh - 67px);
    object-fit: cover;
}

.gifTxt {
    position: absolute;
    bottom: 4rem;
    width: inherit;
}

.gifSection h6 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -1px;
}

.gifSection p {
    width: fit-content;
    background: rgba(235, 108, 103, 0.33);
    padding: 0 10px;
}

.one-stop-section,
.home-table-section {
    background-color: #F5F4EE;
    padding-top: 8rem;
    padding-bottom: 5rem;
}

.one-stop-section h1,
.home-table-section h1 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #3d3d3d;
    padding: 2rem 0;
}

.one-stop-grid {
    color: #fff;
    border-radius: 4px;
    padding: 2rem 8rem 2rem 2rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.one-stop-grid h5 {
    padding: .5rem 0;
}

.one-stop-grid img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

.grid-1 {
    background: #4873C2;
}

.grid-2 {
    background: #5B8E89;
}

.grid-3 {
    background: #239B78;
}

.grid-4 {
    background: #EBB4AA;
}



.home-table-section {
    background-color: #fff !important;
}

.home-table-section tr {
    vertical-align: baseline !important;
}

.home-table-section th {
    font-size: 1.1rem;
    font-weight: 500;
}

.home-table-section .table {
    border-left-color: #fff;
}

.tableTdFirst {
    width: 50%;
    padding: 2rem 0 !important;
}

.tableTdLast {
    border-right-color: #fff;
}

.tableTdFirst h6 {
    width: 75%;
    text-align: left;
    font-weight: 500;
}

.tableTdFirst p {
    width: 85%;
    text-align: left;
    margin: 1rem 0;
}











.wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.one {
    grid-column: 1;
    grid-row: 1 / 3;
    background: #EBB4AA;
}

.two {
    grid-column: 2;
    grid-row: 1 / 5;
    background: #239B78;
}

.three {
    grid-column: 1;
    grid-row: 2 / 3;
    background: #82bcab;

}

.four {
    grid-column: 2;
    grid-row: 2/5;
    background: #399b23;

}



.socialTxtRow {
    justify-content: space-between;
    padding: 3rem 0;
}

.mobOnly {
    display: none;
}

.next-section video {
    width: 100%;
    height: auto;
}



.blogSwiper .swiper-button-next::after,
.blogSwiper .swiper-button-prev::after {
    content: unset !important;
}

.blogSwiper .swiper-button-next {
    bottom: 0 !important;
    top: unset !important;
    right: 5rem !important;
}

.blogSwiper .swiper-button-prev {
    bottom: 0 !important;
    top: unset !important;
    right: 2rem !important;
    left: unset !important;
}

.blogSwiper .swiper-wrapper {
    padding-bottom: 2.5rem;
}

.blogSwiper .blog-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.blogSwiper .blog-text-cntr {
    max-height: 9rem;
}

.blogSwiper .blog-text-cntr h3 {
    font-size: 1.5rem;
    line-height: normal;
}

.blogSwiper .blog-text-cntr p {
    font-size: 1rem;
    line-height: normal;
    font-weight: 500;
    margin-top: 13px;
}

.blogSwiper a {
    text-decoration: none !important;
}


.contact-section {
    ul {
        padding-left: 0;

        li {
            list-style: none;

            a{
                color: #222 !important;
                text-decoration: none;
            }
        }
    }
}

.tac-section {

    h6 {
        font-weight: 600;
        margin-top: 2rem;
    }

    ul {
        padding-left: 1.5rem;

        li {
            list-style: disc;
        }
    }
}

.header_logo {
    width: 5rem;
    height: auto;
    z-index: 2;
    position: relative;
}

.mob_logo {
    width: auto;
    height: 3rem;
    z-index: 2;
    position: relative;
}