/*
Theme Name: Utopia Guideschool
Theme URI: #
Author: MONIR
Author URI: #
Description: #
Version: 1.0
License: #
License URI: #
Text Domain: utopia
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	color: #231f20;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight:400;
	background-color:#F6F6F6;
/* 	background-color: #EDEBE6; */
}
ul, ol, li { list-style: none; }
img, fieldset { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
figure {
	margin: 0;
	padding: 0;
}
.clearfix {
	clear: both;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.wp-caption { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
embed, iframe, object, video { max-width: 100%; }
html { -webkit-text-size-adjust: none; }
.entry-content img {
	max-width: 100%;
	height: auto;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
.alignright {
	margin: 10px 0px 35px 30px;
	display: inline;
}
.alignleft {
	margin: 0 35px 10px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
.wp-caption {
	border: none;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0 10px 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	padding: 0 15px;
	display: block;
	font-style: italic;
	color: #000000;
	font-size: 12px;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[placeholder], 
[placeholder], 
*[placeholder] {color: inherit}
*::-webkit-input-placeholder { color:inherit}
*:-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*::-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*:-ms-input-placeholder {color:inherit}
:root {
  --grey: #3c3f43;
  --green: #14ada9;
  --yellow: #ffba44;
  --white: #ffffff;
  --black: #000;
  --blue: #E7F6F9;
  --DancingScript: "Dancing Script", Sans-serif;
  --caveat: "Caveat", cursive;
}
.custom-color-only {
	color: var(--green) !important;
}

.custom-color-scheme {
	color: var(--green) !important;
	background-color: var(--white) !important;
}
.custom-btn-scheme {
	background-color: var(--green) !important;
	color: var(--white) !important;
}
.flex-flow-reverse {
	flex-flow: row-reverse;
}
.flex-flow-reverse .tab_photo_left img {
	border-radius: 10px !important;
}

/*----------------------*/
/*     Page structure   */
/*----------------------*/
a {color: #14ada9;}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color:#231f20;
	font-size:32px;
	font-weight:600;
	padding-bottom:20px;
	text-align:left;
}
.entry-content h1 {
	font-size:36px;
}
.entry-content h2 {
	font-size:32px;
}
.entry-content h3 {
	font-size:24px;
}
.entry-content h4 {
	font-size:20px;
}
.entry-content h5 {
	font-size:18px;
}
.entry-content h6 {
	font-size:16px;
}
.entry-content p {
	color:#231f20;
	font-size:15px;
	line-height:24px;
	padding-bottom:20px;
}
.entry-content ul {
	padding:0 0 20px 0;
}
.entry-content ul li {
	color:#231f20;
	font-size:15px;
	line-height:24px;
	padding-bottom:8px;
	position: relative;
	padding-left:20px;
	text-decoration:underline;
}
.entry-content ul li::before {
	content:'';
	width:7px;
	height:7px;
	background:#ce2831;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	left:0;
	top:10px;
	z-index:1;
}	
.entry-content ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry-content ol li {
	list-style-type:decimal;
	color:#231f20;
	font-size:15px;
	line-height:24px;
}	
.entry-content a {
	color:#ce2831;
}
.entry-content blockquote {
	color:#ce2831;
	font-size:18px;
	line-height:24px;
	font-weight:600;
}	
.entry-content blockquote p {
	padding-bottom:0;
}
.entry-content table {
    border-collapse: collapse;
	width:100%;
	margin-bottom:25px;
}
.entry-content table, 
.entry-content table th, 
.entry-content table td {
    border: 1px solid #666666;
	color:#231f20;
	font-size:15px;
	line-height:24px;
	text-align:center;
	padding:5px 0;
}
hr {
	border:none;
	background:#dedede;
	height:2px;
	padding:0;
	margin:17px 0 24px 0;
	outline:none;
}
.entry-content input[type='email'],
.entry-content input[type='text'] {
	width:100%;
	max-width:800px;
	background:#fff;
	height:48px;
	font-size:15px;
	color:#231f20;
	line-height:21px;
	border:1px solid #4e4e4e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-weight:400;
	margin-top:7px;
}
.entry-content textarea {
	width:100%;
	background:#fff;
	max-width:800px;
	height:180px;
	font-size:15px;
	color:#231f20;
	line-height:24px;
	border:1px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-weight:400;
}
.entry-content input[type='submit'] {
	width:180px;
	height:50px;
	outline:none;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:0;
	background:#ce2831;
	color:#fff;
	text-align:center; 
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
}
.entry-content .submit {
	width:180px;
	padding:15px 0 0 0;
}


/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_mobile_view { display:none}
.only_desktop_view {}
.d-flex { display:flex}
.flex-space-between {
	justify-content: space-between;
}
.justify-content-center{justify-content: center;}
.align-center {
	align-items:center;
}
.text-center { text-align:center}
.flex-wrap {
	flex-wrap:wrap;
}
.flex-nowrap {
	flex-wrap:nowrap;
}
.row-reverse {
	flex-flow: row-reverse;
}
.flex-row-reverse{flex-flow: row-reverse;}
.flex-row-none { flex-flow: inherit !important;}

#wrapper {
	width:100%;
}
.center_content {
	max-width: 1250px;
	margin: 0 auto;
}
.menu_content {
	max-width: 1730px;
}
.main_nav ul {
	display:flex;
	align-items: center;
	min-height: 85px;
	align-items: center;
}
.main_nav ul li {
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	padding: 8px 16px;
}
.main_nav ul li:first-child {
	padding-left: 0px;
}
.main_nav ul li:last-child {
	padding-right: 0px;
}
.main_nav ul li a {
	color: var(--white);
	position:relative
}
.main_nav ul > li:hover > a {
	color:#fff;
}
.main_nav ul > li ul li a {
	border-bottom: 1px solid #fff;
}
.main_nav ul > li > a::before {
/* 	content:'';
	width:100%;
	height:2px;
	background-color:var(--green);
	position:absolute;
	left:0;
	bottom:-6px;
	z-index:1;
	opacity:0; */
}
.main_nav ul > li:hover > a {
	border-bottom:2px solid var(--green);
}
.on_hovered a,
.main_nav ul > li ul li:hover > a {
	color:#000;
	border-color: var(--green) !important;
}
.fixed-header {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
}
.menu_content_area {
	padding: 0px 20px;
	background-color: #00000078;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.main_nav ul li ul {
	position: absolute;
	display: inherit;
	background: #fff;
	width: 100%;
	max-width: 860px;
	padding: 15px 18px 31px 18px;
	top: 100%;
    left: 0px;
    right: 0;
    margin: 0 auto;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all .3s ease
}
.main_nav ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.main_nav ul li ul li{
	padding: 0px;
	font-size: 14px;
	color: #000;
	padding: 6px 0px;
}

.main_nav ul li ul li a {
	color: #000;
}
.menu_image {
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.menu_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu-item-has-children {
/* 	position: relative; */
}
.menu-item-has-children > a{
    position: relative;
}
.menu-item-has-children > a::after {
	/* content: "\f0d7";
	font-family: "FontAwesome";
	position: absolute;
	top: -4px;
    right: -15px;
    font-size: 18px; */
}
.main_nav ul li ul li ul{
	left: 100%;
	top: -10px;
}
li.menu-item-has-children {
/* 	padding-right: 24px !important; */
}
.menu-item-has-children:hover > a::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 28px;
    background:transparent;
    top: 21px;
    right: 0px;
}
.main_nav .mega_menu span,
.main_nav .mega_menu h5 {
    text-transform: uppercase;
    padding: 10px 0 15px;
    color: #000;
	display:block;
}
span.mm_menu_title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
}

/* Mega Menu 2nd style */
.main_nav .dropmenu_area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.main_nav .dropmenu_area > li {
    width: 50%;
}
.main_nav .dropmenu_area h5 {
    text-transform: uppercase;
    padding: 0 15px;
    color: #000;
}
.main_nav .dropmenu_area ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	opacity: 1;
    visibility:  visible;
    transform: scaleY(1);
    position: initial;
}
.dropmenu_area ul li {
    width: 50%;
}
.dropmenu_area .travels_feature_row {
    margin-bottom: 0;
    margin-top: 15px;
    display: block !important;
}
.dropmenu_area .travels_feature_photo {
    width: 100%;
}
.dropmenu_area .travels_feature_photo img {
    border-radius: 10px 10px 0 0 !important;
    height: 120px !important;
}
.dropmenu_area .price_info_right {
    width: auto;
    top: 200px;
    text-align: right;
}
.dropmenu_area .travels_feature_title {
    padding: 0;
    min-height: inherit;
}
.dropmenu_area .travels_feature_title h3 {
    font-size: 18px;
    line-height: 26px;
}
.dropmenu_area .travels_feature_title h4 {
    font-size: 16px;
    text-align: left;
}
.dropmenu_area .travels_feature_btns {
    flex-direction: column;
}
.dropmenu_area .travels_feature_info p,
.dropmenu_area .information_feature_col small {
    text-align: left;
}
.dropmenu_area .travels_two_btns_ggu,
.dropmenu_area .travels_two_btns {
    justify-content: space-between;
    padding: 10px 0 0 0;
    width: 100%;
}
.dropmenu_area .btn-more-info {
    border: 2px solid var(--green);
}
.dropmenu_area .top-icon-box,
.dropmenu_area .information_feature_col p { 
	display: none; 
}


.multi_page_item >a {
	position: relative;
}
.multi_page_item >a::after{
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
    right: -21px;
	font-weight: 400;
	color: #ffde00;
}
.header_two_btn {
	gap: 20px;
}
.normal-button,
.header_two_btn a {
	display: block;
	background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    padding: 10px 14px 10px 14px;
    border-radius: 6px;
    transition: all .3s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}
.header_two_btn a { font-size: 15px; }
.normal-button { padding-left: 24px; padding-right: 24px; }
.normal-button:hover,
.header_two_btn a:hover {
   transform: scale(1.1);
}
.menu_content {
    position: relative;
}
.header_left {
	gap: 100px;
	justify-content:space-between;
	width:63%;
}
.logo {
	width: 157px;
    max-width: 157px;
}
.banner_area {
	width: 100%;
	margin: 0 auto;
	background-image: url('assets/images/Baggrund-v2-1.webp');
	background-size: cover;
	background-attachment: fixed;
	border-radius: 0;
	margin-top: 0;
}
.banner_wrap {
	width: 100%;
	height: 100vh;
	padding: 180px 20px 140px 20px;
}
.inner_banner {
	width: 100%;
}
.inner_banner .banner_wrap {
	height: 90vh;
}
.banner_info h1 {
	font-size: 70px;
	color: var(--white);
	font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
}
.banner_info h1 span {
	font-family: var(--caveat);
}
.banner_info p {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 34px;
}
.banner_info {}
.banner_wrap {
 	position: relative;
}
.type-wrap-box {
 	justify-content: center;
}
.type-wrap-box span {
	font-size: 20px;
	color: #fff;
}
.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.banner_btn {
	padding-top: 22px;
}
.menu_bar {
    width: 25px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
}
.menu_bar span {
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background-color: #fff;
    display: block;
    transition: all .2s ease;
}
.trustpilot-logo {
	width: 250px;
	margin: 0 auto;
	margin-top: auto;
	padding-bottom:20px;
}
.menu_bar_wrap { display: none; }
@media screen and (min-width: 992px){
.menu-item-has-children > a::after { display: none; }
}
@media screen and (max-width: 1200px){
.header_two_btn a {
    font-size: 15px;
    padding: 6px 12px;
}
.header_left { gap: 25px; }
.main_nav ul li {
   padding: 8px 10px;
}
.header_left {
    width:  auto;
}
}
.small_banner .banner_info h1 {
/*     line-break: anywhere; */
}
@media screen and (max-width: 991px){
	.menu_image { display: none !important; }
	.only_desktop_view,
	.header_two_btn { display: none !important; }
	.menu_bar_wrap,
	.menu_bar {
		display: block;
	}
	.logo {
		position: initial;
		left: 0px;
		transform: inherit;
		margin: 0px;
	}
	.menu_content {
     	display: flex;
		justify-content: space-between;
	}
	.menu_holder{
		position: absolute;
		left:0px;
		right: 0px;
		z-index: 99;
	}
	.menu_holder.mobile_menu_open {
		height: calc(calc(100vh - 67px));
		overflow: auto;
	}
	.menu_holder.mobile_menu_open .slicknav_nav {
		display: block !important;
	}
	.menu-item-has-children > a::after {
	    /* top: 3px;
	    right: 13px;
	    position: inherit; */
	}
	.multi_page_item >a::after {
		display: none;
	    top: 10px;
	    right: -5px;
	}
	.banner_info h1 {
	    font-size: 30px;
	}
	.type-wrap-box span {
	    font-size: 15px;
	    color: #fff;
	}
	.trustpilot-logo { width: 180px; }
	.normal-button {
		font-size: 14px;
		padding: 10px 25px;
	}
}


.footer {
	padding:0 20px 100px;
    width: 100%;
    margin: 0 auto;
}
.footer_bg {
	max-width: 1400px;
	margin: 0 auto;
	border-radius: 6px;
	background: url('assets/images/footer_bg.png') no-repeat center bottom;
	background-size: 100% auto;
	background-color: var(--green);
}
.footer_conetnt {
	padding: 80px 40px 0;
}
.footer_widget {
	width: calc(calc(100% - 140px) / 5);
}
.footer_logo {
	max-width: 222px;
    padding-bottom: 30px;
}
.star_logo {
	width: 140px;
	margin: 0 auto;
}
.icon_col img {
	max-height: 50px;
	margin: 0 auto;
	width: auto;
	display: inline-block;
}
.partner_logo { padding-bottom: 28px; }
.footer_main_box {
	gap: 30px;
	display: flex;
	padding-bottom: 45px;
}
.footer_widget:nth-child(1) {
	width: 36.70%;
}
.footer_widget:nth-child(2) {
	width: 21.42%;
}
.footer_widget:nth-child(3) {
	width: 21.42%;
}
.footer_widget:nth-child(4) {
	width: 20.46%;
}


.footer_widget h3 {
	color: var(--white);
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 15px;
}
.footer_widget ul li {
	font-size: 14px;
	font-weight: 300;
	padding: 7px 0px 2px 0;
}
.footer_widget p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
	padding-top: 15px;
}
.footer_widget p,
.footer_widget p a,
.footer_widget ul li a {
	color: var(--white);
}
.footer_widget.footer_widget3 {
    padding-left: 25px;
}
.footer_logo_item {
	padding: 0 12px;
}
.footer_logo_item:nth-child(1) { width: 70%; }
.footer_logo_item:nth-child(2) { width: 50%;}
.footer_logo_item:nth-child(3) { width: 50%; }
.footer_logo_item:nth-child(4) { max-width: 240px; }
.footer_widget5 {
	justify-content: space-around;
	align-content: baseline;
	gap: 20px 0;
}
.copyright_item {
	padding: 25px 0;
	border-top: 1px solid #fff;
}
.copyright_item p {
	font-size: 14px;
	color: var(--white);
	text-align: center;
}
.copy_right_area p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.copy_right_area {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}
.copy_right_area {
	padding-top: 100px;
	padding-bottom: 0;
}
.footer_social {
	gap: 10px;
	padding-left: 0;
}
.footer_social a {
	/* width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: var(--white); */
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

@media screen and (max-width: 991px){ 
	.footer {
		width: 100%;
	    padding: 50px 0;
	}
	.footer_logo {
	    max-width: 130px;
	    margin: 0 auto;
	    padding-bottom: 15px;
	}
	.footer_main_box {
		flex-direction: column;
	}
	.footer_left {
		width: 100%;
	}
	.footer_right {
		width: 100%;
		flex-direction: column;
	}
	.footer_widget {
		width: 100%;
	}
	.footer_widget.footer_widget3 {
	    padding-left: 0px;
	}
	.copy_right_area p:first-child {
		padding-bottom: 10px;
	}
	.footer_widget ul li {
	    font-size: 12px;
	    padding: 5px 0px;
	}
	.footer_widget h3 {
	    font-size: 16px;
	    padding-bottom: 10px;
	}
	.footer_widget {
		width: 100%;
		padding-bottom: 0;
	}
	.copy_right_area {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    flex-direction: column;
	}
	.footer_logo {
	    max-width: 130px;
	    margin: 0 auto;
	    padding-bottom: 15px;
	}
	.copy_right_area p {
	    margin-bottom: 10px;
	    text-align: center;
	}
	.footer_logo_item:nth-child(2),
	.footer_logo_item:nth-child(3) {
	    max-width: 80px;
	}
	.footer_logo_item:nth-child(4) {
	    max-width: 190px;
	}
}

.young_people_area {
	padding: 0 20px;
}
.young_people_wrap {
	padding: 90px 0 68px 0;
}
.young_people_photo { 
	padding:50px 0 27px 0; 
}
.young_people_photo img {
	border-radius: 30px;
	margin: 0 auto;
}
.full_package_box h3,
.young_people_wrap h2 {
    font-size: 52px;
    line-height: 1;
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 20px;
    text-align: center;
}
.full_package_box h5,
.young_people_wrap h3 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}
.our_travels_area {
	max-width: 1380px;
	padding: 0 40px;
/*     background-color: #fadba6; */
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
}
.our_travels_box {
	max-width: 100%;
	padding: 0 38px;
}
.uc_portfolio_carousel { margin-bottom: 90px; }
.our_travels_box h5 {
    font-family: var(--caveat);
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: var(--grey);
	padding-bottom:25px;
}
.our_travels_box h3 {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    color: var(--grey);
    margin-bottom: 0;
}
.items a {
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 5px;
}
.items a::after {
	content: '';
 	/* background-color: #423C3CAD;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s; */
 }
 .items a img {
 	border-radius: 5px;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .8s cubic-bezier(.2,.55,.1,.7);
	-moz-transition: all .8s cubic-bezier(.2,.55,.1,.7);
	transition: all .8s cubic-bezier(.2,.55,.1,.7);
 }
  .items a:hover > img {
  	transform: scale(1.2);
  }
.full_package_area {
	padding: 0 20px;
}
.full_package_box {
	padding: 70px 0;
	max-width: 1500px;
}
.package_feature_box {
	gap: 11px;
	padding-top: 40px;
}
.package_feature {
	position: relative;
}
.package_feature img {
	width: 100%;
	border-radius: 20px !important;
	height: 55vh !important;
	object-fit: cover;
}
.package_feature a {
	display: block;
	border-radius: 20px;
}
.package_feature_info {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background-color: #0000002B;
    padding: 30px 40px 30px 40px;
    transition: all 300ms ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.package_feature a:hover > .package_feature_info {
	background-color: #00000085;
}
.package_feature_info h4 {
    color: var(--white);
    font-size: 25px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
    transition: 1000ms;
}
.package_feature_info p {
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
    transition: 1000ms;
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
}
 @keyframes uc_image_accodion_animation {
    0% {
        transform: scale(1.3);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}

.package_feature{
    flex: 1;
}
.package_feature {
	animation: uc_image_accodion_animation 0.318s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    transition: 1000ms;
}
.package_feature:hover {
    flex: 1.6;
}
.package_feature a:hover .package_feature_info p {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.video_content_area {
	padding: 0 20px;
}
.video_content_box {
	padding: 100px 0 100px 0;
	max-width: 1400px;
}
.video_content_box video {
	border-radius: 6px;
	width: 100%;
}
.video_info_wrap {
	position: relative;
}
.video_info_area {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	padding: 50px 20px 50px 140px;
}
.video_info_area h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: var(--white);
    padding-bottom: 5px;
}
.video_info_area p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    padding-bottom: 15px;
}
.review_section {
	width: 100%;
	background: url('assets/images/bg_review.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}
.review_section::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.review_area {
	max-width: 1400px;
	margin: 0 auto;
    padding: 140px 50px 150px 50px;
    position: relative;
    z-index: 3;
}
.review_content_box h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    padding-bottom: 37px;
}
.review_content_box h4 {
    font-family: var(--caveat);
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: var(--grey);
}
.review_content_box h3 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: var(--grey);
    margin-bottom: 50px;
}
.review_content_items {
	gap: 30px;
}
.review_item {
	width: calc(calc(100% - 120px) / 5);
	background-color: var(--white);
    border-radius: 6px ;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 25px 15px 25px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.review_img {
	max-width: 165px;
	padding-bottom: 20px;
}
.review_item h5 {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000000;
    padding-bottom: 18px;
}
.review_item p {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000000;
    padding-bottom: 15px;
}
.review_item p span {
    font-size: 12px;
    color: #636464;
}
.review_item p span strong {
	font-weight: 700;
}
.review_bottom_area {
	max-width: 600px;
	margin: 0 auto;
}
@media screen and (max-width: 991px){ 
.full_package_box h3, 
.young_people_wrap h2 {
    font-size: 30px;
}
.full_package_box h5, 
.young_people_wrap h3 {
    font-size: 12px;
}
.young_people_photo {
    padding: 25px 0 25px 0;
}
.young_people_wrap {
    padding: 70px 0 50px 0;
}
.our_travels_box h3 {
    font-size: 30px;
}
.our_travels_box h5 {
    font-size: 17px;
}
.items a img {
	height: 330px;
	object-fit: cover;
}
.our_travels_box .owl-nav { display: none; }
.package_feature_box {
    padding-top: 30px;
    flex-direction: column;
}
.package_feature img {
    height: 88px;
}
.package_feature_info h4 {
    font-size: 18px;
    line-height: 20px;
}
.package_feature_info p {
	font-size: 12px;
}
.package_feature a:hover > img  {
    height: 130px;
}
.video_content_box {
    padding: 40px 0 40px 0;
}
.video_content_box video {
    border-radius: 6px;
    height: 480px;
    object-fit: cover;
}
.video_info_area {
    padding: 30px 20px 30px 20px;
}
.video_info_area h3 {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
}
.video_info_area p { font-size: 13px;text-align: center;}
.video_info_mid { text-align:center}
.video_info_mid .showmore_btn { justify-content: center; }
.review_item {
    width: calc(calc(100% - 12px) / 2);
    padding: 20px 15px;
}
.review_area {
    border-radius: 0;
    padding: 50px 20px 30px;
}
.review_content_box h4 { font-size: 17px; }
.review_content_box h3 { font-size: 30px; }
.review_content_items {
    gap: 24px 12px;
    padding-bottom: 0;
}
.review_content_box .review_bottom_area {
	flex-wrap: nowrap !important;
	gap: 20px;
}
.review_content_box .normal-button {
    font-size: 12px;
    padding: 12px 15px;
    text-align: center;
}

}
.counter_content_area {
	padding: 0 20px; 
	background: #F6F6F6;
}
.counter_content_box {
	max-width: 960px;
	gap: 60px;
	padding: 90px 0 80px 0;
}
.counter_content_item {
	width: calc(calc(100% - 120px) / 3);
	text-align: center;
}
.counter_content_item h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--green);
    padding-bottom: 12px;
}
.counter_content_item h5 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
}
.counter_content_item p {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    color: #8D9192;
}


/* ──────────────────────────────────────────────────────────────────────
A) DESKTOP (bredere end 768px): To lodrette sliders ved siden af hinanden
────────────────────────────────────────────────────────────────────── */
.Online_meeting_area {
	padding: 0 20px;
	background: #F6F6F6;
}
.dual-slider-wrapper {
	max-width: 1030px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 30px 0 80px 0;
}
.dual-slider-right {
	width: 485px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.dual-slider-left {
	width: 485px;
}
.dual-slider-left h4 {
    font-family: var(--caveat);
    font-size: 25px;
    font-weight: 500;
    color: var(--grey);
}
.dual-slider-left h3 {
    font-size: 45px;
    font-weight: 600;
    color: var(--grey);
    margin-bottom: 15px;
}
.dual-slider-left p {
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    color: var(--grey); 
    padding-bottom: 12px;
}
.dual-slider-left p a { color: #000; }
.dual-slider-left h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 20px;
}

.vertical-slider {
    position: relative;
    width: 240px;
    height: 720px;
    overflow: hidden;
    /* Lodret fade i top og bund */
    mask-image: linear-gradient( to bottom, transparent 0%, black 25%, black 75%, transparent 100% );
    -webkit-mask-image: linear-gradient( to bottom, transparent 0%, black 25%, black 75%, transparent 100% );
}
.slide-track {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    animation: scroll-vertical 30s linear infinite;
}

@keyframes scroll-vertical {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1100px);
        /* 5×(200px + 20px) = 1100px */
    }
}

