@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap);

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul ol {
    margin: 0;
    padding: 0
}

body,
h1,
h2,
h3,
li,
ul ol {
    font-weight: 400
}

li,
p,
ul ol {
    letter-spacing: .5px
}

.circle,
.tailor-made,
.theme-btn {
    justify-content: center
}

.category-item,
.category-item img {
    will-change: transform;
    will-change: transform
}

.about-image-2 img,
.blog-card .blog-card-img-wrap .card-img img,
.category-item img,
.newsletter-wrap,
.second-tours .swiper-slide-img img {
    object-fit: cover;
    object-fit: cover
}

.Blog-card .blog-img img:hover,
.category-item img {
    filter: brightness(.8)
}

.offer-one__img-one,
.offer-one__img-two {
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .15))
}

.blog-card .blog-card-content .blog-card-content-top>ul li:nth-child(2) a,
.breadcrumb-item a,
.deals-links a,
.grey-btn a,
.nav-menu li a,
.nav-menu li span,
.navsLink,
.navsLink-hasdropdown,
.side-menu-btn,
.single-item>a,
.theme-btn,
a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

*,
.navbar-toggle .navbar-toggler-icon {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

:root {
    --second-color: #009fbd;
    --light-color: #F9F0E9;
    --white-color: #fff;
    --main-grey: #f9f9f9;
    --deep-blue: #036;
    --depth-main: #1C1212;
    --main-color: #009fbd;
    scroll-behavior: smooth;
    --boxShadow: 0px 10px 60px 0px rgb(211, 211, 211);
    --body-font: "Roboto", sans-serif;
    --accent-font: "Just Another Hand", cursive;
    --primary-color: 0, 51, 102;
    --secondary-color: 0, 155, 114
}

body {
    position: relative;
    font-family: var(--body-font);
    font-size: 14px;
    color: var(--bs-color)
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px
    }
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    width: 100%;
    border: none
}

select:active,
select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2
}

h5,
li,
p,
ul ol {
    line-height: 2
}

.top-bar .dlab-topbar-center ul,
.top-bar .dlab-topbar-left ul,
.top-bar .dlab-topbar-right ul,
li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:active,
a:focus,
a:hover {
    border: none;
    outline: 0
}

li,
ul ol {
    list-style: none;
    color: #1a2b49;
    font-size: 15px
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 30px
}

.scroll-top-value i,
h3 {
    font-size: 20px
}

.page-title-hero .page-content .event-meta span,
h4,
h5 {
    font-weight: 500
}

h4 {
    font-size: 18px
}

.blog-card .blog-card-content .bottom-area .social-list li a i,
.blog-card.style-5 .blog-card-content .bottom-area .social-list li a i,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after,
.travel-tour-second .tab-content .package-box span.d-inline-block.person,
h5 {
    font-size: 16px
}

p {
    font-weight: 400;
    color: #4c4949;
    font-size: 15px
}

.form-select:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=subject]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    outline: 0 !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 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1)
}

.form-select,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=phone],
input[type=search],
input[type=subject],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    background: var(--white-color);
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    padding: 13px 20px;
    resize: none;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-radius: 10px
}

.form-select,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=subject],
input[type=tel],
input[type=text],
input[type=url] {
    height: 60px
}

textarea {
    height: 220px;
    padding-top: 20px
}

.text-msg {
    margin-bottom: 15px !important
}

textarea:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

input[type=number] {
    -moz-appearance: textfield
}

::-webkit-scrollbar {
    background: 0 0;
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .3)
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.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)
}

.section-title {
    margin-bottom: 20px;
    z-index: 22
}

.section-title h1,
.section-title h2 {
    color: #16243d;
    margin-bottom: 10px
}

.section-title-span {
    font-size: 30px;
    line-height: 43px;
    letter-spacing: .02em;
    font-family: var(--accent-font);
    color: var(--main-color)
}

.padtobo-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.padtobo-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.padtobo-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.padtop-50 {
    padding-top: 50px
}

.theme-btn {
    transition: .3s;
    white-space: nowrap
}

.btn-style-three:hover {
    color: #142843
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.btn-style-three {
    background: #142843;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    padding: 8px 47px;
    position: relative;
    transition: .5s;
    z-index: 1;
    border-radius: 8px
}

.bottom-area>a:hover,
.card-body i,
.content a,
.deal-meta span i,
.header-nav .nav>li:hover>a,
.nav-menu .nav-item.active .nav-link,
.nav-menu .nav-item:hover .nav-link,
.top-bar {
    color: var(--main-color)
}

.btn-style-three:hover:before {
    -webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn-style-three:before {
    background-color: #fff;
    bottom: 0;
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    z-index: -1
}

.tailor-made .line {
    flex: 1;
    background: #ccc;
    width: 49px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px
}

.nav-bar .logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 150px;
    position: relative;
    z-index: 9;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    height: 67px;
    top: 0
}

.logo-header a {
    display: table-cell;
    vertical-align: middle
}

.logo-header img {
    height: 75px;
    width: 150px
}

.logo-header span {
    font-size: 20px;
    letter-spacing: 20px
}

.top-bar {
    background-color: var(--white-color);
    padding: 8px 0;
    border-bottom: 1px solid rgba(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 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, .9);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 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: 1s;
    -ms-transition: 1s;
    transition: 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, .2)
}

.header-tb .navicon span,
.site-header .main-bar {
    background: var(--white-color)
}

.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer
}

.main-footer .container,
.navicon,
.site-header,
.site-header .container,
.travel-tour-second li {
    position: relative
}

.site-header {
    z-index: 9999
}

.site-header .main-bar {
    width: 100%;
    position: relative;
    border-radius: 0 0 35px 35px
}

.site-header .extra-nav {
    -ms-transition: 1s;
    margin-left: 14px;
    margin-bottom: -4px
}

.site-header .extra-nav #quik-search-btn {
    color: #020d26;
    cursor: pointer;
    margin-right: 0;
    border: 0
}

.nav-menu li,
.site-header .extra-nav ul li {
    display: inline-block
}

.site-header .extra-nav ul li .icon {
    padding: 0;
    background: 0 0;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px
}

.navicon {
    width: 20px;
    height: 18px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .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(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: var(--deep-blue)
}

.navicon span:first-child {
    top: 0
}

.navicon span:nth-child(2) {
    top: 7px
}

.navicon span:nth-child(3) {
    top: 14px
}

.navicon.open span:first-child {
    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)
}

.breadcrumb-item+.breadcrumb-item,
.header-nav,
.special-card .tour-footer {
    padding: 0
}

.header-nav .logo-header,
.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none
}

.header-nav .nav {
    float: right;
    margin-top: 0
}

.header-nav .nav>li {
    margin: 0;
    font-weight: 400;
    position: relative
}

.header-nav .nav>li.has-mega-menu {
    position: inherit
}

.header-nav .nav>li>a,
.header-nav .nav>li>span {
    color: #070120;
    padding: 3px 18px;
    cursor: pointer;
    position: relative;
    border-width: 0 0 0 1px;
    text-transform: capitalize;
    line-height: 1.35;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    margin-top: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--b-color)
}

@media only screen and (max-width:1199px) {
    .header-nav .nav>li>a {
        padding: 35px 12px
    }

    .header-nav .nav>li:last-child .sub-menu {
        left: auto;
        right: 0
    }
}

.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,
.header-nav .nav>li>span i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle
}

.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: 0 1px 40px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .8s;
    -ms-transition: .8s;
    display: grid;
    gap: 0;
    border-radius: 12px
}

.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
    color: #d2691e
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
    color: var(--deep-blue);
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: capitalize;
    position: relative;
    transition: .15s linear;
    -webkit-transition: .15s linear;
    -moz-transition: .15s linear;
    -o-transition: .15s linear;
    font-weight: 400;
    text-align: left
}

.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
}

.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: 1s;
    -ms-transition: 1s;
    transition: 1s
}

@media only screen and (max-width:991px) {
    .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        -webkit-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
        top: 0;
        background-color: var(--white-color);
        margin: 0;
        z-index: 99
    }

    .header-nav.show {
        left: -1px;
        -webkit-transition: .8s;
        -ms-transition: .8s;
        transition: .8s;
        margin: 0;
        width: 280px
    }

    .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px
    }

    .header-nav .nav>li {
        border-bottom: 1px solid #eee;
        width: 100%
    }

    .header-nav .nav>li>a i,
    .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)
    }

    .header-nav .nav>li>a i:before,
    .header-nav .nav>li>span i:before {
        content: "\f105"
    }

    .header-nav .nav>li>a,
    .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 {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: 0 0;
        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 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 {
        padding: 2px 0 1px 15px;
        background: 0 0
    }

    .header-nav .nav>li .mega-menu li>.sub-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        display: none
    }

    .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: 0;
    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 15px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.header-nav .nav>li .mega-menu>li li i,
.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, .1);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%
}

.header-nav .nav>li .mega-menu>li:hover>a {
    background-color: transparent
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 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 .open .mega-menu,
.header-nav .nav>li.open .open .sub-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)
}

@media only screen and (max-width:1400px) {

    .header-nav .nav>li:last-child .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu {
        left: -220px
    }
}

.header-transparent {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: -1px
}

.header-transparent .container-fluid,
.header-transparent .container-lg,
.header-transparent .container-md,
.header-transparent .container-sm,
.header-transparent .container-xl,
.main-nav-bar .container-fluid {
    padding-left: 80px;
    padding-right: 80px
}

.header-transparent .side-menu-btn .menu-icon-in span {
    background-color: var(--white-color)
}

.featured-text,
.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)
}

.close-side-menu:hover span,
.header-transparent .top-bar .dlab-topbar-left i,
.header-transparent .top-bar .dlab-topbar-left li,
.header-transparent .top-bar .dlab-topbar-right i,
.header-transparent .top-bar .dlab-topbar-right li {
    color: var(--white-color)
}

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    transition: .5s;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--deep-blue)
}

.mobile-overlay,
.side-menu {
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s
}

.upper___right {
    display: flex;
    gap: 32px
}

.Language-box .lang-btn,
.currency-box .currency-btn,
.upper___right a {
    color: var(--deep-blue);
    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: #070120
}

