/* Theme Name: Habert
Theme URI: https://habert.hu/
Author: Tóth Gitta
Author URI: http:/http://btc-webdesign.hu
Description: Basic Theme by Tóth Gitta
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: Habert*/


*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	outline: none;
	-webkit-appearance: none;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

:root {

	--black: #333;
	--braun: #45322e;
	--light-gold: #e9e5da;
	--dark-gold: #bfb08f;
	--gold: #b39869;

}

.align-center {
	text-align: center;

}

.italic {

	font-style: italic;
}


.sticky {
	box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.16);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1111;
}

#scrollup {
	display: inline-block;
	background-color: var(--dark-gold);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 0;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;

	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);

}

#scrollup::before {
	left: 13px;
	margin-top: 19px;
	transform: rotate(314deg);
	content: '';
	width: 10px;
	height: 10px;
	border-color: var(--braun);
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;
	position: absolute;
	border-width: 0.3vmin 0.3vmin 0 0;
	border-style: solid;
}

#scrollup:hover {
	cursor: pointer;
	opacity: 0.8;
}

#scrollup:active {
	opacity: 0.8;
}

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

/* Styles for the content section */

@media (min-width: 500px) {

	#scrollup {
		margin: 30px;
	}
}

b {

	font-weight: 600;
}

body {
	margin: 0;
	padding: 0;
	background: var(--light-gold);
	font-size: 19px;
	letter-spacing: 0.3px;
	font-family: "Inter", sans-serif;
	color: var(--black);
	font-weight: 300;
	line-height: 1.5em;


}

h1,
h2,
h3 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: var(--braun);
}


h1 {
	text-transform: uppercase;
	margin: 15px 0;
	font-size: 2.2em;
	line-height: 1.2;

}

h2 {
	padding: 30px 0;
	font-size: 1.8em;
	text-transform: uppercase;
	line-height: 1.4;

}

h3 {
	font-size: 1.5em;
	line-height: 1.2;

}


.mofont {
	font-family: "Qwitcher Grypen", cursive;
	font-size: 60px;
	color: var(--gold);
	line-height: 1;

}

a {
	color: var(--black);
	text-decoration: none;
}


.center-box {
	margin: 0 auto;
	max-width: 1360px;
	width: 93%;
}



.button {
	color: var(--braun);
	text-transform: uppercase;
	background: var(--gold);
	border: none;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 20px;
	letter-spacing: 1px;
	font-weight: 600;
}

.button:hover {
	opacity: 0.7;
}

.start_button {

	margin-top: 45px;
}

#top {

	height: 50px;
}


#top-box {
	background: var(--braun);


}



#top-box p {
	font-weight: 300;
	color: var(--light-gold);
	text-decoration: none;
	letter-spacing: 1.2px;
	font-size: 16px;
	display: inline-block;


}

.col-md-10 {
	padding: 10px 0 0 0 !important;
}


#welcome-box {
	background: var(--dark-gold);
	position: relative;
	padding: 7vw 0;
	z-index: 1;


}

#welcome-box:before {
	background: url(../img/nappali.jpg) no-repeat;
	background-attachment: fixed;
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	width: 60%;
	z-index: -1;
	background-size: 70% 100%;

}

#welcome-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.welcome-text,
#faq-box {
	background: var(--light-gold);
	padding: 50px;
}


.welcome-text p {
	line-height: 1.7;
	font-size: 20px;
}

#family {
	padding: 5vw 0;
	background: var(--braun);
	color: var(--light-gold);
}



.family-box,
.about-text,
faq-box {
	margin: 0 auto;
	line-height: 1.7;
	text-align: center;
	max-width: 1000px;


}

#family svg {
	fill: var(--light-gold);
	height: 25px;

}

.family-box a {
	color: var(--light-gold);
	display: inline-block;
	padding-bottom: 10px;
	margin-top: 30px;
	text-decoration: none;
}

.family-box a:hover {
	color: var(--gold);
	border-bottom: dashed 2px var(--gold);
	fill: var(--gold);
}

#family svg:hover {
	fill: var(--gold);
}


/****services*/

#services {
	padding: 5vw 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, var(--dark-gold) 50%);
}


.serv_button {
	padding-top: 45px;
	text-align: center;
}

.intro-box {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}


figure {
	margin: 0;
	overflow: hidden;

}

figure img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}


figure:hover + span {
	bottom: -36px;
	opacity: 1;
}

