/*  GENERAL  */

html {
  scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    text-rendering: optimizeLegibility;
}
a, a:active, a:focus ,a:target {
    color: #13CE99;
    outline:none;
    transition-duration: 300ms;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    text-decoration: none;
}
a:hover {
    color: #13CE99 !important;
    outline: 0;
    text-decoration: underline;
}

.vertical-spacer {
  display: none;
  position: absolute;
  z-index: 99;
  width: 5rem;
  right: 0;
  height: 100%;
}
.vertical-spacer-60{
  display: none;
  width: 60px;
}
.hidden {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .vertical-spacer {
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .spacer {
    height: 5rem;
  }
  .vertical-spacer {
    display: none;
  }
  @media only screen and (min-width: 992px) {
    .vertical-spacer-60{
      display: block;
    }
  }
}

/* FONTS */

.title-xl{
  font-size: 3rem; /* 64px */
  font-weight: 800;
  letter-spacing: -1.3px;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2.5rem; /* 52px */
  font-weight: 900;
  letter-spacing: -1.3px;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 2rem; /* 46px */
  font-weight: 800;
  margin-bottom: 1rem;
}
h3 {
  font-size: 2.625rem; /* 42px */
  font-weight: 700;
  margin-bottom: 1rem;
}
h4 {
  font-size: 2.25rem; /* 36px */
  margin-bottom: 1rem;
  font-weight: 800;
}
h5 {
  font-size: 2rem; /* 32px */
  margin-bottom: 0.3rem;
}
h6 {
  font-size: 1.625rem; /* 26px */
  margin-bottom: 0.5rem;
}
p {
  line-height: 1.9rem;
}
.subtitle-medium {
  font-size: 1.1rem;  /* 20px */
  font-weight: 400;
}
.gradient-text {
  background: -webkit-linear-gradient(45deg, #286d9b, #24dd90 90%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.animated-color-gradient {
  background: linear-gradient(-45deg, #4B50C0, #666DFD, #292B61);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animated-neutral-gradient {
  background: linear-gradient(-45deg, #cfcfcf, #a7a7a7);
  background-size: 400% 400%;
  animation: gradient 30s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.medium {
  font-weight: 600 !important;
}
.w400 {
  font-weight: 400 !important;
}
.w500 {
  font-weight: 500 !important;
}
.w600 {
  font-weight: 600 !important;
}
.w700 {
  font-weight: 700 !important;
}
.w800 {
  font-weight: 800 !important;
}
.subtitle {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
  .title-xl{
    font-size: 4rem; /* 64px */
    line-height: 4.5rem;
  }
  h2 {
    font-size: 2.875rem; /* 46px */
    font-weight: 800;
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 3.25rem; /* 52px */
  }
  .subtitle-medium {
    font-size: 1.25rem;  /* 20px */
  }
}

/* CONTAINERS */

.round-container {
  border-radius: 50rem;
  width: 35rem;
  height: 35rem;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.text-container {
  display: flex;
  flex-direction: column;
}
.about-header-text-container {
  color: white;
  padding: 1.5rem !important;
  margin-bottom: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.about-header-text-container h1 {
 font-size: 2.1rem;
}
@media only screen and (min-width: 768px) {
  .about-header-text-container {
    padding: 2rem !important;
  }
}

/* GRIDS */

.centered-grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0 3rem 0 !important;
}
@media only screen and (min-width: 768px) {
  .centered-grid-container {
    padding: 2rem 0 0 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  
}

/* SPACINGS */

.no-padding {
  padding: 0 !important;
}

/* BUTTONS, PILLS, ETC */

.link-no-blur {
  -webkit-filter: none !important;
  filter: none !important;
}
input::-moz-focus-inner {
  border: 0;
}
.btn-main{
  padding: 0.6rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
  background-color: #13CE99;
  border: none;
  width: auto;
  transition-duration: 300ms;
}
.btn-main:hover{
  background-color: #10956F;
  border: none;
  color: white !important;
  text-decoration: underline;
}
.btn-margin{
  margin: 0 1.5rem;
}
.btn-sm-screen{
  display: flex;
}
.btn-lg-screen{
  display: none;
}
.button:focus:not(:focus-visible){
  display: none !important;
}
.pill-tag {
  margin: 0.5rem 0.5rem 0 0;
  background-color: #ececec !important;
  border-color: #d6d6d6 !important;
}
.pill-tag-dark {
  margin: 0.5rem 0.5rem 0 0;
  background-color: #0c0c0c !important;
  border-color: #1a1a1a !important;
  color: #bdbdbd;
  font-weight: 500;
}
.light {
    font-weight: 400;
}
.line-space {
  height: 25px;
}
.container-fluid {
  padding: 0;
  overflow: hidden;
}
.centered-headline{
  padding: 4rem 1rem 2rem 1rem;
}
.border-top-bottom {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.border-top {
  border-top: 1px solid black !important;
}
.border-bottom {
  border-bottom: 1px solid black !important;
}
.fw-normal {
  line-height: 1.3rem;
}
.text-muted-dark{
  color: #b3b3b3;
}
.grow {
  transition-duration: 300ms;
}
.grow:hover {
  transition-duration: 300ms;
  transform: scale(1.02);
}
.chevron-button i {
  color: #7e7e7e;
  transition-duration: 200ms;
  font-size: 2rem;
}
.chevron-button i:hover{
  color: #ffffff;
}
.wide-button{
  display: block;
  padding: 0.9rem 1rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.3rem;
  background-color: #13CE99;
  color: white;
  border: none;
  width: 100%;
  height: 3.5rem;
  transition-duration: 300ms;
}
.wide-button:hover {
  background-color: #10956F;
  color: white !important;
}
.figma-proto-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  border-radius: 8px;
}
.c4dr-proto {
  background-image: url('/images/digital/cities_coalition_for_digital_rights/edgaar_cities_coalition_for_digital_rights_08.webp');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}
.steamconf-proto {
  background-image: url('/images/digital/steamconf/edgaar_web_steamconf_09.webp');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}
.cultour-proto {
  background-image: url('/images/digital/cultour/edgaar_cultour_09.webp');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}
.figma-proto-buttons-wrapper {
  display: flex;
  flex-flow: column;
  height: 15rem;
  justify-content: space-evenly;
  padding: 0 3rem;
}
.figma-button {
  display: flex;
  min-width: 20rem;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  background: #000000;
  color: white;
  cursor: pointer;
  transition: transform 0.3s;
}
.figma-button:hover {
  transform: scale(1.02);
}

.figma-button span {
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .line-space {
    height: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .line-space {
    height: 60px;
  }
  .centered-headline{
    padding: 7rem 12rem 2rem 12rem;
  }
  .btn-sm-screen{
    display: none;
  }
  .btn-lg-screen{
    display: block;
    width: fit-content;
  }
  .chevron-button i {
    font-size: 2.3rem;
  }
}

/* CARDS */

.cards-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 2rem 0 3rem 0;
}
.about-card {
  width: 100%;
  max-height: fit-content;
  min-height: 14rem;
  margin: 1.3rem;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #DBDBDB;
}
.about-card img{
  width: 45px;
  height: auto;
}
.about-card h6, .home-card h6 {
  margin-top: 12px;
}
.about-card p, .home-card p {
  line-height: 1.6rem;
  font-size: 16px;
  color: #808080;
}
.home-card h6 {
  color: #000;
}
.home-card{
  width: 100%;
  max-height: fit-content;
  min-height: 14rem;
  margin: 1.3rem 0;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #DBDBDB;
}
@media only screen and (min-width: 768px) {
  .about-card {
    width: 18rem;
    max-height: 19rem;
    min-height: 19rem;
  }
}
@media only screen and (min-width: 992px) {
  .cards-grid {
    padding: 6rem 0;
  }
  .about-card {
    width: 17rem;
    max-height: 18rem;
    min-height: 18rem;
  }
  .about-card h6, .home-card h6 {
    margin-top: 12px;
  }
  .about-card p, .home-card p {
    line-height: 1.4rem;
    font-size: 14px;
  }

}
@media only screen and (min-width: 1200px) {
  .home-card{
    width: 16rem;
    max-height: 16rem;
    min-height: 16rem;
  }
}

/* TEMP horizontal scroll */

.card-container {
  position: relative;
  width: 100%;
}
.cards-wrapper {
  display: flex;
  padding: 0 0 .6rem 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none; /* Disable text selection */
  -webkit-user-drag: none; /* Disable image dragging */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For IE and Edge */
}
.cards-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and WebKit browsers */
}

 /* Custom Scrollbar for WebKit Browsers */
 .custom-scrollbar-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.custom-scrollbar {
  width: 15rem; /* Adjust based on the layout */
  appearance: none;
  height: 11px;
  background: #ececec;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.custom-scrollbar::-webkit-slider-thumb {
  appearance: none;
  width: 2rem;
  height: 11px;
  background: #4B50C0;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.custom-scrollbar:hover::-webkit-slider-thumb {
  height: 18px;
  width: 2.5rem;
}
.custom-scrollbar::-moz-range-thumb {
  width: 2rem;
  height: 11px;
  background: #4B50C0;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}
.custom-scrollbar:hover::-moz-range-thumb {
  height: 18px;
  width: 2.5rem;
}
.card {
  flex: 0 0 80%;
  max-width: 80%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
.card:hover {
  transform: scale(1.02);
}
.slider-control {
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

/* Controls */

.controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.controls button {
  padding: 10px 15px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.items{
  flex: 0 0 auto;
  scroll-snap-align: center; /* Centers each card */
  overflow: hidden;
  user-select: none;
  cursor: grab;
  transition: all 0.2s;
  will-change: transform;
  position: relative;
  padding-left: 15px;
  padding-right: 35px;
}
.items.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1.02);
}
.slider-control {
  border: none;
  background: none;
}
.h-scroll-controls {
  display: flex;
  justify-content: space-between;
  font-size: 1.55rem;
  padding: 0 10px;
  position: absolute;
  top: 35%;
}
.h-scroll-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 4rem 0;
}
.slider-control-wrapper-left, .slider-control-wrapper-right {
  margin: 0 0.2rem;
}
.row-card-description{
  max-width: 50rem;
  margin: 0 1rem 3rem 1rem;
  padding-top: 4rem;
  box-shadow: none;
  display: block;
  position: relative;
  z-index: 99;
}
.row-card-description h4{
  font-size: 1.7rem;
}
.row-card-description h5{
  font-size: 1.2rem;
}
.row-card {
  min-width: 20rem;
  max-width: 20rem;
  margin: 18px 30px;
  padding: 0;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.5rem;
  overflow: hidden;
}
.row-card a {
  height: 18rem;
  overflow: hidden;
}
.row-card a img {
  width: 20rem;
  height: auto;
}
.row-card:last-child {
  margin-right: 37px;
}
.row-card-featured{
  width: 100%;
  margin: 1.5rem 15px;
  padding: 0;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s;
}
.row-card-featured:hover{
  transform: scale(1.02);
}
.card-body h4 {
  padding-bottom: 0.5em;
}
.home-header-cards-item{
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s;
  transform: scale(0.98);
  will-change: transform;
  position: relative;
}
.home-header-cards-item.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}
.featured-card{
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.single-card-container {
  display: flex;
  margin-bottom: 2rem;
}

.triple-card-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.lg-card{
  width: 100%;
}
.md-card {
  width: 47%;
}
.sm-card{
  width: 31%;
}
.card-img {
  display: flex;
  justify-content: center;
  height: 23rem;
  width: 100%;
  background-color: rgb(143, 143, 143);
  background-repeat: no-repeat;
  background-position: center; 
  overflow: hidden;
  }
.card-img img{
  height: fit-content;
  }
.related-project-card-img {
  height: 25rem !important;
  }
.card-footer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
}
.card-footer-container h5 {
  margin-bottom: 0.3rem;
  color: black;
  font-weight: 600;
}
.card-button{
  color: #13CE99;
  transition-duration: 300ms;
  font-weight: 500;
}
.card-button:hover{
  color: #10956F !important;
  text-decoration: underline;
}
.card-body{
  padding: 1rem;
  width: 100%;
}
.card-body h6{
  margin-bottom: 0.1rem;
}
.card-title {
  font-size: 1.7rem;
}
.card-text {
  font-weight: 500;
  margin-bottom: 0;
}

.bi-chevron-left::before {
  background-color: #DBDBDB;
  border-radius: 50%;
  padding: 12px 14px 12px 10px;
  font-weight: 700 !important;
  margin-left: -10px;
  transition-duration: 200ms;
  /* border: 3px solid white; */
}

.bi-chevron-right::before {
  background-color: #DBDBDB;
  border-radius: 50%;
  padding: 12px 10px 12px 14px;
  font-weight: 700 !important;
  margin-right: -10px;
  transition-duration: 200ms;
  /* border: 3px solid white; */
}
.bi-chevron-left:hover::before, .bi-chevron-right:hover::before {
  background-color: #7e7e7e;
  transform: scale(1.1);
}
.cards-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem !important;
}
.card-skill{
  text-align: center;
  min-height: 5rem;
  width: 9rem !important;
}
.skills-card-container{
padding: 0 1rem;
margin-bottom: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .cards-wrapper {
    padding-left: 6rem;
  }
  .custom-scrollbar {
    width: 20rem; /* Adjust based on the layout */
  }
  .card-02 {
    width: 10rem;
  }
  .card-03 {
    width: 18rem;
    max-height: 35rem;
    min-height: 35rem;
    background-color: orange;
  }
  .row-card {
    min-width: 22rem;
    max-width: 22rem;
  }
  .row-card a {
    height: 19rem;
  }
  .row-card a img {
    width: 22rem;
  }
  .row-card:last-child {
    margin-right: 3rem;
  }
  .row-card-featured{
    width: 100%;
    margin: 1rem 12px;
  }
  .row-card-description{
    margin: 0 3rem 3rem 3rem;
    min-width: 30rem;
    padding-top: 5rem;
  }
  .items{
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 4rem;
  }
  .bi-chevron-left::before {
    margin-left: -45px;
  }
  
  .bi-chevron-right::before {
    margin-right: -45px;
  }
  .h-scroll-controls {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .cards-wrapper {
    padding-left: 8rem;
  }
  .slider-control-wrapper-left, .slider-control-wrapper-right {
    margin: 0 0.5rem;
  }
  .custom-scrollbar-container {
    margin: 0 0 0 4rem;
  }
  .custom-scrollbar {
    width: 35rem; /* Adjust based on the layout */
  }
  .row-card {
    min-width: 27rem;
    max-width: 27rem;
    margin: 4rem 2rem;
  }
  .row-card a {
    height: 25rem;
  }
  .row-card a img {
    width: 30rem;
  }
  .row-card:last-child {
    margin-right: 9rem;
  }
  .row-card-description h4{
    font-size: 2rem;
  }
  .row-card-description h5{
    font-size: 1.5rem;
  }
  .card-title {
    font-size: 2rem;
  }
  .row-card-featured{
    width: 297px;
    margin: 0.7rem;
  }
  .row-card-description{
    min-width: 30%;
    margin: 0 5rem 0 7rem;
    padding-top: 6rem;
  }
  .items{
    padding-left: 5.5rem;
    padding-right: 5rem;
  }
  .card-img-top {
    height: 25rem;
    width: auto;
  }
  .card-footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .h-scroll-controls {
    padding: 0 69px;
  }
  .skills-card-container{
    padding: 0 5rem;
    }
}
@media only screen and (min-width: 1200px) { 
  .row-card-description{
    min-width: 30rem;
    margin-bottom: 2rem;
  }
  .row-card {
    min-width: 30rem;
    max-width: 30rem;
    margin: 3rem 2rem;
  }
  .row-card a {
    height: 27rem;
  }
  .row-card a img {
    width: 30rem;
  }
  .row-card-featured{
    width: 357px;
    margin: 0.7rem;
  }
  .card-img-top {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) { 
  .row-card-featured{
    width: 417px;
    margin: 0.7rem;
  }
}

/* PRELOADER */

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

#loader{
	width: 12rem;
  height: 12rem;
}

/* COLORS */

.black {
  color: black !important;
}
.white {
  color: white !important;
}
/* Neutrals */
.neutral01 {
  color: #F9F9F9;
}
.neutral02 {
  color: #B8B8B8;
}
.neutral03 {
  color: #808080;
}
.neutral04 {
  color: #3C3C3C;
}
.neutral05 {
  color: #181818;
}
/* Green */
.green01 {
  color: #18FFBE;
}
.green02 {
  color: #13CE99;
}
.green03 {
  color: #10956F;
}
.green04 {
  color: #075A43;
}
/* Blue */
.blue01{
  color: #2FBAED;
}
.blue02{
  color: #0b7be3;
}
.blue03{
  color: #175971;
}
.blue04{
  color: #0E3746;
}
/* Red */
.red01 {
  color: #FF8479;
}
.red02 {
  color: #CF6A61;
}
.red03 {
  color: #9C4E47;
}
.red04 {
  color: #783F3A;
}
/* Purple */
.purple01 {
  color: #666DFD;
}
.purple02 {
  color: #4B50C0;
}
.purple03 {
  color: #414493;
}
.purple04 {
  color: #292B61;
}
/* Yellow */
.yellow01 {
  color: #FFCB3F;
}
.yellow02 {
  color: #D0A633;
}
.yellow03 {
  color: #A58222;
}
.yellow04 {
  color: #755C17;
}

/* Background COLORS */

.black-background {
  background-color: #000000;
}
.grey-background {
  background-color: #cacaca;
}
.orange-background {
  background-color: #EB873B;
}
.blue-background {
  background-color: #0b7be3;
}
.green-background {
  background-color: #2AB465;
}

/* ANIMATIONS */

.fade-in {
  opacity: 0; /* Start with opacity set to 0 */
  transition: opacity 1.3s ease; /* Add a smooth transition effect */
}
.fade-in.show {
  opacity: 1; /* Set opacity to 1 when the 'show' class is added */
}
.slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s, transform 0.5s;
}
.slide-left.show {
  opacity: 1;
  transform: translateX(0);
}
.slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.5s, transform 0.5s;
}
.slide-right.show {
  opacity: 1;
  transform: translateX(0);
}

/*  NAV  */

.nav-container {
  margin-left: 1rem;
  margin-right: 1rem;
}
.navbar-logo{
  display: block;
  position: absolute;
  top: 35px;
  transition: transform 0.3s;
}
.navbar-logo:hover{
  transform: scale(1.02);
}
.nav-logo{
  display: block;
  position: absolute;
  height: auto;
  width: 99px;
  top: -3rem;
}
.navbar {
	  background-color: white !important;
    border-bottom: 1px solid black;
    width: 100%;
    padding: 0;
}
.navbar-nav {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.navbar-light .navbar-toggler {
    color: black;
    border-color: transparent;
    padding: 0.3rem 0;
    transition-duration: 300ms;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler-icon:hover {
  color:#13CE99;
}
.nav-item {
  padding-left: 15px;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-weight: 400;
}
.nav-lang-toggle-btn {
  border-bottom: none;
}
.nav-lang-toggle-link{
  color:black !important;
  font-weight: 400;
  transition-duration: 200ms;
}
.nav-lang-toggle-link:hover{
  color:#13CE99 !important;
  transition-duration: 200ms;
}
.nav-link {
  color: black;
  font-size: 18px;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
	  color: white !important;
    outline-offset: none;
    text-decoration: underline;
    color: #fff;
    background: none;
    transition: none;
    text-decoration: underline;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(63, 207, 172)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-toggler {
    transition-duration: 300ms;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
@media only screen and (min-width: 768px) {
  .nav-logo{
    width: 115px;
  }
  .nav-container {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .navbar-nav {
    margin-top: 3rem;
  }

}

@media only screen and (min-width: 992px) {
  .navbar {
	  padding: auto;
}
  .nav-logo{
    width: 130px;
  }

  .nav-container {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .navbar {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
  }
  .nav-logo{
    width: 130px;
    top: -4rem;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-item {
    border-bottom: none;
  }
  /* .nav-item {
    padding: 0;
    border: none;
  } */
  .nav-lang-toggle-btn{
    margin-left: 2rem;
  }
  .lang-nav-item {
    border-top: none;
  }
  .first-nav-item {
    padding: 0;
  }
  .card-footer-container {
    flex-direction: row;
  }
  .single-card-container {
    margin-bottom: 5rem;
  }
  .card-img {
    height: 30rem;
    }
}

/*  BREADCRUMBS  */

.breadcrumbs-container {
  margin-top: 3rem;
}
.breadcrumb {
  padding: 1rem 0 !important;
  margin-bottom: 0;
  margin-left: 0.5rem;
  font-weight: 300;
  display: block;
  position: absolute;
}
.page-breadcrumb {
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-weight: 300;
  text-align: end;
}
.breadcrumb-link {
  color: white
}
.breadcrumb-link:hover {
  color: #13CE99 !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline:none;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin-left: 0rem;
  }
}

@media only screen and (min-width: 992px) {
  .breadcrumb {
    padding: 2rem 0 !important;
  }
  .page-breadcrumb {
    text-align: start;
    padding: 0 !important;
  }
}

/* HOME */
.home-featured-cards-block {
  margin: 0;
}
.home-header-cards-row{
  display: flex;
  flex-direction: column;
}
.home-card-grid {
  padding: 28px 0;
}
.header-card {
  max-width: 20rem;
  padding: 2rem;
  background-color: #8c8c8c;
  border-radius: 1rem;
}
.home-card img {
  width: 48px;
  height: auto;
}
.row-card-description-button{
  margin-top: 2rem;
}
.home-about-section {
  display: block;
  position: relative;
  z-index: 99;
  padding: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.home-description-title h6 {
  font-weight: 800;
}
.home-description-text p{
  width: 100%;
  padding-top: 1rem;
}
.centered-text-box {
  display: block;
  position: relative;
  z-index: 999;
  text-align: left;
  min-height: 35rem;
  background-color: white;
  padding: 4.5rem 2rem 1rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.centered-text-box-container {
  margin-bottom: 3rem;
}
.home-description-two-col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 3rem;
}
.home-description-two-col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}
.home-description-two-col-right {
  width: 100%;
  height: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.home-description-two-col-right video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the video */
  width: 101%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the container */
}

.home-description-list li {
  display: flex;
  flex-direction: row;
  margin-bottom: 42px;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 1rem 13px 1rem 0;
  align-items: center;
  justify-content: center;
}
.home-description-list li img {
  width: 44px;
  height: auto;
  margin-right: 24px;
}
.home-description-list li h6 {
  margin: 0;
  line-height: 53px;
  font-weight: 600;
  font-size: 22px;
}
.centered-text-box-container h2 {
  padding: 0;
  margin-bottom: 2rem;
}
.featured-projects {
  margin-bottom: 5rem;
}
.featured-project-container {
  border: 1px solid black;
  padding: 0;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.work-featured-projects-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 99;
  padding-left: 0;
  padding-right: 0;
}
.work-area-card-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 !important;
  overflow: visible;
}
.work-area-card-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
}
.work-area-card-img{
  margin-bottom: 2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.5rem;
  border-radius: 11rem;
  overflow: hidden;
  height: 15rem;
}
.work-area-card-img img{
  width: 100%;
  border-radius: 0.5rem;
  height: 100%;
}
.work-area-card-text h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
.work-area-icon, .feature-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem !important;
  width: 7rem !important;
  height: 7rem;
  color: #fff !important;
  background-color: #8c8c8c;
  border-radius: 15rem;
  margin-bottom: 1.5rem;
  transition-duration: 300ms;
}
.work-header-background{
  display: block;
  position: absolute;
  background-color: #0E3746;
  height: 715px;
  width: 100%;
  top: 0;
}
.feature-icon:hover{
  background-color: #13CE99;
}
.feat-project-description {
  display: flex;
  padding-left: 24px;
  align-items: center;
}
.feat-project-description p{
  padding-left: 1rem;
  padding-top: 0.65rem;
  font-size: 1.15rem;
}
.home-description-container{
  margin-bottom: 5rem;
}
.home-description-container row{
  width: 100%;
}
.page-video {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .home-header-txt {
    padding: 10rem 7rem;
  }
  .work-area-card-wrapper{
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .home-header-txt {
    padding: 10rem 8rem;
  }
  .centered-text-box {
    margin: 2rem;
    padding: 5rem 5rem 2rem 5rem;
  }
  .product-design-areas {
    height: 20rem;
    background-image: url("/images/site/product-design-areas-xl.svg");
  }
}
@media only screen and (min-width: 992px) {
  .home-header-txt {
    padding: 10rem 5rem;
  }
  .home-header-txt {
    padding: 10rem 10rem;
  }
  .home-about-section {
    padding: 5rem;
  }
  .centered-text-box {
    padding: 6rem;
  }
  .centered-text-box-container h4 {
    padding: 0 10rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-header-txt {
    padding: 13rem 15rem;
  }  
  .centered-text-box {
    padding: 7rem 9rem 4rem 9rem;
  }
  .home-description-text p{
    width: 80%;
  }
  .home-description-two-col {
    flex-direction: row;
    margin-top: 6rem;
  }
  .home-description-two-col-left {
    width: 50%;
  }
  .home-description-two-col-right {
    width: 50%;
    height: 474px;
  }
  .home-description-list li {
    width: 85%;
  }
  .home-card-grid {
    padding: 3rem 0 5rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  .centered-text-box {
    padding: 7rem 9rem 4rem 9rem;
  }
}

/* WORK */

.work-header{
  margin-top: 2rem;
  margin-bottom: 0;
  z-index: 97;
  display: block;
  position: relative;
}
.work-header h2{
  color: white;
}
.work-header p{
  color: rgb(231, 231, 231);
}
.featured-projects-container{
  margin-top: 0;
}
.project-featured {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.work-page-featured-img{
  height: 35rem;
  overflow: hidden;
}
.project-featured-thumb {
  height: 25rem;
}
.project-featured-txt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 4rem;
}
.project-featured-subtitle {
  display: block;
  margin: 0.3rem 0 auto;
}
.project-featured-subtitle-B {
  display: none;
}
.about-thumb-half-height {
  height: 400px;
}
.archive-container {
  margin-bottom: 3rem;
  padding: 0 1.5rem;
}
.achive-project-title{
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.project-archive-row {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.3s;
}
.project-archive-row:hover{
  transform: scale(1.02);
}
.project-archive-row-btn{
  background-color: white;
}
.project-achive-thumb{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.3rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
.project-achive-thumb img{
  width: 100%;
}
.archive-chevron{
  display: none;
  font-size: 1.3rem;
  justify-content: flex-end !important;
  padding-right: 0.7rem;
  color: black;
  transition-duration: 200ms;
  margin-right: 0 !important;
}

.archive-chevron:hover{
  color: #13CE99;
}
.project-archive-name {
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  padding-left: 1rem;
  padding-top: 1rem;
}
.project-archive-name h6{
  margin-bottom: 0.1rem;
}
.project-pills{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.3rem;
}
.project-featured-pills {
  display: flex;
  justify-content: flex-start;
  padding-top: 1rem;
}
.archive-project-area {
  display: flex;
  align-items: center;
}
.section-work {
  padding-top: 90px;
}
.projects-container {
  padding: 0;
}
.latest-projects-row {
  margin-top: 60px;
}
.first-row{
  margin-top: 30px;
}
#latest-projects-title {
  margin: 30px 0;
  padding-left: 15px;

}
.latest-projects-container-txt {
  display: flex;
  text-align: left;
  padding: 30px 0 0 0;
}
.projects-btn {
  display: inline-block;
}
.projects-btn:hover {
  text-decoration: none;
}
.projects-btn img{
  vertical-align: middle;
}
a.projects-btn:hover img{
  opacity: 0.5;
  transition-duration: 500ms;
}
.projects-btn .bi-chevron-right::before {
  margin-right: 0px;
}
.latest-projects-container-img {
  padding: 0
}
.latest-projects-txt a{
  color: #000;
}
.latest-projects-txt a:hover, .view-project-button:hover{
  text-decoration: none;
}
.latest-projects-txt {
align-self: flex-end;
width: inherit;
padding: 0 15px 0 0;
}
.latest-projects-txt h4, .latest-projects-txt p {
  padding: 0 15px;
  margin-bottom: 0;
  text-align: right;
}
.latest-projects-txt hr {
  border-top: 1px solid rgb(0, 0, 0);
}
.align-middle a{
  color: black;
}
.align-middle a:hover {
  text-decoration: none;
}
.more-projects-container {
  margin: 0 0 30px 0;
  padding: 0;
}
#more-projects-title {
  background-color: black;
  color: white;
  padding: 30px 15px;
}
.more-projects-container h2{
  padding-left: 15px;
  margin-bottom: 0
}
.more-projects-container .table {
  margin: 0;
}
.table th, .table td, .table thead th {
  border-bottom: 1px solid #000;
}
.table td {
  font-weight: 300;
}
.table th {
  font-weight: 600;
  border-top: none;
}
.table-client, .table-year, .table-area, .table-view {
  display: none;
}
.table-title span {
  display: none;
}
.more-projects-img {
  width: 200px;
}
.view-more-button {
  width: 30px;
}
.view-more-button:hover {
  transition: all .3s ease-in-out;
  outline: none;
  fill:rgb(71, 209, 175);
}


@media only screen and (min-width: 576px) {
  #more-projects-container h2{
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 20px 15px;
  }
  .table-view {
    display: revert;
  }
  .table-title span{
    display: revert;
  }
}

@media only screen and (min-width: 768px) {
  #latest-projects-title {
      padding-left: 30px;
  }
  #more-projects-title {
    padding-left: 30px;
  }
  .latest-projects-txt h4, .latest-projects-txt p {
    padding: 0 30px;
    text-align: right;
  }
  .table-client, .table-year, .table-area, .table-view {
    display: revert;
  }
  .table-title span{
    display: revert;
  }
  .project-archive-row {
    padding: 1rem 0;
  }
  .project-featured-pills {
    padding-top: 0.7rem;
  }
  .archive-chevron{
    display: flex;
  }
  .work-header{
    margin-bottom: 2rem;
  }
  .work-header h1{
    font-size: 3.25rem;
  }
  .work-header h5{
    font-size: 1.5rem;
  }
  .project-archive-name {
    padding-top: 0;
    padding-left: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .achive-project-title{
    margin-top: 5rem;
  }
  .featured-projects-container{
    margin-top: 3rem;
  }
  .archive-container {
    margin-bottom: 5rem;
    padding: 0 inherit;
  }
  #latest-projects-title {
      padding-left: 30px;
  }
  #more-projects-title {
    padding-left: 30px;
  }
  .latest-projects-container-txt {
    text-align: left;
    padding: 0 45px 0 60px;
    display: flex;
  }
  .latest-projects-txt {
  padding: 0;
  }
  .latest-projects-txt h4, .latest-projects-txt p{
    padding: 0;
    text-align: left;
    max-width: 450px;
  }
  .more-projects-container {
    padding: 0 30px 30px 30px;
  }
  .table-client, .table-year, .table-area, .table-view {
    display: revert;
  }
  .table-title span{
    display: revert;
  }
  .view-project-button img{
    margin: 10px;
  }
  .view-more-button {
    width: 35px;
  }
  
  .project-featured-subtitle {
    display: none;
  }
  .project-featured-subtitle-B {
    display: none;
  }
  .featured-pills{
    padding-top: 0.3rem;
  }
  .work-header-txt {
    padding-right: 30rem;
  }
  .work-header{
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1200px) {

  .more-projects-container {
    padding: 0 60px 30px 60px;
  }

  #latest-projects-title {
      padding-left: 60px;
  }

  #more-projects-title {
    padding-left: 60px;
  }

  .latest-projects-container-txt {
    padding: 0 75px 0 60px;
  }

}

/* SINGLE */

.single-header {
  background-color: rgb(206, 206, 206);
  height: 12rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-header img {
  width: auto;
  height: 100%;
}
.single-breadcrumbs {
  position: sticky;
  top: 73px;
  z-index: 9;
  margin-bottom: 3rem;
  border-bottom: 1px solid black;
  background-color: black;
  padding: 0;
  color: white;
}
.single-description {
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgb(199, 199, 199);
}
.single-description-title{
  padding-right: 3rem;
  margin-bottom: 2rem;
}
.single-description-title h1{
  font-size: 2.625rem; /* 42px */
  margin-bottom: 0.5rem;
}
.single-description-title h2{
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
}
.entry-content-wrapper h6{
  /* color: #808080 !important; */
  background: -webkit-linear-gradient(45deg, #286d9b, #24dd90 90%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.entry-content-wrapper h3{
  font-size: 2.3rem;
  margin-bottom: 1.7rem;
}
.entry-content-wrapper img{
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 100%;
  border-radius: 4px;
}
.single-project-pills-container{
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.single-pills{
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
}
.single-pills-area-wrapper{
  width: auto;
  height: 100%;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.single-pills-skills-wrapper{
  width: auto;
  height: 100%;
  margin-bottom: 0.5rem;
}
.single-pills-area-wrapper h6, .single-pills-skills-wrapper h6{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.single-related-projects-container {
  margin-bottom: 5rem;
}
.related-project-title{
  margin-bottom: 1rem;
}
.related-projects-img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .single-header {
    height: 12rem;
  }
  .single-header img {
    width: 100%;
    height: auto;
  }
  .col-left {
    padding: 0 5rem 0 3rem;
    margin: 5rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .entry-content-wrapper img{
    margin-bottom: 4rem;
    margin-top: 4rem;
    border-radius: 8px;
  }
  .single-header {
    height: 15rem;
  }
  .col-left {
    padding: 0 3rem;
    margin: 5rem 0;
  }
  .col-right {
    padding: 0 3rem;
    margin: 4rem 0 5rem 0;
  }
  .single-breadcrumbs-container {
    max-width: 60rem;
    padding: 0;
  }
  .single-breadcrumbs {
    padding: 0.5rem 0;
  }
  .single-description-title{
    padding-right: 3rem;
  }
  .single-description-title h3{
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .single-header {
    height: 20rem;
  }
  .col-left {
    padding: 0 10rem 0 3rem;
  }
}

/*  CONTENT  */

.project {
  padding-top: 90px;
}
.page-container {
  padding: 0;
}
.projects-container {
  padding-bottom: 60px;
}
.project-title {
  padding: 40px 0 20px 0;
  border-bottom: 1px solid rgba(0,0,0);
}
.project-title h3{
  padding: 0 15px;
}
.project-description-row {
  padding: 15px 0 0 0;
}
.project-description-col p {
  padding: 0 15px;
}
.project-description-col hr {
  border-top: 1px solid rgba(0,0,0);
}
.single-content-container {
  padding: 0 15px;
  margin-bottom: 5rem;
}
.single-content-description {
  border-bottom: 1px solid #B8B8B8;
  padding-bottom: 1rem !important;
  margin-top: 3rem;
}
.project-description-item {
  margin-bottom: 0;
}
.project-text {
  padding: 30px 15px 0 15px;
}
.project-text a {
  color: black;
  text-decoration: underline;
}
.project-images-container {
  padding: 0;
}
.project-img {
  width: 100%;
}
.img-project-center {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.img-project-right{
  padding-left: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.img-project-left{
  padding-right: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.caption-text{
  padding: 15px 15px 15px 0;
  text-align: right;
}
.animation-element {
  opacity: 0;
  position: relative;
}
.animation-element.slide-up {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translateY(100px);
}
.animation-element.slide-up.in-view {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translateY(0px);
}
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translateX(-100px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translateY(0px);
}
.vimeo-wrapper {
  margin-bottom: 7%;
}
.vimeo-wrapper iframe{
  border: none;
  width: 100%;
  height: 295px;
}
.video-vimeo{
	width: 100% !important;
	height: 547px !important;
}
.page-picture-caption {
  text-align: right;
}
.disclaimer{
  font-style: italic;
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.35rem;
}
.proto-wrapper{
  margin-bottom: 4rem;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}
@media only screen and (min-width: 576px) {
  .vimeo-wrapper iframe{
    height: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .project-title {
    margin: 0;
  }
  .project-title h3{
    padding: 0 30px;
  }
  .project-description-col p {
    padding: 0 30px;
  }
  .project-description-col {
    margin: 0;
  }
  .project-text {
    padding: 30px 30px 0 30px;
  }
  .project-images-container {
    padding: 0;
  }
  .caption-text{
    padding: 15px 30px 15px 0;
  }
  .img-project-center {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .img-project-right{
    padding-left: 0;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .img-project-left{
    padding-right: 0;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .single-content-container {
    padding: 0;
    margin-bottom: 5rem;
    max-width: 60rem;
  }
  .page-container {
    padding: 0 30px 10px 30px;
  }

  .projects-container {
    margin-bottom: 30px;
  }

  .project-title h3{
    padding: 0;
  }

  .project-description-col p {
    padding: 0;
  }

  .project-text {
    padding: 0 0 0 50px;
  }

  .project-description-row {
    padding: 40px 0 20px 0;
  }

  .project-images-container {
    margin-bottom: 100px;
  }

  .vimeo-wrapper iframe{
    height: 500px;
  }

  .caption-text{
    padding: 15px 60px 15px 0;
  }

  .img-project-left figcaption p{
    padding-right: 0;
    text-align: right;
  }

}

@media only screen and (min-width: 1200px) {

  .page-container {
    padding: 0 60px 10px 60px;
  }

  .project-container {
    padding: 0 0px 100px 0px;
  }


  .vimeo-wrapper iframe{
    height: 500px;
  }
}

@media only screen and (min-width: 1400px) {
  .vimeo-wrapper iframe{
    height: 800px;
  }
}

/*  ABOUT  */

.about-content {
  padding-top: 0.5rem;
  background-color: #4b4fc0;
  color: white;
}
.about-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 1rem 0 1rem;
}
.title-bar-gradient {
  background: linear-gradient(90deg,#286d9b,#24dd90 );
  border-radius: 10px;
  height: 4px;
  margin-bottom: 16px;
  width: 5rem;
}
.about-description-title, .about-description-text {
  width: 100%;
}

.product-design-map {
  padding: 2rem;
}
.product-design-map img {
  width: 100%;
}
.mission-values-section {
  background-color: #ffffff;
  color: #000;
}
.about-experience {
  margin-bottom: 2rem;
}
.about-values-grid {
  margin-top: 2rem;
}
.about-experience h1, .about-process h1, .about-values h1, .about-values-container h1 {
  font-size: 2.25rem;
}
.about-experience h5, .about-process h5, .about-values h5, .about-values-container h5 {
  font-size: 1.2rem;
}
.about-values {
  padding: 3rem;
  margin: 3rem auto;
  width: 87%;
}
.about-process {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.about-header-txt {
  padding: 10rem 11rem;
}
.about-profile-image-col{
  padding: 0;
  border-left: 1px solid black;
}
.about-profile-image {
  height: 30rem;
  width: 100%;
  background-color: rgb(143, 143, 143);
  background-repeat: no-repeat;
  background-position: center; 
}
.who-we-are-container {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.who-we-are-txt{
  flex-direction: column;
  padding: 6rem 3rem;
  text-align: center;
}
.who-we-are-txt h3{
  line-height: 1rem;
}
.who-we-are-txt h5{
  margin-top: 1rem;
  line-height: 1.3rem;
}
.feature-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3rem;
  margin-bottom: 4rem;
}
.about-how-we-work-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-how-we-work-chevron-down{
  margin: 3rem 0;
}
.about-how-we-work-chevron-down i{
  font-size: 3rem;
  color: #13CE99;
}


@media only screen and (min-width: 768px) {
  .who-we-are-txt{
    text-align: left;
    padding: 3rem 5rem;
  }
  .about-values-container {
    margin-bottom: 3rem;
  }
  .about-values-container h1 {
    font-size: 3.25rem;
  }
  .about-values-container h5 {
    font-size: 1.5rem;
  }
  .about-experience {
    margin-bottom: 2rem;
  }
  .about-experience h1, .about-process h1, .about-values h1, .about-values-container h1 {
    font-size: 3.25rem;
  }
  .about-experience h5, .about-process h5, .about-values h5, .about-values-container h5 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-content {
    padding-top: 4rem;
  }
  .about-description {
    flex-direction: row;
  }
  .about-description-title, .about-description-text {
    width: 50%;
  }
  .about-description-title h4 {
    padding-right: 2rem;
  }
  .product-design-map {
    padding: 7rem;
  }
  .feature-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3rem;
  }
  .mission-values-section {
    padding-top: 3rem;
  }
}

/* ============= POSTS ======================= */

.single-post-container {
  margin: 0;
}
.single-post-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 2rem 0;
}
.single-post-content-block h5{
  margin-bottom: 2rem;
}
.single-post-content-block h6{
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.single-post-introduction {
  padding: 0 !important;
}
.single-post-introduction h3{
  margin-bottom: 0.5rem;
}
.single-post-introduction h4{
  margin-bottom: 2rem;
  font-size: 1.625rem;
  font-weight: 500;
}
.post-text-area {
  margin-bottom: 3rem;
}
.post-img {
  border-radius: 8px;
  /* -webkit-filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.25)); */
  margin-bottom: 5rem;
}
.post-img img{
  border-radius: 8px;
}
.post-img-caption {
  padding-top: 12px;
  font-size: 0.7rem;
  text-align: end;
}
.post-video-frame {
  margin-bottom: 60px !important;
}
.post-video{
  width: 100%;
  border-radius: 8px;
}
.post-prototype{
  border-radius: 8px;
}
.mobile-prototype {
  width: 100%;
  height: 50rem;
}
.desktop-prototype{
  width: 100%;
  height: 25rem;
  border-radius: 8px;
}
.no-border {
  border: none !important;
}
.no-filter{
  filter: none !important;
}
.desktop-proto {
  display: none;
}

@media only screen and (min-width: 992px) {
  .mobile-proto {
    display: none !important;
  }
  .desktop-proto {
    display: block;
  }
  .desktop-prototype {
    height: 40rem;
  }
}

@media only screen and (min-width: 1200px) {
  .single-post-container {
    margin: 6rem 0;
  }
  .post-left-area {
    width: 60%;
  }
  .post-right-area {
    width: 60%;
  }
  .post-left-area-text {
    padding-right: 6rem;
    width: 40%;
  }
  .post-right-area-text{
    padding-left: 6rem;
    width: 40%;
  }
  .post-left-area-img {
    object-fit: cover;
  }
  .post-right-area-img {
    object-fit: cover;
  }
}

/* ============= 404 ======================= */

.no-content-container {
  padding: 15rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #808080;
}
.no-content-container p {
  font-weight: 400;
}
.no-content-container a {
  color: black;
}
.no-content-container a:hover {
  text-decoration: none;
}

/* CLIENTS */

.clients-section {
  padding: 20px 0 70px 0 !important;
  background-color: #000000;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  color: white;
}
.clients-section-title {
  padding:0 3rem;
  text-align: center;
  margin: 60px 0;
}
.clients-section-title h4{
  font-weight: 800;
  font-size: 2.5rem;
}
.icons-marquee-container{
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
} 
.icon-container {
  display: flex;
  animation: scroll 20s linear infinite;
  flex-direction: row;
  align-items: center;
}

  @keyframes scroll {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-50%);
  }
}
.client-logo{
  width: 11rem;
  margin-right: 6rem;
}
@media (min-width: 992px) {
  .clients-section-title {
    width: 100%;
  }
}

/* CONTACT */

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6rem 3rem;
  background-color: #1a1a1a;
  background-image: url("/images/site/edgaar-contac-bkg.webp");
  background-size: cover;
  background-position: center center;
}
.contact-container h5{
  margin-top: 0;
}
.contact-link{
  background-color: black;
  width: fit-content;
  padding: 1rem 1.8rem;
  border-radius: 10rem;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 2rem;
  margin-bottom: 3rem;
  transition-duration: 300ms;
}
.contact-link:hover{
  transform: scale(1.1);
}
.contact-icon {
  font-size: 3rem;
}
@media only screen and (min-width: 992px) {
  .contact-container {
    padding: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-container {
    padding: 8rem 20rem;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-container {
    padding: 8rem 30rem;
  }
}

/* COOKIE POLICY */

.cookie-policy-container {
  margin-top: 9rem;
  margin-bottom: 5rem;
}

.cookie-policy-content {
  margin-top: 4rem;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .cookie-policy-container {
    margin-top: 10rem;
    margin-bottom: 5rem;
    padding-left: 11rem;
    padding-right: 11rem;
  }
  
  .cookie-policy-content {
    margin-top: 3rem;
    padding: 0;
  }
}

/* FOOTER */

.footer-txt {
  padding: 10rem 28rem;
}
.footer-container {
  padding: 3.5rem 1rem 0.5rem 1rem;
  padding-top: 3.5rem;
  padding-bottom: 0.5rem;
  background-color: rgb(0, 0, 0);
  color: white;
}
.footer-container ul li a {
  color: white !important;
}
.footer-container ul li a:hover {
  color: #13CE99 !important;
}
.footer-nav-item{
  border-top: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid white;
}
.footer-logo-container{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
  padding-left: 0;
  width: 100%;
  height: 100%;
}
.footer-footer-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid white;
}
.footer-logo-container img{
  width: 12rem;
}
.footer-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
.footer-video-logo-container {
  display: block;
  position: absolute;
  height: 9rem;
  width: 9rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 200ms;
  color: transparent;
  opacity: 0.2;
}
.footer-video-logo-container:hover {
  opacity: 0.9;
}
.footer-video {
  width: auto;
}
.logo-photo {
  height: 9rem;
  width: 9rem;
}
.bi-footer-icon {
  font-size: 1.3rem;
  margin-left: 0.4rem;
}
.footer-menu-container {
  display: flex;
  align-content: center;
  padding: 2rem 0 0 0;
}
.footer-video-col{
  margin-bottom: 2rem !important;
}
.footer-menu-container ul{
  padding: 0 0 1rem 0;
  width: 100%;
  margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .footer-container {
    padding: 3.5rem 3rem 0.5rem 3rem;
  }
  .footer-video {
    width: 50rem;
  }
}

@media only screen and (min-width: 992px) {
  .footer-container {
    padding: 3.5rem 5rem 0.5rem 5rem;
  }
  .footer-nav-item{
    padding: 0.5rem 0;
    border-bottom: 1px solid white;
  }
  .footer-logo-container{
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 0;
  }
  .footer-menu-container {
    padding: 1rem 7rem 0 0;
    border-top: none;
    border-bottom: none;
    margin: 0;
  }
  .footer-menu-container ul{
    border-top: none;
    border-bottom: none;
    padding: 1rem;
    width: 100%;
    margin: 0;
  }
  .footer-video {
    width: auto;
  }
}
