@charset "UTF-8";
@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-SemiBold.woff2') format('woff2'),
        url('../font/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ThinItalic.woff2') format('woff2'),
        url('../font/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Thin.woff2') format('woff2'),
        url('../font/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-BlackItalic.woff2') format('woff2'),
        url('../font/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-BoldItalic.woff2') format('woff2'),
        url('../font/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Italic.woff2') format('woff2'),
        url('../font/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Bold.woff2') format('woff2'),
        url('../font/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../font/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraBold.woff2') format('woff2'),
        url('../font/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Black.woff2') format('woff2'),
        url('../font/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraLight.woff2') format('woff2'),
        url('../font/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.woff2') format('woff2'),
        url('../font/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Medium.woff2') format('woff2'),
        url('../font/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-LightItalic.woff2') format('woff2'),
        url('../font/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-MediumItalic.woff2') format('woff2'),
        url('../font/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Light.woff2') format('woff2'),
        url('../font/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root { --vh: 100vh; }


body,h1,h2,h3,h4,h5,h6,p {
    font-family: 'Poppins';
}

a,a:hover {
    color: #03629a;
    text-decoration: none
}

blockquote cite,div.search-headline,dt {
    font-weight: 700
}

header .navigation a,header .navigation ul li a {
    color: #ffff;
    letter-spacing: 1px
}

.search-wrap,header {
    top: 0;
    left: 0;
    width: 100%
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px
}

::-webkit-scrollbar {
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 10px
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

*,::after,::before {
    box-sizing: inherit
}

.blogdetail ul.breadcrumb li,.img-price+.blog-info ul li,ul,ul li {
    list-style: none
}

.h-100,.large_artical_img img {
    height: 100%
}

body {
    font-size: 16px;
    background-color: #fff;
    color: #292929;
	 font-family: "Poppins", system-ui;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.taxonomy-category span.wp-block-post-terms__separator,.wp-block-button.btn-base.btn-custom:after,p:empty {
    display: none
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px;
    word-wrap: break-word;
    font-weight: 700;
    color: #333;
    letter-spacing: .1px
}

h1 {
    font-size: 38px
}

div.search-headline,h2 {
    font-size: 29px;
    margin-top: 20px;
		margin-bottom:20px;
}

h3,h3 strong {
    font-size: 25px
}

h4 {
    font-size: 1.4rem
}

h5 {
    font-size: 16px
}

h6,header .navigation ul li.menu-has-children ul li a {
    font-size: 14px
}

p {
    margin: 0 0 20px;
    line-height: 28px
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

a {
    -webkit-transition: color .18s,background-color .18s,border-color .18s;
    transition: color .18s,background-color .18s,border-color .18s
}

a:focus {
    outline: 0
}

.group::after {
    content: "";
    display: table;
    clear: both
}

[role=button],a,area,button,input,label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.blog-grid.style-2 span,.content-wrap ul,figure {
    margin: 0
}

ol,ul {
    padding-left: 20px
}

dl,hr.wp-block-separator {
    margin: 0 0 20px
}

address,dd {
    margin: 0 0 15px
}

.ptb-90 {
    padding: 90px 0
}

.pb-90 {
    padding-bottom: 90px
}

.pt-90 {
    padding-top: 90px
}

.mtb-90 {
    margin: 90px 0
}

.mb-90 {
    margin-bottom: 90px
}

.mt-90 {
    margin-top: 90px
}

blockquote {
    margin: 20px 0;
    padding-left: 15px;
    border-left: 3px solid #074b71
}

blockquote cite {
    display: block;
    font-style: italic;
    margin: 10px 0 0;
    color: rgba(70,70,70,.8);
    font-size: 14px
}

table td,table th {
    /*font-size: 18px*/
}

.entry-content table {
    border-width: 1px 0 0 1px;
    margin-bottom: 24px
}

.entry-content td,.entry-content th {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-width: 0 1px 1px 0
}

.entry-content td:first-child,.entry-content th:first-child {
    padding-left: 0
}

.entry-content caption,.entry-content td,.entry-content th {
    font-weight: 400;
    text-align: left;
    padding: 5px;
    vertical-align: middle
}

.entry-content th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 85%
}

code,kbd,pre,samp,tt,var {
    font-family: monospace,serif;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-style: normal
}

pre {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.1);
    overflow: auto
}

address {
	margin:0 0 15px;
    font-style: normal;
    line-height: inherit;
	max-width:280px;
}

abbr,abbr[title] {
    text-decoration: none;
    border: 0
}

mark {
    color: inherit;
    font: inherit;
    background: 0 0
}

.label,b,label,strong {
    font-weight: 500
}

audio,embed,iframe,object,video {
    margin-bottom: 15px;
    max-width: 100%;
    border: 0
}

.sidebar_about_text p,.tour-cta p,p>audio,p>embed,p>iframe,p>object,p>video,span>audio,span>embed,span>iframe,span>object,span>video {
    margin-bottom: 0
}

#map *,.map * {
    max-width: none!important
}

.label,label {
    display: block;
    margin: 0 0 10px;
    color: #2d2d2d;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -.025em
}

.label [class^=fa],label [class^=fa] {
    color: #fe7d22;
    margin-right: 5px;
    min-width: .785rem
}

input,select,textarea {
    display: inline-block;
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 10px 12px;
    box-shadow: none;
    line-height: normal;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    /*background-color: #f3f3f3;*/
    background-image: none;
    -webkit-transition: background-color .18s,border-color .18s;
    transition: background-color .18s,border-color .18s;
    text-align: center
}

input:focus,input:hover,select:focus,select:hover,textarea:focus,textarea:hover {
    outline: 0;
    background-color: #fff;
    border-color: #fe7d22
}

input.input-sm,select.input-sm,textarea.input-sm {
    height: 35px;
    padding: 5px 15px;
    font-size: 14px
}

input.wpcf7-quiz {
	margin-top:10px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-size: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    max-width: 100%
}

select::-ms-expand {
    background-color: transparent;
    border: 0
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    height: auto;
    resize: vertical;
    padding-top: 15px;
    padding-bottom: 15px
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    width: auto;
    height: auto
}

fieldset {
    margin: 0 0 15px;
    padding: 0;
    border: 0;
    min-width: 0
}

::-webkit-input-placeholder {
    font-weight: 400;
    opacity: .8
}

:-moz-placeholder {
    font-weight: 400;
    opacity: .8
}

::-moz-placeholder {
    font-weight: 400;
    opacity: .8
}

:-ms-input-placeholder {
    font-weight: 400;
    opacity: .8
}

button:focus {
    outline: #fe7d22 dotted 1px
}

.btn,.comment-reply-link,button[type=submit],input[type=reset],input[type=submit] {
    display: inline-block;
    margin: 0;
    border: 0;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background-color .18s,color .18s,border-color .18s;
    transition: background-color .18s,color .18s,border-color .18s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 30px;
    width: auto;
    height: auto;
    background: #fe7d22;
    color: #fff;
    text-transform: lowercase;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1;
    font-family: inherit;
    padding: 16px 40px 15px;
    font-size: 16px
}

.btn-lg,.btn-sm {
    border-radius: 30px
}

.btn.disabled,.btn:disabled,.comment-reply-link.disabled,.comment-reply-link:disabled,button[type=submit].disabled,button[type=submit]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn:hover,.comment-reply-link:hover,button[type=submit]:hover,input[type=reset]:hover,input[type=submit]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #034975
}