/* Zoom In #1 */
.hover01 figure img {

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.serv-text h3 {

	text-transform: uppercase;
	margin-top: 15px;
	padding: 10px 0;
	border-bottom: dashed 2px var(--gold);
}

/****about*/


#about {

	padding-bottom: 5vw;
}

.container {

	max-width: 1000px;
	margin: 0 auto;
}

.image {
	text-align: center;
}

.image img {
	width: 100%;
	overflow: hidden;
	height: 560px;
	border-radius: 30px;
	object-fit: cover;
}

#history-box .row {
	padding: 3vw 0;
    align-items: center;
}


#about svg {
	width: 25px;
	fill: var(--gold);
}

#about b {

	margin-left: 10px;
}

.se-icon {

	margin: 10px 0;
}

/****shop*/


#shop {

	background: var(--dark-gold);

	padding: 5vw 0;

}

#shop .row {

	margin: 30px 0;
}

.termekek-box {
	margin-top: 3vw;
}

#termek-text-box {
	background: var(--braun);
	color: var(--light-gold);
	padding: 5vw 20px;


}


.tiles {
	font-size: 0;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tiles .tile {
	display: inline-block;
	text-align: left;
	opacity: .99;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
}

.tiles .tile:before {
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	width: 100%;
	height: 50%;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	transition-property: top, opacity;
	transition-duration: 0.3s;
}

.tiles .tile img {

	object-fit: cover;
	display: block;
	max-width: 100%;
	backface-visibility: hidden;
	height: 300px;
	width: 450px;


}

.tiles .tile .details {
	font-size: 16px;
	padding: 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.tiles .tile .details span {
	display: block;
	opacity: 0;
	position: relative;
	top: 100px;
	transition-property: top, opacity;
	transition-duration: 0.3s;
	transition-delay: 0s;
}

.tiles .tile .details .title {
	line-height: 1.5;
	font-weight: 600;
	font-size: 18px;
}

.tiles .tile .details .info {
	line-height: 1.2;
	margin-top: 5px;
	font-size: 12px;
}

.tiles .tile:focus:before,
.tiles .tile:focus span,
.tiles .tile:hover:before,
.tiles .tile:hover span {
	opacity: 1;
}

.tiles .tile:focus:before,
.tiles .tile:hover:before {
	top: 50%;
}

.tiles .tile:focus span,
.tiles .tile:hover span {
	top: 0;
}

.tiles .tile:focus .title,
.tiles .tile:hover .title {
	transition-delay: 0.15s;
}

.tiles .tile:focus .info,
.tiles .tile:hover .info {
	transition-delay: 0.25s;
}


/****opinion*/

#opinion {

	margin: 5vw 0;

}

#opinion svg {

	width: 50px;
	fill: var(--braun);
}

.opinion-box {

	text-align: center;

}

.review {

	margin: 30px 0;
}


.name {

	font-style: italic;
	opacity: 0.6;
}


/****faq*/

#faq {

	padding: 5vw 0;
	position: relative;
	z-index: 0;
	background: var(--dark-gold);

}

#faq:before {
	background: url(../img/nappali2.jpg) no-repeat;
	background-attachment: fixed;
	position: absolute;
	content: "";
	top: 0px;
	height: 100%;
	width: 60%;
	z-index: -1;
	right: 0;
    background-size:100% 120%;

}

.accordion {

	margin: 15px 0;
	background: var(--light-gold);
	color: var(--black);
	cursor: pointer;
	padding: 20px 15px;
	width: 100%;
	border: dashed 2px var(--gold);
	text-align: left;
	outline: none;
	font-size: 19px;
	transition: 0.4s;
	font-family: "Inter", sans-serif;
	font-weight: 400;

}

.accordion.active,
.accordion:hover {
	background: var(--gold);
	border-top: dashed 2px var(--gold);
}

.accordion:after {
	content: '\002B';
	color: var(--black);
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.accordion.active:after {
	content: "\2212";
}

.panel {
	padding: 0 18px;
	display: none;
	overflow: hidden;

}


#faq-box {

	background: var(--light-gold);
	margin: 0 auto;
}

#faq-box p {
	margin: 10px 0;
	font-weight: 300;
	text-align: left;
}

/****kedvencek*/

#kedvencek {

	padding: 5vw 0;
}


#kedvencek img {

	height: 300px !important;
	width: 100%;
	object-fit: cover;
	opacity: 0.9;
}


.gtco-testimonials {
	.card {
		padding: 0 15px;
		border: 0;
	}
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: var(--dark-gold);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--braun);
}


