/*=========================================
  start  Commom css
  ========================================*/
* {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-sizing: border-box;
}

:root {
    --main-color: #ae894f;
    /* --second-color: #0E4C5C; */
    --second-color: #124226;
    --third-color: #0c1428;
    scroll-behavior: smooth;
    --white-color: #fff;
    --font-family: "Roboto", "sans-serif";
    --box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
        rgba(17, 17, 26, 0.05) 0px 8px 32px;
    --sharp-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

::selection {
    background-color: var(--second-color);
    color: var(--white-color);
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    border: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

select:focus,
select:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
}

textarea {
    height: 220px;
    padding-top: 20px;
}

textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 29px;
    font-weight: 600;
}

h3 {
    font-weight: 600;
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

p {
    line-height: 2;
    font-weight: 400;
    color: var(--third-color);
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 16px;
}


body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--black-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
.form-select:focus {
    outline: none !important;
    border: 1px solid var(--main-color);
    -webkit-transform: translate3d(0, 0, 5px);
    transform: translate3d(0, 0, 5px);
    font-size: 16px;
    color: var(--main-color);
    -webkit-box-shadow: 0 4px 30px 0 rgb(0 0 0 / 0.1);
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 0.1);
}

.form-check-input:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea,
.form-select {
    background: var(--white-color);
    border: 1px solid rgb(0 0 0 / 0.1);
    outline: 0;
    width: 100%;
    padding: 1rem;
    resize: none;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
.form-select {
    height: 40px;
}

textarea {
    height: 200px;
    padding-top: 20px;
}

.text-msg {
    margin-bottom: 15px !important;
}

textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

::-webkit-scrollbar {
    background: #fff0;
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--second-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0 0 0 / 0.3);
}

::-webkit-scrollbar-button {
    background-color: var(--second-color);
    height: 15px;
    display: none;
}

.input-box {
    position: relative;
    margin-bottom: 10px;
}

.input-box label {
    position: absolute;
    top: 0.75rem;
    z-index: 20;
    left: 20px;
    font-size: 12px !important;
}

.input-box label::before {
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff0;
    position: absolute;
    z-index: -1;
}

.input-box input:focus {
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid var(--main-color);
}

.input-box select {
    padding: 5px 15px 0;
    height: 45px;
    min-width: 100%;
}

.input-box select+label {
    position: absolute;
    left: 0;
    top: -0.5rem;
    background-color: var(--white-color);
}

.input-box input[type="date"]:focus+label,
.input-box input[type="date"]:valid+label,
.input-box input[type="tel"]:valid+label,
.input-box input[type="number"]:focus+label,
.input-box input:not(:placeholder-shown)+label,
.input-box input[type="email"]:focus+label,
.input-box input[type="text"]:focus+label,
.input-box input[type="text"]:not(:placeholder-shown)+label,
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown)+label {
    left: 0;
    top: -1.5rem;
    font-size: 14px;
    color: var(--white-color);
    padding: 3px 5px;
    background-color: var(--main-color);
    border-radius: 2px;
}

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

a:hover,
a:focus,
a:active {

    color: #082916 !important
}


ul ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

::-webkit-scrollbar {
    background: transparent;
    width: 7px;
    height: 0px;
}
/* ======== Custom Pro Button Colors ======== */

.social-media-navbar {
    display: flex !important;
    flex-direction: row !important;
}

.social-media-navbar li a {
    color: #212529;
    font-size: 16px
}

.social-media-navbar li .facebook {
    background-color: #1877f2;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #21252900;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px
}

.social-media-navbar li .facebook:hover {
    background-color: #1877f2;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.social-media-navbar li .instagram,
.social-media-navbar li .instagram:hover {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: #fff
}

.social-media-navbar li .instagram {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ddd;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 17px
}

.social-media-navbar li .linkedin,
.social-media-navbar li .pinterest,
.social-media-navbar li .tripadvisor,
.social-media-navbar li .twitter {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.social-media-navbar li .instagram:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.social-media-navbar li .linkedin {
    background-color: #0a66c2;
    border-radius: 50%;
    border: 2px solid #21252900
}

.social-media-navbar li .tripadvisor,
.social-media-navbar li .twitter {
    border-radius: 50%
}

.social-media-navbar li .linkedin:hover {
    background-color: #0a66c2;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.social-media-navbar li .twitter {
    background-color: #1d9bf0;
    border: 2px solid #21252900
}

.social-media-navbar li .twitter:hover {
    background-color: #1d9bf0;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.social-media-navbar li .tripadvisor {
    background-color: #34e0a1;
    border: 2px solid #21252900
}

.social-media-navbar li .tripadvisor:hover {
    background-color: #34e0a1;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.social-media-navbar li .pinterest {
    background-color: #e60023;
    border-radius: 50%;
    border: 2px solid #21252900
}

.social-media-navbar li .pinterest:hover {
    background-color: #e60023;
    color: #fff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}


.swiper-horizontal {
    touch-action: pan-y;
    padding-bottom: 52px;
    padding-left: 9px;
    padding-right: 11px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    display: inline-block;
    border-radius: 20px;
    background: rgba(0, 0, 0, .1);
    opacity: 1
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--main-color);
    width: 21px;
    height: 10px
}


.section-title {
    margin-bottom: 20px;
    z-index: 22
}

.section-title h1,
.section-title h2 {
    color: var(--second-color);
    margin-bottom: 10px
}

.section-title-span {
    font-size: 30px;
    line-height: 43px;
    letter-spacing: .02em;
    font-family: var(--accent-font);
    color: var(--main-color)
}

/*============================================
  End Commom css
  ===========================================*/


/*=============================================
    start   nav-bar
==============================================*/

.nav-bar .logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 150px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    height: 67px;
    top: 0;
}

.logo-header a {
    display: table-cell;
    vertical-align: middle;
}

.logo-header img {
    height: auto;
}

.logo-header span {
    font-size: 20px;
    letter-spacing: 20px;
}

.top-bar {
    background-color: var(--white-color);
    color: var(--main-color);
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-bar .dlab-topbar-left {
    float: left;
}

.top-bar .dlab-topbar-left li {
    padding-right: 20px;
}

.top-bar .dlab-topbar-right {
    float: right;
}

.top-bar .dlab-topbar-right li {
    padding-left: 15px;
}

.top-bar .dlab-topbar-center,
.top-bar .dlab-topbar-left,
.top-bar .dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar .dlab-topbar-center ul,
.top-bar .dlab-topbar-left ul,
.top-bar .dlab-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar .dlab-topbar-center ul li,
.top-bar .dlab-topbar-left ul li,
.top-bar .dlab-topbar-right ul li {
    display: inline-block;
    font-size: 14px;
}

.top-bar .dlab-topbar-center ul i,
.top-bar .dlab-topbar-left ul i,
.top-bar .dlab-topbar-right ul i {
    color: var(--main-color);
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    margin-right: 5px;
}

.dlab-quik-search {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0px 30px;
    z-index: 999;
    overflow: hidden;
    display: none;
}

.dlab-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 1;
}

.dlab-quik-search .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: 0 0;
    color: var(--white-color);
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}

.site-header {
    position: relative;
    z-index: 9999;
}

.site-header .main-bar {
    background: var(--white-color);
    width: 100%;
    position: relative;
    border-radius: 0px 0px 95px 95px;
}

.site-header .container {
    position: relative;
}

.site-header .extra-nav {
    -ms-transition: all 1s;
    /* margin-top: 18px; */
    margin-left: 14px;
    margin-bottom: -4px;
}

.site-header .extra-nav #quik-search-btn {
    color: #020d26;
    cursor: pointer;
    margin-right: 0px;
    border: 0;
}

.site-header .extra-nav ul li {
    display: inline-block;
}

.site-header .extra-nav ul li .icon {
    padding: 0;
    background: transparent;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    background: var(--second-color);
    ;
}

.navicon span:nth-child(1) {
    top: 0px;
}

.navicon span:nth-child(2) {
    top: 7px;
}

.navicon span:nth-child(3) {
    top: 14px;
}

.navicon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navicon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header-tb .navicon span {
    background: var(--white-color);
}

.header-nav {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        top: 0;
        background-color: var(--white-color);
        margin: 0;
        z-index: 99;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav.show {
        left: -1px;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        margin: 0;
        width: 280px;
    }
}

.header-nav .logo-header {
    /* display: none; */
}

@media only screen and (max-width: 991px) {
    .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px;
    }
}

.header-nav .nav {
    /* float: right; */
    /* margin-top: 0px; */
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    background: #fff;
}

.header-nav .nav>li {
    margin: 0px;
    font-weight: 400;
    position: relative;
}

.header-nav .nav>li.has-mega-menu {
    position: inherit;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li {
        border-bottom: 1px solid #eee;
        width: 100%;
    }
}

.header-nav .nav>li:hover>a {
    color: var(--main-color);
}

.header-nav .nav>li>a {
    color: var(--second-color);
    font-size: 15px;
    padding: 3px 18px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    border-width: 0 0 0 1px;
    text-transform: capitalize;
    line-height: 1.35;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin-top: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--b-color);
}

.header-nav .nav>li>span {
    color: #070120;
    font-size: 15px;
    padding: 3px 18px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    border-width: 0 0 0 1px;
    text-transform: capitalize;
    line-height: 1.35;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    /* margin-top: 10px; */
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--second-color);
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

@media only screen and (max-width: 1199px) {
    .header-nav .nav>li>a {
        padding: 35px 12px;
    }
}

.header-nav .nav>li>a span {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--b-color);
}

.header-nav .nav>li>a i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