.btn:focus,.comment-reply-link:focus,button[type=submit]:focus,input[type=reset]:focus,input[type=submit]:focus {
    outline: 0;
    box-shadow: 0 0 10px rgba(224,13,78,.7)
}

.btn [class*=fa-],.comment-reply-link [class*=fa-],button[type=submit] [class*=fa-],input[type=reset] [class*=fa-],input[type=submit] [class*=fa-] {
    margin: 0 3px
}

.btn-sm {
    padding: 14px 28px;
    font-size: 12px;
    text-transform: uppercase
}

.btn-lg {
    padding: 21px 44px;
    font-size: 18px
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid #fe7d22;
    color: #fe7d22
}

.btn-transparent:hover {
    color: #fff;
    border-color: #fe7d22;
    background-color: #fe7d22
}

.btn-block {
    min-width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px
}

.blog-list,.border-radius-10 {
    border-radius: 10px
}

.section-title h4 {
    text-transform: capitalize;
    color: #909090;
    margin-bottom: 5px;
    font-size: 20px
}

.about-text .section-title div,.section-title h2 {
    font-size: 35px;
    color: #034975;
    padding-bottom: 20px
}

.about-text .section-title div {
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 20px
}

.banner-full-section,.large_artical,.section-title,.trendy_news_item,li.location,li.location a {
    position: relative
}

.ads-bg .section-title div {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px
}

.btn-base a,.btn-base.btn-custom a,.btn-custom a,a.btn-base.btn-custom {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block
}

.btn-base,.btn-base a,.btn-base.btn-custom a,.btn-custom a {
    box-sizing: border-box;
    appearance: none;
    background-color: #054a73;
    border: 2px solid #034975;
    border-radius: .6em;
    color: #034975;
    cursor: pointer;
    display: inline-block;
    align-self: center;
    font-size: 1rem;
    line-height: 1;
    padding: 12px 30px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.blog-list article .blog-info h3 a,.content-wrap ul li a,section p a {
    text-decoration: underline;
    text-underline-position: under
}

.btn-base a:focus,.btn-base a:hover,.btn-base.btn-custom a:focus,.btn-base.btn-custom a:hover,.btn-base:focus,.btn-base:hover,.btn-custom a:focus,.btn-custom a:hover {
    color: #fff;
    outline: 0
}

.btn-base a,.btn-base.btn-custom a,.btn-custom,.btn-custom a {
    border-color: #034975;
    border-radius: 8px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 150ms ease-in-out
}

.btn-base.btn-custom a:after,.btn-custom:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #fe7d22;
    z-index: -1;
    transition: width 150ms ease-in-out
}

.btn-base.btn-custom a:hover,.btn-custom:hover {
    border-color: #fd7b31
}

.btn-base.btn-custom a:hover:after,.btn-custom:hover:after {
    color: #fff;
    width: 110%
}

.wp-block-button.btn-base.btn-custom {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none
}

header {
    position: absolute;
    padding: 20px 0;
    z-index: 99
}

header .navigation>ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0
}

header .navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

header .navigation ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

header .navigation ul.submenu li a {
    color: #222
}

header .navigation li.menu-has-children ul.sub-menu {
    padding: 10px
}

header .navigation>ul>li {
    padding: 5px 25px 5px 0;
    position: relative;
    transition: .6s;
    line-height: 16px
}

header .navigation ul.submenu {
    position: absolute;
    right: 0;
    display: none
}

section.hero-section .hero-content form.search {
    width: 500px;
    margin: 0 auto;
    font-size: small
}

.search-wrap {
    position: fixed;
    height: 100%;
    background-color: rgb(255 255 255 / 98%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .8s ease-in-out;
    -webkit-transform: translate(0,-100%) scale(0,0);
    -moz-transform: translate(0,-100%) scale(0,0);
    -o-transform: translate(0,-100%) scale(0,0);
    -ms-transform: translate(0,-100%) scale(0,0);
    transform: translate(0,-100%) scale(0,0);
    opacity: 0;
    overflow: auto
}

.search-wrap.open {
    -webkit-transform: translate(0,0) scale(1,1);
    -moz-transform: translate(0,0) scale(1,1);
    -o-transform: translate(0,0) scale(1,1);
    -ms-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
    opacity: 1
}

#search form {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    padding: 0 25px
}

a.close-icon {
    z-index: 99;
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: #00448c;
    opacity: 1;
    padding: 4px 10px;
    font-size: 15px
}

.search-widgets {
    margin-top: 200px;
    padding: 0 15px 90px
}

.search-widgets .search-widget-wrap div {
    color: #000;
    margin: 20px 15px;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: 700;
    letter-spacing: 0
}

.search-widgets .search-widget-wrap div:first-letter {
    text-transform: capitalize
}

.search-widgets a.search-widget-wrap {
    background-color: #f4f4f4;
    border-radius: 15px;
    box-shadow: 0 0 14px #ffffff78;
    overflow: hidden;
    display: block;
    transition: .4s
}

.search-widgets a.search-widget-wrap:hover img {
    transform: scale(1.01);
    overflow: hidden;
    filter: sepia(90%)
}

.search-widgets a.search-widget-wrap img {
    transition: .5s;
    aspect-ratio: 1/1;
    object-fit: cover;
	width:100%;
}

#search input[type=text] {
    color: #000;
    background: rgba(0,0,0,0);
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    border: 1px solid #ababab;
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    border-radius: 10px
}

header .navigation ul.sub-menu {
    border-radius: 0 30px;
    transition: .6s;
    box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
    padding: 10px 15px;
    background-color: #ededed
}

header .navigation ul.sub-menu.mega-menu li {
    display: inline-block;
    padding: 10px 15px;
    background-color: #ededed;
    border-radius: 0 30px;
    margin: 0 10px 10px 0;
    width: 30%
}

header .navigation ul.sub-menu.mega-menu {
    width: 600px;
    text-align: center
}

header .navigation ul.sub-menu li a {
    color: #000
}

