/*
Theme Name: booking
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body, html{
	 font-family: "Oswald", sans-serif;
    font-optical-sizing: auto; 
	font-size: 16px;
}
h1, h2, h3, h4, p, span, li, strong, a, input{
	font-family: "Oswald", sans-serif !important;
}
:root{
	--color-text: #1a2b49;
}
.container, .container-width, .full-width .ubermenu-nav, .row, .row.row-small {
    max-width: 1440px;
}
@media (max-width: 1400px){
	.container, .container-width, .full-width .ubermenu-nav, .row, .row.row-small {
		max-width: 1280px;
	}
}
.home_banner form.searchform {
    max-width: 590px;
    margin: auto;
}
span.amount {
  display: none;
}
.home_banner form.searchform input{
	height: 36px;
	padding: 16px;
	border-radius: 60px;
}
.home_banner form.searchform input {
    height: 70px;
    padding: 16px 8px 16px 22px;
    border-radius: 60px;
}
.home_banner .searchform .button{
    margin: 0;
    height: 60px;
    padding: 16px;
    width: 100px;
    border-radius: 60px !important;
    position: absolute;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    background-color: #0071eb;
}
.smart_search a:hover{
	color: var(--color-text) !important;
}
.home_banner h1{
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 30px;
}
.custom_title-product h3{
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.banner_product .col-inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.banner_product .product-title {
	margin: 0px;
}
.banner_product .product-title a{
	color: var(--color-text);
	font-weight: 600;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-line-clamp: 2;
    line-clamp: 2;
}
.banner_product .box-text {
    padding: 0px 0px 0px 12px;
}
.banner_product .price span.amount{
	color: var(--color-text);
	margin-top: 10px;
}
.custom_title h3{
	font-size: 36px;
	font-weight: 900;
	color: var(--color-text);
}
.custom_product .category {
    font-size: 14px;
    color: #63687a; 
    margin-bottom: 6px;

}
.custom_product .product-title{
	margin: 0px;
}
.custom_product .product-title a{
	color: var(--color-text);
	font-weight: 600;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-line-clamp: 2;
    line-clamp: 2;
	font-size: 18px;
	 margin-bottom: 10px;
}
.custom_product .col-inner{
	border: 1px solid var(--color-text);
	border-radius: 10px;
	overflow: hidden;
}
.custom_product .box-image {
    width: 100%;
    height: 150px;
}
.custom_product .box-image img,.custom_product .box-image .image-zoom, .custom_product .box-image .image-zoom a{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom_product .box-text{
	padding: 10px;
}

.home_ss3 .col{
	padding-left: 12px;
	padding-right: 12px;
}
.home_ss3 .box-image{
	border-radius: 10px;
	overflow: hidden;
}
.home_ss3 .box-text {
    position: absolute;
    top: 10px;
    left: 10px;
	padding: 0px;
	text-align:left;
}
.home_ss3 .box-text h4 {
    display: ruby-text;
    text-align: left;
    color: #fff;
    background-color: var(--color-text);
    padding: 5px 10px;
    border-radius: 5px;
}
.custom-rating{
	margin: 10px 0px;
}
.custom-rating span.rating-text {
    color: var(--color-text) !important;
    font-weight: 700;
}
.footer_title h3 {
    font-size: 18px;
    font-weight: 600;
}
footer .ux-menu-link__link {
    border-bottom: 0px;
    min-height: 10px;
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
}
footer .payment-icons .payment-icon {
    background-color: rgb(255 255 255);
}
footer .payment-icons{
	margin-bottom: 20px;
}
footer .social-icons.follow-icons {
    display: flex;
    align-items: center;
    gap: 10px;
	color: #fff;
}
footer .social-icons.follow-icons i{
	color: #fff;
}
footer .absolute-footer{
	display: none;
}
.box_btn_dk {
    display: flex;
    color: #000;
    align-items: center;
    gap: 20px;
	flex-wrap: wrap;
}
.box_btn_dk a {
    flex: 1 auto;
    border: 1px solid #1B9CEE;
    border-radius: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B9CEE;
    font-size: 15px;
    font-weight: 600;
}
.box_btn_dk .open_popup{
	flex: 1 auto;
    border: 1px solid #FF9700;
    border-radius: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
	cursor: pointer;
	background-color: #FF9700;
}
.custom-price {
    display: flex;
    flex-direction: column;
	margin-bottom: 10px;
    align-items: flex-start;
}
.custom-price span.amount {
    display: block;
}
.custom-price .regular-price {
    display: flex;
    gap: 3px;
    text-decoration: line-through;
    color: #63687a;
    font-size: 13px;
	font-weight: 500;
}
.custom-price .regular-price span.amount{
	color: #63687a;
    font-size: 13px; 
	font-weight: 500;
}
.custom-price .sale-price span.amount,.custom-price .normal-price span.amount{
	color: #c72a3d;
	font-size: 18px;
	font-weight: 700;
}
.banner_product .box_btn_dk{
	display: none;
}
.box_product_header .col{
	padding-bottom: 0px;
}
.box_product-price span.amount {
    display: block;
}
.product-contact-form-box {
    padding: 20px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #ccc;
}
.box_product-price .regular-price {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1a2b49;
    gap: 5px;
}
.box_product-price .regular-price span.amount {
    text-decoration: line-through;
    font-weight: 600;
}
.box_product-price .sale-price {
    display: flex;
    align-items: center;
    gap: 6px;
     color: #1a2b49;
	margin-bottom: 20px;
}
.box_product-price .normal-price {
   display: flex;
    align-items: center;
    gap: 6px;
     color: #1a2b49;
	margin-bottom: 20px;
}
.box_product-price  .sale-price span.amount, .box_product-price .normal-price span.amount {
	font-size: 20px;
	color: #c72a3d; 
	font-weight: 900;
}
.box_price_normal .from{
	font-size: 14px;
	color: var(--color-text);
}
.box_product-price  .sale-price .dv{
	color: #1a2b49;
	font-size: 15px;
	font-weight: 500;
}
.form_product .box_input{
	width: 100%;
}
.form_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.form_product .box_input.age{
	max-width: 48%;
	flex-basis: 48%;
}
.form_product .box_input input {
	width: 100%;
    border: 1px solid #1a2b49;
    border-radius: 6px;
    height: 40px;
    color: #1a2b49;
    font-size: 14px;
}
.form_product .box_input input::placeholder{
	color: #1a2b49; 
	font-weight: 600;
}
.form_product .box_input textarea {
    min-height: 80px;
    padding-top: .7em;
    border: 1px solid #1a2b49;
    border-radius: 8px;
    font-weight: 600;
	color: #1a2b49;
}
.form_product .box_input .wpcf7-spinner{
	display: none;
}
.form_product .box_input.box_submit{
	margin-top: 20px;
}
.form_product .box_input.box_submit a {
    flex: 1 auto;
    width: auto;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #FF9700; 
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
}
.form_product .box_input.box_submit input {
    flex: 1 auto;
    width: auto;
    margin: 0px;
	color: #fff;
	background-color: #1B9CEE;
	border-color: #1B9CEE;
	height: 45px;
	border-radius: 50px;
}
.box_input.box_submit p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	gap: 20px;
}
.product-contact-form-box form{
	margin-bottom: 0px;
}
.product-short-description {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}
.about_active_title {
    margin-top: 30px;
	margin-bottom: 20px;
}
.about_active_title h3{
   font-size: 18px;
	font-weight: 700;
	color: #1a2b49;
}
.about_activity .icon-box{
	margin-bottom: 20px;
}
.about_activity h3{
    font-size: 16px;
    margin-bottom: 0px;
	color: #1a2b49;
}
.about_activity p{
	font-size: 14px; 
	color: #63687a;
}
.tour-detail-info .tour-section {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.tour-detail-info h3.tour-title{
	 font-size: 20px;
    margin-bottom: 0px;
	color: #1a2b49;
	max-width: 30%;
	flex-basis: 30%;
}
.tour-detail-info .tour-content {
    max-width: 70%;
    flex-basis: 70%;
}
.tour-detail-info .tour-content{
	font-size: 14px;
    color: var(--color-text);
    line-height: 18px;
    font-weight: 500;
	padding-left: 10px;
}
.tour-detail-section .tour-content li, .tour-detail-section .tour-content p {
    font-size: 14px;
    color: var(--color-text);
    line-height: 18px;
    font-weight: 500;
}
.tour-detail-section .tour-content h4{
	font-size: 16px;
    color: var(--color-text);
}
.product_title h1 {
    font-size: 36px;
    color: var(--color-text);
}
.form_contact .title h2{
	font-size: 18px;
	font-weight: 600;
	color: var(--color-text)
}
.form_contact .box_input input{
	height: 50px;
	border: 1px solid var(--color-text);
	color: var(--color-text);
	border-radius: 6px;
	width: 100%;
}
.form_contact .box_input input::placeholder{
	color: var(--color-text);
	font-size: 15px;
	font-weight: 500;
}
.form_contact .box_input textarea{
	border: 1px solid var(--color-text);
	border-radius: 6px;
	color: var(--color-text);
	font-size: 15px;
}
.form_contact .box_input.box_submit input {
    max-width: fit-content;
    color: #fff;
    background-color: #ff5533;
    border-color: #ff5533;
}
.form_contact .title h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 30px;
}
.custom-popup-overlay {
    display:none;
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.6);
    z-index:9998;
}

.custom-popup-content {
    display:none;
    position: fixed;
    top:50%; left:50%;
    transform: translate(-50%, -50%);
    background:#fff;
    padding:30px;
    max-width:400px; width:90%;
    z-index:9999;
    border-radius:10px;
    box-shadow:0 4px 20px rgba(0,0,0,0.2);
}

.custom-popup-content h2 {
    margin-top:0;
}

.custom-popup-close {
    position:absolute;
    top:10px; right:15px;
    cursor:pointer;
    font-size:18px;
    font-weight:bold;
}

@media only screen and (max-width: 900px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.home_banner h1 {
    font-size: 50px;
}

}