/*
 * GENERALS
*/
@media (max-width: 767px) {
  :root {
    --bs-gutter-x: 30px;
  }
}
.align-content-center {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.align-content-center .row {
  -moz-align-items: center;
  align-items: center;
}

.justify-content-center {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}
.justify-content-center .col {
  text-align: center;
}

@media (min-width: 1000px) {
  .full-height-row {
    min-height: 100vh;
    display: -moz-flex;
    display: flex;
  }
}

@media (min-width: 1000px) {
  .full-height-row-footer-min {
    min-height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    display: -moz-flex;
    display: flex;
  }
}

.section-title h2 {
  color: #EAB03B;
  font-weight: 700;
  font-size: 16px;
}
.section-title h1,
.section-title h3 {
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 1000px) {
  .section-title h1,
  .section-title h3 {
    font-size: 40px;
  }
}

.row-bg-dark {
  background-color: #292D2D;
}

section {
  padding: 3rem 0px;
}
@media (min-width: 1000px) {
  section {
    padding: 4rem 0px;
  }
}

.hex {
  margin-top: 70px;
  width: 208px;
  height: 120px;
  background: #6C6;
  position: relative;
}
.hex::before, .hex::after {
  content: "";
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  position: absolute;
}
.hex::before {
  top: -59px;
  border-bottom: 60px solid #6C6;
}
.hex::after {
  bottom: -59px;
  border-top: 60px solid #6C6;
}
.hex .inner {
  background-color: blue;
  transform: scale(0.8, 0.8);
  z-index: 1;
}
.hex .inner::before {
  border-bottom: 60px solid blue;
}
.hex .inner::after {
  border-top: 60px solid blue;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shimmy {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 15px);
  }
}
@keyframes shimmySlow {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(15px, 0px);
  }
}
@keyframes myOrbit {
  from {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}
@keyframes myOrbitReverse {
  from {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(20px) rotate(360deg);
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 10px;
  }
  50% {
    bottom: -10px;
  }
}
@keyframes vibrate {
  40%, 50% {
    transform: translate3d(0.5px, 0, 0);
  }
  45% {
    transform: translate3d(-0.5px, 0, 0);
  }
  100% {
    transform: translate3d(0.5px, 0, 0);
  }
}
@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes heroFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero-fade-in {
  animation: heroFadeIn 0.6s ease-out forwards;
  opacity: 0;
}

.hero-fade-in-delay {
  animation-delay: 0.3s;
}

.fade-out {
  animation: fadeOut 0.5s ease-out forwards;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
footer#main-footer {
  padding: 15px 0px;
  background-color: #181B1B;
}
footer#main-footer .row {
  -moz-align-items: center;
  align-items: center;
}
footer#main-footer .col-first {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
footer#main-footer .col-first .navbar-brand img {
  max-height: 35px;
}
footer#main-footer .terms {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
footer#main-footer .terms p {
  color: white;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 567px) {
  footer#main-footer .terms p {
    font-size: 9px;
  }
}
footer#main-footer .right-side {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 568px) {
  footer#main-footer .right-side {
    margin-right: 35px;
  }
}
footer#main-footer .right-side .socials ul.social-icons {
  display: -moz-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#main-footer .right-side .socials ul.social-icons li {
  margin-left: 10px;
}
@media (max-width: 567px) {
  footer#main-footer .right-side .socials ul.social-icons li {
    margin-left: 6px;
  }
}
footer#main-footer .right-side .socials ul.social-icons li img {
  height: 14px;
}

.back-to-top {
  display: none;
  position: fixed;
  text-align: center;
  right: 10px;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: #292D2D;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
}
.back-to-top img {
  display: block;
  max-width: 12px;
  margin: 7px auto 5px auto;
  transform: rotate(180deg);
}
.back-to-top:hover {
  background-color: rgb(0, 0, 0);
}

.btn-cta {
  display: inline-block;
  padding: 8px 20px;
  background-color: transparent;
  color: #EAB03B;
  font-size: 12px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 2px solid #EAB03B;
}
.btn-cta:hover {
  background-color: #EAB03B;
  color: #181B1B;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #484745;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #484745;
}
body #main-nav {
  padding: 10px 20px;
  background-color: transparent;
  transition: all cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  -moz-transition: all cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  -o-transition: all cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  -webkit-transition: all cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
