/* dashboard */
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    /* font-optical-sizing: auto; */
    /* font-style: normal; */
}

/* #########vaxa-common-block==================================================== */
.vaxa-common-block {
    margin: 30px 0px;
    background-color: #f1f4f7;
    /* background-image: url('assets/pattern-line01.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem;
    border: 1px solid #dee2e6;
}

.vaxa-common-block .vaxa-block {
    background-color: #fff;
    gap: 1.5rem;
    align-items: center;
    display: block;
}

.vaxa-common-block .vaxa-block img {
    width: 100%;
    height: 150px;
}

.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
    color: #FFF;
    background-color: inherit;
    position: relative;
    z-index: 1;
}

.bgded {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vaxa-overlay-content {
    padding: 130px 0px;
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: right;
}

.vaxa-overlay-content h6 {
    font-size: 2rem;
    font-weight: 700;
}

.wrapper::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    color: inherit;
    background-color: rgba(0, 0, 0, .55);
}

h6,
.heading {
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.bg-home-img {
    /* background: linear-gradient(0deg, rgba(22, 6, 71, 1) 0%, rgba(22, 6, 71, 0.6196603641456583) 100%), url("assets/bg-about-img.jpg") center;
    background-size: cover;
    min-height: 100vh;
    color: #fff;
    position: relative; */
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.41797969187675066) 0%, rgba(3, 2, 6, 0.8409488795518207) 100%), url("assets/bg-contact-img.jpg") center; */
    background: url("assets/images/bg-contact-img.jpg");
    opacity: 1;
    min-height: 85vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.navbar-brand img {
    width: 30px;
    height: 30px;
    margin: 0px 10px;
    border-radius: 10px;
}

#desktop-top-header .logo-name,
a {
    color: #160647;
}


.home-bg-block {
    /* background-color: rgba(255, 255, 255, 0.3); */
    /* background-color: #fff; */
    /* backdrop-filter: blur(10px); */

    position: absolute;
    width: 100%;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    justify-content: center;
    align-content: center;
}

.home-content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -80%);
    /* padding: .8rem; */
    background-color: #fff;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 10px;
}

.tab-content {
    position: relative;
    padding: 80px 20px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    min-height: 300px;
    /* background-color: rgb(255 255 255 / 80%); */
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
}

/* .tab-content .tab-pane{
    padding-top: 100px;
} */
.nav-tabs {
    border: unset;
    justify-content: center;
}

.home-bg-block .nav-tabs .nav-link:hover i {
    /* color: #0dcaf0; */

    /* border: 1px solid #cfbfff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.home-bg-block .nav-tabs .nav-link:hover .icon-shape {
    /* background: #160647; */

    /* border: 1px solid #cfbfff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.home-bg-block .nav-tabs .nav-link.active i {
    color: #0dcaf0;
}

.home-bg-block .nav-tabs .nav-link.active h4 {
    color: #0dcaf0;
}

.home-bg-block .nav-tabs .nav-link {
    width: 92px;
    margin: 0px 10px 0px 15px;
    /* height: 100px; */
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: unset;
    background-color: unset;
    border-color: unset;
    border-bottom: 3px solid #0dcaf0;
    border-radius: unset;
}

.nav-tabs .nav-link {
    border-radius: 20px;
    border: unset;
}

/* .active i {
    color: #fff;
} */

