.banner-2{
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	height: auto;
}
.banner-2 button{
	border: none;
}
.sub-buttons {
    max-width: 316px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0px 16px;
    margin: 0 auto;
}
.sub-buttons2{
	max-width: 280px !important;
	margin:20px auto;
	/* margin-top: 30px; */
	display: flex;
	justify-content: space-between;
}
.sub-buttons2 button,
.sub-buttons button{
	background-color: transparent;
	overflow: hidden;
	border: none;
	padding: 0;
}
button:focus, button:hover{
	background-color: transparent !important;
}
.sub-buttons2 button img,
.sub-buttons button img{
	width: 100%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
}
.show-content .slidr-box img{
	width: 100%;
}
.sub-buttons2 button p,
.sub-buttons button p{
	max-width: 50px;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	margin-top: 5px;
	white-space: wrap;
	margin-bottom: 0;
}
.banner-2 .heading{
	padding: 10px 3px 0;
}
.banner-2 .heading h4{
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	color: #666666;
}
.banner-2 .main-image{
	display: flex;
	min-height: 303px;
	object-fit: cover;
	position: relative;
}
.banner-2 .main-image-2{
	min-height: 262px;
}
.banner-2 .main-image img{
	width: 100%;
	object-fit: cover;
}
.banner-2 .tz-gallery{
	position: absolute;
	left: 0;
	top: 100%;
	transition: .4s;
	background-color: #fff;
}
.banner-2 .tz-gallery.tz-gallery-show{
	top: 0 !important;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	overflow-y: auto;
}
.banner-2 .tz-gallery .lightbox{
	display: flex;
	position: relative;
}
.banner-2 .tz-gallery .lightbox.video-lBox::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.19);
	z-index: 2;
}
.banner-2 .tz-gallery .lightbox img {
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.banner-2 .tz-gallery .lightbox svg {
	position: absolute;
	width: 120px;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	z-index: 3;
	fill: #fff;
}
.lg-outer .lg-video .lg-object {
	z-index: 10;
}
.banner-2 .tz-grid{
	height: calc(100% - 55px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 
		"item-1 item-1"
		"item-2 item-3"
		"item-4 item-4"
		"item-5 item-5"
		"item-6 item-6";
	grid-gap: 12px;
	margin-bottom: 12px;
}
.banner-2 .tz-gallery .tz-grid  .lightbox:nth-child(1){
	grid-area: item-1;
}
.banner-2 .tz-gallery .tz-grid .lightbox:nth-child(2){
	grid-area: item-2;
}
.banner-2 .tz-gallery .tz-grid .lightbox:nth-child(3){
	grid-area: item-3;
}
.banner-2 .tz-gallery .tz-grid .lightbox:nth-child(4){
	grid-area: item-4;
}
.banner-2 .gz-grid2{
	height: calc(100% - 55px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 
		"item-1 item-1"
		"item-2 item-3"
		"item-4 item-4"
		"item-5 item-5"
		;
	grid-gap: 12px;
}
/* .banner-2 .tz-gallery .gz-grid2 .lightbox:last-child{
grid-area: item-5;
} */
.banner-2 .show-content .head{
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.banner-2 .show-content .head a{
	color: #000;
}
.banner-2 .show-content .head i{
	font-size: 25px;
	font-weight: 900;
}
.banner-2 .show-content .head span{
	display: flex;
	gap: 15px;
}
#close-button{
	display: none;
}
/* .lg-toolbar{
display: none;
} */
.lg-actions button{
	padding: 0 !important;
}
.lg-backdrop{
	background-color: #000000a1 !important;
}
.contant-ban-2 p{
	color: #000000;
	font-size: 15px;
	line-height: 23px;
}
.tab-contant-4 .check{
	margin-bottom: 5px;
}
.tab-contant-4 .check label{
	color: #3E3D40;
	font-size: 13px;
}
.lg-actions .lg-next, .lg-actions .lg-prev{
	color: #fff !important;
}
/* ---------------> */

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	border-radius: 20px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.baguetteBox-button {
	background-color: transparent !important;
}

@media(max-width: 768px) {
	body {
		padding: 0;
	}

	.container.gallery-container {
		border-radius: 0;
	}
}
.sub-tab-contant-4,
.contant-ban-2 .sub-tab-contant-3,
.contant-ban-2 .sub-tab-contant{
	width: 100%;
	position: fixed;
	bottom: -100%;
	transition: .3s;
	background-color: #fff;
	left: 0;
	border-radius: 20px;
	z-index: -1;
	opacity: 0;
	height: 94vh;
	overflow: auto;
}
.sub-tab-contant-4::-webkit-scrollbar,
.contant-ban-2 .sub-tab-contant-3::-webkit-scrollbar,
.contant-ban-2 .sub-tab-contant::-webkit-scrollbar{
	width: 0 !important;
	display: none; 
}
.tab-contant-4,
.contant-ban-2 .tab-contant-3,
.contant-ban-2 .tab-contant-2{
	bottom: 0%;
	z-index: 99;
	opacity: 1;
}
.sub-tab-contant-4{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.contant-ban-2 ul{
	list-style: none;
	margin-top: 25px;
	padding: 20px 30px;
}
.contant-ban-2 h5{
	max-width: 300px;
	margin: 0 auto 10px;
	padding: 10px 0px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #5252523D;
}
.contant-ban-2 .sub-tab-2 p,
.contant-ban-2 .sub-tab-1 p{
	max-width: 300px;
	margin: auto;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 0 20px;
}
.sub-tab-1 .sub-tab-contant ul li{
	display: flex;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}
.sub-tab-1 .sub-tab-contant ul li img{
	margin-right: 25px;
	width: 60px;
	height: 60px;
}
.sub-tab-contant-3 h6,
.sub-tab-1 .sub-tab-contant h6{
	color: #3E3D40;
	font-size: 11px;
	text-align: center;
	margin-top: 50px;
	padding: 0 17px;
}
.sub-tab-contant-3 > span,
.sub-tab-contant > span{
	font-size: 30px;
	display: flex;
	justify-content: end;
	cursor: pointer;
}
.sub-tab-contant-3 ul li{
	flex-direction: column;
	display: flex;
	align-items: center;
}
.sub-tab-contant-3 ul li img{
	max-width: 180px;
}
.sub-tab-contant-3 ul li:last-child img{
	max-width: 180px;
}
.list-btn{
	display: flex;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #52525233;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
}
#collapseOne,
.accordion-header,
.accordion-item{
	transition: .3s !important;
}
.accordion-item:first-of-type .accordion-button{
	display: flex;
	color: #666666;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 3px;
	border: none;
	font-size: 15px;
	font-weight: 300;
	box-shadow: none;
	border-bottom: 1px solid #52525233;
	background-color: transparent;
	border-radius: 0px !important;
}
.accordion-item{
	border: none !important;
	width: 100%;
}
.accordion-item .accordion-button::after{
	opacity: .2;
	transition:.3s;
}
.accordion-button:not(.collapsed)::after{
	opacity: .5;
}
.accordion-body{
	padding: 0% !important;
	color: #666666;
	font-size: 15px;
}
.color-list h6{
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.color-list h6 span{
	display: flex;
	width: 14px;
	height: 14px;
	min-width: 14px;
	border-radius: 50%;
	margin-right: 10px;
}
.color-list h6:nth-child(1){
	margin-top: 20px;
	margin-bottom: 20px;
}
.color-list h6:nth-child(1) span{
	background-color: #EA8C1D;
}
.color-list h6:nth-child(2) span{
	background-color: #19CF2C;
}
.color-list ul{
	margin: 0;
	padding: 0 25px;
	list-style: disc;
	color: #666666;
	font-size: 16px;
	margin-left: 20px;
}
.color-list ul li a{
	color: #666666;
	transition: .3s;
}
.color-list ul li a:hover{
	color: #C10230;
}
.color-list ul li{
	margin-bottom: 10px;
	text-decoration: underline;
}
.slider-bottom{
	border-top: 1px solid #66666681;
	margin-top: 50px;
	padding-top: 20px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 12px;
}
.slider-bottom h3,
.slider-bottom h3 a{
	color: #666666 !important;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}
.slider-bottom-2 .heading {
	padding-top: 10px !important;
}
.slider-bottom h3{
	margin-bottom: 16px;
}
.slider-bottom .slide-box{
	max-width: 253px;
	margin: auto;
	margin-top: 0px;
	background: #F2F2F2;
}
.slider-bottom .slide-box .image{
	height: 200px;
}
.slider-bottom .slide-box .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 280px;
}
.slider-bottom .slide-box h4,
.slider-bottom .slide-box h4 a {
	color: #3E3D40 !important;
	text-decoration: none !important;
	font-size: 21px;
	text-align: start;
	font-weight: 400;
}
.slider-bottom .slide-box h4{
	margin: 10px 0;
}
.slider-bottom .slide-box p{
	font-size: 13px;
	color: #3E3D40;
	line-height: 19px;
	font-weight: 400;
	text-align: start;
}
#banner-3-slider .owl-dots{
	display: block !important;
}
.red-price,
.slider-bottom-2 {
	margin-top: 0;
	padding-top: 0;
}
.red-price,
.slider-bottom .slide-box h6{
	color: #D50026;
	font-size: 19px;
	text-align: end;
}
.slider-bottom-2 .slide-box{
	background-color: transparent;
}
.slider-bottom-2 .slide-box{
	max-width: 100%;
}
.slider-bottom-2 .slide-box .image{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.single-produkt .owl-carousel .owl-nav button.owl-next, .single-produkt .owl-carousel .owl-nav button.owl-prev{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #35373a !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.single-produkt .owl-carousel .owl-nav button.owl-next{
	right: -26px;
}
.single-produkt .owl-carousel .owl-nav button.owl-prev{
	left: -26px;
}
.single-produkt .owl-carousel .owl-nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	height: fit-content;
}
.slide-box .content{
	padding: 10px;
}

/* ----------------> */

.banner-2 hr{
	color: #666666d2;
}
.banner-2 p span{
	font-size: 20px;
	font-size: 18px;
	font-weight: 400;
}
.slider-bottom-2 .slide-box .contant{
	text-align: center;
}
.slider-bottom-2 .slide-box .contant h4{
	font-weight: 300;
	text-align: center;
}
.slider-bottom-2 .slide-box .contant h3 a{
	font-weight: 300;
	font-weight: 600;
	font-size: 30px;
	text-decoration: none !important;
}
.slider-bottom-2 .slide-box .contant > span{
	max-width: 200px;
	margin: auto;
	font-size: 12px;
	color: #666666;
	display: block;
	border-bottom: 1px solid #adadad;
}
.slider-bottom-2 .slide-box .contant h2{
	color: #D50026;
	font-size: 50px;
	font-weight: 700;
	line-height: 55px;
}
.slider-bottom-2 .slide-box .contant h2 span{
	font-size: 18px;
	margin-right: 10px;
} 
#banner-2-slider .owl-nav{
	display: block;
}
#banner-2-slider .owl-item img{
	min-height: auto;
}
.single-produkt .owl-carousel .owl-dots{
	margin: auto;
	width: fit-content;
	margin-top: 0px;
}
.single-produkt .owl-carousel button.owl-dot{
	width: 12px;
	height: 12px;
	background-color: #D9D9D9 !important;
	border-radius: 50%;
	margin: 0 5px;
}
.single-produkt .owl-carousel button.owl-dot.active{
	background-color: #3E3D40 !important;
}
#banner-4-slider{
	margin-top: 32px;
}
#banner-4-slider h4{
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}
.heading.b-border{
	border-bottom: 1px solid #9c9c9c93;
}
.banner-2 .show-content-2 img{
	width: 100%;
	height: 270px;
	object-fit: cover;
	margin: auto;
	display: flex;
}
.froman-sec .contant{
	margin-top: 20px;
}
.froman-sec .contant h6{
	font-size: 18px;
	color: #666666;
	font-weight: 400;
}
.froman-sec .contant > span{
	margin-top: 20px;
	display: block;
}