@media (max-width: 567px) {
  body #main-nav {
    padding: 10px 0px;
  }
}
body #main-nav.fixedToTop {
  background-color: #181B1B !important;
}
@media (min-width: 768px) {
  body #main-nav {
    padding: 7px 4rem;
  }
}
body #main-nav a.navbar-brand img {
  max-width: 40px;
}
@media (min-width: 1000px) {
  body #main-nav a.navbar-brand img {
    max-width: 52px;
  }
}
@media (max-width: 999px) {
  body #main-nav .contact {
    display: none !important;
  }
}
body #main-nav .contact p {
  margin: 0;
  font-size: 12px;
}
body #main-nav .contact p a {
  text-decoration: none;
  display: -moz-flex;
  display: flex;
}
body #main-nav .contact p a img {
  margin-left: 10px;
  max-width: 15px;
}
body.color-light .contact p a {
  color: white;
}
body.color-dark .contact p a {
  color: #292D2D;
}
body #hero {
  height: 100vh;
  min-height: 100vh;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  background-color: #292D2D;
}
body #hero .animation-wrapper {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
body #hero .animation-wrapper #qualities-animation {
  max-width: 500px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body #hero .animation-wrapper #qualities-animation {
    max-width: 350px;
  }
}
body #hero .headings {
  color: white;
}
@media (max-width: 567px) {
  body #hero .headings {
    max-width: 80%;
    margin: 0 auto;
  }
}
body #hero h1,
body #hero h2 {
  color: white;
  font-family: "Roboto", sans-serif;
}
body #hero h1 span.color,
body #hero h2 span.color {
  color: #EAB03B;
}
body #hero h1 span.size,
body #hero h2 span.size {
  font-weight: 400;
  font-size: 25px;
}
@media (min-width: 1000px) {
  body #hero h1 span.size,
  body #hero h2 span.size {
    font-size: 40px;
  }
}
body #hero h1 span.size b,
body #hero h2 span.size b {
  color: #EAB03B;
  font-weight: 400;
}
body #hero #heroSubtitle h2 {
  margin-top: 30px;
}
body #hero h1 {
  font-weight: 700;
  font-size: 38px;
}
@media (min-width: 1000px) {
  body #hero h1 {
    font-size: 70px;
  }
}
body #hero h2 {
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 1000px) {
  body #hero h2 {
    font-size: 30px;
  }
}
body #hero .floating-arrow {
  position: absolute;
  bottom: 60px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  display: none;
}
body #hero .floating-arrow img {
  max-height: 27px;
  animation: scrollDownAnimation 2.25s infinite;
  position: relative;
}

@media (max-width: 999px) {
  #about-us .section-body {
    margin-top: 30px;
  }
}
#about-us .hexagon-about-wrapper {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 999px) {
  #about-us .hexagon-about-wrapper {
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  #about-us .hexagon-about-wrapper {
    height: 100%;
  }
}
#about-us .hexagon-about-wrapper .hexagon-about {
  max-width: 100%;
  height: auto;
}
@media (max-width: 999px) {
  #about-us .hexagon-about-wrapper .hexagon-about {
    max-width: 300px;
  }
}
@media (min-width: 1000px) {
  #about-us .hexagon-about-wrapper .hexagon-about {
    max-width: 450px;
  }
}
#about-us #qualities-items-about {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
  gap: 30px 20px;
}
#about-us #qualities-items-about .hexagon-item {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  width: calc(50% - 10px);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0px 6%;
}
@media (max-width: 767px) {
  #about-us #qualities-items-about .hexagon-item {
    width: 100%;
  }
}
#about-us #qualities-items-about .hexagon-item .hexagon-wrapper {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
#about-us #qualities-items-about .hexagon-item .hexagon {
  position: relative;
  width: 80px;
  height: 80px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
#about-us #qualities-items-about .hexagon-item .hexagon .hexagon-content {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
#about-us #qualities-items-about .hexagon-item .hexagon .hexagon-content img {
  max-width: 40px;
  height: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about-us #qualities-items-about .hexagon-item h4 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