header .navigation ul.sub-menu li:hover {
    background-color: #034974
}

header .navigation ul li a,header .navigation ul.sub-menu li:hover a,section.hero-section .hero-content h1,section.hero-section .hero-content h3 {
    color: #fff
}

section.hero-section .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
    z-index: 1;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 100%;*/
}
section#hero-section img {
    width: 100%;
}
section.hero-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10%;
    background-image: url("../img/curve.svg")
}
.bg-prop{
	background-color: #ddd;
}
section.hero-section{
    /* background-image: url('http://vorschau7.de.dedi1919.your-server.de/13_zjhggdh/wp-content/uploads/2024/09/AbenteuerAlbanien-1-6.webp'); */
    position: relative;
    height: 70vh;
    overflow: hidden;
    background-size: cover;
    /* height: calc(var(--vh, 1vh) * 50); */
    /* object-fit: cover; */
    /* display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center; */
}

section.hero-section .hero-content h1 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px
}

section.hero-section .hero-content h3 {
    font-size: 25px;
    letter-spacing: .9px
}

section.hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,rgb(0 0 0 / 90%),rgb(196 196 196 / 55%));
    width: 100%;
    height: 100%
}

section.hero-section .hero-content img {
    width: 150px
}

.about_img img {
    border-radius: 10px;
    position: relative
}

.feature-destin img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 30%) 0 4px 12px;
    transition: .5s;
    width: 897px
}

.feature-destin a.btn-base.btn-custom {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
    transition: .5s
}

.feature-destin:hover a {
    bottom: 1%
}

.feature-destin:hover img {
    filter: drop-shadow(2px 4px 6px #000000)
}

.trendy_news_img,.trendy_news_img img {
    height: 400px;
    position: relative;
    object-fit: cover;
    border-radius: 10px
}

.trendy_news_text {
    background: linear-gradient(0deg,rgba(22,43,73,.639093137254902) 34%,rgba(22,43,73,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 20px;
    z-index: 9;
    border-radius: 10px
}

.trendy_news_text span {
    font-size: 12px
}

.trendy_news_text p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: .3s linear;
    height: 0;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear
}

.trendy_news_text .time {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

.trendy_news_item:hover .trendy_news_text p {
    margin-bottom: 0;
    height: 100%
}

a.title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear
}

.blog-grid {
    text-align: center;
    display: block
}

.blog-grid span {
    margin: 20px;
    display: block;
    color: #0a4c6f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    height: 58px;
    font-size: 18px
}

.center ul.slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 0 2px
}

.center ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: none;
    background-color: #ff771f54
}

.center ul.slick-dots li.slick-active button {
    background-color: #fe7d22
}

.author h3,.center ul.slick-dots,.newsletter-container .box,.sidebar_about_text {
    text-align: center
}

.center.slick-slider button.slick-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    background-color: #fd8566;
    width: 40px;
    height: 40px;
    z-index: 1;
    line-height: 40px;
    border-radius: 50px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    transition: .6s;
    opacity: 0;
    visibility: hidden
}

.center.slick-slider button.slick-next.slick-arrow {
    right: -3%
}

.center.slick-slider button.slick-prev.slick-arrow {
    left: -3%
}

.center.slick-slider button.slick-next.slick-arrow:after,.center.slick-slider button.slick-prev.slick-arrow:after {
    position: absolute;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    line-height: 40px
}

.center.slick-slider button.slick-next.slick-arrow:after {
    content: "\f061"
}

.center.slick-slider button.slick-prev.slick-arrow:after {
    content: "\f060"
}

.center.slick-slider:hover button.slick-arrow {
    opacity: 1;
    top: 50%;
    visibility: visible
}

.blog a.blog-grid,.blogs-slider .feature-destin,.search-latest-slider .search-slider-wrapper {
    margin: 10px
}

section.blog {
    z-index: 9;
    position: relative
}

.artical_sidebar .heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    padding-bottom: 20px
}

.sidebar_about {
    padding: 30px;
    background: #fefaf6;
    border: 1px solid #fdf0e4;
    margin-bottom: 40px
}

.sidebar_about_img {
    height: 260px;
    overflow: hidden;
    position: relative
}

.sidebar_about ul {
    background: linear-gradient(0deg,rgb(22 43 73 / 36%) 34%,rgba(22,43,73,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: end;
    padding: 0 30px 30px;
    margin: 0
}

.sidebar_about ul li a {
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-size: 13px;
    margin: 0 5px;
    color: #ffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block
}

.sidebar_about ul li a.facebook {
    background: #4268b3
}

.sidebar_about ul li a.instagram {
    background: #e9465b
}

.author_share li a.youtube,.blog_tags_area .social li a.youtube,.details_blooger_img li a.youtube,.sidebar_about ul li a.pinterest,.sidebar_about ul li a.youtube,.sodebar_social_link li a.youtube {
    background: #e60024
}

.sidebar_about ul li a.twitter {
    background: #00acee
}

.sidebar_about_text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px
}

.sidebar_about_text .img {
    width: 55px;
    margin: 0 auto
}

.artical_sidebar .heading::after {
    position: absolute;
    content: "";
    background: url("../img/shapes_2.png") center/cover no-repeat;
    width: 300px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.large_artical_img {
    height: 480px
}

.large_artical_text {
    background: linear-gradient(0deg,rgba(22,43,73,.639093137254902) 34%,rgba(22,43,73,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 50px
}

.side-img-wrapper,.tour-cta:after {
    background-repeat: no-repeat;
    background-position: center
}

.large_artical_text a {
    font-size: 30px;
    max-width: 85%
}

.large_artical_text .play_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 50px;
    right: 50px;
    z-index: 99
}

footer {
    background: #151515;
    position: relative;
    margin-top: -230px;
    z-index: 0;
    padding-top: 200px
}

.footer_text .footer_logo {
    display: block;
    width: 350px;
    margin: 0 auto
}

.footer_text .footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.footer_text .footer_menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: .3s linear;
    margin: 0 25px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear
}

.footer_text .footer_menu li a:hover {
    color: #fe7d22
}

.footer_text .footer_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0
}

.footer_text .footer_link li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #ddd;
    border: 1px solid #cfcfe0;
    margin: 0 5px;
    transition: .3s linear;
    display: inline-block
}

.footer_text .footer_link li a:hover {
    background: 0 0;
    color: #fe7d22;
    border-color: #fe7d22
}

.footer_copyright {
    border-top: 1px solid #f3974514;
    padding: 10px 0
}

.footer_copyright p {
    color: #404040;
    text-align: center;
    margin: 0;
    font-size: 14px
}

#loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #333;
    border-color: #ff8e28 transparent;
    animation: 1.2s infinite lds-hourglass
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }

    100% {
        transform: rotate(1800deg)
    }
}

