/*!
Theme Name: Du Lịch
Theme URI: https://py-media.com/
Author: PY Team
Author URI: https://py-media.com/
Description: 
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: dulich
*/

/* From http://codex.wordpress.org/CSS */

.container {
	width: 1140px;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-family: "Hanken Grotesk", sans-serif !important;
	font-weight: 700;
}


body {
	font-family: "Hanken Grotesk", sans-serif !important;
	line-height: 1.5;
	background: #ffffff;
	overflow-x: hidden;
	font-size: 14px;
}

p:last-child {
	margin-bottom: 0;
}

#main {
	margin: 0 !important;
}

.section {
	padding: 70px 0;
}

.button {
	display: flex;
    width: max-content;
	border: 1px solid;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 1em;
    border-color: #FD4C5C;
    background-color: #FD4C5C;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
	transition: all 0.3s;
}

.button:hover {
	background-color: #fff;
	color: #FD4C5C;
}

.button-outline {
	height: 60px;
	display: flex;
    width: max-content;
	border: 1px solid;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 1em;
    border-color: #FD4C5C;
    background-color: #fff;
    color: #FD4C5C;
    cursor: pointer;
    font-weight: 600;
	transition: all 0.3s;
}

.button-outline:hover {
	background-color: #FD4C5C;
	color: #fff;
}

/* Back to top  */
#button {
	display: inline-block;
	background-color: #FF9800;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #333;
}

#button:active {
	background-color: #555;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

/* Back to top */


/* HEADER */
#header {
	padding: 10px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}


/* Menu Header */
#navbar > #menu-main-menu {
	margin-left: auto;
    margin-right: 0 !important;
	column-gap: 30px;
	row-gap: 8px;
}

#navbar > #menu-main-menu > .menu-item > .sub-menu {
	display: none;
	transition: all 1s;

	position: absolute;
    z-index: 1;
    width: max-content;
    list-style: none;
    background: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 8px;
	padding: 10px 0;
}

#navbar > #menu-main-menu > .menu-item.menu-item-has-children {
	position: relative;
}

#navbar > #menu-main-menu > .menu-item.menu-item-has-children::after {
	/* content: '\f0d7'; */
	content: '\f107';
	font-family: FontAwesome;
	font-size: 12px;
	transition: all 0.3s;
}

#navbar > #menu-main-menu > .menu-item.menu-item-has-children:hover .sub-menu {
	display: block;
}

#navbar > #menu-main-menu > .menu-item.menu-item-has-children:hover::after {
	color: #FD4C5C;
}

#navbar > #menu-main-menu > .menu-item.menu-item-has-children:hover > a {
	color: #FD4C5C;
}

#navbar > #menu-main-menu .menu-item a {
	color: #000;
	font-weight: 600;
	transition: all 0.3s;
}

#navbar > #menu-main-menu  .menu-item a:hover {
	color: #FD4C5C;
}

#navbar > #menu-main-menu > .menu-item.current_page_item > a {
	color: #FD4C5C;
}


#navbar > #menu-main-menu > .menu-item > .sub-menu > .menu-item a {
	padding: 5px 30px;
	display: block;
	transition: all 0.3s;
}

#navbar > #menu-main-menu > .menu-item > .sub-menu > .menu-item:hover {
	background-color: #eee;
}




/* FOOTER */
footer .footer-widgets {
	padding: 70px 0;
	background-color: #fff;
	color: #444;
}

.widget-footer-title {
	font-size: 16px;
	line-height: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

footer .title-image {
	width: 122px;
    height: 40px;
}

.wp-social-link {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: none !important;
	display: inline-block;
	position: relative;
	color: #ffffff;
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);

	color: #444 !important;
    box-shadow: none;

}

.wp-social-link a {
	height: 100%;
	padding: 0 !important;
}

.wp-block-social-links {
	gap: 10px;
}

footer ul.menu {
	padding: 0;
	list-style: none;
}

footer ul.menu li {
	margin-bottom: 10px;
}

footer ul.menu li a {
	color: #fff !important;
	transition: all 0.3s;

	color: #444 !important;

}

footer ul.menu li a:hover {
	color: #FD4C5C !important;
}

footer .info-item {
	gap: 15px;
	margin-bottom: 20px;
}

footer .info-item i {
	font-size: 20px;
	color: #FD4C5C;
}

footer .info-item a {
	/* color: #fff !important; */
	color: #444 !important;
	transition: all 0.3s;
}

footer .info-item a:hover {
	color: #FD4C5C !important;
}

footer .info-item p {
	margin: 0 !important;
}

footer .footer-copyright {
	background: #1A1A3D;
	background-color: #fff;
    color: #fff;
    color: #444;
}

footer .footer-copyright p {
	margin: 0 !important;
}

footer .footer-copyright-content {
	padding: 27px 0;
    border-top: 1px solid #FFFFFF1A;
    border-top: 1px solid #E6E6E6;
	align-items: center;
}

.footer-copyright-card {
	display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

figure {
	margin: 0 !important;
}




/**
 * HOME PAGE 
 * 
 * */

 /* Section Hero */
 .hero {
	padding: 7rem 0 10rem 0;
	background: #6998AB;
	/* margin-bottom: 100px; */
	color: #fff;
	background-color: #00BB98;
    background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/bg-line-counter.png);
}

.hero h1 {
	font-size: 60px;
}

.hero h1 .typed-words {
	position: relative;
	display: inline-block;
}

.hero h1 .typed-words:before {
	position: absolute;
	height: 7px;
	background-color: #B1D0E0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
}

.hero .slides {
	z-index: 0;
	position: relative;
	border-radius: 200px;
	height: 608px;
	margin-bottom: -200px;

	justify-content: center;
    display: flex;
}

.hero .slides img {
	position: absolute;
	border-radius: 200px;
	transition: 4s opacity ease;
	background: #ffffff;
	/* width: 100%; */
	width: auto;
	height: 100%;
	opacity: 0;
	aspect-ratio: 68/93;
	object-fit: cover;
}

.slides img.active {
	opacity: 1;
}

 /* Section Our Services */
.our-services {
	padding-top: 100px;
	background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/Mask-about-bg.png);
	/* background-size: cover; */

	background-position: 0px -30px;
    background-size: contain;
    background-repeat: no-repeat;
}


.feature-img-bg {
	width: 100%;
	border-radius: 20px;
	background-size: cover;
	object-fit: cover;
	aspect-ratio: 68/93;
}


.section-title {
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}

.section-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #1A374D;
	left: 50%;
	transform: translateX(-50%);
}

.feature-1 {
	padding: 30px;
	background: rgba(26, 55, 77, 0.05);
	border-radius: 20px;
	min-height: calc(50% - 15px);
	top: 0;
	margin-bottom: 30px !important;
	font-size: 14px;
	margin-bottom: 0 !important;

	background: #fff;
	box-shadow: 0 1px 15px rgba(0,0,0,0.08);
}


.feature-1 .icon {
	width: 56px;
}

.feature-1 h3 {
	font-size: 1.2rem;
	font-weight: 900;
	margin: 8px 0;
	/* margin-bottom: 8px; */
}

.feature-1 p {
	margin: 0;
	/* font-size: 14px; */
	line-height: 21px;
}

.align-items-stretch .feature-1-wrap {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}


/* Count Number */

.count-numbers {
    padding: 100px 0;
	background-color: #00BB98;
	background-color: #F2FBFA;
    position: relative;
}

.section.count-numbers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/bg-line-counter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    z-index: 1;
}

.count-numbers .container {
	position: relative;
	z-index: 1;
}

.counter-wrap .counter {
	font-size: 3rem;
}

