@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;

}

body {
    background: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
    margin-bottom: 20px;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: block;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.heading small {
    display: block;
    font-size: 16px;
    color: #0bc296;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;

}

.heading small a {
    color: inherit;
}


.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #6158a6 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
}

.btn-secondry {
    background: #EA413A;
    background: linear-gradient(135deg, #0bc296 0%, #33816e 100%);
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    background: #EA413A;
    background: linear-gradient(135deg, #33816e 0%, #0bc296 100%);
    color: #fff;
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 30px;
    z-index: 10;
}


/**********My css**********/


/*navigationBarWrapper*/

.navigationBarWrapper {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #5c3410;
    border-bottom: solid 1px #eee;
}

.tophead-menu-left {
    padding: 8px 0;
}

.facebook {
    background: #3a559f;
}

.twitter {
    background: #1c9deb;
}

.linkedin {
    background: #0077b5;
}

.googleplus {
    background: #d54d40;
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 12px;
    color: #fff;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #000;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
}

.tophead-menu-social ul li:first-child {
    border-left: solid 1px #fff;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
    padding: 8px 5px;
    border-right: solid 1px #fff;
    float: left;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #0a6fb6;
    color: #fff;
    border-color: transparent;
}



.navigationBar .logo-dark {
    display: none;
}

.navigationBarScroll .logo-dark {
    display: block;
}

.navigationBarScroll .logo-light {
    display: none;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 100px;
    position: fixed;
    padding: 0;
    transition: all 500ms;
}

.navigationBar .container {
    border-bottom: 1px solid #fff;
}

/*navigationBarContent*/

/* Brand wrapper */


/* Logo images */

/* Overlay text on logo */
.brand-overlay {
    position: absolute;
    top: 65px;
    left: 160px;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}

.bannerSection {
    position: relative;
}

/* Form wrapper */
.banner-form-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
}

/* Form box */
.banner-form-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.banner-form-box h4 {
    margin-bottom: 20px;
    font-weight: 600;
}


/* Title text */
.brand-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    font-family: auto;
}

/* Subtitle text */
.brand-subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #ffffff;
}

/* Improve readability on image */
.brand-overlay {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}


.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

.navbar-brand img {
    height: 90px;
    position: relative;
    transition: all 500ms;

}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

.navbar-collapse .btn-secondry {
    margin-top: 30px;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #ffffff;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;

}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: #ffffff !important;
    padding: 0 10px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
}

.navigationBarScroll.active .navbar-collapse>ul>li>a {
    color: #000 !important;
}



.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {

    background: transparent !important;
    color: #0bc296 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {

    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #EA413A;
    background: linear-gradient(319deg, rgb(178 214 109) 0%, rgb(121 185 0) 49%, rgb(3 95 76) 87%);
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

@media (min-width: 767px) {
    .navbar-collapse>ul>li:hover>ul {
        display: block;
    }
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;
    font-family: "Barlow", sans-serif;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: inherit;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    white-space: normal;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #fff;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #000;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background-color: #0a6fb6;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #0a6fb6;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/

/* Default state (hidden slightly above) */
.navigationBarScroll {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    transition: all 0.4s ease-in-out;
    z-index: 999;
    opacity: 0;
}

/* Active state when scrolled */
.navigationBarScroll.active {
    top: 0;
    opacity: 1;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}




.navigationBarScroll .navbar-collapse>ul>li {
    /* height: 80px;
    line-height: 80px; */
    color: #555;
}

.navigationBarScroll .container {
    border-bottom: 1px solid transparent;
}

/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.bannerSection .bannerSectionContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}


#bannerSlider .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #a7ff00;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
}

