/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@500&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");

:root {
    --primary: #06a3da;
    --secondary: #34ad54;
    --light: #eef9ff;
    --dark: #091e3e;
}

body {
    overflow-x: hidden;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* .row {

    margin-right: -54px !important;
    margin-left: 8px !important;

} */

/*** Heading ***/

h1,
h2,
.fw-bold {
    font-weight: 400 !important;
    color: #ffff;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 500 !important;
    color: #fff;
}

h5,
h6,
.fw-medium {
    font-weight: 400 !important;
}

.ptext {
    text-align: justify;
}

/*** Button ***/

.btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn-primary,
.btn-secondary {
    color: #ffffff;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
    color: #fff !important;
    /* background-color: #004f76; */
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.section-bg {
    background-image: url(../img/bg/w-1.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
    /* z-index: 2; */
}

/*** Navbar ***/

/* .navbar-dark .navbar-nav .nav-link {
  font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }
    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }
    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
} */

/*================================ HEADER ================================= */

header .top-header {
    background: #103f6eb8;
    height: 85px;
}

header .bottom-header {
    position: relative;
    background: #103f6eb8;
    height: 70px;
}

header .bottom-header .navbar-brand img {
    width: 250px;
}

header .left-side {
    float: left;
    margin-top: 25px;
}

header .left-side-img {
    display: inline-block;
}

header .right-side {
    float: right;
    margin-top: 25px;
}

header .right-side img {
    max-width: 30px;
    margin-right: 20px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

header .center-logo img {
    width: 280px;
}

header .enq-btn {
    float: right;
    margin-top: -50px;
    margin-right: -64px;
}

header .center-logo {
    /* text-align: center; */
    margin-top: 10px;
}

header .header-contact {
    padding: 6px 0px 0px 0px;
}

header .header-contact .envelope {
    margin-right: 10px;
}

header .header-contact ul {
    list-style: none;
    padding-left: 0px !important;
    display: inline-block;
    margin-bottom: 0px !important;
}

header .header-contact ul li {
    display: inline-block;
    margin-bottom: 10px;
}

header .header-contact ul li a {
    color: #fff !important;
}

header .header-contact ul li i {
    margin-right: 0;
}

header .header-contact ul li i.fa-phone {
    transform: rotate(90deg);
}

header .header-social {
    text-align: center !important;
    padding: 6px 4px 11px 0px;
    display: inline-block;
    /* margin-right: -58px; */
}

header .header-social ul {
    list-style: none;
    padding-left: 0px !important;
    display: inline-block;
    margin-bottom: 0px !important;
}

header .header-social ul li {
    display: inline-block;
    margin-left: 5px !important;
}

header .header-social ul li a {
    color: #fff !important;
}

header .header-social ul li i {
    margin-right: 5px !important;
    color: #fff !important;
}

header .navbar-expand-md {
    text-align: center;
    display: block;
    /* margin-left: -45px; */
    padding-top: 8px;
}

header .navbar-expand-md .navbar-collapse {
    display: block !important;
}

header .navbar-brand {
    margin-right: 0;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}

header .navbar-nav li {
    padding: 0px 16px;
}

header .navbar-dark .navbar-nav .active>.nav-link,
header .navbar-dark .navbar-nav .nav-link.active,
header .navbar-dark .navbar-nav .nav-link.show,
header .navbar-dark .navbar-nav .show>.nav-link {
    color: #10d8e2;
}

header .navbar-dark .navbar-nav .nav-link:focus,
header .navbar-dark .navbar-nav .nav-link:hover {
    color: #119da4;
}

.fixed-top.sticky {
    position: fixed !important;
    top: 0 !important;
    z-index: 99 !important;
    width: 100% !important;
}

.fixed-top.sticky .enq-btn {
    margin-top: -48px !important;
}

.fixed-top.sticky .navbar-expand-md {
    padding-top: 15px !important;
}

.fixed-top.sticky .top-header {
    display: none !important;
}

.fixed-top.sticky .bottom-header {
    top: 0 !important;
    background: rgb(0, 121, 181, 0.5) !important;
}

.bottom-header .btn-primary {
    border-radius: none !important;
    margin: 20px;
    background: #072340;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 36px 0 36px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    transition: 0.2s all linear;
    /* border: none; */
    font-weight: 500;
    float: right;
    margin-top: -3% !important;
}

.bottom-header .btn-primary:hover {
    background-color: #06a3da !important;
}

/* responsiveness */
@media (min-width: 992px) {
    header.top-header {
        background: #103f6eb8 !important;
        height: 85px !important;
    }
}

@media (max-width: 991px) {
    /* .mobc-inner {

        margin-top: -48px !important;
    } */
}

@media (min-width: 767px) {}

/* end responsivness */

/* **end HEADER** */

/*** Carousel ***/

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, -0.5);
    z-index: 1;
}

@media (max-width: 576px) {}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem !important;
    height: 4rem !important;
}

/*** Section Title ***/

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #ffffff;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}

/*** Service ***/

.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: 0.5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

/*** Testimonial ***/

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #dddddd;
    border-radius: 2px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #ffffff !important;
    box-shadow: 0 0 30px #dddddd;
}

/*** Miscellaneous ***/

@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 25px;
    bottom: 120px;
    /*45px;*/
    z-index: 99;
}

.bg-header {
    background:
        linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)),
        url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: 0.5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {}

/* top bar */

/* .navbar-nav {
    display: contents !important;
} */

.df {
    display: flex;
    justify-content: space-around;
    color: #fff;
}

.dfc {
    display: flex;
    justify-content: center;
    color: #000;
}

.pac {
    margin-top: 0;
    margin-bottom: 0rem;
}

/* .pp {
    padding: 1rem;
    padding-bottom: 5rem;
} */

#hero-section .pp {
    padding: 1rem;
    padding-bottom: 95px;
    padding-top: 2rem;
}