.navbar-toggler {
    height: 41px;
    line-height: 32px;
    width: 36px;
    cursor: pointer;
    top: 25px;
    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-toggler-icon:hover span,
.second-tours .swiper-slide-content .show-more:hover {
    background: var(--second-color)
}

.navbar-toggler-icon span:first-child {
    background: #142843;
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 27px;
    top: 0
}

.navbar-toggler-icon span:nth-child(2),
.navbar-toggler-icon span:nth-child(3) {
    background: var(--deep-blue);
    height: 3px;
    margin: auto;
    right: 0;
    width: 27px;
    display: block;
    left: 0;
    position: absolute
}

.navbar-toggler-icon span:nth-child(2) {
    top: 6px
}

.navbar-toggler-icon span:nth-child(3) {
    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, .95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 98;
    opacity: 0;
    width: 0;
    transition: .4s
}

.close-menu-sidebar.open,
.mobile-overlay.open {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    -webkit-animation: .5s fadeIn;
    animation: .5s fadeIn
}

.btn--effect {
    display: inline-flex;
    color: #fff;
    padding: 8px 50px;
    text-align: center;
    font-weight: 700;
    background-color: var(--second-color);
    position: relative;
    z-index: 1;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    overflow: hidden;
    line-height: 175%;
    border: var(--deep-blue)
}

.dropdown-menu li,
.nav-menu-bar {
    border-bottom: 1px solid #eee;
    width: 100%
}

.btn--effect :before {
    content: "";
    pointer-events: none;
    opacity: .6;
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute
}

.btn--effect:hover,
.extra-nav a:hover {
    color: #fff
}

.btn--effect :hover:after {
    height: 100%;
    color: #fff;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out
}

.btn--effect :after {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #21363f;
    content: "";
    z-index: -1;
    color: #fff
}

.header-nav {
    display: flex;
    justify-content: space-around;
    justify-content: flex-end !important
}

.nav_icon i {
    color: #036;
    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;
    color: var(--white-color);
    margin-left: 0;
    border-radius: 5px
}

.navsLink-hasdropdown .dropdown-menu {
    -webkit-transform: translateZ(100%);
    transform: translateZ(100%);
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s 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: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav-menu-bar {
    background: var(--white-color);
    height: 85px
}

.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);
    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 .btn-effect {
    margin-left: 3rem
}

.nav-menu li a,
.nav-menu li span {
    color: #142843;
    /* display: block; */
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.dropdown-menu li {
    display: block;
    -webkit-transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, visibility .3s ease-in-out
}

.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 .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, visibility .3s ease-in-out
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--main-color);
    color: var(--second-color)
}

.contact-boxes {
    height: 100%;
    padding: 0 20px 0 3px
}

.bg-gray {
    background-color: #f0f1f2
}

.side-menu {
    position: fixed;
    top: 0;
    left: -70%;
    width: 84%;
    height: calc(100% - 1px);
    padding: 30px;
    background: var(--white-color);
    overflow: hidden;
    z-index: 23000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: -11px 0 13px rgba(0, 0, 0, .02);
    -o-box-shadow: -11px 0 13px rgba(0, 0, 0, .02);
    box-shadow: -11px 0 13px rgba(0, 0, 0, .02);
    overflow-y: auto;
    overflow-x: hidden;
    transition: .4s
}

.category-form form,
.category-item a {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.close-menu-sidebar,
.close-side-menu {
    -webkit-transition: .4s;
    -o-transition: .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
}

.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: 50%;
    background: var(--main-color);
    z-index: 55;
    text-align: center;
    line-height: 40px;
    transition: .4s
}

.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: .75rem;
    position: relative;
    background-color: #eee;
    border-radius: 50%
}

.blog-card .blog-card-content .blog-card-content-top .blog-date a:hover,
.blog-card .blog-card-content .blog-card-content-top>ul li a:hover,
.dlab-social-icon li a,
.header-info h1 {
    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 .3s, opacity .3s
}

.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-menu-sidebar {
    height: 100%;
    background-color: rgba(253, 253, 253, .8);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 22000;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: .4s
}

.side-menu-btn {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 0;
    color: #122b51 !important;
    text-align: center;
    padding: 0;
    z-index: 555;
    width: 20px;
    height: 15px;
    position: absolute !important;
    right: -40px;
    top: 30px;
    color: var(--white-color)
}

.btn-effect_nav,
.hero-header,
.theme-btn {
    position: relative;
    overflow: hidden
}

.side-menu-btn:hover {
    color: var(--main-color) !important
}

.side-menu-btn span {
    display: block;
    position: absolute;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    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 linear;
    -o-transition: max-height 1s ease-in-out, visibility linear;
    transition: max-height 1s ease-in-out, visibility linear;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.nav-menu {
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
    float: left;
    width: 100%
}

.sub-menu img {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 7px
}

.btn-effect_nav {
    display: inline-flex;
    color: #fff;
    text-align: center;
    font-weight: 700;
    z-index: 1;
    font-size: 17px;
    align-items: center;
    line-height: 175%;
    border-radius: 12px;
    border-width: initial;
    border-style: initial;
    border-color: #000;
    border-image: initial;
    transition: none;
    margin-right: 10px
}

.btn-effect_nav i {
    margin-right: 6px
}

@media only screen and (min-width:1199px) {

    .is-fixed .header-nav .nav>li>a,
    .is-fixed .header-nav .nav>li>span {
        padding: 10px 16px
    }

    .is-fixed .logo-header {
        height: 80px
    }
}

.theme-btn {
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
    background-color: transparent;
    color: #142843;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 31px;
    border: 1px solid var(--deep-blue)
}

.theme-btn:hover::before {
    width: 100%;
    color: #fff
}

.theme-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--main-color);
    z-index: -1;
    transition: .4s ease-out;
    border-radius: inherit
}

.sub_menu {
    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: 0 1px 40px rgba(0, 0, 0, .1)
}

.ao-header-navigation__dropdown-info {
    background: rgb(0 0 0 / 8%);
    padding: 15px;
    border-radius: 10px;
    width: 230px
}

.ao-header-navigation__dropdown-info-title {
    font-weight: 400;
    margin-bottom: 7px;
    font-size: 22px;
    color: #036
}

.deals-links {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 258px
}

.deals-links li {
    margin-bottom: 12px
}

.deals-links a {
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px
}

.blog-card .blog-card-content .bottom-area,
.bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.blog-card .blog-card-content .bottom-area>a,
.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
}

.blog-card .blog-card-content .bottom-area>a>span,
.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
}

.blog-card .blog-card-content .bottom-area>a>span svg,
.bottom-area>a>span svg {
    stroke: var(--main-color);
    transition: .5s
}

.blog-card .blog-card-content .bottom-area>a:hover span,
.bottom-area>a:hover span {
    border-color: var(--main-color)
}

.blog-card .blog-card-content .bottom-area>a:hover span svg,
.bottom-area>a:hover span svg {
    transform: rotate(48deg);
    stroke: var(--main-color)
}

.blog-card .blog-card-content .bottom-area .social-list,
.bottom-area .social-list {
    display: flex;
    align-items: center;
    gap: 30px
}

.hero-header {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 80vh;
    min-height: 100%;
    width: 100%;
    z-index: 222;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background-position: 50% 50%;
    border-bottom: 1px solid #eee
}

.hero-overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: -1
}

.header-info {
    position: relative;
    width: 100%;
    height: 72vh
}

#scroll-percentage,
.category-content,
.star,
.trip,
.umberlla,
.umberlla_2 {
    position: absolute
}

.header-info span {
    color: var(--second-color);
    font-weight: 500
}

.hero-thumb-video {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-end
}

.hero-thumb-video .button-play {
    margin-left: 50px
}

.clip-text {
    font-size: 80px;
    font-weight: 800;
    line-height: 89px;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 22px;
    color: #fff;
    background-size: cover;
    background-position: center;
    text-align: center
}

.small-header,
.text-header {
    color: #ffff;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2em
}

.small-header {
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.text-header {
    font-size: 27px;
    font-weight: 500;
    text-align: left
}

.cta-btn {
    text-align: left;
    margin-top: 63px
}

.star img,
.umberlla img,
.umberlla_2 img {
    border: none;
    max-width: 70px !important
}

.umberlla {
    top: 8rem;
    right: 4rem;
    padding: 0;
    animation: .8s infinite alternate itupdown
}

.umberlla_2 {
    top: 5rem;
    left: 4rem;
    padding: 0;
    animation: .8s infinite alternate itupup
}

.star {
    bottom: 4rem;
    right: 5rem;
    padding: 0;
    animation: 6s linear infinite rotate2
}

.trip {
    bottom: 0;
    left: 0;
    padding: 0;
    animation: 6s linear infinite scaleup
}

@keyframes itupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes itupup {
    0% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    100% {
        -webkit-transform: translate(-20px);
        -moz-transform: translate(-20px);
        -ms-transform: translate(-20px);
        -o-transform: translate(-20px);
        transform: translate(-20px)
    }
}

@keyframes scaleup {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.category-heading,
.subcategory-heading {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.category-heading h1,
.subcategory-heading h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px
}

.category-form form {
    position: sticky;
    height: auto;
    border-radius: 10px;
    background-color: var(--white-color);
    margin-bottom: 20px;
    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, .1);
    display: flex;
    align-items: center;
    gap: 10px
}

.category-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 999px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer
}

.category-content {
    bottom: 15px;
    left: 49px;
    right: 45px;
    background: #f9f2f2cf;
    min-height: 25%;
    text-align: center;
    border-radius: 0 0 988px 951px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1)
}

.blog-card.one,
.subcategory-filter,
.tour-count {
    align-items: center;
    display: flex
}

.category-content-title h3 {
    color: var(--deep-blue);
    font-size: 20px;
    font-weight: 400
}

.subcategory-filter {
    margin: 15px auto;
    justify-content: space-between
}

.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, .1);
    padding: 5px 10px;
    box-shadow: var(--box-shadow)
}

.category-item:hover a,
.category-item:hover img {
    border-radius: 5px;
    transition: .5s ease-in-out
}

.subcategory-filter span {
    font-size: 20px;
    font-weight: 500
}

.card-title,
.select2-container--default .select2-selection--single .select2-selection__rendered .category-content h3 {
    color: var(--black-color)
}

.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 img {
    min-width: 100%
}

.category-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.category-content>* {
    transition: .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
}

.choose-us-head,
.circle,
.newsletter-wrap,
.newsletter-wrap form,
.subcategory-filter,
.subcategory-result,
.tailor-made,
.time-wepper,
.time_wepper,
.tour-type-filters,
.tours-container {
    display: flex;
    display: flex
}

.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
}

.tours-container {
    flex-wrap: wrap
}

.tours-container.with-filter .tour-item {
    flex: 0 0 33.33333%;
    padding-right: 20px
}

.subcategory-result {
    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: 1px solid rgba(0, 0, 0, .1);
    border-radius: 999px
}