.header-nav .nav>li>span i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a i {
        background-color: var(--white-color);
        color: var(--main-color);
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 0;
    }

    .header-nav .nav>li>span i {
        background-color: var(--white-color);
        color: var(--main-color);
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 0;
    }

    .header-nav .nav li.open a i {
        background-color: var(--second-color);
        border-radius: 50%;
        transform: rotate(90deg);
        color: var(--white-color);
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a i:before {
        content: "\f105";
    }

    .header-nav .nav>li>span i:before {
        content: "\f105";
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a {
        padding: 8px 0;
        display: block;
        line-height: 30px;
    }

    .header-nav .nav>li>span {
        padding: 8px 0;
        display: block;
        line-height: 30px;
    }
}


.header-nav .nav>li .mega-menu,
.header-nav .nav>li .sub-menu {
    background-color: var(--white-color);
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    visibility: hidden;
    z-index: 10;
    margin-top: 20px;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 0;
    border-radius: 12px;
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu,
    .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
        box-shadow: none;
        margin: 0;
        border-top: 1px solid #eee;
        padding: 10px 0;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .header-nav .nav>li .mega-menu>li>a i,
    .header-nav .nav>li .sub-menu>li>a i {
        color: var(--white-color) !important;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        font-size: 20px !important;
        margin: 0 !important;
        background: #aaa;
    }
}

.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
    color: var(--main-color);
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
    color: var(--second-color);
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-weight: 400;
    text-align: left;
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu li a,
    .header-nav .nav>li .sub-menu li a {
        padding: 2px 0 1px 15px;
        display: block;
        line-height: 30px;
        position: relative;
    }

    .header-nav .nav>li .mega-menu li a:after,
    .header-nav .nav>li .sub-menu li a:after {
        content: "\f105";
        font-family: FontAwesome;
        width: auto;
        height: auto;
        background: 0 0 !important;
        top: 1px;
        color: var(--main-color);
        font-size: 16px;
        position: absolute;
        left: 0;
        font-weight: 700;
    }
}

.header-nav .nav>li .mega-menu li:hover>a,
.header-nav .nav>li .sub-menu li:hover>a {
    background-color: #f2f2f2;
    padding: 10px 14px 10px 28px;
    color: var(--main-color) !important;
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu li:hover>a,
    .header-nav .nav>li .sub-menu li:hover>a {
        padding: 2px 0 1px 15px;
        background: transparent;
    }
}

.header-nav .nav>li .mega-menu li:hover>a:after,
.header-nav .nav>li .sub-menu li:hover>a:after {
    width: 13px;
}

.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu li>.sub-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    .header-nav .nav>li .mega-menu .mega-menu,
    .header-nav .nav>li .mega-menu .sub-menu,
    .header-nav .nav>li .sub-menu .mega-menu,
    .header-nav .nav>li .sub-menu .sub-menu {
        border-top: 0;
        padding-left: 20px;
    }

    .header-nav .nav>li .mega-menu .mega-menu li a:after,
    .header-nav .nav>li .mega-menu .sub-menu li a:after,
    .header-nav .nav>li .sub-menu .mega-menu li a:after,
    .header-nav .nav>li .sub-menu .sub-menu li a:after {
        width: 5px;
        content: "";
        height: 5px;
        background: var(--main-color) !important;
        border-radius: 4px;
        top: 13px;
    }
}

.header-nav .nav>li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 16px;
    opacity: 1;
    margin-top: 4px;
}

.header-nav .nav>li .mega-menu {
    display: flex;
    right: 0px;
    width: 100%;
    z-index: 9;
    padding: 0;
}

.header-nav .nav>li .mega-menu>li {
    display: block;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu>li {
        width: 100%;
        padding: 0;
    }
}

.header-nav .nav>li .mega-menu>li>a {
    color: var(--main-color);
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.header-nav .nav>li .mega-menu>li>a>i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

.header-nav .nav>li .mega-menu>li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}

.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none;
}

.header-nav .nav>li .mega-menu>li:hover>a {
    background-color: transparent;
}

.header-nav .nav>li .mega-menu>li li i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: -1px;
}

.header-nav .nav>li.open .mega-menu,
.header-nav .nav>li.open .sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

.header-nav .nav>li.open .open.menu-item-has-children>a:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.header-nav .nav>li.open .open .mega-menu,
.header-nav .nav>li.open .open .sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

@media only screen and (max-width: 1400px) {

    .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
    .header-nav .nav>li:last-child .sub-menu .sub-menu {
        left: -220px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-nav .nav>li:last-child .sub-menu {
        left: auto;
        right: 0;
    }
}

.header-transparent {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}

.main-nav-bar .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {
    padding-left: 62px;
    padding-right: 27px;
    display: flex;
}

.header-transparent .side-menu-btn .menu-icon-in span {
    background-color: var(--white-color);
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
    background-color: var(--main-color);
}


.header-transparent .top-bar {
    border-color: var(--white-color);
}

.header-transparent .top-bar .dlab-topbar-left li,
.header-transparent .top-bar .dlab-topbar-left i,
.header-transparent .top-bar .dlab-topbar-right li,
.header-transparent .top-bar .dlab-topbar-right i {
    color: var(--white-color);
}

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    transition: all 0.5s;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--second-color);
}

.upper___right {
    display: flex;
    gap: 32px;
}

.upper___right a {

    color: var(--second-color);

    font-size: 17px;

    font-weight: 400;

    padding-left: 0 !important;
}

.is-fixed .main-bar .logo-top {
    display: none !important;
}

.is-fixed .main-bar .logo-scroll {
    display: block !important;
}


.is-fixed .extra-nav .btn-effect:hover {
    color: #eee;
}

.text-black .nav>li>a {
    color: var(--second-color);
}

.navbar-toggler {
    height: 41px;
    line-height: 32px;
    width: 36px;
    cursor: pointer;
    top: 32px;
    right: 20px;
    position: absolute;
    margin-right: 20px;
    bottom: 35px;
    font-size: 28px;
}

