/*** Spinner Start ***/
/*** Spinner ***/
html {
    scroll-padding-top: 60px; /* Adjust according to your fixed header height */
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    .contactSection {
        margin-top: 20px !important;
    }

    .contactCol {
        margin-top: -30px;
    }

    .contactData {
        padding: 12px !important;
    }

    .phoneIcon,
    .emailIcone {
        font-size: 23px;
    }

    .contactDiv {
        margin-bottom: -10px !important;
    }

    .emailDiv {
        margin-top: -30px;
    }

    .phoneNo,
    .email {
        margin-top: -9px !important;
        color: #000000 !important;
    -webkit-text-fill-color: #000000 !important; /* For Safari */
     filter: none !important;
    }

    .contactHeading {
        margin-top: -30px !important;
        font-size: 18px;
    }

    .contactText {
        font-size: 14px !important;
    }

    .contactForm {
        margin-top: -25px !important;
    }

    label {
        margin-top: -13px !important;
    }

    .input-small {
        height: 28px !important;
        padding: 2px 5px;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.5;
        border-radius: 3px;
    }

    .btn-sm {
        height: 35px !important;
        padding: 2px 5px !important;
    }
}
@media (prefers-color-scheme: dark) {
    .phoneNo, .email {
        color: #000000 !important;
    }
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.carousel-item {
    position: relative;
    width: 100%;
    height: 100vh; /* Full height of viewport */
    min-height: 500px; /* Ensures visibility on small screens */
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire space */
}

.marginMinus{
    margin-top: -20px;
}

a {
    color: #FFF !important;
    text-decoration: none;
}

a:hover {
    color: #ff4a17 !important;
    text-decoration: none;
}

    .display-2 {
         font-size: 3.5rem !important; 
    }
        .txt-center {
         max-width: 100%;
    }
    
    /* Media Query for smaller screens */
@media (max-width: 1200px) {
    .display-2 {
        font-size: 3rem !important;
    }
    
    .txt-center {
        max-width: 800px;
        margin-left: -100px;
    }
}

@media (max-width: 992px) {
    .display-2 {
        font-size: 2.5rem !important;
    }
    
    .txt-center {
        max-width: 700px;
        margin-left: -75px;
    }
}

@media (max-width: 768px) {
    .display-2 {
        font-size: 2rem !important;
    }
    
    .txt-center {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media (max-width: 576px) {
    .display-2 {
        font-size: 1.8rem !important;
    }
    
    .txt-center {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #000000 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0;
    font-size: 15px;
}

.dropdown a:hover{
    color: #555555 !important;
}

.footer a:hover {
    color: #FFF !important;
    text-decoration: none;
}


.dropdown-menu {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 150px;
}

.dropdown-menu a {
    display: block;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
    color: #000 !important;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

strong {
    color: black;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 #14141f;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #14141f !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 #14141f;
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #14141f;
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-black) !important;
}

/*section{*/
/*    padding: 50px 0 0px 0;*/
/*}*/
/*.section_1{*/
/*    margin-top:100px !important;*/
/*}*/

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #14141f;
}

/*.section-title::before {*/
/*    content: "";*/
/*    width: 50px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%);*/
/*    margin-right: -50px;*/
/*    border: 1px solid #14141f !important;*/
/*}*/

/*.section-title::after {*/
/*    content: "";*/
/*    width: 50px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    transform: translateY(-50%);*/
/*    margin-left: -50px;*/
/*    border: 1px solid #14141f !important;*/
/*}*/


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #14141f !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar ***/
/* .navbar {
    padding-top: 20px !important;
} */

.navbar {
    padding-top: 20px !important;
    transition: background-color 1.5s ease, box-shadow 0.3s ease;
}

/* Style for when the navbar has the sticky and shadow classes */
.navbar.sticky-top {
    background-color: #FFF;
    /* You can adjust the color as needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Shadow effect */
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 0px 15px 5px 15px;
    color: var(--bs-white) !important;
    font-size: 15px;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 0px 15px 5px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-black);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: #14141f;
}

.sticky-top .navbar-nav .nav-link:hover,
.sticky-top .navbar-nav .nav-link.active {
    color: var(--bs-black) !important;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
    background-image: var();
    transition: transform 0.5s ease-out;

}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 100px;
    margin-top: -15px;
    margin-bottom: 4px;
    transition: transform 0.5s ease-out;

}

.navbar-light .navbar-brand img:hover {
    transform: scale(1.2);
    /* Slight zoom effect */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    /*background-color: #000;*/
    padding: 5px;
    /* Add shadow */
    filter: brightness(1.2);
    /* Enhance brightness */
    cursor: pointer;
}

/*.sticky-top.navbar-light .navbar-brand img:hover {*/
/*    transform: scale(1.01);*/
    /* Slight zoom effect */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    /* Add shadow */
    /* border: 1px solid #000; */
/*    background-color: #000;*/
/*    padding: 2px;*/
/*    filter: brightness(1.2);*/
/*    content: url('../img/white-logo.png');*/
    /* Enhance brightness */
/*    cursor: pointer;*/
/*}*/

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #14141f;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: #14141f;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #14141f;
        color: #14141f;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        /* padding: 10px 0; */
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #14141f !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
        z-index: 999;
    }

    .sticky-top.navbar-light {
        padding: 20px;
        position: fixed;
        background: var(--bs-white);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        /* background: #14141f;
        transition: .5s; */
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        /* Adjust the thickness of the underline */
        background-color: #FFF;
        /* Use text color for underline */
    }

    .sticky-top .navbar-nav .nav-link:hover::before,
    .sticky-top .navbar-nav .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        /* Adjust the thickness of the underline */
        background-color: #000;
        /* Use text color for underline */
    }




    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0.2));
    background-size: cover;
}