.counter-wrap .counter span {
	color: #1A374D;
}

.counter-wrap .caption {
	color: #1A374D;
	font-weight: bold;
}

/* Popular Destination */
.media-thumb {
	position: relative;
	overflow: hidden;
}


.media-thumb:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	border-radius: 20px;
	transition: all 0.5s;
	
	background: linear-gradient(0deg, #00BB98 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0) 50%);
}

.media-thumb:hover::after {
	/* opacity: 1; */
	/* visibility: inherit; */
	background: rgb(0 187 152 / 75%);
}

/* .media-thumb:hover .media-text h3 {
	color: #fff;
}

.media-thumb:hover .location {
	color: #fff;
} */

.media-thumb img {
	border-radius: 20px;
	aspect-ratio: 68/93;
	object-fit: cover;
	height: auto;
}

.media-text {
	position: absolute;
	/* top: 20px; */
	bottom: 20px;
	left: 40px;
	z-index: 2;
	opacity: 1;
	visibility: visible;
	transition: .3s all ease;
	margin-top: 20px;
}

.media-thumb h3 {
	font-size: 1rem;
	font-weight: 900;
	color: #1A374D;
	color: #fff;
	margin: 0;
	padding: 0;
	transition: .3s all ease;

}

.media-thumb .location {
	font-size: .8rem;
	color: rgba(26, 55, 77, 0.5);
	color: #fff;
	transition: .3s all ease;
}

/* Testimonial */
.testimonial-section {
	background: #f8f9fa;
    padding-top: 5rem !important;
}
.testimonial-item {
    /* max-width: 500px; */
    text-align: center;
    margin-bottom: 30px;
}
figure {
    margin: 0 0 1rem;
}
blockquote {
    margin: 0 0 1rem;
}
.testimonial-item .img-wrap img {
    margin: 0 auto;
    width: 70px !important;
	height: 70px;
    border-radius: 50%;
}
.testimonial .name {
    font-size: 20px;
    color: #000000;
}

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) !important;
    margin-right: 5px;
}

.owl-carousel button.owl-dot.active {
    background-color: #1A374D !important;
}


/* Video */

.tour-video > .container > .row {
	row-gap: 30px;
}

.img-play-video img {
	aspect-ratio: 68/93;
	object-fit: cover;
}


.img-play-video {
	position: relative;
}

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #204560;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #1A374D;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-left: 22px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.tour-video .section-title::before {
	left: 0;
	transform: unset;
}

.btn {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	border-radius: 30px !important;
	font-size: 14px !important;
}

.btn.button {
	background: #1A374D;
	border-color: #1A374D;
	color: #fff;
}

.btn.button:hover {
	border-color: #1f425c;
	background: #1f425c;
}

.tour-video .modal-dialog {
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 70%;
}
.tour-video .modal-content {
	/* height: 70%; */
	height: auto;
}

.tour-video iframe {
	width: 100%;
	height: 100%;
}


/* discover-weekly */

.discover-weekly-group .owl-stage {
	display: flex;
}

.discover-weekly-item {
	padding-bottom: 20px !important;

	height: 100%;
    display: flex;
    flex-direction: column;
}

.discover-weekly img {
	width: 100%;
	/* min-height: 226px; */
	height: 226px;
    object-fit: cover;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	transform: scale(1);
    transition: all 0.4s;
}

.discover-weekly-group img {
	width: 100%;
	/* min-height: 226px; */
	height: 226px;
    object-fit: cover;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	transform: scale(1);
    transition: all 0.4s;
}


.discover-weekly-content {
	transition: all 0.3s;
    position: relative;
    background-color: #fff;
    padding: 30px 20px 20px 20px;
	box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
	border-radius: 0 0 10px 10px;
	text-align: left;

	flex: 1;
	display: flex;
	flex-direction: column;
}

.discover-weekly-content .product-review-and-price {
	margin-top: auto;
}

.discover-weekly-content .product-title {
	/* padding-bottom: 14px; */
	margin-bottom: 14px !important;
	line-height: 1;
	/* min-height: 78px; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	margin-bottom: 14px !important;
	
}

.discover-weekly-content .product-title:hover a {
	color: #FD4C5C !important;
}

.discover-weekly-content .product-title a {
	transition: all 0.3s ease;
    font-size: 20px;
    font-weight: bold;
	color: #000000;
}

.product-day-title-location .tour-day {
	color: #00BB98;
    border: 1px solid #00BB98;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    width: max-content;
    border-radius: 5px;
    background: #fff;
	position: absolute;
	top: -22px;
}

.product-day-title-location .product-location {
	display: flex;
    align-items: center;
    gap: 8px;
}

.product-day-title-location .product-location i {
	color: #00BB98;
}

.product-day-title-location .product-location span {
	font-size: 14px;
}

.product-day-title-location .product-location .location a {
	color: #000;
	transition: all 0.3s;
} 

.product-day-title-location .product-location .location a:hover {
	color: #FD4C5C;
}

.product-wrapper-price {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 28px;
}

.product-price {
	display: flex;
    align-items: center;
	gap: 5px;
}


.product-wrapper-price .product-price .new-product-price {
	font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.product-wrapper-price .product-price .old-product-price {
	font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #999999;
    text-decoration-line: line-through;
}

.product-btn-book-now {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #FD4C5C;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 20px;
    text-transform: none;
    font-weight: 600;
    border: 1px solid transparent;
	transition: all 0.3s;
} 

.product-btn-book-now:hover {
	background-color: #fff;
	color: #FD4C5C;
	border-color: #FD4C5C;
}

.discover-weekly-image {
	position: relative;
}

.product-wishlist {
	position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	color: #00BB98;
	z-index: 1;
}


.discover-weekly-group .owl-dots {
    display: block !important;
}

.discover-weekly-group .owl-dots .owl-dot {
	width: 10px;
    height: 10px;
    background: #FD4C5C !important;
	opacity: 0.3;
}

.discover-weekly-group .owl-dots .owl-dot.active {
	background: #FD4C5C !important;
	opacity: 1;
}


/* breadcrumb */

.template-des {
	margin: 100px auto;
}

.destination_single {
	margin-top: 70px;
	overflow: hidden;
}

.destination_single .popular-destination {
	margin-bottom: 50px;
}

.destination_single .popular-destination .title {
	margin: 0;
    margin-bottom: 45px;
    font-size: 42px;
    font-weight: bold;
}

.post-type-archive-tour .breadcrumb-section {
	margin-bottom: 50px;
}

.breadcrumb-section {
	background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/header-banner-tour-list.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 86px;
    padding-bottom: 105px;
	text-align: center;
    color: #fff;
	position: relative;
	/* margin-bottom: 50px; */
}

.breadcrumb-section::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1A1A3D;
    opacity: 0.5;

}

.breadcrumb_content {
	position: relative;
}

.breadcrumb_content h2 {
	font-size: 60px;
    font-weight: 700;
    line-height: 1.4em;
}

.breadcrumb__option a {
	color: #fff;
	transition: all 0.3s;
}

.breadcrumb__option a:hover {
	color: #FD4C5C;
}


.item-destination  img {
	width: 100%;
}

.item-destination .item-wrapper {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
}


.item-destination .item-wrapper .mask {
	background: rgba(26, 26, 61, 0.8);
	transition: all 0.5s ease;
	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
}

.item-destination:hover .item-wrapper .mask {
	opacity: 1;
}

.item-destination .item-wrapper .count-tour {
	transition: all 0.3s ease;
    position: absolute;
    top: 45%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.item-destination:hover .item-wrapper .count-tour {
	opacity: 1;
	top: 50%;
}

.template-des > .row {
	row-gap: 20px;
}

.archive-destination {
	padding: 50px 0;
}


.archive-destination > .row {
	row-gap: 30px;
}

.item-destination .img {
	overflow: hidden;
	position: relative;
}

.item-destination .img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: all 0.4s;
}