.subcategory-filter {
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.tour-type-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 20px
}

.tour-type-filters {
    align-items: center;
    gap: .5rem;
    padding: 0 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-left,
.tour-filter-right {
    padding: 5px 10px;
    border: 1px solid rgba(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, .8)
}

.category-item {
    height: 455px
}

.category-item img {
    width: 305px;
    border-radius: 999px;
    height: 438px
}

.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
}

.why-choose-us {
    padding: 38px 0;
    background-color: var(--white-color)
}

.why-choose-us .section-header {
    margin-bottom: 60px
}

.why-choose-us .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 15px
}

.why-choose-us .section-subtitle {
    font-size: 1.1rem;
    color: var(--para-color);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6
}

.choose-us-item {
    transition: .3s;
    height: 100%;
    position: relative;
    padding: 0 10px 0 0
}

.choose-us-head {
    gap: 10px;
    margin-bottom: 5px
}

.choose-us-icon {
    text-align: center;
    flex: 1 0 70px
}

.choose-us-icon .icon-svg {
    width: 70px;
    height: 70px;
    object-fit: contain
}

.choose-us-content,
.main-footer__bottom {
    text-align: center
}

.choose-us-title {
    font-size: 23px;
    font-weight: 400;
    color: #142843;
    margin-bottom: 12px;
    line-height: 1.3
}

.choose-us-description {
    font-size: .85rem;
    color: #525559;
    line-height: 1.5;
    height: 80px;
    overflow: hidden;
    margin: 0
}

.newsletter-wrap {
    background: linear-gradient(to left, #142843, #142843);
    padding: 30px;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    z-index: 20;
    position: relative;
    height: 55vh;
    background-color: #dedede
}

.newsletter-wrap .newsletter-content {
    gap: 30px
}

.newsletter-wrap .newsletter-content img {
    height: 60px;
    width: 60px
}

.newsletter-content .white {
    color: var(--white-color);
    font-size: 24px
}

.newsletter-wrap form {
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--white-color);
    border-radius: 20px;
    padding: 8px;
    width: 550px
}

.newsletter-wrap form input,
.newsletter_wrap form input {
    width: 100%;
    height: 55px;
    border: unset;
    background: 0 0;
    color: var(--white-color);
    padding-left: 10px
}

.newsletter-wrap form ::placeholder {
    color: var(--white-color)
}

.newsletter-wrap form .subscribe {
    border-radius: 100px;
    background: #fff;
    text-wrap: nowrap;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 20px;
    color: var(--black-color)
}

.newsletter-wrap:after {
    background-color: transparent;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

.subscribe-img {
    position: absolute;
    bottom: 0;
    right: 1px;
    z-index: 1
}

.subscribe-img img {
    right: 63px;
    position: relative;
    width: 349px
}

.subscribe-circle {
    position: absolute;
    left: -60px;
    bottom: 0
}

.subscribe-circle span {
    border-radius: 1000px 1000px 0 0;
    display: inline-block;
    background-color: var(--main-color);
    position: absolute;
    width: 391px;
    height: 353px;
    bottom: 0;
    background-color: var(--gotur-primary, var(--main-color));
    left: 134px;
    z-index: -1
}

.subscribe-thumb-box {
    margin-bottom: -1px
}

.subscribe-shape-1 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    transform: translateY(-50%)
}

.shape-2,
.subscribe-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.subscribe-shape-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.subscribe-img .img2 {
    top: -131px;
    left: -15px;
    width: 96px
}

@keyframes shakeHorizontal {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-10px)
    }
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.shake {
    animation: 1s ease-in-out infinite shakeHorizontal
}

.zoom {
    animation: 2s ease-in-out infinite zoomInOut
}

.offer-two__thumb__element:after {
    content: "";
    top: -13px;
    left: -13px;
    right: -13px;
    animation: 4s ease-in-out infinite scale
}

.offer-two__thumb__element,
.offer-two__thumb__element:after {
    background-color: rgba(var(--main-color, 247, 146, 30), .15);
    border-radius: 1000px 1000px 0 0;
    position: absolute;
    bottom: 0;
    background-color: #009fbd52;
}

.offer-two__thumb__element {
    width: 465px;
    height: 478px;
    right: 50px;
    z-index: -1
}

@keyframes scale {

    0%,
    to {
        transform: scale(.5)
    }

    50% {
        transform: scale(1)
    }
}

.sale-banner {
    position: relative;
    text-align: center
}

.circle {
    width: 200px;
    height: 200px;
    background: var(--main-color);
    border-radius: 50%;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin: 5%;
    animation: 2s ease-in-out infinite pulse
}

.circle .small-label {
    background: var(--deep-blue);
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 12px;
    margin-bottom: 5px;
    position: absolute;
    left: -38px
}

.circle .percent {
    font-size: 66px;
    font-weight: 800
}

.circle .off {
    font-size: 27px;
    margin-top: -15px
}

.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--deep-blue);
    animation: 12s linear infinite rotateText
}

.circle-text span {
    position: absolute;
    left: 50%;
    top: 0;
    transform-origin: 0 150px
}

.arrows {
    position: absolute;
    right: -40px;
    bottom: 40px;
    font-size: 30px;
    color: var(--main-color);
    animation: 1s infinite alternate moveArrow
}

.travel-shape-one,
.travel-shape-two {
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: palneRight
}

@keyframes rotateText {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }
}

@keyframes moveArrow {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(10px)
    }
}

.offer-two__funfact__cercle__inner {
    border-radius: 50%;
    color: var(--gotur-black, #1d231f);
    font-family: var(--gotur-font, "Plus Jakarta Sans", sans-serif);
    font-size: 45px;
    font-weight: 800;
    height: 280px;
    letter-spacing: normal;
    text-transform: uppercase;
    width: 280px
}

.offer-two__funfact__cercle {
    border-radius: 50%;
    height: 300px;
    left: -12%;
    position: relative;
    top: -28%;
    transform: rotate(18deg);
    width: 300px;
    z-index: 1
}

.time-wepper__item,
.time_wepper .time-wepper__item {
    width: 85px;
    height: 85px;
    padding-top: 8px;
    padding-bottom: 8px
}

.time_wepper {
    gap: 2px;
    gap: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px
}

.time_wepper .time-wepper__item {
    background-color: #142843;
    --size: 110px;
    --ring: 5px;
    --main: #00d1ff;
    --glow: #00f0ff;
    --speed: 2.5s;
    position: relative;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: radial-gradient(circle at center, #0d1b24, #071014);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 209, 255, .15) inset;
    overflow: visible
}

.second-tours .swiper-slide-content h2 a,
.time_wepper .time-wepper__item p,
.time_wepper .time-wepper__item__text {
    color: #fff
}

.time_wepper .time-wepper__item p {
    margin: 0;
    font-size: clamp(22px, 5vw, 34px);
    line-height: 1;
    font-weight: 700
}

.time_wepper .time-wepper__item .time-wepper__item__text {
    font-size: 13px;
    opacity: .8;
    margin-top: 6px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.time_wepper .time-wepper__item::before {
    content: "";
    position: absolute;
    inset: calc(-1 * var(--ring));
    border-radius: 50%;
    border: var(--ring) solid transparent;
    border-top-color: var(--main);
    border-right-color: var(--main);
    animation: spin var(--speed) linear infinite
}

.time_wepper .time-wepper__item::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--glow), transparent 70%);
    animation: 3s ease-in-out infinite pulse;
    z-index: -1;
    opacity: .6
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(.9);
        opacity: .3
    }

    50% {
        transform: scale(1.1);
        opacity: .7
    }
}

.time-wepper__item:first-child {
    --main: #ff4c60;
    --glow: #ff6b81;
    --speed: 2s
}

.time-wepper__item:nth-child(2) {
    --main: #1dd1a1;
    --glow: #10ac84;
    --speed: 2.4s
}

.time-wepper__item:nth-child(3) {
    --main: #feca57;
    --glow: #ff9f43;
    --speed: 2.8s
}

.time-wepper__item:nth-child(4) {
    --main: #00d1ff;
    --glow: #48dbfb;
    --speed: 3s
}

.cta-two__content__inner {
    bottom: -16px
}

.time-wepper {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 36px
}

.time-wepper__item {
    border-radius: 6px;
    background-color: #f9fafb;
    box-shadow: rgb(60 64 67) 0 1px 2px 0, rgb(0 0 0 / 54%) 0 2px 6px 2px
}

.time-wepper__item h4,
.time-wepper__item__text {
    font-weight: 400;
    color: #142843;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-style: normal
}

@media (max-width:500px) {
    .time-wepper {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 0
    }

    .time-wepper__item {
        flex: 45%;
        width: 50%
    }
}

.time-wepper__item h4 {
    font-size: 33px;
    line-height: 42px;
    text-align: center
}

.time-wepper__item__text {
    padding-top: 5px;
    font-size: 14px;
    line-height: 143%;
    border-top: 1px solid rgba(230, 247, 252, .2);
    display: block
}

.myname {
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: var(--white-color);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -moz-background-clip: text
}

.offer-one {
    padding: 6px;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 12%);
    height: 385px
}

.heading-content h4 {
    color: var(--second-color);
    margin-bottom: 24px
}

.travel-tour-second .vector7 {
    top: 99px;
    right: 95px
}

.heading-content h2 {
    margin-bottom: 70px
}

.travel-tour-second .tab-content .package-box {
    background-color: #f9fafb;
    border-radius: 10px;
    padding: 12px;
    overflow: hidden;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 12%);
    position: relative
}

.grey-btn a {
    background-color: transparent;
    padding: 9px 20px !important;
    min-width: 150px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    color: #142843;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    border: 2px dashed var(--main-color)
}

.travel-tour-second .tab-content .package-box:hover .grey-btn a {
    background-color: var(--main-color);
    color: var(--second-color);
    transition: .6s ease-in-out
}

.travel-tour-second .tab-content .package-box span.location-span i {
    color: var(--second-color);
    background-color: rgb(255, 137, 0, 10%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100px;
    margin-right: 7px
}

.travel-tour-second .tab-content .package-box span.location-span {
    margin-bottom: 17px
}

.travel-tour-second .tab-content .package-box:hover span.location-span i {
    color: var(--main-color);
    background-color: var(--white-color)
}

.travel-tour-second .tab-content .package-box h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--deep-blue);
    margin-bottom: 25px;
    height: 21px
}

.travel-tour-second .tab-content .package-box h6 a {
    color: var(--black-color);
    text-decoration: none
}