.bannerSection .bannerSlideBlock {
    display: block;
    position: absolute;
    z-index: 2;
    top: 40%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 55px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px !important;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: block;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 small {
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .btn {
    height: 60px;
    line-height: 30px;
    padding: 15px 30px;

}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #0a6fb6 !important;
    text-shadow: none;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .bannerSlideCaptionTextWrapper {
    vertical-align: middle;
    text-align: center;
}


/*carouselWithArrows*/

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 20px;
    right: 0px;
    left: 0;
    text-align: center;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}



/* ---------------about-section------------ */

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    background: url(../images/tour-background.jpg);
    padding: 50px 0px 50px;
    background-attachment: fixed;
    background-size: cover;

}

.aboutsection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 3%);
}

.aboutsection .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutimg {
    position: relative;


}

.aboutimg {
    position: relative;
    clear: both;
}

.aboutimg img {
    z-index: 999;
    filter: drop-shadow(2px 4px 6px rgb(112, 112, 112, 0.2));
}

.aboutafter {
    width: 400px;
    height: 400px;
    background-color: #0bc296;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.aboutbefore {
    width: 400px;
    height: 400px;
    background-color: #08614f;
    position: absolute;
    right: 70px;
    bottom: 0px;
    z-index: -1;
}

.abouttxt {
    padding: 20px 0px;
    text-align: left;
}



.abouttxt h3 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
}

.abouttxt h6 {
    color: #494848;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

/* Your Original Styles - Enhanced for Marquee */
.extra-feature {
    position: relative;
    padding: 50px 0px 50px;
    background-color: #fff;
    clear: both;
    overflow: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
    margin-bottom: 40px;
}

.heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2d3748;
}

.heading small {
    display: block;
    font-size: 18px;
    color: #0bc296;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Marquee Wrapper */
.marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right,
            transparent,
            black 5%,
            black 95%,
            transparent);
    -webkit-mask-image: linear-gradient(to right,
            transparent,
            black 5%,
            black 95%,
            transparent);
}

.marquee-content {
    display: flex;
    gap: 20px;
    animation: scroll 40s linear infinite;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 10px;

}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Your Original Item Styles */
.extra-feature .item {
    flex-shrink: 0;
    width: 350px;
}

.extra {
    background-color: #fff;
    box-shadow: 0px 0px 13px -5px gray;
    text-align: left;
    padding: 15px 15px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
}

.extra img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: block;
}

.extra:hover {

    transform: translateY(-5px);
}

.extra h3 {
    padding-top: 15px;
    margin: 0;
    color: #292929;
    font-size: 20px;
    font-weight: 600;

}

.extra p {
    color: #494848;
    font-size: 16px;
    font-weight: 400;
    height: 145px;
    overflow: hidden;
}

.permalink {
    padding-top: 10px;
}

.permalink a,
.extra a {
    padding: 0;
    color: #0bc296;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.permalink a:hover,
.extra a:hover {
    color: #0a6fb6;
}

.ti-arrow-right::before {
    content: '→';
    font-style: normal;
}

@media (max-width: 768px) {
    .extra-feature .item {
        width: 300px;
    }

    .heading {
        font-size: 2rem;
    }

    .extra h3 {
        font-size: 18px;
    }

    .marquee-content {
        animation-duration: 30s;
    }
}

/* WhyusSection */
.WhyusSection {
    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0px;
    background: url(../images/slider3.jpg) center center no-repeat;
}

.WhyusSection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.7;
}

#WhyusSection .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #79b900 !important;
}

.WhyusSection .permalink a {
    color: #ffffff;
}

.WhyusSection .permalink a:hover {
    color: #fff;
}

.WhyusSection h2 {
    color: white;
}

.cd-pt-ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.position-re-order {
    padding-bottom: 141%;
}

.position-re .item img {
    transition: 0.5s;
}


/* ======= Tours and Destination 1 style ======= */
.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}

.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 6px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #79b900;
}

.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}

.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}

.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgb(0 3 51) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(49 123 108) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(121 185 0) 90%);
}

.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}

.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.tours1 .item .con h5,
.elementor-widget-container .tl-tour-el-title,
.elementor-widget-container .tl-tour-el-title a,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 26px !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}