.navbar-toggler:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle .navbar-toggler-icon {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.navbar-toggler-icon:hover span {
    background: var(--second-color);
}

.navbar-toggler-icon span:first-child {
    background: var(--second-color);
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 27px;
    top: 0;
}

.navbar-toggler-icon span:nth-child(2) {
    background: var(--second-color);
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 27px;
    top: 6px;
}

.navbar-toggler-icon span:nth-child(3) {
    background: var(--second-color);
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 27px;
    top: 12px;
}

.site-header .is-fixed .extra-nav .btn.btn-light {
    background-color: var(--main-color);
    color: var(--white-color);
}

.mobile-overlay {
    height: 100%;
    background: rgba(253, 253, 253, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-overlay {
    height: 100%;
    background: rgba(253, 253, 253, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-overlay.open {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    -webkit-animation: fadeIn ease 0.5s;
    animation: fadeIn ease 0.5s;
}

.btn--effect {
    display: inline-flex;
    color: #ffffff;
    padding: 8px 50px;
    text-align: center;
    font-weight: 700;
    background-color: var(--second-color);
    position: relative;
    z-index: 1;
    transition: all 0.5sease-out;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    overflow: hidden;
    line-height: 175%;
    border: var(--second-color);
    transition: all 500mscubic-bezier(0.77, 0, 0.175, 1);
}

.btn--effect :before {
    content: "";
    pointer-events: none;
    opacity: 0.6;
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    animation: bubbles 5slinear infinite both;
    -webkit-animation: bubbles 5slinear infinite both;
}

.btn--effect:hover {
    color: #ffffff;
}

.btn--effect :hover:after {
    height: 100%;
    transition: all 0.5sease-out;
    color: #ffffff;
    -webkit-transition: all 0.5sease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.btn--effect :after {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #21363f;
    content: "";
    transition: all 0.5sease-out;
    z-index: -1;
    color: #ffffff;
}

.header-nav {
    display: flex;
    justify-content: space-around;
    /* justify-content: flex-end !important; */
}

.nav_icon i {
    color: var(--second-color);
    margin-right: 7px;
    font-size: 16px;
}

.text-nav {
    color: #142843;
    font-size: 17px;
    font-weight: 400;
}

.nav_icon span {
    font-size: 15px;
}

.upper-navbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

nav {
    display: block;
    width: 100%;
    position: relative;
}

.navbar-brand img {
    width: 160px !important;
}

.dropdown-menu.show {
    z-index: 10000 !important;
}

.Language-box img,
.currency-box img {
    /* width: 25px; */
    /* margin-right: 4px; */
    /* border-radius: 50%; */
    /* height: 23px; */
}

.Language-box,
.currency-box {
    padding: 0 0;
    color: var(--white-color);
    margin-left: 0;
    border-radius: 5px;
}

.Language-box .lang-btn,
.currency-box .currency-btn {
    color: var(--second-color);
    font-size: 17px;
    font-weight: 400;
    padding-left: 0 !important;
}

.navsLink-hasdropdown .dropdown-menu {
    -webkit-transform: translateZ(100%);
    transform: translateZ(100%);
    -webkit-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
}

.navsLink-hasdropdown:hover .dropdown-menu {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0;
}

.navsLink,
.navsLink-hasdropdown {
    font-size: 17px;
    font-weight: 500;
    padding: 5px 10px;
    display: inline-block;
    color: var(--second-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

.nav-menu-bar {
    background: var(--white-color);
    border-bottom: 1px solid #eee;
    height: 85px;
    width: 100%;
}

.nav-bar .single-item {
    position: relative;
    padding-left: 40px;
    float: right;
}

.nav-bar .single-item span {
    left: 0;
    top: 0;
    color: var(--main-color);
    position: absolute;
}

.nav-bar .single-item span::before {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}

.nav-bar .single-item p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
    color: var(--white-color);
    font-weight: 500;
}

.single-item>a {
    color: var(--white-color);
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--b-color);
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
    outline: 0;
    color: var(--white-color);
    border: none;
}

.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}

.nav-menu .btn-effect {
    margin-left: 3rem;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu li a {
    color: #142843;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.nav-menu li span {
    color: #142843;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.dropdown-menu li {
    display: block;
    width: 100%;
    -webkit-transition: visibility 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    border-bottom: 1px solid #eee;
}

.dropdown-li:hover .dropdown-menu {
    display: block;
    border-radius: 10px;
    padding: 0;
}

.navsLink.dropdown-li i {
    padding-left: 3px;
}

.navsLink.dropdown-li:hover .nav-link i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: var(--main-color);
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li .dropdown-item {
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0 10px 15px;
    -webkit-transition: visibility 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--main-color);
    color: var(--second-color);
}

.nav-menu .nav-item.active .nav-link,
.nav-menu .nav-item:hover .nav-link {
    color: var(--main-color);
}

.contact-boxes {
    height: 100%;
    padding: 0 20px;
    padding-left: 3px;
}

.bg-gray {
    background-color: rgb(0 0 0 / 5%);
}

.side-menu {
    position: fixed;
    top: 0;
    left: -70%;
    width: 84%;
    height: calc(100% - 1px);
    padding: 30px;
    background: var(--white-color);
    overflow: hidden;
    visibility: hidden;
    z-index: 23000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    -o-box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.mobile.nav-item {
    padding-block: 10px;
    border-block: 1px solid #eee;
}

.mobile.nav-item,
.mobile.sub-menu li {
    display: block;
}

.mobile.sub-menu li a {
    padding: .5rem 1rem;
}

.icon-down.icon-down-one {
    position: absolute;
    right: 15px;
    top: 0;
}

.mobile-logo img {
    max-width: 100%;
    height: 47px;
}

.side-menu.open {
    left: 0;
    visibility: visible;
    top: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
    border: 1px solid #eee;
    box-shadow: 11px 6px 13px #b5b5b5;
}

.close-side-menu {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 2px;
    background: var(--main-color);
    z-index: 55;
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.close-side-menu i.fas.fa-times {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    color: var(--white-color);
}

.dlab-social-icon {
    margin-top: 15px;
}

.dlab-social-icon li {
    padding: 0.75rem;
    position: relative;
    background-color: #eee;
    border-radius: 50%;
}

.dlab-social-icon li a {
    color: var(--second-color);
}

.dlab-social-icon li::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--second-color);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: transform 300ms ease, opacity 300ms ease;
}

.dlab-social-icon li:hover::after {
    transform: scale(1);
}

.close-side-menu:hover i.fas.fa-times {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.close-side-menu:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-radius: 0;
}

.close-side-menu:hover span {
    color: var(--white-color);
}

.close-menu-sidebar {
    height: 100%;
    background-color: rgba(253, 253, 253, 0.80);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 22000;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.close-menu-sidebar.open {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    -webkit-animation: fadeIn ease 0.5s;
    animation: fadeIn ease 0.5s;
}

.side-menu-btn {
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
    color: #122b51 !important;
    text-align: center;
    padding: 0;
    right: 0;
    z-index: 555;
    width: 20px;
    height: 15px;
    position: absolute !important;
    right: -40px;
    top: 30px;
    color: var(--white-color);
}

.side-menu-btn:hover {
    color: var(--main-color) !important;
}

.side-menu-btn span {
    display: block;
    position: absolute;
    -webkit-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    width: 20px;
    top: 0;
    right: 0;
}

.mobile.sub-menu {
    visibility: hidden;
    max-height: 0;
    overflow: hidden !important;
    -webkit-transition: max-height 1s ease-in-out, visibility 0s linear 1s;
    -o-transition: max-height 1s ease-in-out, visibility 0s linear 1s;
    transition: max-height 1s ease-in-out, visibility 0s linear 1s;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    scrollbar-width: 0;
}

.mobile.sub-menu.sub-menu-collapsed {
    visibility: visible;
    max-height: 500px;
    -webkit-transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    -o-transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin-top: 28px;
}

.sub-menu img {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 7px;
    border-radius: 20px;
}

.btn-effect_nav {
    display: inline-flex;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 17px;
    align-items: center;
    line-height: 175%;
    border-radius: 12px;
    overflow: hidden;
    border-width: initial;
    border-style: initial;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    transition: all;
    margin-right: 10px;
}

.btn-effect_nav i {
    margin-right: 6px;
}

@media only screen and (min-width: 1199px) {
    .is-fixed .header-nav .nav>li>a {
        padding: 2px 17px;
    }

    .is-fixed .header-nav .nav>li>span {
        padding: 10px 16px;
    }

    .is-fixed .logo-header {
        height: 80px;
    }
}


@media (max-width: 767.98px) {
    .social-media {
        display: none;
    }

    .contact-boxes {
        justify-content: center !important;
    }

    .contact-boxes {
        flex-wrap: wrap;
        padding: 5px;
    }

    .single-item {
        margin-bottom: -9px;
    }

    .nav-bar .single-item:last-child {
        padding-left: 0 !important;
    }

    .nav_icon {
        display: none !important;
    }
}

.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
    background-color: var(--main-color);
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 17px 32px;
    border: 1px solid var(--main-color);
}

.theme-btn:hover::before {
    width: 100%;
    color: #fff;
}

.extra-nav a:hover {
    color: #ffffff !important;
}

.theme-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--second-color);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
    color: #fff;
}

.sub_menu {
    /* grid-template-columns: 1fr 1fr; */
    width: 214px;
}

.mega__menu {
    display: flex;
    justify-content: space-around;
}

.sub-menu.deals-dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
}

.ao-header-navigation__dropdown-info {
    background: rgb(239 239 239);
    padding: 15px;
    border-radius: 10px;
    width: 230px;
}

.ao-header-navigation__dropdown-info-title {
    font-weight: 400;
    margin-bottom: 7px;
    font-size: 22px;
    color: var(--second-color);
}

.deals-links {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 258px;
}

.deals-links li {
    margin-bottom: 12px;
}

.deals-links a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.bottom-area>a {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
}

.bottom-area>a>span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.bottom-area>a>span svg {
    stroke: var(--main-color);
    transition: .5s
}

.bottom-area>a:hover {
    color: var(--main-color) !important;
}

.bottom-area>a:hover span {
    border-color: var(--main-color) !important;
}

.bottom-area>a:hover span svg {
    transform: rotate(48deg);
    stroke: var(--main-color) !important;
}

.bottom-area .social-list {
    display: flex;
    align-items: center;
    gap: 30px
}

/*============================================
  End upper Navbar
==============================================*/

/* ============================================================
       HERO BANNER
    ============================================================ */
.banner {
    position: relative;
    min-height: 73vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
}

.banner-bg {
    position: absolute;
    inset: 0;
    /* background-image: url('../images/tours/long banners of egypt attractions67.jpg'); */
    background-size: cover;
    background-position: center;
    animation: bgBreath 14s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes bgBreath {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }

    100% {
        transform: scale(1)
    }
}

.banner-overlay {
    position: absolute;
    inset: 0;
    /* background: radial-gradient(ellipse 97% 85% at 25% 50%, #6c757d 0%, rgba(26, 58, 109, 0.78) 28%, rgba(121, 189, 212, 0.40) 52%, #000000 72%, transparent 100%), radial-gradient(ellipse 55% 65% at 100% 0%, rgba(252, 193, 75, 0.22) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 0% 100%, rgba(13, 34, 69, 0.50) 0%, transparent 65%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: round;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 9rem 2.5rem 5rem;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.banner-text {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    text-align: center;
}

.banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    /* background: rgba(0, 0, 0, 0.125); */
    /* border: 1px solid #e9ecef; */
    /* border-radius: 100px; */
    padding: 0.35rem 1rem;
    width: fit-content;
    backdrop-filter: blur(8px);
    animation: fadeUp 0.6s ease both;
}

.badge-dot {
    width: 7px;
    height: 7px;
    background: #000000;
    border-radius: 50%;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0.5;
        transform: scale(1.5)
    }
}

.banner-badge span {
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #fff;
}

.banner-headline {
    /* font-family: 'Playfair Display', sans-serif; */
    font-size: clamp(2.4rem, 4.8vw, 4rem);
    font-weight: 800;
    line-height: 1.10;
    color: var(--second-color);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    text-shadow: hsla(0, 0%, 100%, .6) -2px 2px 30px;
    animation: fadeUp 0.7s 0.15s ease both, neonOutlinePulse 4s ease-in-out infinite 0.9s;
}

@keyframes neonOutlinePulse {

    0%,
    100% {
        text-shadow: hsla(0, 0%, 100%, .6) -2px 2px 30px, rgba(121, 189, 212, 0.50) 0 0 40px, rgba(26, 58, 109, 0.30) 0 0 80px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 1.0);
    }

    30% {
        text-shadow: hsla(0, 0%, 100%, .9) -2px 2px 40px, rgba(121, 189, 212, 0.75) 0 0 60px, rgba(252, 193, 75, 0.25) 0 0 90px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.85);
    }

    60% {
        text-shadow: hsla(0, 0%, 100%, .4) -2px 2px 20px, rgba(121, 189, 212, 0.30) 0 0 30px, rgba(26, 58, 109, 0.20) 0 0 60px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.70);
    }
}

.headline-gold {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fcc14b;
    text-shadow: rgba(252, 193, 75, 0.70) -2px 2px 30px;
    animation: goldOutlinePulse 4s ease-in-out infinite 0.9s;
}

@keyframes goldOutlinePulse {

    0%,
    100% {
        text-shadow: rgba(252, 193, 75, 0.70) -2px 2px 30px, rgba(252, 193, 75, 0.30) 0 0 60px;
        -webkit-text-stroke-color: #fcc14b;
    }

    50% {
        text-shadow: rgba(252, 193, 75, 1) -2px 2px 45px, rgba(252, 193, 75, 0.55) 0 0 90px, rgba(255, 220, 100, 0.25) 0 0 120px;
        -webkit-text-stroke-color: #fde08a;
    }
}

.banner-desc {
    font-size: 18px;
    line-height: 1.75;
    color: #343a40;
    /* max-width: max-content; */
    animation: fadeUp 0.7s 0.28s ease both;
}

.banner-actions {
    /* display: flex; */
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeUp 0.7s 0.42s ease both;
}

.btn-explore {
    padding: 0.82rem 2rem;
    border-radius: 11px;
    border: none;
    background: linear-gradient(135deg, #f5e1a7 0%, #8a5c2c 100%);
    color: var(--second-color);
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(252, 193, 75, 0.48);
    transition: all 0.28s;
    color: #fff;
}

.btn-explore:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(252, 193, 75, 0.60);
    color: #fff !important;
    background: var(--second-color);
}

.btn-how {
    padding: 0.82rem 2rem;
    border-radius: 11px;
    border: 1.5px solid rgba(255, 255, 255, 0.38);
    background: var(--second-color);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.28s;
}