.travel-tour-second .tab-content .package-box img {
    margin-bottom: 17px;
    -webkit-transition: 2s linear;
    transition: 2s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 11px;
    height: 202px;
    width: 300px
}

.travel-tour-second .tab-content .package-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.travel-tour-second .tab-content .package-box span.d-inline-block.price,
span.d-inline-block.price {
    font-size: 17px;
    font-weight: 700;
    color: #2b2945
}

.travel-tour-second .tab-content .package-box .spans-wrapper {
    border-bottom: 2px solid #e9e9ec
}

.travel-tour-second .pkg-btn-con {
    margin-top: 10px
}

.travel-tour-second .owl-nav span {
    background-color: var(--second-color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    box-shadow: 0 10px 50px rgb(115 132 140 / 35%);
    font-size: 24px
}

.travel-tour-second .owl-nav span:hover {
    background-color: var(--second-color);
    color: var(--main-color);
    transition: .6s ease-in-out
}

.travel-tour-second .owl-nav button:focus,
.travel-tour-second .owl-nav button:focus-visible,
.travel-tour-second .owl-nav span:focus-visible {
    outline: 0;
    border: none;
    box-shadow: none
}

.second-tours .swiper-slide,
.second-tours .swiper-slide-content,
.second-tours .swiper-slide-img {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.travel-tour-second li button.active::before {
    content: "";
    height: 3px;
    width: 30px;
    background-color: var(--main-color);
    position: absolute;
    top: -8px;
    z-index: 1;
    right: 25px;
    transition: .3s ease-in-out
}

.travel-tour-second li button.active::after {
    content: "";
    height: 3px;
    width: 30px;
    background-color: var(--main-color);
    position: absolute;
    bottom: -8px;
    z-index: 1;
    left: 25px;
    transition: .3s ease-in-out
}

.style-one {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #737373
}

.countdowns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.countdown-card {
    display: flex;
    gap: 9px;
    background-color: #fff;
    padding-top: 3px;
    border-radius: 12px;
    justify-content: space-between;
    padding-bottom: 8px
}

.time-box {
    background-color: #fff5f5;
    padding: 4px 6px;
    border-radius: 50%;
    text-align: center;
    color: var(--main-color);
    min-width: 60px
}

.time-box div {
    font-size: 22px;
    font-weight: 700
}

.time-box span {
    font-size: 14px;
    display: block;
    margin-top: 0
}

.tour-location span {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--deep-blue);
    font-size: 15px
}

.package-price {
    font-size: 30px !important;
    color: var(--main-color);
    font-weight: 600;
    color: #142843;
    display: block;
    line-height: 1.1
}

.package-price del {
    font-size: 18px;
    color: #919191;
    font-weight: 400
}

.deal-meta span {
    background-color: #e9ecef9e;
    padding: 7px;
    padding-bottom: 5px !important;
    margin-bottom: 10px;
    color: #142843;
    margin-right: 0 !important;
    border-radius: 11px
}

.rating_tour {
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    padding: 3px 16px 4px;
    background: var(--main-color);
    -ms-transform: rotate(-45deg) translate(-30px, -40px)
}

.featured-text,
.item_info_price_discount {
    font-weight: 500;
    padding: 10px;
    line-height: 1;
    border-radius: 8px;
    color: #fff;
    font-size: 14px
}

.meta-lable {
    display: flex;
    margin-bottom: 6px;
    gap: 14px
}

.item_info_price_discount {
    background-color: var(--deep-blue)
}

.swiper-horizontal {
    touch-action: pan-y;
    padding-bottom: 52px
}

.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(--deep-blue);
    width: 21px;
    height: 10px
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center
}

.Popular-Tours {
    background-color: #edeeee
}

.second-tours-sliders {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center
}

.second-tours .swiper {
    width: 100%;
    padding: 1.875rem 0
}

.second-tours .swiper-slide {
    width: 18.75rem;
    height: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    box-shadow: .063rem .5rem 1.25rem rgba(0, 0, 0, .1216)
}

.second-tours .swiper-slide-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(180deg);
    line-height: 0;
    bottom: -.063rem
}

.second-tours .swiper-slide-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: .3s ease-in-out;
    transform: rotate(-180deg)
}

.second-tours .swiper-slide-img svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 4rem;
    transform: rotateY(196deg)
}

.second-tours .swiper-slide-img .shape-fill {
    fill: #ffffff
}

.second-tours .swiper-slide-content {
    background: #fff;
    padding: 0 1.65rem;
    background: rgb(12 9 9 / 48%);
    width: 100%;
    transform: rotate(180deg)
}

.second-tours .swiper-slide-content>div {
    transform: translateY(-.25rem)
}

.second-tours .swiper-slide-content h2 {
    color: var(--deep-blue);
    font-weight: 400;
    font-size: 29px;
    line-height: 1.4;
    margin-bottom: .425rem;
    text-transform: capitalize;
    letter-spacing: .02rem
}

.second-tours .swiper-slide-content p {
    color: #f9fafb;
    line-height: 1.6;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.second-tours .swiper-slide-content .show-more {
    width: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    border-radius: 50%;
    box-shadow: 0 .125rem .875rem rgba(0, 0, 0, .1);
    margin-top: 1em;
    margin-bottom: .2em;
    height: 0;
    opacity: 0;
    transition: opacity .3s ease-in;
    margin-left: auto;
    transform: rotate(180deg)
}

.second-tours .swiper-slide-content .second-tour-price {
    font-size: 20px;
    opacity: 0;
    font-weight: 600;
    display: inline-block;
    color: #fff
}

.second-tours .swiper-slide-active .second-tour-price {
    opacity: 1
}

.second-tours .swiper-slide-content .show-more svg {
    width: 1.75rem;
    color: #fff
}

.second-tours .swiper-slide-active img {
    transform: scale(1.2) rotate(-185deg)
}

.second-tours .swiper-slide-active .show-more {
    opacity: 1;
    height: 3.125rem
}

.second-tours .swiper-slide-active p {
    display: block;
    overflow: visible;
    height: auto;
    transition: .3s ease-in-out
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none
}

.travel-shape-one {
    position: absolute;
    left: 114px;
    opacity: .3
}

.travel-shape-two {
    position: absolute;
    right: 20px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .travel-shape-two {
        left: 180px;
        bottom: 160px
    }
}

.travel-shape-three {
    position: absolute;
    right: 0;
    top: 0;
    animation: 3s cubic-bezier(.12, 0, .39, 0) infinite alternate both cameraScale;
    -webkit-animation: 3s cubic-bezier(.12, 0, .39, 0) infinite alternate cameraScale
}

.travel-shape-six {
    position: absolute;
    right: 0;
    bottom: 117px;
    animation: 5s cubic-bezier(.12, 0, .39, 0) infinite alternate both stoneSlide;
    -webkit-animation: 5s cubic-bezier(.12, 0, .39, 0) infinite alternate stoneSlide
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .travel-shape-two {
        left: 160px;
        bottom: 125px
    }

    .travel-shape-three {
        right: 110px;
        top: 15px
    }

    .travel-shape-six {
        bottom: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {

    .travel-shape-one,
    .travel-shape-six,
    .travel-shape-three,
    .travel-shape-two {
        display: none
    }
}

.section-padding {
    padding: 100px 0
}

.about-us p,
.fix {
    overflow: hidden
}

.about-section {
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding: 30px 0 30px 0 !important;
}

.about-section p {
    line-height: 24px;
}

.about-us-features li {
    margin-bottom: 7px;
}

.about-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    border-radius: 0;
    background: #f9fafb;
    height: 94%;
    z-index: -1
}

.about-section .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 48px
}

.about-section .shape-1 img {
    width: 100%;
    height: 100%;
    border-radius: 30px
}

.about-image-item-style-1 .counter-content {
    margin-bottom: 0;
    position: relative;
    padding: 6px;
    background-color: #fff;
    width: 31%;
    text-align: center
}

.about-image-item-style-1 .counter-content strong {
    font-size: 78px;
    color: var(--main-color);
    margin-bottom: 10px
}

.about-image-item-style-1 .about-image {
    max-width: 324px;
    position: relative
}

.about-image-item-style-1 .about-image i {
    border-radius: 30px 0;
    border: 5px solid var(--white);
    color: var(--main-color);
    font-size: 46px
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.about-image-item-style-1 .about-image .about-box {
    max-width: initial;
    position: absolute;
    border-radius: 22px 0;
    background-color: #fff;
    bottom: 35px;
    right: -210px;
    padding: 12px 16px
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.about-image-item-style-1 .about-image img {
    border: 5px solid var(--main-grey);
    width: 100%;
    height: 100%;
    border-radius: 30px 0;
    border: 5px solid #fff
}

.about-image-item-style-1 .about-image .about-image-2 {
    position: absolute;
    top: -200px;
    right: -200px;
    max-width: 298px
}

.img-custom-anim-left {
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-left;
    opacity: 0
}

.about-us-features {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-us-features li {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400
}

.about-us-features li::before {
    display: inline-block;
    content: "✓";
    width: 20px;
    height: 20px;
    color: var(--main-color);
    margin-right: 10px;
    font-size: 12px;
    background-color: #0165b533;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%)
}

.about-image-2 img {
    height: 300px !important
}

.about-image-item-style-1 {
    padding-top: 0;
    padding-bottom: 64px
}

.main-footer {
    position: relative;
    background-color: var(--deep-blue);
    padding-top: 31px
}

.main-footer__top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    padding: 47px 40px;
    margin-bottom: 55px;
    border-radius: 0
}

.main-footer__bottom__inner {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 11px 0
}

.main-footer__copyright {
    margin: 0;
    font-size: 16px;
    color: var(--white-color)
}

.footer-widget {
    margin-bottom: 19px
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 15px
}

.footer-widget__title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin: -4px 0 0
}

.footer-widget__title~img {
    max-width: 150px;
    margin-bottom: 14px
}

.main-footer p {
    line-height: 150%;
    color: var(--light-color);
    margin: 0 0 20px;
    text-wrap-style: balance
}

.footer-widget--links {
    position: relative
}

.footer-widget .contact-footer a {
    display: flex;
    gap: 5px;
    color: var(--light-color);
    margin-bottom: 14px
}

.blog-section,
.blogs .blogs-wrapper .blog-card .blog-img,
.footer-widget--links-two {
    position: relative
}

.footer-widget__links {
    margin-top: -3px;
    margin-bottom: -13px
}

.footer-widget__links li {
    font-size: 16px;
    color: var(--white-color);
    line-height: 40px;
    position: relative;
    display: block
}

.footer-widget__links li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.footer-widget__links li a:hover {
    background-size: 100% 1px;
    letter-spacing: 2px;
    color: var(--main-color)
}

.blog-card .blog-card-content .bottom-area .social-list li:hover a,
.blog-card .blog-card-content .bottom-area>a:hover,
.blog-card .blog-card-content h5:hover a,
.blog-card.style-5 .blog-card-content h5:hover a,
.main-footer__copyright a {
    color: var(--main-color)
}

footer hr {
    color: #fff;
    margin-bottom: 47px
}

.newsletter_wrap img {
    height: 35px;
    width: 35px
}

.newsletter_wrap form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--white-color);
    border-radius: 10px;
    padding: 5px;
    width: 550px
}