.banner-full-section,.banner-full-section img {
    height: 600px;
    width: 100%
}

.banner-full-section img {
    object-fit: cover
}

.banner-full-section:after {
    content: '';
    position: absolute;
    top: 0;
    background-image: linear-gradient(rgb(255 255 255 / 41%),rgb(254 125 34 / 81%));
    left: 0;
    width: 100%;
    height: 100%;
    animation: 3s infinite bg-move;
    will-change: background-color
}

@keyframes bg-move {
    0%,100% {
        background-color: #000000d9
    }

    50% {
        background-color: #dc3545d4
    }
}

.banner-full-section .banner-content {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    padding: 20px
}

.banner-full-section .banner-content a,.banner-full-section .banner-content h1,.banner-full-section .banner-content h4 {
    color: #ffff
}

.banner-full-section .banner-content h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 90px;
    letter-spacing: .9px;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent
}

.mobile-nav-trigger {
    float: right;
    font-size: 18px;
    letter-spacing: -.025em;
    text-transform: uppercase;
    font-weight: 500;
    display: none;
    color: currentColor;
}

.line-clamp-2,.line-clamp-3,.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.line-clamp-3 {
    -webkit-line-clamp: 3
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-4 {
    -webkit-line-clamp: 4
}

.bg-shade {
    background-color: #fff;
    box-shadow: rgb(213 213 213 / 34%) 0 0 50px
}

.backshadow,.side-img-wrapper:hover .backshadow {
    background-color: #00000080
}

.accordion .accordion-collapse,.blog-grid.style-2,.share-blog-1,ul.visible-all {
    box-shadow: rgba(149,157,165,.2) 0 8px 24px
}

footer.inner-footer {
    margin: 0;
    padding: 0
}

.author {
    padding: 2rem;
    border-radius: 10px
}

.blogdetail p.breadcrumb a,.blogdetail ul.breadcrumb a,ul.breadcrumb li a {
    color: #444;
    font-weight: 700;
    padding: 8px 12px;
    background-color: #f2f5f7;
    border-radius: 25px;
    display: inline-block
}

.blogdetail p.breadcrumb a+span.separator,.blogdetail ul.breadcrumb a+span.separator {
    line-height: 28px;
    margin: 10px 5px 0
}

.blogdetail ul.breadcrumb a:hover {
    background-color: #d0d0d0
}

.blogdetail p.breadcrumb a+span.separator+span.last,.blogdetail ul.breadcrumb a+span.separator+span.last {
    font-size: .9em;
    word-break: break-word;
    margin-top: 10px
}

.blogdetail p.breadcrumb a,.blogdetail ul.breadcrumb a,.blogdetail ul.breadcrumb li {
    font-size: .9em;
    color: #3a3a3a;
    margin-top: 10px;
    transition: .5s;
    word-break: break-word;
    text-decoration: none
}

.accordion h2 .accordion-button {
    font-size: 20px;
    font-weight: 600
}

.accordion h2 .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #034975;
    text-transform: capitalize
}

.accordion .accordion-collapse ul {
    padding: 0;
    margin: 0
}

.accordion .accordion-collapse ul li {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #034975;
    list-style: disc inside
}

.image-slider-01 ul.slick-dots li {
    display: inline-block
}

.image-slider-01 ul.slick-dots li button {
    font-size: 0px;
    border: none;
    background-color: #fe7d22;
    margin-right: 2px
}

.image-slider-01 ul.slick-dots,.widget ul {
    padding: 0;
    text-align: center
}

.fs-7 {
    font-size: .9rem
}

body .wp-block-column ul li,li.location {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    list-style-type: none!important
}

.widget ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 22px
}

.side-img-wrapper img {
    border-radius: 15px
}

.side-img-wrapper a.btn-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%
}

.blog-list article .blog-img {
    flex-basis: 30%
}

.blog-list article .blog-info {
    flex-basis: 70%
}

.blog-list article .blog-info h3 {
    font-size: 18px;
    font-weight: 700
}

.blog-list article {
    padding: 1rem 0;
    border-radius: 0;
    transition: .5s;
    overflow: hidden
}

.blog-list article:not(:last-child) {
    border-bottom: 1px solid #eee
}

.blog-list article .blog-img img {
    border-radius: 10px;
    transition: .5s;
    height: 100%;
    object-fit: cover
}

.blog-list article:hover img {
    transform: scale(.9);
    filter: drop-shadow(2px 4px 6px #545454)
}

.backshadow {
    backdrop-filter: blur(14px);
    width: 90%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    transition: .5s;
    color: #ffff;
    margin: 20px 0
}

#block-5,#block-5 .wp-block-group,#block-5 .wp-block-group__inner-container {
    height: 100%;
    max-height: 100%
}

.side-img-wrapper {
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px
}

.side-img-wrapper .backshadow a {
    position: relative!important;
    top: 0!important;
    left: 0!important;
    transform: translate(0,0)!important;
    width: 100%
}

.sticky-elements {
    position: sticky;
    top: 130px
}

.author-card-sidebar {
    border: 1px solid #e1e1e1;
    border-radius: 14px;
    padding: 40px 40px 60px
}

.author-card {
    display: flex;
    gap: 30px;
    border-radius: 14px
}

.author-card-sidebar .author-name {
    position: relative;
    color: #222;
    border-bottom: 0
}

.author-card-sidebar .author-socials a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #222;
    border-radius: 4px;
    color: #222;
    text-align: center
}

.author-socials a:hover {
    background: #034975;
    color: #fff!important;
    border: 1px solid #034975!important
}

.counter-wrapper {
    background: rgba(76,155,179,.7);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    padding: 30px;
    border-radius: 14px;
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 200px);
    justify-content: space-between
}

.counter-wrapper .counter-number {
    color: #fff;
    font-weight: 600;
    list-style: none
}

.counter-wrapper .counter-number .odometer {
    font-size: 50px;
    color: #fff
}

.counter-wrapper .counter-number .h5,.counter-wrapper .counter-number h5 {
    font-size: 50px;
    display: inline-block;
    color: #fff;
    transform: translatey(7px)
}

.counter-wrapper .counter-number p {
    margin: 0;
    font-size: 16px;
    position: relative;
    top: -4px
}

.author-card-sidebar-style-2 {
    border: 1px solid #e1e1e1;
    gap: 10px;
    padding: 40px 50px 20px;
    border-radius: 14px
}

.author-card .author-image {
    height: 120px;
    flex: 0 0 120px;
    width: 120px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid var(--bs-body-color)
}

.author-card .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.author-card-sidebar-style-2 .author-name {
    color: var(--bs-heading-color);
    border-bottom: none;
    width: 100%;
    text-align: center;
    padding: 0
}