.item-destination:hover .img img {
	transform: scale3d(1.1, 1.1, 1);
}

.item-destination .info {
	text-align: center;
    /* padding: 20px 10px 10px 10px; */
    color: #000;
    font-weight: bold;
	transition: all 0.3s;
}

.item-destination .info .name {
	font-size: 18px;
	margin: 0;
	padding-top: 10px;
}

.item-destination .info:hover  {
	color: #FD4C5C;
}


/* Single Tour */
.content-single-tour .single-header {
	background-color: #F2FBFA;
    padding: 70px 0 0 0;
}

.content-single-tour .single-top-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
	row-gap: 14px;
    margin-bottom: 20px;
}

.content-single-tour .single-top-header h2 {
	font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.5px;
	margin-bottom: 0;
	margin-top: 0;
}

.content-single-tour .btn-video  {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	line-height: 1;
	height: 35px;
	padding: 5px 8px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
	transition: all 0.3s;

	width: max-content;
}

.content-single-tour .btn-video i {
	color: #FD4C5C;
	transition: all 0.3s;

}

.content-single-tour .btn-video:hover {
	background-color: #FD4C5C;
	border: 1px solid #FD4C5C;
	color: #fff;

}

.content-single-tour .btn-video:hover i {
	color: #fff;
}
 
.content-single-tour .video-gallery {
	display: flex;
	align-items: center;
}