.owl-dots {
	margin-top: 30px;
}

/*contact*/

.serv-box {
	padding: 3vw 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	text-align: center;
}

.social-box {
	padding: 50px;
}

.serv-box img {
	border-radius: 30px;
}

.contact-box {
	padding: 3vw 0;
	background: var(--dark-gold);
	text-align: center;

}

.contact-box .one-third:first-of-type {

	border-right: dashed 2px var(--gold);
}

.contact-box .one-third:last-of-type {

	border-left: dashed 2px var(--gold);
}


.contact-box h4 {
	font-family: "Bebas Neue", system-ui;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
}



.contact-box svg {

	width: 35px;
	fill: var(--braun);

}

.contact-box .row {

	margin: 0;

}

#embed-map-canvas img {
	max-height: none;
	max-width: none !important;
	background: none !important;
}


#copy-text {
	background: var(--braun);
	padding: 30px 20px;

}


#copy-text span {
	margin: 15px 0;
	text-align: center;
	display: block;

}


#copy-text a,
#copy-text {
	font-size: 16px;
	color: var(--light-gold);
}

#adatkezeles {
	padding-bottom: 5vw;
}

@media only screen and (max-width: 1080px) {

	.container {
		width: 100%;

	}

	
	#faq:before {
		background-size: 100% 100%;
		width: 100%;

	}


}



@media only screen and (max-width: 990px) {
	body {
		line-height: 1.4;

	}

	h1 {

		font-size: 2em;
	}

	h2 {

		font-size: 1.8em;
	}

	.mofont {
		font-size: 50px;
	}


	#welcome-box .one-half,
	#faq .one-half {
		width: 100%;
		 !important;
	}


	figure img {

		height: 260px;
	}
#welcome-box .row{
    flex-direction: column-reverse;}


#welcome-box{

padding: 50px 0;

}
#welcome-box .one-half{
    margin:0!important;
}

#welcome-box:before {
background:none;
}

#welcome-box img {
 
 display: block;
height:220px;
}
.start_button {
    margin-top: 30px;
}

	.welcome-text,
	#faq-box {
		padding: 20px;
	}


	#services {
		background: var(--dark-gold);
		padding-bottom: 5vw;
	}


	#about {
		padding-top: 5vw;
	}

	#history-box .row {
		padding: 0;
	}



	#shop .one-fourth {
		margin-top: 30px;
		padding: 10px;
	}

	#shop .row {
		margin: 0;

	}

	.tiles .tile .details span {
		opacity: 1;
		transition: none;
		top: 0;
	}

	.serv-box {

		flex-direction: column;

	}

	#copy-text ul {

		flex-direction: column;
		align-items: center;

	}

	#copy-text ul li a,
	#copy-text ul li {
		margin: 5px 0;
	}
}


@media only screen and (max-width: 770px) {


	#welcome-box .one-half {
		padding: 0;
	
	}


	.welcome-text {

		text-align: center;

	}


	.family-box {
		padding: 0 20px;
	}


	.serv-box img {
		width: 100%;
		border-radius: 30px;
	}

	.image img {
		width: auto;
		height: 350px;
	}

	.serv-box {

		flex-direction: column;

	}

	#shop .one-fourth {

		margin-top: 15px;
	}

	.contact-box h4 {
		margin: 15px 0;
	}

	.social-box {
		padding: 20px;
	}

	#termek-text-box {

		padding: 3vw 0;
	}

	.contact-box .one-third:first-of-type {
		border: none;

	}
}


@media only screen and (max-width: 650px) {

	p,
	li {

		line-height: 1.5;
	}

	h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.7em;
		padding: 15px 0;
	}

	.mofont {

		margin: 15px 0;
	}

	#top-box p {
		margin: 10px 0;
	}

	.welcome-text p {
		line-height: 1.5;

	}

	#welcome-box {
		padding: 30px 0;
	}



	.serv_button {
		padding-top: 30px;
	}


#services .one-fourth,
#history-box .one-half, 
.termekek-box .one-fourth{
padding:0;}

	.termekek-box {
		margin-top: 0;

	}

	#shop img {
		height: 260px;
	}

	.image img {
		width: 100%;
	}

	#opinion .one-third,
	#faq .one-half {
		padding: 0;
	}


	.review {
		margin: 15px 0;
	}

	.social-box {
		padding: 0 20px;
	}

	.contact-box {
		padding: 30px 0;
	}

	#contact .mofont {
		margin: 0;

	}
}