.btn-how:hover {
    background: linear-gradient(135deg, #f5e1a7 0%, #8a5c2c 100%);
    transform: translateY(-2px);
    color: #fff !important;
}

.banner-stats {
    display: flex;
    gap: 2.5rem;
    animation: fadeUp 0.7s 0.55s ease both;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.stat-num {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.stat-num em {
    color: #fcc14b;
    font-style: normal;
}

.stat-label {
    font-size: 0.70rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.photos-wrap {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px 0;
    animation: fadeRight 0.85s 0.30s ease both;
}

.photo-col {
    display: flex;
    flex-direction: column;
}

.photo-col.up {
    animation: colReverseOscillate 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.photo-col.down {
    margin-top: 80px;
    animation: colOscillate 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes colOscillate {
    0% {
        margin-top: 80px
    }

    50% {
        margin-top: 0
    }

    100% {
        margin-top: 80px
    }
}

@keyframes colReverseOscillate {
    0% {
        margin-top: 0
    }

    50% {
        margin-top: 80px
    }

    100% {
        margin-top: 0
    }
}

.photo-col:nth-child(1) {
    animation-delay: 0s
}

.photo-col:nth-child(2) {
    animation-delay: 0s
}

.photo-col:nth-child(3) {
    animation-delay: 1.2s
}

.photo-col:nth-child(4) {
    animation-delay: 1.2s
}

.photo-card {
    position: relative;
    width: 148px;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(13, 34, 69, 0.55);
    border: 2px solid rgba(252, 193, 75, 0.22);
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1), box-shadow 0.35s;
    flex-shrink: 0;
}

.photo-card:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 32px 64px rgba(13, 34, 69, 0.65);
    z-index: 5;
}

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.photo-card:hover img {
    transform: scale(1.10);
}

.photo-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 10%, rgba(255, 255, 255, 0.55) 50%, transparent 90%);
    background-size: 300% 100%;
    background-position: 200% 0;
    animation: lightSweep 3.6s ease-in-out infinite;
    pointer-events: none;
}

.photo-col:nth-child(1) .photo-card::after {
    animation-delay: 0.0s
}

.photo-col:nth-child(2) .photo-card::after {
    animation-delay: 0.9s
}

.photo-col:nth-child(3) .photo-card::after {
    animation-delay: 1.8s
}

.photo-col:nth-child(4) .photo-card::after {
    animation-delay: 2.7s
}

@keyframes lightSweep {
    0% {
        background-position: 200% 0;
        opacity: 0
    }

    15% {
        opacity: 1
    }

    50% {
        background-position: -100% 0;
        opacity: 0.70
    }

    85% {
        opacity: 1
    }

    100% {
        background-position: -200% 0;
        opacity: 0
    }
}

.card-inner-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(to top, rgba(13, 34, 69, 0.85) 0%, transparent 55%);
    border-radius: inherit;
    pointer-events: none;
}

.card-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 4;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-label-dot {
    width: 6px;
    height: 6px;
    background: #fcc14b;
    border-radius: 50%;
    flex-shrink: 0;
}

.scroll-hint {
    position: absolute;
    bottom: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.scroll-hint span {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.48);
    font-weight: 600;
}

.scroll-arrow-box {
    width: 30px;
    height: 30px;
    border: 1.5px solid rgba(252, 193, 75, 0.40);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(252, 193, 75, 0.80);
    font-size: 0.8rem;
    animation: bounceDown 2s ease-in-out infinite;
}

@keyframes bounceDown {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(7px)
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

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

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(36px);
        -webkit-transform: translateX(36px);
        -moz-transform: translateX(36px);
        -ms-transform: translateX(36px);
        -o-transform: translateX(36px);
    }

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

.container-banner {
    padding: 20px;
}

/* ============================================================

    ============================================================ */

/*======================================================
   start menu box
  ======================================================*/
.menu-mobile-fixed {
    position: fixed;
    bottom: 0;
    padding: 14px 14px 1px 11px;
    background: var(--white-color);
    width: 100%;
    left: 0;
    z-index: 20000;
    border-top: 1px solid #ddd;
    box-shadow: -1px -3px 30px 0 rgba(0, 0, 0, .1);
}

.menu-mobile-fixed a {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.menu-mobile-fixed a img {
    width: 20px;
    height: 20px;
    filter: hue-rotate(195deg) saturate(1.6) brightness(0.05);
}

.menu-mobile-fixed a p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

/*======================================================
   end menu box
  ======================================================*/
/*========================================================
    Start Scroll To Top
 =========================================================*/
.scroll-top {
    height: 60px;
    width: 60px;
    background-color: var(--white-color);
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 50px;
    transform: scale(0);
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 100;
}

.scroll-top.active {
    bottom: 50px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
    transition: 0.3s;
}

.scroll-top-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 600;
}

.scroll-top-value i {
    font-size: 20px;
}

@-webkit-keyframes scroll-Top {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes scroll-Top {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/*=========================================================
    End  Scroll To Top
 =========================================================*/

/*===============================================================
       start contact-floating-bo
   ===============================================================*/
/*
.contact-floatbox {
  position: fixed;
  cursor: pointer;
  left: 0;
  bottom: 1rem;
  z-index: 2222;
  padding: 10px;
}

.contact-floatbox a {
  margin: 0 5px;
}

.contact-floatbox a img {
  margin-top: 35px;
}

.phone_call {
  background: transparent;
  box-shadow: 0 0 0;
  border: 0;
  position: relative;
} */

.floating-social {
    position: fixed;
    left: 15px;
    bottom: 70px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

@media (min-width: 768px) {
    .floating-social {
        bottom: 20px;
    }
}

.social-toggle {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ffffff25, #000000);
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-left: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.3s;
}

.social-toggle i {
    height: 40px;
    font-size: 27px;
    line-height: 1.3;
    margin-left: 6px;
    color: #fff;
}

.social-toggle ul li a i {
    height: auto;
    line-height: 2.1;
    margin-left: 4px;
    color: #fff;
    font-size: 19px;
}

.social-toggle:hover {
    width: auto;
    height: 55px;
}

.social-links {
    display: flex;
    gap: 6px;
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.3s;
}

.social-toggle:hover .social-links {
    margin-right: 10px;
    opacity: 1;
}

.social-links a {
    width: 26px;
    height: 26px;
    background: #f1f1f1;
    color: #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s;
}

.social-links a:hover {
    background: #333;
    color: #fff;
}

.social-toggle img {
    width: 40px;
    height: 40px;
}

.action-btn {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-left: 6px;
    overflow: hidden;
    transition: width 0.3s;
    text-decoration: none;
}

.action-btn img {
    width: 36px;
    height: 36px;
}

.action-btn span {
    color: #fff;
    font-size: 16px;
    margin-left: 4px;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s;
    font-weight: 600;
}

.action-btn:hover {
    width: auto;
    color: #fff;

}

.action-btn:hover span {
    opacity: 1;
    margin-right: 12px;
}

.whatsapp {
    background: linear-gradient(135deg, #1ebbf0, #39dfaa, #2aa81a);
}

.call {
    background: linear-gradient(135deg, #c6b100, #167ac6);
}

.floating-social .social-toggle .social-links img {
    width: 26px;
    height: 26px;
}

.floating-request {
    position: fixed;
    right: 20px;
    bottom: 50%;
    z-index: 9999;
}

/*===============================================================
         end contact-floating-box
 ===============================================================*/

/* ============================================================
       VIDEO BANNER
    ============================================================ */
.video-banner {
    position: relative;
    min-height: 73vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 120px;
    border-radius: 20px;
}

/* Video background â€” performance best practices */
.video-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.video-banner-bg video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* GPU compositing layer â€” keeps repaints off main thread */
    will-change: transform;
    transform: translateZ(0);
}

/* Same overlay gradient as photo banner */
.video-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background: radial-gradient(ellipse 90% 80% at 22% 50%, rgb(112 113 77) 0%, rgba(26, 58, 109, 0.78) 28%, rgba(121, 189, 212, 0.40) 52%, rgba(252, 193, 75, 0.08) 72%, transparent 100%), radial-gradient(ellipse 55% 65% at 100% 0%, rgba(252, 193, 75, 0.22) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 0% 100%, rgba(13, 34, 69, 0.50) 0%, transparent 65%); */
}

.video-banner .banner-content {
    position: relative;
    z-index: 2;
    /* grid-template-columns: 1fr; */
    max-width: none;
    margin: 0 auto;
    display: block;
}

.video-banner .banner-text {
    align-items: start;
}

.video-banner .banner-desc {
    max-width: 560px;
}

.video-banner .banner-actions {
    justify-content: center;
}

.video-banner .banner-stats {
    justify-content: center;
}

/* ============================================================
       HIDE/SHOW STATES
    ============================================================ */
/* ============================================================
       FOOTER
============================================================ */

.site-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, var(--second-color) 0%, var(--second-color) 30%, var(--second-color) 65%, var(--second-color) 100%);
    color: #fff;
    /* font-family: 'Poppins', sans-serif; */
}

.footer-deco-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.footer-deco-layer::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -100px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(121, 189, 212, 0.16) 0%, transparent 70%);
    animation: orbFloat 9s ease-in-out infinite;
}

.footer-deco-layer::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252, 193, 75, 0.12) 0%, transparent 70%);
    animation: orbFloat 11s ease-in-out infinite reverse;
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    33% {
        transform: translate(30px, -20px) scale(1.05)
    }

    66% {
        transform: translate(-15px, 15px) scale(0.96)
    }
}