#hero-section h2 {
    margin: unset !important;
}

#hero-section p {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

.hero {
    position: absolute;
    margin-top: -4rem;
}

#hero-section .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}

#hero-section .overlay {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and opacity as desired */
    z-index: 1;
    color: #fff;
    padding: 1%;
    margin-top: -9%;
}

#hero-section .overlay img,
#hero-section .overlay p {
    z-index: 2;
    position: relative;
}

/* why choose */

#why-choose-us p {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

#why-choose-us .container {
    padding: unset !important;
}

#why-choose-us .sec-bg-inside {
    background-color: rgba(0, 0, 0, 0.4);
    height: 430px;
}

#why-choose-us .bg-img {
    background-image: url(../img/bg/why-us-bg.png) !important;
}

#why-choose-us .gdd {
    /* height: 93%; */
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#why-choose-us .rightove {
    /* height: 96%; */
    margin: 10px !important;
    position: absolute !important;
    top: 0 !important;
    width: 95% !important;
    bottom: 0 !important;
}

#why-choose-us .wc-1 {
    display: flex;
    /* justify-content: space-around; */
    color: #fff;
}

.mt-min2 {
    margin-top: 6%;
}

@media (max-width: 768px) {}

@media (min-width: 992px) {}

/* get in touch section */

#getin-touch .df {
    display: flex;
    justify-content: center;
}

#getin-touch .pa {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
}

#getin-touch .text-c {
    text-align: center;
}

/* form start*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

#getin-touch .form-group {
    position: relative;
}

#getin-touch .form-control {
    position: relative;
    z-index: 1;
    height: 35px;
    width: 80%;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

/* #getin-touch .form-control .textar {
    width: 100% !important;

} */

/* .form-control {
    width: unset !important;
} */

/* #getin-touch .form-control .textbo-right {
    width: 50% !important;

}
#getin-touch .form-control .textbo-left {
    width: 80% !important;

} */

#getin-touch .form-control+label {
    position: absolute;
    top: 10px;
    left: 49px;
    font-size: 16px;
    color: #2b2525;
    /* transition: all 0.4s ease-out; */
}

#getin-touch .form-control:focus {
    box-shadow: none;
    outline: none;
    border-width: 2px;
    border-color: #009688;
}

#getin-touch .form-control:focus+label,
#getin-touch .form-control.has-value+label {
    top: -5px;
    color: #009688;
    font-size: 12px;
}

#getin-touch .form-group select,
.mob,
.det {
    margin-bottom: 15px;
    width: 80%;
}

#getin-touch .input-group-addon {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-right: 160px !important;
    padding-left: 40px !important;
    margin-left: 3px !important;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 6px 0 45px !important;
}

@media screen and (max-width: 768px) {}

@media (min-width: 992px) {}

/* end form */

/* end get in touch section */

/* Gallery start */

.sec-bg {
    background-color: #081434;
}

#Gallery p {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

#Gallery .sec-bg-inside {
    background-color: #000;
    margin-top: -82%;
    /* padding-top: 46%; */
    margin-bottom: 12%;
    display: flex;
    /* align-items: center; */
}

#Gallery .gdd {
    height: 96%;
    margin: 5%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0%;
    margin-top: 3%;
}

#Gallery .wc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin-top: 70%; */
    color: #fff;
}

@media screen and (max-width: 768px) {}

@media (min-width: 992px) {}

/* why chhose */

#why-choose-us .leftpad {
    padding-right: unset !important;
}

.gal-controls {
    display: flex;
    align-items: flex-end;
}

.pml {
    margin-left: -15% !important;
}

.nml {
    margin-right: -15% !important;
}

.prev-bg,
.next-bg {
    background-color: rgb(0 30 110);
}

#Gallery .carousel-indicators button.thumbnail {
    width: 100%;
}

#Gallery .carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.9;
}

#Gallery .carousel-indicators {
    position: absolute;
}

@media screen and (min-width: 992px) {}

/* **** */

#Gallery .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #Gallery .carousel-item {
        transition: none;
    }
}

#Gallery .carousel-item.active,
#Gallery .carousel-item-next,
#Gallery .carousel-item-prev {
    display: block;
}

#Gallery .carousel-item-next:not(.carousel-item-start),
#Gallery .active.carousel-item-end {
    transform: translateX(100%);
}

#Gallery .carousel-item-prev:not(.carousel-item-end),
#Gallery .active.carousel-item-start {
    transform: translateX(-100%);
}

#Gallery .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

#Gallery .carousel-fade .carousel-item.active,
#Gallery .carousel-fade .carousel-item-next.carousel-item-start,
#Gallery .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

#Gallery .carousel-fade .active.carousel-item-start,
#Gallery .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    #Gallery .carousel-fade .active.carousel-item-start,
    #Gallery .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

/* GAllery End */

/* testimonial start */

#testimonial {
    display: flex;
    align-items: center;
    font-family: "Open Sans";
}

#testimonial h2 {
    margin-bottom: -2.5rem !important;
}

#testimonial .mt-7 {
    margin-top: 14% !important;
}

#testimonial,
#tour-category .pa {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

#demo {
    background: #fff;
    max-width: 1200px;
    margin: auto;
}

#testimonial .carousel-caption {
    position: initial;
    z-index: 10;
    /* padding: 5rem 18rem; */
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    line-height: 3rem;
}

#testimonial .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}

@media (max-width: 991px) {}

@media (max-width: 991px) {}

#testimonial .carousel-control-prev {
    justify-content: flex-end;
}

#testimonial .carousel-control-next {
    justify-content: flex-start;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    transition: none;
    opacity: unset;
}

#testimonial i {
    background-color: #061429;
    padding: 0.4rem;
    height: 30%;
    font-size: 40px;
    display: flex;
    align-items: center;
    margin-left: 70%;
    margin-right: 40%;
}

