/**
Theme Name: HRT-Butor
Author: zsiraiandras.com
Author URI: https://zsiraiandras.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hrtbutor
*/

/* 
  =====================================================
  NORMALIZE
  =====================================================
*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
	font-size: 16px;
}

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

* {
	box-sizing: border-box;
}

/* 
  =====================================================
  CSS VARIABLES
  =====================================================
*/
:root {
	--color-white: #ffffff;
	--color-black: #000000;
	--color-grey: #dedede;

	--color-red: #ed1c24;
}

/* 
  =====================================================
  GLOBAL
  =====================================================
*/

/*===== TYPOGRAPHY =====*/
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	color: var(--color-black);
}

section .b-title-xl {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	font-size: clamp(40px, 3.6vw, 100px);
	font-weight: 800;
	line-height: 1.2em;
	text-align: left;
	color: var(--color-black);
	text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
	section .b-title-xl {
		font-size: clamp(30px, 3.6vw, 100px);
	}
}
@media screen and (max-width: 500px) {
	section .b-title-xl {
		font-size: clamp(24px, 3.6vw, 100px);
	}
}

section .b-title-l {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	font-size: 40px;
	font-weight: 800;
	line-height: 1em;
	text-align: center;
	color: var(--color-black);
	text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
	section .b-title-l {
		font-size: 22px;
	}
}

/*===== BUTTON =====*/
.b-btn,
.wpcf7 .wpcf7-submit,
button[type="submit"]:not(.btn),
input[type="submit"]:not(.btn) {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1.5em;
	border: 1px solid #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2em;
	color: var(--color-white);
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.b-btn:hover,
.wpcf7 .wpcf7-submit:hover {
	text-decoration: none;
	color: var(--color-red);
	border: 1px solid var(--color-red);
}
.disabled {
	opacity: 0.6 !important;
	pointer-events: none !important;
}

.white {
	color: var(--color-white);
}

.center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.quote {
	font-weight: 500;
	font-style: italic;
}

a {
	color: var(--color-black);
	font-family: "Montserrat", serif;
	font-weight: 500;
	word-wrap: break-word;
	text-decoration: none;
	transition: var(--transition);
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

/*/
///  IMAGES
/*/
.img-wrapper {
	overflow: hidden;
}

.img-wrapper > img,
.img-wrapper > picture,
.img-wrapper picture img,
picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
}

picture {
	display: inline-block;
}

/*/
///  LISTS
/*/
ul,
ol {
	margin: 0;
	padding: 0;
	padding-left: 0;
	list-style-type: none;
}

ul li,
ol li {
	margin-bottom: 1em;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.8em;
	color: var(--color-red);
	word-wrap: break-word;
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

ul.list {
	margin-top: 1em;
}

ul.list li::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 2em;
	height: 1px;
	vertical-align: middle;
	background-color: var(--color-red);
}

/*===== LAYOUT =====*/
object.icon {
	max-width: 70px;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* 
  =====================================================
  HEADER
  =====================================================
*/
#header {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0px);
	margin: 0;
	width: calc(100% - 100px);
	background-color: rgba(0 0 0 / 40%);
	backdrop-filter: blur(15px);
	z-index: 99;

	.header-inner {
		padding: 10px 35px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.logo-wrapper img {
		width: 175px;
	}

	.main-menu {
		list-style: none;
		margin: 0;
		padding-left: 0;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 30px;
	}

	.main-menu > .menu-item {
		margin: 0;
		padding: 0;
		line-height: 50px;
	}

	.main-menu > .menu-item > a {
		margin: 0;
		padding: 0;
		font-size: 0.85rem;
		font-weight: 500;
		line-height: 2em;
		color: var(--color-white);
		text-transform: uppercase;
		text-decoration: none;
		transition: all 0.3s ease-in-out;
	}

	.main-menu > .menu-item > a:hover {
		color: var(--color-red);
	}

	.main-menu > .menu-highlight > a {
		padding: 0.8em 1.5em;
		border: 1px solid #ffffff;
	}

	.main-menu > .menu-highlight > a:hover {
		color: var(--color-white);
		background-color: var(--color-red);
		border-color: var(--color-red);
	}
}

/*
 * Quick hamburger
 */
#hamburger {
	position: relative;
	display: grid;
	justify-items: center;
	align-content: center;
	margin: 0;
	padding: 0;
	width: 60px;
	aspect-ratio: 1 / 1;
	border: 1px solid var(--color-white);
	cursor: pointer;
	z-index: 2;
}
#hamburger .line {
	display: block;
	width: 24px;
	height: 2px;
	margin: 0 auto 6px;
	position: relative;
	background: var(--color-white);
	z-index: 1;
	transform-origin: 4px 0px;
	transition: all 0.3s ease-in-out;
}
#hamburger .line:last-of-type {
	margin: 0;
}