.footer-travel-icons {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.travel-icon {
    position: absolute;
    opacity: 0;
    animation: iconDrift 14s ease-in-out infinite;
}

.travel-icon.plane {
    top: 8%;
    left: 7%;
    animation-delay: 0s;
    animation-duration: 16s;
}

.travel-icon.compass {
    top: 15%;
    right: 9%;
    animation-delay: 2.5s;
    animation-duration: 13s;
}

.travel-icon.globe {
    bottom: 28%;
    left: 3%;
    animation-delay: 5s;
    animation-duration: 15s;
}

.travel-icon.wave {
    bottom: 12%;
    right: 6%;
    animation-delay: 1.5s;
    animation-duration: 12s;
}

.travel-icon.star1 {
    top: 40%;
    left: 48%;
    animation-delay: 3.5s;
    animation-duration: 10s;
}

.travel-icon.star2 {
    top: 22%;
    left: 55%;
    animation-delay: 7s;
    animation-duration: 14s;
}

.travel-icon.palm {
    bottom: 20%;
    left: 28%;
    animation-delay: 4s;
    animation-duration: 17s;
}

.travel-icon.anchor {
    top: 60%;
    right: 12%;
    animation-delay: 6s;
    animation-duration: 13s;
}

@keyframes iconDrift {
    0% {
        opacity: 0;
        transform: translateY(0px) rotate(0deg)
    }

    10% {
        opacity: 0.18
    }

    50% {
        opacity: 0.26;
        transform: translateY(-22px) rotate(8deg)
    }

    90% {
        opacity: 0.18
    }

    100% {
        opacity: 0;
        transform: translateY(0px) rotate(0deg)
    }
}

.footer-wave {
    position: relative;
    z-index: 1;
    margin-bottom: -2px;
    line-height: 0;
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: 80px;
    transform: rotate(180deg);
}

.footer-inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem 2.5rem 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 2rem 0.5rem;
    margin-bottom: 3rem;
    padding-top: 36px;
    padding-left: 79px;
    padding-right: 38px;
}


.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
}

.footer-logo-text-brand {
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fcc14b, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-brand p {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #fff;
    max-width: 300px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.3rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.58);
}

.footer-contact-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(252, 193, 75, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.22s;
}

.footer-contact-item:hover .footer-contact-icon {
    background: rgba(252, 193, 75, 0.18);
    border-color: rgba(252, 193, 75, 0.40);
}

.footer-contact-icon svg {
    width: 14px;
    height: 14px;
    stroke: #fcc14b;
    fill: none;
    stroke-width: 1.8;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-col-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--main-color);
    padding-bottom: 0.6rem;
    position: relative;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #fcc14b, #a97b3a);
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.footer-col ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.22s;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.footer-col ul li a::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fcc14b;
    opacity: 0;
    transition: opacity 0.22s;
    flex-shrink: 0;
}

.footer-col ul li a:hover {
    color: rgba(255, 255, 255, 0.90) !important;
    padding-left: 0.35rem;
    letter-spacing: 3px;
}

.footer-col ul li a:hover::before {
    opacity: 0.80;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(252, 193, 75, 0.22), rgba(121, 189, 212, 0.30), rgba(252, 193, 75, 0.22), transparent);
    margin-bottom: 1rem;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-bottom: 21px;
}

.footer-copy {
    font-size: 0.80rem;
    color: #ffffff;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(252, 193, 75, 0.20);
    border-radius: 100px;
    padding: 0.3rem 0.8rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.48);
}

.footer-badge em {
    color: #fcc14b;
    font-style: normal;
    font-size: 0.80rem;
}

.footer-socials {
    display: flex;
    gap: 0.7rem;
    align-items: center;
}

.footer-social-link {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(252, 193, 75, 0.18);
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    transition: all 0.25s;
}

.footer-social-link:hover {
    background: rgba(252, 193, 75, 0.20);
    border-color: rgba(252, 193, 75, 0.45);
    color: #fcc14b;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(252, 193, 75, 0.22);
}

.footer-social-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.footer-logo img {
    height: 89px;
}

.contact-footer {
    display: flex;
    flex-direction: column;
    gap: 22px;
}



.contact-footer a span {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.22s;

}

.contact-footer a span:hover {
    color: rgba(255, 255, 255, 0.90);
    padding-left: 0.35rem;
    letter-spacing: 3px;
}

/* ============================================================
       FOOTER
============================================================ */
/* ====================================================================
        start partner
======================================================================*/

.partners__content {
    padding-bottom: 40px !important;
}

/* ====================================================================
        start partner
======================================================================*/

/*======================================================
     Start FAQ
  ======================================================*/

.faq-one__content-box {
    position: relative;
    display: block;
}

.faq-one__content-box .accrodion {
    position: relative;
    display: block;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
    transition: all 500ms ease;
    border: 2px solid #d3d3d3;
}

.faq-one__content-box .accrodion.last-chiled {
    margin-bottom: 0;
}

.faq-one__content-box .accrodion.active::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: transparent;
    border-radius: 7px;
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion .accrodion-title {
    position: relative;
    display: block;
    padding: 15px 13px 15px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__content-box .accrodion.active .accrodion-title {
    padding: 15px 13px 5px;
}

.faq-one__content-box .accrodion .accrodion-title h4 {
    position: relative;
    color: var(--second-color);
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion .accrodion-title h4::before {
    content: "\f138";
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 20px;
    color: var(--second-color);
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion.active .accrodion-title h4::before {
    transform: rotate(90deg);
}

.faq-one__content-box .accrodion .accrodion-content {
    position: relative;
    padding: 5px 19px 17px;
}

.faq-one__content-box .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
}

.faq-one__content-box .accrodion .accrodion-content .inner p {
    margin: 0;
}

.accrodion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.accrodion.active .accrodion-content {
    max-height: 532px;
}

.accrodion {
    display: none;
}

.accrodion.visible {
    display: block;
}

.accrodion.js-hidden {
    display: none !important;
}

.accrodion.js-visible {
    display: block !important;
}

.box_faq {
    text-align: center;
    border-radius: 10px;
    padding: 10px 30px;
    display: flex;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px #ffffff;
    background-color: #fff;
    flex-direction: column;
}

.featured-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.featured-image img {
    width: 100%;
    height: 436px;
    display: block;
}

.faq-one__content-box .accrodion.active::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--main-color);
    border-radius: 7px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*======================================================
     end FAQ
  ======================================================*/

/* ============================================================
       BLOG SECTION
    ============================================================ */
.blog-section {
    position: relative;
    overflow: hidden;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 4px);
    height: 100px;
    background: #fff;
    border-radius: 0 0 50% 50% / 0 0 80px 80px;
    z-index: 0;
}

.blog-inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.blog-top-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.blog-heading {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(26, 58, 109, 0.07);
    border: 1px solid rgba(26, 58, 109, 0.12);
    border-radius: 100px;
    padding: 0.3rem 1rem;
    font-size: 0.70rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--main-color);
}

.section-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fcc14b;
}

.blog-title {
    font-size: 30px;
    font-weight: 600;
    color: #0d2245;
    line-height: 1.16;
}

.blog-subtitle {
    font-size: 0.90rem;
    color: #718096;
    line-height: 1.60;
    max-width: 380px;
}

.btn-view-more {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.78rem 1.8rem;
    border-radius: 100px;
    border: none;
    background: linear-gradient(135deg, var(--main-color) 0%, #212529 100%);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(26, 58, 109, 0.28);
    transition: all 0.28s;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

.btn-view-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(26, 58, 109, 0.38);
    background: linear-gradient(135deg, #ab7c35 0%, #e0a020 100%);
    color: #0d2245;
}

.btn-view-more .arrow {
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.70rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.blog-card {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    background: #fff;
    border-radius: 18px;
    padding: 1.2rem;
    border: 1px solid rgba(26, 58, 109, 0.08);
    box-shadow: 0 4px 20px rgba(13, 34, 69, 0.06);
    transition: all 0.28s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(13, 34, 69, 0.12);
    border-color: rgba(252, 193, 75, 0.35);
}

.blog-card-img {
    width: 130px;
    height: 130px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.075);
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.08);
}

.blog-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding-top: 0.2rem;
}

.blog-card-tag {
    display: inline-flex;
    background: #343a4026;
    border-radius: 100px;
    padding: 0.18rem 0.65rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--main-color);
    width: fit-content;
}

.blog-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--second-color);
    line-height: 1.35;
    font-size: 18px;
    color: var(--second-color);
    font-weight: 700;
    line-height: 1.3;
    height: 70px;
}

.blog-card:hover .blog-card-title {
    color: var(--main-color);
}

.blog-card-excerpt {
    font-size: 15px;
    /* color: #718096; */
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.80rem;
    font-weight: 600;
    color: var(--main-color);
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s;
}

.blog-read-more:hover {
    gap: 0.6rem;
    color: #e2cda1;
}

.blog-read-more .read-arrow {
    font-size: 0.75rem;
}

.blog_card {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    background: #fff;
    border-radius: 18px;
    padding: 1.2rem;
    border: 1px solid rgba(26, 58, 109, 0.08);
    box-shadow: 0 4px 20px rgba(13, 34, 69, 0.06);
    transition: all 0.28s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    flex-direction: column;

}

.blog_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(13, 34, 69, 0.12);
    border-color: rgba(252, 193, 75, 0.35);
}

.blog_card-img {
    width: 100%;
    height: 216px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    background: #21252930;
}

/* =============================================
           BLOG SECTION
================================================*/

/* =============================================
        Tailor Made Your Egypt Trips
================================================*/

.offer-one {
    background-color: #f7921f0d;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 37px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 0;
    box-shadow: 1px 1px 20px 10px rgb(0 0 0 / 24%);
    border-radius: 19px;
    height: 264px;
}

@media (max-width: 1399px) {
    .offer-one {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 1199px) {
    .offer-one {
        padding-bottom: 150px
    }
}

@media (max-width: 991px) {
    .offer-one {
        padding-top: 120px;
        padding-bottom: 140px
    }
}

@media (max-width: 575px) {
    .offer-one {
        padding-top: 27px;
        padding-bottom: 28px;
    }
}

.offer-one .container {
    position: relative;
    z-index: 1
}

.offer-one__content {
    position: relative;
    /* top: 24px; */
    /* padding-left: 36px; */
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: left;
}

@media (max-width: 1199px) {
    .offer-one__content {
        top: 0
    }
}

@media (max-width: 991px) {
    .offer-one__content {
        text-align: left;
        margin-bottom: 4px;
        padding-left: 10px;
    }
}

.tailor-made {
    text-align: center;
    margin-top: 27px;
}

.offer-one__top-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #142843;
    margin-bottom: 10px;
}

.offer-one__heading {
    color: var(--main-color);
    margin-bottom: 19px;
}