@media (max-width: 991px) {}

@media screen and (min-width: 992px) {}

@media (max-width: 992px) {}

/* testimonial end */

/* tour packages */

.tb {
    border-right: 2px solid #fff !important;
}

.tbtn {
    background-color: #072340 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.mt-5 {
    margin-top: 5%;
}

.ttitle {
    display: flex;
    justify-content: center;
}

/* tour cards */

#tour .card-overlay {
    position: relative;
}

.tb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}

.tb-without-border {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#tour .overlay-content {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    /* padding: 18px; */
    color: #fff;
    height: 105px;
}

.accordion-button:not(.collapsed)::after {
    color: white;
}

.sec-bg-inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.gallery-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .card-overlay:hover {
    border: 5px solid #fff;
} */

#tour .overlay-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

/* ----------------- */

#tour {
    background-image: url("../img/slider/b-2.jpeg");
    background-size: cover;
    /* filter: blur(5px); */
    padding: 0rem;
}

.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

#tour .vl {
    border-left: 6px solid green;
    height: 50px;
    position: absolute;
    left: 60%;
    margin-left: -60px;
    top: 0;
}

#tour a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 992px) {}

@media (max-width: 991px) {}

.image-box {
    width: 200px;
    height: 200px;
    background-color: white;
    margin: 10px;
    border: none !important;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tour .img-inner {
    outline: 2px solid white;
    outline-offset: 5px;
    border-radius: unset !important;
}

/* end tour cards */

/* end tour packages */

/* start footer */

.footer {
    position: relative;
    /* background-image: url('../img/footer/a-7.jpg'); */
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 290px 0;
}

.foottop {
    margin-top: -4.9rem;
}

.footer .background-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: rgba(10, 27, 59, 0.5);
}

/* .footer .column-left,
.footer .column-right {
    padding: 20px;
} */

.footer .column-left {
    border-right: 1px solid #fff;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

/* end footer */

/* tour category */

#tour-category .bg {
    background-image: url(../img/slider/b-1.jpg);
    padding: 1px;
    padding-bottom: 50px;
}

#tour-category .mt-3 {
    margin-top: 3% !important;
}

#tour-category .pp {
    padding: 1rem;
    padding-bottom: 1rem;
}

#tour-category .mt-35 {
    margin-top: 30%;
}

#tour-category .mt-18 {
    margin-top: 8%;
}

#tour-category .mt-27 {
    margin-top: 27% !important;
}

#tour-category .mt-15 {
    margin-top: 15% !important;
}

#tour-category .mt-14 {
    margin-top: 13%;
}

#tour-category .lineh {
    line-height: 1 !important;
}

#tour-category .overlay {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 40%;
    width: 60%;
    height: 94%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and opacity as desired */
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tour-category .text-overlay {
    color: white;
    font-size: 12px;
    padding: 20px;
    padding-right: 3px;
    text-align: left;
    /* border: 2px solid white; */
}

#tour-category .img-inner {
    /* outline: 1px solid white;
    outline-offset: -8px;
    border: none;
      */
}

.no-left-outline {
    box-shadow: 0 0 0 1px transparent;
}

#tour-category h5 {
    color: #fff;
}

.card-img-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: 1px;
    background-color: transparent;
}

.card {
    transition: 0.3s;
}


.card-body:hover:before {
    left: 125%;
}

.flipster__item .flipster__item--future {
    margin-right: 500px !important;
}

/* .pt-10 {
    padding-top: 5%;
} */

#tour-category .card-overlay {
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 0px;
    width: 66%;
    height: 96%;
    background-color: rgba(0, 0, 0, 0.7);
}

#tour-category .card {
    position: relative;
}

#tour-category .card::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgb(255, 255, 255);
    border-left: none;
}

@media screen and (min-width: 992px) {}

@media (max-width: 991px) {}

#tour-category .card-overlay {
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 0px;
    width: 58%;
    height: 96%;
    background-color: rgba(0, 0, 0, 0.7);
}

#tour-category .card {
    position: relative;
}

#tour-category .card::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgb(255, 255, 255);
    border-left: none;
}

/* end tour category */

/* tour details carousel */

.demo {
    padding: 2em 2em;
}

.demo h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 1em;
}

.demo .flipster {
    margin: 0 -2em;
}

.code {
    display: block;
    background: #eee;
    padding: 1em;
    border-radius: 1em;
    margin: 2em auto;
    /* max-width: 10em; */
    font-size: 0.8em;
    /* width: fit-content; */
    white-space: pre-wrap;
}

/* end tour details carousel */

/* excurtion start */

/* tour cards */

#excurtion .card-overlay {
    position: relative;
}

#excurtion a {
    color: #ffff !important;
    text-decoration: none !important;
}

#excurtion .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 18px;
    color: #fff;
    margin-bottom: 4%;
}

/* .card-overlay:hover {
    border: 5px solid #fff;
} */

#excurtion .overlay-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

/* ----------------- */

@media screen and (min-width: 992px) {}

@media (max-width: 991px) {}

#excurtion .image-box {
    width: 200px;
    height: 200px;
    background-color: white;
    margin: 10px;
    border: none !important;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#excurtion .img-inner {
    outline: 1px solid white;
    outline-offset: 9px;
    border-radius: unset !important;
}

/* excurtion end */

/* start itinerary */

#itinerary p {
    color: #fff;
    margin-bottom: 10px;
    margin-top: -5px;
    /* font-size: 20px; */
}

.description-head {
    color: #000;
    background-color: #7f8094;
    font-size: 18px !important;
    padding: 10px;
}

/* #itinerary p {
    margin-bottom: unset;
} */

#itinerary .mb-10 {
    margin-bottom: 10px !important;
}

#itinerary ul {
    margin-bottom: 10px !important;
}

#itinerary .ml-45 {
    margin-left: 43%;
}

#itinerary .px-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