#about-us #qualities-items-about .hexagon-item p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  transition: all 0.3s ease;
}
#about-us #qualities-items-about .hexagon-item:hover {
  transform: translateY(-5px);
}
#about-us #qualities-items-about .hexagon-item:hover .hexagon .hexagon-content img {
  transform: scale(1.1);
}
#about-us #qualities-items-about .hexagon-item:hover h4 {
  color: #EAB03B;
}
#about-us #qualities-items-about .hexagon-item:hover p {
  color: #1a1a1a;
}
#about-us .animations-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 999px) {
  #about-us .animations-wrapper {
    margin-top: 50px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
}
#about-us .animations-wrapper .main-laptop {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 999px) {
  #about-us .animations-wrapper .main-laptop {
    max-width: 270px;
  }
}
@media (min-width: 1000px) {
  #about-us .animations-wrapper .main-laptop {
    max-width: 450px;
    height: auto;
  }
}
#about-us .animations-wrapper .animations {
  position: absolute;
  top: 12px;
}
@media (max-width: 999px) {
  #about-us .animations-wrapper .animations {
    margin-left: -85px;
  }
}
@media (min-width: 1000px) {
  #about-us .animations-wrapper .animations {
    top: 0;
  }
}
#about-us .animations-wrapper .animations .inner-wrapper {
  position: relative;
}
#about-us .animations-wrapper .animations .inner-wrapper .overlay-one {
  animation: shimmySlow 4s ease-in-out infinite;
  animation-direction: alternate;
  margin-top: 9%;
  margin-left: 8%;
}
#about-us .animations-wrapper .animations .inner-wrapper .overlay-two {
  animation: shimmy 4s ease-in-out infinite;
  animation-direction: alternate;
  top: 6%;
  left: 15%;
  position: absolute;
}
#about-us .animations-wrapper .animations .inner-wrapper img {
  max-width: 160px;
}
@media (min-width: 1000px) {
  #about-us .animations-wrapper .animations .inner-wrapper img {
    max-width: 280px;
  }
}
#about-us .phone-wrapper {
  animation: vibrate 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 300px;
}
@media (max-width: 999px) {
  #about-us .phone-wrapper img {
    max-width: 120px;
    margin-left: -117px;
    margin-top: -11px;
  }
}
@media (max-width: 999px) {
  #about-us .mobile-first-order {
    -moz-order: 1;
    order: 1;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 999px) {
  #about-us .mobile-last-order {
    -moz-order: 2;
    order: 2;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

#our-qualities .qualities-content {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 1000px) {
  #our-qualities .qualities-content {
    margin-bottom: 4rem;
  }
}
#our-qualities .qualities-content .section-title {
  margin-bottom: 80px;
}
#our-qualities .qualities-content .section-title h2 {
  color: #EAB03B;
}
#our-qualities .qualities-content .section-title h3 {
  color: #1a1a1a;
}
@media (max-width: 767px) {
  #our-qualities .qualities-content .section-title {
    margin-bottom: 60px;
  }
}
#our-qualities .qualities-content #qualities-items {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 40px 30px;
}
#our-qualities .qualities-content #qualities-items .hexagon-item {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  width: calc(25% - 30px);
  min-width: 220px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#our-qualities .qualities-content #qualities-items .hexagon-item .hexagon-wrapper {
  margin-bottom: 0px;
  animation: float 6s ease-in-out infinite;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 120px;
  height: 120px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
#our-qualities .qualities-content #qualities-items .hexagon-item .hexagon {
  position: relative;
  width: 120px;
  height: 120px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
#our-qualities .qualities-content #qualities-items .hexagon-item .hexagon .hexagon-content {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
#our-qualities .qualities-content #qualities-items .hexagon-item .hexagon .hexagon-content img {
  max-width: 60px;
  height: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#our-qualities .qualities-content #qualities-items .hexagon-item h4 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
#our-qualities .qualities-content #qualities-items .hexagon-item p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  transition: all 0.3s ease;
}
#our-qualities .qualities-content #qualities-items .hexagon-item:hover {
  transform: translateY(-10px);
}
#our-qualities .qualities-content #qualities-items .hexagon-item:hover .hexagon-wrapper {
  animation-play-state: paused;
}
#our-qualities .qualities-content #qualities-items .hexagon-item:hover .hexagon .hexagon-content img {
  transform: scale(1.2);
}
#our-qualities .qualities-content #qualities-items .hexagon-item:hover h4 {
  color: #EAB03B;
}
#our-qualities .qualities-content #qualities-items .hexagon-item:hover p {
  color: #1a1a1a;
}
@media (max-width: 999px) {
  #our-qualities .qualities-content #qualities-items .hexagon-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  #our-qualities .qualities-content #qualities-items .hexagon-item {
    width: 100%;
    max-width: 300px;
    margin: 0;
  }
}
@media (max-width: 999px) {
  #our-qualities .qualities-content .side-image {
    margin-bottom: 80px;
  }
}
@media (max-width: 999px) {
  #our-qualities .qualities-content .mobile-first-order {
    -moz-order: 1;
    order: 1;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 999px) {
  #our-qualities .qualities-content .mobile-last-order {
    -moz-order: 2;
    order: 2;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

#our-services {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
#our-services .section-title h2 {
  color: #EAB03B;
}
#our-services .container {
  position: relative;
  z-index: 1;
}
#our-services #services-items {
  padding: 50px 0px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #our-services #services-items {
    margin: 0;
    padding: 50px 20px;
  }
}
#our-services #services-items .services-item {
  border: none;
  background-color: #ffffff;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  padding: 30px;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