.contact-sec .contant p{
	margin: 20px 0
}
.contact-btn{
	width: fit-content;
	padding: 7px 15px;
	color: #fff;
	background-color: #D50026;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid #d5002700;
	margin: auto;
	display: flex;
	cursor: pointer;
	height: fit-content;
	white-space: nowrap;
}
.contact-btn:hover{
	background-color: #fff;
	color: #D50026;
	border: 1px solid #D50026;
}
form .contact-btn{
	margin: auto !important;
}
.bottom-contant{
	margin-top: 80px;
}
.bottom-contant img{
	width: 100%;
	height: 166px;
	object-fit: cover;
	object-position: center;
}
.bottom-contant p{
	color: #666666;
	font-size: 13px;
	padding: 10px 30px;
}
.sub-tab-contant-4{
	min-height: 100vh;
}
.sub-tab-contant-4 .top-banner{
	background-image: url('/wp-content/themes/hello-theme-child-master/assets/css/./assets/img/contact-banner.png');
	text-align: center;
	padding: 20px;
	position: relative;
	background-position: bottom center;
}
.sub-tab-contant-4 .top-banner::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000069;
	left: 0;
	top: 0;
}
.sub-tab-contant-4 .top-banner p,
.sub-tab-contant-4 .top-banner h3{
	position: relative;
	z-index: 5;
	color: #fff;
}
.sub-tab-contant-4 .top-banner h3{
	font-size: 22px;
	text-decoration: underline;
	font-weight: 400;
}
.sub-tab-contant-4 form{
	padding: 20px;
}
.sub-tab-contant-4 p{
	font-size: 16px;
}
.sub-tab-contant-4 form textarea,
.sub-tab-contant-4 form input[type=email],
.sub-tab-contant-4 form input[type=text]{
	width: 100%;
	height: 26px;
	margin-bottom: 14px;
	background-color: #776BBE36;
	border: 1px solid #52525233;
	border-radius: 3px;
	outline: none;
	padding-left: 10px;
	color: #525252;
}
.sub-tab-contant-4 form textarea::placeholder,
.sub-tab-contant-4 form input[type=email]::placeholder,
.sub-tab-contant-4 form input[type=text]::placeholder{
	color: #5252526c;
	font-size: 13px;
}
.sub-tab-contant-4 form textarea{
	height: 100px;
	resize: none;
}
.sub-tab-contant-4 .second-form input{
	max-width: 150px !important;
	background-color: transparent !important;
	height: 30px !important;
	margin-top: 10px;
	border-radius: 7px !important;
}
.sub-tab-contant-4 .second-form label{
	color: #000;
	font-weight: 500;
	font-size: 14px;
}
.sub-tab-contant-4 .second-form label{
	margin: auto;
}
.second-form input{
	text-align: center;
}
.select-foam{
	margin-top: 18px;
}
.select-foam .contact-btn{
	padding: 7px 57px;
}