.vertical-slider.reverse .slide-track {
    animation-direction: reverse;
}

.slide {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 20px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
    display: block;
}

/* ──────────────────────────────────────────────────────────────────────
B) MOBIL (max-width: 768px): Skift til vandret slider med to billeder synlige
────────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    /* 1) Wrapper: stapler sliders lodret, mindre afstand mellem kolonner */ .dual-slider-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        /* Reduceret afstand mellem de to sliders */
        padding: 0 5px;
    }

    /* 2) Hver slider bliver 100% bred og har højde 170px (150px slide + fade) */
    .vertical-slider {
        width: 100%;
        height: 170px;
        /* 150px højde til slide + lidt til fade */
        overflow: hidden;
        /* Venstre→højre fade */
        mask-image: linear-gradient( to right, transparent 0%, black 15%, black 85%, transparent 100% );
        -webkit-mask-image: linear-gradient( to right, transparent 0%, black 15%, black 85%, transparent 100% );
    }

    /* 3) Slide-track: horisontal uden wrap, to kvadrater synlige */
    .slide-track {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        /* Undgå ny række */
        align-items: center;
        animation: scroll-horizontal 30s linear infinite;
    }

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

        100% {
            transform: translateX(-850px);
            /* 5×(150px + 20px) = 850px */
        }
    }

    /* 4) “reverse” kører baglæns horisontalt */
    .vertical-slider.reverse .slide-track {
        animation-name: scroll-horizontal;
        animation-direction: reverse;
    }

    /* 5) Hvert slide: 150px kvadratisk, margin-right 20px */
    .slide {
        width: 150px;
        height: 150px;
        margin-right: 20px;
        margin-bottom: 0;
        box-sizing: border-box;
        flex-shrink: 0;
    }
}