@media screen and (min-width: 992px) {}

@media (max-width: 991px) {}

#itinerary .btnbg {
    background-color: #061429;
    border: 1px solid #fff;
    color: #fff;
    border-bottom: none;
}

#itinerary .mob .btnbg {
    background-color: #061429;
    border: 1px solid #fff;
    color: #fff;
}

#itinerary .mob.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

#itinerary .accordion-body p {
    /* font-family: 'Open Sans', sans-serif !important; */
    color: #000;
    background-color: #7f8094;
    font-size: 18px !important;
    padding: 10px;
}

#itinerary .day01 {
    background-color: #323232 !important;
    color: #fff !important;
    padding: 5px;
    margin-top: 8px;
}

#itinerary ul {
    /* list-style-type: none; */
    color: #000;
    line-height: 1.7rem;
}

/* flex */

#itinerary .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* justify-content: flex-start; */
    align-items: flex-start;
    align-content: stretch;
}

#itinerary .flex-items img {
    /* border: 2px solid #fff; */
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#itinerary .flex-items:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

#itinerary .flex-items:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

#itinerary .flex-items:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

#itinerary .flex-items:nth-child(4) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

#itinerary .flex-items:nth-child(5) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

#itinerary .pp {
    padding: 1rem;
    padding-bottom: 0rem;
}

.map-button {
    width: 105px !important;
    /* Adjust the width as needed */
}

/* end itinerary */

/* start itinerary-summary */

#itinerary-summary .btnbg {
    background-color: #061429;
    border: 1px solid #fff;
    color: #fff;
    border-bottom: none;
}

#itinerary-summary p {
    color: #fff;
}

#itinerary-summary .pp {
    /* padding: 1rem;
    padding-bottom: 2rem; */
    padding-top: 1rem;
}

#itinerary-summary .inclusion {
    background-color: #1679b5;
    color: #fff;
    padding: 5px;
}

#itinerary-summary .exclusion {
    background-color: #323232;
    color: #fff;
    padding: 5px;
}

#itinerary-summary .px-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

#itinerary-summary .mt-20 {
    margin-top: 20%;
}

#itinerary-summary .mob .btnbg {
    background-color: #061429;
    border: 1px solid #fff;
    color: #fff;
}

#itinerary-summary .mob.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

@media screen and (min-width: 992px) {}

@media (max-width: 991px) {}

/*end itinerary-summary */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the transparency as needed */
}

polyline {
    color: #fff !important;
}

/* header */

.enquire_btn_header {
    background: #0079b5;
    /* height: 55px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 36px 0 36px; */
    /* color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    transition: .2s all linear;
    border: none;
    font-weight: 500; */
}

.enquire_btn_header:hover {
    color: #fff;
    background: #001021;
}

/* zoom effect */

.zoom {
    transition: transform 0.2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.pa {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

/* .enquire_btn_header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    background: #6d6e71;
    z-index: -1;
    transition: .2s all linear;
} */
/* .section_container {
    display: grid;
        grid-template-rows: auto;
} */

/* section {

    margin-bottom: 20px;
    padding: 10px;
} */

/* about us */

#about .pabout {
    margin-top: 2rem !important;
    margin-bottom: 0rem !important;
}

#about .pab {
    margin-top: 0rem !important;
    margin-bottom: 2rem !important;
}

#about .ltitle-text {
    position: absolute;
    /* top: 1rem; */
    top: 2rem;
    bottom: 2rem;
    /*left: 10rem; */
    left: 15rem;
    /* left: 12rem; */
    z-index: 1;
    color: #fff;
    padding: 1rem;
}

#about .lsub-text {
    font-size: 15px;
    display: flex;
    justify-content: center;
}

#about .image1 {
    /* background-color: rgb(15, 15, 54); */
    background-image: url(../img/bg/about-bg-web.jpg);
    /*url(../img/bg/why-7.jpg);*/
    top: 2rem;
    /* bottom: 2rem; */
    padding: 1rem;
    padding-top: 15%;
    /* padding-bottom: 15%!important; */
    /* padding-top: 7rem;
    padding-bottom: 7rem; */
    margin-left: 145px;
    background-repeat: no-repeat;
}

#about .bg-about {
    margin-bottom: 3rem;
    background-image: url(../img/slider/b-2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

#about .main-image {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 2;
}

#about .container-fluid {
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#about h2 {
    margin-left: 1rem;
}

#about p {
    font-size: 14px;
    margin-left: 4rem;
}

#about .column {
    flex-basis: 50%;
    padding: 10px;
    padding-bottom: 4rem;
}

#about .image-overlay {
    position: relative;
}

#about .image-overlay img {
    position: absolute;
    top: 5rem;
    right: 14rem;
}

#about .img2 {
    margin-right: -6rem;
    margin-top: 6rem;
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

/* Tour Gallery */


.photos figure {
    position: relative;
    margin: 15px;
}

.photos img {
    width: 100%;
    height: auto;
    filter: contrast(100%);
    transition: all 0.2s ease-in-out;
}

.photos figure:hover img {
    filter: contrast(125%);
}

.photos figure:hover figcaption {
    opacity: 1;
}


.photos figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

#tour-gallery .text-wrap {
    display: flex;
    justify-content: center;
}

#tour-gallery .mt-8 {
    margin-top: 2px;
}

#tour-gallery .mt-3 {
    margin-top: 1em !important;
}

#tour-gallery .mb-2 {
    margin-bottom: 0.5em !important;
}

#tour-gallery .blur-bg {
    margin-bottom: 3rem;
    background-image: url(../img/slider/b-2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

#tour-gallery h2 {
    margin-bottom: 0rem !important;
}


#tour-gallery .ma {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
}

#tour-gallery p {
    color: #ffff;
}

#tour-gallery .pa {
    margin-top: 0;
    margin-bottom: 0rem;
}