.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}

.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #2095AE;
}

/*mediaCenterSection*/
.mediaCenterSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding-bottom: 2px;
    position: relative;
    overflow: hidden;
}

.mediaCenterSection .owl-controls {
    position: absolute;
    bottom: 15px;
    left: -100px;
}

.mediaCenterSection .owl-controls .owl-page span {
    background: #931f5a !important;
    width: 35px !important;
    height: 10px !important;
    margin: 0 2px !important;
}

.mediaCenterSectionLeftCol {
    display: block;
    width: 25%;
    height: 354px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    float: left;
}

.mediaCenterSectionLeftCol>div {
    display: block;
    padding: 50px;
}

.mediaCenterSectionLeftCol>div ul {
    margin: 0;
    padding: 0;
}

.mediaCenterSectionLeftCol>div ul li a {
    display: inline-block;
    margin-bottom: 7px;
}

.mediaCenterSectionLeftCol>div ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.mediaCenterSectionLeftCol>div ul li a i {
    display: inline-block;
    float: left;
    width: 20px;
    position: relative;
    top: 3px;
    color: #096fb7;
}

/*mediaCenterSectionRightCol*/
.mediaCenterSectionRightCol {
    display: block;
    width: 75%;
    height: auto;
    position: relative;
    float: left;
    background: #fff;
}

.mediaCenterSectionRightColSliderCol {
    display: block;
    margin: 2px 2px 0 2px;
}

.mediaCenterSectionRightCol .item {
    margin: 2px;
    position: relative;
}

.mediaCenterBlock {
    display: block;
    height: 350px;
    position: relative;
    transform-style: preserve-3d;
    perspective: 800px;
}

.mediaCenterBlock .mediaCenterBlockImg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
    transform: rotateY(0deg);
    transition: all 800ms;
    visibility: visible;
    opacity: 1;
}

.mediaCenterBlock .mediaCenterBlockImg span {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 10px;
}

.mediaCenterBlock .mediaCenterBlockImg h3 {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 30px 30px 30px;
    color: #fff;
    z-index: 2;
    font-size: 18px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
    background: -linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0));
}