.content_gallery_area {
	padding: 0 20px;
}
.content_gallery_box {
	padding: 50px 0 100px 0;
	max-width: 1400px;
}
.content_gallery_box h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: var(--grey);
    padding-bottom: 40px;
}
.content_gallery_box h3 span {
	font-family: var(--caveat);
}
.gallery_item_big {
	margin-bottom: 20px;
	position: relative;
}
.gallery_item img,
.gallery_item_big img {
	width: 100%;
	height: 400px !important;
	object-fit: cover;
	border-radius: 6px !important;
}
.gallery_items {
	gap: 20px;
}
.gallery_item {
	width: calc(calc(100% - 60px) / 4);
	position: relative;
}
.gallery_item img {
	height: 460px !important;
}
.gallery_item_btn {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	margin: 0 auto;
	z-index: 3;
	display: flex;
	justify-content: center;
}
.gallery_item_big .gallery_item_btn {
	width: auto;
	margin: 0;
	right: 25px;
	bottom: 20px;
	left: inherit;
}
.gallery_item_big .gallery_item_btn .custom-color-scheme {
	min-width: 272px;
}
.gallery_item_btn .custom-color-scheme {
    color: var(--grey) !important;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallery_item_btn .custom-color-scheme:hover {
	background: var(--green) !important;
	color: var(--white) !important;
}
.gallery_item_btn .custom-color-scheme .fas { padding-left: 5px; }


.our_artners_area {
	padding: 0 20px;
	background-color: #E7F6F9;
}
.our_partners_box {
	padding: 50px 0 50px;
	max-width: 1580px;
}
.our_partners_box h3 {
    font-size: 18px;
    font-weight: 600;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: var(--grey);
    text-align: center;
    padding-bottom: 45px;
}
.uc-logo-wrapper {
	animation-duration: 22.5s;
}
.uc-logo-wrapper:hover {
	animation-play-state: paused;
}
.uc_logo_marquee_holder {
	width: 280px;
}
.uc_logo_marquee_holder img {
	max-height: 60px; 
	margin: 0 auto;
	max-width: 284px;
}

/* widget: Logo Marquee */

#marquee_slider {
    min-height: 1px;
    text-align: center;
    position: relative;
}

#marquee_slider .uc_marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
#marquee_slider .uc_marquee > div {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    overflow: hidden;
    animation-name: marquee-to-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#marquee_slider img {
    height: 100%;
    object-fit: contain;
}

#marquee_slider .ue_marquee_title {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#marquee_slider .uc_logo_marquee_holder {
    position: relative;
    text-align: center;
    overflow: hidden;
}

#marquee_slider .uc_logo_marquee_holder a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes marquee-to-left {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-50%, 0);
    }
}

#marquee_slider .ue-item-badge {
    position: absolute;
    right: 10px;
    top: 10px;
}
@media (max-width: 991px) {
.counter_content_box {
    padding: 70px 0 60px 0;
}
.counter_content_item {
    width: 100%;
}
.dual-slider-left {
    width: 100%;
    order: 2;
}
.dual-slider-right {
    width: 100%;
    order: 1;
    flex-direction: column;
    padding-bottom: 20px;
}
.content_gallery_box {
    padding: 40px 0 30px 0;
}
.content_gallery_box h3 {
    font-size: 29px;
    line-height: 1.2;
}
.review_content_box h2 { font-size: 32px; }
.dual-slider-left h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.gallery_items {
    gap: 10px;
}
.gallery_item {
    width: calc(calc(100% - 10px) / 2);
}
.gallery_item_btn { padding: 0 5px; width: 100%; } 
.gallery_item_big .gallery_item_btn {
    width: 100%;
    right: 0;
    bottom: 20px;
    width: 100%;
}
.gallery_item img,
.gallery_item_big img {
	height: 285px !important;
}
.gallery_item_big img {
	height: 340px!important;
}
.gallery_item_btn .custom-color-scheme { font-size: 11px; }
.our_partners_box { padding-bottom:20px }
.our_partners_box h3 {
    font-size: 25px;
}
.uc_logo_marquee_holder {
    width: 230px;
}
}

.information_feature_area {
	padding: 0 20px;
}
.information_feature_box {
	padding: 30px 0 20px 0;
	max-width: 700px;
}
.information_feature {
	background-color: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}
.information_feature_photo {
	width: 225px;
	min-width: 225px;
}
.information_feature_info {
	width: 100%;
	padding: 15px 42px 15px 42px;
}
.information_feature_area .information_feature_info { text-align: center; }
.information_feature_info h4 {
	font-size: 30px;
    font-weight: 600;
    color: var(--grey);
    padding-bottom: 0;
}
.information_feature_col {
	width: 50%;
	border-left: 1px solid #afafaf;
	padding-left: 40px;
}
.information_feature_col:nth-child(1) {
	border-left: none;
	padding-left: 0;
}
.information_feature_area .information_info_cols,
.information_feature_area .information_feature_col { width: 100%; }
.travels_feature_info p,
.information_feature_col small {
	font-size: 14px;
	font-weight: 400;
	color: var(--grey);
	display: block;
	text-align: center;
}
.travels_feature_info p { padding-bottom: 15px; }
.travels_feature_photo a {
	display: block;
	height: 100%;
}
.travels_feature_title h4 {
	text-align: center;
}
.travels_feature_title p { text-align: center; }
.information_feature_col span {
    font-size: 13px;
	font-weight: 600;
	color: var(--green);
	display: block;
}
.reg_meeting_area { padding: 0 20px; padding-bottom: 12%;  position: relative;}
.reg_meeting_box {
	max-width: 654px;
	padding: 10px 0 40px;
}
.information_feature_box h3,
.reg_meeting_box h3 {
    font-size: 42px;
    font-weight: 600;
    color: var(--green);
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.reg_meeting_box p {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    color: var(--grey);
    padding-bottom: 12px;
}
.reg_meeting_box .form-control {
	width: 100%;
	height: 40px;
    background-color: #FFFFFF;
    border-radius: 15px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: none;
    box-shadow: none;
    color: var(--grey);
}
.reg_meeting_box textarea.form-control {
	height: 120px;
}
.reg_meeting_box .form-control:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0;
}
.reg_meeting_form .normal-button {
	border: 0;
	outline: none;
	font-size: 15px;
    margin: 0 auto;
}
.reg_meeting_form {
	padding: 24px 0 0 0;
}
.reg_meeting_box .form-control::-webkit-input-placeholder {
  color: var(--grey);
}
.reg_meeting_box .form-control::-moz-placeholder {
  color: var(--grey);
}
.reg_meeting_box .form-control:-ms-input-placeholder {
  color: var(--grey);
}
.reg_meeting_box .form-control:-moz-placeholder {
  color: var(--grey);
}
.reg_meeting_left,
.reg_meeting_right {
	width: 25%;
	position: absolute;
	top: 80px;
	z-index: 555;
}
.reg_meeting_left {
	left: 0;
}
.reg_meeting_right {
	right: 0;
	top: 280px;
}
.reg_meeting_left img { border-radius: 0 25px 25px 0 !important; }
.reg_meeting_right img { border-radius: 25px 0 0 25px !important; }