/* Select Foam */

.select-btn,
.select {
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #52525233;
	border-radius: 6px;
	max-width: 138px;
}
.select .selectbtn:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 15px;
	width: 7px;
	height: 7px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #C10230;
	border-bottom: 2px solid #C10230;
	transition: 0.2s ease;
}
.select .selectbtn.toggle {
	border-radius: 3px 3px 0 0;
}
.select .selectbtn.toggle:after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}
.select .dropdown {
	position: absolute;
	top: 100%;
	width: 100%;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	background: var(--bg1);
	border-top: 1px solid #eee;
	z-index: 1;
	background: #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	visibility: hidden;
	transition: 0.2s ease;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	left: 0;
}
.select .dropdown .option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.select .dropdown .option:hover {
	background: #f8f8f8;
}
.select .dropdown.toggle {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.last-check{
	display: flex;
	align-items: start;
	margin-top: 20px;
}
.last-check input{
	margin-right: 10px;
	margin-top: 5px;
}
.last-check p{
	font-size: 14px;
}
.top-banner .close-contact{
	position: absolute;
	z-index: 7;
	color: #fff;
	font-size: 40px;
	right: 10px;
	top: 0px;
	cursor: pointer;
}

/* ------------->  */

.blog .heading{
	text-align: center;
	padding: 25px 0;
}
.blog .heading h2{
	font-size: 22px;
	font-weight: 500;
}
.heading.pink{
	color: #C10230;
}
.heading.pink h4{
	font-weight: 500;
}
.blog .image-box{
	height: 300px;
	margin: 20px 0;
	border-radius: 10px;
	overflow: hidden;
}
.blog .image-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text hr{
	margin: 28px 0;
}
.blog .text p{
	margin-top: 20px;
	font-weight: 300;
}
.blog .blog-list li{
	margin-bottom: 20px;
}
.blog .blog-list li a{
	color: #35373a;
}
.blog .blog-list li b{
	font-size: 18px;
	font-weight: 500;
}
.blog .tip-sec h3{
	color: #C10230;
	font-size: 20px;
	font-weight: 700;
}
.blog .tip-sec{
	margin-bottom: 30px;
}
.blog .tip-sec p{
	font-size: 15px;
	margin-top: 10px;
	font-weight: 400;
	color: #C10230;
}
.blog .tip-sec p a{
	color: #C10230 !important;
}
.blog .blog-list-2 li{
	text-decoration: underline;
	font-size: 15px;
	font-weight: 200;
	color: #000;
	margin-top: 20px;
}
.blog .text h6{
	font-size: 17px;
}
.blog .text h5{
	font-size: 18px;
}
.blog .text p a{
	color: #35373a;
}
.slider-5-main{
	position: relative;
}
.slider-5-main span{
	position: absolute;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	font-size: 35px;
	z-index: 5;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 40px;
	width: fit-content;
	margin: auto;
	opacity: 0;
	transition: .3s;
	font-weight: 400;
	line-height: 30px;
	align-items: center;
	text-transform: capitalize;
}
.slider-5-main:hover .image::after,
.slider-5-main:hover span{
	opacity: 1 !important;
}
.slider-5-main span b{
	font-weight: 400;
	font-size: 20px;
	display: flex;
}
.slider-5-main span b::after{
	content: '\F138';
	font-family: bootstrap-icons;
	margin-left: 5px;
}
#banner-5-slider .image::after{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #000000 , #00000000);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
}
#banner-5-slider .image{
	height: 280px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