.author-card-sidebar-style-2 .author-content {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.author-card-sidebar-style-2 .author-socials-area {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
    margin-bottom: 20px
}

.author-card-sidebar-style-2 .title {
    color: var(--bs-body-color);
    position: relative;
    color: #717171dd;
    width: max-content;
    margin: 0 0 1.875rem 35px;
    font-weight: 600;
    font-size: 1.375rem
}

.author-socials {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.author-card-sidebar-style-2 .author-socials-area .author-socials a {
    border: 1px solid #3f3f3f;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 4px;
    color: #3f3f3f
}

.author-card-sidebar-style-2 .author-information-area .single-info {
    display: flex;
    list-style: none;
    gap: 15px;
    padding-bottom: 15px
}

.author-card-sidebar-style-2 .author-information-area .single-info .information-icon {
    height: 20px;
    width: 20px
}

.single-info a {
max-width:280px;
}

.author-card-sidebar-style-2 .author-information-area .single-info a {
    color: var(--bs-body-color)
}

.author-card-sidebar-style-2 .title:after {
    position: absolute;
    content: "";
    left: -35px;
    bottom: 7px;
    width: 30px;
    height: 2px;
    background: #717171dd
}

.blog-grid.style-2 .blog-info span,.contact-from label {
    margin-bottom: 10px
}

.contact-from input,.contact-from select,.contact-from textarea {
    margin-bottom: 30px;
    border: 1px solid #a3a3a3
}

#border-pagination {
    padding: 0;
    display: flex;
    justify-content: center
}

#border-pagination li {
    display: inline
}

#border-pagination li a,#border-pagination li span {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    float: left;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

#border-pagination li a.active,#border-pagination li.active span {
    background-color: #fe7d22;
    color: #fff
}

#border-pagination li a:hover:not(.active) {
    background: #ddd
}

.image-slider-01 .slick-slide img {
    height: 300px;
    object-fit: cover
}

.hotel-book p {
    height: 230px;
    overflow: auto
}

.hotel-book {
    background-color: #e6e6e6;
    width: 33%;
    margin-right: 2px;
    position: relative
}

.hotel-book a {
    width: 100%
}

.accordion .accordion-item h2 button {
    background-color: #074b71;
    color: #fff;
    border-radius: 8px!important
}

.accordion .accordion-item h2 button:after {
    filter: contrast(.1)
}

.share-blog-1 {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 99
}

ul.visible-all {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 200px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0;
    display: none;
    padding: 10px;
    text-align: center
}

ul.visible-all li a {
    color: #fff;
    font-size: 1rem;
    line-height: 40px
}

ul.visible-all:after {
    content: "\f04b";
    display: none
}

.blog-grid.style-2 {
    text-align: left;
    padding: 0;
    transition: .5s
}

.blog-grid.style-2 .blog-info {
    padding: 40px 20px 20px
}

.blog-grid.style-2 .blog-info ul {
    display: flex;
    padding: 0;
    margin: 0
}

.blog-grid.style-2 .blog-info ul li i {
    color: #ffbf00
}

.blog-grid.style-2 .blog-info ul li,.blog-grid.style-2 .blog-info ul+span {
    color: #b5b2b2
}

.blog-grid.style-2 .blog-info ul+span {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0
}

.blog-grid.style-2 .img-price span {
    position: absolute;
    bottom: -20px;
    background-color: #074b71;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 18px;
    left: 50%;
    display: block;
    transform: translateX(-50%)
}

.blog-grid.style-2:hover {
    box-shadow: rgb(58 58 58 / 39%) 0 8px 24px
}

.SubscribeCtaWidget .img-wrapper {
    flex: 39%
}

.SubscribeCtaWidget .img-wrapper img {
    width: 100%;
    height: 100%
}

.SubscribeCtaWidget .form-search form button,.SubscribeCtaWidget .form-search form input[type=text] {
    height: 30px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px
}

.SubscribeCtaWidget .form-search form button {
    padding: 0;
    text-transform: uppercase;
    border-radius: 0
}

.SubscribeCtaWidget .form-search form input[type=checkbox] {
    width: 10px;
    height: 10px;
    padding: 7px
}

.SubscribeCtaWidget .form-search form input[type=checkbox]+label {
    line-height: 24px
}

.content-wrap ul li {
    list-style: disc;
    padding-bottom: 1rem;
    line-height: 1.9
}

.content-wrap a,.content-wrap p a,.content-wrap ul li a,p a {
    text-decoration: underline;
    color: #000;
    text-underline-position: under
}

.share-post {
    position: absolute;
    bottom: 420px;
    right: 2%;
    z-index: 99
}

ul.visible-all li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    display: inline-block
}

ul.visible-all li.instagram {
    background-color: #e1306c
}

ul.visible-all li.youtube {
    background-color: red
}

ul.visible-all li.facebook {
    background-color: #1877f2
}

ul.visible-all li:not(:last-child) {
    margin-right: 20px
}

.sidebar {
    width: 350px;
    margin-left: auto
}

.blog-list article .blog-info .accom-category {
    background: linear-gradient(70deg,#1c4a73ad,#054a73);
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
    color: #ffff;
    text-transform: capitalize;
    margin-bottom: 15px
}

.content-wrap ul li a,section p a {
    font-weight: 700;
    color: #03629a
}

section p em strong,section p strong,strong {
    font-weight: 700;
    color: #3a3a3a
}

.card-body p.card-text {
    min-height: 82px
}

.blogdetail figure+h2.wp-block-heading,figure+.profile-disclosure,figure.wp-block-image+ul,figure.wp-block-image.size-large+.profile-disclosure,p+ul {
    margin-top: 0!important
}

details.wp-block-details.accordion.accordion-flush.accordion-item.is-layout-flow.wp-block-details-is-layout-flow {
    margin-bottom: 20px;
    border: none
}

details.wp-block-details.accordion.accordion-flush.mt-4.accordion-item.is-layout-flow.wp-block-details-is-layout-flow ul li {
    padding: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    list-style: disc;
    text-align: left
}

h3.wp-block-heading {
    font-weight: 700!important
}

:where(.wp-block-columns) {
    margin-bottom: 0!important
}

details.wp-block-details summary {
    font-size: 20px;
    font-weight: 600;
    padding: 32px!important;
    border-radius: 12px;
    background-color: #fafafa;
    border: 1px solid #f2f5f7;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px
}

details.wp-block-details[open] {
    border: none;
    overflow: visible
}

details.wp-block-details[open=""] summary {
    background-color: #fff;
    box-shadow: rgba(149,157,165,.2) 0 8px 15px
}

details.wp-block-details summary+.wp-block-rank-math-toc-block {
    box-shadow: rgba(149,157,165,.2) 0 4px 15px;
    padding: 32px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 0
}

details.wp-block-details ul li a {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #074b71
}

details.wp-block-details summary+.wp-block-rank-math-toc-block nav ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px
}