@media (max-width: 767px) {
  #our-services #services-items .services-item {
    margin-bottom: 30px;
  }
  #our-services #services-items .services-item:nth-last-of-type() {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  #our-services #services-items .services-item {
    flex-basis: 48%;
    margin: 1%;
  }
}
@media (min-width: 1000px) {
  #our-services #services-items .services-item {
    flex-basis: 31%;
    margin: 1.5% 1.5%;
  }
  #our-services #services-items .services-item:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  #our-services #services-items .services-item:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}
#our-services #services-items .services-item .icon-wrapper {
  flex-basis: 100%;
}
@media (max-width: 767px) {
  #our-services #services-items .services-item .icon-wrapper img {
    max-width: 35px;
  }
}
#our-services #services-items .services-item .title-wrapper {
  flex-basis: 100%;
  margin-top: 30px;
}
#our-services #services-items .services-item .title-wrapper h5 {
  color: #1a1a1a;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 1000px) {
  #our-services #services-items .services-item .title-wrapper h5 {
    font-size: 18px;
  }
}
#our-services #services-items .services-item .service-content {
  flex-basis: 100%;
  margin-top: 15px;
}
#our-services #services-items .services-item .service-content p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 12px;
}
@media (min-width: 768px) {
  #our-services #services-items .services-item .service-content p {
    font-size: 16px;
  }
}
#our-services #services-items .services-item .service-content a.download-btn {
  color: #EAB03B;
  text-decoration: none;
  font-weight: 600;
}
#our-services #services-items .services-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#portfolio {
  position: relative;
  overflow: hidden;
}
#portfolio .container {
  position: relative;
  z-index: 1;
}
#portfolio #portfolio-items {
  padding: 30px 0px 0px 0px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  #portfolio #portfolio-items {
    padding: 4rem 0px 0px 0px;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #portfolio #portfolio-items {
    margin: 0 15px;
  }
}
#portfolio #portfolio-items .portfolio-item {
  border: none;
  background: linear-gradient(135deg, #292D2D 0%, #222525 100%);
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  border-radius: 0px;
  position: relative;
  padding: 0px;
  min-height: 250px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(234, 176, 59, 0.1);
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  #portfolio #portfolio-items .portfolio-item {
    margin-bottom: 30px;
    min-height: 320px;
  }
  #portfolio #portfolio-items .portfolio-item:nth-last-of-type() {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  #portfolio #portfolio-items .portfolio-item {
    flex-basis: 48%;
    margin: 1%;
    min-height: 320px;
  }
}
@media (min-width: 1000px) {
  #portfolio #portfolio-items .portfolio-item {
    flex-basis: 31%;
    margin: 1.5% 1.5%;
    min-height: 350px;
  }
  #portfolio #portfolio-items .portfolio-item:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  #portfolio #portfolio-items .portfolio-item:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}
#portfolio #portfolio-items .portfolio-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(246, 213, 92, 0.15);
}
#portfolio #portfolio-items .portfolio-item:hover .bg {
  transform: scale(1.05);
  filter: brightness(1.05);
}
#portfolio #portfolio-items .portfolio-item:hover .title .project-name {
  color: #F6D55C;
}
#portfolio #portfolio-items .portfolio-item:hover .title .project-name::before {
  width: 60px;
}
#portfolio #portfolio-items .portfolio-item .bg-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
}
#portfolio #portfolio-items .portfolio-item .bg-wrapper .project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
#portfolio #portfolio-items .portfolio-item .bg-wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  filter: brightness(0.95);
}
#portfolio #portfolio-items .portfolio-item .bg-wrapper .bg::after {
  content: "";
  background: linear-gradient(to top, #292d2d 0%, rgba(41, 45, 45, 0.85) 20%, rgba(234, 176, 59, 0.15) 50%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: background 0.4s ease-out;
}
#portfolio #portfolio-items .portfolio-item .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
  padding: 26px;
  background: linear-gradient(to top, rgba(41, 45, 45, 0.6) 0%, transparent 100%);
}
@media (min-width: 1000px) {
  #portfolio #portfolio-items .portfolio-item .title {
    padding: 30px;
  }
}
#portfolio #portfolio-items .portfolio-item .title .project-name {
  color: white;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
