@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
	font-family: 'Bebas Neue Cyrillic';
	src: url('fonts/BebasNeueCyrillic.eot');
	src: local('Bebas Neue Cyrillic'), local('BebasNeueCyrillic'),
		url('fonts/BebasNeueCyrillic.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeueCyrillic.woff2') format('woff2'),
		url('fonts/BebasNeueCyrillic.woff') format('woff'),
		url('fonts/BebasNeueCyrillic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 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: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #151517;
}

main {
	background: #fff;
}

#page {
	position: relative;
	margin: auto;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	width: 100%;
	justify-content: end;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-right: 14px;
}

.main-navigation li:last-child {
	margin-right: 0px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-family: 'Bebas Neue Cyrillic';
	font-size: 22px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.main-navigation a:hover {
	color: #4c76a6;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*MAIN START*/
.margin_top_100 {
	margin-top: 100px;
}

.padding_top_bot_100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.black_section {
	background-color: #000000;
}

.container {
	max-width: 1170px;
	margin: auto;
	padding: 0px 20px;
}

.parallax-window {
	display: flex;
	position: relative;
	width: 100%;
	height: 98vh;
	background-image: url(img/top_bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.titles_wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	z-index: 1;
	height: 100%;
	margin: -110px auto 0px auto;
	max-width: 1600px;
	padding: 0px 20px;
	justify-content: center;

}

.first_title {
	font-family: 'Bebas Neue Cyrillic';
	font-size: 90px;
	color: #2b77a9;
	line-height: 80px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}

.second_title {
	font-family: 'Bebas Neue Cyrillic';
	font-size: 100px;
	color: #fff;
	display: flex;
}

.second_title div {
	margin-right: 20px;
}

.second_title div:last-child {
	margin-right: 0px;
}

.parallax-window::after {
	background: rgba(0, 0, 0, 0) url(img/arrowbg.svg) no-repeat scroll center bottom;
	top: 0;
	content: "";
	height: 98vh;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.mt {
	font-family: 'Bebas Neue Cyrillic';
	font-size: 60px;
	text-align: center;
	color: #000000;
}

.mt_text {
	text-align: center;
	text-indent: 10px;
	color: #000000;
}

.mt_w {
	font-family: 'Bebas Neue Cyrillic';
	font-size: 60px;
	text-align: center;
	color: #ffffff;
}

.mt_text_w {
	text-align: center;
	text-indent: 10px;
	color: #ffffff;
}

.the_project_wrapper {
	display: flex;
	justify-content: center;
}

.main_title_wrapper {
	margin-bottom: 50px;
}

.content_text span {
	display: block;
	margin-bottom: 10px;
}

.content_imgs_wrapper {
	position: relative;
	width: 35%;
}

.content_imgs_wrapper img {}


.the_project_wrapper .content_text {
	width: 65%;
	padding-left: 30px;
}

.trailer_video_wrapper {
	text-align: center;
	margin-top: 50px;
}

.video-embed {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

:root {
	--swiper-navigation-size: 70px !important;
	--swiper-theme-color: #fff;
}

.swiper-button-next, .swiper-button-prev {
	width: calc(var(--swiper-navigation-size) / 44* 70) !important;
}

.accordion {
	width: 100%;
	margin: 0 auto;
}

.accordion-header {
	font-family: 'Bebas Neue Cyrillic';
	font-size: 40px;
	color: #000;
	cursor: pointer;
	text-align: left;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: none;
}

.accordion-header span.accordion-arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: transform 0.3s ease;
}

.accordion-header.active span.accordion-arrow {
	transform: rotate(225deg);
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.accordion-content p {
	margin: 15px 0;
}

.accordion-header span {
	margin-bottom: 0px;
}

.acc_content_img img {
	max-width: 280px;
	margin-right: 30px;
}

.accordion-content.open {
	max-height: 1000px !important;
}

#theteam {
	display: block;
	position: relative;
}

#theteam::after {
	background: rgba(0, 0, 0, 0) url(img/arrowbg_black.svg) no-repeat scroll center bottom;
	bottom: -75px;
	content: "";
	height: 160px;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.site-footer {
	margin-top: 15px;
	padding-top: 50px;
	background: #000000;
}

.site-info {
	font-family: 'Bebas Neue Cyrillic';
	font-size: 50px;
	line-height: 75px;
	color: #ffffff;
	text-align: center;
}

.site-info a {
	color: #ffffff;
	text-decoration: none;
}

.footer_cop_wrapper {
	border-top: 2px solid #262626;
	margin-top: 50px;
	text-align: center;
}

.cop_text {
	color: #ffffff;
	padding: 50px 20px;
}

header {
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 999;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.hiden_menu_title {
	display: none;
	font-family: 'Bebas Neue Cyrillic';
	font-size: 50px;
	color: #fff;
	font-size: 22px;
}

.scrollUp .hiden_menu_title {
	display: block;
}

.mobile_menu_main_wrapper {
	display: none;
}

.hiden_menu_title a {
	text-decoration: none;
	color: #ffffff;
}

.scrollUp a:hover {
	color: #2b4d74;
}

header.scrollUp {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	background: #2b77a9;
	padding: 10px;
}

.scrollUp .main-navigation {
	justify-content: space-between;
}

.footer_min_text {
	color: #ffffff;
	text-align: center;
	margin-bottom: 70px;

}
.reviews-swiper {

width: 500px;
max-width: 90%;
position: relative;
}
.reviews-swiper .swiper-slide {
background: white;
border-radius: 20px;
padding: 30px;
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
font-size: 18px;
line-height: 1.5;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.reviews-pagination {
margin-top: 15px;
}
.reviews-pagination .swiper-pagination-bullet {
background: #444;
opacity: 0.6;
}
.reviews-pagination .swiper-pagination-bullet-active {
background: #111;
}
/* Кастомні стрілки */
.reviews-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 35px;
height: 35px;
border-radius: 50%;
background: white;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 20px;
color: #333;
transition: all 0.2s ease;
z-index: 10;
}
.reviews-arrow:hover {
background: #f0f0f0;
}
.reviews-prev {
left: -50px;
}
.reviews-next {
right: -50px;
}
/*======================
    404 page
=======================*/


.page_404 {
	padding: 40px 0;
	background: #fff;
	text-align: center;
}

.page_404 img {
	width: 100%;
}

.four_zero_four_bg {

	background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
	height: 400px;
	background-position: center;
}

.four_zero_four_bg_mail {

	background-image: url(img/Sendemail.png);
	height: 400px;
	background-position: center;
}

.four_zero_four_bg_mail h1 {
	font-size: 80px;
}

.four_zero_four_bg h1 {
	font-size: 80px;
}

.four_zero_four_bg h3 {
	font-size: 80px;
}

.link_404 {
	color: #fff !important;
	padding: 10px 20px;
	background: #000000;
	margin: 20px 0;
	display: inline-block;
}

.contant_box_404 {
	margin-top: -50px;
	text-align: center;
}

.mbc_docs_wrapper {
	margin-top: 20px;
	padding-top: 20px;
}

.mbc_docs {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.mbc_doc_w {
	display: flex;
	align-items: center;
}

.mbc_doc_img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
}

.mbc_doc_txt a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

.cbw_main_wrappe {
	border-bottom: 2px dashed #AAD6FF;
	margin-bottom: 35px;
	padding-bottom: 30px;
}


@media screen and (max-width: 1609px) {
	.second_title {
		font-size: 100px;
	}

	.first_title {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1365px) {
	.second_title {
		font-size: 90px;
	}
}

@media screen and (max-width: 1279px) {
	.first_title {
		font-size: 70px;
		line-height: 60px;
		margin-bottom: 40px;
	}

	.second_title {
		font-size: 70px;
	}

	.parallax-window {
		height: 97vh;
	}
}

@media screen and (min-width: 1930px) {
	.titles_wrapper {
		margin: -110px auto 0px auto;
		padding: 0px 20px;
		justify-content: center;
		max-width: 100%;

	}

	.first_title {
		font-size: 4vw;
		line-height: 4vw;
		margin-bottom: 3vw;
	}

	.second_title {
		font-size: 5vw;
		line-height: 5vw;
	}

	#theteam::after {
		height: 180px;
	}

	.main-navigation a {
		font-size: 0.9vw;
		line-height: 0.9vw;

	}
}

@media screen and (min-width: 2565px) {
	.titles_wrapper {
		margin: -110px auto 0px auto;
		padding: 0px 20px;
		justify-content: center;
		max-width: 100%;

	}

	.parallax-window::after {
		background-size: 100%;
		top: 0;
		height: 99vh;
	}

	#theteam::after {
		background-size: 100%;
		bottom: -75px;
		height: 210px;
	}
}

@media screen and (min-width: 4000px) {
	.titles_wrapper {
		margin: -110px auto 0px auto;
		padding: 0px 20px;
		justify-content: center;
		max-width: 100%;

	}

	.parallax-window::after {
		background-size: 100%;
		top: 0;
		height: 98vh;
	}

	#theteam::after {
		background-size: 100%;
		bottom: -155px;
		height: 370px;
	}

	.main-navigation a {
		font-size: 1vw;
		line-height: 1vw;
	}

	#masthead .container {
		max-width: 2560px;
	}

	.site-footer {
		margin-top: 120px;
		padding-top: 50px;
	}

	.first_title {
		font-size: 5vw;
		line-height: 5vw;
		margin-bottom: 2vw;
	}
}

/*MAIN END*/

@media screen and (max-width:599px) {
	.parallax-window {
		background-attachment: unset;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
}

@media screen and (max-height:430px) {
	.first_title {
		font-size: 45px;
		line-height: 42px;
		margin-bottom: 10px;
	}

	.scrollUp .hiden_menu_title {
		display: none;
	}

	.scrollUp .main-navigation {
		justify-content: end;
	}

	.parallax-window {
		background-attachment: unset;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.second_title {
		font-size: 51px;
	}

	.first_title {
		font-size: 55px;
		line-height: 47px;
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.site-footer {
		margin-top: 15px;
	}

	#themotivation .mt_text {
		text-align: left;
		text-indent: 0px;
	}

	.titles_wrapper {
		margin: -25px auto 0px auto;
	}

	.second_title {
		font-size: 37px;
	}

	.the_project_wrapper {
		flex-direction: column;
	}

	.content_imgs_wrapper {
		width: 100%;
	}

	.the_project_wrapper .content_text {
		width: 100%;
		padding-left: 0px;
		padding-top: 35px;
	}

	.accordion-content {
		flex-direction: column;
	}

	.site-info {
		font-size: 40px;
		line-height: 47px;
		position: relative;
		z-index: 3;
	}
		.reviews-swiper {
    width: 300px;
    margin: 0 !important;
}
}

@media screen and (min-width: 390px) and (max-width: 575px) {
	.site-footer {
		margin-top: 15px;
	}

	#themotivation .mt_text {
		text-align: left;
		text-indent: 0px;
	}

	.scrollUp .main-navigation {
		justify-content: end;
	}

	.scrollUp .hiden_menu_title {
		display: none;
	}

	.main-navigation li {
		margin-right: 5px;
	}

	.main-navigation a {
		font-size: 15px;
	}

	.titles_wrapper {
		margin: -25px auto 0px auto;
	}
	.reviews-swiper {
    width: 230px;
            margin: 0 !important;
}

	.second_title {
		font-size: 55px;
		line-height: 60px;
		flex-direction: column;
	}

	.the_project_wrapper {
		flex-direction: column;
	}

	.content_imgs_wrapper {
		width: 100%;
	}

	.the_project_wrapper .content_text {
		width: 100%;
		padding-left: 0px;
		padding-top: 35px;
	}

	.accordion-content {
		flex-direction: column;
	}

	.site-info {
		font-size: 30px;
		line-height: 44px;
		position: relative;
		z-index: 3;
	}

	.footer_min_text {
		margin-bottom: 30px;
	}

	:root {
		--swiper-navigation-size: 32px !important;
	}
	
}

@media screen and (min-width: 0px) and (max-width: 389px) {
	.site-footer {
		margin-top: 15px;
	}

	#themotivation .mt_text {
		text-align: left;
		text-indent: 0px;
	}

	.scrollUp .main-navigation {
		justify-content: end;
	}

	.scrollUp .hiden_menu_title {
		display: none;
	}

	.main-navigation li {
		margin-right: 3px;
	}

	.main-navigation a {
		font-size: 12px;
	}

	.titles_wrapper {
		margin: -25px auto 0px auto;
	}

	.second_title {
		font-size: 55px;
		line-height: 60px;
		flex-direction: column;
	}

	.the_project_wrapper {
		flex-direction: column;
	}

	.content_imgs_wrapper {
		width: 100%;
	}

	.the_project_wrapper .content_text {
		width: 100%;
		padding-left: 0px;
		padding-top: 35px;
	}

	.accordion-content {
		flex-direction: column;
	}

	.site-info {
		font-size: 30px;
		line-height: 44px;
		position: relative;
		z-index: 3;
	}

	.footer_min_text {
		margin-bottom: 30px;
	}

	:root {
		--swiper-navigation-size: 32px !important;
	}
		.reviews-swiper {
    width: 220px;
            margin: 0 !important;
}
}