details.wp-block-details summary+.wp-block-rank-math-toc-block nav ul li {
    list-style-type: disc!important
}

.wp-block-image figure figcaption,figure figcaption sub,figure figcaption sub mark,figure figcaption sup,figure figcaption sup mark,figure.wp-block-image figcaption {
    margin-top: 0;
    text-align: center;
    line-height: 1;
    font-size: 10.8px;
    text-transform: capitalize;
    margin-bottom: 20px
}

figure figcaption sup,figure figcaption sup mark {
    top: inherit
}

figure img,figure.wp-block-image img {
    width: 100%;
    box-shadow: -5px 5px 25px 5px rgb(0 0 0 / 10%);
    margin-bottom: 10px!important
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #034975
}

@keyframes moveUp {
    from {
        transform: translateY(40px)
    }

    to {
        transform: translateY(10px)
    }
}

li.location i {
    font-size: 14px;
    position: absolute;
    top: 7px;
    left: 0
}

.blogdetail ol li,.blogdetail ul li {
    list-style: disc;
    text-align: left
}

.blogdetail ol,.blogdetail p.breadcrumb,.blogdetail ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px 20px;
    display: inherit
}

.blogdetail ol li:not(:last-child),.blogdetail ul li:not(:last-child) {
    padding-bottom: 5px
}

.blogdetail p.breadcrumb,.blogdetail ul.breadcrumb {
    padding-left: 0;
    margin-left: 0
}

details.wp-block-details nav ul ul {
    padding-left: 30px;
    margin-top: 10px
}

.blogdetail ul.breadcrumb li:last-child {
    line-height: 40px
}

li.location {
    padding-left: 18px
}

.blogs-slider ul.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none
}

.blogs-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center
}

#scrollUp,.profile-disclosure {
    align-items: center;
    display: flex
}

.blogs-slider ul.slick-dots li {
    display: inline-block;
    padding: 0 6px
}

.blogs-slider ul.slick-dots li.slick-active button {
    background-color: #074b71
}

.profile-disclosure {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    background-color: #f2f5f7;
    border-radius: 12px;
    padding: 8px
}

.profile-pic {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
    margin-bottom: 0
}

.profile-disclosure p {
    font-weight: 400;
    color: #4a4a4a!important
}

.olly-disclosure {
    margin: 0!important;
    flex: 1;
    font-size: .8em;
    line-height: 1.6!important;
    color: #3e3e3e!important
}

.margin-bottom,.tour-cta {
    margin-bottom: 20px!important
}

.categories-section a,.taxonomy-category a {
    background-color: #f2f5f7;
    color: #444!important;
    padding: 6px 12px;
    border: 2px solid #e0e4e7;
    border-radius: 20px;
    text-decoration: none!important;
    transition: background-color .3s;
    font-weight: 400;
    margin: 10px 4px;
    display: inline-block
}

.recc-text a,.wp-block-buttons+span {
    display: block
}

.categories-section a:hover,.taxonomy-category a:hover {
    background-color: #e0e4e7
}

.tour-cta {
    position: relative;
    padding: 15px 6px 15px 56px;
    font-size: 1em;
    line-height: 1.6!important;
    background-color: #fafafa;
    border-radius: 8px
}

.tour-cta:after {
    background-image: url("../img/ticket.png");
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-size: contain;
    transition: transform .3s;
    margin-left: 4px!important
}

.recc-text img {
    box-shadow: -5px 5px 25px 5px rgb(0 0 0 / 10%);
    margin-bottom: 10px
}

.recc-text a {
    padding: 5px;
    background-color: #fff;
    transition: .5s
}

.recc-text a:hover {
    background-color: #f4f4f4
}

details.wp-block-details summary+.wp-block-rank-math-toc-block nav ul li ul li:last-child {
    padding-bottom: 20px
}

.wp-block-columns:has(ul) {
    margin-top: 20px
}

body.single.single-post .blog-grid img {
    object-fit: cover;
    aspect-ratio: 2/2
}

.blog-grid img {
    object-fit: cover;
    height: 250px;
    width: 100%
}

.recommended-blog .recc-text img {
    height: 200px;
    object-fit: cover;
    width: 100%
}

body.single.single-post section.hero-section.hero-blog , body.archive.category section.hero-section{
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.car-rent+.categories-section,.car-rent+.insurance-travel,.insurance-travel+.car-rent,.insurance-travel+.categories-section,.wp-block-buttons+blockquote,.wp-block-buttons+div,.wp-block-buttons+figure,.wp-block-buttons+h1,.wp-block-buttons+h2,.wp-block-buttons+h3,.wp-block-buttons+h4,.wp-block-buttons+h5,.wp-block-buttons+h6,.wp-block-buttons+iframe,.wp-block-buttons+img,.wp-block-buttons+ol,.wp-block-buttons+p,.wp-block-buttons+span,.wp-block-buttons+table,.wp-block-buttons+ul,.wp-block-buttons~figure,.wp-block-group+.wp-block-buttons,details.wp-block-details.accordion div.wp-block-rank-math-toc-block+p,div.wp-block-rank-math-toc-block+p {
    margin-top: 20px
}

details.wp-block-details.accordion.accordion-flush.mt-4.accordion-item.is-layout-flow.wp-block-details-is-layout-flow {
    margin-bottom: 30px
}

.blogdetail .blog-grid span {
    height: inherit
}

#scrollUp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #074b71;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    justify-content: center
}

body.blog .blog .blog-grid {
    margin-bottom: 3em
}

.search-latest-slider .slick-list {
    margin: -10px
}

.search-latest-slider button {
    position: absolute;
    top: 50%;
    z-index: 99;
    font-size: 0;
    border: none;
    height: 40px;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    opacity: 0;
    width: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
}

.search-latest-slider button.slick-prev {
    left: 2px
}

.search-latest-slider button.slick-next {
    right: 2px
}

button.slick-prev.slick-arrow:after {
    content: '<';
    font-size: 20px
}

button.slick-next.slick-arrow:after {
    content: '>';
    font-size: 20px
}

.search-latest-slider:hover button {
    opacity: 1
}

.search-widgets div#searchResults a.search-widget-wrap {
    margin-bottom: 20px
}

.blogdetail .wp-block-buttons+h2.wp-block-heading,.margin-top {
    margin-top: 20px!important
}

.margin-top-bottom {
    margin: 20px 0!important
}

.recommended-blog .recc-text img+p {
    color: #03629a;
    margin-left: 10px
}