#hamburger input {
	display: block;
	margin: 0;
	position: absolute;
	inset: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
	width: 100%;
	height: 100%;
}

#hamburger .line:first-child {
	transform-origin: 0% 0%;
}

#hamburger .line:nth-child(2) {
	transform-origin: 0% 100%;
}

#hamburger input:checked ~ .line {
	opacity: 1;
	transform: rotate(-45deg) translate(3px, 0);
}
#hamburger input:checked ~ .line:nth-child(2) {
	transform: rotate(45deg) translate(1px, -3px);
}
#hamburger input:checked ~ .line:nth-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#mobile_menu {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: var(--color-black);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0% 0);

	&.nav-open {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

.mobile_menu__inner {
	margin: 0;
	padding: 1rem 2rem;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1.5em;
}

.mobile_menu__inner li {
	width: fit-content;
	margin: 0;
}

.mobile_menu__inner a {
	display: inline-block;
	width: 100%;
	font-size: 1.3rem;
	line-height: 2em;
	color: var(--color-white);
	transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1201px) {
	#hamburger,
	#mobile_menu {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	#header .header-inner .main-menu {
		display: none;
	}
}

/* 
  =====================================================
  HOME
  =====================================================
*/
#hero {
	position: relative;
	min-height: 100vh;
	margin: 0;
	padding: 120px 50px 0;
	background-image: url(/wp-content/uploads/2022/07/290A4214.webp);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	grid-template-columns: 1fr;
	align-content: center;
}

#hero .content-wrapper {
	margin: 0;
	padding: 3.5em 3em;
	width: fit-content;
	background-color: rgba(0 0 0 / 40%);
	backdrop-filter: blur(15px);
	transition: all 0.4s ease;
	overflow: hidden;
}

#hero .content-wrapper > * {
	color: var(--color-white);
}

@media screen and (min-width: 1200px) {
	#hero .b-title-xl {
		margin-bottom: 10px;
		font-size: clamp(35px, 3vw, 48px);
		font-weight: 800;
	}
}

#hero .subtitle {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2em;
	text-align: left;
	text-transform: capitalize;
}

#hero .lead {
	margin: 0 0 30px;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	max-width: 600px;

	span {
		display: inline-block;
		margin-top: 15px;
	}
}

#hero .b-btn {
	font-weight: 600;
	text-transform: capitalize;
	border: none;
	background-color: var(--color-red);
}

#hero .b-btn:hover {
	color: var(--color-white);
	background-color: #b5181e;
}

/* 
  =====================================================
  SECTION 1 - RÓLUNK
  =====================================================
*/
#rolunk {
	margin: 0;
	padding: 7rem 0;
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	align-items: center;
}

#rolunk .left {
	margin-left: 50px;
	padding: 10vh 0;
	padding-right: 50px;
}

#rolunk .left p {
	margin: 0 0 20px;
}

#rolunk .icon-wrapper {
	margin-top: 40px;
	display: flex;
}

#rolunk .icon {
	margin-right: 50px;
	width: 80px;
	position: relative;
}

#rolunk .right {
	width: 100%;
}

#hrt__video {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

#rolunk .vjs-poster {
	background-size: cover;
	filter: brightness(0.4);
}

#rolunk .video-js .vjs-big-play-button {
	font-size: 3.7em;
	line-height: 1.5em;
	width: 60px;
	height: auto;
	aspect-ratio: 1 / 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	cursor: pointer;
	border: 2px solid #fff;
	background-color: transparent;
	border-radius: 50%;
}

#rolunk .video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 
  =====================================================
  SECTION 2 - SZOLGÁLTATÁSAINK
  =====================================================
*/
.szolg-dashed {
	position: relative;
	margin: 0 auto 7rem;
	width: calc(100% - 100px);
	border-bottom: 2px dashed var(--color-grey);
}

