@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700|Eczar:400,700');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
input,
textarea {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
  overflow-wrap: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

legend {
  color: #000;
}

a,
img,
input,
textarea,
select {
  outline: none;
}

textarea {
  overflow: auto;
}

input[type='submit'],
input[type='checkbox'] {
  cursor: pointer;
}

input[type='submit'] {
  background: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
canvas,
img {
  display: block;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

a,
input,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type='text'],
input[type='tel'],
input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

::-webkit-scrollbar {
  width: 0.625rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0.625rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(0.0625rem 0.0625rem 0.0625rem 0.0625rem);
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  padding: 0 !important;
  border: 0 !important;
  height: 0.0625rem !important;
  width: 0.0625rem !important;
  overflow: hidden;
}

::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}

::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}

body {
  width: 100%;
  font: normal 1rem/1.875rem 'Alegreya Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow-y: scroll;
}

.mobile body {
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

.svg {
  display: none;
}

.icon {
  display: block;
  width: 100%;
  height: 100%;
}

#main-loader,
.main-loader-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-loader-bg {
  background-color: #fff;
}

.main-loader-loading {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -0.375rem;
  -webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  will-change: transform, opacity;
}

.main-loader-loading.hide {
  opacity: 0;
  -webkit-transform: translateY(-5rem) skewY(-5deg);
  transform: translateY(-5rem) skewY(-5deg);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,
    -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,
    -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,
    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,
    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.main-loader-loading.init {
  opacity: 0;
  -webkit-transform: translateY(5rem) skewY(-5deg);
  transform: translateY(5rem) skewY(-5deg);
  -webkit-transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    -webkit-transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    -webkit-transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,
    -webkit-transform 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

/* smooth scroll container */
.scrollbar-track {
  width: 10px;
}

.scrollbar-thumb {
  width: 10px;
}

.scrollbar-container {
  overflow: hidden;
  height: 100vh;
}

.scrollbar-container .overlay {
  position: absolute;
  top: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#header {
  z-index: 996;
  position: fixed;
  top: 20px;
  height: 110px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 15px 2px #000;
  box-shadow: 0px 0px 15px 2px #000;
}
#header .language_switcher {
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  bottom: -60px !important;
}
.nav-list {
  flex: 1 1 auto;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
}
.nav-list > li:not(.nav-logo) {
  flex: 1;
  text-align: center;
}
.nav-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-list .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
}
.nav-list li:hover .nav-link {
  color: white;
  -webkit-text-fill-color: rgba(87, 218, 255, 1);
  animation: fade-in 0.5s ease-out;
}
/* language switcher */
.main_container .language_switcher {
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
}
.main_container .language_switcher li {
  position: relative;
  padding: 5px 15px;
  margin-bottom: 15px;
  min-width: 7.5rem;
  text-align: center;
}
.main_container .language_switcher li:hover a {
  -webkit-text-fill-color: rgba(87, 218, 255, 1);
}
.main_container .language_switcher li::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(87, 218, 255, 1);
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: 0 0;
  border-radius: 0.1625rem;
}
.main_container .language_switcher li:hover::after {
  transform: scaleX(1);
}
.main_container .language_switcher .current-lang:hover::after {
  transform: scaleX(0);
  transform-origin: 0 0;
}
.main_container .language_switcher .current-lang::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(87, 218, 255, 1);
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: 0 0;
  border-radius: 0.1625rem;
}
.main_container .language_switcher .current-lang:hover::before {
  transform: scaleX(1);
}
.main_container .language_switcher .current-lang::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: rgb(0, 0, 0);
  transition: transform 0.5s ease;
  transform: scaleX(1);
  transform-origin: 0 0;
  border-radius: 0.1625rem;
}

@media screen and (max-width: 768px) {
  .main_container .language_switcher {
    display: none;
  }
  .main_container .language_switcher li {
    font-size: 30px;
  }
  .menu-link .mobile_language_switcher {
    display: flex;
    position: unset;
  }
  .menu-link .mobile_language_switcher li {
    padding: 5px 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .main_container .language_switcher {
    display: none;
  }
  .main_container .language_switcher li {
    font-size: 30px;
  }
  .menu-link .mobile_language_switcher {
    display: flex;
    position: unset;
  }
  .menu-link .mobile_language_switcher li {
    padding: 5px 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .nav-list .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  }
}

#footer {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column wrap;
  width: 100%;
  vertical-align: top;
  background-color: #080808;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 576px) {
  #footer {
    padding-bottom: 120px;
  }
}