.single-header .location-review {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.single-header .location-review .location {
	display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 30px;
}

.single-header .location-review .location i {
	color: #00BB98;
}

.single-header .location-review .location a {
	color: #000;
	transition: all 0.3s;
}

.single-header .location-review .location a:hover {
	color: #FD4C5C;
}

.content-single-tour .gallery-popup {
	width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.content-single-tour .gallery-popup img {
	aspect-ratio: 106/71;
	object-fit: cover;
}

.gallery-popup .owl-dots .owl-dot {
	background-color: #00BB98 !important;
}

.gallery-popup .owl-dots .owl-dot.active {
	background-color: #FD4C5C !important;
}

.popular-destination .owl-dots .owl-dot {
	background-color: #00BB98 !important;
}

.popular-destination .owl-dots .owl-dot.active {
	background-color: #FD4C5C !important;
}


.gallery-popup .owl-nav {
	display: block !important;
}

.gallery-popup .owl-nav button {
	width: 62px;
    height: 62px;
    font-size: 20px;
    background: #fff !important;
    border: none !important;
    border-radius: 50%;
    color: #00BB98 !important;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
	font-size: 35px !important;
	transition: all 0.7s;
}

.gallery-popup .owl-nav button:hover {
	background-color: #00BB98 !important;
	color: #fff !important;
}

.gallery-popup .owl-nav button span {
	vertical-align: super;
}



.gallery-popup .owl-nav button {
	position: absolute;
    top: 45%;
	opacity: 0;
	overflow: hidden;
    z-index: 1;
    transform: translateY(-50%);
}

.gallery-popup:hover .owl-nav button {
	top: 50%;
	opacity: 1;
	overflow: inherit;
}

.gallery-popup .owl-nav button.owl-prev {
	
	left: 110px;
}

.gallery-popup .owl-nav button.owl-next {
	right: 110px;
}

.content-single-tour .features-product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 55px 0;
	max-width: calc(100% - 500px);
}

.features-product .feature {
	gap: 20px;
    display: flex;
    align-items: center;
}

.features-product .feature i {
	font-size: 30px;
    color: #FD4C5C;
}

.features-product .feature .title-desc h6 {
	margin-bottom: 10px;
	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
	color: #444444;
	margin-bottom: 0;
}

.features-product .feature .title-desc p {
	margin-bottom: 0;
	font-weight: 400;
    font-size: 16px;
    line-height: 20px;
	color: #444444;
	opacity: 0.7;
}


.content-single-tour .video-gallery .modal-dialog {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 70%;
}

.content-single-tour .video-gallery .modal-content {
	height: auto;
}

.lg-outer .lg-thumb-outer {
	text-align: center !important;
}

.product-summary {
	margin-bottom: 100px;
}

.product-summary > .container {
	display: flex;
	column-gap: 50px;
}


.single-product-summary-left .overview {
	line-height: 1.21;
	font-size: 27px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}

.single-product-summary-left h4 {
	font-size: 21px;
	font-weight: bold;
}

.item-tour-included .fa-check {
	color: #00BB98;
    border: 1px solid #00BB98;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
	min-width: 20px;
}

.tour-included-excluded-content .item-tour-included,
.tour-included-excluded-content .item-tour-excluded {
	display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 10px;
}

.content-single-tour h2.heading {
	font-weight: 700;
    font-size: 42px;
    /* line-height: 54px; */
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1;
}

/* .heading-tour-included-excluded {
	font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 0;
	margin-top: 40px;
	margin-bottom: 20px;
} */

.tour-included-excluded-content .tour-included, 
.tour-included-excluded-content .tour-excluded {
	width: 50%;
}

.item-tour-excluded .fa-xmark {
	color: #FD4C5C;
    border: 1px solid #FD4C5C;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
	min-width: 20px;
}

.tour-included-excluded-content {
	display: flex;
    gap: 40px;
}

.tour-included-excluded-wrapper {
	padding-bottom: 50px;
	border-bottom: 1px solid #E6E6E6;
}

.tour-plan-wrapper {
	padding-bottom: 50px;
	border-bottom: 1px solid #E6E6E6;
}

.heading-tour-plan {
	font-weight: 700 ;
    font-size: 42px ;
    line-height: 54px ;
    color: #000000;
	margin-top: 40px;
	margin-bottom: 20px;
}



.tour-plan-title .tour-plan-day {
	display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 8px 16px;
    margin-right: 16px;
    background-color: #FD4C5C;
    border-radius: 5px;
    color: #fff;
}

.tour-plan-title .tour-plan-label {
	font-weight: 700;
}

/* accordion */
.accordion-header {
	margin: 0 !important;
}

.accordion-button.collapsed, .accordion-button  {
	background-color: #F5F5F5 !important;

}

.accordion-button:focus {
	box-shadow: none !important;
}

.item-tour-plan {
    margin-bottom: 20px;
    border: none;
}

.tripgo-tour-map {
	padding-bottom: 50px;
	border-bottom: 1px solid #E6E6E6;
}

.title-tour-map {
	font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #000000;
	margin-top: 40px;
	margin-bottom: 20px;
}

.tripgo-tour-map iframe {
	width: 100%;
}

.single-product-related {
	margin-bottom: 100px;
}

.single-product-related .related-title {
	margin: 0;
    padding-bottom: 45px;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}

.single-product-summary-right {
	min-width: 416px;
}

.single-product-summary-right .forms-wrapper {
	background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    position: relative;
    margin-top: -120px;
    z-index: 1;

	position: sticky;
	top: 10px;
}

.single-product-summary-right .label {
	display: flex;
    align-items: flex-end;
    gap: 7px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #444444;
    margin-bottom: 10px;
}

.single-product-summary-right .label i {
	font-size: 24px;
	color: #FD4C5C;
}

.single-product-summary-right .price {
	display: flex;
    align-items: end;
    gap: 10px;
}

.single-product-summary-right .price .new-product-price {
	font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
	color: #00BB98;
}

.single-product-summary-right .price .old-product-price {
	font-weight: 700;
    font-size: 20px;
    line-height: 26px;
	color: #999999;
	text-decoration-line: line-through;
}

.single-product-summary-right .price-product {
	margin-bottom: 30px;
}

.single-product-summary-right .logo {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.single-product-summary-right .logo::before, .single-product-summary-right .logo::after {
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FD4C5C;
}

.single-product-summary-right .logo::before {
	left: 0;
}

.single-product-summary-right .logo::after {
	right: 0;
}

.single-product-summary-right .logo i {
	color: #FD4C5C;
	font-size: 30px;
}

.single-product-summary-right .logo .line {
	position: absolute;
    width: 95%;
    height: 1px;
    margin-top: -0.5px;
    background-image: linear-gradient(to right, red 0%, red 50%, transparent 50%);
    background-size: 15px;
    background-repeat: repeat-x;
    z-index: -1;
}

.single-product-summary-right .tabs {
	position: relative;
}

.single-product-summary-right .tabs::before {
	position: absolute;
    content: "";
    width: 110%;
    height: 2px;
    bottom: 0;
    background-color: #E6E6E6;
    border-radius: 8px;
	width: 100%;
}

.single-product-summary-right .tabs .item {
	color: #00BB98;
    border-bottom: 2px solid #00BB98;

	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
	padding: 15px;
    position: relative;
    z-index: 1;
	text-align: center;
}

/* Request Form */

.request-form .gfield_required, .gform_validation_errors, .gfield_description {
	display: none !important;
}

.request-form input {
	width: 100% !important;
    height: 48px;
    padding: 11px 16px;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
	outline: none;
}

.request-form input::placeholder {
	opacity: 0.6;
}

.request-form .gform-body {
	padding-top: 30px;
}

.request-form label {
	margin-bottom: 0 !important;
}

.request-form .gfield {
	margin-bottom: 10px;
}

.request-form .gform_button {
	position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: #FD4C5C;
	border: 1px solid #FD4C5C;
    min-height: 62px;
	
	display: flex;
    justify-content: center;
    padding: 0;
}

.request-form .gform_button:hover {
	background: #fff;
	color: #FD4C5C;
}



/* Archive Tour */
.tour-search {
	margin: 0 auto;
    padding: 25px 28px;
    box-shadow: 10px 2px 40px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 24px;
}

.tour-search-form .tour-label {
	display: flex;
    align-items: center;
    gap: 6px;
	margin-bottom: 5px;
}

.tour-search-form .tour-label i {
	font-size: 24px;
	color: #FD4C5C;
}

.tour-search-form .tour-label span {
	font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
	color: #444;
}

.tour-search-form  select {
	border: none;
    padding: 0 5px;
    margin: 0 -5px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #999;
    cursor: pointer;
    background-color: transparent;
	outline: none;

	-webkit-appearance: none;
    text-indent: 1px
}

.tour-s-field {
	display: flex;
    justify-content: space-between;
	align-items: center;

	justify-content: space-evenly;
	flex-wrap: wrap;
}

.tour-s-field .tour-search-field {
	flex: 0 0 18%;
} 

.start-date {
	border: none;
    box-sizing: border-box;
    outline: 0;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.tour-s-field .tour-search-field:nth-child(1) {
	flex: 0 0 20%;
}

.tour-s-field .tour-search-btn button {
	height: 60px;
    border: none;
    background: #FD4C5C;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
    width: 88px;
	transition: all 0.3s;
}



.tour-s-field .tour-search-btn button:hover {
	background-color: #00BB98;
}

.archive-tour-page {
	margin-top: -105px;
    position: relative;
}


.not-find {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 12px 20px;
}

.tour-search-field input {
	border: none;
	outline: none;
	color: #999;
}

.tour-search-field input:focus-visible {
	border: none;
	outline: none;
}


/* input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */

.tour-filter {
	margin-bottom: 50px;
	display: flex;
    row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
}

.tour-filter .number-result-tour-found {
	font-size: 32px;
    line-height: 1.1;
    color: #111B19;
    letter-spacing: -1px;
    font-weight: 700;
}

.tour-filter .tour-found-text {
	font-size: 32px;
    line-height: 1.1;
    color: #111B19;
    letter-spacing: -1px;
    font-weight: 700;
}

/* Pagination */
.pagination {
	justify-content: center;
	margin-top: 40px !important;
	margin-bottom: 40px;
}

.pagination .page-numbers {
	background: #F5F5F5;
    border-radius: 5px;
    padding: 0px 18px;
    min-width: 54px;
    font-size: 14px;
    color: #111B19;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	margin-right: 10px;
	transition: all 0.3s;
}

.pagination .page-numbers:hover {
	background-color: #FD4C5C;
	color: #fff;
}

.pagination .page-numbers.current {
	background-color: #FD4C5C;
	color: #fff;
}

/* CTA */
.cta {
	margin: 50px 0;
}

.cta-content {
	background-color: #00BB98;
    background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/bg-form-subscribe.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
	border-radius: 30px;

	display: flex;
	align-items: center;
}

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

.cta-content-left {
	width: 42%;
}

.cta-content-right {
	width: 58%;

}

.cta-content-right h2 {
	color: #FFFFFF;
    font-size: 48px;
    text-transform: capitalize;
    line-height: 1.2em;
	font-weight: bold;

}

.cta-content-right .newsletter-form,
.cta-content-right h2  {
	width: 580px;
}

.newsletter-form .gform-body input {
	font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 1.2;
    color: #444;
    width: 100%;
    box-shadow: 0px 10px 40px rgba(255, 176, 158, 0.12);
    border-radius: 5px;
    padding: 20.5px 45% 20.5px 20.5px !important;
    letter-spacing: 0.3px;
    caret-color: #FD4C5C;
    border: none;
	outline: none;
	margin: 0 !important;
}

.newsletter-form  .gform_button {
	/* padding: 10px 32px; */
    border-radius: 5px;
    border: 1px solid;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 1em;
    border-color: #FD4C5C;
    background-color: #FD4C5C;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
	transition: all 0.4s;
	margin-bottom: 0 !important;

	display: flex;
    justify-content: center;
}

.newsletter-form  .gform_button:hover {
	background-color: #05977C;
	border-color: #05977C;
}

.newsletter-form form {
	position: relative;
	max-width: 435px;
}

.newsletter-form .gform_footer {
	position: absolute;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    top: 50%;
    transform: translate(-8px, -50%);
}



/* Single Destination */

.destination_single .info {
	display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 60px;
    margin-bottom: 95px;
}

.destination_single .info .main_content {
	position: relative;
}

.main-content-background {
	position: absolute;
    top: -65px;
    left: -190px;
	z-index: -1;
}

.destination_single .short-description {
	margin-bottom: 50px;
}

.destination_single .short-description h2 {
	margin-bottom: 25px;
    font-size: 42px;
	font-weight: bold;
	line-height: 1.21;
}

.destination_single .heading {
	display: flex;
    align-items: center;
    gap: 10px;
	padding-bottom: 23px;

	font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}

.destination_single .heading i {
	font-size: 24px;
	color: #FD4C5C;
	font-weight: 400;
}

.destination-sights {
	margin-bottom: 60px;
}

.destination-sights .list-img  {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;

	list-style: none;
    padding: 0;
}

.destination-sights .list-img img {
	width: 100%;
	aspect-ratio: 1/1;
    object-fit: cover;
}

.destination-sights .list-img .item-img {
	border-radius: 10px;
	position: relative;
    overflow: hidden;
}



.destination-sights .list-img .item-img::before {
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    opacity: 0;
    visibility: hidden;
    content: "";
    width: 50%;
    height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
}

.destination-sights .list-img .item-img:hover::before {
	opacity: 1;
    visibility: visible;
	animation: shine 1s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.destination-sights .list-img .featured-img {
	grid-row: 1/span 2;
    grid-column: 1/span 2;
}

.destination-sights .list-img .item-img:nth-child(1) {
	grid-row: 1/span 2;
    grid-column: 1/span 2;
}


.list-img .item-img:nth-child(n+4) {
    display: none;
}

/* .destination-sights .list-img .gallery_hidden {
	display: none;
} */

.destination_admin_show_map iframe {
	width: 100%;
	height: 426px;
}

.destination_admin_show_map {
	margin-bottom: 60px;
}

.destination_single .tour-weather-wrapper .widget-right {
	width: 100%;
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,.3);
}

.sub-main-content .sub-main-content-wrap {
	position: sticky;
	top: 10px;
}

.destination_single .tour-details-wrapper {
	/* position: sticky; */
    /* top: 10px; */
    /* left: 0; */
    margin-bottom: 30px;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
}

.tour-details-wrapper .heading-tour-details {
	color: #111B19;
	position: relative;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 22px 0;
    padding: 0 20px 20px 20px;
}

.tour-details-wrapper .tour-details-content {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tour-details-wrapper .heading-tour-details::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: calc( 100% - 20px );
    width: 4px;
	background-color: #FD4C5C;
	font-size: 21px;
    font-weight: 700;
}

.tour-details-content .item-tour-details {
	

	display: flex;
    justify-content: space-between;
    row-gap: 10px;
}

.tour-details-content .item-tour-details:not(:last-child) {
	margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
}

.tour-details-content .item-tour-details .title {
	font-weight: 700;
}

.tour-details-content .item-tour-details .content {
	font-weight: 400;
    line-height: 1.5;
}

.destination-related-wrapper .title {
	margin: 0;
    margin-bottom: 45px;
    font-size: 42px;
	font-weight: bold;
}

.list-img .item-img:nth-child(3) {
	position: relative;
} 

.list-img .item-img .blur-bg {
	display: none;
}


.list-img .item-img:nth-child(3) .blur-bg {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
}

.list-img .item-img:nth-child(3) .blur-bg .gallery-count {
	font-size: 22px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
}




/* Page Contact */

.info-main > div {
	display: flex;
}

.contact-page iframe {
	width: 100%;
    height: 420px;
}

.contact-page .contact-content {
	background: #fff;
	padding: 80px;
	margin-bottom: 120px;
	box-shadow: 0px 4px 40px 0px rgba(43.000000000000014, 89.00000000000009, 255, 0.08);
	border-radius: 10px;

	margin-top: -130px;
    position: relative;
}

.contact-content .dulich-title {
	margin-bottom: 20px;
}

.sub-title {
	font-family: La Belle Aurore !important;
}

.contact-content .sub-title {
	margin: 0;
    margin-bottom: 13px;
    color: #00BB98;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.contact-content .title {
	margin: 0 0 15px 0;
	font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-content .info {
	padding-top: 15px;
}

.contact-content .info-left {
	border-right: 1px solid #E6E6E6;
	padding-right: 40px;
	width: 29.665%
}



.contact-content .info-item {
	margin-bottom: 20px;
}

.contact-content .info-item > div {
	display: flex;
    align-items: center;
    gap: 12px;
}

.contact-content .info-item i {
	font-size: 40px;
    text-align: center;
    color: #00BB98;
    background-color: #00BB981A;
    padding: 20px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}

.contact-content .label {
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.contact-content .info-item a {
	color: #444;
	transition: all 0.3s;
}

.contact-content .info-item a:hover {
	color: #FD4C5C;
	text-decoration: underline;
}

.contact-content .contact-form {
	background: #fff;
    padding: 30px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.contact-form .contact-info {
	gap: 10px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 17px;
    margin-bottom: 17px;
}

.contact-form .contact-info img {
	border-radius: 50%;
}

.contact-form .contact-info .description {
	line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.contact-form .contact-info .phone-address a {
	font-weight: 700;
	color: #FD4C5C;
}

.contact-form .button-outline {
	width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
}

.contact-form .button-outline a {
	color: #FD4C5C;
	transition: all 0.3s;
}

.contact-form .button-outline:hover a{
	color: #fff !important;
}

.contact-form .date, .contact-form .time {
	margin-bottom: 0;
	font-size: 14px;
    font-weight: 400;
}

.contact-form .date {
	color: #999;
}

.contact-form .time {
	color: #444;
}

.contact-content .info-right {
	padding-left: 40px;
	width: 70%
}

.contact-content .info-right h4 {
	margin-bottom: 10px;
	font-size: 24px;
    font-weight: 700;
}

.contact-content .info-right .gform-body input {
	height: 60px;
    border: 1px solid #E6E6E6;
    padding-left: 10px !important;
	outline: none;
}

.contact-content .info-right .gform-body textarea {
	height: 120px !important;
    border: 1px solid #E6E6E6;
    padding-left: 10px !important;
	outline: none;
	resize: none;
}


/* Page About */
.our-travel {
	padding: 70px 0;

	background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/Mask-about-bg.png);
    background-position: 0px -30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-travel-left {
	width: 57%;
}

.our-travel-right {
	width: 42.963%;
}

.our-travel-left .dulich-title {
	padding-right: 30%;
	margin-bottom: 20px;
}

.dulich-title .sub-title {
	margin: 0;
    margin-bottom: 13px;
    color: #00BB98;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
}

.dulich-title .title {
	/* display: inline-block; */
    margin: 0 0 15px 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.our-travel-left figure {
	margin-bottom: 30px !important;
}

.our-travel-item {
	margin-bottom: 20px;
	gap: 10px;
	align-items: start !important;
}

.our-travel-item i {
	color: #00BB98;
    font-size: 50px;
}

.our-travel-item h6 {
	font-weight: 700;
}

.our-travel-left-content {
    align-items: start !important;
}

.our-travel-left-content-text {
	margin-right: 40px !important;
}

.button-outline .wp-block-button__link {
	color: #FD4C5C;
    background: transparent;
	padding: 0;
	transition: all 0.3s;
}

.button-outline:hover .wp-block-button__link {
	color: #fff !important;
}

.our-travel-right figure {
	justify-content: end;
	display: flex;
}

.our-travel-right figure img {
	border-radius: 10px;
}

.find-travel {
	padding: 70px 0;
}

.find-travel .dulich-title {
	padding: 0 23%;
	margin-bottom: 35px;
}

.find-travel-item {
	padding: 60px 55px 90px 55px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 40px 0px rgba(43.000000000000014, 89.00000000000009, 255, 0.08);
}

.find-travel-item .icon > div {
	width: max-content;
    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    transform: rotate(90deg);
}

.find-travel-item i {
	margin-bottom: 15px;
    font-size: 60px;
    display: flex;
    justify-content: center;
    transform: rotate(-90deg);
    padding: 30px;
    
}

.find-travel-item h3 {
	font-size: 20px;
    font-weight: 700;
	margin: 20px 0 10px 0;
}

.find-travel-content .find-travel-item:nth-child(1) i {
	color: #FD4C5C;
    background: #FD4C5C26;
}

.find-travel-content .find-travel-item:nth-child(2) i {
	color: #2B59FF;
    background: #2B59FF26;
}

.find-travel-content .find-travel-item:nth-child(3) i {
	color: #00BB98;
    background: #00BB9826;
}

.counter-travel {
	padding: 110px 0;
	background-color: #00BB98;
	position: relative;
}

.counter-travel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/bg-line-counter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

.counter-travel .container > .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}

.counter-travel-item .counter {
	font-size: 60px;
    font-weight: 700;
    color: #fff;
	line-height: 1.1;
	margin: 0;
	margin-top: 16px;
}

/* .counter-travel-item {
	text-align: center;
} */

.counter-travel-item h4 {
	margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
}

.counter-travel-item .icon > div, .counter-travel-item .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 95px;
    background-color: rgba(253, 76, 92, 0.15);
    border-radius: 4px;
    font-size: 48px;
    color: #fff;
    /* margin-bottom: 16px; */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: scale(1);
}

.counter-travel-item .icon i {
	padding: 0 10px;
}


.our-popular-tours {
	padding: 70px 0;
}

.our-popular-tours-left, .our-popular-tours-right {
	width: 50%;
}

.our-popular-tours-left {
	padding-right: 100px;
}

.our-popular-tours .dulich-title {
	margin-bottom: 20px;
}

.progress-item {
	margin-bottom: 20px;
}

.progress-item h6 {
	margin-bottom: 15px;
	font-weight: 700;
}

.progress-item .percent-view {
	height: 13px;
    width: 100%;
    background-color: #E6E6E6;
    border-radius: 8px;
    overflow: visible;
    position: relative;
}

.progress-item .percent-view > div {
	height: 100%;
}

.progress-item .percent-view .percent {
	height: 100%;
    float: left;
    border-radius: 8px;
    background-color: #00BB98;
}

.countryside.progress-item .percent-view .percent {
	width: 78%;
}

.vineyard.progress-item .percent-view .percent {
	width: 92%;
}

.wine-tasting.progress-item .percent-view .percent {
	width: 62%;
}

.progress-item .percent-view .percentage {
	position: absolute;
	top: -40px;
	right: 0%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #999;
}

.our-popular-tours-right > div {
	display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}

.our-popular-tours-right .img img {
	border: 10px solid #fff;
    border-radius: 200px;
    box-shadow: 10px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.our-popular-tours-right .main-img img {
	aspect-ratio: 3/4;
	object-fit: cover;
}

.our-popular-tours-right .sub-img img {
	aspect-ratio: 153/200;
	object-fit: cover;
}

.our-popular-tours-right .sub-img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.our-popular-tours-right .framebg {
	position: absolute;
	bottom: 0;
	right: -70px;
}




/* ARCHIVE STORE */
.archive-store {
	/* padding: 70px; */
	margin-top: -50px;
    position: relative;
    z-index: 1;
}

.archive-store #wrapper {
	padding-bottom: 50px;
	background-color: #fff !important;
}


.archive-store img.attachment-full.size-full.wp-post-image {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.archive-store .card {
	height: 100% !important;
	width: 100% !important;
	transition: all 0.4s;
}

.archive-store .card-body {
	padding-top: 0 !important;
}

.archive-store .card .title a {
	color: #000;
	font-size: 14px;
}

.archive-store .card .address {
	font-size: 12px;
	color: #777;
}

.archive-store .card:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.archive-store-content {
	padding: 50px 0;
}

/**
 * SINGLE - Destination
 * 
 * */

#main .single-store {
	padding: 50px 0;
	background-color: #eee;

}

.single-store img {
	width: 100%;
}

.name-restaurant {
	font-size: 25px;
	color: #464646;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 4px;
	line-height: 33px;
	/* color: #fff; */
}

.address-restaurant {
	margin-bottom: 2px;
}

.address-restaurant i {
	font-size: 13px;
}


.status-restaurant {
	margin: 8px 0;
}

.status-restaurant .time {
	font-size: 15px;
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}

.status-restaurant i {
	padding-right: 5px;
}

.detail-restaurant-info i {
	font-size: 13px;
}



.online {
	color: #329900;
	font-weight: 700;
}

.online:before {
	content: '';
	display: inline-block;
	background: #329900;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
}

.fa-star,
.fa-star-half-alt {
	font-size: 14px;
	color: #ffc107;
}

.number-rating {
	background-color: #ffc107;
	padding: 0 5px;
	border-radius: 4px;
	color: #fff;
	margin: 0 5px;
}

.single-store-title {
    margin-bottom: 80px;
}

.single-store-content {
	display: flex;
	gap: 30px;

	border-top: 1px solid #ccc;
    padding-top: 80px;
}

.single-store-left {
	width: 70%;
}

.single-store-right {
	width: 30%;
    background-color: #fff;
    padding: 24px 20px;
	height: max-content;

	position: sticky;
    top: 10px;
}

.single-store-right .widget-title {
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-store ul.breadcrumb {
	align-items: center;
	color: #444;
}

.single-store ul.breadcrumb li {
	padding-right: 5px;
}

.single-store ul.breadcrumb li a {
	color: #444;
}

.single-store ul.breadcrumb li.li_separator {
	opacity: 0.6;
}

.single-store .breadcrumb-section {
	display: none;
}

.single-store .single-store-item {
	background: #fff;
	padding: 24px 20px;
	margin-bottom: 30px;
}

.single-store .store-map iframe {
	width: 100%;
}

.single-store .store-benefit .benefit-wrap {
	list-style: none;
	padding: 0;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.single-store .store-benefit .benefit-wrap .benefit-item.none img {
	filter: grayscale(1);
}

.single-store .store-benefit .benefit-wrap .benefit-item {
	padding: 5px 0;
	display: flex;
    align-items: center;
    gap: 8px 
}

.single-store .store-benefit .benefit-wrap .benefit-item i {
	color: #a9d647;
	padding-right: 3px;
}

.single-store .store-benefit .benefit-wrap .benefit-item.none, 
.single-store .store-benefit .benefit-wrap .benefit-item.none i {
	color: #aaa;
}

.single-store .store-benefit .benefit-wrap .benefit-item img {
	width: 21px;
	height: 21px;
}


/*  */
.microsite-box-heading {
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0;
}

.microsite-box-heading .title {
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.microsite .content {
	/* width: 995px; */
	/* background: #fff; */
	/* padding: 30px 0; */
	padding-bottom: 30px;
	width: 100%;

}
.microsite-gallery {
	/* width: 995px; */
	background: #fff;
    padding: 20px;
}
.microsite-box-album ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    gap: 0;
    gap: 10px;
}

.microsite-box-album li {
	width: 180px;
	height: 180px;
}

.microsite-box-album img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.microsite {
	background: #eee;
}

#comments {
	margin: 0 !important;
	background-color: #eee;
	max-width: 100%;
}
#wpdcom {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
}

.store-content {
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
}

.single-store .cta {
	display: none;
}

.tax-store_category .archive-store {
	margin-top: 0;
    padding: 70px 0;
}


/* Blog */
.blog-page {
	padding: 70px 0;
}

.post-wrap .row {
	row-gap: 50px;
}

.post-wrap .post-item {
	display: flex;
    flex-direction: column;
}

.post-wrap .post-item .post-content {
	flex: 1;
    display: flex;
    flex-direction: column;
}

.post-item .post-media {
	margin-bottom: 15px 
}

.post-item .post-media img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	aspect-ratio: 192/125;
	object-fit: cover;
}

.post-item .post-content h2 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.3em;
    font-weight: bold;
	letter-spacing: -1px;
	transition: all 0.3s;
}

.post-item .post-content h2:hover {
	color: #FD4C5C;
}

.post-item .post-content a {
	color: #111B19;
}

.post-meta {
	margin-bottom: 15px;
	padding: 0;
    list-style: none;
    display: flex;
}

.post-meta li {
	margin-right: 18px;
	color: #999999;
}

.post-meta li i {
	font-size: 13px;
	color: #FD4C5C;
}

.post-meta a {
	color: #999999;
	transition: all 0.3s;
}

.post-meta a:hover {
	color: #FD4C5C;
}

.post-item .post-content .btnReadmore {
	color: #fff;
	margin-top: auto;
}

.post-item .post-content .btnReadmore:hover {
	color: #FD4C5C;
}

.post-item .post-content .post-excerpt {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 16px;
}

/* SINGLE POST */

.single-post .main-content img {
    width: 100% !important;
}

.single-post .main-content figure {
	padding: 10px 0 20px 0;
}

.single-post .main-content {
	max-width: calc( 100% - 306px - 60px );
}

.single-post .sidebar {
	width: 306px;
}

.single-post .sidebar .sidebar-content {
	position: sticky;
	top: 10px;
}



.single-post .breadcrumb-single-post {
	background-color: #F2FBFA;
	/* margin-bottom: 50px; */
    padding: 25px 10px;
}

.single-post .content {
	padding: 50px 0;
}

.single-post .breadcrumb {
	margin-bottom: 0 !important;
}

.single-post .breadcrumb li {
	padding-right: 5px;
	color: #111B19;
}

.single-post .breadcrumb li a {
	color: #111B19;
	transition: all 0.3s;
}

.single-post .breadcrumb li a:hover {
	color: #FD4C5C;
}

.single-post .breadcrumb li i {
	opacity: 0.6;
    font-size: 12px;
}

.single-post .content > .container {
	display: flex;
	gap: 60px;
}

.single-post .post-title {
	font-size: 42px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	line-height: 1.3em;
    font-weight: bold;
}

.single-post .post-media {
	margin-bottom: 20px;
}

.single-post .post-media img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	height: auto;
	aspect-ratio: 192/125;
}

.single-post .post-meta {
	margin-bottom: 20px;
}

.single-post blockquote {
    position: relative;
    font-weight: 600;
    color: #111B19;
    padding: 20px 60px !important;
    font-style: italic;
    margin: 0 !important;
    font-size: 24px;
	border: none !important;
	padding-right: 0 !important;
}

.single-post blockquote::before {
	position: absolute;
    left: 10px;
    top: 25px;
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	color: #FD4C5C;
}

.single-post blockquote cite {
    font-size: 16px !important;
    color: #00BB98 !important;
}

.single-post .sidebar .widget {
	display: block;
    margin-bottom: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    /* float: left; */
    width: 100%;
    padding: 25px 20px;
}

.single-post .sidebar .widget .widget-title {
	position: relative;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 -20px 20px -20px;
    padding: 0 20px 20px 20px;
	font-weight: bold;
	font-size: 21px;
} 

.single-post .sidebar .widget .widget-title::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: calc( 100% - 20px );
    width: 4px;
    background-color: #FD4C5C;
}

.single-post .sidebar .categories-list {
	padding: 0;
    list-style: none;
}

.single-post .sidebar .categories-list .cat-item {
	line-height: 30px;
	text-align: right;

}

.single-post .sidebar .categories-list .cat-item::before {
	content: '\f07c';
    font-family: "Font Awesome 5 Free";
    color: #444;
    opacity: 0.5;
    width: 1em;
    font-size: 0.9em;
    float: left;
    text-align: left;
    margin-right: 10px;
}

.single-post .sidebar .categories-list .cat-item a {
	color: #444;
	float: left;
    text-align: left;
	transition: all 0.3s;
}

.single-post .sidebar .categories-list .cat-item a:hover {
	color: #FD4C5C;
}

.single-post .sidebar .wp-block-search {
	margin-bottom: 24px;
}

.single-post .sidebar .latest-posts li {
    padding: 8px 0;
}

.single-post .sidebar .latest-posts li a {
	font-weight: bold;
	color: #444;
	transition: all 0.4s;
}

.single-post .sidebar .latest-posts li a:hover {
	color: #FD4C5C;
}

.single-post .sidebar .latest-posts img {
	border-radius: 10px;
    margin: 0 15px 10px 0 !important;
}

.single-post .sidebar .latest-posts .wp-block-latest-posts__featured-image {
	margin: 0 !important;
}

.single-post .sidebar .widget_text {
	background-color: #1A1A3D;
	padding: 30px 20px 30px 20px;
}

.single-post .sidebar .widget_text figure {
	display: flex;
    justify-content: center;
}

.single-post .sidebar .widget_text h4 {
	color: #00BB98;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-post .sidebar .widget_text h3 {
	color: #FFFFFF;
    font-size: 24px;
	line-height: 1.2em
}

.single-post .sidebar .widget_text .gform-body input {
	height: 56px;
    box-shadow: 0px 10px 40px rgba(255, 176, 158, 0.12);
    border-radius: 5px;
    border: none;
    outline: none;
}

.single-post .sidebar .widget_text .gform_footer .gform_button {
	height: 56px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.single-post .sidebar .search-form input {
	border: 1px solid #e6e6e6;
    outline: none;
	border-radius: 8px;
}

.single-post .sidebar .search-form label {
	display: none;
}

.single-post .sidebar .search-form button {
	background: #FD4C5C;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #FD4C5C;
    transition: all 0.3s;
}

.single-post .sidebar .search-form button:hover {
	background-color: #fff;
	color: #FD4C5C;
}





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

/* RESPONSIVE */
@media screen and (max-width: 1200px) {
	.content-single-tour .features-product {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.gallery-popup .owl-nav {
		display: none !important;
	}

	.info-main > div {
		flex-direction: column;
    	row-gap: 30px;
	}

	.contact-content .info-left, .contact-content .info-right {
		width: 100%;
		padding: 0;
    	border: none
	}

	.contact-page .contact-content {
		padding: 20px;
	}
}


@media screen and (max-width: 1024px) {
	.section {
		padding: 40px 0;
	}

	.microsite-box-album {
		overflow-x: auto;
		max-width: 100%;
	}

	#animated-thumbnails {
		/* min-width: 950px  */
	}

	.product-summary > .container {
		flex-direction: column;
	}

	.single-product-summary-right .forms-wrapper {
		margin-top: 30px;
	}

	#comments {
		margin: 0 !important;
	}

	.product-summary {
		margin-bottom: 30px;
	}

	.content-single-tour .features-product {
		max-width: 100%;
		grid-template-columns: repeat(4, 1fr);
	}

	.single-product-summary-right {
		min-width: 100%;
	}

	.our-travel {
		background-position: center center;
    	background-size: cover;
	}

	.our-travel .container {
		flex-direction: column;
    	gap: 30px;
	}

	.our-travel-left {
		width: 100%;
	}

	.our-travel-right {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.find-travel-content {
		flex-wrap: wrap !important;
	}

	.find-travel-item {
		flex-basis: inherit !important;
	}

	.single-post .content > .container {
		flex-direction: column;
	}

	.single-post .content .main-content {
		max-width: 100%;
	}

	.single-post .sidebar {
		width: 100%;
	}



}

@media screen and (max-width: 991px) {
	.hero h1 {
		text-align: center;
		min-height: 200px;
		margin-bottom: 0 !important;
	}

	.hero .slides {
		background: transparent;
		box-shadow: none;
		display: flex;
		justify-content: center;
	}

	.hero .slides img {
		width: auto;
	}

	.align-items-stretch {
		row-gap: 30px;
	}

	.count-numbers .row {
		row-gap: 20px;
	}

	.cta-content {
		align-items: normal;
	} 

	.cta-content-right {
		padding: 58px 10px;
	}

	.cta-content-right .newsletter-form, .cta-content-right h2 {
		width: auto;
	}

	.footer-widgets .footer-widgets-item {
		text-align: left !important;
	}

	.footer-widgets .row {
		row-gap: 30px;
	}

	.tour-s-field {
		row-gap: 20px;
	}

	.tour-s-field .tour-search-field {
		flex: 0 0 50% !important;
	}

	.tour-search-btn {
		flex: 0 0 100% !important;
	}

	.tour-s-field .tour-search-btn button {
		width: 100%;
	}

	.content-single-tour .single-top-header {
		flex-direction: column;
    	align-items: start;
	}

	.btn-video-gallery {
		margin-left: 0 !important;
	}

	.destination_single .info {
		grid-template-columns: auto;
	}

	.find-travel .dulich-title {
		padding: 0;
	}

	.our-popular-tours .container {
		flex-direction: column;
    	gap: 30px;
		overflow: hidden;
	}

	.our-popular-tours-left, .our-popular-tours-right {
		width: 100%;
    	padding: 0;
	}

	.home .counter-travel-item {
		width: 50% !important;
    	text-align: center;
	}



}

@media screen and (max-width: 768px) {
	.hero h1 {
		margin-bottom: 50px !important;
	}

	.cta-content {
		flex-direction: column;
	}

	.cta-content-right {
		padding: 20px 20px 58px 20px;
	}

	.cta-content-right {
		width: 100%;
	}

	.cta-content-left {
		padding: 20px 20px 0 20px;
		width: auto;
	}

	footer .footer-copyright-content {
		text-align: center;
    	row-gap: 10px;
	}

	.footer-copyright-card {
		justify-content: center;
	}

	.content-single-tour .features-product {
		max-width: 100%;
		grid-template-columns: repeat(2, 1fr);
	}

	.destination-sights .list-img {
		grid-template-columns: 1fr 1fr;
	}

	.our-travel-left-content {
		flex-direction: column;
	}

	.our-travel-left .dulich-title {
		padding-right: 0;
	}

	.about-page .dulich-title .title {
		font-size: 37px;
	}

	.our-travel-left-content-text {
		margin-right: 0 !important;
	}

	.counter-travel .container > .wp-block-group__inner-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		text-align: center;
	}

	.counter-travel-item .counter {
		font-size: 50px;
	}

	.our-popular-tours-right .sub-img img {
		display: none;
	}

	.our-popular-tours-right > div {
		align-items: center;
	}

	.single-post .main-content .img-wrap {
		flex-direction: column;
	}

	.breadcrumb_content h2 {
		font-size: 50px;
	}
}

@media screen and (max-width: 600px) {
	.hero .slides img {
		width: 100%;
	}

	.align-items-stretch .feature-1-wrap {
		grid-template-columns: 1fr;
	}

	.n-header {
		flex-direction: column;
		gap: 5px;
	}

	.tour-included-excluded-content {
		flex-direction: column;
		gap: 0;
	}

	.tour-included-excluded-content .tour-included,
	.tour-included-excluded-content .tour-excluded {
		width: 100%;
	}

	
}

@media screen and (max-width: 576px) {
	.now-detail-restaurant-group {
		flex-direction: column-reverse;
		row-gap: 30px;
	}

	.detail-restaurant-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.page-404 .title {
		font-size: 28px !important;
	}
}

@media screen and (max-width: 500px) {
	.tour-s-field .tour-search-field, .tour-search-btn {
		flex: 0 0 100% !important;
	}

	.find-travel-item {
		padding: 40px 20px;
	}


	.tour-s-field .tour-search-field {
		flex: 0 0 100% !important;
	}

	
}


@media screen and (max-width: 414px) {
	.hero h1 {
		font-size: 40px;
		min-height: 150px;
	}

	.footer-widgets .row {
		row-gap: 20px;
   		text-align: center;
	}

	.widget-footer-title {
		margin-bottom: 10px;
	}

	.cta-content-right h2 {
		font-size: 35px;
	}

	.newsletter-form .gform_footer {
		position: inherit;
		transform: translate(0);
		margin-top: 10px !important;
	}

	.newsletter-form .gform_button {
		width: 100%;
	}

	.newsletter-form .gform-body input {
		height: 58px;
	}

	.content-single-tour h2.heading, .content-single-tour .single-top-header h2 {
		font-size: 27px;
		line-height: 1.3;
	}

	.contact-content .dulich-title .title {
		font-size: 32px;
	}

	.about-page .dulich-title .title {
		font-size: 30px;
		text-align: left;
	}

	.single-post blockquote {
		font-size: 20px;
	}

	.destination_single .popular-destination .title, 
	.destination-related-wrapper .title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.hero {
		padding: 50px 0;
	}

	.hero .slides img {
		max-width: 280px;
    	height: auto;
	}

	.breadcrumb_content h2 {
		font-size: 40px;
	}

	.template-des {
		margin: 50px 0;
	}

	.destination_single {
		margin-top: 30px;
	}

	.destination_single .short-description h2, 
	.single-post .post-title {
		font-size: 32px;
	}
	
}
/* RESPONSIVE */




.tour-price-wrapper thead tr th {
	background: #e9ecef;
}



/*  */
.popular-tour .popular-tour-group {
	padding: 0;
	list-style: none;
}

.popular-tour .popular-tour-item {
	padding: 8px 0;
	display: flex;
	gap: 15px;
}

.popular-tour .popular-tour-item img {
	width: 75px;
	height: 75px;
	border-radius: 10px;
	object-fit: cover;
}

.popular-tour .popular-tour-item .content {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.popular-tour .popular-tour-item .content .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	font-weight: bold;
	color: #444;
	transition: all 0.4s;
}

.popular-tour .popular-tour-item .content .title:hover {
	color: #FD4C5C;
}

.popular-tour .popular-tour-item .content .date {
	font-size: 13px;
}



/* SEARCH PAGE */
.search-content {
	padding: 50px 0;
}

.search-content .page-header {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.search-content .page-header .page-title {
	font-size: 32px;
	font-weight: 700;
}

.search-content .page-header .page-title span {
	color: #FD4C5C;
}

.search-content .row {
	row-gap: 40px;
}

.search-content .search-form .input-group {
	gap: 10px;
}

.search-content .search-form input {
	height: 50px;
	max-width: max-content;
	outline: none;
}

.search-content .search-form input:focus {
	box-shadow: none;
	border-color: #FD4C5C;
}

.search-content .search-form button {
	border: 1px solid #FD4C5C;
    border-radius: 5px !important;
    font-size: 1em !important;
    background-color: #FD4C5C;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
	transition: all 0.3s;
}

.search-content .search-form button:hover {
	background-color: #fff;
	color: #FD4C5C;
}


/* 404Page */
.page-404 {
	padding: 120px 0;
	display: block;
    text-align: center;
}

.page-404 img {
	margin-bottom: 36px;
	max-width: 100%;
}

.page-404 .title {
	font-size: 42px;
    line-height: 1.2;
	margin-bottom: 12px;
	font-weight: 700;
}

.page-404 .description {
	display: inline-block;
	margin-bottom: 36px;
	max-width: 420px;
    font-size: 20px;
    line-height: 1.4;
}

.page-404 .btn-go-home {
	display: flex;
	margin: 0 auto;
}

.testimonial-section .owl-dots {
	margin-top: 0;
}

/* translate plugin */
.gt_float_wrapper {
	display: flex;
}

.gt_float_switcher {
  box-shadow: none !important;
  margin-left: 30px;
}

.gt_float_switcher * {
	font-family: "Hanken Grotesk", sans-serif !important;
	font-size: 16px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0 !important;
}

.gtranslate_wrapper {
	display: flex;
	gap: 15px;
	margin-left: 30px;
}

.gtranslate_wrapper .gt-current-lang {
	pointer-events: none;
}

.gtranslate_wrapper .glink:not(.gt-current-lang) {
	opacity: .5;
}