#banner-5-slider .image img{
	height: 100%;
	object-fit: cover;
}
#banner-5-slider .owl-dot{
	width: 10px;
	height: 10px;
}
.color-list2 li:first-child{
	color: #C10230;
	font-weight: 500;
}
.color-list2 li:last-child{
	color: #19CF2C;
	font-weight: 500;
}
.color-list2 li span{
	color: #35373a;
	font-weight: 400;
}
.sub-sec-b{
	padding: 20px;
	background-size: 100% 100%;
	border-radius: 5px;
}
.sub-sec-b h5{
	color: #fff;
}
.sub-sec-b ul li{
	color: #fff;
	margin-top: 18px;
}
.btn-sub-s{
	background-color: #fff;
	color: #C10230;
	padding: 13px 20px;
	text-decoration: none;
	font-weight: 500;
	border-radius: 5px;
	margin-top: 20px;
	display: block;
	margin: 40px auto 0;
	width: fit-content;
}
.blog-box-2{
	text-align: center;
	margin: 50px 0;
	padding: 20px;
	border: 1px solid #6666664D;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 5px;
}
.blog-box-2 h6{
	font-size: 16px;
	color: #525252;
}
.blog-box-2 span{
	font-size: 12px;
	color: #525252;
	display: block;
}
.blog-box-2 h3 a{
	font-size: 27px;
	color: #525252;
	font-weight: 300;
	margin-top: 20px;
	display: block;
}
.accordion-2{
	margin: 50px 0;
}
.accordion-2 .accordion-button {
	display: flex;
	color: #000 !important;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
	font-weight: 500 !important;
	border: none;
	white-space: wrap;
	line-height: 21px;
	box-shadow: none;
	border-bottom: 1px solid #52525233;
	background-color: transparent !important;
	border-radius: 0px !important;
	padding: 0 !important;
	box-shadow: none !important;
}
.accordion-2 .accordion-button:focus{
	border-color: #52525233;
}
.accordion-2 .accordion-body{
	padding: 0;
}
.accordion-2 .accordion-item{
	margin-bottom: 40px !important;
}
.accordion-2 .accordion-collapse {
	transition: .3s !important;
}
.accordion-2 .accordion-button::after {
	opacity: 1 !important;
	transition: .3s;
}
.blog-sail-box{
	/* background-color: #383838; */
	padding: 40px 30px;
	gap: 30px;
	display: flex;
	flex-direction: column;
}
.blog-sail-box .sail-box{
	width: 100%;
	max-height: 170px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.blog-sail-box .sail-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-sail-box .sail-box .price{
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: #C10230;
	padding:10px 15px;
	border-radius: 3px;
}
.blog-sail-box .sail-box .price span{
	display: block;
	color: #fff;
}
.blog-sail-box .sail-box .price h5{
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
}
.blog-sail-box .sail-box .price h5 b{
	font-size: 15px;
	font-weight: 400;
}
.blog-sail-box .contact-btn{
	padding: 10px 40px;
	font-size: 17px;
	font-weight: 500;
}
.blog-auch-box{
	padding: 50px 0;
}
.blog-auch-box .auch-box-1 img{
	width: 100%;
}
.blog-auch-box .auch-box-1 p{
	margin-bottom: 4px;
	color: #C10230;
}
.blog-auch-box .auch-box-1{
	margin-bottom: 34px;
}
.blog-auch-box h6{
	font-size: 22px;
	font-weight: 600;
}
.contentSection .content:not(:first-child) {
	display: none;
}
.contentSection .content{
	height: 206px;
}
.contentSection .content img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.remove-scrolling { 
	height: 100vh; 
	overflow: hidden; 
	position: relative;
}
.remove-scrolling::after{
	content: "";
	z-index: 60;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #00000096;
}
.sub-tab-contant-3 span.sub-tab-btn-2,
.sub-tab-contant span.sub-tab-btn{
	position: sticky;
	top: 10px;
	padding-right: 10px;
}
.sticket-btn {
	position: fixed;
	top: 0;
	bottom: 80px;
	margin: auto 0 0;
	height: fit-content;
	right: 17px;
	gap: 20px;
	display: flex;
	flex-direction: column-reverse;
	z-index: 10;
}
.sticket-btn span,
.sticket-btn a {
	width: 50px;
	background: #C10230;
	height: 50px;
	display: flex;
	color: #fff;
	font-size: 25px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}
#lg-counter,
.lg-toolbar .lg-icon{
	color: #fff !important;
}
.lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object:not(.lg-video-object) {
	height: 240px !important;
	width: 100% !important;
	object-fit: cover; 
}
.container{
	padding: 0px 20px;
}
#banner-3-slider {
	margin-bottom: 30px;
}
.home-slider .owl-item{
	padding: 0 10px;
	width: fit-content !important;
}
.stickey-tab{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1100;
}
.stickey-tab .accordion-button {
	padding: 13px 30px !important;
	background: #C10230 !important;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
}
.stickey-tab .accordion-button::after {
	filter: brightness(98.5) !important;
	opacity: 1;
}
.stickey-tab ul{
	margin-bottom: 0 !important;
}
.stickey-tab ul li{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin: 15px 0;
	margin-top: 23px;
}
.sticket-btn .social-icons{
	position: absolute;
	right: calc(100% + 20px);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: .6s;
}
.sticket-btn .social-icons.social-icons-2{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sticket-btn .social-icons a {
	width: auto;
	height: auto;
	border-radius: 30px;
	padding: 5px 19px;
	margin: 5px 0;
	font-size: 18px;
	text-decoration: none;
	justify-content: start;
}
.sticket-btn .social-icons a i{
	margin-right: 6px;
}
.zone-slider{
	position: relative;
	overflow: hidden;
	height: auto;
}
.zone-slider-box > .image {
	width: 100%;
	display: flex;
	justify-content: end;
	padding: 20px 0;
	/* max-width: 520px; */
	cursor: pointer;
}
.zone-slider{
	position: relative;
	overflow: hidden;
	height: auto;
}
.zone-slider-box > .image {
	width: 100%;
	display: flex;
	justify-content: end;
	padding: 20px 0;
	/* max-width: 520px; */
	cursor: pointer;
}
.zone-slider-box > .image > img{
	width: 80%;
	max-width: 500px;
}
.zone-btn {
	padding: 0px;
	display: flex;
	max-width: 255px;
	margin: auto;
	align-items: center;
	position: relative;
}

.zone-btn > div{
	display: flex;
	width: 71px;
	height: 71px;
	border-radius: 50%;
	border: 4px solid #2D801F;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: #2D801F;
	transition: .1s;
}
.close-btn > span:active,
.zone-btn > div:active{
	background-color: #2D801F;
	color: #fff;
}
.zone-btn span{
	color: #3E3D40;
	font-size: 18px;
	font-weight: 500;
	/* margin: auto; */
	margin-left: auto;
	width: fit-content;
	animation: move-arrow 2s infinite linear;
}
.zone-btn span i{
	margin-right: 10px;
}
.zone-hide-box .contant {
	max-width: 550px;
	height: 100%;
	position: relative;
	margin: auto;
}
@keyframes move-arrow {
	0%{
		transform: translateX(-40px);
	}
	50%{
		transform: translateX(-10px);
	}
	100%{
		transform: translateX(-40px);
	}
}
.zone-hide-box{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	left: 0;
	top: 0;
	padding: 20px;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	transition: .3s;
}
.zone-hide-box.zone-hide-box-2{
	opacity: 1;
	z-index: 9999;
}
.zone-hide-box .image{
	height: 100%;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.zone-hide-box .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.popup-zone{
	border-radius: 15px;
	max-width: 315px;
	height: fit-content;
	overflow: hidden;
	position: fixed;
	left: 0;
	right: -200%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	transition: .6s linear;
	z-index: 99999;
}
.popup-zone.popup-zone-2{
	right: 0;
}
.popup-zone.popup-zone-3{
	right: -200% !important;
}
.popup-zone .zone-list span{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.popup-zone .zone-list span img{
	margin-right: 10px;
}
.popup-zone p{
	text-align: center;
}
.popup-zone .head{
	text-align: center;
	padding: 20px 10px;
	background-color: #C10230;
}
.popup-zone .head h5{
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 0;
}
.popup-zone .contant{
	padding: 15px;
}
.popup-btn{
	padding: 8px 30px;
	background-color: #C10230;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: fit-content;
	border-radius: 5px;
	margin: auto;
	font-weight: 500;
	margin-top: 20px;
	border: 1px solid #C10230;
	transition: .3s;
}
.popup-btn:hover{
	background-color: transparent;
	color: #C10230;
}
.zone-hide-btn{
	position: absolute;
	left: 0;
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 40px;
	z-index: 5;
}
.zone-hide-btn .active-link:nth-child(2),
.zone-hide-btn span,
.close-btn > span,
.zone-hide-btn a{
	display: flex;
	width: 71px;
	height: 71px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: .1s;
}
.close-btn > span,
.zone-hide-btn span:nth-child(1){
	color: #C10230;
	font-size: 70px;
	border: 4px solid #C10230;
}
.zone-hide-btn .active-link:nth-child(2) {
	color: #4A30E8;
	font-size: 50px;
	border: 4px solid #c10230;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff75;
}
.zone-hide-btn span:nth-child(3){
	border: 4px solid #2D801F;
	font-size: 35px;
	color: #2D801F;
}
.zone-hide-btn .active-link:nth-child(2) i{
	display: block;
	color: #4A30E8;
}
.close-btn > span {
	width: 35px;
	height: 35px;
	font-size: 28px;
	border: 2px solid #C10230;
}
.close-btn > span:active,
.zone-hide-btn span:nth-child(1):active{
	background-color: #C10230;
	color: #fff;
}
.zone-hide-btn .active-link:nth-child(2):active{
	background-color: #4A30E8;
	color: #fff;
}
.zone-hide-btn span:nth-child(3):active{
	background-color: #2D801F;
	color: #fff;
}
.overlay-zone{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #00000048;
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.overlay-zone-2{
	display: block;
	z-index: 9999;
	opacity: 1;
}
.pop-slider.owl-carousel .owl-stage,
.pop-slider.owl-carousel.owl-drag .owl-item,
.pop-slider.owl-carousel .owl-stage-outer{
	height: 100%;
	transition: 1s !important;
	border-radius: 30px;
	overflow: hidden;
	width: 100%;
}
.pop-slider .owl-item > img {
	transition: .3s;
}
.pop-slider .owl-item{
	transform: translateY(500px) scale(.6) !important;
	position: relative;
	z-index: 10;
	border-radius: 30px;
	overflow: hidden;
	transition: none !important; 
}
.pop-slider.owl-carousel .owl-stage{
	overflow: hidden;
}
.pop-slider .owl-item.active + .owl-item + .owl-item,
.pop-slider .owl-item.active + .owl-item{
	transform: translateX(calc(-100% + 1px)) translateY(0px) !important;
	transition: none;
	position: relative;
	z-index: 5;
	opacity: 0;
}
.pop-slider .owl-item.active{
	transform: scale(1) translateY(0px) !important;
	position: relative;
	z-index: 8;
	transition: none !important;
}
.quest-btn {
	right: 15px;
	position: fixed;
	width: fit-content;
	/* left: 0; */
	bottom: 100px;
	z-index: 99;
}
.quest-btn > span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #C10230;
	border-radius: 50%;
	color: #fff;
	font-size: 50px;
	border: 1px solid #C10230;
	cursor: pointer;
	margin-left: auto;
}
.quest-btn .quest-info{
	position: absolute;
	right: 0%;
	display: flex;
	flex-direction: column;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
	transition: .7s;
	z-index: -1;
}
.quest-btn .quest-info a{
	min-width: 40px;
	height: 40px;
	min-height: 40px;
	border-radius: 30px;
	background-color: #C10230;
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: .7s;
	color: #fff;
	align-items: center;
	text-decoration: none;
}
.quest-btn .quest-info a b{
	width: 0;
	overflow: hidden;
	transition: .1s;
	text-align: center;
}
.quest-btn .quest-info a i{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quest-btn.quest-btn-2 .quest-info{
	right: 70%;
	animation: text-zome-2 .5s 1 forwards;
}
.quest-btn.quest-btn-2 .quest-info a:nth-child(1){
	top: -60px;
}
.quest-btn.quest-btn-2 .quest-info a:nth-child(2){
	right: 20px;
}
.close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 999;
}
.quest-btn.quest-btn-2 .quest-info a:nth-child(3){
	top: 60px;
}
.quest-btn.quest-btn-2 .quest-info a b{
	animation: text-zome .5s 1 forwards;
	animation-delay: .6s;
	padding-left: 20px;
}
.active-link a{
	display: none;
}
.active-link a.active{
	display: block;
	width: fit-content;
	height: fit-content;
}
@keyframes text-zome {
	0%{
		width: 0;
	}
	100%{
		width: 110px;
	}
}
@keyframes text-zome-2 {
	0%{
		z-index: -1;
	}
	50%{
		z-index: -1;
	}
	100%{
		z-index: 5;
	}
}

/* ====================05-18-24=============================== */

@media(min-width: 991px) {
	.banner-2 .main-image {
		max-height: 497px;
	}
	.lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object:not(.lg-video-object){
		height: 650px !important;
		width: 90% !important;
	}
	.banner-2 .tz-grid{
		width: 95%;
		margin: auto;
	}
	.banner-2 .heading h4 {
		font-size: 35px;
		font-weight: 700;
	}
	.sub-buttons{
		padding: 10px 0;
	}
	.color-list h6{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.color-list ul li a{
		font-size: 17px;
	}
	.banner-2 .heading {
		padding: 25px 3px 0;
	}
	.sub-buttons2 button p, .sub-buttons button p {
		max-width: 80px;
	}
	.sub-buttons {
		max-width: 527px;
	}
	.sub-buttons2 button p, .sub-buttons button p{
		max-width: 105px;
	}
	.contant-ban-2 p {
		font-size: 16px;
	}
	.contant-ban-2 h5 {
		font-size: 28px;
		font-weight: 700;
	}
	.sub-tab-contant-3 h6, .sub-tab-1 .sub-tab-contant h6{
		font-size: 14px;
	}
	.slider-bottom h3 a {
		color: #666666 !important;
		font-size: 30px;
		text-align: center;
		font-weight: 500;
	}
	.contant-ban-2 .sub-tab-contant-3,
	.contant-ban-2 .sub-tab-contant{
		width: 500px;
		position: fixed;
		bottom: 0%;
		transition: .3s;
		background-color: #fff;
		left: -100%;
		border-radius: 0px;
		z-index: -1;
		opacity: 0;
		height: 100vh;
		overflow: auto;
	}
	.sub-tab-contant-4::-webkit-scrollbar,
	.contant-ban-2 .sub-tab-contant-3::-webkit-scrollbar,
	.contant-ban-2 .sub-tab-contant::-webkit-scrollbar{
		width: 0 !important;
		display: none; 
	}
	.contant-ban-2 .tab-contant-3,
	.contant-ban-2 .tab-contant-2{
		bottom: 0%;
		z-index: 99;
		opacity: 1;
		left: 0;
	}
}
@media(min-width: 767px){
	.contact-btn{
		margin: 0;
	}
	.contant-ban-2 .contant-2{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media(min-width: 576px){
	.contact-sec{
		margin-top: 0px;
	}
	.banner-2 .heading{
		padding-top: 20px !important;
	}
	.slider-bottom-2 .slide-box .image {
		height: auto;
	}
	.slider-bottom-2 .slide-box .contant h2 {
		font-size: 39px;
	}
	.sub-buttons2 {
		max-width: 330px !important;
		margin: 20px auto;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	.contentSection{
		height: 456px;
	}
	.contentSection .content {
		height: 100%;
	}
	.slider-bottom{
		margin-bottom: 0;
	}
	.bottom-contant img {
		height: 360px;
	}
	.bottom-contant p {
		font-size: 16px;
	}
	.sub-tab-contant-4 .top-banner {
		padding: 56px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-size: cover;
	}
	.slider-bottom h3{
		margin-top: 22px;
	}
	.slider-bottom h3,
	.sub-tab-contant-4 .top-banner h3{
		font-size: 30px;
	}
	.contant-ban-2 p {
		font-size: 18px;
		margin-top: 15px;
	}
	.sub-tab-contant-4 .second-form label{
		margin: 0;
	}
	.sub-tab-contant-4 form {
		padding: 20px;
		max-width: 1000px;
		margin: auto;
	}
	.banner-2 .heading h4 {
		margin-bottom: 23px;
	}
	.slider-bottom{
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.slider-bottom-2 .heading {
		padding-top: 45px !important;
	}
	#banner-3-slider {
		margin-bottom: 0px;
		margin-top: 30px;
	}
	.list-btn {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 16px;
		font-weight: 400;
		cursor: pointer;
	}
	.accordion-item:first-of-type .accordion-button {
		margin-bottom: 10px;
		padding: 0;
		padding-bottom: 13px;
		font-size: 17px;
		font-weight: 400;
	}
	.bottom-contant p {
		padding: 10px 0px;
	}
	.zone-slider{
		height: auto;
	}
	.zone-slider-box > .image,
	.zone-slider-box > .image > img {
		margin: auto;
	}
}


/* Search */

.search-box {
	position: absolute;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	left: 0;
	right: 0;
	width: fit-content;
	margin: auto;
	bottom: 40px;
}
.search-box input{
	display: block;
	width: 100%;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	color: inherit;
	margin: 0;
	padding: .5rem 1rem;
	background-color: #fafafa;
	border: .125rem solid #383838;
	border-radius: .25rem;
	vertical-align: top;
	transition: all .3s ease;
}
.search-box input:hover{
	border-color: #c30e2e;
	outline: none;
}
.search-box input:focus{
	box-shadow: none !important;
}
.search-box a{
	color: #c30e2e;
	font-weight: 600;
	margin-top: 10px;
}
.search-box button{
	font-size: 1rem;
	padding: 16px 24px;
	color: #fff;
	background-color: #C30E2E;
	border: none;
	border-radius: 5px;
	margin-top: 10px;
}
.search-box button:hover{
	background-color: #383838 !important;
}

/* Location */

.gm-style .gm-style-iw-c{
	max-width: fit-content !important;
	max-height: fit-content !important;
	padding: 20px !important;
	border: .25rem solid #abacac;
}
.gm-style-iw-ch{
	display: none;
}
.gm-style-iw-chr{
	position: absolute;
	right: 15px;
	top: 15px;
}
.gm-style-iw-chr button{
	width: 25px !important;
	height: 25px !important;
	border: 2px solid #656565 !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.gm-style img {
	width: 100%;
}
.gm-ui-hover-effect>span{
	width: 21px !important;
	height: 21px !important;
	margin: 0 !important;
}
.info_content .rounded > span {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 10px 0 15px 0;
}
.info_content .rounded span img{
	margin-right: 10px;
	width: 63px !important;
}
.wrapper a,
.info_content p{
	font-size: 18px;
	text-decoration: none;
	color: #8A8A8A;
}
.info_content .btn-primary{
	color: #fff;
	background-color: #c30e2e;
	border-color: #c30e2e;
	padding: 16px 24px;
	font-size: 1rem;
	margin-top: 16px !important;
	border: none;
}
.info_content .btn-primary:hover{
	background-color: #383838 !important;
	border: none;
}
.gm-style .gm-style-iw-d{
	max-height: fit-content !important;
}
.info_content img {
	width: 100%;
	max-width: 280px;
}
.info_content .row{
	width: fit-content;
}
.gm-style .gm-style-iw-d{
	overflow: hidden !important;
}
.info_content .cal-img{
	margin-right: 15px;
}
.gm-style .gm-style-iw-tc::after {
	-webkit-clip-path: none !important;
	clip-path: none !important;
	height: 25px;
	top: -14px;
	transform: rotate(45deg);
	width: 25px;
	border: 5px solid #ABACAC !important;
	border-top: none !important;
	border-left: none !important;
}
.active-link a{
	display: none;
}
.active-link a.active{
	display: block;
}
@media (max-width: 767px){
	.info_content .row{
		width: 280px;
	}
	.info_content .rounded > span {
		font-size: 12px;
	}
	.wrapper a, .info_content p {
		font-size: 14px;
	}
	.info_content .col-12 img {
		height: 140px;
		margin-bottom: 10px;
	}
	.info_content .btn-primary {
		padding: 10px 23px;
	}
	.elementor-kit-8 h3 {
		font-size: 24px;
	}
	.search-box {
		position: static;
		margin: 40px auto 10px !important;
	}
}
@media (max-width: 550px) {
	.quest-btn > span{
		width: 45px;
		height: 45px;
		font-size: 40px;
	}
	.quest-btn .quest-info {
		right: -23%;
	}
}
.main-image button{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	background-color: var(--e-global-color-accent);
	color: #FFFFFF;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var(--e-global-color-accent);
	border-radius: 4px 4px 4px 4px;
	padding: 5px 15px 5px 15px;
}
.main-image button:hover{
	background-color: #fff;
	color:  var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}
.selectSection button img,
.sub-buttons button{
	border: 1px solid transparent;
	border-radius: 50%;
}

.sub-buttons button.active2{
	border: 1px solid var(--e-global-color-accent);
}
.selectSection button.active2 img{
	border: 1px solid #000;
}
.home-slider .owl-stage {
	width: 450px !important;
}