@media screen and (max-width: 991px){
.only_mobile_view { display: block; }
.reg_meeting_left img,
.reg_meeting_right img { border-radius: 25px !important; }	
.reg_meeting_left,
.reg_meeting_right {
	width: 90%;
	position:  inherit;
	top:  inherit;
	left: inherit;
	right: inherit;
	margin: 0 auto;
}
.reg_meeting_left { padding-bottom: 30px; }
.inner_banner {
    width: 100%;
    background-attachment: inherit;
    background-position: center;
}
.inner_banner .banner_wrap {
    height: 70vh;
}
.information_feature_box {
    padding: 42px 0 40px 0;
}
.information_feature {
	flex-direction: column;
}
.information_feature_photo {
    width: 100%;
    min-width:   inherit;
}
.information_feature_info {
    padding: 15px;
}
.information_feature_info h4 { font-size: 20px; }
.information_feature_col { width: 40%; padding-left: 15px; }
.information_feature_col:nth-child(1) {
    border-left: none;
    padding-left: 0;
    width: 60%;
}
.information_feature_box h3 { padding-bottom: 20px; }
.information_feature_box h3,
.reg_meeting_box h3 {
    font-size: 30px;
}
.reg_meeting_area { padding-bottom: 0;}
.footer_social { padding-left: 0; }
}
.small_banner {
	width: 100%;
	margin-top: 0;
	border-radius: 0;
	background-position: 0px -168px;
}
.small_banner .banner_wrap { 
	height: 450px; 
	max-width: 1112px; 
	margin: 0 auto;
/* 	background-image: linear-gradient(158deg, #BE9B65 0%, #00000000 100%); */
}
.small_banner .banner_info {

}
.small_banner .banner_wrap span:not( h1 span ) {
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}
.small_banner .banner_info h1 {
    padding-bottom: 10px;
    text-align: left;
}
.filter-container-area {
	padding: 0 20px;
	margin-bottom: 25px;
	background-color: var(--blue);
}
.filter-container {
	max-width: 692px;
	margin: 0 auto;
	padding: 60px 0 45px 0;
}
.filter_column label {
	display: block;
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.filter-container {
	gap: 100px;
	justify-content: center;
}
.filter_column {
	width: calc(calc(100% - 200px) / 3);
}

select.custom-rc-filter-select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

select.custom-rc-filter-select, 
select.custom-rc-filter-select:focus, 
select.custom-rc-filter-select:focus-within, 
select.custom-rc-filter-select:active, 
select.custom-rc-filter-select:focus-visible, 
select.custom-rc-filter-select:target {
	width: 100%;
    border: 2px solid #fff;
    border-radius: 8px;
    background: url('assets/images/down_icon1.svg') no-repeat right 10px center;
    background-color: #fff;
    margin-top: 10px;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    padding: .5rem 1rem;
    transition: all .3s;
}
.travels_area {
	padding: 0 20px;
}
.travels_content_holder {
	max-width: 1140px;
}
.top-icon-box-wrap {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-icon-box { padding-bottom: 10px; }
.top-icon-box a {
	color:#5f5f5f;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.top-icon-box a .fas {
	font-size: 16px;
	color:#5f5f5f;
}
.travels_two_btns .top-icon-box { padding-top: 15px; }
.travels_two_btns .top-icon-box span {
	text-transform: none;
	color: var(--green);
	font-size: 12px;
	font-weight: 400;
}
.year_item {
	width: 160px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background-color: var(--green);
    padding: 7px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 26px;
    border-radius: 10px;
}
.travels_feature_row {
	border-radius: 10px;
	background-color: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}
.travels_feature_photo {
	width: 300px;
	min-width: 300px;
}
.travels_feature_photo {
	display: block;
/* 	height: 100%; */
}
.travels_feature_photo img {
	width: 100%;
	border-radius: 10px 0 0 10px !important;
    height: 100% !important;
    object-fit: cover;
}
.travels_feature_info {
	width: 100%;
	padding: 30px 30px;
}
.price_info_right {
	width: 380px;
	position: absolute;
	right: 40px;
	top: 35px;
	z-index: 2;
	text-align: center;
}
.price_info_right span { padding-bottom: 3px; }
.price_info_right span,
.price_info_right strong,
.price_info_right small {
	display: block;
	line-height: 1.2;
}
.price_info_right small { font-style: italic; }
.price_info_right .very-small {
	font-size: 11px;
	font-style: normal;
}
.travels_feature_title {
	padding: 0 380px 15px 0;
}
.travels_feature_title h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: var(--grey);
    padding-bottom: 10px;
}
/* .times_prices_holder .travels_feature_title { padding-right:240px}
.times_prices_holder .price_info_right { width:280px} */
.travels_feature_title h3 a {color: var(--grey);}
.travels_feature_title h4 {
    font-size: 20px;
    font-weight: 400;
    color: var(--grey);
    padding-bottom: 7px;
}
.udsolgt {
    font-weight: 700;
    letter-spacing: 1px;
    color: red;
}
.price_info_right span {
    font-size: 12px;
    font-weight: 400;
    color: var(--grey);
}
.price_info_right strong {
    font-size: 22px;
    font-weight: 700;
    color: var(--green);
}

.travels_feature_btns {
   justify-content: space-between;
   align-items: flex-start;
}
.travels_two_btns {
	
}
.information_info_cols {
	width: 400px;
}
.travels_two_btns_ggu,
.travels_two_btns {
	gap: 20px;
}
.travels_two_btns .normal-button {
	min-width: 176px;
	text-align: center;
}
.btn-more-info {
	border: 2px solid var(--green);
}
.normal-button.btn-soldout {
	background-color: red !important;
    border-color: red !important;
    pointer-events: none;
    cursor: not-allowed;
}
.travels_two_btns a {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	align-items: center;
    line-height: 1;
    display: flex;
    justify-content: center;
}
.travels_feature_row { margin-bottom: 30px; }
.sale-normal { color: var(--green); }
.payment_work_section {
	padding: 0 20px;
}
.payment_work_box {
	padding: 50px 0 70px 0;
}
.payment_work_box h3 {
    font-size: 39px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    padding-bottom: 25px;
}
.payment_work_holder {
	width: 100%;
	gap: 50px;
	padding-bottom: 40px;
}
.payment_work_col {
	width: calc(calc(100% - 100px) /3);
}
.counter_content_area .payment_work_col {
	width: calc(calc(100% - 100px) / 3);
}
.icon_col { padding-bottom: 16px; text-align: center; }
.icon_col i {
	font-size: 41px;
	color: var(--black);
}
 .payment_work_box h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 15px;
    text-align: center;
}
 .payment_work_box p {
    font-size: 14px;
    font-weight: 300;
    color: var(--black);
    text-align: left;
}
.payment_work_col p { text-align: center; }

@media screen and (max-width: 991px){
.small_banner {
    border-radius: 0;
    background-position: center;
    background-attachment: inherit;
}
.small_banner .banner_wrap {min-height: 41vh;}
.filter-container {
    gap: 20px;
}
.filter-container {
    padding: 50px 0 30px 0;
}
.filter_column {
    width: 100%;
}
.filter_column label {
    text-align: center;
}
.top-icon-box a {
    font-size: 14px;
}
.travels_feature_row {
   flex-direction: column;
}
.travels_feature_photo {
    width: 100%;
    min-width:  inherit;
}
.travels_feature_photo img {
    border-radius: 10px 10px 0 0 !important;
	height: 180px;
	object-fit: cover;
}
.times_prices_holder .travels_feature_title { padding-right:0}
.times_prices_holder .price_info_right { width:100%}
.travels_feature_title {
    padding: 0 0 10px 0;
}
.travels_feature_btns {
	flex-wrap: wrap !important;
	align-items: flex-start;
}
.travels_two_btns_ggu,
.travels_two_btns {
	width: 100%;
	flex-direction: column;
    gap: 15px;
}
.information_info_cols {
    width: 55%;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 22px;
    padding-right: 10px;
}
.travels_feature_info {
    padding: 25px 20px;
}
.information_feature_col { width: 100%; padding-left: 0; }
.information_feature_col:nth-child(1) {
    width: 100%;
}
.travels_feature_title h3 {
    font-size: 20px;
    padding-bottom: 5px;
}
.travels_feature_title h4 {
    font-size: 17px;
}
.information_feature_col { border: none; }
.price_info_right {
	width: 45%;
	position: initial;
	padding-left: 10px;
}
.price_info_right strong {
    font-size: 16px;
    font-weight: 700;
    color: var(--grey);
}
.price_info_right {
	border-left: none;
	width: 100%;
	padding-bottom: 20px;
}
.travels_feature_title h3 { text-align: center; }
.payment_work_box h3 {
    font-size: 30px;
}
.payment_work_col {
    width: 100%;
}
.counter_content_area .payment_work_col {
	width: 100%;
}
.payment_work_holder {
    gap: 30px;
}
.payment_work_box {
    padding: 40px 0 30px 0;
}
.normal-button:hover, 
.header_two_btn a:hover {
    transform: scale(1);
}

}

