/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


.action_menu {
	display: none;
}

html {
	font-size: 1vw;
}
div#headerimg {
	display: none;
}

div#page {
	margin: 0;
	padding: 0;
	border: none !important;
}

hr {
	display: none;
}

div#footer {
	display: none;
}

section.page_coming {
	height: 100vh;
}

section.page_coming video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

header#header {
	position: fixed;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 30, 18, 0.50) 0%, rgba(0, 30, 18, 0.32) 53%, rgba(0, 30, 18, 0.00) 100%);
	display: flex;
	z-index: 9;
}

header#header .inner_header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0.75rem 1.75rem;
}

.inner_header .logo img {
	height: 4.5rem;
	width: auto;
}

.inner_header .wrap_right {
	display: flex;
	align-items: center;
}

.inner_header .wrap_right .icon {
	width: 1.9rem;
	height: 1.9rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFCE7B;
	border-radius: 50%;
	font-size: 0.8rem;
	color: var(--ffce-7-b, #FFCE7B);
	font-family: 'Caturrita Bold';
}

.inner_header .wrap_right .icon svg {
	max-width: 60%;
	max-height: 60%;
	width: auto;
	height: auto;
}

.inner_header .wrap_right a.language .icon {
	align-items: unset;
	line-height: 2.05rem;
}

a.hotline {
	font-size: 1rem;
	color: #fff;
	display: flex;
	margin-right: 1.5rem;
	line-height: 2.05rem;
	text-transform: unset;
	text-decoration: none;
	font-weight: 600;
}

a.hotline span.icon {
	margin-right: 0.7rem;
}

a.language {
	margin-right: 0;
}

.action_menu svg {
	display: block;
	height: 1.2rem;
	width: auto;
}

ul.button_fixed {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	z-index: 99;
	right: 1.5rem;
	list-style: none;
}

ul.button_fixed li {
	margin: 0.5rem 0;
}

.menu_page.show {
	pointer-events: unset;
}

ul.button_fixed a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

ul.button_fixed a img {
	max-width: 2.9rem;
	width: auto;
	height: auto;
	position: relative;
	z-index: 9;
}

body {
	overflow: hidden;
}
a.open_form {
	width: 1.9rem;
	height: 1.9rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFCE7B;
	border-radius: 50%;
	font-size: 0.8rem;
	color: var(--ffce-7-b, #FFCE7B);
	fill: #FFCE7B;
	transition: .4s all;
}

a.open_form svg {
	max-width: 50%;
	width: auto;
	height: auto;
}

a.open_form:hover {
	background: #FFCE7B;
	fill: #fff;
}

a.hotline:hover .icon {
	background:  #FFCE7B;
}

a.hotline:hover .icon path {
	fill: #fff;
}
ul.button_fixed a.type_svg {width: 2.5rem;height: 2.5rem;display: flex;align-items: center;justify-content: center;border: 1px solid #fff;border-radius: 50%;fill: #fff;}

ul.button_fixed a.type_svg svg {
	max-width: 60%;
	height: auto;
	max-height: 52%;
	position: relative;
	z-index: 2;
}

ul.button_fixed a.type_svg path {
	fill: #fff;
}

ul.button_fixed li:first-child img {
	width: 2.9rem;
	height: 2.9rem;
}
ul.button_fixed a:before {
	content: '';
	width: 2.2rem;
	height: 2.2rem;
	background: #F2BE54;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	transition: .3s all;
}

ul.button_fixed a:hover:before {
	opacity: 1;
	animation: pulse-border 1000ms ease-out infinite;
}

@keyframes pulse-border {
	0% {
		transform: translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform:translateZ(0) scale(1.5);
		opacity: 0;
	}
}

div#form_popup {
	background: #eabb68;
	border-radius: 1rem;
	overflow: hidden;
	padding: 2rem;
	width: 31rem;
}

div#form_popup input,div#form_popup textarea {
	width: 100%;
	height: 2.45rem;
	border-radius: 5rem;
	box-shadow: none !important;
	outline: none !important;
	border: 0.05rem solid #ffffff;
	padding: 0 1rem;
	letter-spacing: 0 !important;
	font-family: inherit;
	font-weight: 400;
}

div#form_popup p {
	margin: 0;
}

div#form_popup  .col+.col {
	margin-top: .7rem;
}

span.wpcf7-spinner {
	position: absolute;
}

div#form_popup textarea {
	padding: 1rem;
	min-height: 5rem;
	border-radius: 1rem;
	font-family: inherit;
}

.wpcf7-not-valid-tip {
	font-size: .9rem;
}

.wpcf7-response-output {
	margin: 1.5rem 0 0 0;
	font-size: .8rem;
	text-align: center;
	background: #fff;
	border: none !important;
	border-radius: 5rem;
}
section.thank_you_page {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

section.thank_you_page img {
	max-height: 52vh;
	width: auto;
}
div#form_popup h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
div#form_popup input[type="submit"] {
	transition: .3s all;
	cursor: pointer;
	border-width: 2px;
	background: #fff;
	color: #333;
}

div#form_popup input[type="submit"]:hover {
	background: #eabb68;
	color: #fff;
	border-color: #fff;
}
section.thank_you_page a {
	text-decoration: none;
	font-size: 1.2rem;
	border: 1px solid #333;
	height: 3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	margin-top: 2rem;
	padding: 0 2rem;
	transition: .5s all;
}

section.thank_you_page a:hover {
	background: var(--ffce-7-b, #FFCE7B);
	color: #fff;
	border-color: var(--ffce-7-b, #FFCE7B);
}
.col.box_phone {
	display: flex;
}

.col.box_phone span.wpcf7-form-control-wrap {
	width: 100%;
}

.col.box_phone>span:not(.wpcf7-form-control-wrap) {
	display: flex;
	height: 2.45rem;
	background: #fff;
	align-items: center;
	padding: 0 1rem;
	border-radius: 100px;
	font-size: .8rem;
	margin-right: .4rem;
}
@media only screen and (max-width: 1199px) {
	html{
		font-size: 4.2vw;
	}
}
@media only screen and (max-width: 991px) {
	html {
		font-size: 4vw;
	}

	ul.button_fixed a img {
		width: 2.7rem;
		height: auto;
	}

	ul.button_fixed a {
		height: 3rem;
		width: 3rem;
	}
	header#header .inner_header {
		padding: 1rem;
	}
	div#form_popup input, div#form_popup textarea {
		font-size: 1rem;
	}
	section.thank_you_page {
		padding: 0 2rem;
	}
	header#header {
		display: none;
	}
	.fancybox-button svg {
		width: 2rem;
		height: auto;
	}

	.fancybox-slide--html .fancybox-close-small {
		width: 2.5rem;
		height: 2.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