#tour-gallery .sub-text {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    margin: 1rem;
    padding: 10px;
    text-align: center;
}

@media screen and (min-width: 992px) {}

@media (max-width: 991px) {}

/* contact */

.item-1,
.item-2,
.item-3 {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    padding: 20px;
}

#contact-social {
    justify-content: center;
}

.ml-c2 {
    margin-left: -0.75rem !important;
}

#getin-touch .ma {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
}

.conp {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

#getin-touch .mb1 {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

#contact-col.col-md-8 {
    flex: 0 0 auto;
    width: 63.66667% !important;
}

a:hover {
    text-decoration: none !important;
}

/* m0bile */

.btn-smm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 6px;
    border-radius: 0rem !important;
}

.excurtion-moboverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 14px;
    color: #fff;
    margin-bottom: 4%;
    text-align: center;
}

.horizon-txt {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    padding: 5px 5px 0px 5px;
    border: none;
    margin-right: 5px;
}

.sub-wrapper {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    margin: 1rem 0rem 1rem 0rem;
    padding: 1rem;
}

@media (max-width: 767px) {}

.navbar-toggler {
    border-radius: unset !important;
    padding: 5px !important;
}

.pu {
    padding: unset !important;
}

/* mob contact */

#mob-tour-gallery .cdflex {
    display: flex !important;
    justify-content: center !important;
}

.sewrapper {
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
}

.conwrap {
    margin-left: 1rem;
    margin-right: 1rem;
}