.about_banner {
	width: 100%;
	border-radius: 0;
	background-position: center left;
	background-attachment: inherit;
	margin: 0;
	position: relative;
}
.about_banner .video_play {
	width: 100%;
	height: 100%;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.about_banner .banner_wrap {
	max-width: 100%;
	height: 528px;
	position: relative;
	z-index: 5;
	background-color: transparent;
	background-image: linear-gradient(219deg, #19547BD4 0%, #FFD89B73 100%);
/* 	opacity: 0.72; */
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.about_banner .banner_wrap span:not( h1 span ) {
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.video_section_area { padding: 0 20px; }
.video_section_wrap {
	padding: 60px 0 78px 0;
	max-width: 1740px;
	gap: 40px;
}
.video_info_left {
	width: 700px;
}
.video_info_right {
	width: 830px;
	position: relative;
}
.video_info_right img { 
	border-radius:10px !important;
    min-height: 350px;
	object-fit: cover;
}
.video_play {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.video-button {
    background-color: var(--white);
    width: 110px;
    height: 110px;
    border-radius: 110px;
    border-style: none;
    color: var(--green);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-button .fas {
	font-size: 36px;
}

.video-button::before{
  content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid var(--green);
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    border-color: var(--green);
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
            transform: scale(1);
  }
  80% {
    border-width: 1px;
            transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}

.video_info_left h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--black);
    padding-bottom: 10px;
}
.video_info_left h3 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 15px;
}
.video_info_left p {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
    color: var(--black);
    padding-bottom: 30px;
}
.video_info_left .star_logo {
	margin: 15px 0 0 0;
}
.video_section_area1 {
	background: rgba(143, 214, 227, 1);
}
.video_section_area1 .video_section_wrap {
	padding: 100px 0;
	max-width: 1240px;
}
.video_section_area1 .video_info_right { width: 55.88%; }
.video_section_area1 .video_info_left { width: 40%; }
.video_section_area1 .video_info_left h3 {
	font-size: 42px;
	color: var(--white);
	font-weight: 600;
	text-transform: inherit;
}
.video_section_area1 .video_info_left p {
	font-size: 16px;
	color: var(--white);
	padding-bottom: 35px;
}
.video_section_area1 .video_play { 
	border-radius: 6px; 
	height:386px;
    width: 100%;
    max-width: inherit;
}







.our_purpose_section_area {
	padding: 0 20px;
	background-color: #fadba6;
	max-width: 95%;
	margin: 0 auto;
	border-radius: 30px;
}
.our_purpose_section_wrap {
	padding: 100px 0;
	max-width: 1050px;
}
.our_purpose_left {
	width: 450px;
}
.our_purpose_left img { border-radius: 15px; }
.our_purpose_right {
	width: 510px;
	text-align: center;
}
.big-star-icon { padding-bottom: 15px; } 
.big-star-icon .fas {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    display: block;
    color: var(--green);
}
.our_purpose_right h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 4px;
    color: var(--black);
}
.our_purpose_right h3 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 20px;
    line-height: 1;
}
.our_purpose_right p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8em;
    color: var(--black);
    padding-bottom: 15px;
    max-width: 445px;
    margin: 0 auto;
}
.f-400 { font-weight: 400 !important; }
.fs-15 { font-size: 15px !important; }
.about_profile_section_area {
	padding: 0 20px;
}
.about_profile_section {
	padding: 55px 0 75px 0;
	max-width: 1045px;
}
.about_profile_section h3 {
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--black);
	line-height: 1.2;
	text-align: center;
	padding-bottom: 20px;
}
.about_profile_section p {
    text-align: center;
    font-size: 13.5px;
    font-weight: 300;
    color: var(--black);
    padding-bottom: 15px;
}
.about_profile_section p a { color:#14ada9}
.profile_pic {
	max-width: 224px;
	margin: 0 auto;
	padding: 20px 0;
}
.profile_pic img {
	border-radius: 50%;
}
.profile_sign {
	max-width: 224px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.about_profile_section small {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
    font-weight: 300;
    color: var(--black);
}
.meet_your_team_area {
	padding: 0 20px;
	background-color: #8FD6E3;
	max-width: 1400px;
	margin: 0 auto;
	border-radius: 10px;
}
.meet_your_team {
	padding: 80px 0 80px 0;
	max-width: 1300px;
}
.meet_your_team h3 {
	font-size: 42px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    color: var(--white);
    padding-bottom: 20px;
}
.meet_your_team p {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
    text-align: center;
    padding-bottom: 40px; 
    max-width: 1285px;
    margin: 0 auto;
}
.team_area {
	gap: 20px;
}
.team_feature {
	width: calc(calc(100% - 40px) / 3);
	position: relative;
    overflow: hidden;
    border-radius: 10px !important;
}
.team_feature img {
	width: 100%;
	height: 487px !important;
	border-radius: 10px !important;
	object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .8s cubic-bezier(.2,.55,.1,.7);
    -moz-transition: all .8s cubic-bezier(.2,.55,.1,.7);
    transition: all .8s cubic-bezier(.2,.55,.1,.7);
}
.team_feature a { display: block; }
.team_feature a:hover > img {
	transform: scale(1.2);
}
.team_feature a:hover .uc_overlay {
	opacity: 0;
}
.uc_box_content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 10px !important;
    transition: all ease-in-out 0.3s;
    text-align: center;
    padding: 15px 10px;
    opacity: 1;
    background: #00000033;
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
}

.uc_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #000000B8;
    opacity: 0.4;
}

.uc_box_content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
}
.uc_box_content h5 {
    font-size: 14px;
    font-weight: 400;
    color: var(--green);
}
.about_us_normal_content {
	padding: 0 20px;
}
.about_us_content {
	max-width: 740px;
	padding: 30px 0 40px 0;
}
.about_us_content h3 {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    padding-bottom: 20px;
}
.about_us_content p {
    text-align: left;
    font-size: 13.5px;
    font-weight: 300;
    color: var(--black);
    padding-bottom: 20px;
}
.about_us_content h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 15px;
}
.content_banner {
	padding: 15px 0 20px 0;
}
.content_banner img {
	width: 100%;
}
@media screen and (max-width: 991px){
.meet_your_team_area {
	max-width: 100%;
	border-radius: 0;
}
.meet_your_team h3,
.video_info_left h3,
.about_us_content h3,
.our_purpose_right h3 { font-size: 28px; }
.about_profile_section h3 { font-size:27px }
.about_profile_section { padding-bottom: 20px;}
.about_banner .banner_wrap { height:65vh;}
.video_section_wrap {
    padding: 20px 0 60px 0;
    flex-direction: column;
}
.video_info_left {
    width: 100%;
}
.video_info_right {
    width: 100%;
}
.video_info_left h3 {
    font-size: 28px;
}
.video-button {
    background-color: var(--white);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: -40px;
}
.video_play {
   border-radius: 30px;
}
.video-button .fas {
    font-size: 27px;
}
.our_purpose_section_wrap {
    padding: 30px 0 50px;
    flex-direction: column;
}
.our_purpose_left {
    width: 100%;
    padding-bottom: 40px;
}
.our_purpose_right {
   width: 100%;
}
.our_purpose_right h5 {
    font-size: 10px;
    letter-spacing: 2px;
}
.our_purpose_right p {
	font-size: 14px;
}
.profile_pic {
    max-width: 180px;
}
.profile_sign {
    max-width: 180px;
}
.team_feature {
   width: calc(calc(100% - 20px) / 2);
}
.team_feature img {
	height: 300px !important;
}
.uc_box_content {
	padding: 12px 10px;
}
.uc_box_content h4 {
    font-size: 13px;
}
.uc_box_content h5 {
    font-size: 12px;
}
.meet_your_team {
    padding: 50px 0 50px 0;
}
.about_us_content {
    padding: 30px 0 0 0;
}

}
.travelinformation_banner { height: auto; position: relative; }
.travelinformation_banner .banner_wrap {
	height: 730px;
	background: none;
	z-index: 3;
}