.offer-one__text {
    color: var(--p-color);
    margin-top: 22px;
    margin-bottom: 32px
}

.offer-one__inner-img-box {
    position: relative;
    width: 100%;
    max-width: 594px;
    margin-left: 38px;
    z-index: 1
}

@media (max-width: 1599px) {
    .offer-one__inner-img-box {
        margin-right: 70px
    }
}

@media (max-width: 1399px) {
    .offer-one__inner-img-box {
        margin-right: 100px
    }
}

@media (max-width: 1199px) {
    .offer-one__inner-img-box {
        max-width: 367px;
        margin-right: 20px
    }
}

@media (max-width: 991px) {
    .offer-one__inner-img-box {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 480px) {
    .offer-one__inner-img-box {
        max-width: 300px
    }
}

@media (max-width: 360px) {
    .offer-one__inner-img-box {
        max-width: 270px
    }
}

.offer-one__img-one {
    width: 739px;
    height: 269px;
    border-radius: 20px;
    margin-left: 51px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .15));
    margin-top: 21px;
}

@media (max-width: 1199px) {
    .offer-one__img-one {
        width: 367px;
        height: 367px
    }
}

@media (max-width: 480px) {
    .offer-one__img-one {
        width: 412px;
        height: 300px;
    }
}

@media (max-width: 360px) {
    .offer-one__img-one {
        width: 270px;
        height: 270px
    }
}

.offer-one__img-two {
    position: absolute;
    left: -176px;
    bottom: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid var(--white-color);
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .15));
    z-index: 11
}

@media (max-width: 1199px) {
    .offer-one__img-two {
        left: -40px;
        width: 180px;
        height: 180px
    }
}

@media (max-width: 991px) {
    .offer-one__img-two {
        bottom: -10px
    }
}

@media (max-width: 480px) {
    .offer-one__img-two {
        width: 140px;
        height: 140px;
        left: -20px
    }
}

@media (max-width: 375px) {
    .offer-one__img-two {
        width: 120px;
        height: 120px;
        left: -15px
    }
}

.offer-one__img-three {
    position: absolute;
    right: -0;
    bottom: 2px;
    z-index: 11;
    animation: zumpTop 3s infinite linear;
    width: 206px;
}

@media (max-width: 1399px) {
    .offer-one__img-three {
        right: -110px
    }
}

@media (max-width: 1199px) {
    .offer-one__img-three {
        right: -40px;
        max-width: 200px
    }
}

@media (max-width: 991px) {
    .offer-one__img-three {
        bottom: -20px
    }
}

@media (max-width: 480px) {
    .offer-one__img-three {
        right: -20px;
        max-width: 150px
    }
}

@media (max-width: 375px) {
    .offer-one__img-three {
        right: -12px;
        max-width: 140px
    }
}

.offer-one__shape-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: left top;
    background-repeat: no-repeat
}

@media (max-width: 1199px) {
    .offer-one__shape-one {
        display: none
    }
}

.offer-one__shape-two {
    position: absolute;
    right: 11%;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat
}

@media (max-width: 1199px) {
    .offer-one__shape-two {
        display: none
    }
}

.offer-one__bottom-bg {
    position: absolute;
    width: calc(100% + 10px);
    height: 100%;
    bottom: 0;
    right: -10px;
    z-index: -1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    animation: leftToRight 3s linear infinite
}

@media (max-width: 991px) {
    .offer-one__bottom-bg {
        background-image: none !important
    }
}

@keyframes leftToRight {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(-10px)
    }

    to {
        transform: translate(0)
    }
}

@media (max-width: 991px) {
    .offer-one__bottom-bg {
        background-image: none !important
    }
}

.offer-one__content .btn {
    width: 330px;
}

.baner_img img {
    width: auto;
    height: 253px;
    margin-top: 0;
}

/* ==============================================================
        Tailor Made Your Egypt Trips
 ==============================================================*/


/*=========================================
       start destinations  Section
   ========================================*/
.destinations-wrappers {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 600px;
}

.destination-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    z-index: 20;
}

.destination-item:hover .destination-preview {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    transition: 0.3s all ease-in-out;
}

.destination-item::before {
    content: "";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 30px 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 70%);
    color: white;
    font-size: 1.7rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    transition: all 0.4s;
}

.destination-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.destination-content {
    width: 100%;
    height: 100%;
}

.destination-item a img {
    min-width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 20px;
}

.destination-item:nth-child(1) {
    grid-area: 1 / 1 / 4 / 3;
}

.destination-item:nth-child(2) {
    grid-area: 4 / 1 / 7 / 3;
}

.destination-item:nth-child(3) {
    grid-area: 1 / 3 / 7 / 5;
}

.destination-item:nth-child(4) {
    grid-area: 1 / 5 / 7 / 7;
}

.destination-item:nth-child(5) {
    grid-area: 7 / 1 / 9 / 5;
}

.destination-item:nth-child(6) {
    grid-area: 7 / 5 / 9 / 6;
}

.destination-item:nth-child(7) {
    grid-area: 7 / 6 / 9 / 7;
}

.destination-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    color: var(--white-color);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 20px;
    background: linear-gradient(to top, rgb(29 45 83 / 50%), transparent);
}

.destination-preview .destination-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--white-color);
}

h4.destination-title svg {
    fill: var(--white-color);
    /* margin-right: 3px; */
    height: 16px;
    width: 16px;
    line-height: 24px;
}

.destination-preview p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    opacity: 0.95;
    color: var(--white-color);
}

.destination_preview {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 20;
    color: var(--white-color);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 7px;
    background: linear-gradient(to top, rgb(29 45 83 / 50%), transparent);
    background-color: rgba(0, 0, 0, .42);
    border-radius: 20px 0px 30px 0px;
    width: 219px;
    padding-left: 23px;
}

.destination_preview .destination-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--white-color);
}

h4.destination-title svg {
    fill: var(--white-color);
    /* margin-right: 3px; */
    height: 16px;
    width: 16px;
    line-height: 24px;
}

.destination_preview p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    opacity: 0.95;
    color: var(--white-color);
}

.destination-item:nth-child(6) .destination-preview .destination-title {
    font-size: 20px;
}

.destination-item:nth-child(7) .destination-preview .destination-title {
    font-size: 20px;
}

.destination-item:nth-child(6):hover .destination-preview,
.destination-item:nth-child(7):hover .destination-preview {
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.tour_card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    /* height: 486px; */
}


/*=========================================
       end  destinations  Section
   ========================================*/



/*=========================================
       end  destinations  Section
   ========================================*/

/* HEADER */
.heading {
    text-align: center;
    margin-bottom: 22px;
}

.heading h2 {
    font-size: 28px;
    color: var(--second-color);
}

.heading p {
    /* max-width: 617px; */
    margin: auto;
    color: #555;
}

/* divider */
.divider {
    position: relative;
    display: block;
    width: 150px;
    height: 5px;
    margin: 20px auto;
    border-radius: 10px;
    background: linear-gradient(to right,
            var(--second-color),
            var(--main-color),
            var(--second-color));
}

.divider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("assets/images/pryamids-2.svg") no-repeat center/contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.divider::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: var(--grey);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* CARD */
.tour-card {
    background: white;
    border-radius: 24px;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    transition: 0.4s;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.tour-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

/* IMAGE */
.image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    padding: 14px;
    border-radius: 31px;
}

.tour-card:hover img {
    /* transform: scale(1.1); */
}

/* FAVORITE */
.fav {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* LOCATION */
.location {
    position: absolute;
    top: 18px;
    left: 19px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: var(--second-color);
}

/* CONTENT */
.content {
    padding: 7px 20px;
    display: flex;
    flex-direction: column;
    /* position: relative; */
    /* top: -74px; */
    /* background-color: #fff; */
    /* border-radius: 21px; */
}

.content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    transition: 0.3s;
    font-size: 18px;
    color: var(--second-color);
    font-weight: 700;
    line-height: 1.3;
    height: 46px;
}

.tour-card:hover h3 {
    /* color: var(--main-color); */
}

.content p {
    font-size: 14px;
    color: #666;
    flex: 1;

    font-weight: 400;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* BOTTOM */
.bottom {
    margin-top: 0;
    padding-top: 8px;
    border-top: 3px dotted #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price span {
    font-size: 14px;
    color: #212529;
}

.price p {
    font-size: 26px;
    color: var(--main-color);
    margin: 0;
}

.book {
    background: var(--second-color);
    color: white !important;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.book:hover {
    background: var(--main-color);
    transform: translateY(-2px);
}



/*=========================================
      start  tours  Section
  ========================================*/
.tour-tabs {
    width: 100%;
    --gap: 6px;
    --marker-color: #cf8f0b;
}

.tabs-header {
    display: flex;
    background: var(--white-color);
    border-radius: 12px;
    padding: var(--gap);
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}

.tabs-header .tab {
    flex: 1;
    padding: 14px 0;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    color: #1d2d53;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    transition: 0.25s ease;
}

.tabs-header .tab.active {
    color: var(--white-color);
}

.marker {
    position: absolute;
    top: var(--gap);
    left: var(--gap);
    height: calc(100% - var(--gap) * 2);
    width: 0;
    background: var(--marker-color);
    border-radius: 10px;
    z-index: 1;
    transition: transform 0.35s ease;
}

.tabs-content {
    margin-top: 20px;
}

.tab-pane {
    display: none;
    background: var(--white-color);
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
}

.tab-pane.active {
    display: block;
}

/* ===== Travel Tour Card ===== */
.tour-card {
    background: var(--white-color);
    border-radius: 24px;
    /* overflow: hidden; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease;
    margin-top: 20px;
}

/* ===== Image ===== */
.tour-card .tour-img {
    border-radius: 24px;
    /* margin-top: -30px; */
    /* left: 5%; */
    /* right: 5%; */
    /* position: relative; */
    /* width: 90%; */
}

.tour-card .tour-img img {
    border-radius: 20px;
    height: 260px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    position: relative;
    width: 100%;
}

/* ----- Badge (Top Left) ----- */
.tour-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.5);
    color: var(--second-color);
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 99px;
    backdrop-filter: blur(20px);
}

/* ----- Price (Bottom Right) ----- */
.tour-price {
    color: var(--black-color);
    border-radius: 99px;
    font-size: 14px;
}

.tour-price strong {
    font-size: 18px;
    color: var(--second-color);
}

/* ===== Content ===== */
.tour-content {
    padding: 13px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tour-title {
    font-size: 18px;
    color: var(--second-color);
    font-weight: 700;
    line-height: 1.3;
    height: calc(1.3 * 2em);
}

/* ===== Location ===== */
.tour-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--para-color);
}