#szolg {
	position: relative;
	margin: 0;
	padding: 0 50px 7rem;
}

#szolg::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(0deg, #f3f3f3, transparent);
	z-index: -1;
}

#szolg .b-title-xl {
	margin-bottom: 100px;
	text-align: center;
}

.szolg-wrapper {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: space-between;
	grid-auto-flow: row;
	row-gap: 100px;
}

.szolg-card {
	width: 100%;
	max-width: 450px;
	margin: 0;
	padding: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
	border-width: 1px;
	border-style: solid;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background-color: var(--color-white);
}

.szolg-card:nth-of-type(1n) {
	border-color: var(--color-red);
}

.szolg-card:nth-of-type(2n) {
	border-color: var(--color-red);
}

.szolg-card .icon {
	margin: 0;
}

.szolg-card:nth-of-type(2n) svg .st0 {
	fill: var(--color-red);
}

.szolg-card .b-title-s {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.szolg-card .dashed {
	margin: 0;
	width: 20%;
	border-bottom: 2px dashed var(--color-grey);
}

.szolg-card p {
	margin: 0;
}

/* 
  =====================================================
  SECTION - GALERIA
  =====================================================
*/
#gallery {
	margin: 0 0 7rem;
	padding: 0;
	height: 70vh;
	min-height: 300px;
	max-height: 600px;
	/* overflow: hidden; */

	.slide {
		margin-right: 3rem;
		width: 33.3333%;
		height: 100%;
		overflow: hidden;
	}

	.slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* 
  =====================================================
  SECTION 3 - GYÁROTT BÚTOR TÍPUSOK
  =====================================================
*/
#gyartott {
	position: relative;
	margin: 0;
	padding: 0 50px 7rem;
}

#gyartott > .content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1.8fr;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#gyartott .left {
	display: grid;
	place-content: center;
	background-color: var(--color-red);
	padding: 10vh 0;
}

#gyartott .left .b-title-xl {
	margin: 0;
	font-size: clamp(40px, 3vw, 100px);
	letter-spacing: 3px;
}

#gyartott .left span {
	display: block;
	width: min-content;
	color: var(--color-white);
	line-height: 1.5em;
}

#gyartott .right {
	padding: 50px;
	display: grid;
	place-content: center;
	background-color: var(--color-white);
}

#gyartott .tipus {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

#gyartott .tipus:last-of-type {
	margin-bottom: 0;
}

#gyartott .tipus .icon {
	margin-right: 35px;
	width: 40px;
	height: 40px;
}

#gyartott .tipus p {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
}

/* 
  =====================================================
  SECTION 4 - EZÉRT VÁLASSZ MINKET
  =====================================================
*/
#dolgozz-velunk {
	position: relative;
	margin: 0 0 7rem;
	padding: 0 50px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: center;
	min-height: 65vh;
}

#dolgozz-velunk .left {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: grid;
	place-content: center;
}

#dolgozz-velunk .left .b-title-xl {
	margin-bottom: 0;
	font-size: clamp(40px, 3vw, 100px);
}
#dolgozz-velunk .left span {
	display: block;
	width: min-content;
	color: var(--color-white);
	line-height: 1.5em;
}

#dolgozz-velunk .right {
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-items: center;
	z-index: 1;
}

#dolgozz-gallery {
	margin: 0;
	padding: 0;
	width: 60%;
	height: 50%;
	border: 5px solid var(--color-red);
}

#dolgozz-gallery .slide {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 40px 80px;
	display: grid;
	place-content: center;
}

#dolgozz-gallery .slide > p {
	margin: 0;
	color: var(--color-white);
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

#dolgozz-gallery .slide > p span {
	margin: 20px 0 0;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	color: var(--color-white);
	line-height: 1.65em;
	text-transform: initial;
}

#dolgozz-velunk .bg-gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

#dolgozz-velunk .bg-gallery::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 19%, 0.85);
}

#dolgozz-velunk .bg-gallery .slide {
	width: 100%;
	height: 100%;
}

