* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
@font-face {
  font-family: "Neue";
  src: url("../webfonts/NeueHaasDisplayLight.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue";
  src: url("../webfonts/NeueHaasDisplayRoman.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue";
  src: url("../webfonts/NeueHaasDisplayBold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Monument";
  src: url("../webfonts/MonumentExtended-Regular.otf");
  font-style: normal;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: "Neue", sans-serif;
  line-height: var(--bs-body-line-height);
  color: var(--bs-white);
  background-color: var(--bs-dark);
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
}
.bg-primary-dark {
  background: #2b017f;
}
.r-cw {
  position: relative;
  transform: rotate(90deg);
}
.r-acw {
  position: relative;
  transform: rotate(-90deg);
}
.faded {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.faded.in-view {
  opacity: 1;
}
.offcanvas-right {
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateX(110%);
}
.offcanvas-left {
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateX(-110%);
}
.offcanvas-right.in-view,
.offcanvas-left.in-view {
  transform: translateX(0);
}
.h-point-shadow {
  position: relative;
  box-shadow: 0 0 30px #050505;
}
.dark-border {
  position: relative;
  z-index: 1;
}
.dark-border::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 13px;
  background: var(--bs-dark);
  z-index: -1;
}
.border-4 {
  border-width: 8px !important;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.hover-btn-dark:hover .btn {
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.hover-btn-light:hover .btn {
  background-color: var(--bs-light);
  color: var(--bs-dark);
}
.invert-me {
  transition: all 0.3s ease;
}
.hover-tr-image:hover .invert-me {
  background: white;
}
.hover-tr-image:hover .invert-me img {
  filter: invert(1);
}
.text-muted-primary {
  color: #aaabbc;
}
.slide-left {
  animation: slide-left 0.3s ease-in-out;
}
@keyframes slide-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.slide-right {
  animation: slide-right 0.3s ease-in-out;
}
@keyframes slide-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.slide-in-up {
  animation: slide-in-up 0.3s ease-in-out;
}
@keyframes slide-in-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.bg-dark-opacity {
  background: rgba(37, 23, 48, 0.5);
}
.bg-gray1 {
  background: #342f46;
}
.bg-gray2 {
  background: #2b017f;
}
.pointer-none {
  pointer-events: none;
}
.font-light {
  font-weight: 300;
}
.border-gray {
  border-color: #342f46 !important;
}
.border-primary-dark {
  border-color: #342f46 !important;
}
.dark-shadow-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(9, 9, 9, 0.2) 0 70%, #120928);
}
.tilted-right {
  transform: rotate(5deg);
}
.tilted-left {
  transform: rotate(-5deg);
}
.timeline-bg {
  background: url("../images/icons/timeline-track.png") no-repeat center;
  background-size: 100% 100%;
}
.cultura-decoration-image {
  position: absolute;
  object-fit: cover;
}
.gallery-image {
  width: 100%;
  width: 600px;
  height: 400px;
  object-fit: cover;
}
.primary-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #120928, transparent, #120928);
  z-index: 1;
  pointer-events: none;
}
.card-content,
.project-card {
  transition: all 0.3s ease-in-out;
}
.project-card {
  cursor: pointer;
}
.project-card:hover {
  transform: scale(1.01);
}
.project-lg-card {
  transition: opacity 0.3s ease;
  opacity: 1;
}
.project-lg-card.fade-out {
  opacity: 0;
}
.project-lg-card-hover-right .card-overlay {
  opacity: 1;
  background: linear-gradient(to right, #5501fe00, rgba(85, 1, 254, 0.8));
}
.project-lg-card-hover-right .card-content {
  transform: translateX(70%);
}
.project-lg-card-hover-left .card-overlay {
  opacity: 1;
  background: linear-gradient(to left, #5501fe00, rgba(85, 1, 254, 0.8));
}
.project-lg-card-hover-left .card-content {
  transform: translateX(-70%);
}
.card-overlay {
  background: linear-gradient(to bottom, #5501fe00, #5501fe7d);
  transition: all 0.4s ease-in-out;
}
.project-card-hover {
  cursor: pointer;
}
.project-card-hover .mt-auto {
  transition: all 0.3s ease-in-out;
}
.project-card-hover:hover .mt-auto {
  transform: scale(1.05);
}
.nav-link {
  font-family: "Monument", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0 !important;
  padding-bottom: 5px !important;
  border-bottom: 2px solid transparent;
  color: #120928;
}
.nav-link.active {
  color: var(--bs-primary) !important;
  border-bottom: 2px solid var(--bs-primary);
}
.theme-font {
  font-family: "Monument", sans-serif;
  text-transform: uppercase;
}
.hover-tr-image img,
.down-me {
  transition: all 0.3s ease-in-out;
}
.hover-tr-image:hover img {
  transform: translate(0.2rem, -0.2rem);
}
.hover-tr-image:hover .down-me {
  transform: translate(0, 0.2rem);
}
.circle-div,
.circle-div2,
.circle-div3,
.circle-div4 {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-div2 {
  width: 3rem;
  height: 3rem;
}
.circle-div3 {
  width: 4rem;
  height: 4rem;
}
.circle-div4 {
  width: 4.5rem;
  height: 4.5rem;
}
.smaller {
  font-size: 0.75rem !important;
}
.mini {
  font-size: 0.65rem !important;
}
.micro {
  font-size: 0.5rem !important;
}
.reset-input {
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
}
.reset-input::placeholder {
  color: inherit;
  opacity: 0.5;
}
.bg-white-mask {
  background: linear-gradient(white 50%, rgba(255, 255, 255, 0));
}
.rating-star {
  position: absolute;
  top: -30px;
  right: 70px;
  transform: scale(2);
}
.footer-social-gap {
  margin-left: 70px;
}
.dimg1 {
  width: 180px;
  height: 250px;
}
.dimg2 {
  width: 450px;
  height: 600px;
}
.dimg3 {
  width: 300px;
  height: 500px;
}
.dimg4 {
  width: 200px;
  height: 300px;
}
.dimg5 {
  width: 400px;
  height: 200px;
}
.dimg6 {
  width: 150px;
  height: 150px;
}
.dimg7 {
  width: 100px;
  height: 100px;
}
.c-fs-1 {
  font-size: 6rem;
}
.c-fs-2 {
  font-size: 9rem;
}
.parax-div-height {
  height: 400px;
}
.ribbon1 {
  transform: skewY(-13.5deg);
}
.ribbon2 {
  transform: skewY(13.5deg);
}
.gcard-h1 {
  height: 500px;
}
.gcard-h2 {
  height: 300px;
}
.clutch-image {
  height: 50px;
}
@media (max-width: 992px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .offcanvas-right {
    transform: translate(0, 110%);
  }
  .clutch-image {
    height: 25px;
  }
  .gcard-h2,
  .gcard-h1 {
    height: 300px;
  }
  .splide__arrow {
    top: 110% !important;
  }
  .project-lg-card-hover-right .card-content {
    transform: translateX(0);
  }
  .project-lg-card-hover-left .card-content {
    transform: translateX(0);
  }
  .project-lg-card-hover-left .card-overlay,
  .project-lg-card-hover-right .card-overlay {
    background: linear-gradient(to left, #5501fe00, rgba(85, 1, 254, 0.8));
  }
  .rating-star {
    position: absolute;
    top: -20px;
    right: -20px;
    transform: scale(1.5);
  }
  .tilted-right,
  .tilted-left {
    transform: none;
  }
  .timeline-bg {
    background-size: cover;
  }
  .gallery-image {
    width: 100%;
    height: 200px;
  }
  .footer-social-gap {
    margin: 0;
  }
  .dimg1 {
    width: 60px;
    height: 80px;
  }
  .dimg2 {
    width: 120px;
    height: 180px;
  }
  .dimg3 {
    width: 100px;
    height: 150px;
  }
  .dimg4 {
    width: 80px;
    height: 120px;
  }
  .dimg5 {
    width: 140px;
    height: 80px;
  }
  .dimg6 {
    width: 50px;
    height: 50px;
  }
  .dimg7 {
    width: 40px;
    height: 40px;
  }
  .c-fs-1 {
    font-size: 2rem;
  }
  .c-fs-2 {
    font-size: 4.5rem;
  }
  .parax-div-height {
    height: 250px;
  }
  .ribbon2 {
    margin-top: -21px;
  }
  .drawer-top-pad {
    padding-top: 100px;
  }
}