.travelinformation_banner::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border-radius: 0 0 53px 53px;
    background-color: transparent;
    background-image: linear-gradient(0deg, #000000D4 0%, #000000D4 100%);
    opacity: 0.32;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.secondary_menu_area {
	padding: 0 20px;
}
.secondary_menu {
	max-width: 976px;
	padding: 40px 0 40px 0;
}
.secondary_menu ul.secondary_menu_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}
.secondary_menu ul.secondary_menu_list li {
	font-size: 17px;
    font-weight: 700;
    color: #341E12;
}
.secondary_menu ul.secondary_menu_list li a {color: #341E12;}
.secondary_menu ul.secondary_menu_list li a:hover { color: var(--green); }
.youtube_video_and_content {
	width: 100%;
	padding: 100px 0 0 0;
}
.youtube_video_left {
	width: 520px;
}
.youtube_video_right {
	width: 320px;
}
.youtube_video_right iframe {
	height: 560px;
	object-fit: cover;
	border-radius: 53px;
}
.youtube_video_left h5 {
    font-family: var(--caveat);
    font-size: 21px;
    font-weight: 600;
    line-height: 36px;
    color: #341E12;
}
.youtube_video_left h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
    color: #341E12;
    padding-bottom: 20px;
}
.youtube_video_left ul {
	padding-left: 30px;
	list-style-type: disc;
}
.youtube_video_left ul li {
	list-style-type: disc;
    font-size: 13px !important;
    font-weight: 300;
    color: #341E12;
    padding-bottom: 15px;
}
.our_travels2 .our_travels_box h3 {
    font-size: 54px;
    color:  #341E12;
    margin-bottom: 10px;
}
.our_travels2 h6 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color:  #341E12;
    padding-bottom: 35px;
}
.our_travels2 {
	background:none;
}
.our_travels2 .our_travels_box {
    max-width: 1100px;
}
.items {
	position: relative;
}
.uc_overlay_bg {
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	background-color: transparent;
	background-image: linear-gradient(180deg, #00000014 48%, #000000CC 84%);
	padding: 20px 20px 25px 30px;
	display: flex;
	align-items: flex-end;
}
.items_info {

}
.items_info h6 {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	padding-bottom: 3px;
}
.items_info p {
	font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: var(--white);
}
.uc_overlay_bg span {
	font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: var(--white);
    display: block;
}
.our_travels_box .items img {
	height: 370px;
	object-fit: cover;
}
.our_travels_box .items a:hover .uc_overlay_bg {
	opacity: 1;
}

.program_content_area {
	padding: 0 20px;
	background-color: var(--green);
	max-width: 1400px;
	margin: 0 auto;
	border-radius: 10px;
}
.program_content {
	max-width: 1300px;
	padding: 80px 0 80px 0;
}
.program_content h3 {
    font-size: 42px;
    font-weight: 600;
    color: var(--white);
    padding-bottom: 40px;
    text-align: center;
}
.tab_photo_content {
	width: 100%; 
	align-items: center;
}
.tab_photo_left {
	width: 44%;
}
.tab_photo_left img {
	width: 100%;
	border-radius: 10px !important;
	height: 520px !important;
	object-fit: cover;
}
.tab_photo_right {
	width: 56%;
	padding-left: 40px;
}
.flex-flow-reverse .tab_photo_right {
	padding: 0 40px 0 0;
} 

.tab_photo_right h5,
.tab_photo_right h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    padding-bottom: 10px;
}
.tab_photo_right p {
	font-size: 16px;
	font-weight: 400;
	color: var(--white);
	padding-bottom: 10px;
}
.r-tabs .r-tabs-nav {
    margin: 0 0 23px 0;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.r-tabs .r-tabs-tab {
    display:block;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}
.r-tabs .r-tabs-tab a {
	color: var(--white);
	padding: 10px 24px;
	display: block;
	border-radius: 10px;
	line-height: 1.3;
}
.r-tabs .r-tabs-tab.r-tabs-state-active a {
	color: var(--green);
	border: 3px solid var(--green);
	background-color: var(--white);
}

.r-tabs .r-tabs-panel {
    padding: 15px 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 991px) {
	.our_purpose_section_area {
		max-width: 100%;
		border-radius: 0;
	}
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
    .program_content_area {
		max-width: 100%;
		border-radius: 0;
	}
}

.main_feature_area {
	padding: 0 20px;
}
.main_feature_box {
	padding: 120px 0 60px;
	max-width: 1120px;
}
.main_feature_box h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #341E12;
    padding-bottom: 15px;
    text-align: center;
}
.main_feature_box h3 span {
	font-family: var(--caveat);
}
.main_feature_box h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #341E12;
    padding-bottom: 35px;
}
.project_feature_box {

}
.project_feature_info {
	padding: 20px;
	min-height: 289px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.project_feature {
	background-color: #fff;
	border-radius: 20px;
}
.project_feature_photo img {
	width: 100%;
	height: 226px !important;
	object-fit: cover;
	border-radius: 20px 20px 0 0 !important;
}
.project_feature_info h5 {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.project_feature_info p {
    color: #686868;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
}
.more-text { 
	text-align: center;
	margin-top: auto; 
}
.more-text a {
    padding: 2px;
    color: #351F13;
    font-size: 13px;
}
.activities_area {
	padding: 0 20px;
}
.activities_holder {
	max-width: 1300px;
	padding: 100px 0;
}
.activities_top {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 65px;
}
.activities_top h3 {
	font-size: 42px;
	font-weight: 600;
	color: #3C3F43;
	text-align: center;
	padding-bottom: 20px;
}
.activities_top p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.activities_feature_area { gap: 20px; }
.activities_feature {
	width: calc(calc(100% - 60px) / 4);
	position: relative;
}
.activities_photo img {
	border-radius: 10px !important;
	width: 100%;
	height: 365px !important;
	object-fit: cover;
}
.activities_feature_info {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	transition: 1s;
	background-color: rgba(14, 16, 77, 0);
	padding: 20px 30px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.activities_feature:hover .activities_feature_info {
	background-color: rgba(14, 16, 77, 0.6);
}
.activities_feature_info h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    transition: 0.5s;
}
.activities_feature_info p {
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
    max-height: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
}
.activities_more_info {
	display: flex;
	padding-top: 10px;
	overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
    max-height: 0;
    opacity: 0;
}
.activities_more_info span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	padding-right: 30px;
	background: url('assets/images/arrow_right2.svg') no-repeat right center;
}
.activities_feature:hover .activities_more_info,
.activities_feature:hover .activities_feature_info p {
	max-height: 100%;
	transform: scaleY(1);
	overflow: visible;
	opacity: 1;
}
.showmore_feature {
	text-align: center;
	padding: 20px 0 0 0;
}
.showmore_feature a {
	display: inline-block;
	text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #341E12;
}
.photo_gallery_area {
	padding: 0 20px;
}
.photo_gallery_box {
	padding: 100px 90px 80px 90px;
	background-color: #fadba6;
	border-radius: 30px;
}
.photo_gallery_box h4 {
    font-family: var(--caveat);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #341E12;
    text-align: center;
}
.photo_gallery_box h3 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #341E12;
    text-align: center;
    padding-bottom: 18px;
}
.photo_gallery_box p {
    text-align: center;
    font-size: 13.5px;
    font-weight: 300;
    color: #341E12;
    max-width: 826px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.gallery_carousel_item img {
	width: 100%;
	height: 314px !important;
	border-radius: 20px !important;
	object-fit: cover;
}
.included_item_area { padding: 0 20px; }
.included_item_holder {
	padding: 130px 0 30px 0;
}
.included_item_col {
	width: 25%;
	padding: 0 10px;
}
.included_item_holder h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #341E12;
    padding-bottom: 25px;
}

.included_item_col h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #341E12AB;
    padding-bottom: 12px;
}
.included_item_col ul li {
	background: url('assets/images/check.svg') no-repeat left center;
	background-size: 14px auto;
	padding: 7px 0 7px 20px;
}
.new_list_item ul {
	padding: 0 0 0 25px;
	display: flex;
	flex-wrap: wrap;
}
.new_list_item ul,
.new_list_item li {
	list-style-type: disc;
    font-size: 13px;
    font-weight: 300;
    color: #666666;
    padding-bottom: 8px;
}
.new_list_item li {
	width: 25%;
	padding-right: 10px;
}
.times_prices_area {
	padding: 60px 20px;
}
.times_prices_holder {
	max-width: 1300px;
	padding: 100px 80px 90px 80px;
	border-radius: 6px;
	background-color: #fadba6;
}
.times_prices_holder h2 {
    font-size: 44px;
    font-weight: 600;
    color: #341E12;
    text-align: center;
    padding-bottom: 43px;
}
.times_prices_area .travels_feature_row,
.times_prices_area .travels_feature_photo img { border-radius: 0 !important; }
.toggle_content_area {
	padding: 0 20px;
	background-color: #fff;
}
.toggle_content {
	padding: 100px 0;
	max-width: 1300px;
}
.toggle_content h3 {
    font-size: 42px;
    font-weight: 600;
    color: #3C3F43;
    text-align: center;
    padding-bottom: 30px;
}
.content_toggle_wrap {
	border-bottom: 1px solid rgba(60, 63, 67, 0.3);
}
.toggle_view_item {
	border-top: 1px solid rgba(60, 63, 67, 0.3);
}
.toggle_view_item:last-child { margin-bottom: 0; }
.toggle_view_item h4 {
	font-size: 22px;
	color: #3C3F43;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    padding: 30px 60px 30px 30px;
    font-weight: 500;
    background: url('assets/images/plus.svg') no-repeat right 30px center;
}
.toggle_view_item.active {
	background-color: #14ADA9;
	border-radius:20px;
}
.toggle_view_item.active h4 {
	background: url('assets/images/minus.svg') no-repeat right 30px center;
	background-color: #14ADA9;
	border-radius: 20px 20px 0 0;
	color: var(--white);
}
.toggle_view_item .active,
.toggle_view_item h4:hover {
    color: var(--white);
    background: url('assets/images/minus.svg') no-repeat right 30px center;
    background-color: #14ADA9;
    border-color: #14ADA9;
}
.toggle_view_item h4::after {
    content: '';
}
.show_details {
    padding: 0 30px 15px 30px;
    display: none;
    background-color: #14ADA9;
    border-radius: 0 0 20px 20px;
}
.show_details p {
    color: var(--white	);
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    padding-bottom: 15px;
}
.show_details .uc_box_content h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
.show_details p a { color:var(--white); text-decoration:underline}
.show_details .team_feature {
	width: 	100%;
}
.show_details .team_feature img {
	height: auto !important;
}
.show_details h5,
.show_details h6 { padding-bottom:15px; color:#fff}
.show_details ul li,
.show_details ol li {color:#fff}

.show_details ul li {
	background: url('assets/images/check_circle5.svg') no-repeat left 3px;
	padding-left:25px;
	padding-bottom:5px;
}

@media screen and (max-width: 1300px) {
.activities_feature {
    width: calc(calc(100% - 40px) / 3);
}
}
@media screen and (max-width: 991px) {
.our_travels_area { padding: 0 20px; }
.our_travels_area {
	width: 100%;
    border-radius: 0;
}
.show_details .uc_box_content h5 {
	font-size: 15px;
}
.show_details .team_feature img {
    height: 300px !important;
}
.times_prices_area { padding: 25px 20px; }
.travelinformation_banner .banner_wrap {
    height: 77vh;
}
.travelinformation_banner .banner_info h1 {
    text-align: center;
    font-size: 30px;
}
.travelinformation_banner::after { border-radius: 0; }
.secondary_menu ul.secondary_menu_list li {
    font-size: 14px;
    border-left: 2px solid var(--green);
    padding-left: 10px;
}
.secondary_menu ul.secondary_menu_list {
    gap: 8px;
}
.secondary_menu {
    padding: 30px 0 0 0;
}
.youtube_video_left h5 {
	text-align: center;
	line-height: 26px;
}
.youtube_video_left h3 {
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
}
.youtube_video_left ul li {
    padding-bottom: 22px;
}
.youtube_video_left {
    width: 100%;
    padding-bottom: 30px;
}
.about_profile_section { padding-top: 20px; }
.youtube_video_right {
    width: 100%;
}
.youtube_video_right iframe {
    width: 100%;
}
.our_travels2 .our_travels_box h3 {
    font-size: 30px;
}
.our_travels_box .items img {
    height: 300px;
}
.uc_overlay_bg { 
	border-radius: 5px; 
	padding: 15px;
}
.items_info h6 { font-size: 16px; }
.items_info p,
.uc_overlay_bg span { font-size: 14px; }
.program_content {
    padding: 50px 0 50px 0;
}
.program_content h3 {
    font-size: 30px;
    padding-bottom: 30px;
}
.r-tabs {
	padding: 0;
	background: #fff;
	border-radius: 10px;
}
.r-tabs-accordion-title a {
	display: flex;
	padding: 12px 30px;
	font-size: 14px;
	color: var(--green);
	position: relative;
}
.r-tabs-accordion-title a::after {
	content: '+';
	font-size: 20px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -18px;
}
.r-tabs-state-active.r-tabs-accordion-title a::after {content: '-';}
.tab_photo_content {
	flex-direction: column;
}
.tab_photo_left {
    width: 100%;
    padding: 0 10px;
}
.tab_photo_right {
    width: 100%;
    padding: 20px 10px 0 10px;
}
.flex-flow-reverse .tab_photo_right {
    padding: 20px 10px 0 10px;
}
.tab_photo_left img {
    border-radius: 10px;
    height: 200px !important;
}
.tab_photo_right h4,
.tab_photo_right p { color: var(--black); }
.main_feature_box {
    padding: 80px 0 60px;
}
.main_feature_box h3 {
    font-size: 30px;
    line-height: 36px;
}
.project_feature { border-radius: 15px; }
.project_feature_photo img {
    border-radius: 15px 15px 0 0 !important;
 }
.activities_holder { padding: 50px 0; }
.activities_top h3 {
    font-size: 30px;
}
.activities_area .project_feature_photo img {
    height: 180px !important;
}
.photo_gallery_box {
    padding: 60px 20px 40px 20px;
}
.photo_gallery_box h3 {
    font-size: 30px;
}
.included_item_holder {
    padding: 0 0 30px 0;
}
.included_item_holder h3 {
    font-size: 30px;
}
.included_item_col {
    width: 100%;
    padding: 0 0 40px 0;
}
.new_list_item li {
    width: 100%;
    padding-right: 0;
 }
.times_prices_holder {
    max-width: 1300px;
    padding: 70px 20px 50px 20px;
    border-radius: 6px;
}
.times_prices_holder h2 {
    font-size: 30px;
    padding-bottom: 40px;
}
.toggle_content {
    padding: 30px 0 20px;
}
.toggle_content h3 { font-size: 30px; }
.show_details p {
    font-size: 14px;
    line-height: 23px;
}
.toggle_view_item h4 {
    padding: 14px 55px 14px 20px;
    font-size: 18px;
    line-height: normal;
}
.toggle_view_item h4,
.toggle_view_item .active, 
.toggle_view_item h4:hover { background-position: right 20px center; }
.show_details {
    padding: 0 20px 15px 20px;
}
}

.trip_hide { display: none !important; }


.banner_video {
	width: 100%;
}
.banner_video video {
	width: 100%;
	border-radius: 0;
	height: 100%;
	object-fit: cover;
	position:  absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0 auto;
}
.banner_video::after {
	content:'';
	width: 100%;
	height:100%;
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:3;
	margin: 0 auto;
	background-color:rgba(0,0,0,0.2);
	border-radius: 0;
}
.banner_wrap { z-index: 10; }
.slide_bottom_info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	margin: 0 auto;
	width: 100%;
	max-width: 854px;
	min-height: 74px;
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(30px);
	padding: 20px 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.about_banner .slide_bottom_info {
	max-width: 474px;
	min-height: 51px;
	background: #00000033;
	border-radius: 5px;
}

.slide_bottom_info ul li {
	background: url('assets/images/check-circle-new1.svg') no-repeat left center;
	padding-left: 25px;
	font-size: 16px;
	color:#fff;
	font-weight: 500;
}
.about_banner .slide_bottom_info ul li {
	background: url('assets/images/info1.svg') no-repeat left center;
}
.slide_bottom_info a,
.slide_bottom_info .btn_small {
	display: inline-block;
	background-color: var(--green);
	color: var(--white);
	border-radius: 2px;
	padding: 2px 7px;
	margin-left: 5px;
}
.travels_feature_title { min-height: 97px; }
.youtube_video_right {
	position: relative;
}
.youtube_video_right img {
	height: 560px !important;
	object-fit: cover;
	border-radius: 50px !important;
}
.youtube_video_right_info {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 20px 20px 50px 20px;
	text-align: center;
}
.youtube_video_right_info h4,
.youtube_video_right_info h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}
.youtube_video_right_info h4 {
	font-weight: 700;
	font-size: 18px;
}
@media screen and (max-width: 991px) {
.youtube_video_right img {
	height: 540px !important;
	border-radius: 30px !important;
}
}
html,body { overflow-x:hidden}
.travels_feature_row .travels_two_btns_ggu .normal-button.custom-color-scheme.btn-more-info { display: none; }
.travels_feature_row .travels_two_btns {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.travels_two_btns .top-icon-box {
	padding-top: 0;
}
.travels_feature_row .travels_two_btns_ggu { gap: 10px; justify-content: center; }




.team-popup-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
    background-color: #FFFAF5CC;
    display: none;
}
.team-popup-bg {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
    pointer-events: all;
	overflow: auto;
}
.team-popup-wrap {
	width: 965px;
	background: #fff;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}
.close_pop_btn {
	width: 20px;
	height:20px;
	background:url(assets/images/close.png) no-repeat;
	background-size:100% auto;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
	cursor: pointer;
}
.close_pop_btn img {
	display: block;
	width: 100%;
	height: auto;
	display:none;
}
.team-pop-photo {
	width: 325px;
	min-width: 325px;
}
.team-pop-photo img {
	height: 100% !important;
	object-fit: cover;
	display: block;
}
.team-pop-info {
	width: 100%;
	max-height:550px;
	overflow:auto;
	padding: 45px 45px 30px 60px;
}
.team-pop-info h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2em;
    color: var(--green);
    padding-bottom: 7px;
    text-align: left;
}
.team-pop-info h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #0F1319;
    padding-bottom: 30px;
}
.team-pop-info p {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    color: #0F1319;
    padding-bottom: 10px;
    text-align: left;
}