.conx {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.contact-info {
    font-size: 8px;
    text-decoration: none !important;
}

/* about us */

/* mobile */

@media only screen and (min-width: 275px) and (max-width: 767px) {
    .fixed-top {
        position: relative;
    }

    header .enq-btn {
        display: none;
    }

    header .navbar-dark .navbar-nav .nav-link {
        color: #fff;
    }

    header .collapse:not(.show) {
        display: none !important;
    }

    header .navbar-expand-md {
        /* float: right; */
        padding-top: 0px;
    }

    header .top-header {
        height: 75px;
    }

    header .center-logo img {
        width: 250px;
    }

    header .bottom-header {
        height: 53px;
    }

    header .right-side {
        display: none;
    }

    header .left-side {
        display: none;
    }

    header .bottom-header {
        top: 0;
    }

    .navbar-toggler-icon {
        background: #004f76;
    }

    .navbar-toggler {
        border-color: #0b4f76 !important;
        padding: 0.35rem 0.75rem;
    }

    #collapsibleNavbar {
        /* margin-left: 0; */
        /* margin-right: 90px; */
        z-index: 999999;
        /* padding-left: 15px; */
        /* float: right; */
        position: absolute;
        /* right: 0; */
        /* padding-right: 15px; */
        border: none !important;
        background: #103f6ecc;
        top: 60px;
        width: 190px;
    }

    header .center-logo {
        display: flex !important;
        justify-content: center !important;
    }

    header .top-header {
        background: #131a36 !important;
        height: 85px !important;
    }

    header .bottom-header {
        position: relative;
        background: #131a36 !important;
        height: 70px;
    }

    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

    .mfs {
        font-size: 8px;
    }

    .mfs-2 {
        font-size: 20px !important;
    }

    .mfs-3 {
        font-size: 12px !important;
    }

    #why-choose-us .overlay {
        position: absolute;
        top: 6px;
        left: 260px;
        /* left: 260px; */
        width: 35%;
        height: 95%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Adjust the overlay color and opacity as desired */
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #why-choose-us .ppx {
        margin-top: -3%;
        margin-bottom: -3%;
        padding-left: 15px;
        line-height: 25px;
        /*25px;*/
        margin-right: 10px;
        font-size: 8px !important;
    }

    #why-choose-us .text-overlay {
        color: white;
        /* font-size: 20px; */
        text-align: center;
        /* padding: 6px; */
        border: 2px solid white;
        border-right: none !important;
        text-align: left;
    }

    #why-choose-us .wc-1 {
        display: flex;
        justify-content: space-around;
        color: #fff;
        /* margin-left: -25px; */
    }

    #why-choose-us .wc {
        display: flex;
        justify-content: space-around;
        margin-top: 2%;
        color: #fff;
        /* margin-left: 100px !important; */
    }

    #why-choose-us .mt-5 {
        margin-top: -5% !important;
    }

    #hero-section {
        display: none !important;
        visibility: hidden !important;
    }

    #why-choose-us .gdd {
        margin: 1rem 0rem 1rem 0rem;
    }

    #why-choose-us .rightove {
        /* height: 96%; */
        /* margin: 8px !important; */
        position: absolute !important;
        top: -2px !important;
        width: 95% !important;
        bottom: -2px !important;
        left: -3px !important;
    }

    #des-why-choose {
        display: none !important;
        visibility: hidden !important;
    }

    .form-group select,
    .mob {
        min-width: 100%;
    }

    #getin-touch .bg {
        background-color: #000;
        padding: 20px;
        color: #fff;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        /* align-content: stretch; */
        justify-content: space-around;
        margin-left: 2px;
    }

    #getin-touch .pa {
        font-size: 10px;
    }



    #getin-touch {
        display: none !important;
        visibility: hidden !important;
    }

    #Gallery .carousel-item {
        height: 185px;
    }

    #Gallery h2 {
        font-size: 15px !important;
    }

    #Gallery p {
        font-size: 10px !important;
    }


    #Gallery {
        display: none !important;
        visibility: hidden !important;
    }

    #mob-Gallery .wc {
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-top: 70%; */
        color: #fff;
    }

    #mob-Gallery .mmb-1 {
        margin-bottom: 1rem;
    }

    #mob-Gallery .wc2 {
        margin: unset;
        margin-left: 8rem;
        margin-top: 1rem;
    }

    #mob-Gallery .ml-8 {
        margin-left: 8rem;
    }

    #mob-Gallery.mt-tt {
        margin-top: 4rem !important;
    }

    #mob-Gallery .pb-bb {
        padding-bottom: 1rem !important;
    }

    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }

    #testimonial i {
        padding: 0.8rem;
    }

    #testimonial .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        line-height: 1.5rem;
    }

    #testimonial .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }

    #testimonial .carousel-caption .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #testimonial i {
        background-color: #061429;
        padding: 0.4rem;
        height: 30%;
        font-size: 30px;
        display: flex;
        align-items: center;
        margin-left: 59% !important;
        margin-right: 59% !important;
    }

    #testimonial {
        min-height: 80vh !important;
    }

    #tour .img-width {
        width: 18rem !important;
        height: 20rem !important;
        /* margin-top: 2rem; */
        margin-bottom: 2rem;
    }

    .ttf {
        font-size: 15px;
    }

    #mob-tour-classic .mt-4 {
        margin-top: 20px !important;
    }

    #mob-tour-classic .overlay-content {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        /* padding: 18px; */
        color: #fff;
        height: 95px !important;
    }

    #mob-tour-classic .btn {
        padding: 4px 5px !important;
        font-size: 10px !important;
    }

    #tour-luxury .btn {
        padding: 4px 5px !important;
        font-size: 10px !important;
    }

    #honeymoon .btn {
        padding: 4px 5px !important;
        font-size: 10px !important;
    }

    #honeymoon .mtext {
        font-size: 13px !important;
    }

    #tour-luxury .mtext {
        font-size: 13px !important;
    }

    #mob-tour-classic .mtext {
        font-size: 13px !important;
    }

    #mob-tour-classic .mflex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #tour-luxury .mflex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #tour-honey .mflex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #tour-category .img-width {
        /* width: 22rem; */
    }

    #tour-category .ml-22 {
        margin-left: 2% !important;
    }

    #tour-category .ml-19 {
        margin-left: 5px !important;
    }

    #tour-category .mr-11 {
        margin-right: 1rem !important;
    }

    #excurtion .img-width {
        width: 18rem !important;
        height: 19rem !important;
    }

    #itinerary .px-5 {
        padding-right: 5.4rem !important;
        padding-left: 4.3rem !important;
    }

    #itinerary .dex {
        visibility: hidden !important;
        display: none !important;
    }

    #itinerary-summary .px-5 {
        padding-right: 5.4rem !important;
        padding-left: 4.5rem !important;
    }

    #itinerary-summary .dex {
        visibility: hidden;
        display: none;
    }

    #itinerary-summary .mt-t {
        margin-top: 5%;
    }

    #about .right-side {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 1rem;
        color: #fff;
        outline: 2px solid white;
        outline-offset: 22px;
        border-radius: unset !important;
        margin: 5rem 1rem 3rem 0rem;
        padding: 3rem;
    }

    #about .ml-min2 {
        margin-left: -2rem;
    }

    #about h2 {
        font-size: 20px !important;
    }

    #about .ml2 {
        margin-left: -3rem !important;
    }

    .lmwidth {
        width: 200% !important;
    }

    .rmwidth {
        width: 100% !important;
    }

    .pmwidth {
        width: 200% !important;
    }

    #about {
        display: none !important;
        visibility: hidden !important;
    }

    #mob-tour-gallery .sub-text {
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        margin: 1rem 1rem 1rem 1rem;
        padding: 0.5rem;
    }

    #contact-social.row>* {
        flex-shrink: 0;
        width: 100% !important;
    }

    .mob-m {
        margin-top: 2rem !important;
        margin-left: 23px !important;
    }



    .photos .gp {
        margin-top: 3px !important;
    }

    #tour-luxury .mobp-pt1 {
        padding-top: 1rem !important;
        padding-left: 5px !important;
        padding-bottom: 1rem !important;
    }

    #tour-classic .mobp-pt1 {
        padding-top: 1rem !important;
        padding-left: 5px !important;
        padding-bottom: 1rem !important;
    }

    #tour-honey .mobp-pt1 {
        padding-top: 1rem !important;
        padding-left: 5px !important;
        padding-bottom: 1rem !important;
    }

    #tour-category {
        display: none !important;
        visibility: hidden !important;
    }

    #demo-carousel {
        display: none !important;
        visibility: hidden !important;
    }


    .mb-txt {
        font-size: 20px !important;
    }

    #mob-contact .horizontal-inputs {
        display: flex;
        flex-wrap: nowrap;
    }

    #mob-contact .horizontal-inputs>.col-md-4 {
        flex: 1;
    }

    #mob-contact .mtc {
        text-align: center !important;
    }

    #mob-tour-category .mtxt {
        font-size: 10px !important;
        color: aliceblue !important;
    }

    #tab-contact {
        display: none !important;
        visibility: hidden !important;
    }

    .mob-cbg {
        background-image: url(../img/slider/b-2.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: unset;
    }

    .thumbanil-img {
        height: 2rem !important;
    }

    /* Common styles for thumbnail buttons */
    .carousel-indicators button.thumbnail {
        z-index: 1;
        /* Add any other common styles here */
    }

    .carousel-indicators button.thumbnail {
        /* Adjust styles for mobile view here */
        /* For example, you can set a specific height for the buttons */
        height: 2rem !important;
        /* Adjust as needed */
    }

    /* You can also adjust the image size within the buttons */
    .carousel-indicators button.thumbnail img {
        max-width: 100%;
        /* Make sure the image scales properly */
        height: auto;
        /* Allow the image to maintain its aspect ratio */
    }

    .mmt-img {
        margin-top: -3rem !important;
    }

    .mpp {
        padding-right: 9px !important;
        font-size: 12px !important;
    }

    /* .prev-bg,
    .next-bg {
        background-color: rgb(0 30 110) !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem !important;
        height: 4rem !important;
    } */

    .mobsection-bg {
        background-image: url(../img/bg/w-1.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        position: relative;
        z-index: 2;
    }

    .iti--allow-dropdown .iti__flag-container,
    .iti--separate-dial-code .iti__flag-container {
        right: auto !important;
        left: -40px !important;
    }

    /* .flipster__button--prev{
        all: unset !important;
    } */
    /* .flipster__button{
        all:unset !important
    } */

    /* polyline[Attributes Style] {

    } */
    /* .flipster__button.flipster__button--prev polyline {
        transform: rotate(180deg, 6.5, 10);
    } */

    .flipster__button.flipster__button--prev polyline {
        transform: rotate(180deg);
        transform-origin: 6.5px 10px;

        /* transform: rotate(180deg, 6.5, 10) !important; */
    }

    .flipster__button.flipster__button--next {
        margin-right: 13rem !important;
        margin-top: -2rem !important;
        color: #fff !important;
    }

    .flipster__button.flipster__button--prev {
        margin-left: 13rem !important;
        margin-top: -2rem !important;
        color: #fff !important;
    }

    /* #nn .mm{
        transform: rotate(180deg, 6.5, 10) !important;
    } */
    .flipster__button.flipster__button--next polyline {
        /* transform: unset !important; */
        /* transform: rotate(36 0deg, 6.5, 10) !important; */
        transform: rotate(360deg);
        transform-origin: 6.5px 10px;

        transform: rotate(180deg, 6.5, 10) !important;
    }

    polyline {
        color: #fff !important;
    }

    .ptt-2 {
        padding-top: 5% !important;
    }
}

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #hero-section {
        display: none !important;
        visibility: hidden !important;
    }

    #des-why-choose {
        display: none !important;
        visibility: hidden !important;
    }

    #mob-getin-touch {
        display: none !important;
        visibility: hidden !important;
    }

    #mob-Gallery {
        display: none !important;
        visibility: hidden !important;
    }

    #tour-category {
        display: none !important;
        visibility: hidden !important;
    }

    #about {
        display: none !important;
        visibility: hidden !important;
    }

    #mob-contact {
        display: none !important;
        visibility: hidden !important;
    }

    .tabp {
        color: #fff;
    }

    #mob-tour-category .mtxt {
        font-size: 22px !important;
        color: aliceblue !important;
    }

    #excurtion .tab-ibox {
        width: 400px !important;
        height: 400px !important;
    }

    #des-excurion {
        display: none !important;
        visibility: hidden !important;
    }

    #demo-carousel {
        display: none !important;
        visibility: hidden !important;
    }

    #why-choose-us .text-overlay {
        color: white;
        /* font-size: 20px; */
        text-align: center;
        /* padding: 6px; */
        border: 2px solid white;
        border-right: none !important;
        text-align: left;
    }

    #why-choose-us .ppx {
        margin-top: -3%;
        margin-bottom: -3%;
        padding-left: 15px;
        line-height: 34px;
        margin-right: 10px;
        font-size: 8px !important;
    }

    #why-choose-us .hh {
        font-size: 25px !important;
    }

    #why-choose-us .wc {
        display: flex;
        justify-content: flex-start;
        margin-top: 2%;
        color: #fff;
        /* margin-left: 100px !important; */
    }

    /* test-mob */

    #mob-tour-classic .mt-4 {
        margin-top: 2rem !important;
    }

    #mob-tour-classic .overlay-content {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        /* padding: 18px; */
        color: #fff;
        height: 95px !important;
    }

    #mob-tour-classic .btn {
        padding: 4px 5px !important;
        font-size: 10px !important;
    }

    #mob-tour-classic .mtext {
        font-size: 13px !important;
    }

    #mob-tour-classic .mflex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #mob-tour-classic .tab-image-box {
        width: 400px !important;
        height: 400px !important;
    }

    #tour-classic {
        display: none !important;
        visibility: hidden !important;
    }

    #itinerary .dex {
        display: none !important;
        visibility: hidden !important;
    }

    #itinerary-summary .dex {
        display: none !important;
        visibility: hidden !important;
    }

    /* test-desk */

    #testimonial .carousel-caption {
        padding: 5rem 0rem !important;
    }

    #why-choose-us .gdd {
        height: 93% !important;
    }

    /* nav bar */
    header .navbar-nav li {
        padding: unset !important;
    }

    header .enq-btn {
        margin-right: -35px !important;
    }

    header .center-logo img {
        width: 250px !important;
    }

    .tab-horizon-txt {
        padding: 30px 20px 30px 20px !important;
    }

    .row.con {
        flex-wrap: nowrap !important;
    }

    .conbg {
        background-image: url(../img/slider/b-3.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }

    #de-con {
        display: none !important;
        visibility: hidden !important;
    }

    .mob-cbg {
        background-image: url(../img/slider/b-2.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: unset;
    }

    .tml {
        margin-left: 2rem;
    }
}

