/*
Theme Name: gce
Theme URI: 
Author: belingo llc
Author URI: 
Description: GCE - New tehnology
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gce
Tags: 
*/

.wp-block-navigation .wp-block-navigation-item {
	padding: 12px 0;
	border-bottom: 1px solid transparent;
}

.wp-block-navigation .wp-block-navigation-item:hover, .wp-block-navigation .wp-block-navigation-item.current-menu-item {
	border-color: #2CDDF0;
}

.gce-footer-headers {
	font-size: 30px;
}

.gce-mobile-block {
	display: none!important;
}

.gce-first-block {
	background: linear-gradient(276.68deg, #0F0F0F 11.55%, #2CDDF0 45.47%, #0F0F0F 86.26%),
	linear-gradient(0deg, rgba(15, 15, 15, 0.4), rgba(15, 15, 15, 0.4));
}

.gce-first-block__h1 {
	text-transform: capitalize;
	font-size: 50px;
}

.gce-first-block__h2 {
	text-transform: capitalize;
	font-size: 30px;
}

.gce-progress-bar {
	width: 100%;
	position: relative;
	background: #fff;
	height: 2px;
}

.gce-progress-bar-filler {
	position: relative;
	text-align: right;
}

.gce-progress-bar-filler:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	background: #2CDDF0;
	height: 2px;
}

.gce-progress-bar-filler p {
	display: block;
	margin-right: -25px;
	padding-top: 10px;
}

h2 {
	text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
}

h3 {
	font-size: 22px;
	font-weight: 500;
}

.gce-directions h2 {
	text-transform: none;
}

.gce-styled-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.gce-styled-list li {
	display: flex;
	gap: 15px;
	align-items: center;
}

.gce-styled-list li:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background: #2CDDF0;
	min-width: 22px;
}

.gce-form-separator {
	width: 100%;
}

.gce-form input[type="text"], .gce-form textarea {
	background: #000;
	border-color: transparent;
	border-radius: 10px;
	color: #fff;
	width: 100%;
	padding: 17px 18px;
}

.gce-form input[type="text"].error, .gce-form textarea.error {
	border-color: red;
}

.gce-form textarea {
	min-height: 100px;
}

.gce-form .wp-block-button__link {
	white-space: nowrap;
	display: block;
}

.gce-form .wp-block-button__link svg {
	width: 140.063px;
	height: 19.199px;
	display: block;
}

.gce-form .smart-captcha.error {
	border: 3px solid red;
    border-radius: 13px;
}

.wp-block-button__link:hover {
	background-color: #0fc2d6!important;
}

.gce-geografy-image {
	padding-top: 55px;
}

.gce-swiper-products, .gce-swiper-team, .gce-swiper-news, .gce-directions {
	overflow: hidden;
}

.gce-swiper-news img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 245px;
}

.swiper-wrapper {
	display: flex!important;
	flex-wrap: nowrap!important;
	flex-direction: row;
}

.block-editor-iframe__body .swiper-wrapper.wp-block-post-template-is-layout-grid {
	display: grid!important;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
	width: calc(var(--swiper-navigation-size) / 30* 27);
}

.gce-swiper-products .swiper-button-next, .gce-swiper-products .swiper-button-prev {
	top: calc(50% + 60px);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 5%;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 5%;
}

.gce-header-btn a {
	transition: .2s;
}

.gce-header-btn a:hover {
	background-color: #2cddf0!important;
	color: #1c2023!important;
}

.gce-popup-window {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 600px;
	left: 50%;
	margin-left: -300px;
	z-index: 99;
	transition: .2s;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.gce-popup-window-active {
	opacity: 1;
	height: auto;
}

.block-editor-iframe__body .gce-popup-window {
	height: auto;
	opacity: 1;
}

.gce-overlay {
	position: fixed;
	width: 100%;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 98;
	top: 0;
}

.gce-overlay-active {
	height: 100%;
	opacity: 0.4;
}

.gce-close-popup-window {
	position: absolute;
	top:60px;
	right: 40px;
	cursor: pointer;
}

.curser {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #05d889;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .1s;
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #05d889;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
}

.gce-swiper-products__image {
	flex-basis: 30%;
}

.gce-swiper-products__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.gce-swiper-products__wrapper {
	display: flex;
	gap: 0;
	width: 100%;
	align-items: stretch;
}

.gce-swiper-products__wrapper .swiper-slide {
	display: block;
	align-self: stretch;
}

.gce-swiper-products__item-container {
	align-items: flex-start;
}

.gce-swiper-products__info {
	flex-basis: 70%;
	align-items: flex-start;
}

.gce-swiper-products__info h3 {
	display: block;
	width: 100%;
	text-align: right;
	font-weight: 500;
	text-transform: uppercase;
}

.gce-swiper-products__header-group {
	width: 100%;
}

.gce-swiper-products__info h3 a {
	color: #2CDDF0!important;
}

.gce-swiper-products__info h4 {
	color: #2CDDF0;
	text-transform: uppercase;
	font-weight: 500;
}

.gce-swiper-products__info ul {
	padding-left: 17px;
}

.gce-swiper-products__company {
	display: block;
	width: 100%;
	text-align: right;
}

.block-editor-iframe__body .gce-directions .swiper-wrapper {
	flex-direction: column!important;
}

.gce-directions__image {
	flex-basis: 40%;
}

.gce-directions__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gce-directions__info {
	flex-basis: 60%;
}

.gce-directions__container {
	align-items: flex-start;
}

@media (max-width: 1770px) {
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 2%;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 2%;
	}
}

@media (max-width: 1600px) {
	.gce-styled-list li:before {
		width: 16px;
		height: 16px;
		border-radius: 16px;
		min-width: 16px;
	}
	:root {
    	--wp--style--global--content-size: 1150px;
	}
	body {
		font-size: 14px;
	}
	.gce-footer-headers {
		font-size: 20px;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 5%;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 5%;
	}
}

@media (max-width: 1380px) {
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 1%;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 1%;
	}
}

@media (max-width: 768px) {
	.gce-directions__image {
		display: none!important;
	}
	.gce-directions__info {
		flex-basis: 100%;
	}
	.gce-swiper-products__image {
		display: none!important;
	}
	.gce-swiper-products__info {
		flex-basis: 100%;
	}
	.gce-swiper-products__info h3 {
		font-size: 20px;
	}
	.site_curser {
		display: none;
	}
	.gce-footer {
		flex-wrap: wrap;
		justify-content: left;
		padding-top: 40px!important;
		padding-bottom: 40px!important;
	}
	.gce-footer-title__container {
		gap: 15px;
	}
	.gce-desktop-block {
		display: none!important;
	}
	.gce-mobile-block {
		display: block!important;
	}
	.gce-feedback {
		flex-wrap: wrap;
	}
	.gce-about {
		flex-direction: column-reverse;
	}
	.wp-container-content-0733e5d0 {
		flex-basis: 100%;
	}
	.gce-steps {
		flex-wrap: wrap;
	}
	.gce-geografy {
		flex-direction: column-reverse;
	}
	.gce-team-header {
		flex-wrap: wrap;
	}
	.gce-form-need-wrap-line {
		flex-wrap: wrap;
	}
	.gce-first-block__h1 {
		font-size: 30px;
	}
	.gce-first-block__h2 {
		font-size: 25px;
	}
	.gce-popup-window {
		left: 0;
		margin-left: 0;
	}
}

@media (max-width: 440px) {
	.gce-swiper-products__info h3 {
		font-size: 18px;
	}
}