#footer .footer_content:first-child {
  justify-content: space-evenly;
  align-items: center;
  flex-flow: row wrap;
  flex: 1 1 auto;
  width: 77.36%;
  margin: auto;
}
#footer .footer_content:first-child > *:not(.logo) {
  flex: 1;
}
#footer .footer_content:last-child p {
  margin: 0;
  padding: 1.25rem;
}
@media screen and (max-width: 992px) {
  #footer .footer_content:first-child {
    width: 94%;
    margin: auto;
  }
}

#footer .footer_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#footer .logo {
  margin: 0;
}
#footer .footer_content .logo path {
  fill: #fff;
}

#footer .footer_content svg.logo:hover path {
  fill: rgba(87, 218, 255, 1);
  transition: fill 1s ease-out;
  stroke: rgb(53, 169, 201) !important;
}

#footer .footer_content .logo path:not(:first-child):not(:nth-of-type(2)) {
  stroke-width: 6px;
  stroke: #fff;
}

#footer .footer_content p {
  margin: 0 0 2.1875rem;
  font-size: 12px;
}
#footer .footer_menu {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#footer .footer_menu li {
  line-height: 36px;
}

#footer .footer_menu .footer_menu-link {
  font-size: 24px;
}
#footer .footer_content .footer_menu li:hover .footer_menu-link {
  color: white;
  -webkit-text-fill-color: rgba(87, 218, 255, 1);
  animation: fade-in 0.5s ease-out;
}
#footer .footer_content .footer_company-info {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  flex: 1 1 auto;
}
#footer .footer_content .footer_company-info p {
  font-size: 18px;
  margin: 0;
  text-align: right;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  #footer .footer_menu .footer_menu-link {
    font-size: 19.2px;
  }
  #footer .footer_content .footer_company-info p {
    font-size: 13.4px;
    margin: 0;
    text-align: right;
  }
}
@media screen and (max-width: 576px) {
  #footer .footer_content:first-child {
    flex-flow: column wrap;
  }
  #footer .footer_menu {
    flex-flow: row wrap;
    margin-top: 20px;
    justify-content: space-evenly;
  }
  #footer .footer_menu li + li {
    margin-left: 10px;
  }
  #footer .footer_content .footer_company-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    flex: 1 1 auto;
  }
}
svg.logo path:not(:first-child):not(:nth-of-type(2)) {
  stroke-width: 6px;
  stroke: #fff;
  transition: stroke 1s ease-out !important;
}

svg.logo:hover path,
svg:hover {
  fill: rgb(53, 169, 201);
  transition: fill 1s ease-out;
  stroke: rgb(53, 169, 201) !important;
}

.logo {
  margin-top: 5px;
  z-index: 996;
  width: auto;
  height: 200px;
}

.main_container {
  position: relative;
  display: flex;
  flex: 1 1 1;
  height: 100%;
  min-height: 100vh;
  width: 100%;
}
.main_content {
  width: 100%;
}
.page_content {
  width: 100%;
  margin: 200px auto 32px auto;
  padding: 0;
  height: 100%;
  font-family: 'Abril Fatface', cursive;
}
@media screen and (max-width: 768px) {
  .page_content {
    margin-top: 80px;
  }
}

#main-logo {
  z-index: 997;
}

:root {
  --zIndex-overlay: 97;
  --zIndex-navbar: 905;
  --colors-text: #000;
  --colors-background: rgba(255, 255, 255, 0.6);
  --colors-contast: #f4e285;
}

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  word-wrap: break-word;
}

a {
  background-color: transparent;
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
}

.menu-content {
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  display: flex;
  align-items: center;
  transition-delay: 0.1s;
}

.menu-list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  line-height: 2;
  margin-bottom: 120px;
}

.menu-list li {
  width: fit-content;
  overflow: hidden;
}

.menu-link {
  font-size: 48px;
  display: inline-block;
  transform: translateY(0);
  font-family: 'Montserrat', sans-serif;
}

.menu-link:hover {
  /* color: white; */
  -webkit-text-fill-color: rgba(87, 218, 255, 1);
  /* -webkit-text-stroke-width: 0.125rem; */
  /* -webkit-text-stroke-color: rgba(0, 0, 0, 1); */
  animation: fade-in 0.5s ease-out;
}

