@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Questrial&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 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 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 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: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/* 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: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
   * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * 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; /* 1 */
  font: inherit; /* 2 */
}

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

.main_background {
  background: url(../images/front-page.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  height: 100svh;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  background-attachment: fixed;
  position: relative;
}
.main_background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
@media all and (max-width: 767px) {
  .main_background {
    padding: 10px 0;
    background-attachment: scroll;
  }
}

.hero_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero_container .lang-item {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 15px;
  list-style: none;
  margin: 0;
}
.hero_container .lang-item a {
  font-family: "Tinos", serif;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}
.hero_container .lang-item a:hover {
  opacity: 0.8;
}

.main_title {
  margin: 0;
  font-size: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-family: "Tinos", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
@media all and (max-width: 767px) {
  .main_title {
    font-size: 18px;
  }
}

.hero_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 42px;
}

@keyframes rotate-logo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.logo {
  width: 120px;
  position: relative;
  z-index: 1;
  animation-name: rotate-logo;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media all and (max-width: 767px) {
  .logo {
    width: 120px;
  }
}

.hidden {
  display: none;
}

.projects_filter_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 44px 0;
}
@media all and (max-width: 767px) {
  .projects_filter_bar {
    gap: 20px;
    margin: 24px 0;
  }
}

.filter_btn {
  color: #555;
  background-color: transparent;
  padding: 5px 0;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  position: relative;
}
.filter_btn:hover {
  color: #000;
}
.filter_btn.active {
  color: #000;
}
.filter_btn.active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
@media all and (max-width: 767px) {
  .filter_btn {
    font-size: 16px;
  }
}

@keyframes rotate-logo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.single_logo {
  margin: 60px 0 40px;
  width: 100px;
  display: block;
  animation-name: rotate-logo;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media all and (max-width: 767px) {
  .single_logo {
    width: 80px;
    margin: 30px auto;
  }
}

.signle_header {
  font-size: 34px;
  margin: 40px 0;
}
@media all and (max-width: 767px) {
  .signle_header {
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
  }
}

.single_content {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}
@media all and (max-width: 767px) {
  .single_content {
    font-size: 16px;
    line-height: 1.5;
  }
}

.single_grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}
@media all and (max-width: 767px) {
  .single_grid {
    margin-top: 50px;
  }
}

.single_image {
  width: 100%;
  display: block;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media all and (max-width: 767px) {
  .projects {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project {
  width: 100%;
  position: relative;
  height: 30vw;
}
.project a {
  text-decoration: none;
  color: #fff;
}
@media all and (max-width: 767px) {
  .project {
    height: auto;
  }
}

.project_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.5s ease-in-out;
  display: block;
}

.hidden_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

.project:hover .hidden_text {
  opacity: 1;
}
.project:hover .project_image {
  filter: blur(3px);
}

.project_heading {
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
}

.project_excerpt {
  margin: 0;
}
.project_excerpt p {
  margin: 0;
}
@media all and (max-width: 767px) {
  .project_excerpt {
    display: none;
  }
}

.contacts {
  background-color: #181818;
  margin-top: 1px;
}

.contacts_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media all and (max-width: 1300px) {
  .contacts_row {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .contacts_row {
    grid-template-columns: 1fr;
  }
}

.contacts_image {
  display: block;
  width: 100%;
  align-self: end;
}
@media all and (max-width: 1300px) {
  .contacts_image {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .contacts_image {
    order: 1;
    display: block;
    max-width: 340px;
    margin: 0 auto;
    margin-top: -20px;
  }
}

.contacts_info {
  color: #f5f5f5;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (max-width: 1300px) {
  .contacts_info {
    justify-content: flex-start;
  }
}
@media all and (max-width: 767px) {
  .contacts_info {
    padding: 0;
    padding-top: 30px;
  }
}

.contacts_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contacts_links a {
  color: #f5f5f5;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 18px;
}

.name {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
}

.contacts .wpcf7-form-control {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  color: #ddd;
  outline: 0;
  margin-bottom: 30px;
  transition: border-color ease-out 0.2s;
  resize: none;
}
.contacts .wpcf7-form-control:focus {
  border-color: #f5f5f5;
}
.contacts .wpcf7-form-control::-moz-placeholder {
  color: #777; /* mid-gray so it doesn’t compete */
}
.contacts .wpcf7-form-control::placeholder {
  color: #777; /* mid-gray so it doesn’t compete */
}
.contacts .wpcf7-textarea {
  max-height: 100px;
}
.contacts p {
  margin: 0;
}
.contacts .wpcf7-not-valid-tip {
  display: none !important;
}
.contacts .wpcf7 form.invalid .wpcf7-response-output,
.contacts .wpcf7 form.unaccepted .wpcf7-response-output,
.contacts .wpcf7 form.payment-required .wpcf7-response-output,
.contacts .wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 0;
  color: #f5f5f5;
}
.contacts .wpcf7-not-valid {
  border-color: #ff4c4c;
}
.contacts .wpcf7-submit {
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.contacts .wpcf7-submit:hover {
  opacity: 0.8;
}

.form_column {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
@media all and (max-width: 1300px) {
  .form_column {
    padding: 40px 0 0;
  }
}
@media all and (max-width: 767px) {
  .form_column {
    padding: 10px 0 0;
  }
}

.contacts_description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 44px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 767px) {
  .contacts_description {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: justify;
  }
}

.wpcf7 {
  width: 86%;
  margin-left: auto;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .wpcf7 {
    width: 100%;
  }
}

.socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.social_link {
  text-decoration: none;
  transition: opacity ease-out 0.3s;
}
.social_link:hover {
  opacity: 0.8;
}

.social_image {
  width: 24px;
}

html,
* {
  font-family: "Questrial", sans-serif;
  box-sizing: border-box;
}/*# sourceMappingURL=main.css.map */