/*
Theme Name: Brandon Schubert
Author: SignalOverNoise
Author URI: https://signalovernoise.io/
Description: BRANDON SCHUBERT
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brandon-schubert
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img,
video {
  width: 100%;
  display: flex;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

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,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "ABC-Marist";
  src: url("./assets/fonts/ABCMarist-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "ABC-Marist-Italic";
  src: url("./assets/fonts/ABCMarist-RegularItalic.otf") format("opentype");
  font-weight: 400;
}
.text {
  font-size: clamp(14px, 2.5vw, 18px);
  color: #000;
  font-family: "ABC-Marist";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.hover-italic:hover {
  font-family: "ABC-Marist-Italic";
}

.title {
  font-size: clamp(14px, 2.5vw, 18px);
  color: #000;
  font-family: "ABC-Marist";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.description {
  color: #000;
  font-family: "ABC-Marist";
  font-size: clamp(18px, 3.5vw, 24px);
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}

.gap-xs-y {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gap-xs-b {
  margin-bottom: 10px;
}

.gap-xs-t {
  margin-top: 10px;
}

.gap-sm-y {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gap-sm-t {
  margin-top: 20px;
}

.gap-sm-b {
  margin-bottom: 20px;
}

.gap-md-y {
  margin-top: 40px;
  margin-bottom: 40px;
}

.gap-md-t {
  margin-top: 40px;
}

.gap-md-b {
  margin-bottom: 40px;
}

.gap-lg-y {
  margin-top: 80px;
  margin-bottom: 80px;
}

.gap-lg-b {
  margin-bottom: 80px;
}

.gap-lg-t {
  margin-top: 80px;
}

section {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 10px;
}

.section-border {
  border-top: 1px solid #000;
}

.span-full {
  grid-column: 1/-1;
}

.span-2 {
  grid-column: span 2;
}

.span-2-right {
  grid-column: 11/-1;
}

.span-2-bottom {
  grid-column: span 2;
  align-self: end;
}

.col-11 {
  grid-column: 11 / span 1;
}

.col-12 {
  grid-column: 12/-1;
}

.column-flex-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.grid-item-center {
  align-self: center;
}

.table-border-b {
  border-bottom: 1px solid #000;
}

.table-border-t {
  border-top: 1px solid #000;
}

.filter-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .filter-btn-wrapper {
    flex-direction: column-reverse;
    align-items: start !important;
  }
}

/* HTML: <div class="pixel-corner"></div> */
.active-news-filter .bavel-border,
.active-news-filter .bavel-bg {
  background-color: #bce4e5;
}

.hover-active:hover .bavel-border,
.hover-active:hover .bavel-bg {
  background-color: #bce4e5;
}

.bavel-border {
  background-color: black;
  padding: 0.9px 0.8px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  clip-path: polygon(
    8% 0%,
    92% 0%,
    100% 30%,
    100% 70%,
    92% 100%,
    8% 100%,
    0% 70%,
    0% 30%
  );
}

.bavel-bg {
  background-color: #faf4ed;
  width: 100%;
  text-align: center;
  padding: 5px 10px 3px 10px;
  clip-path: polygon(
    8% 0%,
    92% 0%,
    100% 30%,
    100% 70%,
    92% 100%,
    8% 100%,
    0% 70%,
    0% 30%
  );
}

.active-news-filter {
  background: #bce4e5;
  border: none;
}
.active-news-filter .filter-btn-inner {
  background: #bce4e5;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.mt-auto {
  margin-top: auto;
}

.sticky-title {
  position: sticky;
  top: 10px;
  left: 0;
  z-index: 999;
  pointer-events: none;
}
.sticky-title a {
  pointer-events: auto;
}
.sticky-title h2 {
  width: 50%;
  background: #faf4ed;
}
@media (max-width: 991px) {
  .sticky-title {
    display: none;
  }
}

.sticky-title-mobile {
  display: none;
}
@media (max-width: 991px) {
  .sticky-title-mobile {
    display: block;
  }
}