.title {
  letter-spacing: 0.15em;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .menu-link {
    font-size: 30px;
  }
}
@keyframes fade-in {
  0% {
    -webkit-text-fill-color: rgba(87, 218, 255, 0);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  }
  25% {
    -webkit-text-fill-color: rgba(87, 218, 255, 0.3);
    -webkit-text-stroke-color: rgba(0, 0, 0, 3);
  }
  50% {
    -webkit-text-fill-color: rgba(87, 218, 255, 0.6);
    -webkit-text-stroke-color: rgba(0, 0, 0, 6);
  }
  75% {
    -webkit-text-fill-color: rgba(87, 218, 255, 0.9);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    -webkit-text-fill-color: rgba(87, 218, 255, 1);
    -webkit-text-stroke-color: rgba(0, 0, 0, 1);
  }
}

.menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 10% 10%;
}

.menu-footer span {
  color: var(--colors-contast);
}

.menu-social-links {
  font-size: 0.8125rem;
  margin-block: 0.4em 0.7em;
  overflow-x: hidden;
  white-space: nowrap;
}

.menu-social-links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 49.125rem) {
}

button[id='burger'] {
  display: none;
  position: fixed;
  top: 0.9375rem;
  right: 0.625rem;
  z-index: 998;
  background-color: transparent;
}

button[id='burger']:focus-visible {
  outline: none;
}
.burger_btn:hover {
  cursor: pointer;
}

.burger_icon {
  height: 3em;
}

@media screen and (max-width: 576px) {
  button[id='burger'] {
    display: block;
  }
  #header {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  button[id='burger'] {
    display: block;
  }
  #header {
    display: none;
  }
}

#loadingOverlay {
  z-index: 999;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

svg.loading__logo path:not(:first-child):not(:nth-of-type(2)) {
  stroke-width: 3px;
  stroke: #000;
}

.loading__logo {
  scale: 1.5;
}

@media screen and (max-width: 576px) {
  .loading__logo {
    scale: 1.2;
  }
}
.icon {
  display: block;
  width: 100%;
  height: 100%;
}

/* project list page */
.projs__content {
  width: 100%;
  padding-right: 3.75em;
  padding-left: 3.75em;
}

.projs__content-container {
  margin: 0 auto;
  max-width: 1270px;
  padding: 0 15px;
}

.projs__content-title {
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: bold;
  padding-left: 3.125rem;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}

.articles__filter {
  margin-bottom: 30px;
}

.filter-articles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 3.125rem;
  column-gap: 25px;
  row-gap: 5px;
}

.filter-articles__item {
  font-size: 1rem;
  min-width: 7.5rem;
  padding: 0;
  line-height: 2;
  font-family: 'Montserrat', sans-serif;
  color: #808080;
  transition: all 0.3s;
  background-color: transparent;
}

.filter-articles__item:focus-visible {
  outline: none;
}

.filter-articles__item:hover,
.filter-articles__item.active {
  color: rgb(53, 169, 201);
  transition: all 1s ease-out;
  cursor: pointer;
}
.filter-articles__item.active::after,
.filter-articles__item:hover::after {
  transform: scaleX(1);
}
.filter-articles__item::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: rgb(53, 169, 201);
  margin-top: -0.25rem;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.articles__items {
  margin: 0 auto;
  transition: all 0.3s;
  width: 100%;
  -webkit-perspective: 50rem;
  perspective: 50rem;
}

.articles__item {
  display: block;
  width: calc(33.33% - 6.25rem);
  margin: 0 3.125rem 4.0625rem 3.125rem;
}

.articles__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1879px) {
  .articles__item {
    width: calc(33.33% - 6.25rem);
  }
}

@media screen and (max-width: 1479px) {
  .articles__item {
    width: calc(50% - 3.125rem);
    margin: 0 1.5625rem 3.125rem 1.5625rem;
  }
  .projs__content-title {
    padding-left: 1.5625rem;
  }
  .articles__filter {
    padding-left: 1.5625rem;
  }
}

@media screen and (max-width: 679px) {
  .articles__item {
    width: 100%;
    margin: 0 0 1.875rem 0;
  }

  .article__title {
    text-align: center;
  }

  .projs__content-title {
    padding-left: 0px;
  }
  .articles__filter {
    padding-left: 0px;
  }
  .filter-articles__item {
    min-width: 0rem;
  }
}

.articles__item:hover {
  cursor: pointer;
}

.articles__item:hover .article__image-container {
  -webkit-transform: scale(0.97) rotateX(-5deg);
  transform: scale(0.97) rotateX(-5deg);
}

.articles__item:hover img {
  transform: scale(2);
}