/* ===== Details (duration + people) ===== */
.tour-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--third-color);
}

.tour-details i {
    color: var(--main-color);
}

/* ===== Rating ===== */
.tour-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    color: var(--main-color);
}

.tour-rating span {
    color: var(--para-color);
    margin-left: 4px;
}

/* ===== Footer ===== */
.tour-footer {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-footer .btn-effect span {
    font-size: 14px;
    font-weight: 600;
}

/*=========================================
      end  tours  Section
  ========================================*/




/*===========================================================
               Popular Catagories
============================================================= */

.subcategory-heading,
.category-heading {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.subcategory-heading h1,
.category-heading h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
}

.category-form form {
    position: sticky;
    height: auto;
    border-radius: 15px;
    background-color: var(--white-color);
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 0;
    border-top: 5px solid var(--second-color);
    z-index: 100;
}

.category-form .category-search {
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    flex: 1;
    cursor: pointer;
    position: relative;
}

.category-form .category-cta {
    margin-top: 20px;
}

.category-form .category-cta .btn-effect {
    border-radius: 999px;
    width: 90%;
}

.category-dropdown {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.category-item:hover a {
    /* border-radius: 5px; */
}

.category-item {
    will-change: transform;
}

.category-content {
    position: relative;
    bottom: 32px;
    left: 0;
    bottom: 85px;
    /* background: linear-gradient(to top, #000000, #ddd); */
    /* min-height: 19%; */
    /* text-align: center; */
    /* border-radius: 0 0 988px 951px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* gap: 10px; */
    padding: 19px;
    /* box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); */
    color: #fff;
}

.icon-16 {
    min-width: 16px;
    height: 16px;
}

.button--secondary {
    color: var(--second-color);
    background-color: var(--main-color);
    border: var(--style-border-width-buttons-secondary) solid var(--color-secondary-button-border);
    border-radius: var(--style-border-radius-buttons-secondary);
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    transform: rotate(-45deg);
    border-radius: 100%;
    padding: 0px;
}


.category-content-title h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.subcategory-filter {
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-count {
    display: flex;
    align-items: center;
}

.tour-count img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.category-form-heading {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.select-filter {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    box-shadow: var(--box-shadow);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}

.subcategory-filter span {
    font-size: 20px;
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .category-content h3 {
    color: var(--black-color);
}

.category-item img {
    /* border-radius: 999px; */
    /* height: 280px; */
    /* will-change: transform; */
    /* object-fit: cover; */
    /* filter: brightness(0.8); */
}

.category-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--second-color);
    font-size: 16px;
    font-weight: 500;
}

.category-pricing span {
    display: block;
    font-size: 20px;
    color: var(--main-color);
    font-weight: 400;
    line-height: 16px;
}

.category-item:hover a {
    /* border-radius: 5px; */
    /* transition: 0.5s all ease-in-out; */
}

.category-item:hover img {
    /* border-radius: 5px; */
    /* transition: 0.5s all ease-in-out; */
    /* min-width: 100%; */
}

.category-content {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.category-content>* {
    transition-delay: 0.2s;
    transition: all 0.5s ease-in-out;
}

.category-item:hover .category-content {
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* border-radius: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* min-height: auto; */
    /* padding: 15px 18px; */
}

.subcategory-container {
    display: flex;
    margin-top: 15px;
}

.subcategory-container .category-form {
    flex: 0 0 0;
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-right: 20px;
}

.subcategory-container .category-form.visible {
    flex: 0 0 25%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.category-form.visible form {
    padding: 1rem;
}

.subcategory-container .tour-item {
    flex: 0 0 25%;
    padding-right: 20px;
}

.subcategory-container .row.hide-filter .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

.filter-scroll {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.filter-scroll::-webkit-scrollbar {
    display: none;
}

.btn-light.rounded-pill {
    white-space: nowrap;
    font-weight: 500;
    padding: 6px 16px;
    background-color: #f5f5f5;
    border: none;
}

.btn-light.rounded-pill:hover {
    background-color: #e2e2e2;
}

.date-picker-wrapper {
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.btn-date-picker {
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 999px;
}

#selectDateBtn {
    min-width: 100px;
}

/* .flatpickr-calendar {
  left: 50% !important;
  transform: translate(-50%, 50%) !important;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
  left: 50% !important;
  transform: translate(-50%, 50%) !important;
} */

.tours-container {
    display: flex;
    flex-wrap: wrap;
}

.tours-container.with-filter .tour-item {
    flex: 0 0 33.33333%;
    padding-right: 20px;
}

.subcategory-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.subcategory-result .category-dropdown {
    padding: 5px 10px;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
}

.subcategory-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tour-type-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

.tour-type-filters {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 10px 10px 10px;
    overflow: scroll;
}

.tour-type-filters::-webkit-scrollbar-thumb {
    border-radius: 999px;
    cursor: pointer;
}

.tour-type-filters::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #eee;
}

.tour-type-filters::-webkit-scrollbar-button {
    height: 3px;
    border-radius: 10px;
}

.subcategory-filter.fixed {
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    background: #fff;
    left: 0;
    top: 0;
    margin: 0;
    box-shadow: var(--box-shadow);
}

.navigation-button {
    position: absolute;
    width: 100%;
    top: 0;
}

.tour-filter-right,
.tour-filter-left {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    background-color: var(--white-color);
}

.tour-filter-right {
    right: 20px;
}

.tour-filter-left {
    left: 0;
}

.flatpickr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.8);
}

.category-item {
    height: 328px;
    will-change: transform;
}

.category-item img {
    border-radius: 20px;
    height: 310px;
    will-change: transform;
    object-fit: cover;
    filter: brightness(0.8);
}

.date i {

    color: var(--main-color);

    top: 6px;

    position: relative;
}


.pkg-btn-con {

    border-top: 2px dashed #ccc;

    padding-top: 14px;
}

.blog-card-content-top i {
    color: var(--main-color);
    font-size: 18px;
}

/* ===========================================================
               Popular Catagories
============================================================= */


/*============================================
    start  Reviews
==============================================*/
/* --- ORIGINAL CARD BASE --- */
.testimontails .card {
    min-width: 100%;
    background: var(--white-color);
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    padding-bottom: 1.5rem;
    position: relative;
    border: none;
    padding: 31px;
    height: 400px;
}

.card .card-border-top {
    width: 60%;
    height: 3%;
    background: #835523;
    margin: 0 auto;
    border-radius: 0px 0px 15px 15px;
}

/* Image Circle */
.card .img {
    width: 80px;
    height: 80px;
    background: var(--black-color);
    border-radius: 15px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
}

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

/* Name */
.card .name {
    font-weight: 600;
    color: var(--second-color);
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 17px;
}

/* Job */
.card .job {
    font-weight: 400;
    color: var(--black-color);
    display: block;
    text-align: center;
    padding-top: 3px;
    font-size: 13px;
}

/* Review text */
.review-text {
    color: var(--para-color);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 17px 15px;
    font-style: italic;
    height: calc(1.5 * 37em);
    overflow: scroll;
}

/* Rating */
.review-rating {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    color: var(--main-color);
    margin-top: 8px;
}

/* --- Swiper Styling --- */
.testimonialSwiper {
    width: 100%;
    padding: 40px 20px 60px;
}

.testimontails .swiper-slide {
    display: flex;
    justify-content: center;
}


/* Navigation Colors */

.testimontails .swiper-pagination {
    bottom: -5px;
}

.testimontails .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--second-color);
    opacity: 1;
    margin-top: 1rem;
}

.testimontails .swiper-pagination-bullet-active {
    background: var(--main-color);
    width: 30px;
    border-radius: 6px;
}

.testimontails .swiper-button-next,
.testimontails .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    border: 5px solid var(--white-color);
    transition: all 0.3s ease;
}

.testimontails .swiper-button-next {
    right: 0;
    opacity: 0;
}

.testimontails .swiper-button-prev {
    left: 0;
    opacity: 0;
}

.testimontails .swiper-button-next:after,
.testimontails .swiper-button-prev:after {
    font-size: 16px;
    color: var(--second-color);
    font-weight: 600;
}

.testimonialSwiper:hover .swiper-button-next,
.testimonialSwiper:hover .swiper-button-prev {
    /* background: var(--main-color);
  border-color: var(--main-color); */
    transform: scale(1.1);
    opacity: 1;
}

.testimontails .swiper-button-next:hover:after,
.testimontails .swiper-button-prev:hover:after {
    color: var(--white-color);
}

/*============================================
    end Reviews
==============================================*/

.icon-box {
    position: absolute;
    left: 40px;
    top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #edf1f5;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.lower-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lower-box .rating-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    color: 0000;
    background-color: #c4a673;
    border-radius: 20px;
    padding: 5px 5px 5px 20px;
}

.lower-box .rating-box i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: #000000;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}

.lower-box .clients-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}