@media screen and (max-width: 991px) {
.team-popup-wrap {
	width: 100%;
	flex-direction: column;
}
.team-popup-bg { display: block; }
.team-pop-photo {
	width: 100%;
	min-width:  auto;
}
.team-pop-photo img {
	width: 100%;
	height: 280px !important;
}
.team-pop-info {
	width: 100%;
	padding: 40px 30px;
}
.team-pop-info h3 {
    font-size: 16px;
}
.team-pop-info h4 {
    font-size: 30px;
    padding-bottom: 15px;
}
.close_pop_btn img {
/*     -webkit-filter: invert(100%);
    filter: invert(100%); */
}
.team-popup-modal { top:50px}
.close_pop_btn {
	position: fixed;
	top: 87px;
	right: 20px;
}
.travels_area .close_pop_btn img {filter: inherit}
.travels_area .close_pop_btn { position:absolute}
.travels_area .team-popup-wrap { width:90%}
.travels_area .team-popup-bg { display:flex}
}
.travels_feature_photo a {    pointer-events: none;}


/* layout update 04 oct 25 */
.content_gallery_wrap {
	gap: 20px;
}
.full_package_area2 h3,
.full_package_area2 h5,
.content_gallery_area2 .content_gallery_box h3 {
	text-align: center;
}
.content_gallery_area2 .gallery_item,
.content_gallery_area2 .gallery_item_big {
	overflow: hidden;
	border-radius: 5px;
}
.content_gallery_area2 .gallery_item img,
.content_gallery_area2 .gallery_item_big img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .8s cubic-bezier(.2,.55,.1,.7);
	-moz-transition: all .8s cubic-bezier(.2,.55,.1,.7);
	transition: all .8s cubic-bezier(.2,.55,.1,.7);
 }
.content_gallery_area2 .gallery_item:hover > img,
.content_gallery_area2 .gallery_item_big:hover > img {
  	transform: scale(1.2);
  }

.content_gallery_area2 .gallery_item_big {
	order: 2;
}
.content_gallery_area2 .gallery_items {
	order: 1;
}
.content_gallery_area2 .gallery_items,
.content_gallery_area2 .gallery_item_big {
	width: calc(calc( 100% - 40px) / 2);
	margin: 0;
}
.content_gallery_area2 .gallery_item {
    width: calc(calc(100% - 20px) / 2);
}
.content_gallery_area2 .gallery_item_big img {
	height: 940px !important;
}
.content_gallery_area2 .gallery_item_big .gallery_item_btn {
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
}
.full_package_area2 .package_feature img {
    height: 100px !important;
    animation: uc_image_accodion_animation 0.318s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    transition: 1000ms;
}
.full_package_area2 .package_feature:hover img {
	height: 260px !important;
}
.full_package_area2 .package_feature { margin-bottom: 20px; }

.video_content_area2 .video_info_area {
	justify-content: space-between;
	padding: 40px 80px;
	align-items: flex-end;
}
.video_content_area2 .video_info_area p { padding-bottom: 0; }
.video_content_area2 .video_info_mid  {
	text-align: left;
}
.gallery_item_btn .custom-color-scheme .fas {
    display: none;
}
.gallery_item_big .gallery_item_btn .custom-color-scheme {
    min-width: auto;
    text-align: center;
}
@media (max-width: 991px) {
	.content_gallery_wrap {
		gap: 20px;
	}
	.content_gallery_area2 .gallery_items,
	.content_gallery_area2 .gallery_item_big {
		width: 100%;
		margin: 0;
	}
	.content_gallery_area2 .gallery_item {
	    width: calc(calc(100% - 10px) / 2);
	}
	.content_gallery_area2 .gallery_item_big img {
		height: 400px !important;
	}
	.content_gallery_area2 .gallery_item_big {
		order: 1;
	}
	.content_gallery_area2 .gallery_items {
		order: 2;
	}	
}

.only_content_section {
	padding: 0 20px;
}
.content_text_box {
	padding: 100px 0 35px 0;
	max-width: 860px;
}
.content_text_box h3 {
	text-align: center;
	font-size: 42px;
	color: var(--green);
	font-weight: 600;
	padding-bottom: 24px;
}
.content_text_box p {
	font-size: 16px;
	line-height: 1.4;
	color: #666666;
	text-align: center;
	padding-bottom: 24px;
}
.content_text_box p a {
	color: #14ada9;
	text-decoration: underline;
}
.content_text_box p a:hover {
	color:#14ada9;
}
.feature_gallery_area {
	padding: 90px 20px 90px 20px;
	background: rgba(143, 214, 227, 0.21);
}
.feature_gallery_holder {
	max-width: 1400px;
}
.feature_gallery_holder h3 {
	font-size: 42px;
	color: rgba(60, 63, 67, 1);
	padding-bottom: 10px;
	text-align: center;
	font-weight: 600;
}
.feature_gallery_holder p {
	font-size: 16px;
	color:rgba(102, 102, 102, 1);
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	line-height: 1.4;
	max-width: 860px;
	margin: 0 auto;
}
.feature_gallery_items {
	width: 100%;
	gap: 20px;
	padding: 22px 0 0 0;
}
.feature_gallery_item {
	width: calc(calc(100% - 20px) / 2);
}
.feature_gallery_item img { height:430px !important; object-fit:cover}
.feature_gallery_item a,
.feature_gallery_item img {
	width: 100%;
	border-radius: 6px !important;
	position: relative;
}
.feature_gallery_item img { z-index: 1; }
.feature_gallery_item a {
	display: block;
}
.feature_gallery_item a::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(179.72deg, rgba(0, 0, 0, 0) 41.68%, rgba(0, 0, 0, 0.63) 74.22%);
}
.gallery_item_info_tp {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 25px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(30px);
	padding: 20px 20px 20px 20px;
	transition: 0.5s;
}
.gallery_item_info_tp h6 {
	font-size: 24px;
	font-weight: 600;
	color: var(--white);
	background: url('assets/images/check-circle-bg.svg') no-repeat left center;
	padding-left: 35px;
	transition: 0.5s;
}
.gallery_item_info_tp p {
	text-align: left;
	padding: 0;
	color: var(--white);
	margin-top: 10px;
}
.gallery_item_info_tp p {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: scaleY(0.95); /* Slight scale for a smoother effect */
    transform-origin: bottom;
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    margin-top: 0; /* Initial state */
}