.articles__item:hover .article__body:before {
  -webkit-transform: translateX(0%) scaleX(1);
  transform: translateX(0%) scaleX(1);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.article:hover .article__body::before {
  transform: translateX(0) scaleX(1);
}

.article:hover .article__title {
  transform: translateX(calc(var(--article-body-line-width) + 5%));
}

.article__image-wrapper {
  -webkit-perspective: 50rem;
  perspective: 50rem;
}

.img__box-shadow {
  -webkit-box-shadow: 0 0.375rem 1.25rem 0 #000;
  box-shadow: 0 0.375rem 1.25rem 0 #000;
}

.article__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.article_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.article__image-wrapper .article__image-container img.init {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.3s;
}

.article__body {
  display: grid;
  gap: 15px;
  position: relative;
  padding: 2.1875rem 0;
  font: normal 1rem/1.1875rem 'Alegreya Sans', sans-serif;
  letter-spacing: 0.1875rem;
}

.article__body::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2.5rem;
  width: var(--article-body-line-width);
  height: 0.3125rem;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #000;
}

.article__title {
  font: normal 1rem/1.1875rem 'Alegreya Sans', sans-serif;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* single project page */

.project__content {
  margin: 0 auto;
  max-width: 1270px;
  padding: 15px;
}

#makeMeScrollable {
  width: 100%;
  height: 35%;
  position: relative;
}

#makeMeScrollable div.scrollableArea * {
  position: relative;
  float: left;
  margin: 0 0.4375rem;
  padding: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.project__info {
  width: 100%;
  overflow: hidden;
  padding: 1em 0 0;
  color: #000;
  text-transform: uppercase;
  font: normal 1rem/1rem 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.project__info * {
  line-height: 24px;
}
.fancybox:hover {
  cursor: pointer;
}

.navigate__post {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  margin-top: -16px;
}

.intro-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  height: 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.left-intro-link {
  padding-left: 3.75rem;
}

.right-intro-link {
  padding-right: 3.75rem;
}

.intro-link-icon-container,
.intro-link-icon {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
}

.btn-circle-container {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.left {
  text-align: left;
  left: 0;
  top: 0;
}

.right {
  text-align: right;
  right: 0;
  top: 0;
}

.btn-circle {
  opacity: 0.1;
}

.btn-circle-prog {
  stroke-dasharray: 113.097335529232557;
  stroke-dashoffset: 113.097335529232557;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-circle-hover:hover .btn-circle-prog,
.btn-circle-active .btn-circle-prog {
  stroke-dashoffset: 0;
}

.intro-link-icon-arrow {
  width: 0.5rem;
  height: 0.75rem;
  margin: 0.875rem 0 0 0.9375rem;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.intro-link-txt {
  margin-top: 0.1875rem;
  font: normal 1rem/1rem 'Montserrat', sans-serif;
  letter-spacing: 0.1875rem;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .intro-link {
    padding-right: 3.125rem;
  }
  .intro-link-txt {
    margin-top: 0.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .intro-link-txt {
    margin-top: 0.0625rem;
  }
}
/* about page */

.text_container {
  width: 77.36%;
  margin: auto;
}

.intro_title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 2.625rem;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
}

.intro_graph {
  margin: 1.25rem 0;
  font-size: 1.2rem;
  color: #808080;
  font-family: 'Raleway', sans-serif;
}

.carousel {
  margin-top: 1.875rem;
  margin-left: auto;
}

.img_container {
  width: 100%;
  margin-top: 3.125rem;
  display: inline-block;
  height: 100%;
  background-size: cover;
  background-position: top;
  transition: transform 1s ease, filter 0.5s ease;
  will-change: transform;
}

.img_container .ratio_img {
  position: relative;
  padding-top: 60%;
}
.pdf_link_container {
  display: none;
  font: normal 1rem/1rem 'Montserrat', sans-serif;
}
.pdf_link:hover::after {
  transform: scaleX(1);
}
.pdf_link::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: rgb(0, 0, 0, 1);
  margin-top: 0.35rem;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.pdf_link .svg-icon {
  width: 25px;
  height: auto;
  margin-left: 6px;
}
.pdf_link span {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .img_container .pdf_container {
    display: none;
  }
  .pdf_link_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .pdf_link + .pdf_link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .img_container .ratio_img {
    padding-top: 62.5%;
  }
}
.img_container .ratio_img img {
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel_container {
  width: 77.36%;
  margin: 3.125rem auto 0;
}

#makeMeScrollable {
  width: 100%;
  height: 35%;
  position: relative;
}

#makeMeScrollable div.scrollableArea * {
  position: relative;
  float: left;
  margin: 0 4px;
  padding: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.fancybox .text_content {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  font-family: 'Raleway', sans-serif;
}

.fancybox .text_content h2 {
  font-size: 1rem;
  font-weight: bold;
}

.fancybox .text_content p {
  font-size: 1.2rem;
  text-transform: capitalize;
}