.p-xs-t {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .explore-section .md-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .team-section .md-flex {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .explore-section .btn-wrapper-between {
    flex-direction: column-reverse;
    align-items: start !important;
  }
}
@media (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}
.overflow-visible {
  overflow: visible !important;
}

@font-face {
  font-family: "ABC-Marist";
  src: url("../assets/fonts/ABCMarist-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "ABC-Marist-Italic";
  src: url("../assets/fonts/ABCMarist-RegularItalic.otf") format("opentype");
  font-weight: 400;
}
.lg-right-md-full {
  grid-column: 7/12;
}
@media (max-width: 991px) {
  .lg-right-md-full {
    grid-column: 1/-1;
  }
}

.lg-span-6-md-span-full {
  grid-column: span 6;
}
@media (max-width: 1199px) {
  .lg-span-6-md-span-full {
    grid-column: span 6;
  }
}
@media (max-width: 991px) {
  .lg-span-6-md-span-full {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .lg-span-6-md-span-full {
    grid-column: 1/-1;
  }
}

.lg-span-6-right-md-full {
  grid-column: 7/-1;
}
@media (max-width: 991px) {
  .lg-span-6-right-md-full {
    grid-column: 1/-1;
  }
}

.lg-span-6-left-md-full {
  grid-column: 1/7;
}
@media (max-width: 991px) {
  .lg-span-6-left-md-full {
    grid-column: 1/-1;
  }
}

.lg-span-4-left-md-full {
  grid-column: 1/5;
}
@media (max-width: 991px) {
  .lg-span-4-left-md-full {
    grid-column: 1/-1;
  }
}

.lg-span-3-md-span-full {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .lg-span-3-md-span-full {
    grid-column: 1/-1;
  }
}

.lg-span-7-10-md-span-full {
  grid-column: 7/10;
}
@media (max-width: 991px) {
  .lg-span-7-10-md-span-full {
    grid-column: 1/-1;
  }
}

.lg-span-10-right-md-span-full {
  grid-column: 10/-1;
}
@media (max-width: 991px) {
  .lg-span-10-right-md-span-full {
    grid-column: 1/-1;
  }
}

.lg-span-10-12-md-span-full {
  grid-column: 7/12;
}
@media (max-width: 991px) {
  .lg-span-10-12-md-span-full {
    grid-column: 1/-1;
  }
}

.lg-span-7-9-md-span-full {
  grid-column: 7/9;
}
@media (max-width: 991px) {
  .lg-span-7-9-md-span-full {
    grid-column: 1/-1;
  }
}

.lg-span-2-md-span-full {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .lg-span-2-md-span-full {
    grid-column: 1/-1;
  }
}

.icon-wrapper {
  display: flex;
  column-gap: 10px;
  cursor: pointer;
  align-items: center;
}

.icon-wrapper .arrow-icon {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.icon-wrapper:hover .arrow-icon {
  opacity: 1;
}

.post-hover .image-container {
  transition: all 660ms cubic-bezier(0.15, 0.15, 0, 1);
  overflow: hidden;
  clip-path: polygon(
    0px 0,
    calc(100% - 20px) 0,
    100% 0px,
    100% calc(100% - 20px),
    calc(100% - 0px) 100%,
    0px 100%,
    0 calc(100% - 20px),
    0 20px
  );
}

.post-hover:hover .image-container {
  clip-path: polygon(
    15px 0,
    calc(100% - 15px) 0,
    100% 15px,
    100% calc(100% - 15px),
    calc(100% - 15px) 100%,
    15px 100%,
    0 calc(100% - 15px),
    0 15px
  );
}

@supports (corner-shape: bevel) {
  .post-hover .image-container {
    corner-shape: bevel;
    border-radius: 0px;
    clip-path: none !important;
  }
  .post-hover:hover .image-container {
    border-radius: 15px;
    clip-path: none !important;
  }
}

.post-hover .project-caption-hover {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.post-hover .arrow-icon-svg {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.arrow-icon-svg {
  width: 10px;
  height: 10px;
  mask: url("./assets/Icons/title-arrow.svg") no-repeat;
  mask-size: contain;
  background-color: #000;
  mask-position: 0% 50%;
}

.post-hover:hover .arrow-icon-svg {
  opacity: 1;
}

.single__news__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
  padding: 10px 0;
}

/* .news-container .single-news-row:first-child{
  border-top: 1px solid #000;
} */
.news-hover-image {
  opacity: 0;
}
@media (max-width: 991px) {
  .news-hover-image {
    display: none;
  }
}
.single-news-row.is-first-visible .single__news__row {
  border-top: 1px solid #000;
}
.news-section-home .single-news-row:first-child .single__news__row {
  border-top: 1px solid #000;
}
.news-hover-image img {
  width: 100%;
  max-width: 50%;
}

.flex-wrap {
  flex-wrap: wrap;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background: #faf4ed;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 9;
  width: 100%;
}
header .title-header-center {
  grid-column: 7/10;
  align-self: center;
}
header .title-header-center .back-top-btn {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
}
header .title-header-center:hover .back-top-btn {
  opacity: 1;
}
header .title-header-center .arrow-icon {
  display: none;
  opacity: 1;
}
header .title-header-center .arrow-icon .arrow-icon-svg {
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  header .title-header-center {
    display: none;
  }
}
header .hamberger-menu-mobile {
  display: none;
}
@media (max-width: 991px) {
  header .hamberger-menu-mobile {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  header .hamberger-menu-mobile .hamberger-line {
    width: 25px;
    height: 2px;
    background: #000;
  }
  header .logo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1/-1;
  }
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
}
nav ul a {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 3.8rem;
}

@media (max-width: 991px) {
  .nav-items-header {
    display: none;
  }
}

.menu-mobile {
  display: none;
  position: relative;
}
.menu-mobile nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-mobile nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-mobile nav ul a:hover {
  font-family: "ABC-Marist";
}
.menu-mobile .close-menu-mobile {
  position: absolute;
  top: 20px;
  z-index: 99;
  right: 10px;
  transform: rotate(45deg);
}
.menu-mobile .close-menu-mobile .close-line {
  width: 30px;
  height: 2px;
  background: #000;
}
.menu-mobile .close-menu-mobile .close-line:first-child {
  transform: rotate(90deg) translateX(8%);
}
@media (max-width: 991px) {
  .menu-mobile {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #faf4ed;
  }
}

.hero-section .image-container {
  margin-top: 32px;
  max-height: calc(100vh - 40px);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hero-section .image-container .hero-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  background: #faf4ed;
  cursor: pointer;
  transform: translateX(-50%);
  bottom: 4%;
  mask: url("./assets/Icons/hero-arrow.svg") no-repeat;
  mask-size: contain;
  mask-position: 0% 50%;
}

footer {
  padding: 10px;
  padding-top: 0;
}
footer .span-2:first-child {
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  footer .span-2 {
    grid-column: 1/-1;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
footer .col-11-md-full {
  padding-bottom: 10px;
  grid-column: 11 / span 1;
}
@media (max-width: 991px) {
  footer .col-11-md-full {
    grid-column: 1/-1;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
footer .col-12-md-full {
  padding-right: 10px;
  grid-column: 12/-1;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  footer .col-12-md-full {
    grid-column: 1/-1;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
footer .container {
  border: 1px solid #000;
  border-radius: 10px;
  corner-shape: bevel;
}

.footer-center-logo {
  grid-column: 1/-1;
  align-self: center;
  justify-self: center;
  display: flex;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  margin-top: 13.5%;
  margin-bottom: 10%;
}
@media (max-width: 991px) {
  .footer-center-logo {
    margin-top: 7.5rem;
    margin-bottom: 5.5rem;
  }
}
.footer-center-logo .image-container {
  display: block;
}
.footer-center-logo .image-container img {
  width: 100%;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
.btn-wrapper button:first-child {
  cursor: pointer;
  width: 5.3rem;
}
.btn-wrapper .filter-btn {
  width: auto !important;
}
.filter-btn.active .bavel-border {
  background: #bce4e5;
  border: none;
}
.filter-btn.active .bavel-bg {
  background-color: #bce4e5;
}
.btn-wrapper-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-normal {
  border: none;
  background: none;
  cursor: pointer;
}

.sekelton-explore {
  width: 100%;
  height: 21.0625rem;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}
.sekelton-explore::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  animation: shimmer 1s infinite linear;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.explore-section .image-container {
  position: relative;
  z-index: 99999;
}
@media (max-width: 1199px) {
  .explore-section .image-container {
    z-index: 1;
  }
}

.large-view-explore {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  gap: 10px;
}
@media (max-width: 1199px) {
  .large-view-explore {
    grid-auto-rows: 40vw;
  }
}
@media (max-width: 991px) {
  .large-view-explore {
    grid-auto-rows: 60vw;
  }
}
@media (max-width: 767px) {
  .large-view-explore {
    grid-auto-rows: 100vw;
  }
}
.large-view-explore .explore-single-item {
  grid-column: span 3;
}
@media (max-width: 1199px) {
  .large-view-explore .explore-single-item {
    grid-column: span 4;
  }
}
@media (max-width: 991px) {
  .large-view-explore .explore-single-item {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .large-view-explore .explore-single-item {
    grid-column: 1/-1;
  }
}
.large-view-explore .sekelton-explore {
  grid-column: span 3;
  height: 31.875rem;
}
@media (max-width: 1199px) {
  .large-view-explore .sekelton-explore {
    grid-column: span 4;
  }
}
@media (max-width: 991px) {
  .large-view-explore .sekelton-explore {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .large-view-explore .sekelton-explore {
    grid-column: span 12;
  }
}
.large-view-explore .image-container-explore {
  width: 100%;
  cursor: pointer;
  height: 100%;
}
@media (max-width: 991px) {
  .large-view-explore .image-container-explore {
    overflow: hidden;
  }
}
.large-view-explore .image-container-explore img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-view-explore {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  gap: 10px;
}
@media (max-width: 1199px) {
  .small-view-explore {
    grid-auto-rows: 30vw;
  }
}
@media (max-width: 991px) {
  .small-view-explore {
    grid-auto-rows: 40vw;
  }
}
@media (max-width: 767px) {
  .small-view-explore {
    grid-auto-rows: 60vw;
  }
}
.small-view-explore .explore-single-item {
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .small-view-explore .explore-single-item {
    grid-column: span 3;
  }
}
@media (max-width: 991px) {
  .small-view-explore .explore-single-item {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .small-view-explore .explore-single-item {
    grid-column: span 6;
  }
}
.small-view-explore .sekelton-explore {
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .small-view-explore .sekelton-explore {
    grid-column: span 4;
  }
}
@media (max-width: 991px) {
  .small-view-explore .sekelton-explore {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .small-view-explore .sekelton-explore {
    grid-column: span 12;
  }
}
.small-view-explore .image-container-explore {
  width: 100%;
  cursor: pointer;
  height: 100%;
}
@media (max-width: 991px) {
  .small-view-explore .image-container-explore {
    overflow: hidden;
  }
}
.small-view-explore .image-container-explore img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explore-lighthouse {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(250, 244, 237, 0.96);
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 40px;
  opacity: 0;
  pointer-events: none;
}
.explore-lighthouse .flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .explore-lighthouse .flex-container {
    flex-direction: column;
  }
}
.explore-lighthouse .slider-explore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.explore-lighthouse .slider-explore .image-container {
  width: 40%;
}
@media (max-width: 991px) {
  .explore-lighthouse .slider-explore .image-container {
    width: 80%;
  }
}
.explore-lighthouse .slider-explore .arrow-icon-svg {
  width: 15px;
  height: 15px;
}
.explore-lighthouse .slider-explore .left-arrow {
  transform: rotate(-135deg);
  cursor: pointer;
}
.explore-lighthouse .slider-explore .right-arrow {
  transform: rotate(45deg);
  cursor: pointer;
}
.explore-lighthouse .info-explore-lighouse {
  grid-column: 1/-1;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.explore-lighthouse .info-explore-lighouse .info-title-description {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .explore-lighthouse .info-explore-lighouse .info-title-description {
    flex-direction: column;
  }
}

.related-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
}
.related-wrapper .image-container img {
  height: auto;
}
@media (max-width: 1199px) {
  .team-section .lg-span-3-md-span-full {
    grid-column: span 6;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .team-section .lg-span-3-md-span-full {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .team-section .lg-span-3-md-span-full {
    grid-column: 1/-1;
  }
}

.team-single-section {
  height: 100dvh;
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 10px;
}
.team-single-section .container {
  height: 100%;
}
.team-single-section .lg-span-6-md-span-full {
  padding-top: 40px;
  height: 100%;
  overflow: hidden;
}
.team-single-section .lg-span-6-md-span-full .container-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
}
.team-single-section .lg-span-6-md-span-full .container-grid-6 .description {
  grid-column: 1/6;
}
.team-single-section .lg-span-6-md-span-full .container-grid-4 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
}
.team-single-section .lg-span-6-md-span-full .container-grid-4 .description {
  grid-column: 1/5;
}
.team-single-section .lg-span-6-md-span-full .container-grid-5 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
}
.team-single-section .lg-span-6-md-span-full .image-container {
  height: 100%;
}
.team-single-section .lg-span-6-md-span-full .image-container img {
  height: 100%;
  object-fit: cover;
}
.team-single-section .bottom-team-wrapper {
  display: flex;
  justify-content: space-between;
}
.team-single-section .arrow-wrapper {
  display: flex;
  column-gap: 20px;
  align-content: end;
}
.team-single-section .arrow-wrapper .arrow-icon-svg {
  width: 15px;
  height: 15px;
}
.team-single-section .arrow-wrapper .arrow-left {
  transform: rotate(-135deg);
  cursor: pointer;
}
.team-single-section .arrow-wrapper .arrow-right {
  transform: rotate(45deg);
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact-section {
    height: auto;
  }
}

.form-wrapper {
  width: 100%;
}
.form-wrapper .name-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-wrapper input {
  border: none;
  border-top: 1px solid #000;
  width: 100%;
  background: none;
  padding: 10px 0;
  padding-bottom: 20px;
  outline: none;
}
.form-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-wrapper button {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #000;
}

.image-container-explore {
  background-color: #eee; /* fallback */
}

.image-container-explore img {
  opacity: 0;
  transition: opacity 1s ease;
}

.image-container-explore.loaded img {
  opacity: 1;
}

.header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

body {
  background: #faf4ed;
}

/*# sourceMappingURL=global.css.map */

#wpadminbar {
  display: none;
}

.sorting-news-btn.active {
  font-family: "ABC-Marist-Italic";
}

.project-info-section .single__news__row{
	cursor:normal;
}