@media (max-width: 768px) {

    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }

    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb-about {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../img/aboutbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  /* Ensures the image covers the area */
    background-attachment: fixed; /* May disable on mobile */
    padding: 150px 0 50px 0;
}

/* Disable fixed background on mobile (because `background-attachment: fixed` causes issues on iOS/Android) */
@media (max-width: 768px) {
    .bg-breadcrumb-about {
        background-attachment: scroll; /* Fix background scrolling issue on mobile */
        background-size: contain; /* Ensures the whole image is visible */
    }
}



.bg-breadcrumb-service {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../img/servicebg.jpeg);
    /* background: linear-gradient(rgba(135, 137, 141, 0.8), rgba(129, 130, 132, 0.8)), url(../img/bennaer1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb-buy {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../img/buy.jpeg);
    /* background: linear-gradient(rgba(135, 137, 141, 0.8), rgba(129, 130, 132, 0.8)), url(../img/bennaer1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb-sell {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../img/sell.jpeg);
    /* background: linear-gradient(rgba(135, 137, 141, 0.8), rgba(129, 130, 132, 0.8)), url(../img/bennaer1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb-eva {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../img/eva.jpeg);
    /* background: linear-gradient(rgba(135, 137, 141, 0.8), rgba(129, 130, 132, 0.8)), url(../img/bennaer1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb-contact {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../img/contact.jpg);
    /* background: linear-gradient(rgba(135, 137, 141, 0.8), rgba(129, 130, 132, 0.8)), url(../img/bennaer1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

/*** Single Page Hero Header End ***/


/*** About Start ***/
/*.about .container .section-about-title {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    text-transform: uppercase;*/
/*    color: #14141f;*/
/*}*/

/*.about .container .section-about-title::before {*/
/*    content: "";*/
/*    width: 50px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%);*/
/*    margin-right: -50px;*/
/*    border: 1px solid #14141f !important;*/
/*}*/

/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}

.service .service-content-inner:hover {
    position: relative;
    background: #14141f !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}

/*** Service End ***/


/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.destination .tab-class .nav-item a.active {
    background: #14141f !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}

/*** Destination End ***/


/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;

}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #14141f;
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid #14141f;
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid #14141f;
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: #14141f;
    font-size: 17px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: #14141f;
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.ExploreTour .tab-class .nav-item a.active {
    background: #14141f !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: #14141f;
    color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: #14141f;
    color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
    font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
    opacity: 1;
}

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid #14141f;
    border-radius: 10px;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: #14141f;
}

/*** Explore Tour End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
    opacity: 1;
    margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.gallery .tab-class .nav-item a.active {
    background: #14141f !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgba(41, 41, 42, 0.8), rgba(42, 42, 43, 0.8)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.mr-10{
    margin-top:-10px ;
}
.mr-50{
    margin-top:-50px ;
}
.mycss{
    letter-spacing: 3px;
    font-size:2rem;
}
@media (max-width: 768px) {
   .mycss{
    letter-spacing: 3px;
    font-size:1rem !important;
}
}

.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

/*.booking .container .section-booking-title::before {*/
/*    content: "";*/
/*    width: 50px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%);*/
/*    margin-right: -50px;*/
/*    border: 1px solid var(--bs-white) !important;*/
/*}*/

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #14141f;
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: #14141f !important;
}



/*** Tour Booking end ***/

/*** home sell Start ***/
.selling {
    background: linear-gradient(rgba(41, 41, 42, 0.8), rgba(212, 212, 212, 0.2)), url(../img/sellhome.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}


.selling .container .section-selling-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.selling .container .section-selling-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.selling .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #14141f;
}

.selling .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: #14141f !important;
}



/*** home selling end ***/


/*** home buy Start ***/
.buying {
    background: linear-gradient(rgba(41, 41, 42, 0.8), rgba(42, 42, 43, 0.8)), url(../img/buysc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}


.buying .container .section-buying-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.buying .container .section-buying-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.buying .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #14141f;
}

.buying .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: #14141f !important;
}