.newsletter_wrap form ::placeholder {
    color: var(--white-color)
}

.newsletter_wrap form .subscribe {
    border-radius: 10px;
    background: var(--main-color);
    text-wrap: nowrap;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 22px;
    color: #fff;
    border: none
}

.scroll-top,
.scroll-top-value {
    border-radius: 50%;
    display: grid;
    place-items: center
}

.menu-mobile-fixed {
    position: fixed;
    bottom: 0;
    padding: 20px 20px 10px;
    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: var(--rich-gold);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.menu-mobile-fixed a img {
    width: 20px;
    height: 20px
}

.menu-mobile-fixed a p {
    font-size: 14px;
    font-weight: 400
}

.scroll-top {
    height: 60px;
    width: 60px;
    background-color: var(--white-color);
    position: fixed;
    bottom: 40px;
    right: 50px;
    transform: scale(0);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    z-index: 100
}

.faq-one,
.faq-one__content-box {
    position: relative;
    display: block
}

.scroll-top.active {
    bottom: 50px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    animation: .5s ease-in-out scroll-Top;
    transition: .3s
}

.scroll-top-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 13px;
    font-weight: 600
}

@-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)
    }
}

.page-hero-banner .page-content,
.partners__content {
    padding-bottom: 40px
}

.faq-one {
    background: var(--white-color) fff;
    padding: 120px 0
}

.faq-one .section-title {
    margin-bottom: 59px
}

.faq-one__content-box .accrodion {
    position: relative;
    display: block;
    border-radius: 7px;
    box-shadow: 0 10px 60px 0 #d3d3d3;
    margin-bottom: 10px;
    transition: .5s
}

.blog-card.style-5 .blog-card-content h5,
.faq-one__content-box .accrodion.last-chiled,
.side-blogs .side-blog-content p {
    margin-bottom: 0
}

.faq-one__content-box .accrodion.active::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: 0 0;
    border-radius: 7px;
    transition: .5s
}

.faq-one__content-box .accrodion .accrodion-title {
    position: relative;
    display: block;
    padding: 15px 13px;
    cursor: pointer;
    transition: .2s linear .1s
}

.faq-one__content-box .accrodion.active .accrodion-title {
    padding: 15px 13px 5px
}

.faq-one__content-box .accrodion .accrodion-title h4 {
    position: relative;
    color: #16243d;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    transition: .5s
}

.faq-one__content-box .accrodion .accrodion-title h4::before {
    content: "\f138";
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 20px;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: .5s
}

.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,
.faq-one__right {
    position: relative;
    display: block
}

.faq-one__content-box .accrodion .accrodion-content .inner p {
    margin: 0
}

.faq-section {
    background-repeat: no-repeat;
    background-position: 100% 0
}

.accrodion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.accrodion.active .accrodion-content {
    max-height: 500px
}

.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
}

.tooltip-inner {
    background-color: var(--main-grey);
    color: var(--second-color);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--second-color);
    font-size: 14px;
    top: 0
}

.tooltip-arrow {
    width: 12px;
    height: 12px
}

.tooltip {
    box-shadow: 0 13px 48px 0 rgb(153 110 59 / 20%);
    max-width: 200px
}

.phone_call {
    background: 0 0;
    box-shadow: 0 0 0;
    border: 0;
    position: relative
}

.blogs .blogs-wrapper .blog-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    height: 100%;
    background: #fff;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 15%);
    padding-left: 0
}

.blogs .blogs-wrapper {
    padding: 30px 0
}

.blogs .blogs-wrapper .blog-card .blog-img img {
    border-radius: 10px;
    height: 250px;
    min-width: 100%;
    object-fit: cover;
    filter: brightness(.8)
}

.blogs .blogs-wrapper .blog-card .blog-img img:hover {
    filter: brightness(1)
}

.blogs .blogs-wrapper .blog-card .blog-img .blog-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--main-grey);
    font-size: 14px;
    font-weight: 700;
    border-bottom-left-radius: 10px;
    border-bottom: 6px solid var(--white-color);
    border-right: 7px solid var(--white-color);
    border-left: 6px solid var(--white-color);
    border-top: 5px solid var(--white-color)
}

.blog-btn .btn-effect {
    border: 1px solid var(--white-color)
}

.blogs .blogs-wrapper .blog-card .blog-img::before {
    right: 0;
    height: 7px;
    width: 6px;
    border-radius: 52%;
    background-color: #ffffff00;
    box-shadow: 10px 10px 0 var(--white-color);
    z-index: 20
}

.blogs .blogs-wrapper .blog-card .blog-img .blog-btn::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -30px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 10px 10px 0 var(--white-color)
}

.blogs .blogs-wrapper .blog-card .blog-img .blog-btn .btn-effect {
    display: block;
    width: 100%;
    height: 77px;
    border: none !important;
    border-radius: 10px;
    padding: 0 14px !important;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    display: flex;
    flex-direction: column
}

.blogs .blogs-wrapper .blog-card .blog-content h3,
.blogs .blogs-wrapper .blog-card .blog-img .blog-btn .btn-effect:hover,
.special-card-content h3,
.special-card-content p {
    color: var(--deep-blue)
}

.sidebar-discount,
.special-price span {
    color: var(--main-color);
    display: inline-block
}

.blogs .blogs-wrapper .blog-card .blog-content {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08);
    padding: 20px 10px;
    position: relative
}

.blogs .blogs-wrapper .blog-card .blog-para p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0
}

.blog-btn strong {
    font-size: 25px;
    border-bottom: 2px solid
}

.travel-tour-second .tab-content .package-box span.d-inline-block {
    font-weight: 400;
    font-size: 14px;
    margin-right: 15px;
    padding-bottom: 11px
}

.blog__section {
    display: flex
}

.blog-brif p,
.blog__card-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 38%);
    transition: .5s ease-out;
    margin: 4px
}

.blog-card .blog-card-img-wrap {
    position: relative;
    overflow: hidden;
    transition: .5s ease-out;
    padding: 7px
}

.blog-card .blog-card-img-wrap .card-img {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 5px 5px 0 0;
    transition: .5s ease-out
}

.blog-card .blog-card-img-wrap .card-img img {
    border-radius: 5px;
    transition: .5s ease-out;
    min-width: 100%;
    height: 268px
}

@media(max-width:991px) {
    .blog-card .blog-card-img-wrap .card-img img {
        width: 100%
    }
}

.blog-card .blog-card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.blog-card .blog-card-img-wrap .date {
    position: absolute;
    top: 13px;
    right: 16px;
    text-align: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    -webkit-backdrop-filter: blur(1.7px);
    backdrop-filter: blur(1.7px);
    transition: .5s;
    z-index: 9
}

.blog-card .blog-card-img-wrap .date span {
    color: var(--white-color);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .22px;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s
}

.blog-card .blog-card-img-wrap .date span strong {
    font-size: 17px;
    font-weight: 600
}

.blog-card .blog-card-content {
    padding: 14px 15px
}

.blog-card .blog-card-content .blog-card-content-top>ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

.blog-card .blog-card-content .blog-card-content-top>ul li {
    position: relative;
    color: #0f1a28;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .26px;
    text-transform: capitalize
}

.blog-card .blog-card-content .blog-card-content-top>ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    background-color: var(--second-color);
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.blog-card .blog-card-content .blog-card-content-top>ul li:first-child::before,
.blog-card .blog-card-content .bottom-area .social-list li:first-child::before,
.blog-card.style-5 .blog-card-content .bottom-area .social-list li:first-child::before {
    display: none
}

.blog-card .blog-card-content .blog-card-content-top>ul li a {
    color: rgba(16, 12, 8, .5);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .26px;
    text-transform: capitalize;
    text-decoration: underline;
    transition: .5s
}

.blog-card .blog-card-content .blog-card-content-top .blog-date {
    display: flex;
    align-items: center;
    gap: 5px
}

.blog-card .blog-card-content .blog-card-content-top .blog-date svg {
    fill: var(--main-color);
    opacity: .5
}

.blog-card .blog-card-content .blog-card-content-top .blog-date a {
    color: var(--main-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .26px;
    text-transform: capitalize;
    transition: .5s
}

.blog-card .blog-card-content h5 {
    margin-bottom: 0;
    height: 50px;
    font-size: 14px;
    font-weight: 600
}

.blog-card .blog-card-content h5 a {
    color: #1f3e66;
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: .23px;
    transition: .5s
}

.blog-brif {
    height: 90px;
    margin-bottom: 10px
}

.blog-brif p {
    -webkit-line-clamp: 4
}

@media(min-width:1200px) and (max-width:1399px) {
    .blog-card .blog-card-content h5 a {
        font-size: 20px
    }
}

.blog-card .blog-card-content .bottom-area .social-list li,
.blog-card.style-5 .blog-card-content .bottom-area .social-list li {
    position: relative;
    transition: .5s
}

.blog-card .blog-card-content .bottom-area .social-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    background: rgba(16, 12, 8, .2);
    width: 3px;
    height: 3px;
    border-radius: 50%
}

.blog-card .blog-card-content .bottom-area .social-list li a {
    color: rgba(16, 12, 8, .5);
    transition: .5s
}

.blog-card .blog-card-content .bottom-area>span {
    color: rgba(16, 12, 8, .5);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px
}

.blog-card .blog-card-content .bottom-area>span svg {
    fill: rgba(16, 12, 8, .5)
}

.blog-card.style-6:hover .blog-card-img .card-img img,
.blog-card:hover .blog-card-img-wrap .card-img img {
    transform: scale(1.05)
}

.blog-card.style-6:hover .blog-card-img .card-img::after,
.blog-card:hover .blog-card-img-wrap .card-img::after {
    height: 250%;
    transition: .6s linear;
    background-color: transparent
}

.blog-card:hover .blog-card-img-wrap .date {
    background-color: var(--second-color)
}

.blog-card.two {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 520px
}

.blog-card.two .blog-card-img-wrap .card-img {
    border-radius: 5px 0 0 5px
}