.active .icon-shape {
    /* background-color: #160647; */
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.home-bg-block-02 {
    /* background-color: rgba(255, 255, 255, 0.3); */
    /* backdrop-filter: blur(10px); */
    padding: 1rem;
    border-radius: 20px;
    position: absolute;
    /* top: 30%; */
    top: 50%;
    left: 30%;
    width: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-content: center;
}

.home-bg-block-02 p {
    color: #160647;
}

.home-bg-block .card-lift {
    text-align: center;
    cursor: pointer;
    color: #4a4a4a;
    display: block;
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.home-bg-block .icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
    margin-bottom: .1rem;
    font-size: 30px;
}

.home-bg-block .card-lift h4 {
    font-size: .8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4a4a4a;
}

/* navbar */
.navbar .navbar-brand {
    color: #160647;
}

.navbar .nav-link {
    color: #160647;
    text-transform: uppercase
}

.navbar-block-mobile .nav-item {
    display: inline-block;
    width: 90px;
    background-color: #fff;
    padding: .7rem;
    margin: .2rem;
}

.navbar-block-mobile .card-lift h4  {
    font-size: .7rem;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navbar-block .nav-item {
    width: 90px;
}

.navbar-expand-lg .navbar-block .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

/* .navbar-block .nav-link:focus i {
    color: #0dcaf0;
}
.navbar-block .nav-link:focus h4 {
    color: #0dcaf0;
    font-weight: 800;
} */

/* .navbar-block .nav-link.active i {
    color: #0dcaf0;
}

.navbar-block .nav-link.active h4 {
    color: #0dcaf0;
    font-weight: 800;
} */

.navbar-block .card-lift {
    /* background-color: #fff; */
    /* border-radius: 20px; */
    text-align: center;
    cursor: pointer;
    color: #4a4a4a;
    display: block;
    /* padding: .8rem; */
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.navbar-block .icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid #dee2e6;
    border-radius: 50%; */
    line-height: 1.5rem;
    margin-bottom: .2rem;
    font-size: 20px;
}

.navbar-block .card-lift h4 {
    font-size: .65rem;
    font-weight: 700;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
}

.navbar-block-right {
    font-size: .8rem;
}

.content {
    transition: opacity 0.3s ease;
    opacity: 1;
    /* Initially visible */
}

.hide {
    display: none;
}

.headerWrapper {
    background-color: #fff;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    animation: slideInDown 0.3s linear;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.show {
    display: block;
}

/* vaxa-success-trif================================= */
.vaxa-success-trif {
    padding: 80px 0px;
}

.vaxa-success-trif img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

/* destination========================= */
.vaxa-destination {
    background-color: #f1f4f7;
    background-image: url("assets/White-Line-PNG-Pic.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0px;
}



/* overlay-img */
.overlay {
    position: relative;
}

.avatar-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.middle {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgb(81, 80, 80) 0%, rgba(255, 255, 255, 0) 30%);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}

.middle .text {
    position: absolute;
    bottom: 2%;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.middle {
    opacity: 1;
}

.overlay-content {
    margin-top: 10px;
    background-color: #160647;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: .8rem;
    text-align: center;
}

/* vaxa-section-experiance========================= */
.vaxa-section-experiance {
    position: relative;
    padding: 100px 0px;
}

.vaxa-section-experiance i {
    color: #0dcaf0;
    font-size: 2rem;
}

/* vaxa-section-services========================= */
.vaxa-travel-service {
    padding: 50px 0px;
}

/* .nav-pills-bg-soft {
    background: #ffc107;
    padding: 0.625rem 0;
    border-radius: 0.625rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff;
background-color: #160647;
}
.nav-pills .nav-link{
    color: #160647;
    font-weight: 600;
} */

.vaxa-travel-service .card-img {
    width: 100%;
    height: 250px;
}

.vaxa-service-bg {
    background: linear-gradient(0deg, rgba(22, 6, 71, 1) 0%, rgba(22, 6, 71, 0.6196603641456583) 100%), url("assets/bg-about-img.jpg") center;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 120px;
    /* background-color: #ede5d5; */
    z-index: 1;
}

.vaxa-service-title {
    color: #fff;
    margin-bottom: 30px;
}

.theme-text-color {
    color: #fff;
    text-transform: uppercase;
}

.vaxa-service-block {
    padding: 0px 20px 30px 20px;
    border: 1px solid #4f4d5e;
    background-color: #f4f3f9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 27px;
}

.vaxa-service-block {
    p {
        color: #687d8e;
    }

    h4 {
        color: #160647;
    }
}

.vaxa-service-block:hover {
    background-color: #160647;

    h4 {
        color: #fff;
    }

    .vaxa-service-icon {
        color: #fff;
    }
}

.vaxa-service-icon {
    font-size: 50px;
    color: #160647;
}

/* vaxa-popular-cities-block============================== */
.vaxa-popular-cities-block {
    padding: 80px 0px;
    background-color: #ede5d5;
}

.vaxa-cities-block {
    background-color: #e8d3b6;
    border: 1px solid #e3caa6;
    border-radius: .5rem;
    padding: 1rem;
    gap: 1.5rem;
    align-items: center;
    display: flex;
}

.vaxa-cities-block img {
    border-radius: .5rem;
}

.vaxa-cities-block h4 {
    color: #160647;
    font-weight: 700;
}

.vaxa-cities-block i {
    color: #fff;

}

/* footer================== */
.vaxa-footer {
    /* align-content: center; */
    /* background: linear-gradient(0deg, rgba(22, 6, 71, 1) 0%, rgba(22, 6, 71, 0.6196603641456583) 100%), url("assets/footer-img.jpg") center; */
    /* background-size: cover; */

    background-color: #f1f4f7;
    color: #4a4a4a;
}

.vaxa-footer .vaxa-footer-end {
    border-top: 1px solid #637893;
    padding: 1.5rem 0rem;
}

.vaxa-footer ul {
    padding: 0;
}

.vaxa-footer li {
    display: table;
    padding: .2rem .7rem;
    border-radius: 10px;
    border: 1px solid #160647;
    list-style: none !important;
    margin-bottom: .5rem;
    font-size: .8rem;
}

.vaxa-footer a {
    color: #160647;
}

.vaxa-footer li:hover {
    background-color: #160647;
}

.vaxa-footer li:hover a {
    color: #fff;
}

.vaxa-footer .vaxa-social-media .btn {
    color: #160647;
    border: 1px solid #160647;
}

.vaxa-footer .vaxa-social-media .btn:hover {
    background-color: #160647;
    color: #f1f4f7;
}



/* =======================about-page==================================== */
.bg-about-img {
    background: linear-gradient(0deg, rgba(22, 6, 71, 1) 0%, rgba(22, 6, 71, 0.6196603641456583) 100%), url("assets/bg-about-img.jpg") center;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.contact-bg-block {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-bg-block h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    /* text-shadow: 2px 2px #4a4a4a; */
}

.vaxa-about-block {
    position: relative;
    padding: 80px 0px;
    /* background-color: #d6b485; */
    background-color: #dbdde0;
}

.vaxa-about-block img {
    border-radius: 10px;
}

.vaxa-about-block h4 {
    color: #160647;
    font-size: 1.5rem;
    font-weight: 700;
}

.vaxa-about-block i {
    font-size: 3rem;
    color: #160647;
}

.vaxa-about-single-block {
    padding: 80px 0px;
}

.vaxa-about-single-block img {
    border-radius: 10px;
}

.vaxa-about-single-block i {
    font-size: 4rem;
    color: #160647;
}

.vaxa-about-single-block h1 {
    margin: 15px 0px;
}

/* =======================contact-page==================================== */
.bg-common-img {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.41797969187675066) 0%, rgba(3, 2, 6, 0.8409488795518207) 100%), url("assets/images/bg-contact-img.jpg") center;
    /* opacity: .65; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    /* color: #fff; */
    position: relative;
}

/* .bg-contact-img .navbar-brand{
    color: #fff;
}
.bg-contact-img .navbar .nav-link{
    color: #fff;
} */

.vaxa-contact .icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
    border: 1px solid #b8b7ba;
    border-radius: 50%;

}

.vaxa-contact h4 {
    color: #160647;
}

/* =============================vaxa-slider================================= */
.vaxa-slider {
    background-color: #e0e0e0;
    padding: 40px 0px;
    /* margin-bottom: 50px; */
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-next {
    color: #fff;
}

.swiper-button-prev {
    color: #fff;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-prev {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 30px;
    height: 50px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-next {
    right: 0%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 30px;
    height: 50px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-prev:hover {
    background: #000;
}

.button-next:hover {
    background: #000;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* =======================destination-page==================================== */
.bg-destination-img {
    background: linear-gradient(0deg, rgba(22, 6, 71, 1) 0%, rgba(22, 6, 71, 0.6196603641456583) 100%), url("assets/bg-destination-img.jpg") center;
    background-size: cover;
    min-height: 300px;
    /* color: #fff; */
    position: relative;
}

.vaxa-destination-block {
    padding: 50px 0px;
}

.vaxa-destination-block .discount-content {
    background: linear-gradient(0deg, rgba(255, 150, 106, 1) 0%, rgba(249, 115, 82, 1) 100%);
    text-align: center;
    align-content: center;
}

.vaxa-destination-block .discount-content h2 {
    color: #fff;
    font-weight: 800;
}

.vaxa-destination-block .discount-content h4 {
    color: #fb9f78;
    font-weight: 700;
}

/* common-css================================== */
.img-effect {
    transition: transform 0.4s;
    margin: 0 auto;
}

.img-effect:hover {
    transform: scale(1.1);
}

.common-bg {
    background: #160647;
}

ul {
    padding: 0;

    li {
        list-style: none;
        display: inline-block;
    }
}

a {
    text-decoration: none;
}

.common-btn {
    /* --bs-bg-opacity: 1;
    --bs-primary-rgb: 9, 184, 80; */
    /* color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; */
    /* border: 2px solid #198754; */
    background-color: #0dcaf0;
    color: #fff;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    box-shadow: inset 0 0 0 0 #160647;
    border-radius: unset;
    border: unset;

    &:hover {
        color: #fff;
        background-color: #0dcaf0;
        border: unset;
    }

}

.common-btn:focus {
    color: #fff;
    background-color: #0dcaf0 !important;
    border: unset;
}

h1 {
    color: #0dcaf0;
    font-weight: 700;
    text-transform: uppercase;
}

h5 {
    color: #160647;
}

/* footer h5 {
    color: #fff;
} */

.common-p {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 23px;
}

/* .common-h1{
    color: #160647;
    font-weight: 700;
} */

.carousel-item img {
    height: 400px !important;
}

@media only screen and (min-width:320px) and (max-width:992px) {
    .contact-bg-block {
        position: absolute;
        top: 85%;
        left: 5%;
        transform: translate(-0%, -50%);
    }
    .common-top-header {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        background-color: #160647;

        z-index: 1000;
        width: 100%;
    }

    .common-top-header .common-tabs {
        display: grid;
    }

    #desktop-top-header {
        display: none;
    }

    .bg-home-img {
        min-height: 60vh;
    }

    .home-bg-block {
        position: absolute;
        width: 100%;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .vaxa-overlay-content {
        padding: 99px 8px;
        text-align: center;
    }
}

@media only screen and (min-width:992px) {
    .common-top-header .common-tabs {
        display: none;
    }
}

.scrolling-block {
    position: relative;
    /* opacity: 0.65; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.scrolling-block {
    background-image: url('assets/images/fort.jpg');
    min-height: 400px;
}

.caption {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption h4.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
/* @media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
      background-attachment: scroll;
    }
  } */

form>.mb-2>.form-group>label:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.mb-2>.form-group>.input-error {
    border: 2px solid red;
}

.error-message {
    color: red;
    font-size: 12px;
}

.valid {
    border: 2px solid green;
}