.blogdetail h2.wp-block-heading {
    margin-top: 40px!important
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px
}

.blogdetail figure.wp-block-image:not(:has(figcaption)) img,.blogdetail figure:not(:has(figcaption)) img {
    margin-bottom: 30px!important
}

.sidebar-heading {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px
}

section.hero-section .hero-content h1+div {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 40px
}

.hotel-book h4 {
    height: 20px;
    font-size: 16px
}

.rental-wrap {
    display: flex;
    background-color: #f2f5f7;
    border: 1px solid #e8edf3;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 25px
}

.rental-wrap .rental-img img {
    min-height: 450px;
    object-fit: cover;
    border-radius: 20px 0 0 20px
}

.rental-wrap .rental-img {
    flex-basis: 50.3%
}

.rental-wrap .retal-content {
    flex-basis: 70%;
    text-align: center;
    margin: 0 20px
}

.retal-content p strong span {
    background: linear-gradient(to right,#0b7fa2,#0b617b);
    color: #fff;
    font-weight: 600;
    padding: 0 6px 3px;
    border-radius: 3px;
    white-space: nowrap
}

.retal-content .section-heading {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    margin-bottom: 15px
}

.retal-content p {
    color: #333
}
section.hero-section.mobile {display:none;}


@media (max-width: 1400px) {
    .blog-grid.style-2 .img-price span {
        width:180px;
        text-align: center
    }
}

@media (min-width : 991px) and (max-width :1199px) {
    .backshadow {
        width:99%
    }

    .backshadow p {
        margin-bottom: 5px
    }

    .hotel-book p {
        height: auto
    }
}

@media (max-width: 1800px) {
    .about_img:after {
        right:-137%;
        z-index: -1;
        opacity: .099;
        left: inherit
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .blog-grid.style-2 .blog-info span,.blog-grid.style-2 .blog-info span+p {
        font-size:14px;
        line-height: 20px
    }

    .blog-grid.style-2 .blog-info ul li {
        font-size: 12px
    }
}

@media (min-width: 1199px) and (max-width:1400px) {
    .hotel-book h5 {
        height:30px
    }

    .hotel-book h3 {
        height: 60px;
        display: flex;
        align-items: center
    }
}

@media (max-width: 1199px) {
    .rental-wrap .rental-img {
        flex-basis:50%
    }

    body.single.single-post section.hero-section.hero-blog h1, body.archive.category section.hero-section h1 {
        font-size: 35px;
        font-weight: 600
    }

    .blog-grid.style-2 .img-price span {
        width: 140px
    }

    .hotel-book h4 {
        height: auto
    }

    .hotel-book {
        width: 100%;
        margin-bottom: 20px!important;
        text-align: center
    }

    .blog-list article .blog-img,.blog-list article .blog-info {
        flex: 50%
    }

    .sidebar {
        width: 100%
    }

    .author-socials {
        gap: 10px
    }

    .counter-wrapper {
        position: inherit;
        width: 100%;
        margin-top: 25px
    }
}
@media (min-width: 991px){
	.slicknav_menu{display: none;}
}
@media (max-width: 991px) {
    section.hero-section{height: 460px;}
	.slicknav_menu{display: block;}
    section.hero-section .hero-content h1 {
        font-size:40px;
        font-weight: 900;
        line-height: 34px;
        margin-bottom: 10px
    }

    .hotel-book p {
        height: auto
    }

    .mobile-nav-trigger, header .navigation a.search-icon {
        line-height: 15px
    }

    header .navigation {
        align-items: end
    }

    .blog-grid.style-2 .img-price span {
        width: 40%;
        text-align: center
    }

    .side-img-wrapper img {
        width: 100%
    }

    .feature-destin,.trendy_news_item {
        margin-bottom: 20px
    }

    section.desitnation {
        background-size: cover
    }

    #mobilemenu {
        display: block
    }

    .mobile-nav-trigger {
        display: inline-block;
        color: #fe7d22;        
    }

    .about_img:after, header .navigation > ul.navigation-main {
        display: none
    }

    header .navigation a.search-icon {
        order: 2;
        margin: 0 10px
    }

    .ptb-90 {
        padding: 45px 0
    }

    .pb-90 {
        padding-bottom: 45px
    }

    .pt-90 {
        padding-top: 45px
    }

    .mtb-90 {
        margin: 45px 0
    }

    .mb-90 {
        margin-bottom: 45px
    }

    .mt-90 {
        margin-top: 45px
    }

    .author-card-sidebar-style-2 {
        padding: 30px 40px 10px 30px!important
    }

    section.hero-section .hero-content h1+div {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 8px
    }

/*     body.single.single-post section.hero-section.hero-blog,section.hero-section {
        min-height: 80vh;
    }
 */
    body.single.single-post section.hero-section.hero-blog h1, body.archive.category section.hero-section h1 {
        line-height: 45px
    }

    .footer_text .footer_menu li a {
        margin: 0 18px 0 0
    }

    .footer_text .footer_menu {
        padding: 0
    }
}

@media (max-width: 767px) {
    section.hero-section {
		background-color: #f0f0f0; /* Placeholder color */
		background-size: cover;
		background-position: center;
		background-image: none; /* Start with no background image */
		height: 300px;
		position: relative;
		
	}
    .rental-wrap {
        display:block
    }

    .car-rent .rental-wrap .retal-content {
        margin: 20px 20px 15px
    }

    .blogdetail ul.breadcrumb+p,.insurance-travel .rental-wrap .retal-content {
        margin-top: 20px
    }

    .recc-text a p {
        margin-bottom: 0;
        margin-left: 10px;
        flex-basis: 70%
    }

    .blog-grid span {
        height: inherit
    }

    .blogdetail .wp-block-image figure figcaption,.blogdetail figure figcaption sub,.blogdetail figure figcaption sub mark,.blogdetail figure figcaption sup,.blogdetail figure figcaption sup mark,.blogdetail figure img,.blogdetail figure.wp-block-image figcaption,.blogdetail figure.wp-block-image img,.blogdetail figure.wp-block-image:not(:has(figcaption)) img,.blogdetail figure:not(:has(figcaption)) img,.wp-block-image figure figcaption,figure figcaption sub,figure figcaption sub mark,figure figcaption sup,figure figcaption sup mark,figure img,figure.wp-block-image figcaption,figure.wp-block-image img {
        margin-bottom: 15px!important
    }

    body.blog .blog .blog-grid {
        margin-bottom: 1em
    }

    .blogdetail p.breadcrumb .separator,.blogdetail p.breadcrumb a,.blogdetail p.breadcrumb span:not(.last),section.hero-section:after {
        display: none
    }

    .blogdetail p.breadcrumb .last,.blogdetail p.breadcrumb .last:before,.blogdetail ul.breadcrumb {
        display: inline
    }

    .blogdetail p.breadcrumb .last:before {
        content: " › "
    }

    .blogdetail p.breadcrumb a+span.separator+span.last,.blogdetail p.breadcrumb span.last {
        line-height: 22px;
        display: block;
        margin-top: 0
    }

    section.blog.ptb-90 {
        padding-top: 1.5rem
    }

    .search-wrap h1 {
        font-size: 26px
    }

    .blog-grid.style-2 .blog-info {
        padding: 45px 15px 20px
    }

    details.wp-block-details summary+.wp-block-rank-math-toc-block nav ul>li>ul {
        margin-left: 0!important
    }

    .blogdetail ol,.blogdetail ul {
        margin: 0 0 20px 24px;
        padding: 0
    }

    .recc-text a {
        display: flex;
        align-items: center
    }

    .recc-text h3.line-clamp-2 {
        overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        white-space: normal;
        text-overflow: unset
    }

    body,body .wp-block-column ul li,li.location,p,table td,table th {
        /*font-size: 16px!important;*/
        line-height: 24px
    }

    .profile-disclosure .olly-disclosure {
        font-size: .75em!important;
		margin-left: 7px !important;
    }

    .blogdetail ul.breadcrumb li:last-child {
        line-height: 22px
    }

    .blogdetail ul.breadcrumb a+span.separator,.blogdetail ul.breadcrumb a+span.separator+span.last {
        display: inherit
    }

    ul.breadcrumb li a {
        display: inline-block
    }

    .banner-full-section .banner-content h1 {
        font-size: 70px;
        line-height: 70px
    }

    section.hero-section .hero-content,section.hero-section .hero-content form.search {
        width: 100%;
        padding: 15px 15px 0
    }

    body.single.single-post section.hero-section.hero-blog h1,section.hero-section .hero-content h1, body.archive.category section.hero-section h1 {
        font-size: 30px;
        margin-bottom: 10px
    }

    .img-price img {
        width: 100%;
        height: auto
    }

    .blog-list article .blog-img {
        margin-bottom: 1rem
    }

    .blog-list article .blog-img,.blog-list article .blog-img img {
        width: 100%;
        transform: scale(1);
        filter: none
    }

    .recc-text {
        border-bottom: 1px solid #ececec;
        margin-bottom: 3%;
        display: flex
    }

    .recommended-blog .recc-text img {
        height: 140px;
        object-fit: cover;
        width: 140px;
        flex-basis: 30%
    }

    details.wp-block-details summary,details.wp-block-details summary+.wp-block-rank-math-toc-block {
        padding: 20px!important
    }

    li.location i {
        top: 4px
    }

    .ptb-90 {
        padding: 30px 0
    }

    .pb-90 {
        padding-bottom: 30px
    }

    .pt-90 {
        padding-top: 30px
    }

    .mtb-90 {
        margin: 30px 0
    }

    .mb-90 {
        margin-bottom: 30px
    }

    .mt-90 {
        margin-top: 30px
    }

    .about-text .section-title div {
        padding-bottom: 0;
        margin: 10px 0
    }

    .section-title h2 {
        padding-bottom: 0
    }

    .footer_text .footer_menu li a {
        margin: 10px 18px 10px 0;
        display: block
    }

    .rental-wrap .rental-img img {
        border-radius: 20px 20px 0 0
    }
}

@media (max-width: 575px) {
    section#hero-section img {
        height: 100%;
        object-fit: cover;
    }
    body.single.single-post section.hero-section.hero-blog,section.hero-section, 
	body.archive.category section.hero-section{
        min-height: 50vh;
    }

    .recommended-blog .recc-text img {
        height: 100px;
        width: 100px;
        flex-basis: 10%
    }

    .blog-grid img {
        object-fit: cover;
        height: 300px
    }

    .blogdetail ul.breadcrumb li:not(:last-child) {
        padding-bottom: 10px!important
    }

    body.single.single-post section.hero-section.hero-blog h1,section.hero-section .hero-content h1,
	body.archive.category section.hero-section h1{
        font-size: 34px
    }

    section.hero-section .hero-content h1+div {
        font-size: 18px;
        line-height: 24px
    }

    section.hero-section .hero-content {
        width: 100%;
        padding: 15px
    }

    .footer_text .footer_menu {
        display: block;
        text-align: center
    }

    .footer_text .footer_menu li:not(:last-child) {
        border-bottom: 1px solid #424242
    }

    .footer_text .footer_menu li {
        padding: 8px 0
    }

    .footer_text .footer_logo {
        width: 250px
    }

    .banner-full-section .banner-content h1 {
        font-size: 50px;
        line-height: 50px
    }

    .form-search h4 {
        margin-top: 15px
    }

    .footer_text .footer_menu li a {
        margin: 0 10px
    }
}