.blog-card.two .blog-card-img-wrap .card-img img {
    border-radius: 5px;
    width: 418px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.blog-card.two .blog-card-content {
    padding: 15px 10px
}

.blog-card.style-5 {
    position: relative;
    background-color: unset;
    box-shadow: none;
    height: 195px;
    margin-bottom: 76px
}

.blog-card.style-5 .blog-card-img-wrap {
    height: 253px
}

.blog-card.style-5 .blog-card-img-wrap .card-img {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 5px
}

.blog-card.style-5 .blog-card-img-wrap .card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 12, 8, 0) 0, #100c08 100%);
    border-radius: 5px;
    z-index: 1
}

.blog-card.style-5 .blog-card-img-wrap .card-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.blog-card.style-5 .blog-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 30px;
    z-index: 2;
    width: 100%
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-card .blog-card-img-wrap .date {
        top: 5px;
        left: 5px;
        width: 60px;
        height: 60px
    }

    .blog-card .blog-card-img-wrap .date span {
        font-size: 10px
    }

    .blog-card .blog-card-img-wrap .date span strong {
        font-size: 16px
    }

    .blog-card .blog-card-content .blog-card-content-top>ul {
        margin-bottom: 15px
    }

    .blog-card .blog-card-content h5 {
        margin-bottom: 20px
    }

    .blog-card .blog-card-content.two {
        padding: 25px 15px
    }

    .blog-card .blog-card-content.two h5 a {
        font-size: 17px
    }

    .blog-card.two .blog-card-img-wrap .card-img img {
        min-width: 222px;
        max-width: 222px
    }

    .blog-card.two .blog-card-content {
        padding: 15px 20px
    }

    .blog-card.style-5 .blog-card-content {
        padding: 35px 20px
    }
}

@media(max-width:767px) {
    .blog-card .blog-card-img-wrap {
        width: 100%
    }

    .blog-card .blog-card-content {
        padding: 20px
    }

    .blog-card.two .blog-card-img-wrap {
        width: unset
    }

    .blog-card.two .blog-card-img-wrap .card-img img {
        min-width: 240px;
        max-width: 240px
    }

    .blog-card.two .blog-card-content {
        padding: 15px
    }

    .blog-card.style-5 .blog-card-content {
        padding: 35px 25px
    }
}

.blog-card.style-5 .blog-card-content .blog-card-content-top ul li {
    color: rgba(255, 255, 255, .7);
    transition: .5s
}

.blog-card.style-5 .blog-card-content .blog-card-content-top ul li a {
    color: rgba(255, 255, 255, .7)
}

.blog-card.style-5 .blog-card-content .blog-card-content-top ul li::before {
    background-color: var(--white-color);
    transition: .5s
}

.blog-card.style-5 .blog-card-content .blog-card-content-top ul li:hover a,
.blog-card.style-5 .blog-card-content .bottom-area .social-list li:hover a {
    color: var(--primary-color2)
}

.blog-card.style-5 .blog-card-content .blog-card-content-top ul li:hover::before,
.blog-card.style-5:hover .blog-card-img .date {
    background-color: var(--primary-color2)
}

.blog-card.style-5 .blog-card-content h5 a {
    color: var(--white-color);
    font-size: 20px
}

@media(max-width:1199px) {
    .blog-card .blog-card-content h5 a {
        font-size: 18px
    }

    .blog-card.style-5 .blog-card-content h5 a {
        font-size: 20px
    }
}

@media(max-width:576px) {
    .blog-card .blog-card-img-wrap .date {
        top: 5px;
        left: 5px;
        width: 60px;
        height: 60px
    }

    .blog-card .blog-card-img-wrap .date span {
        font-size: 10px
    }

    .blog-card .blog-card-img-wrap .date span strong {
        font-size: 16px
    }

    .blog-card .blog-card-content .blog-card-content-top>ul {
        gap: 15px
    }

    .blog-card .blog-card-content .blog-card-content-top>ul li::before {
        left: -10px
    }

    .blog-card.two {
        flex-direction: column
    }

    .blog-card.two .blog-card-img-wrap {
        width: 100%
    }

    .blog-card.two .blog-card-img-wrap .card-img img {
        min-width: unset;
        max-width: unset;
        width: 100%;
        border-radius: unset
    }

    .blog-card.style-5 .blog-card-content {
        padding: 20px 15px
    }

    .blog-card.style-5 .blog-card-content .blog-card-content-top ul {
        margin-bottom: 10px
    }

    .blog-card.style-5 .blog-card-content h5 a {
        font-size: 17px
    }
}

.blog-card.style-5 .blog-card-content .bottom-area .social-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    background: rgba(255, 255, 255, .2);
    width: 3px;
    height: 3px;
    border-radius: 50%
}

.blog-card.style-5 .blog-card-content .bottom-area .social-list li a {
    color: rgba(255, 255, 255, .5);
    transition: .5s
}

.blog-card.style-5:hover .blog-card-img .date span {
    color: var(--title-color)
}

.blog-card.style-6 {
    box-shadow: unset
}

.blog-card.style-6 .blog-card-img-wrap .card-img {
    z-index: 2
}

.blog-card.style-6 .blog-card-img-wrap .card-img img {
    border-radius: unset;
    transition: .5s ease-out
}

.blog-card.style-6 .blog-card-img-wrap .card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .2);
    transition: .5s ease-out;
    z-index: 1
}

.blog-card.style-6 .blog-card-content {
    padding: 25px 10px 0
}

.blog-card.style-6:hover .blog-card-img .date {
    background-color: var(--primary-color1)
}

.blog-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1
}

.blog-section .section-vector1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.blog__card-text {
    font-weight: 400;
    margin-bottom: 9px;
    -webkit-line-clamp: 3
}

.card__img img {
    width: 244px !important
}

.blog__card {
    width: 60%
}

.blog--card {
    width: 41%
}

span.d-inline-block.person {
    font-size: 18px;
    color: #142843
}

.sidebar-content {
    height: auto;
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 1rem;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    border-top: 5px solid var(--second-color)
}

.sidebar-heading {
    padding: .7rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.sidebar-price {
    padding: .7rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sidebar-discount {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: .85rem;
    margin-bottom: 12px
}

.sidebar-cta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.sidebar-cta a,
.sidebar-cta button {
    flex: 1;
    border-radius: 999px
}

.sidebar-maps iframe {
    border: 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    max-height: 300px;
    margin-bottom: 20px;
    height: 186px
}

.special-card-content {
    padding: 20px;
    background: var(--main-grey);
    margin-bottom: 20px
}

.myname,
.offer-one,
.offer-one__bottom-bg,
.special-price::before {
    background-repeat: no-repeat
}

.special-card-content,
.special-card-img {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    border-radius: 0 0 10px 10px
}

.Blog-card,
.side-blogs .card {
    box-shadow: var(--box-shadow)
}

.special-card-img a {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0
}

.Blog-card .blog-img img,
.special-card-img img {
    height: 240px;
    border-radius: 10px 10px 0 0;
    min-width: 100%;
    object-fit: cover
}

.special-price {
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 20;
    width: 150px;
    height: 35px;
    margin: auto;
    left: 25%;
    right: 25%
}

.special-price span {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 10px auto
}

.side-blogs .side-blog-content p,
.special-card-content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.special-price::before {
    position: absolute;
    content: "";
    background-image: url("../images/price-shape.png");
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.listing-card-four__meta,
.offer-one,
.offer-one .container,
.offer-one__inner-img-box {
    position: relative;
    z-index: 1
}

.listing-card-four__meta {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--main-color);
    border-radius: 20px 20px 0 0;
    padding: 9px 2px;
    margin: -38px 0 0;
    transition: .4s ease-in-out
}

.listing-card-four__meta li:not(:first-child) a:before {
    color: var(--gotur-white, #fff);
    content: "|";
    font-weight: 400;
    margin-left: 2px;
    margin-right: 12px;
    opacity: .5;
    position: relative
}

.listing-card-four__meta a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 157%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--gotur-white, #fff);
    display: flex;
    align-items: center
}

.listing-card-four__meta a i {
    margin-right: 3px;
    color: var(--gotur-white, #fff)
}

.Blog-card {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.Blog-card .btn-effect {
    text-transform: capitalize;
    background: 0 0
}

.side-blogs .card {
    background-color: #fdfdfd;
    box-shadow: 0 10px 60px 0 #d3d3d3
}

.side-blogs i {
    font-size: 30px;
    color: var(--main-color)
}

.offer-one {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 37px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    box-shadow: 1px 1px 20px 10px rgb(0 0 0 / 24%);
    border-radius: 19px
}

@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__content {
    position: relative;
    top: 4px;
    padding-left: 36px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 37px
}

.offer-one__top-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #142843;
    margin-bottom: 10px
}

.offer-one__heading {
    color: var(--main-color);
    margin-bottom: 21px
}

.offer-one__text {
    color: var(--p-color);
    margin-top: 22px;
    margin-bottom: 32px
}

.offer-one__inner-img-box {
    width: 100%;
    max-width: 594px;
    margin-left: 38px
}

@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__content {
        top: 0
    }

    .offer-one__inner-img-box {
        max-width: 367px;
        margin-right: 20px
    }
}

.offer-one__img-one {
    width: 739px;
    height: 269px;
    border-radius: 20px;
    margin-left: 51px;
    margin-top: 21px
}

@media (max-width:1199px) {
    .offer-one__img-one {
        width: 367px;
        height: 367px
    }
}

@media (max-width:480px) {
    .time-wepper__item {
        --size: 90px;
        --ring: 4px
    }

    .offer-one__inner-img-box {
        max-width: 300px
    }

    .offer-one__img-one {
        width: 412px;
        height: 300px
    }
}

@media (max-width:360px) {
    .offer-one__inner-img-box {
        max-width: 270px
    }

    .offer-one__img-one {
        width: 270px;
        height: 270px
    }
}

.offer-one__img-two {
    position: absolute;
    left: -176px;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid var(--white-color);
    z-index: 11
}

.offer-one__img-three {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 11;
    animation: 3s linear infinite zumpTop;
    width: 206px
}

.offer-one__shape-one,
.offer-one__shape-two {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    position: absolute
}

@media (max-width:1399px) {
    .offer-one__img-three {
        right: -110px
    }
}

@media (max-width:1199px) {
    .offer-one__img-two {
        left: -40px;
        width: 180px;
        height: 180px
    }

    .offer-one__img-three {
        right: -40px;
        max-width: 200px
    }

    .offer-one__shape-one {
        display: none
    }
}

@media (max-width:480px) {
    .offer-one__img-two {
        width: 140px;
        height: 140px;
        left: -20px
    }

    .offer-one__img-three {
        right: -20px;
        max-width: 150px
    }
}

@media (max-width:375px) {
    .offer-one__img-two {
        width: 120px;
        height: 120px;
        left: -15px
    }

    .offer-one__img-three {
        right: -12px;
        max-width: 140px
    }
}

.offer-one__shape-one {
    left: 0;
    z-index: -1;
    background-position: left top
}

.offer-one__shape-two {
    right: 11%;
    background-position: right top
}

.offer-one__bottom-bg {
    position: absolute;
    width: calc(100% + 10px);
    height: 100%;
    bottom: 0;
    right: -10px;
    z-index: -1;
    background-position: bottom center;
    background-size: auto;
    animation: 3s linear infinite leftToRight
}

@keyframes leftToRight {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(-10px)
    }
}

.offer-one__content .btn {
    width: 330px
}

.cta-section .shape-3 {
    position: absolute;
    top: 75px;
    left: 17%
}

.offer_one {
    height: auto
}

.cta-image {
    position: absolute;
    left: 50px;
    bottom: 0;
    max-width: 240px
}

.myname {
    font-size: 129px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: uppercase;
    line-height: .8;
    overflow: hidden;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-size: cover;
    background-position: center center;
    text-align: center;
    display: block;
    margin-top: 29px
}

.platform-card {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-radius: 24px;
    height: 100%;
    border: .5px solid #d0d5dd
}

.platform-logo {
    margin-right: 1rem;
    flex: 0 0 auto
}

.platform-logo img {
    height: 30px;
    width: auto
}

.platform-rating {
    display: flex;
    flex-direction: column
}

.platform-name {
    margin-bottom: .3rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%
}

.platform-stars {
    display: flex;
    color: #ffb800;
    font-size: .9rem
}

.platform-score {
    margin-right: .3rem;
    font-weight: 600;
    color: #0d2446
}

.featured-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.featured-image img {
    width: 100%;
    height: 379px;
    display: block;
    /* transform: scaleX(-1); */
}

.about-testimonials__thumb__item {
    animation: 4s ease-in-out infinite leftToRight
}

.testimonial-section {
    background-color: var(--main-grey);
    padding: 40px 0
}

.testimonial-item {
    background: var(--white-color);
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transition: .3s;
    margin: 10px;
    opacity: .7;
    transform: scale(.9);
    overflow: hidden
}

.testimonial-item.active {
    border-radius: 10px;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.testimonial-item.active .testimonials-head img {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px 0 0
}

.testimonial-item.active .quote-shape img {
    opacity: .2
}

.testimonials-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px
}

.testimonials-title {
    flex: 1
}

.testimonials-card__ratings {
    color: #ffc107;
    margin-bottom: 8px
}

.testimonials-card__ratings i {
    margin-right: 2px
}

.testimonial-item h3 {
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #333
}

.testimonial-item p {
    color: #666;
    font-size: .85rem;
    margin-bottom: 0
}

.testimonials-content {
    max-height: 21.5em;
    /* 3 أسطر تقريبًا */
    overflow-y: auto;
}

.testimonials-content p {
    color: #555;
    line-height: 1.5;
    font-style: italic;
    font-size: .9rem;

    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--deep-blue); */
}