.feature_gallery_item:hover .gallery_item_info_tp p {
    max-height: 200px; /* Adjust depending on content */
    opacity: 1;
    transform: scaleY(1);
    margin-top: 10px; /* Visible state */
}
.content_reasons_area {
	padding: 80px 20px;
}
.content_reasons_holder {
	max-width: 1400px;
	position: relative;
	background: url('assets/images/bg_new1.jpg') no-repeat center;
	background-size: cover;
	border-radius: 5px;
}
.content_reasons_holder img {
	border-radius: 5px;
	width: 100%;
	z-index: 1;
}
.content_reasons_holder::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.content_reasons_info {
	width: 100%;
	border-radius: 5px;
	/* position: absolute;
	left: 0;
	top: 0;
	z-index: 3; */
	padding: 80px 40px;
	position: relative;
	z-index: 3;
}
.content_reasons_left {
	width: 437px;
	padding: 20px 0 0 0;
}
.content_reasons_left img {
	width: auto;
	border-radius: 0;
	margin-bottom: 20px;
}
.content_reasons_left h2 {
	font-size: 42px;
	font-weight: 600;
	color: var(--white);
	padding-bottom: 25px;
}
.content_reasons_left .normal-button {
	width: auto;
    display: inline-block;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 16px;
}
.content_reasons_right {
	width: 570px;
}
.content_reasons_row {
	width: 100%;
	padding: 20px;
	border-radius: 6px;
	background-color: var(--green);
	margin-bottom: 20px;
}
.content_reasons_row h6 {
	font-size: 24px;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 10px;
	background: url('assets/images/check-circle2.svg') no-repeat left center;
	padding-left: 35px;
}
.content_reasons_row p {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
	color: var(--white);
}
.content_reasons_row p a {
	color: var(--white);
	text-decoration: underline;
}
@media screen and (max-width: 991px) {
.slide_bottom_info {
    bottom: 15px;
    max-width: 90%;
    padding: 20px 20px;
}	
.our_partners_box {
    padding: 30px 0;
}
.our_partners_box h3 {
    font-size: 20px;
    padding-bottom: 20px;
}
.content_text_box {
    padding: 40px 0 35px 0;
}
.content_text_box h3 { font-size: 32px; }
.feature_gallery_items {
    flex-direction: column;
}
.feature_gallery_item {
    width: 100%;
}
.feature_gallery_item img { height: inherit !important;}
.gallery_item_info_tp p { display: none; }
.gallery_item_info_tp h6 {
    font-size: 18px;
    margin-bottom: 0;
}
.our_travels_box {
    padding: 0;
}
.uc_portfolio_carousel { margin-bottom: 40px; }
.feature_gallery_area {
    padding: 40px 20px;
}
.feature_gallery_holder h3 { font-size: 32px; }
.content_reasons_area {
    padding: 40px 20px;
}
.content_reasons_info {
    padding: 40px 20px 20px;
}
.content_reasons_left h2 { font-size: 32px; }
.content_reasons_left {
    width: 100%;
    padding: 20px 0 0 0;
    padding-bottom: 35px;
}
.content_reasons_right {
    width: 100%;
}
.video_section_area1 .video_section_wrap {
	padding: 40px 0;
	gap: 25px;
}
.video_section_area1 .video_info_right {
	width: 100%;
}
.video_section_area1 .video_info_left {
    width: 100%;
}
.video_section_area1 .video_info_left h3 { font-size: 32px; }
.video_content_area2 .video_info_area {
    padding: 30px 20px; 
    align-items: center;
    flex-direction: column;
}
.footer_conetnt {
    padding: 40px 20px 0;
}
.footer_widget {
    width: 100% !important;
}
.partner_logo {
    padding-bottom: 20px;
    max-width: 140px;
    margin: 0 auto;
}
.footer_social {
    justify-content: center;
}
.footer_main_box { padding-bottom: 35px; }
.footer { padding: 0 20px 20px; }
.copyright_item {
    padding: 17px 0;
}
}

.price_feature_area {
	padding: 0 20px;
}
.price_feature_holder {
	max-width: 1300px;
	padding: 100px 0;
}
.price_feature_holder h2 {
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 38px;
	color: #3C3F43;
}

.price_features_items {
	gap: 20px;
}
.price_feature_item {
	padding: 35px 25px 15px;
	border-radius: 10px;
	border: 1px solid #CDCDCD;
	width: calc(calc(100% - 40px) / 3);
}
.price_icon { padding-bottom: 22px; }
.price_feature_item h3 {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	padding-bottom: 38px;
	color: #000;
	position: relative;
	margin-bottom: 10px;
}
.price_feature_item h3::after {
	content: '';
	width: 34px;
	height: 2px;
	background: var(--green);
	display: block;
	position: absolute;
	left: 0;
	bottom: 19px;
	z-index: 2;
}
.price_feature_item ul li {
	font-size: 16px;
	color: #666;
	padding-bottom: 10px;
	background: url('assets/images/check-circle3.svg') no-repeat left 3px;
	padding-left: 25px;
	Line-height:160%
}
.about_us_content ul li {
	background: url('assets/images/check-circle3.svg') no-repeat left 3px;
	padding-left: 25px;
}
.price_feature_item.active h3::after {
	background-color: var(--white);
}
.price_feature_item.active {
	border-color: var(--green);
	background-color: var(--green);
}
.price_feature_item.active ul li {
	background: url('assets/images/active_icon.svg') no-repeat left 3px;
}
.price_feature_item.active h3,
.price_feature_item.active ul li { color: var(--white);}

.price_feature_item.active .price_icon img {filter: brightness(0) invert(1);}
.single_section_area {
	padding: 50px 20px;
}

.single_section_area .gallery_item {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}
.single_section_area .items_info h6 {text-align: center;}
.single_section_area .items_info {
	width: 100%;
}
.single_section_area .gallery_item img {
	height: auto !important;
}
.single_section_area .items_info span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.feature_and_content_section {
	width: 100%;
	max-width: 1400px;
	border-radius: 10px;
	padding: 0 20px;
	margin: 0 auto;
	background:#8FD6E3 url('assets/images/bg_line2.png') no-repeat center;
}
.feature_and_content {
	max-width: 1300px;
	margin: 0 auto;
	padding: 100px 0;
	gap: 70px;
}
.feature_and_photo {
	width: 574px;
}
.feature_and_photo img {
	border-radius: 10px !important;
	height: 100%;
	object-fit: cover;
}

.feature_and_info {
	width: 640px;
}
.feature_and_info h3 {
	font-size: 42px;
	font-weight: 600;
	padding-bottom: 20px;
	color: #fff;
}
.feature_and_info h4 {
	color: #fff;
	font-weight: 600;
    font-size: 22px;
}
.feature_and_info p {
	font-size: 18px;
	color: #fff;
	padding-bottom: 24px;
}
.feature_and_info h5 { 
	font-weight: 600; 
	font-size: 24px;
	color: #666666;
	padding-bottom: 10px;
}
.feature_and_info h6 { 
	font-weight: 600; 
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}
.feature_and_info ul { padding-bottom: 20px; }
.feature_and_info ul li {
	font-size: 16px;
	color: #fff;
	background: url('assets/images/check_circle5.svg') no-repeat left 3px;
	padding: 0 0 10px 25px;
}
.feature_and_content_normal {
	background: none;	
}
.feature_and_content_normal .feature_and_info h3,
.feature_and_content_normal .feature_and_info h4,
.feature_and_content_normal .feature_and_info h5,
.feature_and_content_normal .feature_and_info h6,
.feature_and_content_normal .feature_and_info p {
	color: #666666;
}
.feature_and_content_normal .feature_and_info ul li {
	background: url(assets/images/check-circle3.svg) no-repeat left 3px;
	color: #666666;
}

.video_section_area3 { background: #fff; }
.video_section_area3 .video_section_wrap {
	max-width: 1300px;
}
.video_section_area3 .video_play { height: 635px; }
.video_section_area1 .video_info_right {
	width: 44.20%;
}
.video_section_area1 .video_info_left {
	width:49%;
}

.video_section_area3 .video_info_left h3,
.video_section_area3 .video_info_left p {
	color:#3C3F43;
}

.three_column_section {
	padding: 0 20px;
}
.three_column_holder {
	max-width: 1300px;
	padding: 100px 0;
}
.three_column_holder h2 {
	font-size: 42px;
	font-weight: 600;
	padding-bottom: 40px;
	color: #3C3F43;
	text-align: center;
}
.three_column_holder_wrap {
	width: 	100%;
	gap: 30px;
}
.three_column_col {
	width: 	calc(calc(100% - 60px) / 3);
	border-radius: 15px;
	border: 1px solid #CDCDCD;
	padding: 30px;
}
.three_column_icon { padding-bottom: 25px; text-align: center; }
.three_column_icon img { margin: 0 auto; }
.three_column_icon i {
	font-size: 41px;
	color: var(--black);
}
.three_column_col h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.three_column_col p {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 160%;
	color: #666;
}
.three_column_col p a {
	color:#14ada9;
}
@media screen and (max-width: 991px) {
.project_feature_info {
    min-height: 245px;
}
.price_feature_holder {
    padding: 60px 0;
}
.price_feature_holder h2 {
    font-size: 32px;
    padding-bottom: 38px;
    color: #3C3F43;
}
.price_features_items {
	flex-direction: column;
}
.price_feature_item {
    padding: 30px 25px 15px;
    width: 100%;
}
.partner_logo img { max-width: inherit !important; }
.price_feature_item ul li { font-size: 15px; }
.feature_and_content {
    padding: 50px 0;
    gap: 40px;
    flex-direction: column;
}
.feature_and_photo {
    width: 100%;
}
.feature_and_info {
    width: 100%;
}
.feature_and_info h3 {
    font-size: 30px;
}
.feature_and_content_section {
    border-radius: 0;
}
.three_column_holder {
    padding: 85px 0 50px;
}
.three_column_holder h2 {
    font-size: 30px;
    padding-bottom: 35px;
}
.three_column_holder_wrap {
	flex-direction: column;
}
.three_column_col {
    width:100%;
    padding: 25px;
}
.video_section_area1 .video_info_left,
.video_section_area1 .video_info_right {
    width: 100%;
}
.video_section_area3 .video_play { height: 380px; }
.about_banner .slide_bottom_info { max-width: 90%; }
.travels_area .close_pop_btn {
	top: 20px;
	position:absolute;
	}
}

/*MMI*/
.banner_wrap .slide_bottom_info ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.partner_logo img {
	max-width: 200px;
}