.lower-box .clients-box .clients-image {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.lower-box .clients-box .clients-image img {
    width: 100%;
    border-radius: 50% 50%;
}

.lower-box .clients-box h4 {
    font-size: 20px;
    line-height: 30px;
}

.lower-box .clients-box .designation {
    position: relative;
    display: block;
    color: var(--theme-color);
}


















.travel-section {
    padding: 19px 0;
    background-size: cover;
    background-position-y: center;
}

.sub-title {
    color: #4CAF50;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sub-title .dot {
    width: 6px;
    height: 6px;
    background: #4CAF50;
    border-radius: 50%;
    display: inline-block;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0;
    color: #0c2d48;
}

.desc {
    color: #6c757d;
    font-size: 14px;
}

.card-box {
    /* background: #fff; */
    /* border-radius: 10px; */
    /* padding: 20px; */
    height: 248px;
    /* border: 1px solid #e5e7eb; */
    /* position: relative; */
    /* display: flex; */
    /* gap: 35px; */
    border: 1px solid #cdd5d9;
    background-color: rgba(0, 0, 0, 0.125);
    border-radius: 20px;
    padding:15px 18px 21px 11px;
    /* margin-bottom: 30px; */
    overflow: scroll;
    transition: all 300ms linear;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgb(60 64 67 / 26%) 0px 1px 3px 1px;
}

.card-box h4 {
    font-weight: 600;
    margin-top: 11px;
    color: #fff;
    font-size: 19px;
}

.card-box p {
    font-size: 14px;
    color: #fff;
    margin-top: 19px;
}

.icon {
    width: 59px;
    height: 66px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    /* border: 1px solid; */
    padding: 10px;
}

.info-box {
    /* background: #fff; */
    /* border-radius: 10px; */
    /* padding: 20px; */
    /* border: 1px solid #e5e7eb; */
    /* position: relative; */
    display: flex;
    gap: 35px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.125);
    border-radius: 20px;
    padding: 32px 29px 33px 29px;
    /* margin-bottom: 30px; */
    transition: all 300ms linear;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.card-box h4 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
}


.info-box h4 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}

.info-box p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.info-box span {
    font-size: 14px;
    color: #fff;
}

.hero-img {
    max-width: 100%;
}


.Destinations .section-title {
    /* margin-bottom: 20px; */
    z-index: 22;
    margin-top: 15%;
    text-align: left !important;
}

.tp-megamenu-list-subtitle {
    color: var(--tp-grey-1);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}



/* ===========================================================
    free page
============================================================= */
.about-wrapper .about-wrapper-left .video-popup-wrap {
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    margin-bottom: 10px;
}

.section-head.head-left {
    text-align: left;
    margin-top: 19px;
}

.about-wrapper-left .video-popup-wrap .thumb img {
    width: 474px;
    height: 353px;
}

.video-popup-wrap {
    position: relative;
}

.video-popup-wrap .thumb img {
    width: 100%;
    height: 100%;
}

.video-popup-wrap .thumb {
    position: relative;
    display: block;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.video-popup-wrap .thumb img {
    width: 100%;
    height: 465px;
}

.video-popup-wrap:after {
    content: '';
    background-image: url("https://deluxetourseg.com/front/assets/images/asd.png");
    position: absolute;
    width: 99%;
    background-size: cover;
    height: 94%;
    left: .5%;
    background-position: 100% 100%;
    z-index: -1;
    top: 3%;
    border-radius: 10px;
}

.about-wrapper .about-wrapper-left .video-popup-wrap {
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    margin-bottom: 10px;
}



.about-wrapper-left .video-popup-wrap .thumb img {
    height: 353px;
    border-radius: 29px;
}

/* ===========================================================
    free page
============================================================= */
/*===== 02# Page Hero CSS ====*/
.page-hero-banner {
    margin: 0 62px;
    border-radius: 15px;
    padding-top: 240px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

@media (max-width: 767.98px) {
    .page-hero-banner {
        margin: 0 10px;
        height: 311px;
    }
}

.page-hero-banner .text-bg {
    position: absolute;
    bottom: -135px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 300px;
    z-index: -1;
    background-color: rgba(0, 0, 0, .2);
}

@media (max-width: 1650px) {
    .page-hero-banner .text-bg {
        left: 0;
        max-width: 750px;
    }
}

@media screen and (max-width: 1199.98px) {
    .page-hero-banner .text-bg {
        left: 0;
        max-width: 650px;
    }
}

@media screen and (max-width: 991.98px) {
    .page-hero-banner .text-bg {
        left: 0;
        max-width: 400px;
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .page-hero-banner .text-bg {
        display: none;
        max-width: 100%;
        height: 200px;
    }
}

.page-hero-banner .page-content {
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    .page-hero-banner .page-content {
        margin-top: -203px;
    }
}

.page-hero-banner .page-content h1 {
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-size: 30px;
}

@media screen and (max-width: 991.98px) {
    .page-hero-banner .page-content h1 {
        font-size: 19px;
        line-height: 50px;
    }
}

.page-content .breadcrumb-link li a {
    display: inline-block;
    color: var(--main-grey);
    font-weight: 400;
    font-size: 18px;
}


.page-content .breadcrumb-link li {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
}



.page-content .breadcrumb-link li i {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 15px;
}

.page-title-hero {
    position: relative;
    z-index: 1;
    padding-top: 90px;
    padding-bottom: 40px;
}

.page-title-hero .shape {
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 1199.98px) {
    .page-title-hero .shape {
        display: none;
    }
}

.page-title-hero .shape.shape-one {
    top: 75px;
    left: 50px;
}

@media (max-width: 1650px) {
    .page-title-hero .shape.shape-one {
        top: 35px;
        left: 30px;
    }
}

.page-title-hero .shape.shape-two {
    right: 115px;
    bottom: 70px;
}

@media (max-width: 1650px) {
    .page-title-hero .shape.shape-two {
        right: 65px;
    }
}

.page-title-hero .page-content ul.breadcrumb-link {
    margin-bottom: 7px;
}

.page-title-hero .page-content ul.breadcrumb-link li {
    display: inline-block;
    color: var(--deep-blue);
    font-weight: 500;
    font-size: 22px;
}

.page-title-hero .page-content ul.breadcrumb-link li i {
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .page-title-hero .page-content ul.breadcrumb-link li {
        font-size: 18px;
    }
}

.page-title-hero .page-content h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
    .page-title-hero .page-content h1 {
        font-size: 34px;
        line-height: 45px;
    }
}

@media (max-width: 767.98px) {
    .page-title-hero .page-content h1 {
        font-size: 24px;
        line-height: 35px;
    }
}

.page-title-hero .page-content .event-meta span {
    font-weight: 500;
}

.page-title-hero .page-content .event-meta span:not(:last-child) {
    margin-right: 15px;
}

.page-title-hero .page-content .event-meta span i {
    color: var(--main-color);
    margin-right: 5px;
}

/*===== 03# CTA Section CSS ====*/

/*
.post-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #edf1f5;
    padding: 8px 38px 8px 0px;
    border-radius: 0px 30px 30px 0px;
}.post-info::before {
    position: absolute;
    content: '';
    background-color: #edf1f5;
    width: 50px;
    height: 100%;
    left: -24px;
    top: 0px;
} */

.tour-location i {
    color: var(--main-color)
}




/* .blog__card-text{
      border-top: 2px dashed #ccc;
      border-bottom: 2px dashed #ccc;

} */

.blog__card-text p {
    font-weight: 400;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.bottom-area>a {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
}

.bottom-area>a>span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}


.category-item:hover .category-content {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    bottom: 145px;
    left: 14px;
    transition: 0.3s all ease-in-out;
    width: 83%;
}


.footer-copy a {
    /* font-size: 18px; */
    color: #fff;
}

@media (max-width: 767px) {

    .tab-pane {
        padding: 0;
    }

    .tour-card {
        margin-bottom: 46px;
    }

    .Destinations .section-title {
        margin-top: 0;
        text-align: center;

    }

    .offer__conten {
        flex-direction: column;
    }

    h2 {
        font-size: 25px;
        font-weight: 600;
    }

    .blog_card-img img {
        height: 216px;
    }

    .blog-grid {
        grid-template-columns: auto;
        margin-top: 20px;
    }

    .testimonialSwiper {
        padding: 21px 1px 24px;
    }

    .testimontails .card {
        padding: 7px;
        padding-top: 40px;
    }

    .lower-box {

        flex-direction: column;
        margin-top: 15px;
    }

    .footer-grid {
        grid-template-columns: auto;
        margin-bottom: 35px;
        padding-top: 36px;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-bottom {
        margin-bottom: 98px;
    }

    .floating-social {
        display: none;
    }

    .offer-one__top-title {
        font-size: 19px;
        font-weight: 500;
        line-height: 1.5;
        color: #142843;
        margin-bottom: -4px;
        text-align: center;
    }

    .baner_img img {
        display: none;
    }

    .testimonial-image {
        display: none;
    }

    .featured-image img {
        width: 100%;
        height: 274px;
        display: block;
    }

    .header-transparent .container-fluid,
    .header-transparent .container-sm,
    .header-transparent .container-md,
    .header-transparent .container-lg,
    .header-transparent .container-xl {
        padding-left: 17px;
        padding-right: 0;
        display: flex;
    }

    .page-content .breadcrumb-link li a {
        font-size: 17px;
    }

    .logo-header img {
        height: 78px;
    }

    .site-header .main-bar {
        background: var(--white-color);
        width: 100%;
        position: relative;
        border-radius: 0px 0px 29px 29px;
    }

    .scroll-top.active {
        bottom: 71px;
    }

    .banner-headline {
        /* font-family: 'Playfair Display', sans-serif; */
        font-size: 31px;
        font-weight: 800;
        -webkit-text-stroke-width: 1px;
    }

    .featured-image {
        margin-top: 21px;
    }

    .blog-card {
        flex-direction: column;
    }

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

    .offer__conten .theme-btn {
        padding: 17px 2px;
    }

    /* .swiper-horizontal {
padding-bottom: 8px;
} */
    .card-box {
        padding: 3px;
        text-align: center;
    }

    .icon {
        margin: 0 auto;
        width: 45px;
        height: 45px;
    }

    .card-box h4 {
        font-size: 16px;
    }

    .card-box p {
        margin-top: 0;
        /* text-align: center; */
    }

    .info-box {
        gap: 0;
        padding: 7px;
        flex-direction: column;
        height: 184px;
        text-align: center;
    }

    .info-box p {
        font-size: 12px;
    }

    .page-content .breadcrumb-link li {
        font-size: 17px;
    }

    .review-text {
        color: var(--para-color);
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        padding: 17px 15px;
        font-style: italic;
        height: 243px;
        overflow: scroll;
    }

    .info__box {
        height: 234px;
    }


}

@media (min-width: 1024px) and (max-width: 1400px) {}