.mediaCenterBlock .mediaCenterBlockDesc {
    display: block;
    background: #EA413A;
    background: linear-gradient(319deg, rgba(234, 65, 58, 1) 0%, rgba(171, 17, 122, 1) 49%, rgba(53, 86, 166, 1) 87%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 95px 30px 30px 30px;
    transition: all 800ms;
    transform: rotateY(-180deg);
    visibility: hidden;
    opacity: 0;
}

.mediaCenterBlock .mediaCenterBlockDesc p {
    color: #fff;
}

.mediaCenterBlock .mediaCenterBlockDesc a {
    color: #fff;
}

.mediaCenterBlock:hover .mediaCenterBlockImg {
    transform: rotateY(180deg);
    visibility: hidden;
    opacity: 0;
}

.mediaCenterBlock:hover .mediaCenterBlockDesc {
    transform: rotateY(0deg);
    visibility: visible;
    opacity: 1;
}


/* ============ choice-section ============== */
.choice-section {
    position: relative;
    width: 100%;
    clear: both;
    padding: 70px 00px;
}


.choice-head h2 {
    color: #000;
    font-size: 43px;
    font-weight: 300;
    line-height: 1.3em;
}

.choice-head p {
    color: #494848;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em;
}

.choice-icon .choice-block {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ch-content h3 {
    color: #494848;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    padding: 0;

}

.ch-content p {
    color: #494848;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.ch-content p::after {
    content: '';
    background-color: #ddd;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 24px;
    left: 110px;
}





/* ============ tesstimonial ============== */

.tesstimonial {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 50px 00px 70px;
}

.testimonial-head {
    text-align: center;
    line-height: 1 !important;
}

.testimonial-head h2 {
    color: #000;
    padding: 0;
    margin: 0;
}

.testimonial-head h3 {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.test-img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: 0px;
}

.test-img img {
    border-radius: 100px;
}

.tesstimonial-box {
    width: 95%;
    padding: 60px 50px 70px;
    position: relative;
    float: left;
    background: linear-gradient(135deg, #0bc296 0%, #33816e 100%);

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-radius: 30px;

}

.tesstimonial .centertext,
.center {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #878787;
}

.tesstimonial p span,
p strong {
    font-weight: 600;
    color: #878787;
}

.tesstimonial p span,
p strong:hover {
    color: #f77156;
}

.test-txt img {
    margin-bottom: 30px;
}

.advisor-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.advisor-logo img {
    border-radius: 100px;
    width: 30px;
}

.test-txt p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.test-txt h3 {
    color: #fff;
    font-weight: 600;
    margin: 10px 0px;
    font-size: 20px;
    text-transform: capitalize;
}

.tesstimonial-box .owl-pagination {
    margin-top: 0;
    text-align: right;
    position: relative;
    left: 0;
    bottom: 0;
}


.rating {
    display: inline-block;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #fff;
}

.tesstimonial .owl-theme .owl-controls .owl-page span {
    background: linear-gradient(135deg, #0bc296 0%, #33816e 100%);
    font-size: 20px;
    width: 15px !important;
    height: 15px !important;
}

.tesstimonial .owl-pagination {
    position: absolute;
    right: 0;

    left: -35px;
}

/* ============ footer-section ============== */

.footer-section {
    background: linear-gradient(135deg, #0bc296 0%, #33816e 100%);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0px 20px;
    position: relative;
    width: 100%;
}



.footer-img {
    display: flex;
}

.footer-img img {
    width: 50%;


    border-radius: 50%;
}

.footer-top {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
    position: relative;
    top: -9px;
    text-align: right;
}

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks li {
    display: inline-block;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.socialLinks ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 47px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

}

/* BRAND COLORS */
.socialLinks a .fa-facebook {
    background: #1877F2;
    /* Facebook Blue */
    border-radius: 50%;
}

.socialLinks a .fa-instagram {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    /* Instagram gradient */
}

.socialLinks a .fa-linkedin {
    background: #0A66C2;
    /* LinkedIn Blue */
}

.socialLinks a .fa-twitter {
    background: #1DA1F2;
    /* Twitter Blue */
}

.socialLinks a .fa-youtube-play {
    background: rgb(237, 28, 28);
    /* WhatsApp Green */
}

/* OPTIONAL – hover slightly darken effect */
.socialLinks a:hover i {
    filter: brightness(0.9);
}

.socialLinks ul li a .fa:hover {
    border-radius: 50%;
    background: #00bc97;
    color: white;
    transform: translateY(-4px) scale(1.08);
}


.footer h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer p {
    text-align: left;
    float: left;
    margin: 0 0 2.6%;
    padding: 0 0px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.footer1 {
    width: 100%;
}



.footer1 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer1 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer1 ul a:hover {
    color: #ea413a;
    font-weight: 600;
}

.footer1 p {
    text-align: justify;
    border-bottom-left-radius: 0px 43px;
    padding: 0px 0px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.footer2 {
    position: relative;
    left: 0px;
    color: #fff;
}

.footer2 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer2 ul a {
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer2 ul a:hover {
    color: #333;
    font-weight: 600;
}

.footer3 {
    color: #fff;
}

.footer3 h2 {
    margin: 20px 0 15px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer3 p {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

.footer3 a {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}


.footerstrip {
    position: relative;
}

.strip-txt-1 h3 {
    float: left;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
}

.strip-txt-1 {
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    justify-items: start;
    text-align: right;
}

.strip-txt-2 {
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
    justify-items: end;
    text-align: right;
}

.strip-txt-2 p {
    float: left;
    text-align: right;
    color: #ffffff;
    font-size: 15px;
}

.strip-txt-2 a {
    color: #ffffff;
}

.strip-txt-2 a:hover {
    color: #000;
}

/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 1 !important;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #12c499;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}



/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 0px;
    }

    .navbar-brand {
        margin-bottom: 0px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
        color: #333;
    }



    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 12px;
        font-size: 15px;
        color: black !important;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;
    }

    .tophead {
        text-align: center;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }


    .container {
        padding: 0 20px;
    }

    .bannerSection {
        height: 280px;
    }

    .bannerSection .bannerSlideBlock {
        top: 30%;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
        position: relative;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 32px !important;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2px;
        letter-spacing: 1px;
    }

    .aboutimg {
        position: relative;
        clear: both;
    }


    .aboutsection {
        padding: 50px 0px 50px;
        overflow: hidden;
    }

    .nav-tabs>li>a:before {
        width: 0;
    }

    .singleTourBtn a {
        background-color: green;
        padding: 8px 15px;
        color: white;
        font-size: 14px;
    }

    .tourContent .fa {

        padding-left: 5px;
        padding-right: 0px;
    }

    .footer-img img {
        width: 100%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    .navbar-collapse .btn-secondry {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {

    .containerWrapper {
        padding: 0px 15px !important;
    }

    .navigationBarWrapper {
        background: #ffffff !important;
    }

    .navigationBar .logo-dark {
        display: block;
    }

    .navbar-collapse>ul>li>a {
        color: #000000 !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #9b9b9b !important;
    }

    .logo-light {
        display: none !important;
    }

    .aboutafter {
        width: 250px;
        height: 260px;
    }

    .aboutbefore {
        width: 250px;
        height: 260px;
        right: 0px;
    }

    .mediaCenterSectionLeftCol {
        display: block;
        width: 100%;
        height: auto;
    }

    .mediaCenterSectionRightCol {
        display: block;
        width: 100%;
    }

    .mediaCenterSectionLeftCol .heading {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* ------------tesstimonial------------ */
    .tesstimonial {
        position: relative;
        width: 100%;
        clear: both;
        overflow: hidden;
        padding: 50px 35px 70px;
    }

    .testimonial-head h2 {
        color: #000;
        padding: 0;
        margin: 0;
    }

    .testimonial-head h3 {
        color: #000;
        font-size: 33px;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }

    .test-txt p {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .test-txt h3 {
        color: #fff;
        font-weight: 300;
        margin: 0;
        font-size: 18px;
        text-transform: capitalize;
    }

    .test-img {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        border-radius: 50px;
        position: relative;
        top: 0;
        padding: 0px 27px;
    }

    .test-txt img {
        margin-bottom: 8px;
    }

    .tesstimonial-box {
        width: 100%;
        padding: 20px;
        position: relative;
        float: left;
        background-color: #0a6fb6;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        border-radius: 30px;
    }



    /* ------------footer-section------------ */
    .footer-section {

        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 15px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
    }

    .footer h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }

    .footer1 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;
        font-size: 15px;
    }

    .mediaCenterSection .owl-controls {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
    }

    .hero-content {

        margin-top: 0px !important;
    }

    .aboutsection .row {
        display: block;

    }



}


/* --- USP Section Styles --- */
.usp-section {
    padding: 80px 0px;
    background-color: #ffffff;
    /* A very light, warm background */
    color: #333;
    background: url(../images/tour-background.jpg);
    overflow: hidden;
}

.usp-section .section-title {
    font-size: 3.5em;
    margin-bottom: 10px;
    color: #5C4033;
    /* Earthy brown */

    letter-spacing: 1px;
}

.usp-section .section-subtitle {
    font-size: 1.4em;
    color: #8D6E63;
    /* Lighter brown */
    margin-bottom: 60px;

}

.usp-item {
    background-color: #ffffff;
    padding: 30px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    height: 300px;
    /* Ensure all cards in a row have the same height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Align content to the top */
}

.usp-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}





.usp-title {
    font-size: 20px;
    color: #5C4033;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.usp-description {
    font-size: 16px;


    flex-grow: 1;
    /* Allows description to take up available space for equal height */
}

.usp-icon {
    margin-bottom: 20px;
}


.usp-icon img {
    height: 80px;
}



/* --- Fixed WhatsApp Button Styles --- */
.whatsapp-btn {
    position: fixed;
    bottom: 40px;
    /* Distance from bottom */
    left: 30px;
    /* Distance from right */
    background-color: #00b844;
    /* WhatsApp green */
    color: white;
    width: 60px;
    /* Diameter of the button */
    height: 60px;
    /* Diameter of the button */
    border-radius: 50%;
    /* Makes it a perfect circle */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    /* Size of the icon */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.673);
    z-index: 999;
    /* Ensures it stays on top of most content */
    text-decoration: none;
    /* Removes underline from the link */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #1DA851;
    /* Slightly darker green on hover */
    transform: translateY(-3px);
    /* Subtle lift effect */
}

/* Ensure the icon within the button is also styled */
.whatsapp-btn i {
    color: white;
    font-size: 40px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .whatsapp-btn {
        width: 60px;
        height: 60px;
        font-size: 24px;
        bottom: 40px;
        right: 15px;
    }
}

/* Hero Section - Scoped Styles */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../images/slider2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.3) 100%);
}

.hero-section .containerWrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.hero-section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.hero-section .col-md-8 {
    flex: 1.5;
}

.hero-section .col-md-4 {
    flex: 1;
}

.hero-section .hero-content {
    color: white;
    padding-right: 30px;
}

.hero-section .hero-content h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out;
    text-align: left;
}

.hero-section .hero-content h1 .text-wrapper {
    display: inline;
}

.hero-section .hero-content h1 .static-text {
    color: white;
}

.hero-section .hero-content h1 .animated-text {
    color: #12c499;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    vertical-align: bottom;
}

.hero-section .hero-content h1 .animated-text .word {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: slideWord 12s infinite;
    white-space: nowrap;
}

.hero-section .hero-content h1 .animated-text .word:nth-child(1) {
    animation-delay: 0s;
}

.hero-section .hero-content h1 .animated-text .word:nth-child(2) {
    animation-delay: 3s;
}

.hero-section .hero-content h1 .animated-text .word:nth-child(3) {
    animation-delay: 6s;
}

.hero-section .hero-content h1 .animated-text .word:nth-child(4) {
    animation-delay: 9s;
}

@keyframes slideWord {

    0%,
    25% {
        opacity: 1;
        transform: translateY(0);
    }

    33%,
    100% {
        opacity: 0;
        transform: translateY(-70px);
    }
}

.hero-section .hero-content h1 .highlight {
    color: white;
}

.hero-section .hero-content .lead {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1.4s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section .form-wrapper {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    max-width: 500px;
    margin-left: auto;
    animation: fadeInRight 1s ease-out;
    width: 350px;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-section .form-wrapper h2 {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-section .form-wrapper .form-subtitle {
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
}

.hero-section .row-form {
    display: block;
}

.hero-section .row-form .col-md-12 {
    padding: 0 !important;
}

.hero-section .form-group {
    margin-bottom: 10px;
}

.hero-section .form-group label {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.hero-section .form-control {
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 0px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.hero-section .form-control:focus {
    outline: none;
    border-color: #0bc296;
    background: white;
    box-shadow: 0 0 0 3px rgba(11, 194, 150, 0.1);
}

.hero-section select.form-control {
    cursor: pointer;
}

.hero-section textarea.form-control {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.hero-section .btn-submit {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #0bc296 0%, #33816e 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.hero-section .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(11, 194, 150, 0.4);
}

.hero-section .btn-submit:active {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-section .row {
        flex-direction: column;
        gap: 40px;
    }

    .hero-section .hero-content {
        padding-right: 0;
        text-align: center;
    }

    .hero-section .hero-content h1 {
        font-size: 42px;
    }

    .hero-section .hero-content h1 .animated-text {
        min-width: 220px;
        height: 60px;
    }

    .hero-section .form-wrapper {
        margin: 0 auto;
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 0 !important;
        background-attachment: scroll;
    }

    .hero-section .hero-content h1 {
        font-size: 40px;
    }

    .hero-section .hero-content h1 .animated-text {
        min-width: 180px;
        height: 45px;
    }

    .hero-section .hero-content .lead {
        font-size: 18px;
        margin: 0 !important;
        text-align: left;
    }

    .hero-section .form-wrapper {
        padding: 30px 25px;
    }

    .hero-section .form-wrapper h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .hero-section .form-wrapper {
        padding: 25px 20px;
        width: 335px;
    }
}

.usp-item {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.usp-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.usp-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #0bc296 0%, #33816e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.usp-item:hover .usp-icon {
    transform: scale(1.1) rotate(5deg);
}

.usp-icon svg {
    width: 45px;
    height: 45px;
    fill: white;
}

.usp-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;

}

.usp-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

h1 {
    text-align: center;
    color: white;
    font-size: 42px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .row {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 32px;
    }

    .usp-icon {

        margin: 0 auto 9px !important;

    }

   
}


.video-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #fff;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 2;

}

.hero-content h1 {
    font-size: 42px;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    margin-top: 10px;
}

.usp-row {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.usp-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.4s ease;
}

.usp-box:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

.usp-box img {
    width: 50px;
    margin-bottom: 15px;
}

/* Animation */
.animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.animate.show {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: .2s;
}

.delay-2 {
    transition-delay: .4s;
}

.delay-3 {
    transition-delay: .6s;
}

.delay-4 {
    transition-delay: .8s;
}

.spacer {
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0bc296 0%, #33816e 100%);
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
}

.stack-section {
    height: 200vh;
    position: relative;
    background: linear-gradient(135deg, #0bc296 0%, #33816e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
}



.section-heading {
    position: sticky;
    top: 40%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.section-heading.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-heading h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 10px;
}

.section-heading .highlight {
    color: #ffffff;
}

.stack-wrapper {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1500px;
    z-index: 2;
}

.stack-img {
    position: absolute;
    width: 420px;
    height: 340px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    background: white;
    overflow: hidden;
    top: 60%;
}

.stack-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Initial z-index stacking */
.img-1 {
    z-index: 8;
}

.img-2 {
    z-index: 7;
}

.img-3 {
    z-index: 6;
}

.img-4 {
    z-index: 5;
}

.img-5 {
    z-index: 4;
}

.img-6 {
    z-index: 3;
}

.img-7 {
    z-index: 2;
}

.img-8 {
    z-index: 1;
}

.next-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .stack-img {
        width: 280px;
        height: 200px;
        top: 20% !important;
    }

    .section-heading h2 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .stack-img {
        width: 220px;
        height: 160px;
    }

    .section-heading h2 {
        font-size: 1.8rem;
    }

    .spacer,
    .next-section {
        font-size: 1.5rem;
    }

    .stack-wrapper {
        height: 600px;
    }

    .play-btn {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;

    }

    .title-white {
        font-size: 20px !important;
    }

    .title-yellow {
        font-size: 25px !important;
        margin: 10px 0 10px !important;
    }

    .section-heading {
        top: 0% !important;
    }


}



.video-showreel {
    padding: 60px 0;
}

.video-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.video-thumb {
    width: 100%;
    display: block;
    filter: brightness(0.6);
}

.video-overlay {
    position: absolute;
    inset: 0;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-white {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}

.title-yellow {
    font-size: 48px;
    font-weight: 800;
    color: #12c499;
    margin: 10px 0 30px;
}

.play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: #ff0000;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-indent: 3px;
}

.play-btn:hover {
    transform: scale(1.1);
}

.brand {
    position: absolute;
    bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}