/*
	Theme Name: Mahon New
	Version: 19999
	Author: David Mahon
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
html {
  scroll-behavior: smooth;
}
html.is_active {
  overflow: hidden;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Montserrat", sans-serif;
}
h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

p {
  font-size: 15px;
}
i {
  font-size: 11px;
}
.cky-notice-btn-wrapper {
  width: 100% !important;
}
/*------------------------------------*\
    generic
\*------------------------------------*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #f3af2d;
  border: 0px none #ffffff;
  border-radius: 50px;
}
@media (hover: hover) {
  ::-webkit-scrollbar-thumb:hover {
    background: #b08f52;
  }
}
::-webkit-scrollbar-thumb:active {
  background: #fff;
}
::-webkit-scrollbar-track {
  background: #3f3f3f;
  border: 0px none #ffffff;
  border-radius: 50px;
}
@media (hover: hover) {
  ::-webkit-scrollbar-track:hover {
    background: #282424;
  }
}
::-webkit-scrollbar-track:active {
  background: #3f3f3f;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.main_content_container {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  margin: 0 0 215px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 20px 2px 42px -7px rgb(0 0 0 / 44%);
}
.full_width {
  width: 100%;
  height: auto;
  float: left;
}
.fixed_width {
  width: calc(100% - 80px);
  margin: 0 auto;
  max-width: 1400px;
}
.grey {
  color: #3f3f3f;
}
.light_grey {
  color: #16263566;
}
.white {
  color: #fff;
}
.blue {
  color: #2f4865;
}
.cky-notice-des {
  color: #212121;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 14px 0;
  height: auto;
  float: left;
}
.cky-consent-bar .cky-banner-btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
/*------------------------------------*\
    nav
\*------------------------------------*/
nav {
  width: calc(100% - 80px);
  max-width: 1400px;
  height: 70px;
  border-radius: 35px;
  background-color: #eff0f1;
  position: fixed;
  top: 35px;
  padding: 10px 13px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
}
nav.hide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
}
nav .logo {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.desktop_nav {
  height: auto;
  float: left;
  display: flex;
  justify-content: center;
  width: 307px;
  align-items: center;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.desktop_nav ul {
  position: relative;
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding: 0;
  z-index: 1;
}
.desktop_nav ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
.desktop_nav ul li a {
  width: 100%;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  height: auto;
  display: block;
  text-align: center;
  position: relative;
  padding: 13px 0;
  text-decoration: none;
  white-space: nowrap;
  color: #3f3f3f;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.desktop_nav ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  background-color: #f3af2d;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.get_in_touch_alert {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  pointer-events: none;
  background-color: #ffffff;
  width: 170px;
  border-radius: 10px;
  height: auto;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  gap: 5px;
  opacity: 0;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.get_in_touch_alert h2 {
  font-size: 15px;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  font-size: 600;
}
.get_in_touch_alert p {
  font-size: 13px;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
}
.loader {
  background-color: #f3ae2d67;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.loader_bar {
  border-radius: 2px;
  background-color: #f3af2d;
  width: 0%;
  height: 10px;
  float: left;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.get_in_touch_alert.is_active {
  bottom: 60px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.get_in_touch_alert.is_active .loader_bar {
  width: 100%;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}
@media (hover: hover) {
  .desktop_nav ul li a:hover::after {
    bottom: 0px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
.hamburger {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 3px;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  top: 20px;
  right: 23px;
  pointer-events: none;
  transform: translate(10px, 0px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: translate(10px, 0px);
  -moz-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  -o-transform: translate(10px, 0px);
}
.hamburger > svg {
  width: 8px;
  height: 8px;
  fill: #3f3f3f;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.hamburger.is_active > svg:not(.active_class) {
  transform: scale(0);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.hamburger.is_active > svg.active_class {
  transform: scale(6.4);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(6.4);
  -moz-transform: scale(6.4);
  -ms-transform: scale(6.4);
  -o-transform: scale(6.4);
}
.close_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transform: translate3d(-10px, 10px, 0px);
  -webkit-transform: translate3d(-10px, 10px, 0px);
  -moz-transform: translate3d(-10px, 10px, 0px);
  -ms-transform: translate3d(-10px, 10px, 0px);
  -o-transform: translate3d(-10px, 10px, 0px);
}
.close_top {
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 13px;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transform: translate3d(10px, -10px, 0px);
  -webkit-transform: translate3d(10px, -10px, 0px);
  -moz-transform: translate3d(10px, -10px, 0px);
  -ms-transform: translate3d(10px, -10px, 0px);
  -o-transform: translate3d(10px, -10px, 0px);
}
.hamburger.is_active .close_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  z-index: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
.hamburger.is_active .close_top {
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 13px;
  z-index: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
@media (hover: hover) {
  .hamburger.is_active:hover .close_bottom {
    transform: translate3d(2px, -2px, 0px) scale(0.8);
    -webkit-transform: translate3d(2px, -2px, 0px) scale(0.8);
    -moz-transform: translate3d(2px, -2px, 0px) scale(0.8);
    -ms-transform: translate3d(2px, -2px, 0px) scale(0.8);
    -o-transform: translate3d(2px, -2px, 0px) scale(0.8);
  }
  .hamburger.is_active:hover .close_top {
    transform: translate3d(-2px, 2px, 0px) scale(0.8);
    -webkit-transform: translate3d(-2px, 2px, 0px) scale(0.8);
    -moz-transform: translate3d(-2px, 2px, 0px) scale(0.8);
    -ms-transform: translate3d(-2px, 2px, 0px) scale(0.8);
    -o-transform: translate3d(-2px, 2px, 0px) scale(0.8);
  }
}
.cta_buttons {
  width: 120px;
  height: auto;
  float: left;
  display: flex;
  align-items: center;
  position: absolute;
  top: auto;
  right: 19px;
  justify-content: end;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.cta_buttons ul {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.cta_buttons ul li {
  width: fit-content;
  margin: 0;
  padding: 0;
  float: left;
}
.cta_buttons ul li a {
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3af2d;
  border-radius: 15px;
}
.cta_buttons ul li a svg {
  width: 60%;
  height: 60%;
  display: block;
  fill: #3f3f3f;
}
.mobile_nav {
  position: fixed;
  top: 130px;
  right: 20px;
  width: calc(100% - 80px);
  opacity: 0;
  max-width: 319px;
  height: calc(100dvh - 160px);
  background-color: #f3af2d;
  border-radius: 10px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.4);
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  gap: 40px;
  padding: 40px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mobile_nav.is_active {
  right: 40px;
  opacity: 1;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
nav.is_active .cta_buttons {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
}
.mobile_nav .mobile_nav_links {
  width: 100%;
  height: auto;
  float: left;
}
.mobile_nav .mobile_nav_links ul {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}
.mobile_nav .mobile_nav_links ul li {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  text-align: right;
}
.mobile_nav .mobile_nav_links ul li a {
  width: fit-content;
  font-size: 19px;
  cursor: pointer;
  font-weight: 600;
  height: auto;
  float: right;
  display: block;
  text-align: center;
  position: relative;
  padding: 8px 0;
  text-decoration: none;
  white-space: nowrap;
  color: #3f3f3f;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mobile_nav .mobile_nav_links ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  background-color: #3f3f3f;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .mobile_nav .mobile_nav_links ul li a:hover::after {
    bottom: 0px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
.mobile_nav .mobile_cta_buttons {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  justify-content: end;
}
.mobile_nav .mobile_cta_buttons ul {
  width: fit-content;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  list-style: none;
}
.mobile_nav .mobile_cta_buttons ul li {
  width: 40px;
  height: 40px;
}
.mobile_nav .mobile_cta_buttons ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3f3f3f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 2px solid #3f3f3f;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mobile_nav .mobile_cta_buttons ul li a svg {
  width: 70%;
  height: 70%;
  display: block;
  fill: #f3af2d;
}
@media (hover: hover) {
  .mobile_nav .mobile_cta_buttons ul li a:hover {
    background-color: #f3af2d;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .mobile_nav .mobile_cta_buttons ul li a:hover svg {
    fill: #3f3f3f;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .cta_buttons ul li a:hover {
    background-color: #3f3f3f;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .cta_buttons ul li a:hover svg {
    fill: #f3af2d;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
/*------------------------------------*\
    NEW SINGLE PROJECT PAGE
\*------------------------------------*/
.single_project_title h3 {
  width: 100%;
  float: left;
  color: #3f3f3f;
}
.project_overview {
  padding: 40px 0;
}
.project_overview > ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.project_overview > ul > li > ul {
  list-style: decimal;
  padding: 0 0 0 18px;
}
.project_overview > ul a {
  color: #f3af2d;
  font-size: 15px;
}
.new_title_row {
  padding: 40px 0;
  text-align: center;
}
.new_title_row h3 {
  padding: 0;
  margin: 0;
  color: #3f3f3f;
  font-size: 12px;
}
.new_title_row h1 {
  padding: 0;
  margin: 0;
  color: #3f3f3f;
}
.orange_bg {
  background-color: #f3af2d;
}
.project_overview_section_intro .fixed_width {
  max-width: 600px;
  position: relative;
}
.full_width.project_overview_section_intro {
  padding: 70px 0;
}
.full_width.project_overview_section_intro h3 {
  border-bottom: 1px solid #f3af2d;
  width: fit-content;
  text-align: center;
}
.full_width.project_overview_section_intro * {
  color: #3f3f3f;
}
.full_width.project_overview_section_intro p > span > strong {
  color: #f3af2d;
}
.full_width.project_overview_section_intro ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project_overview_section_intro .fixed_width ol li {
  font-size: 14px;
  font-weight: bold;
}
.project_overview_section_intro img {
  cursor: pointer;
}
.project_overview_section_intro img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 900px) {
  .project_overview > ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .project_overview > ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
/*------------------------------------*\
    home
\*------------------------------------*/
.feedback_area {
  text-align: center;
}
.feedback_area h2 {
  color: #f3af2d;
}
.home_header_slider {
  height: 40dvh;
  position: relative;
}
.home_header_slider .intro_text_area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /* top: 160px; */
  z-index: 1;
}
.home_header_slider .intro_text_area .profile_shot {
  background-color: #eff0f1;
}
.home_header_slider .swiper {
  height: 100%;
  /* pointer-events: none; */
  position: relative;
  z-index: 0;
}
.home_header_slider .home_slider_scroll_icon {
  width: 20px;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.home_header_slider .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}
.home_header_slider .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_header_slider .swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #ffffffb5;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home_header_slider .swiper-slide svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  fill: #3f3f3f;
}
.home_header_slider .swiper-slide a button {
  width: 160px;
  height: auto;
  position: relative;
  border: 2px solid #3f3f3f;
  padding: 10px 20px;
  background-color: #fff;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (hover: hover) {
  .home_header_slider .swiper-slide:hover a {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home_header_slider .swiper-slide a button:hover {
    background-color: #3f3f3f;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.home_header_slider .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.home-page-container {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 80px 0 40px 0;
}
.intro-title__1 {
  width: 86%;
  height: 120px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.intro-title__1 h2 {
  color: #fff;
  transform: translate(0px, 30px);
  opacity: 0;
}

#start-button {
  width: auto;
  height: auto;
  border: 2px solid #f3af2d;
  padding: 10px 20px;
  background-color: transparent;
  color: #f3af2d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  font-size: 13px;
  transform: translate(0px, 30px);
  opacity: 0;
}
@media (hover: hover) {
  #start-button:hover {
    padding: 10px 20px;
    background-color: #f3af2d;
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.home__left-nav {
  width: 300px;
  border-right: 1px solid #3f3f3f;
  background-color: #fff;
  height: 100dvh;
  float: left;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  z-index: 3;
  opacity: 0;
  left: -100%;
  padding: 40px;
}
.home__left-nav p {
  font-weight: 700;
}
.sidebar-gsap {
  opacity: 1;
}
.sidebar-headshot {
  width: 220px;
  height: 220px;
  float: left;
  margin: 0 0 20px 0;
}
.sidebar-headshot > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center top;
  border-radius: 50%;
}

.sidebar-title {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
}
.sidebar-title h3,
p {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #3f3f3f;
}
.sidebar-title h3,
p b {
  font-weight: bold;
}

.sidebar-title hr {
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 10px 0;
  background-color: #3f3f3f;
  float: left;
}
.sidebar-years {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  margin: 10px 0 0 0;
}
.sidebar-years p {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.sidebar-years hr {
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 10px 0;
  background-color: #2f4865;
  float: left;
}

.sidebar-years button {
  width: auto;
  height: auto;
  border: 2px solid #f3af2d;
  padding: 10px 20px;
  background-color: transparent;
  color: #f3af2d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (hover: hover) {
  .sidebar-years button:hover {
    background-color: #f3af2d;
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.intro_text_area {
  height: auto;
  position: relative;
  padding: 150px 0 0px 0;
  z-index: 1;
  display: flex;
  gap: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.intro_text_area.is_active {
  padding: 40px 40px 40px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.profile_shot {
  width: 30%;
  min-width: 200px;
  max-width: 240px;
  height: auto;
  float: left;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #eff0f1;
  padding: 20px;
  border-radius: 10px;
  /* transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; */
}
.profile_shot a.connect {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #f3af2d;
  border: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.profile_shot a.connect svg {
  width: 20px;
  height: 20px;
  fill: #3f3f3f;
  display: block;
  position: relative;
  z-index: 3;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.profile_shot button.connect.is_active {
  background-color: #3f3f3f;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.profile_shot button.connect.is_active svg {
  fill: #f3af2d;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.profile_shot .connect_ctas {
  width: 40px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 5px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.connect_ctas.is_active {
  pointer-events: all;
}
.profile_shot .connect_ctas ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.profile_shot .connect_ctas ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
}
.profile_shot .connect_ctas ul li a {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  opacity: 0;
  background-color: #f3af2d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.profile_shot .connect_ctas ul li a svg {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  fill: #3f3f3f;
  max-width: 23px;
}
@media (hover: hover) {
  .profile_shot .connect_ctas ul li a:hover {
    background-color: #3f3f3f;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .profile_shot .connect_ctas ul li a:hover svg {
    fill: #f3af2d;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
.profile_shot img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  display: block;
  object-position: center top;
  border-radius: 50%;
  position: relative;
}
.intro_text_area.is_active .profile_shot {
  width: 200px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.bio_parent_page {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 0 40px 0;
}
.experience_snapshot {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  text-align: center;
}
.experience_snapshot b {
  font-weight: 700;
  width: 100%;
  float: left;
  font-size: 12px;
}
.bio_images_container {
  width: 240px;
  height: calc(100dvh - 180px);
  position: sticky;
  display: flex;
  top: 140px;
  flex-direction: column;
  gap: 40px;
  pointer-events: none;
  opacity: 1;
  float: left;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.bio_images_container.is_active {
  height: calc(100dvh - 80px);
  top: 40px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.bio_images_container .swiper {
  height: calc(50% - 20px);
  float: left;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.bio_images_container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile_text_area {
  width: calc(100% - 240px);
  height: auto;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 5px;
  max-width: 730px;
}
.profile_text_area h3,
.profile_text_area h1,
.profile_text_area h2,
.profile_text_area p {
  margin: 0;
  padding: 0;
}
.profile_text_area p {
  line-height: 20px;
  margin: 0 0 20px 0;
  text-align: left;
}
.profile_text_area p > span {
  display: inline-block;
}
.profile_text_area p > a {
  display: inline-block;
  color: #3f3f3f;
}
.profile_text_area a {
  width: 30px;
  height: 30px;
  display: block;
}
.profile_text_area a svg {
  width: 30px;
  height: 30px;
  fill: #3f3f3f;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.profile_text_area a {
  display: block;
  text-decoration: none;
  width: fit-content;
  float: left;
  height: auto;
}
.profile_text_area button {
  width: 140px;
  height: auto;
  border: 2px solid #f3af2d;
  padding: 10px 20px;
  background-color: #f3af2d;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.profile_text_area button#full-bio {
  width: 160px;
  height: auto;
  border: 2px solid #3f3f3f;
  padding: 10px 20px;
  background-color: #fff;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (hover: hover) {
  .profile_text_area button:hover {
    background-color: transparent;
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .profile_text_area button#full-bio:hover {
    background-color: #3f3f3f;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .profile_text_area a:hover svg {
    fill: #f3af2d;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}
.home__right-content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  opacity: 0;
  padding: 0px 40px 40px 40px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.project-container {
  width: 100%;
  height: 200px;
  transform: translate(0px, -10px);
  opacity: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.home__right-content.is_active .project-container {
  pointer-events: none;
}

.inspect_circle {
  width: 50px;
  height: 50px;
  z-index: 10;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.5);
  will-change: transform, visibility;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
}

.inspect_circle.is_active {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.project-container:hover {
  cursor: none; /* Hide the cursor when hovering over a project container */
}
.project-dark-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 26px -23px rgba(63, 63, 63, 1);
  -moz-box-shadow: inset 0px 0px 26px -23px rgba(63, 63, 63, 1);
  box-shadow: inset 0px 0px 26px -23px rgba(63, 63, 63, 1);
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 26px -23px rgba(63, 63, 63, 1);
  -moz-box-shadow: inset 0px 0px 26px -23px rgba(63, 63, 63, 1);
  box-shadow: inset 0px 0px 26px -23px rgba(63, 63, 63, 1);
  transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project-inspect {
  position: absolute;
  top: 0;
  bottom: -10%;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 3;
  opacity: 0;
  transform: rotate(26deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project-inspect > img {
  width: 100%;
  height: auto;
  display: block;
}
.full_width.hide_on_focus {
  opacity: 1;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.hide_on_focus.is_active {
  opacity: 0;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
@media (hover: hover) {
  .project-container:hover .project-dark-overlay {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .project-container:hover .project-bg {
    transform-origin: center;
    transform: scale(1.2);
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    -ms-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
  }
  .project-container:hover .project-inspect {
    bottom: 0%;
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.full-bio-container {
  width: calc(100% - 280px);
  height: auto;
  float: left;
  position: relative;
  z-index: 0;
  background-color: #fff;
  display: flex;
  padding: 160px 0 40px 0;
  gap: 40px;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.full-bio-container.is_active {
  left: 280px;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#close-bio {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  width: auto;
  height: auto;
  border: 2px solid #f3af2d;
  padding: 10px 20px;
  background-color: transparent;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (hover: hover) {
  #close-bio:hover {
    background-color: #f3af2d;
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
#get-in-touch-bio button {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  width: auto;
  height: auto;
  border: 2px solid #f3af2d;
  padding: 10px 20px;
  background-color: #f3af2d;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (hover: hover) {
  #get-in-touch-bio button:hover {
    background-color: transparent;
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.left-bio-container {
  width: calc(100% - 180px);
  height: auto;
  float: left;
  position: relative;
  opacity: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.white_blob {
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 20px 20px 20px;
  position: relative;
  opacity: 0;
  max-width: 900px;
  float: left;
  background-color: #efefef;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0;
  transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.project_overview_section_intro .fixed_width .white_blob {
  width: 100%;
  height: auto;
  float: left;
  padding: 40px 20px 20px 20px;
  position: relative;
  opacity: 1;
  float: left;
  background-color: #efefef;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0;
  transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.white_blob.is_active {
  opacity: 1;
  transform: translate(0, -20px);
  padding: 20px 20px 20px 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}
.white_blob:not(:last-of-type) {
  margin: 0 0 20px 0;
}
.white_blob .speech_bubble_tail {
  position: absolute;
  left: -0;
  bottom: -10px;
  z-index: 1;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
.left-bio-container h2 {
  color: #3f3f3f;
  font-size: 21px;
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0 50px 0;
}
.left-bio-container h3 {
  color: #3f3f3f;
  font-size: 15px;
  width: 100%;
  height: auto;
  float: left;
}
.left-bio-container h4 {
  color: #3f3f3f;
  font-size: 13px;
  width: 100%;
  height: auto;
  float: left;
}
.left-bio-container p {
  color: #3f3f3f;
  font-size: 15px;
  width: 100%;
  height: auto;
  float: left;
}
.left-bio-container i {
  color: #f3af2d;
  font-size: 13px;
  margin: 20px 0 0 0;
  width: 100%;
  height: auto;
  float: left;
  font-weight: 600;
}
.left-bio-container a {
  color: #f3af2d;
  font-size: 15px;
  width: fit-content;
  height: auto;
  float: left;
  text-decoration: none;
  position: relative;
  margin: 40px 0;
  font-weight: 700;
}
.left-bio-container a::before {
  background-color: #f3af2d;
  content: "";
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  bottom: -7px;
  left: 0;
  border: 0;
  float: left;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .left-bio-container a:hover {
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .left-bio-container a:hover::before {
    background-color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.right-bio-container {
  width: 140px;
  height: auto;
  float: left;
  padding: 60px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.right-bio-container hr {
  width: 100%;
  height: 1px;
  background-color: #f3af2d;
  float: left;
  margin: 10px 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
}

.menu-indicator {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-left: 0;
  z-index: 4;
  width: 100%;
  text-align: center;
  pointer-events: none;
  display: none;
}
.menu-indicator .indicator-wrapper {
  transform: translate3d(0, 0, 0);
  width: 150px;
  margin: 0 auto;
}
.menu-indicator .indicator-wrapper .indicator-cursor {
  width: 25px;
  position: absolute;
  top: 1.75em;
  z-index: 5;
  animation: cursor-animation 1.2s cubic-bezier(0.23, 1, 0.72, 1) infinite;
}
@keyframes cursor-animation {
  0% {
    left: 100px;
    transform: rotate(30deg);
  }
  100% {
    left: 40px;
    transform: rotate(0deg);
  }
}
.menu-indicator .indicator-wrapper .box-wrapper {
  width: 150px;
  overflow: hidden;
  height: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.menu-indicator .indicator-wrapper .box-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(239, 240, 241);
  background: linear-gradient(90deg, rgba(239, 240, 241, 0) 0%, rgba(239, 240, 241, 1) 20%, rgba(239, 240, 241, 1) 80%, rgba(239, 240, 241, 0) 100%);
  z-index: 2;
}
.menu-indicator .indicator-wrapper .box-wrapper .box-outer {
  position: relative;
  top: calc(50% - 1em);
  animation: box-animation 1.2s cubic-bezier(0.23, 1, 0.72, 1) infinite;
}
@keyframes box-animation {
  0% {
    left: 0px;
  }
  100% {
    left: -5em;
  }
}
.menu-indicator .indicator-wrapper .box-wrapper .box {
  position: absolute;
  width: 2em;
  height: 2em;
  border-radius: 3px;
  border: 1px solid #3f3f3f;
  z-index: 2;
}
.menu-indicator .indicator-wrapper .box-wrapper .box:nth-of-type(0) {
  left: 0em;
}
.menu-indicator .indicator-wrapper .box-wrapper .box:nth-of-type(1) {
  left: 4.25em;
}
.menu-indicator .indicator-wrapper .box-wrapper .box:nth-of-type(2) {
  left: 8.5em;
}
.menu-indicator .indicator-wrapper .box-wrapper .box:nth-of-type(3) {
  left: 12.75em;
}

.skill-container {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.skill-container img {
  width: 60px;
  height: auto;
  display: block;
  float: left;
}
.skill-container h3 {
  color: #3f3f3f;
  font-size: 13px;
  width: 100%;
  height: auto;
  float: left;
  margin: 5px 0;
}
.skill-container i {
  color: #3f3f3f;
  font-size: 13px;
  width: 100%;
  height: auto;
  float: left;
}
.project-focus {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  background-color: #3f3f3f;
  z-index: 3;
  display: none;
  opacity: 0;
}
#close-project {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  width: auto;
  height: auto;
  border: 2px solid #f3af2d;
  padding: 10px 20px;
  background-color: transparent;
  color: #f3af2d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (hover: hover) {
  #close-project:hover {
    background-color: #f3af2d;
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
#get-in-touch button {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  width: auto;
  height: auto;
  border: 2px solid #fff;
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (hover: hover) {
  #get-in-touch button:hover {
    background-color: #fff;
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.single-project-container {
  width: calc(100% - 40px);
  height: calc(100% - 115px);
  position: absolute;
  top: 115px;
  left: 40px;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}

.single-project-container h2 {
  color: #fff;
  font-size: 21px;
}
.single-project-container p {
  color: #fff;
  font-size: 15px;
  padding: 0 0 40px 0;
}
.single-project-container img {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin: 0 0 40px 0;
}
.hr_spacer {
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 20px 0;
  float: left;
  background-color: #f3af2d;
}
.field_scroll {
  display: flex;
  align-items: center;
  justify-content: end;
  width: calc(65% - 26px);
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.field_scroll.is_active {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mouse {
  width: 25px;
  height: 45px;
  border: 2px solid #3f3f3f;
  border-radius: 60px;
  position: relative;
}
.mouse::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3f3f3f;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 40px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 40px;
  }
}

/*------------------------------------*\
    PROJECTS INTRO PARENT
\*------------------------------------*/
.projects_intro_parent {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 160px 0 60px 0;
  min-height: 70dvh;
}
.projects_intro_text {
  width: 35%;
  height: auto;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.projects_intro_text * {
  padding: 0;
  margin: 0;
}
.projects_intro_text p {
  margin: 20px 0 0 0;
}
.projects_intro_swiper {
  width: 59%;
  height: auto;
  float: left;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.projects_intro_swiper .swiper,
.projects_intro_swiper .swiper-wrapper,
.projects_intro_swiper .swiper-slide {
  height: 100%;
}
.projects_intro_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.projects_intro_swiper .swiper-pagination {
  top: unset;
  bottom: -19px;
  border-radius: 10px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #f3af2d;
}
.full_width.projects_page_loop_parent {
  padding: 0 0 40px 0;
}
.projects_page_loop_parent .fixed_width {
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.projects_page_loop_parent .fixed_width a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  height: 260px;
  background-color: #eff0f1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.projects_page_loop_parent .fixed_width a:hover {
  cursor: none; /* Hide the cursor when hovering over a project container */
}
.project_thumbnail {
  width: 100%;
  height: 180px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 19px -13px rgba(63, 63, 63, 0.4);
  -moz-box-shadow: 0px 10px 19px -13px rgba(63, 63, 63, 0.4);
  box-shadow: 0px 10px 19px -13px rgba(63, 63, 63, 0.4);
}
.extra_project_title {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  width: fit-content;
  border: 1px solid #3f3f3f;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  float: left;
  color: #3f3f3f;
  background-color: #eff0f1;
  display: flex;
  justify-content: space-between;
  gap: 2px;
  align-items: center;
}
.extra_project_title p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #3f3f3f;
  font-weight: 800;
}
.extra_project_title svg {
  display: block;
  height: 20px;
  width: 26px;
}
.post_loop_content {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding: 20px;
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.post_loop_content h2 {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  font-weight: 700;
  width: 100%;
  float: left;
  font-size: 12px;
  color: #3f3f3f;
}
.post_loop_content p {
  height: auto;
  margin: 0;
  padding: 5px 10px;
  width: fit-content;
  border: 1px solid #3f3f3f;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
  float: left;
  color: #3f3f3f;
  flex-grow: 1;
}
.click_to_view {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: fit-content;
  background-color: #3f3f3f;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.click_to_view p {
  padding: 0;
  margin: 0;
  color: #f3af2d;
  font-size: 10px;
  font-weight: 600;
}
/*------------------------------------*\
    HOME SKILLS CALL OUT
\*------------------------------------*/
.home_skills_callout {
  margin: 40px auto;
}
.home_skills_callout h2 {
  color: #3f3f3f;
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 300;
}
.home_skills_callout h2 span {
  color: #f3af2d;
  margin: 0;
  padding: 0;
}
/*------------------------------------*\
    HOME PROJECT OVERVIEW
\*------------------------------------*/
.home_project_container {
  padding: 0 0 40px 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home_project_container > .swiper {
  width: 100%;
  border-radius: 10px;
  float: left;
  margin: unset;
}
.home_project_container_swiper_buttons {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 40px 0 0 0;
}
.home_project_container_swiper_buttons .swiper-button-prev,
.home_project_container_swiper_buttons .swiper-button-next {
  width: 40px;
  height: 40px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  display: flex;
}
.home_project_container_swiper_buttons .swiper-button-prev {
  justify-content: start;
}
.home_project_container_swiper_buttons .swiper-button-next {
  justify-content: end;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single_home_project {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: 40px;
  min-height: 360px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.home_project_container .swiper-wrapper {
  container-type: inline-size;
  container-name: project_home;
}
.home_project_overview {
  width: 100%;
  height: auto;
  float: left;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  box-sizing: border-box;
}
.home_project_overview img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  float: left;
  display: block;
  transform-origin: 0% 100%;
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.home_project_overview h2,
.home_project_overview p,
.home_project_overview h3 {
  margin: 0;
  padding: 0;
}
.home_project_overview p {
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #e6e5e5;
}
.home_project_overview h3 {
  color: #f3af2d;
  font-size: 14px;
  font-weight: 400;
}
.home_project_overview button {
  max-width: 150px;
  height: auto;
  border: 2px solid #f3af2d;
  padding: 10px 20px;
  background-color: #f3af2d;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.home_project_slider {
  width: 100%;
  height: auto;
  max-width: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.home_project_slider img {
  display: none;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  float: left;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transform-origin: 0% 100%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.home_project_slider .swiper {
  width: 100%;
  height: 100%;
  max-width: 280px;
  max-height: 280px;
}
.home_project_slider .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.home_project_slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.home_project_slider .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.all_projects_title_container {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 0 40px 0;
}
.all_projects_title_container h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 2em;
  margin: 0;
  text-align: center;
  font-weight: 300;
}
.all_projects_title_container a {
  text-decoration: none;
  display: block;
  margin: 20px 0 0 0;
}
.all_projects_title_container p {
  width: 100%;
  max-width: 370px;
}
.all_projects_title_container button {
  max-width: 250px;
  height: auto;
  border: 2px solid #fff;
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.projects_relative {
  position: relative;
  z-index: 1;
}

@media (hover: hover) {
  .all_projects_title_container button:hover {
    border: 2px solid #f3af2d;
    background-color: #3f3f3f;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.projects_bg {
  background-color: #f3af2d;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.projects_bg .swiper-pagination {
  width: 100%;
  height: 100%;
  background-color: #f3af2d;
  z-index: 0;
  top: 0;
  left: 0;
}
.projects_bg .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #3f3f3f;
}
.swiper-pagination-progressbar {
  transform-origin: left;
  height: 100%;
}
.projects_bg .swiper-pagination-progressbar-fill {
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
@media (hover: hover) {
  .single_home_project:hover .home_project_overview button {
    background-color: transparent;
    color: #3f3f3f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .swiper-button-next:hover:after,
  .swiper-button-prev:hover:after {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .single_home_project:hover .home_project_overview img {
    transform: scale(1);
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .single_home_project:hover .home_project_slider img {
    transform-origin: 0% 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
  background-color: #2e2e2e;
  padding: 150px 0 50px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
}
footer .fixed_width {
  display: flex;
  gap: 40px;
  position: relative;
}
.get_in_touch_footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 200px;
  height: auto;
}
.get_in_touch_footer h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.get_in_touch_footer ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.get_in_touch_footer a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #f3af2d;
  position: relative;
}
.get_in_touch_footer a::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #f3af2d;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sitemap_footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 200px;
  height: auto;
}
.sitemap_footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sitemap_footer h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.sitemap_footer ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.sitemap_footer a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #f3af2d;
  position: relative;
}
.sitemap_footer a::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #f3af2d;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.logo_footer {
  width: calc(100% - 280px);
  height: auto;
  display: flex;
  justify-content: end;
  align-items: end;
}
.logo_footer svg {
  width: 100px;
  height: auto;
  display: block;
}
@media (hover: hover) {
  .sitemap_footer a:hover::after {
    width: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .get_in_touch_footer a:hover::after {
    width: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
.about_skills_slider {
  display: none;
}
/*------------------------------------*\
    SINGLE PROJECT PAGE
\*------------------------------------*/
.full_screen_video,
.full_screen_image {
  position: fixed;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100dvh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 100;
  background-color: #fff;
  filter: drop-shadow(0px 0px 5px #00000077);
  -webkit-filter: drop-shadow(0px 0px 5px #00000077);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.full_screen_video.is_active,
.full_screen_image.is_active {
  pointer-events: all;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.full_screen_image img {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  object-fit: contain;
  object-position: center;
}
.full_screen_video button,
.full_screen_image button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: auto;
  border: 2px solid #3f3f3f;
  padding: 10px 20px;
  background-color: #fff;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 2;
}

.full_screen_video button:hover,
.full_screen_image button:hover {
  background-color: #3f3f3f;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.full_screen_video svg {
  position: absolute;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.full_screen_video svg.is_active {
  opacity: 0.5;
}
.full_screen_video svg.pause {
  bottom: 100px;
  width: 40px;
  height: 40px;
}
.full_screen_video svg.play {
  bottom: 50px;
  width: 40px;
  height: 40px;
}
input#scrubber {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 170px);
  bottom: 56px;
}
#scrubber {
  -webkit-appearance: none; /* Remove default styling for WebKit browsers */
  appearance: none; /* Remove default styling */
  width: 100%; /* Full width for horizontal slider */
  height: 16px; /* Track height */
  background: #f0f0f0; /* Light gray background for the track */
  border-radius: 4px; /* Rounded track edges */
  outline: none; /* Remove focus outline */
}

#scrubber::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove default thumb styling for WebKit browsers */
  appearance: none;
  width: 10px; /* Thumb width */
  height: 10px; /* Thumb height */
  background: #3f3f3f; /* Orange color for the thumb */
  border-radius: 50%; /* Make the thumb circular */
  border: 2px solid #3f3f3f; /* Add a contrasting border for visibility */
  cursor: pointer; /* Change cursor to pointer */
}

#scrubber::-webkit-slider-runnable-track {
  background: #f0f0f0; /* Orange track color */
  border-radius: 4px; /* Rounded edges */
  height: 8px; /* Match track height */
}

#scrubber::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #3f3f3f;
  border-radius: 50%;
  border: 2px solid #3f3f3f;
  cursor: pointer;
}

#scrubber::-moz-range-track {
  background: #f0f0f0;
  height: 8px;
  border-radius: 4px;
}

#scrubber::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #3f3f3f;
  border-radius: 50%;
  border: 2px solid #3f3f3f;
  cursor: pointer;
}

#scrubber::-ms-track {
  background: transparent; /* Transparent track to avoid conflicts */
  border-color: transparent;
  color: transparent;
  height: 8px;
}

#scrubber::-ms-fill-lower {
  background: #3f3f3f;
  border-radius: 4px;
}

#scrubber::-ms-fill-upper {
  background: #3f3f3f;
  border-radius: 4px;
}

@media (hover: hover) {
  .full_screen_video svg.pause:hover {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0.7;
  }
  .full_screen_video svg.play:hover {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0.7;
  }
}
.full_screen_video video {
  width: 100%;
  height: 80dvh;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 1;
}
.single_project_parent {
  position: relative;
}
.single_project_header {
  display: flex;
  gap: 40px;
}
.single_project_featured_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 440px);
  height: auto;
  aspect-ratio: 1 / 1;
  max-height: 800px;
  max-width: 50%;
  border-bottom-right-radius: 10px;
}
.single_project_header_text {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 0 40px 0;
  gap: 40px;
}
.single_project_logo {
  width: 100px;
  height: auto;
  float: left;
  display: none;
}
.single_project_logo img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #d3d3d4;
  padding: 5px;
}
.single_project_title {
  width: 100%;
  height: auto;
  float: left;
}
.single_project_title h1 {
  margin: 0;
  padding: 0;
  color: #f3af2d;
  max-width: calc(100% - 40px);
  float: left;
}
.single_project_title b {
  margin: 0;
  padding: 0;
  color: #3f3f3f;
  font-size: 14px;
  float: left;
  width: 100%;
}
.single_project_title img {
  width: 17px;
  height: auto;
  float: left;
  display: block;
}
.single_project_description {
  padding: 100px 0;
}
.single_project_description p {
  color: #3f3f3f;
}
/* .single_projects_images {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single_projects_images img {
  width: 100%;
  height: auto;
  display: block;
}
.single_projects_images hr {
  width: 100%;
  height: 1px;
  display: block;
  border: 0;
  float: left;
  background-color: #f3af2d;
} */
.horizontal_section {
  position: relative;
  /* height: 100vh; */
  /* overflow: hidden; */
}
.horizontal_wrapper {
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
.project_element {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.project_element_small {
  width: 100%;
  height: auto;
  padding: 5vh 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.project_element.last_slide {
  width: 100%;
  height: auto;
  padding: 80px 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.project_element img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.project_element video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.project_element.text_element .fixed_width {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project_element.text_element .fixed_width h2,
.project_element.text_element .fixed_width h3,
.project_element.text_element .fixed_width h1,
.project_element.text_element .fixed_width p {
  margin: 0;
  padding: 0;
}
.project_element.text_element .fixed_width h3 {
  color: #f3af2d;
}
.project_element.text_element .fixed_width h1,
.project_element.text_element .fixed_width h2,
.project_element.text_element .fixed_width p {
  color: #3f3f3f;
}
.project_element.text_element .fixed_width h1 {
  font-size: 100px;
}
.project_element.text_element .fixed_width a {
  display: block;
  width: fit-content;
}
.project_element.text_element .fixed_width button {
  width: 140px;
  height: auto;
  border: 2px solid #f3af2d;
  padding: 10px 20px;
  background-color: #f3af2d;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.project_element.text_element .fixed_width button:hover {
  background-color: transparent;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single_page_all_work_slider {
  /* padding: 0 0 80px 0; */
}
.single_page_all_work_slider .swiper {
  height: 100%;
}
.single_page_all_work_slider .swiper-wrapper {
  height: 100%;
}
.single_page_all_work_slider .swiper-slide {
  height: auto;
  display: flex;
  max-height: 80vh;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}
.single_page_all_work_slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.single_page_all_work_slider .swiper-slide video {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single_page_all_work_slider .swiper-slide .zoom_in {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 30px;
  height: 30px;
  z-index: 2;
	pointer-events: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single_page_all_work_slider .swiper-slide:hover .zoom_in {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single_page_all_work_slider .swiper-slide video:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.fixed_width.project_nav_links {
  display: flex;
  gap: 40px;
  padding: 20px 0 40px 0;
}
.nav_previous_project,
.nav_next_project {
  width: 100%;
  height: auto;
  float: left;
}
.nav_previous_project {
  display: flex;
  justify-content: start;
}
.nav_next_project {
  display: flex;
  justify-content: end;
}
.nav_previous_project a,
.nav_next_project a {
  width: 100%;
  max-width: 330px;
  height: auto;
  float: left;
  text-decoration: none;
  background-color: #eff0f1;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  color: #3f3f3f;
  display: flex;
  align-items: center;
  gap: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav_next_project a {
  flex-direction: row-reverse;
}
.project_nav_text {
  width: 100%;
  height: auto;
  float: left;
  max-width: 150px;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav_previous_project .project_nav_text {
  justify-content: start;
  align-items: center;
}
.nav_next_project .project_nav_text {
  justify-content: end;
  align-items: center;
}
.project_nav_text svg {
  width: 20px;
  height: 20px;
  fill: #3f3f3f;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.project_image_title {
  width: fit-content;
  height: auto;
  float: left;
}
.nav_project_image {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav_previous_project a h3,
.nav_next_project a h3 {
  margin: 0;
  padding: 0;
  color: #3f3f3f;
}
@media (hover: hover) {
  .nav_previous_project a:hover,
  .nav_next_project a:hover {
    background-color: #3f3f3f;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .nav_previous_project a:hover .project_nav_text span,
  .nav_next_project a:hover .project_nav_text span {
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .nav_previous_project a:hover .project_nav_text svg,
  .nav_next_project a:hover .project_nav_text svg {
    fill: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .nav_previous_project a:hover .nav_project_image,
  .nav_next_project a:hover .nav_project_image {
    width: 130px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@container project_home (width < 1350px) {
  .single_home_project {
    flex-direction: column-reverse;
  }
  .home_project_overview {
    max-width: unset;
  }
  .home_project_overview img {
    display: none;
  }
  .home_project_slider img {
    display: block;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 75px;
    border: 1px solid #f3af2d;
    padding: 5px;
    background-color: #fff;
  }
  .home_project_slider .swiper {
    width: 100%;
    height: auto;
    margin: unset;
    aspect-ratio: 1/1;
  }
}
@container project_home (width < 600px) {
  .home_project_slider .swiper {
    max-width: 200px;
    max-height: 200px;
  }
  .single_home_project {
    gap: 20px;
  }
}

@media only screen and (max-width: 1400px) {
  .projects_page_loop_parent .fixed_width {
    grid-template-columns: repeat(4, 1fr);
  }
  .projects_intro_swiper {
    width: 48%;
  }
}
@media only screen and (max-width: 1200px) {
  .home__right-content {
    grid-template-columns: repeat(4, 1fr);
  }
  .project-container {
    height: 200px;
  }
}
@media only screen and (max-width: 1110px) {
  .home_header_slider {
    /* height: 80dvh; */
    position: relative;
  }
  .projects_page_loop_parent .fixed_width {
    grid-template-columns: repeat(3, 1fr);
  }
  .projects_intro_swiper {
    width: 50%;
  }
  .projects_intro_parent {
    min-height: 60dvh;
  }
}
@media only screen and (max-width: 1000px) {
  .home__right-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_project_overview img {
    display: none;
  }
  .home_project_slider img {
    display: block;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 2;
    width: 80px;
    height: 80px;
    border-radius: 75px;
    border: 1px solid #f3af2d;
    padding: 5px;
    background-color: #fff;
  }
  .single_home_project {
    flex-direction: column-reverse;
  }
  .home_project_overview {
    max-width: unset;
  }
  .home_project_slider .swiper {
    width: 100%;
    height: auto;
    margin: unset;
    aspect-ratio: 1/1;
  }
  .home_skills_callout {
    margin: 30px auto;
  }
  .home_skills_callout h2,
  .all_projects_title_container h1 {
    font-size: 30px;
  }
  .project_element.text_element .fixed_width h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 990px) {
  .menu-indicator {
    position: fixed;
    bottom: 40px;
    right: 0;
    margin-left: 0;
    z-index: 4;
    width: 100%;
    text-align: center;
    pointer-events: none;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .menu-indicator.is_active {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .left-bio-container {
    width: 100%;
    height: calc(100% - 230px);
    margin: 0;
  }
  .skill-container {
    margin: 0 30px 0 0;
  }
  .skill-container h3 {
    font-size: 9px;
  }
  .field_scroll {
    display: flex;
    align-items: center;
    justify-content: end;
    width: calc(53% - 26px);
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .bio_images_container {
    display: none;
  }
  .full-bio-container {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .home_header_slider .home_slider_scroll_icon {
    display: none;
  }
  .home_header_slider {
    /* height: 60dvh; */
    position: relative;
    /* margin: 80px 0 0 0; */
  }
  .single_project_description {
    padding: 0;
  }
  .single_project_header {
    gap: unset;
    width: calc(100% - 80px);
    margin: 0 auto;
    max-width: 1400px;
    float: unset;
    padding: 160px 0 0 0;
    border-bottom: 1px solid #f3af2d;
  }
  .single_project_featured_image {
    display: none;
  }
  .single_project_logo {
    display: block;
  }
  /* .single_project_title img {
    width: 17px;
    height: auto;
    float: left;
    display: block;
    position: fixed;
    right: 10px;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: 2;
  } */
}
@media only screen and (max-width: 860px) {
  .projects_page_loop_parent .fixed_width {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects_intro_swiper {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 830px) {
  .nav_project_image {
    width: 60px;
    height: 60px;
  }
  .nav_previous_project a,
  .nav_next_project a {
    max-width: 250px;
  }
  @media (hover: hover) {
    .nav_previous_project a:hover .nav_project_image,
    .nav_next_project a:hover .nav_project_image {
      width: 60px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }
  }
}
@media only screen and (max-width: 800px) {
  .profile_text_area h1 {
    font-size: 25px;
  }
  .profile_text_area h2 {
    font-size: 14px;
  }
  .profile_text_area h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 790px) {
  .desktop_nav {
    opacity: 0;
    pointer-events: none;
    transform: translate(0px, 10px);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .hamburger {
    opacity: 1;
    pointer-events: all;
    transform: translate(0px, 0px);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .cta_buttons {
    right: 89px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .home_skills_callout {
    margin: 20px auto;
  }
  .home_skills_callout h2,
  .all_projects_title_container h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .single_page_all_work_slider {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 700px) {
  .home_header_slider {
    /* height: 340px; */
  }

  .home__right-content {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .intro_text_area {
    flex-direction: column;
    gap: 30px;
  }
  .profile_text_area {
    width: 100%;
  }
  .profile_shot {
    width: 100%;
    flex-direction: row;
    max-width: 340px;
    padding: 0;
    background-color: #fff;
  }
  .profile_shot a.connect {
    left: unset;
    right: 10px;
  }
  .profile_shot .connect_ctas {
    left: unset;
    right: -50px;
    top: 5%;
    height: 90%;
    display: flex;
  }
  .profile_shot .connect_ctas ul {
    gap: 5px;
    height: auto;
    justify-content: space-between;
  }
  .profile_shot img {
    width: 110px;
    height: 110px;
    display: block;
    border-radius: 55px;
  }
  .experience_snapshot {
    width: calc(100% - 130px);
    text-align: left;
    background-color: #eff0f1;
  }
  .intro_text_area.is_active {
    padding: 160px 40px 40px 40px;
  }
  .full-bio-container.is_active {
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .bio_images_container {
    display: none;
  }
  .projects_intro_parent {
    min-height: unset;
  }
  .projects_intro_swiper {
    display: none;
  }
  .projects_intro_text {
    width: 100%;
  }
  .project_element.text_element .fixed_width h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 660px) {
  .intro-title__1 {
    width: 86%;
    height: 120px;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
  }
  .home-page-container {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    float: left;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .home__left-nav {
    width: 100%;
    border-right: 0px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    background-color: #3f3f3f;
    height: 200px;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
    opacity: 0;
    left: -100%;
    padding: 40px;
  }
  .sidebar-headshot {
    width: 120px;
    height: 120px;
    float: left;
    margin: 0;
  }
  .sidebar-mobile-hide {
    display: none;
  }
  .sidebar-title {
    width: calc(100% - 150px);
    height: auto;
    float: left;
    text-align: left;
    margin: 0 0 0 5%;
  }
  .sidebar-title p {
    font-size: 11px;
  }
  .sidebar-title hr {
    margin: 5px 0;
  }
  .sidebar-years {
    width: calc(100% - 150px);
    height: auto;
    float: left;
    text-align: left;
    margin: 0 0 0 5%;
  }
  .sidebar-years button {
    margin: 10px 0 0 0;
    padding: 9px 13px;
  }
  .home__right-content {
    width: 100%;
    height: auto;
    top: 0;
    float: left;
    overflow-x: scroll;
  }

  .bio_images_container {
    display: none;
  }
  .project-focus {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    min-height: 100dvh;
  }
  .left-bio-container {
    padding: 0;
  }
  .field_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 630px) {
  .bio_parent_page {
    flex-direction: column;
  }
  .right-bio-container {
    display: none;
  }
  .left-bio-container {
    padding: 0;
    width: 100%;
  }
  .about_skills_slider {
    display: block;
    padding: 160px 0 0 0;
  }
  .full-bio-container {
    width: 100%;
    padding: 0 0 40px 0;
  }

  .nav_project_image {
    display: none;
  }
  .nav_previous_project a,
  .nav_next_project a {
    max-width: unset;
  }
  .nav_previous_project,
  .nav_next_project {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 500px) {
  .main_content_container {
    margin: 0 0 525px 0;
  }
  .projects_page_loop_parent .fixed_width {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_project_container {
    flex-direction: column;
    position: relative;
  }
  .home_project_container > .swiper {
    width: 100%;
  }

  .home_skills_callout {
    margin: 20px auto;
  }
  .home_skills_callout h2,
  .all_projects_title_container h1 {
    font-size: 30px;
  }
  .home__right-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .project-container {
    height: 150px;
  }
  .single_home_project {
    padding: 20px;
  }
  .home_project_slider img {
    left: -10px;
  }
  footer .fixed_width {
    flex-direction: column;
  }
  .logo_footer {
    width: 100px;
  }
  .project_element.text_element .fixed_width h1 {
    font-size: 40px;
  }
  .project_element:not(.text_element) {
    height: 50vh;
  }
}
@media only screen and (max-width: 477px) {
  .profile_shot {
    width: 100%;
    flex-direction: column;
    align-items: start;
    max-width: unset;
    padding: 0;
    background-color: #fff;
  }
  .experience_snapshot {
    width: 100%;
    background-color: #eff0f1;
  }
  .profile_shot a.connect {
    left: 100px;
    right: unset;
    top: 20px;
  }
  .profile_shot .connect_ctas {
    left: 129px;
    width: 100px;
    right: unset;
    top: 71px;
    height: auto;
    display: flex;
  }
  .profile_shot .connect_ctas ul {
    gap: 5px;
    height: auto;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media only screen and (max-width: 460px) {
  .mobile_nav {
    max-width: unset;
  }
}
@media only screen and (max-width: 440px) {
  .nav_previous_project a,
  .nav_next_project a {
    padding: 12px;
  }
  .nav_previous_project a h3,
  .nav_next_project a h3 {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
}
@media only screen and (max-width: 370px) {
  .profile_shot .connect_ctas {
    left: 20px;
    top: 100px;
  }
  .connect_ctas.is_active {
    display: none;
  }
  .profile_shot a.connect {
    display: none;
  }
  .cta_buttons ul li:not(:nth-of-type(1)) {
    display: none;
  }
  .cta_buttons ul {
    justify-content: end;
  }
  .nav_previous_project span,
  .nav_next_project span {
    display: none;
  }
}