.testimonial-item {
    height: 440px;
}

.testimonial-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover
}

.quote-shape img {
    width: auto;
    height: auto;
    border-radius: 0;
    position: absolute;
    right: 15px;
    bottom: -20px;
    opacity: 0
}

.testimonialSwiper {
    padding: 15px 0
}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
    color: #333;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

@media (max-width:768px) {
    .blog__section {
        display: flex;
        flex-direction: column
    }

    .testimonial-item {
        padding: 15px;
        margin: 8px
    }

    .testimonials-head {
        flex-direction: column;
        text-align: center;
        gap: 10px
    }

    .testimonial-item img {
        width: 65px;
        height: 65px
    }
}

.Breadcrumb-cover {
    background-color: var(--main-grey)
}

.breadcrumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1
}

.breadcrumb-nav {
    position: relative;
    text-align: center;
    display: flex;
    z-index: 2;
    padding: 5px 0;
    align-items: center
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--main-color);
    content: "/";
    font-size: 18px;
    color: var(--para-color);
    line-height: 28px;
    float: left;
    margin: 0 5px;
    padding: 0
}

li.breadcrumb-item:last-child {
    padding-right: 0
}

.breadcrumb-item a {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize
}

.breadcrumb-item a,
.breadcrumb-item span {
    padding: 0 5px
}

.breadcrumb-item a:hover {
    text-decoration: underline
}

.breadcrumb-item.active {
    color: var(--para-color);
    font-size: 14px;
    font-weight: 500
}

.breadcrumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: none;
    margin: 0;
    justify-content: center;
    align-items: center
}

.blognavigation {
    margin-top: 20px
}

.blognavigation li.active,
.blognavigation li:hover,
.tags a:hover {
    background: #202636;
    color: #fff
}

.blognavigation .next,
.blognavigation .prev {
    background-color: var(--main-color);
    color: #fff
}

.blognavigation .dots {
    font-size: 20px;
    margin: 0 5px
}

.blognavigation a,
.blognavigation li,
.blognavigation span.current {
    border: 2px solid #233f5a;
    color: #233f5a
}

.blognavigation a:hover,
.blognavigation li:hover {
    background: #233f5a;
    border-color: #233f5a;
    color: var(--deep-blue);
    transition: .2s
}

.blognavigation span.current {
    background: #233f5a;
    border-color: #233f5a
}

@media only screen and (min-width:992px) {
    .blognavigation {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.blognavigation a,
.blognavigation li,
.blognavigation span.current {
    display: inline-block;
    margin: 10px 3px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 1rem;
    transition: .2s;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid var(--main-color);
    color: var(--deep-blue)
}

.blognavigation span.current {
    background: var(--deep-blue);
    color: #fff;
    border: 2px solid var(--deep-blue)
}

.page-hero-banner {
    margin: 0 20px;
    border-radius: 15px;
    padding-top: 240px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.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
    }
}

.page-hero-banner .page-content h1 {
    color: var(--main-grey);
    margin-bottom: 12px;
    letter-spacing: -.03em;
    font-weight: 800
}

.page-content .breadcrumb-link li,
.page-content .breadcrumb-link li a {
    display: inline-block;
    color: var(--main-grey);
    font-weight: 600;
    font-size: 22px
}

.page-content .breadcrumb-link li i,
.page-title-hero .page-content ul.breadcrumb-link li i {
    margin-right: 10px;
    margin-left: 10px
}

.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-hero-banner .text-bg {
        left: 0;
        max-width: 650px
    }

    .page-title-hero .shape {
        display: none
    }
}

.page-title-hero .shape.shape-one {
    top: 75px;
    left: 50px
}

.page-title-hero .shape.shape-two {
    right: 115px;
    bottom: 70px
}

@media (max-width:1650px) {
    .page-title-hero .shape.shape-one {
        top: 35px;
        left: 30px
    }

    .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 h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 20px
}

@media screen and (max-width:991.98px) {
    .page-hero-banner .text-bg {
        left: 0;
        max-width: 400px;
        height: 250px
    }

    .page-hero-banner .page-content h1 {
        font-size: 27px;
        line-height: 50px
    }

    .page-title-hero .page-content h1 {
        font-size: 34px;
        line-height: 45px
    }
}

@media (max-width:767.98px) {
    .social-media {
        display: none
    }

    .contact-boxes {
        justify-content: center !important;
        flex-wrap: wrap;
        padding: 5px
    }

    .single-item {
        margin-bottom: -9px
    }

    .nav-bar .single-item:last-child {
        padding-left: 0 !important
    }

    .page-hero-banner {
        margin: 0 10px;
        height: 311px
    }

    .page-hero-banner .text-bg {
        max-width: 100%;
        height: 200px
    }

    .page-hero-banner .page-content {
        margin-top: -111px
    }

    .page-title-hero .page-content ul.breadcrumb-link li {
        font-size: 18px
    }

    .page-title-hero .page-content h1 {
        font-size: 24px;
        line-height: 35px
    }
}

.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
}

.header-text {
    margin-top: 81px
}

.blog-date {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 10px 2px;
    background: #f5f3ee;
    border-radius: 8px;
    color: #011f43;
    font-weight: 500;
    font-size: .9rem
}

.blog-date i {
    color: var(--main-color);
    font-size: 1.1rem;
    margin-right: 8px;
    flex-shrink: 0
}