#portfolio #portfolio-items .portfolio-item .title .project-name::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #F6D55C;
  transition: width 0.4s ease;
}
@media (min-width: 1000px) {
  #portfolio #portfolio-items .portfolio-item .title .project-name {
    font-size: 24px;
  }
}
#portfolio #portfolio-items .portfolio-item .title .project-meta {
  display: none;
}
@media (max-width: 767px) {
  #portfolio #portfolio-items .portfolio-item.coming-soon {
    display: none;
  }
}
#portfolio #portfolio-items .portfolio-item.coming-soon .bg-wrapper .bg::after {
  background-color: rgb(255, 249, 230);
}
#portfolio #portfolio-items .portfolio-item.coming-soon .title .project-name {
  color: #1D2424;
}
#portfolio #portfolio-items .portfolio-item.portfolio-dark .bg-wrapper .bg::after {
  background: linear-gradient(to top, rgba(41, 45, 45, 0.95) 0%, rgba(41, 45, 45, 0.7) 30%, rgba(234, 176, 59, 0.15) 60%, transparent 100%);
}

#contact {
  position: relative;
  background-color: #292D2D;
}
@media (min-width: 1000px) {
  #contact {
    padding: 0px;
  }
}
#contact .section-title h2 {
  color: #EAB03B;
}
#contact .section-title h3 {
  color: #ffffff;
}
@media (max-width: 999px) {
  #contact .section-title {
    text-align: center;
  }
}
#contact .section-body {
  position: relative;
  z-index: 10;
}
#contact .section-body p {
  color: #ffffff;
}
#contact .section-body .btn-cta {
  margin-top: 25px;
}
@media (max-width: 999px) {
  #contact .section-body {
    margin-top: 30px;
    text-align: center;
  }
}
#contact a.contact-link {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
#contact a.contact-link img {
  margin-left: 10px;
}
#contact .contact-us-artwork {
  display: none;
}
@media (min-width: 1100px) {
  #contact .contact-us-artwork {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  #contact .contact-us-artwork .bg-wrapper {
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: flex;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  #contact .contact-us-artwork .bg-wrapper .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: 5%;
    background-position: center right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1000px) {
  #page-not-found {
    padding: 0px;
  }
}
#page-not-found a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #484745;
}
#page-not-found a img {
  margin-left: 10px;
}
#page-not-found .contact-us-artwork {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
#page-not-found .contact-us-artwork .bg-wrapper {
  width: 100%;
}
#page-not-found .contact-us-artwork .bg-wrapper .bg {
  position: absolute;
  top: 0;
  margin-left: 5%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
}
#page-not-found .contact-us-artwork img {
  display: block;
  width: 100%;
}

body.not-found footer {
  display: none;
}