#dolgozz-velunk .bg-gallery .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flickity-viewport {
	transition: height 0.5s;
}
.flickity-button {
	margin: 0;
	padding: 0;
	position: absolute;
	background: transparent;
	border: none;
	color: var(--color-red);
	transition: all 0.3s ease;
}
.flickity-button-icon {
	fill: var(--color-white);
}
.flickity-button:hover {
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%) scale(1.2);
}
.flickity-page-dots {
	position: absolute;
	width: min-content;
	top: 50%;
	right: -40px;
	bottom: unset;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 8px 0;
	background: transparent;
	border: 1px solid var(--color-white);
	border-radius: 0;
	opacity: 0.3;
	cursor: pointer;
}

/* 
  =====================================================
  SECTION 5 - KAPCSOLAT
  =====================================================
*/
#kapcsolat {
	position: relative;
	margin: 0;
	padding: 0 50px 7rem;
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	align-items: stretch;
	gap: 20px;
}

#kapcsolat > .left {
	padding: 100px 50px;
	color: var(--color-white);
}

#kapcsolat > .left > .content-wrapper {
	display: grid;
	place-content: center;
}

#kapcsolat .left .b-title-l {
	margin-bottom: 40px;
	font-size: 30px;
	color: var(--color-black);
}

#kapcsolat p {
	margin-bottom: 30px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--color-black);
	text-transform: initial;
}

#kapcsolat p.contact {
	margin-bottom: 5px;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--color-red);
	line-height: 1.8em;
	text-transform: initial;
}

#kapcsolat p.contact span {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: var(--color-black);
	text-transform: initial;
}

#kapcsolat .left p:last-of-type {
	margin-bottom: 0;
}

#kapcsolat > .right {
	padding: 100px 50px;
	color: var(--color-black);
	background-color: var(--color-grey);
}

#kapcsolat .right .b-title-l {
	margin-bottom: 30px;
	color: var(--color-black);
}

/*===== GOOGLE MAPS =====*/

#map {
	margin: 50px 0 0;
	width: 100%;
	height: 380px;
}

/* GOOGLE MAPS INFOBLOCK*/
#kapcsolat .infoblock-text p {
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: 400;
	color: var(--color-red);
	line-height: 1em;
}

#kapcsolat .infoblock-text .gmap-nev {
	font-weight: 600;
}

/*===== CONTACT FORM =====*/

#form-wrapper {
	margin: 0 auto;
	max-width: 600px;
}

#form-wrapper .form-row {
	margin-bottom: 20px;
}

#form-wrapper label {
	font-weight: 500;
}

#form-wrapper .bottom {
	margin-top: 50px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin: 5px 0 0;
}

#form-wrapper select,
#form-wrapper input[type="text"],
#form-wrapper input[type="email"],
#form-wrapper input[type="search"],
#form-wrapper input[type="password"],
#form-wrapper input[type="number"],
#form-wrapper input[type="date"],
#form-wrapper input[type="tel"],
#form-wrapper input[type="file"],
#form-wrapper textarea,
#form-wrapper .form-control {
	width: 100%;
	font-size: 0.8rem;
	color: #999999 !important;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: none !important;
	outline: none !important;
	padding: 12px 14px;
	height: 45px;
	transition: none;
	border-radius: 0.5em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#form-wrapper textarea {
	margin-bottom: 0;
	min-height: 80px;
	max-width: 100%;
	resize: vertical;
}

#form-wrapper a {
	color: var(--color-red);
	font-weight: 500;
}

button[type="submit"]:not(.btn),
input[type="submit"]:not(.btn) {
	display: inline-block;
	min-width: 180px;
	margin: 20px 0 0;
	padding: 10px;
	color: var(--color-red);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: var(--color-white);
	border-radius: 0.5em;
}

.required {
	color: var(--color-red);
	margin-left: 4px;
}

button[type="submit"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover {
	background-color: var(--color-red);
	color: var(--color-white) !important;
}

.wpcf7-not-valid-tip {
	color: var(--color-red);
	font-size: 0.85rem;
	font-weight: 600;
	font-style: italic;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0px, -50%);
}

/* 
  =====================================================
  Page Default
  =====================================================
*/
#page-default {
	margin: 0 auto;
	padding: 12rem 50px 0;
	max-width: 1100px;
}

.page-title {
	margin-bottom: 1.2em;
	font-size: clamp(25px, 3vw, 42px);
	font-weight: 800;
	text-align: center;
}