/*** home buy end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid #14141f;
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(53, 53, 54, 0.5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: #14141f !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}

/*** Travel Guide End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}

/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #14141f;
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid #14141f;
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: #14141f;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid #14141f;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid #14141f;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: #14141f;
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: #14141f;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: #14141f !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white);
    border-style: dotted;
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #14141f;
}
.text-white{
    color:#FFF;
}
.textDesc{
    font-size: 20px;
    word-spacing: 5px;
    line-height:2;
    margin-top:30px;

}

.borderAll{
        border: 1px solid #cccccc; /* Top border */
  
    padding: 10px;
     border-radius: 10px;
}
.borderLeft{
        border-top: 1px solid #cccccc; /* Top border */
    border-left: 1px solid #cccccc; /* Left border */
    border-bottom: 1px solid #cccccc; /* Right border */
    padding: 10px;
     border-bottom-left-radius: 10px;
      border-top-left-radius: 10px;
}

.borderRight{
        border-top: 1px solid #cccccc; /* Top border */
    border-right: 1px solid #cccccc; /* Left border */
    border-bottom: 1px solid #cccccc; /* Right border */
    padding: 10px;
     border-bottom-right-radius: 10px;
      border-top-right-radius: 10px;
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 114141f px 0 0 0 var(--bs-light) !important;
    color: #14141f !important;
}

@media (max-width: 768px) {
.row.mb-5 {
        display: flex;
        flex-direction: column-reverse;
    }
    .col-md-2 {
        order: 1;
        text-align: center;
     
    }
    .col-md-10 {
        order: 2;
    }
    
    .borderLeft{
        border-top: 0px solid #cccccc; /* Top border */
    border-left: 1px solid #cccccc; /* Left border */
    border-bottom: 1px solid #cccccc; /* Right border */
    border-right: 1px solid #cccccc; /* Right border */
    padding: 10px;
    margin: 0px -20px 0px 10px; 
     border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
}
    .borderRight{
        border-top: 0px solid #cccccc; /* Top border */
    border-left: 1px solid #cccccc; /* Left border */
    border-bottom: 1px solid #cccccc; /* Right border */
    border-right: 1px solid #cccccc; /* Right border */
    padding: 10px;
    margin: 0px -20px 0px 10px; 
     border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
}

.borderAll{
        border: 1px solid #cccccc; /* Top border */
  
    padding: 10px;
     border-radius: 10px;
}
}

/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(49, 49, 49, 0.8), rgba(56, 56, 57, 0.8)), url(../img/footer.jpeg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
    font-size: 15px !important;
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-white);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}


.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 .25rem rgba(54, 83, 143, .5)
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(54, 83, 143, .5)
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

/* Default: Show white logo and hide black logo */
.desktop-logo {
    display: inline-block;
}

.mobile-logo {
    display: none;
}

/* For smaller screens: Show black logo and hide white logo */
@media (max-width: 768px) {
    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: inline-block;
    }
}

#section-counter {
    position: relative;
    z-index: 0;
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000;
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .img {
    display: block;
    width: 100%;
}

.fullImage{
       width: 100%;
    height: 100vh; /* Full viewport height */
    background-image: url('../img/1.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Ensure text is readable */
    text-align: center;
}

@media (max-width: 991.98px) {
    .ftco-counter .img {
        height: 400px;
        background-position: top center !important;
    }
}

@media (min-width: 768px) {
    .ftco-counter .text.text-border {
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }
}

.ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
}

.ftco-counter .text span {
    display: block;
    font-size: 18px;
    /* color: rgba(0, 0, 0, 0.7); */
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-left: 15px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

/* Add these styles to center the text in mobile view */
@media (max-width: 768px) {
    .counter-wrap .text {
        text-align: center;
        /* Center the text */
        justify-content: center;
        /* Ensure it's centered in flexbox */
    }

    .counter-wrap .number {
        margin: 0 auto;
        /* Ensure the numbers are also centered */
    }

    .counter-wrap span {
        display: block;
        /* Ensure the span breaks onto a new line */
    }
}



.service-item {
    padding: 20px;
    /* background-color: white; */
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    margin: 15px;
}

.service-heading {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    /* Text color is set to white or transparent */
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    -webkit-text-stroke: 2px #000;
    /* Outline effect with color #333 */
}

.ser-heading {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    /* Text color is set to white or transparent */
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    -webkit-text-stroke: 2px #000;
    /* Outline effect with color #333 */
}


.service-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .service-item {
        margin-bottom: 30px;
    }

    .service-heading {
        font-size: 40px;
    }

    .service-description {
        font-size: 14px;
    }
}

.py-about{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
@media (max-width: 768px) {
  .py-about{
      margin-top:-120px !important;
    padding-top: 0rem !important;
    padding-bottom: 3rem !important;
}
.about-img
{
    height: 250px !important;
    width: 250px !important;
}

 
}