#main-navigation {
  display: -moz-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 30px;
}
@media (max-width: 999px) {
  #main-navigation {
    display: none;
  }
}
#main-navigation li {
  position: relative;
}
#main-navigation li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 5px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
#main-navigation li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F6D55C;
  transition: width 0.3s ease;
}
#main-navigation li a:hover {
  color: #F6D55C;
}
#main-navigation li a:hover:after {
  width: 100%;
}
#main-navigation li.current a {
  color: #F6D55C;
}
#main-navigation li.current a:after {
  width: 100%;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
  position: relative;
}
@media (max-width: 999px) {
  .burger-menu {
    display: -moz-flex;
    display: flex;
  }
}
.burger-menu span {
  width: 30px;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.burger-menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.burger-menu.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
.burger-menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #181B1B;
  z-index: 1001;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 60px 20px 40px;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay .mobile-navigation {
  list-style: none;
  padding: 0;
  margin: 0px;
  text-align: center;
}
.mobile-menu-overlay .mobile-navigation li {
  margin: 30px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobile-menu-overlay .mobile-navigation li a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.mobile-menu-overlay .mobile-navigation li a:hover {
  color: #F6D55C;
}
.mobile-menu-overlay .mobile-navigation li:last-child {
  margin-bottom: 0;
}
.mobile-menu-overlay .mobile-menu-contact {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.6s;
}
.mobile-menu-overlay .mobile-menu-contact .mobile-get-in-touch {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 10px;
  transition: color 0.3s ease;
}
.mobile-menu-overlay .mobile-menu-contact .mobile-get-in-touch img {
  max-width: 18px;
  height: auto;
}
.mobile-menu-overlay .mobile-menu-contact .mobile-get-in-touch:hover {
  color: #F6D55C;
}
.mobile-menu-overlay .mobile-cta {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.6s;
}
.mobile-menu-overlay .mobile-menu-separator {
  margin: 30px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.65s;
  width: 100%;
  max-width: 280px;
}
.mobile-menu-overlay .mobile-menu-separator img {
  width: 100%;
  height: auto;
}
.mobile-menu-overlay .mobile-social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -moz-flex;
  display: flex;
  gap: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.7s;
}
.mobile-menu-overlay .mobile-social-icons li a {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.mobile-menu-overlay .mobile-social-icons li a img {
  max-width: 20px;
  height: auto;
  filter: brightness(0) invert(1);
}
.mobile-menu-overlay .mobile-social-icons li a:hover {
  background-color: rgba(246, 213, 92, 0.3);
  transform: translateY(-3px);
}
.mobile-menu-overlay.active .mobile-navigation li {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-overlay.active .mobile-navigation li:nth-child(1) {
  transition-delay: 0.1s;
}
.mobile-menu-overlay.active .mobile-navigation li:nth-child(2) {
  transition-delay: 0.2s;
}
.mobile-menu-overlay.active .mobile-navigation li:nth-child(3) {
  transition-delay: 0.3s;
}
.mobile-menu-overlay.active .mobile-navigation li:nth-child(4) {
  transition-delay: 0.4s;
}
.mobile-menu-overlay.active .mobile-navigation li:nth-child(5) {
  transition-delay: 0.5s;
}
.mobile-menu-overlay.active .mobile-navigation li:nth-child(6) {
  transition-delay: 0.6s;
}
.mobile-menu-overlay.active .mobile-cta,
.mobile-menu-overlay.active .mobile-menu-contact,
.mobile-menu-overlay.active .mobile-social-icons,
.mobile-menu-overlay.active .mobile-menu-separator {
  opacity: 1;
  transform: translateY(0);
}

.divider img {
  display: block;
  width: 100%;
}

.project-back-to-top {
  display: none;
}
.project-back-to-top p {
  margin: 0;
}
.project-back-to-top p a {
  text-transform: uppercase;
  text-decoration: none;
  color: #EAB03B;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  font-size: 13px;
}
.project-back-to-top p a img {
  max-width: 14px;
  transform: rotate(90deg);
  margin-right: 15px;
  transform-origin: center;
  transition: margin 0.5s;
  transition-timing-function: ease-out;
}
.project-back-to-top p a:hover {
  color: #EAB03B;
}
.project-back-to-top p a:hover img {
  margin-right: 20px;
}

.project #main-nav {
  background-color: #181B1B;
}
.project #main-nav a.navbar-brand img {
  filter: none;
}
.project #main-nav .project-back-to-top {
  display: -moz-flex;
  display: flex;
}
.project #main-nav .project-back-to-top p a {
  color: #EAB03B;
}
.project #main-nav .contact {
  display: none !important;
}

.project-content-wrapper {
  padding: 80px 0;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .project-content-wrapper {
    padding: 60px 0;
  }
}
.project-content-wrapper .section-title h1 {
  text-transform: uppercase;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .project-content-wrapper .section-title {
    margin-bottom: 40px;
  }
}
.project-content-wrapper .specifications-wrapper {
  display: -moz-flex;
  display: flex;
  margin-bottom: 20px;
  margin-top: 4rem;
}
.project-content-wrapper .specifications-wrapper .spec-item {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-right: 20px;
}
.project-content-wrapper .specifications-wrapper .spec-item p {
  margin: 0 0 0 10px;
  font-weight: 600;
}

.project-specifications {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .project-specifications {
    margin-bottom: 40px;
  }
}

.project-description a.project-link {
  text-decoration: none;
  color: #EAB03B;
}

.project-screenshots .screenshots-wrapper {
  margin-top: 4rem;
}
.project-screenshots .screenshots-wrapper .screenshot-item {
  margin-bottom: 4rem;
}
.project-screenshots .screenshots-wrapper .screenshot-item img {
  width: 100%;
  height: auto;
  display: block;
}