/* 
  =====================================================
  FOOTER
  =====================================================
*/

footer {
	position: relative;
	width: calc(100% - 100px);
	margin: 0 auto;
	border-top: 2px dashed var(--color-grey);
}

footer .footer-inner {
	border: none;
	padding: 70px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	align-items: center;
}

footer .logos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

footer img {
	margin: 0;
	width: 200px;
}

footer a {
	color: var(--color-red);
}

/* 
  =====================================================
  MEDIA QUERIES
  =====================================================
*/
@media screen and (max-width: 1400px) {
	.szolg-card p {
		font-size: 0.9rem;
	}
	#dolgozz-gallery {
		width: 75%;
	}
	object.icon {
		max-width: 55px;
	}
}

@media screen and (max-width: 1200px) {
	#ast-desktop-header {
		display: none;
	}
	#ast-mobile-header {
		display: block;
	}
	.ast-primary-header-bar {
		border: none;
		max-width: 100%;
		padding-left: 3px;
		padding-right: 30px;
	}
	.ast-button-wrap .menu-toggle.main-header-menu-toggle {
		padding: 0;
	}
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		width: 40px;
		height: 40px;
		fill: var(--color-orange);
	}
	.main-navigation ul {
		gap: 5px;
	}
	.szolg-wrapper {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		justify-content: space-between;
		grid-auto-flow: row;
		row-gap: 100px;
		column-gap: 75px;
	}
}

@media screen and (max-width: 1024px) {
	#rolunk {
		margin: 0;
		padding: 15vh 0;
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
	}
	#rolunk .left {
		margin: 0 auto;
		padding: 10vh 25px;
		max-width: 100%;
	}
	#gyartott > .content-wrapper {
		grid-template-columns: 1fr;
	}
	#dolgozz-velunk {
		padding: 10vh 25px;
		grid-template-columns: 1fr;
		min-height: unset;
	}
	#dolgozz-gallery {
		width: 100%;
		height: 75%;
	}
	#dolgozz-velunk .left span {
		display: inline-block;
		margin-right: 15px;
	}
	#dolgozz-velunk .left span:last-of-type {
		margin-right: 0;
	}
	#dolgozz-velunk .right {
		min-height: 320px;
	}
	#kapcsolat {
		grid-template-columns: 1fr;
		padding: 10vh 0;
	}
}

@media screen and (max-width: 768px) {
	.szolg-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
	.szolg-card {
		width: 100%;
		max-width: 100%;
	}

	#gallery .slide {
		width: 50%;
	}

	footer .footer-inner {
		padding: 50px 0;
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem;
	}
}

@media screen and (max-width: 550px) {
	#header {
		top: 0px;
		transform: translate(-50%, 0px);
		width: calc(100% - 0px);

		.header-inner {
			padding: 10px 15px;
		}

		.logo-wrapper img {
			width: 140px;
		}

		.main-menu {
			list-style: none;
			margin: 0;
			padding-left: 0;
			position: relative;
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			flex-direction: column;
			align-items: center;
		}
	}

	#hero {
		padding: 0;
	}
	#hero .content-wrapper {
		padding: 3.5rem 1.4rem;
	}
	#rolunk {
		margin: 0;
		padding: 0 0 5vh;
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
	}
	#szolg {
		padding: 5vh 25px;
	}
	#szolg .b-title-xl {
		margin-bottom: 50px;
	}

	#gallery .slide {
		width: 100%;
	}

	#gyartott {
		padding: 10vh 25px;
	}
	#gyartott .right {
		padding: 50px 30px;
		display: grid;
		place-content: center;
		background-color: var(--color-white);
	}
	#gyartott .left .b-title-xl {
		font-size: clamp(25px, 3vw, 100px);
	}
	#gyartott .tipus .icon {
		margin-right: 35px;
		width: 35px;
		height: 35px;
	}
	#gyartott .tipus p {
		margin: 0;
		font-size: 1rem;
		font-weight: 700;
	}
	#dolgozz-velunk .right {
		min-height: 460px;
	}
	#dolgozz-gallery .slide {
		padding: 40px;
	}
	.flickity-page-dots {
		right: -25px;
		display: none;
	}
	#kapcsolat > .left {
		padding: 60px 20px 0;
	}
	#kapcsolat > .right {
		padding: 60px 20px;
	}
}