/* desktop */

@media only screen and (min-width: 992px) and (max-width: 2000px) {
    header .navbar-expand-md {
        margin-left: -45px !important;
    }

    .footer-about {
        margin-bottom: -75px;
    }

    .mfs {
        font-size: 20px;
    }

    #why-choose-us .overlay {
        position: absolute;
        top: 12px;
        left: 667px !important;
        /* left: 667px 598px;*/
        width: 30%;
        height: 95%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Adjust the overlay color and opacity as desired */
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #why-choose-us .ppx {
        margin-top: -3%;
        margin-bottom: -3%;
        padding-left: 18px;
        line-height: 50px;
        /*25px;*/
        /* line-height: 55px; */
        margin-right: 10px;
        font-size: 16px !important;
    }

    #why-choose-us .gdd {
        height: 93%;
        margin: 5%;
    }

    #why-choose-us .text-overlay {
        color: white;
        /* font-size: 20px; */
        text-align: center;
        padding: 23px;
        border: 2px solid white;
        border-right: none !important;
        text-align: left;
    }

    #why-choose-us .wc-1 {
        display: flex;
        justify-content: space-around;
        color: #fff;
        margin-left: -55px;
    }

    #why-choose-us .wc {
        display: flex;
        /* justify-content: space-around; */
        margin-top: 2%;
        color: #fff;
        margin-left: 11px !important;
    }

    #why-choose-us .mt-5 {
        margin-top: 7% !important;
    }

    #mob-hero-section {
        display: none !important;
        visibility: hidden !important;
    }

    #mob-why-choose {
        display: none !important;
        visibility: hidden !important;
    }

    #getin-touch .bg {
        background-color: #000;
        padding: 20px;
        color: #fff;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        /* align-content: stretch; */
        justify-content: space-around;
        margin-left: 50px;
    }


    #mob-getin-touch {
        display: none !important;
        visibility: hidden !important;
    }

    #Gallery .carousel-item {
        height: 540px;
    }


    #mob-Gallery {
        display: none !important;
        visibility: visible !important;
    }

    #Gallery .carousel {
        max-width: 100%;
        margin: 12px auto;
    }

    #testimonial {
        min-height: 70vh !important;
    }

    #testimonial .carousel-caption .row {
        margin-right: -198px !important;
        margin-left: -127px !important;
    }

    #tour.con {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70vh;
    }

    #tour .img-width {
        width: 24rem !important;
        height: 25rem !important;
    }

    .ttf {
        font-size: 22px;
    }

    #honeymoon .ttf {
        font-size: 21px !important;
    }

    .ml-10 {
        margin-left: 1px;
    }

    .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        align-content: space-between;
    }

    .flex-items:nth-child(1) {
        display: block;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        align-self: auto;
        order: 0;
    }

    .flex-items:nth-child(2) {
        display: block;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        align-self: auto;
        order: 0;
    }

    .flex-items:nth-child(3) {
        display: block;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        align-self: auto;
        order: 0;
    }

    #tour-category .img-width {
        width: 22rem;
        /* height: 18rem; */
        /* min-height: 18rem; */
    }

    #tour-category .mbb-1 {
        margin-bottom: 1rem !important;
    }

    #excurtion.con {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60vh;
    }

    #excurtion .img-width {
        width: 22rem !important;
        height: 24rem !important;
    }

    #itinerary .mob {
        visibility: hidden !important;
        display: none !important;
    }

    #itinerary-summary .mob {
        visibility: hidden !important;
        display: none !important;
    }

    #mob-about {
        display: none !important;
        visibility: hidden !important;
    }

    #about .right-side {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 1rem;
        color: #fff;
        outline: 2px solid white;
        outline-offset: 22px;
        border-radius: unset !important;
        margin: 5rem 1rem 3rem 1rem;
        padding: 3rem;
    }

    #about .ml2 {
        margin-left: 2rem !important;
    }

    #tour-gallery .sub-text {
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        margin: 1rem 12rem 0rem 12rem;
    }

    #contact-social.row>* {
        flex-shrink: 0;
        width: 60% !important;
    }

    #tour-gallery .gal-m {
        top: 29rem;
        height: 8%;
    }



    #mob-tour-gallery {
        display: none !important;
        visibility: hidden !important;
    }

    #mob-contact {
        display: none !important;
        visibility: hidden !important;
    }

    #mob-tour-category {
        display: none;
        visibility: hidden;
    }

    #copy-carousel {
        display: none !important;
        visibility: hidden !important;
    }

    #testimonial .carousel-caption {
        padding: 5rem 18rem;
    }

    #tab-contact {
        display: none !important;
        visibility: hidden !important;
    }

    .debg {
        background-image: url(../img/slider/b-3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.flipster__button svg {
    width: 2em;
    stroke: currentColor;
    fill: transparent;
    stroke-width: 2;
    stroke-linecap: round;
    background-color: rgb(13, 13, 48, 0.8) !important;
    height: 100px;
}

/* modal */
.modal-backdrop.show {
    opacity: 0.5;
    z-index: 2 !important;
}



.card {
    display: block;
    overflow: hidden;


}

.card img {
    transform: scale3d(1, 1, 1);
    transition: transform 300ms ease-in-out;
    /* transition: transform 5s ease-in-out;*/
}

.card:hover img,
.card:focus img,
.card-float:focus~.card img,
.card-float:hover~.card img {

    transform: scale3d(1.2, 1.2, 1);
    transition: transform 300ms ease-in-out;

}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    /* Adjust as needed */
    left: 20px;
    /* Adjust as needed */
    z-index: 9999;
    /* Ensure it's above other content */
}

/* Adjust styles for the green square button */
.whatsapp-icon.btn {
    background-color: #2aba41;
    /* Green color */
    color: #fff;
    /* White text color */
    padding: 10px 20px;
    /* Adjust padding as needed */
    border-radius: 55px !important;
    /* Adjust border-radius as needed */

    display: flex;
    align-items: center;
    justify-content: space-around;
}

.whatsapp-icon.btn:hover{
    background-color: #1a9a30;
}

/* Style for the text inside the button */
.whatsapp-icon.btn span {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 25px !important;
    font-family: "Roboto", system-ui;
    font-weight: 500;
}

/* Increase the size of the WhatsApp icon */
.whatsapp-icon.btn i.fab.fa-whatsapp {
    font-size: 30px !important;
    /* Adjust as needed */
}

#hero-section .hero-section-welcome .hero {
    position: relative;
    padding: 0;
    max-width: 960px;
    margin: 0px auto;
    margin-top: -70px;

}

#hero-section .hero-section-welcome .hero .welcome-text {
    position: absolute !important;
    top: 8% !important;
    bottom: 8% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 0px !important;
    width: calc(100% - 80px);
}


.accordion-body{
    text-align: justify;
}

.carousel-indicators [data-bs-target]{
    background: transparent;
}