@media (max-width:767px) {
    .footer-widget {
        margin-bottom: 0
    }

    .social-media-navbar {
        margin-bottom: 22px
    }

    .main-footer {
        position: relative;
        background-color: var(--deep-blue);
        padding-top: 31px;
        margin-bottom: 81px
    }

    .newsletter-wrap {
        padding: 9px 0;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 0;
        height: 69vh
    }

    .newsletter-wrap form {
        padding: 4px;
        width: 350px
    }

    .newsletter-wrap form input {
        font-size: 14px
    }

    .newsletter-wrap form .subscribe {
        font-weight: 500;
        font-size: 12px;
        padding: 6px 14px
    }

    .upper-navbar-right {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .nav_icon {
        display: none !important
    }

    .upper-navbar-right {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px
    }

    .main-nav-bar .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

    .header-transparent .container-fluid,
    .header-transparent .container-lg,
    .header-transparent .container-md,
    .header-transparent .container-sm,
    .header-transparent .container-xl {
        padding-left: 41px;
        padding-right: 69px
    }

    .mobile-main-menu .extra-nav .theme-btn {
        margin-top: 15px
    }

    .clip-text {
        font-size: 32px;
        font-weight: 800;
        line-height: 66px;
        text-align: center;
        text-transform: uppercase;
        margin-top: -10px;
        margin-bottom: 22px
    }

    .featured-image,
    .offer-two__thumb__element,
    .sale-banner,
    .umberlla {
        display: none
    }

    .about-image-item-style-1 .about-image .about-image-2 {
        position: absolute;
        top: -200px;
        right: 0;
        max-width: 298px;
        display: none
    }

    .about-us-features li,
    .blog__card {
        width: 100%
    }

    .about-image-item-style-1 .counter-content {
        width: 100%;
        border-radius: 20px
    }

    .about-image-item-style-1 .about-image .about-box {
        max-width: initial;
        position: absolute;
        border-radius: 22px 0;
        background-color: #fff;
        bottom: -3px;
        right: 0;
        padding: 12px 30px
    }

    .section-padding {
        padding: 59px 0
    }

    .myname {
        font-size: 50px;
        margin-top: 0
    }

    .offer-one__heading {
        color: var(--main-color);
        margin-bottom: 21px;
        font-size: 22px
    }

    .blog-card.one {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .section-title h2 {
        color: #16243d;
        margin-bottom: 10px;
        font-size: 25px
    }

    .platform-card {
        flex-direction: column
    }

    .platform-stars {
        display: flex;
        color: #ffb800;
        font-size: .9rem;
        flex-direction: column
    }

    .scroll-top {
        height: 50px;
        width: 50px;
        background-color: var(--white-color);
        border-radius: 50%;
        position: fixed;
        right: 42px;
        bottom: 83px
    }

    .scroll-top.active {
        bottom: 86px
    }

    .second-tours .swiper-slide {
        height: 28rem
    }

    .page-hero-banner .text-bg {
        max-width: 100%;
        height: 200px
    }

    .section-title h1 {
        color: #16243d;
        margin-bottom: 10px;
        font-size: 27px
    }

    .blognavigation {
        display: flex;
        overflow-x: auto;
        margin-top: 20px;
        overflow: scroll;
        scroll-behavior: smooth
    }

    .star {
        bottom: 4rem;
        right: 2rem;
        animation: .8s infinite alternate itupup
    }

    .umberlla_2 {
        top: 2rem;
        left: 0
    }

    .trustpilot_rev {
        margin-top: -16px !important
    }

    .footer-widget__links {
        margin-top: -19px;
        margin-bottom: 0
    }

    .testimonialSwiper {
        padding: 0;
        height: 338px
    }

    .tab-section {
        background-size: cover
    }
}

@media (max-width:1399px) {
    .newsletter-wrap {
        padding: 40px
    }

    .newsletter-wrap form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--white-color);
        border-radius: 10px;
        padding: 8px;
        width: 450px
    }

    .newsletter-wrap form .subscribe {
        font-size: 16px;
        font-weight: 500;
        padding: 12px 20px
    }
}

@media (max-width:1199px) {
    .offer-one__shape-two {
        display: none
    }

    .newsletter-wrap {
        padding: 40px
    }

    .newsletter-wrap .newsletter-content img {
        width: 65px
    }

    .newsletter-wrap form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--white-color);
        border-radius: 10px;
        padding: 8px;
        width: 450px
    }

    .newsletter-wrap form .subscribe {
        font-size: 16px;
        font-weight: 500;
        padding: 12px 20px
    }
}

@media (max-width:991px) {
    .offer-one__content {
        text-align: left;
        margin-bottom: 4px;
        padding-left: 10px
    }

    .offer-one__inner-img-box {
        margin-left: auto;
        margin-right: auto
    }

    .offer-one__img-two {
        bottom: -10px
    }

    .offer-one__img-three {
        bottom: -20px
    }

    .offer-one__bottom-bg {
        background-image: none !important
    }

    .newsletter-wrap {
        padding: 24px 20px
    }

    .newsletter-wrap form {
        padding: 4px;
        width: 350px
    }

    .newsletter-wrap form .subscribe {
        font-weight: 500
    }

    .newsletter_wrap form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 10px;
        padding: 5px;
        width: 100%
    }

    .mobile-logo img {
        max-width: 100%;
        height: 38px
    }
}

.special-card,
.special-card-img {
    border-radius: 10px;
    position: relative
}

@media (min-width:1024px) and (max-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1233px
    }

    .subscribe-img img {
        width: 240px
    }

    .offer-two__thumb__element {
        width: 359px;
        height: 333px;
        right: 50px;
        z-index: -1
    }

    .myname {
        font-size: 86px;
        display: block;
        margin-top: 0
    }
}

.fav-tour-img {
    position: relative;
    flex: 0 0 250px
}

.heart-icon,
.heart__icon {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 17px;
    background-color: #fff;
    backdrop-filter: blur(2px);
    padding: 8px 10px;
    border-radius: 50%
}

.heart-icon {
    color: #dc3545
}

.heart__icon {
    color: #201f1f
}

.Special_offers .heart-icon,
.Special_offers .heart__icon {
    top: 70px
}

.second-tours-swiper .heart-icon,
.second-tours-swiper .heart__icon {
    bottom: 16px;
    left: 20px;
    top: auto;
    right: auto;
    transform: rotate(-180deg)
}

.faq-service-item svg {
    width: 30px;
    fill: var(--main-color)
}

.addfavorite i::before {
    color: red !important
}

.thanke-you-box {
    width: 90%;
    border-radius: 25px;
    padding: 1rem;
    text-align: center;
    position: relative;
    animation: .8s ease-out slideUp;
    margin: 20px auto
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.checkmark {
    width: 80px;
    height: 79px;
    border-radius: 50%;
    background: #f7921f;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1s ease-in-out checkmarkPulse;
    box-shadow: 0 15px 30px var(--light-color)
}

.checkmark svg {
    width: 50px;
    height: 50px;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: .8s ease-in-out .3s forwards drawCheck
}

@keyframes drawCheck {
    to {
        stroke-dashoffset: 0
    }
}

.right-side-girl-shape {
    position: absolute;
    left: 0;
    top: -11%;
    z-index: 1
}

.left-side-ballon {
    position: absolute;
    right: 3%;
    bottom: 5%;
    z-index: 1;
    animation: 2s linear infinite alternate up-down2
}

.special-card-content {
    height: 272px
}

.social-media-navbar {
    display: flex;
    gap: 9px;
    align-items: center;
}

del {
    color: #036;
    font-size: 19px;
    font-weight: 700;
}

.travel-tour-second .tab-content .package-box {
    height: 420PX;
}

.travel-tour-second .pkg-btn-con {
    margin-top: 10px;
    flex-flow: wrap;
    gap: 13px;
}

.page-hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-item.active .testimonials-head img {
    border-radius: 50%;
}

@media (max-width: 767px) {

    .hero-header {
        height: 443px !important;
    }

    .header-info {
        height: 42vh;
    }

    .star img {
        border: none;
        max-width: 70px !important;
        display: none;
    }

    .travel-tour-second .tab-content .package-box img {
        width: 100%;
    }

    .travel-tour-second .tab-content .package-box {
        height: 396PX;
    }

    .testimonial-item img {
        top: 7px !important;
        object-fit: contain;
    }

    .category-item img {
        width: 100%;
    }

    .page-hero-banner .text-bg {
        background-color: transparent;
    }

    .heading__cart {
        flex-wrap: wrap;
    }

    .timeline-marker {
        display: none;
    }

    .price-card {
        margin-bottom: 17px;
    }

    .special-card-img img {
        height: 240px !important;
    }

    .fav-tour-card {
        flex-direction: column;
    }


}

.blog__card h3 a {
    color: #1f3e66;
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: .23px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

/*

.about-wrapper .about-wrapper-left {
  display: inline-block;
  margin-bottom: 10px;
  float: right;
  margin-bottom: 10px;
}

.about-wrapper-left img {
    height: 260px;
    border-radius: 29px;
    width: 503px;
}

.about-wrapper-right p {
  line-height: 1.7;
  margin-bottom: 0.9rem;
  color: var(--para-color);
}

.about-wrapper-right ul {
  margin-left: 20px;
  margin-bottom: 1rem;
}

.about-wrapper-right li {
  margin-bottom: 0.4rem;
  display: list-item;
  list-style: disc;
}

.about-wrapper-right li::marker {
  color: var(--main-color);
  font-size: 1.2em;
}

.about-wrapper-right strong {
  color: var(--black-color);
  font-weight: 600;
}
.section-title .section-title-heading {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 45px;
}
.about-wrapper::after {
  content: "";
  display: block;
  clear: both;
} */



.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    grid-column: 1 / -1;
    margin: 0.5rem;
}

.video-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, var(--third-color), #3a4ed5) border-box;
    border: 2px solid #fff0
}

.video-box:hover {
    transform: translateY(-8px);
    box-shadow: rgb(0 131 145 / .2) 0 8px 24px
}

.video-thumbnail {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease
}

.video-box:hover .video-overlay {
    background: rgb(0 0 0 / .5)
}

video {
    width: 100% !important;
}

.play-button {
    width: 80px;
    height: 80px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgb(0 0 0 / .3)
}

.video-box:hover .play-button {
    transform: scale(1.1);
    background: var(--second-color)
}

.play-button::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid var(--main-color);
    border-top: 15px solid #fff0;
    border-bottom: 15px solid #fff0;
    margin-left: 5px
}

.video-box:hover .play-button::before {
    border-left-color: var(--white-color)
}

.video-info {
    padding: 1.5rem;
    background: var(--white-color)
}

.video-info h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: .5rem
}

.video-info p {
    font-size: .9rem;
    color: var(--para-color);
    line-height: 1.5
}

.product-title {
    font-size: clamp(1.5rem, 2rem, 1rem);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--black-color);
}

.product-subtitle {
    color: var(--para-color);
    font-size: 16px;
    margin-bottom: 2rem;
}

/* ===========================================================
    free page

/*==========================================*/
/* .about-wrapper-left img {
    height: 260px;
    border-radius: 29px;
    width: 503px;
}

.about-wrapper-right img {
    height: 260px;
    border-radius: 29px;
    width: 503px;
}




.about-wrapper .about-left {
  display: inline-block;
  margin-bottom: 10px;
  float: left;
  margin-bottom: 10px;
}

.about-left img {
    height: 260px;
    border-radius: 29px;
    width: 503px;
    margin-right: 26px;
}

.about-right p {
  line-height: 1.7;
  margin-bottom: 0.9rem;
  color: var(--para-color);
}

.about-right ul {
  margin-left: 20px;
  margin-bottom: 1rem;
}

.about-right li {
  margin-bottom: 0.4rem;
  display: list-item;
  list-style: disc;
}

.about-right li::marker {
  color: var(--main-color);
  font-size: 1.2em;
}

.about-right strong {
  color: var(--black-color);
  font-weight: 600;
}
.section-title .section-title-heading {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 45px;
}
.about-wrapper::after {
  content: "";
  display: block;
  clear: both;
} */
/* .about-wrapper-Specialists {
    padding: 28px;
    background: rgba(245, 176, 0, 0.05);
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
} */

.thumb img {
    border-radius: 27px;
    height: 433px;
    width: 651px;
}



.testimonialSwiper ::-webkit-scrollbar {
    background: 0 0;
    width: 5px;
    height: 5px
}

.testimonialSwiper ::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 10px
}