@media (max-width : 425px) {
    .author {
        padding:1rem
    }

    .backshadow {
        width: 98%
    }

    .profile-disclosure img {
        margin-right: 10px
    }

    .profile-pic {
        margin: 8px auto
    }

    .blogdetail figure.wp-block-image:not(:has(figcaption)) img,.blogdetail figure:not(:has(figcaption)) img {
        margin-bottom: 20px!important
    }
}

@media (max-width : 392px) {
    .mobile-nav-trigger,.mobile-nav-trigger i,header .navigation a.search-icon {
        line-height:26px
    }

    body.single.single-post section.hero-section.hero-blog h1,section.hero-section .hero-content h1,
	body.archive.category section.hero-section h1{
        font-size: 22px;
        line-height: 26px
    }

    section.hero-section .hero-content h1+div {
        font-size: 16px;
        line-height: 20px
    }

    .blog-grid.style-2 .img-price span {
        width: 60%
    }
}
.navigation-main .menu-item-has-children > .sub-menu {
    max-height: 0; /* Hidden by default */
    overflow: hidden;
    transition: max-height 0.3s ease-in-out; /* Smooth open/close animation */
    visibility: hidden; /* Ensure it's invisible when closed */
}

.navigation-main .menu-item-has-children.open > .sub-menu {
    max-height: 400px; /* Adjust as needed, depending on submenu content */
    visibility: visible; /* Make it visible */
}

/* For a responsive setup: only apply this on desktop */
@media (min-width: 991px) {
    .navigation-main .menu-item-has-children > .sub-menu {
        display: block;
    }
}

@media (min-width: 991px) {
    .mm-opened {
        overflow: auto;
    }

    /* Hide Mmenu-related elements */
    .mm-menu,
    .mm-background,
    .mm-blocking {
        display: none !important;
    }
}

@media (orientation: landscape) and (min-width: 600px) {}
