/* ---------------------------
  Font Face
--------------------------- */
@font-face {
  font-family: "sanctuary id";
  font-weight: 400;
  src: url("./webfonts/CRC25.otf");
}

@font-face {
  font-family: "sanctuary id";
  font-weight: 500;
  src: url("./webfonts/CRC35.otf");
}

@font-face {
  font-family: "sanctuary id";
  font-weight: 600;
  src: url("./webfonts/CRC55.otf");
}

@font-face {
  font-family: "sanctuary id";
  font-weight: 700;
  src: url("./webfonts/CRC65.otf");
}

@font-face {
  font-family: "slick";
  src: url("./webfonts/slick.woff");
}

/* ---------------------------
  Default Setup
--------------------------- */
body::-webkit-scrollbar {
  display: none;
}

body,
html {
  background-color: #101213;
  font-family: "sanctuary id", sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a,
button {
  cursor: pointer;
}

a,
button,
p {
  font-size: 16px;
  font-weight: 400;
  outline: none;
  text-decoration: none;
}

ol li,
ul li {
  font-family: "sanctuary id", sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

a.whatsapp {
  font-weight: bold !important;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background: -webkit-linear-gradient(225deg, #e5cca8, #88704e, #e5cca8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s linear infinite;
  animation: shine 3s linear infinite;
  background-size: 200% auto;
}

.section-1 .scroll-animation {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 10;
}

.section-1 .scroll-animation > div {
  animation-duration: 5s;
  height: 60px;
}

.section-1 .scroll-animation > div:before {
  border-left: 1px solid white;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 10;
}

.footer .scroll-animation {
  height: 60px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  /* width: 1px; */
  width: 100%;
  z-index: 10;
}

.footer .scroll-animation > div {
  animation-duration: 5s;
  height: 60px;
}

.footer .scroll-animation > div:before {
  border: 0.5px solid white;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 10;
}

.padding-lg-10 {
  padding: 10px;
}

.padding-lg-left-10 {
  padding-left: 10px;
}

.padding-lg-right-10 {
  padding-right: 10px;
}

.padding-lg-top-10 {
  padding-top: 10px;
}

.padding-lg-bottom-10 {
  padding-bottom: 10px;
}

.padding-lg-20 {
  padding: 20px;
}

.padding-lg-left-20 {
  padding-left: 20px;
}

.padding-lg-right-20 {
  padding-right: 20px;
}

.padding-lg-top-20 {
  padding-top: 20px;
}

.padding-lg-bottom-20 {
  padding-bottom: 20px;
}

.padding-lg-30 {
  padding: 30px;
}

.padding-lg-left-30 {
  padding-left: 30px;
}

.padding-lg-right-30 {
  padding-right: 30px;
}

.padding-lg-top-30 {
  padding-top: 30px;
}

.padding-lg-bottom-30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .padding-lg-left-30 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .padding-md-10 {
    padding: 10px;
  }

  .padding-md-left-10 {
    padding-left: 10px;
  }

  .padding-md-right-10 {
    padding-right: 10px;
  }

  .padding-md-top-10 {
    padding-top: 10px;
  }

  .padding-md-bottom-10 {
    padding-bottom: 10px;
  }

  .padding-md-20 {
    padding: 20px;
  }

  .padding-md-left-20 {
    padding-left: 20px;
  }

  .padding-md-right-20 {
    padding-right: 20px;
  }

  .padding-md-top-20 {
    padding-top: 20px;
  }

  .padding-md-bottom-20 {
    padding-bottom: 20px;
  }

  .padding-md-30 {
    padding: 30px;
  }

  .padding-md-left-30 {
    padding-left: 30px;
  }

  .padding-md-right-30 {
    padding-right: 30px;
  }

  .padding-md-top-30 {
    padding-top: 30px;
  }

  .padding-md-bottom-30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .padding-sm-10 {
    padding: 10px;
  }

  .padding-sm-left-10 {
    padding-left: 10px;
  }

  .padding-sm-right-10 {
    padding-right: 10px;
  }

  .padding-sm-top-10 {
    padding-top: 10px;
  }

  .padding-sm-bottom-10 {
    padding-bottom: 10px;
  }

  .padding-sm-20 {
    padding: 20px;
  }

  .padding-sm-left-20 {
    padding-left: 20px;
  }

  .padding-sm-right-20 {
    padding-right: 20px;
  }

  .padding-sm-top-20 {
    padding-top: 20px;
  }

  .padding-sm-bottom-20 {
    padding-bottom: 20px;
  }

  .padding-sm-30 {
    padding: 30px;
  }

  .padding-sm-left-30 {
    padding-left: 30px;
  }

  .padding-sm-right-30 {
    padding-right: 30px;
  }

  .padding-sm-top-30 {
    padding-top: 30px;
  }

  .padding-sm-bottom-30 {
    padding-bottom: 30px;
  }
}

/* ---------------------------
  Navigation
--------------------------- */
nav.navbar {
  background-color: #101213;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

nav.navbar a.navbar-brand {
  margin: auto;
  text-align: center;
  width: 120px;
  z-index: 99;
}

nav.navbar a.navbar-brand img {
  width: 100%;
}

nav.navbar .hamburger {
  align-content: center;
  display: flex;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 23%;
  z-index: 100;
}

nav.navbar .hamburger:focus {
  box-shadow: none;
  outline: none;
}

nav.navbar .hamburger .hamburger-inner,
nav.navbar .hamburger .hamburger-inner:before,
nav.navbar .hamburger .hamburger-inner:after {
  background-color: white;
  height: 2px;
}

nav.navbar .hamburger:hover .hamburger-inner,
nav.navbar .hamburger:hover .hamburger-inner:before,
nav.navbar .hamburger:hover .hamburger-inner:after {
  background-color: #e5cca8;
}

nav.navbar .hamburger.is-active .hamburger-inner,
nav.navbar .hamburger.is-active .hamburger-inner:before,
nav.navbar .hamburger.is-active .hamburger-inner:after {
  background-color: #e5cca8;
}

.offcanvas {
  z-index: 11;
}

.offcanvas-top.show {
  display: grid;
}

.offcanvas-top {
  background-color: #101213e0;
  height: 100vh;
  left: 0;
  place-content: center;
  text-align: center;
  top: 0;
  width: 100%;
  touch-action: auto;
}

.offcanvas .line {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 10px 0 12px;
  height: 100%;
  max-height: 80px;
  position: relative;
}

.offcanvas .line:before {
  border: 0.5px solid white;
  content: "";
  height: 100%;
  position: absolute;
  /* right: 50%; */
  top: auto;
  /* transform: translate(-50%, 0%); */
  width: 1px;
}

.offcanvas ul {
  margin: 0;
  padding: 0;
}

.offcanvas ul li {
  list-style-type: none;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}

.offcanvas ul li a {
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin: auto;
  padding: 5px 0;
  width: fit-content;
}

.offcanvas ul li a:focus,
.offcanvas ul li a:hover {
  color: #e5cca8;
  background: -webkit-linear-gradient(225deg, #88704e, #e5cca8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offcanvas ul li a:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  background: #e5cca8;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.offcanvas ul li a:hover:before {
  left: 0;
  width: 100%;
}

.offcanvas ul li.active {
  border-bottom: 1px solid #e5cca8;
}

.offcanvas ul li.active a {
  color: #e5cca8;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background: -webkit-linear-gradient(225deg, #e5cca8, #88704e, #e5cca8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s linear infinite;
  animation: shine 3s linear infinite;
  background-size: 200% auto;
}

.offcanvas .scroll-btn {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  display: none;
  position: relative;
  transform-origin: bottom;
}

.offcanvas .scroll-btn:before {
  background-color: white;
  mask-image: url("../images/scroll.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../images/scroll.svg");
  -webkit--webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  content: "";
  height: 35px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 25px;
  width: 35px;
}

.offcanvas .scroll-btn:after {
  bottom: -80px;
  color: white;
  content: "scroll";
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
}

.offcanvas .bounce {
  animation-name: bounce;
  animation-timing-function: linear;
}

.hamburger-box {
  display: flex;
  justify-content: center;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 24px;
}

.hamburger--slider .hamburger-inner:before {
  top: 7px;
}

.hamburger--slider .hamburger-inner:after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner:after {
  top: 19px;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (max-height: 650px) {
  .offcanvas .responsive-offcanvas::-webkit-scrollbar {
    display: none;
  }

  .offcanvas .responsive-offcanvas {
    height: 350px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .offcanvas .line {
    max-height: 50px;
  }

  .offcanvas .scroll-btn {
    display: block;
  }

  .offcanvas .line:before {
  }
}

@media screen and (max-height: 500px) {
  .offcanvas .responsive-offcanvas {
    height: 250px;
  }
}

@media screen and (max-height: 400px) {
  .offcanvas .responsive-offcanvas {
    height: 120px;
  }
}

/* ---------------------------
  Home Page
--------------------------- */
.home-section .home-slider {
  z-index: 1;
}

.home-section .slick-slider .slick-slide {
  display: none;
}

.home-section .slick-initialized.slick-slider .slick-slide {
  display: block !important;
}

.home-section .home-slider .slick-list {
  height: 100%;
}

.home-section .home-slider .slick-list .slick-track {
  height: 100%;
}

.home-section .home-slider .slider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: shrink 5s infinite;
}

@keyframes shrink {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 120%;
  }
}

.home-section .home-slider .slick-prev {
  left: 25px;
  height: 40px;
  width: 40px;
  z-index: 1;
}

.home-section .home-slider .slick-prev:before {
  background: white;
  content: "";
  left: 0;
  height: 14px;
  /* -webkit-mask-image: url('../images/left-arrow-backup-2.svg'); */
  -webkit-mask-image: url("../images/right-arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  width: 14px;
}

.home-section .home-slider .slick-next {
  height: 40px;
  right: 25px;
  width: 40px;
  z-index: 1;
}

.home-section .home-slider .slick-prev:hover:before {
  background-color: #e5cca8;
}

.home-section .home-slider .slick-next:before {
  background: white;
  content: "";
  height: 14px;
  /* -webkit-mask-image: url('../images/right-arrow-backup-2.svg'); */
  -webkit-mask-image: url("../images/right-arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}

.home-section .home-slider .slick-next:hover:before {
  background-color: #e5cca8;
}

.home-section .section-spacing {
  height: 100%;
  max-height: calc(100% - 71px);
  position: relative;
}

.fp-tableCell {
  vertical-align: bottom;
}

.home-section .section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.home-section .section-line:before {
  border: 0.5px solid white;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 1px;
  top: auto;
  transition: 1400ms;
  z-index: 2;
}

.home-section .section-line:after {
  border: 0.5px solid white;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

.home-section .section-1 .section-line:before {
  content: unset;
}

.home-section .section-4 .section-line:after {
  content: unset;
}

.home-section .section-1 .scroll-animation {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  /* width: 1px; */
  z-index: 10;
}

.home-section .section-1 .scroll-animation > div {
  animation-duration: 5s;
  height: 60px;
}

.home-section .section-1 .scroll-animation > div:before {
  border: 0.5px solid white;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 10;
}

.home-section .section-4 .scroll-animation {
  height: 60px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 10;
}

.home-section .section-4 .scroll-animation > div {
  animation-duration: 5s;
  height: 60px;
}

.home-section .section-4 .scroll-animation > div:before {
  border-left: 1px solid white;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 10;
}

.home-section .page-container {
  height: 100%;
  padding: 15.5px 0;
}

.home-section .page-container .row {
  align-items: center;
  height: 100%;
}

.home-section .page-container .content {
  transform: scale(1);
}

.home-section .page-container .content p {
  color: white;
  font-size: 18px;
  text-align: justify;
}

.home-section .page-container .content h2 {
  color: white;
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 0 18%;
}

.home-section .page-container .content button {
  background-color: transparent;
  border: none;
  /* padding: 0 0 0 18%; */
  padding: 0;
  position: relative;
}

.home-section .page-container .content button a:before {
  background-color: #e5cca8;
  content: "";
  height: 14px;
  mask-image: url("../images/right-arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../images/right-arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  position: absolute;
  right: -20px;
  top: 4px;
  transition: 0.3s;
  width: 14px;
}

.home-section .page-container .content button a {
  color: white;
  font-weight: 600;
}

.home-section .page-container .content button:hover a:before {
  right: -30px;
}

.home-section .section-3 .column-height {
  height: 100%;
  max-height: 50%;
  /* padding: 7.5px 3px; */
  padding: 4px 2px 10.5px;
}

.home-section .section-3 .content {
  height: 100%;
}

.home-section .section-3 .project-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.home-section .section-3 .project-bg:before {
  background-color: #101213cf;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 100%;
}

.home-section .section-3 .project-bg:hover:before {
  background-color: #10121394;
}

.home-section .section-3 .project-bg h3 {
  align-items: center;
  color: white;
  display: flex;
  font-size: 26px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transition: 0.3s;
}

.home-section .section-3 .project-bg:hover h3 {
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background: -webkit-linear-gradient(225deg, #e5cca8, #88704e, #e5cca8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s linear infinite;
  animation: shine 3s linear infinite;
  background-size: 200% auto;
}

@keyframes shine {
  100% {
    background-position: 200% center;
  }
}

.home-section .page-container .content ul {
  margin: 0;
  padding: 0;
}

.home-section .page-container .content ul li {
  color: white;
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
}

.home-section .page-container .content ul li ul li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.home-section .page-container .content ul li ul li a {
  color: white;
}

.home-section .page-container .content ul li ul li.contact-title {
  min-width: 140px;
}

.home-section .page-container .content ul li ul li div.facebook {
  background-color: #ffffff;
  border-radius: 3px;
  height: 27px;
  -webkit-mask-image: url("../images/facebook.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/facebook.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  width: 27px;
}

.home-section .page-container .content ul li ul li div.facebook:hover {
  background-color: #e5cca8;
}

.home-section .page-container .content ul li ul li div.instagram {
  background-color: #ffffff;
  border-radius: 3px;
  height: 26px;
  -webkit-mask-image: url("../images/instagram.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/instagram.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  width: 26px;
}

.home-section .page-container .content ul li ul li div.instagram:hover {
  background-color: #e5cca8;
}

.home-section .page-container .content ul li ul li div.whatsapp {
  background-color: #ffffff;
  height: 26px;
  -webkit-mask-image: url("../images/whatsapp.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/whatsapp.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: 0.3s;
  width: 26px;
}

.home-section .page-container .content ul li ul li div.whatsapp:hover {
  background-color: #e5cca8;
}

@media screen and (max-width: 1023px) {
  @keyframes shrink {
    0% {
      background-size: 220%;
    }

    100% {
      background-size: 240%;
    }
  }
}

@media screen and (max-height: 750px) {
  nav.navbar {
    padding: 5px 0;
  }

  .home-section .section-spacing {
    max-height: 75%;
  }
}

@media screen and (max-height: 650px) {
  /* .home-section .section.active .section-line:before { top: 4%; } */
  .home-section .section-spacing {
    max-height: 65%;
  }

  .home-section .section-line:before,
  .home-section .section-line:after {
    height: 40px;
  }

  .home-section .page-container .content p,
  .home-section .page-container .content p {
    font-size: 14px;
  }

  .home-section .page-container .content h2,
  .home-section .page-container .content button {
    font-size: 28px;
    padding: 0 0 0 10%;
  }

  .home-section .page-container .content button a:before {
    top: 17px;
  }

  .home-section .section-3 .project-bg h3 {
    font-size: 22px;
  }

  .home-section .page-container .content ul li {
    font-size: 14px;
  }

  .home-section .page-container .content ul li ul li div.facebook,
  .home-section .page-container .content ul li ul li div.instagram,
  .home-section .page-container .content ul li ul li div.whatsapp {
    height: 26px;
    width: 26px;
  }
}

@media screen and (max-width: 575px) {
  .home-section .section-spacing {
    max-height: calc(100% - 71px);
  }

  .home-section .page-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-section .section-3 .page-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-height: 500px) {
  nav.navbar a.navbar-brand img {
    width: 100%;
  }
}

@media screen and (max-height: 350px) {
  nav.navbar {
    padding: 5px;
  }

  nav.navbar a.navbar-brand img {
    max-width: 70%;
  }

  nav.navbar .hamburger {
    padding: 5px;
    top: 8px;
  }

  .home-section .section-spacing {
    max-height: 65%;
  }

  .home-section .section-line:before,
  .home-section .section-line:after {
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .home-section .section-1 .scroll-animation,
  .home-section .section-1 .scroll-animation > div,
  .home-section .section-1 .scroll-animation > div:before,
  .home-section .section-4 .scroll-animation,
  .home-section .section-4 .scroll-animation > div,
  .home-section .section-4 .scroll-animation > div:before {
    height: 40px;
  }

  .home-section .page-container .content p,
  .home-section .page-container .content p {
    font-size: 16px;
  }

  .home-section .page-container .content h2,
  .home-section .page-container .content button {
    font-size: 28px;
    padding: 0 0 0 10%;
  }

  .home-section .page-container .content button a:before {
    top: 17px;
  }

  .home-section .section-3 .project-bg h3 {
    font-size: 22px;
  }

  .home-section .page-container .content ul li {
    font-size: 14px;
  }

  .home-section .page-container .content ul li ul li div.facebook,
  .home-section .page-container .content ul li ul li div.instagram,
  .home-section .page-container .content ul li ul li div.whatsapp {
    height: 26px;
    width: 26px;
  }

  .home-section .section-line:after,
  .home-section .section-line:before,
  .home-section .section-line:after {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home-section .page-container .content h2,
  .home-section .page-container .content button {
    padding: 0;
  }

  .home-section .section-3 .column-height {
    height: 100%;
    max-height: 25%;
  }
}

/* ---------------------------
  About Us Page
--------------------------- */
.about-us .section-1 .section-spacing {
  height: calc(91.9vh - 71px);
  margin: 4% auto 2%;
}

.about-us .section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  /* padding: 15% 0; */
}

.about-us .page-container {
  height: 100%;
}

.about-us .page-container .row {
  align-items: center;
  height: 100%;
}

.about-us .page-container .content h2 {
  color: white;
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 0 18%;
}

.about-us .content > ol li::marker {
  color: #fff;
}

.about-us .page-container .content p {
  color: white;
  font-size: 16px;
  text-align: justify;
}

.about-us .content > ol li p {
  margin-bottom: 5px;
}

.about-us .section {
  position: relative;
}

/* .about-us .section-1:after { border-right: 1px solid white; bottom: 0; content: ''; height: 60px; left: 0; margin: auto; opacity: 0.4; position: absolute; right: 0; top: auto; transition: 1400ms;  width: 1px; } */
.about-us .section-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 400px;
  padding: 0 15px;
}

.about-us .section-2:before {
  border: 0.5px solid white;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: auto;
  transition: 1400ms;
  top: 0;
  width: 1px;
}

.about-us .section-2:after {
  border: 0.5px solid white;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: auto;
  transition: 1400ms;
  width: 1px;
}

.about-us .section-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 400px;
  padding: 0 15px;
}

.about-us .section-3 .section-spacing {
  margin: 20px 0;
}

.about-us .section-3 .section-spacing .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  min-height: 200px;
}

.about-us .section-3 .section-spacing.team {
  margin: 0 0 20px;
}

.about-us .section-3 .section-spacing.team .page-container {
  padding: 0 0 17px;
}

.career .section-2:after {
  bottom: -30px;
}

.career .section-2 {
  min-height: 550px;
}

.career .section-2 .row {
  align-items: flex-start;
}

@media screen and (max-width: 1400px) {
  .contact-us .content p br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .about-us .section-bg {
    padding: 18% 0;
  }

  .about-us .section-1 .section-spacing {
    margin: 8% auto 2.5%;
  }

  .about-us .page-container .content p {
    font-size: 14px;
  }

  .about-us .page-container .content h2 {
    font-size: 28px;
    padding: 0 0 0 10%;
  }

  .about-us .section-1:after,
  .about-us .section-2:before,
  .about-us .section-2:after {
    height: 40px;
  }

  .about-us .section-3 {
    margin: 20px 0;
    padding: 0;
  }

  .about-us .section-3 .section-spacing .bg-image {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .about-us .section-2 {
    padding: 10% 0;
  }

  .about-us .section-1 .section-spacing {
    margin: 12% auto 3%;
  }

  .about-us .section-3 {
    padding: 0;
  }

  .about-us .section-3 .section-spacing .bg-image {
    margin: 0 0 1rem;
  }

  .about-us .page-container .content h2 {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .about-us .section-2 {
    margin-top: 38px;
  }

  .about-us .section-3 {
    margin-top: 4px !important;
  }

  .about-us .page-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 500px) {
  .about-us .section-1 .section-spacing {
    margin: 12% auto 5%;
  }
}

/* ---------------------------
  Project Page
--------------------------- */
.projects .section {
  margin: 2rem auto 1rem;
  padding: 5% 12px 3%;
}

.projects .nav-tabs {
  border-bottom: 0;
  margin: 0 0 1rem;
}

.projects .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

/* .projects .nav-tabs .nav-link.active { background-color: transparent; color: #e5cca8; } */
.projects .nav-tabs .nav-link.active {
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background: -webkit-linear-gradient(225deg, #e5cca8, #88704e, #e5cca8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s linear infinite;
  animation: shine 3s linear infinite;
  background-size: 200% auto;
}

.projects .nav-tabs .nav-link:focus,
.projects .nav-link:hover {
  border: 0;
  border-radius: 0;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background: -webkit-linear-gradient(225deg, #e5cca8, #88704e, #e5cca8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s linear infinite;
  animation: shine 3s linear infinite;
  background-size: 200% auto;
}

/* .projects .tab-content .col { margin-top: 10px; } */
.projects .project-tab-content {
  padding: 0;
}

.projects .project-tab-content .col {
  /* padding-left: 2px;
  padding-right: 2px; */
  padding: 4px 2px 10px;
}

.projects .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* .projects .tab-content .col { margin-bottom: calc(var(--bs-gutter-x) * .5); margin-top: calc(var(--bs-gutter-x) * .5); } */
.projects .tab-content .project-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  min-height: 200px;
  position: relative;
  text-align: center;
}

.projects .tab-content .project-image:before {
  background-color: #101213cf;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 100%;
}

.projects .tab-content .project-image:hover:before {
  background-color: #10121394;
}

.projects .tab-content .project-image h3 {
  align-items: flex-end;
  color: white;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  height: 80%;
  justify-content: center;
  position: relative;
}

.projects .tab-content .project-image:hover h3 {
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background: -webkit-linear-gradient(225deg, #e5cca8, #88704e, #e5cca8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s linear infinite;
  animation: shine 3s linear infinite;
  background-size: 200% auto;
}

@media screen and (max-width: 991px) {
  .projects .nav-tabs .nav-link {
    font-size: 14px;
  }

  .projects .section {
    margin: 3.5rem auto;
  }
}

@media screen and (max-width: 450px) {
  .projects .section {
    margin: 5.5rem auto;
  }

  .projects .nav-tabs li {
    display: block;
    text-align: center;
    width: 100%;
  }

  .projects .nav-tabs li button {
    margin: auto;
  }
}

/* ---------------------------
  Project Detail Page
--------------------------- */
.project-detail .section-1 .section-spacing {
  height: calc(91.9vh - 71px);
  margin: 4% auto 2%;
}

.project-detail .section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 18% 0 3%;
}

.project-detail .page-container {
  height: 100%;
}

.page-container {
  height: 100%;
  padding: 18px 0 17px;
}

.project-detail .page-container .row {
  align-items: center;
  height: 100%;
}

.project-detail .page-container .row .col {
  /* padding-bottom: 4px; */

  /*padding: 4px 2px 0;*/
  /*margin-top: 10.5px;*/

  padding: 4px 2px 10.5px;
}

.page-container .row {
  align-items: center;
  height: 100%;
}

.project-detail .page-container .content h2 {
  color: white;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.project-detail .page-container .content p {
  color: white;
  font-size: 16px;
}

.project-detail .section {
  position: relative;
}

/* .project-detail .section-1:after { border-right: 1px solid white; bottom: 0; content: ''; height: 60px; left: 0; margin: auto; opacity: 0.4; position: absolute; right: 0; top: auto; transition: 1400ms;  width: 1px; } */
.project-detail .section-2 {
  margin: 10px 0;
  padding: 8% 15px;
  position: relative;
}

.project-detail .section-2:before {
  border-right: 1px solid white;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.project-detail .section-2:after {
  border-right: 1px solid white;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 1px;
}

.project-detail .section-2 .content ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 4rem 0 0;
  padding: 0;
  text-align: center;
}

.project-detail .section-2 .content ul li {
  color: white;
  /* display: inline-block; */
  font-weight: 600;
  list-style-type: none;
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
  /* vertical-align: middle; */
}

.project-detail .section-2 .content ul li:before {
  border-right: 1px solid white;
  content: "";
  height: 100%;
  position: absolute;
  right: -6px;
  top: 0;
  width: 1px;
}

.project-detail .section-2 .content ul li:last-child:before {
  content: unset;
}

.project-detail .section-3 .album-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  min-height: 200px;
}

.project-detail .section-3 .section-spacing {
  margin: 20px 0;
  padding: 0;
}

.project-button {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .project-detail .section-1 .section-spacing {
    margin: 8% auto 2.5%;
  }

  .project-detail .section-bg {
    padding: 26% 0 19.8%;
  }

  .project-detail .section-1:after,
  .project-detail .section-2:before,
  .project-detail .section-2:after {
    height: 40px;
  }

  .project-detail .page-container .content p,
  .project-detail .section-2 .content ul li {
    font-size: 14px;
  }

  .project-detail .section-2 .content ul li:before {
    right: -8px;
  }
}

@media screen and (max-width: 767px) {
  .project-detail .section-1 .section-spacing {
    margin: 12% auto 3%;
  }

  .project-detail .section-2 {
    margin: 40px 15px 10px;
    padding: 10% 15px;
  }

  .project-detail .section-3 .section-spacing {
    margin: 20px 0;
  }
}

@media screen and (max-width: 450px) {
  .project-detail .section-1 .section-spacing {
    margin: 12% auto 5%;
  }
}

/* ---------------------------
  Footer Section
--------------------------- */
.footer {
  position: relative;
}

.footer .section-spacing .page-container {
  margin-top: 2px;
  padding: 6% 0 3%;
}

.footer .section-spacing .section-line {
  position: relative;
}

.footer .section-spacing .section-line:before {
  border-right: 1px solid white;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: auto;
  width: 1px;
}

.footer .content button {
  background: transparent;
  border: 0;
  color: white;
  margin: 0 0 1rem;
  padding: 0 0 0 25px;
  position: relative;
}

.footer .content button a:before {
  background-color: #e5cca8;
  content: "";
  height: 14px;
  left: 0;
  -webkit-mask-image: url("../images/right-arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  position: absolute;
  transform: rotate(180deg);
  top: 5px;
  transition: 0.3s;
  width: 14px;
}

.footer .content button:hover a:before {
  left: -10px;
}

button.next {
  padding: 0 25px 0 0 !important;
}

.footer .content button.next a:before {
  background-color: #e5cca8;
  content: "";
  height: 14px;
  left: unset;
  right: 0;
  -webkit-mask-image: url(../images/right-arrow.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  position: absolute;
  transform: unset;
  top: 5px;
  transition: 0.3s;
  width: 14px;
}

.footer .content button.next:hover a:before {
  right: -10px;
}

.footer .content button a {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.footer .content p {
  color: white;
  font-size: 16px;
  text-align: justify;
}

.footer .content ul {
  margin: 0;
  padding: 0;
}

.footer .content ul li {
  color: white;
  list-style: none;
  margin: 0 0 5px;
  min-width: 100px;
}

.footer .content ul li ul li {
  display: inline-block;
  vertical-align: middle;
}

.footer .content ul li ul li a {
  color: white;
}

@media screen and (max-width: 991px) {
  .footer .section-spacing .page-container {
    padding: 15% 15px 5%;
  }

  .footer .content p {
    font-size: 14px;
  }

  .footer .content ul li {
    font-size: 14px;
  }

  .footer .content ul li ul li a {
    font-size: 14px;
  }

  .footer .section-spacing .section-line:before {
    height: 40px;
  }
}

/* ---------------------------
  Contact Us Page
--------------------------- */
.contact-us {
  height: 100vh;
}

.contact-us .section {
  height: 100%;
}

.contact-us .section .section-spacing {
  height: 100%;
}

.contact-us .section .section-spacing .section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.contact-us .section .section-spacing .section-bg .page-container {
  height: 100%;
}

.contact-us .section .section-spacing .section-bg .row {
  align-items: center;
  height: 100%;
}

.contact-us .section .section-spacing .section-line:before {
  border: 0.5px solid white;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 71px;
  width: 1px;
}

.contact-us .section .section-spacing .section-line:after {
  border: 0.5px solid white;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0.4;
  position: absolute;
  right: 0;
  width: 1px;
}

/* .contact-us .contact-responsive-margin { margin-top: -30px; } */
.contact-us .contact-height {
  min-height: 300px;
}

.contact-us .content h2 {
  color: white;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 1rem;
  padding: 0 0 0 18%;
}

.contact-us .content p {
  color: white;
  font-size: 18px;
}

.contact-us .content ul {
  margin: 0 0 2rem;
  padding: 0;
}

.contact-us .content ul li {
  color: white;
  list-style-type: none;
  margin: 0 0 10px;
}

.contact-us .content ul li ul {
  margin: 0;
}

.contact-us .content ul li ul li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  min-width: 120px;
  position: relative;
}

.contact-us .content ul li ul li div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.contact-us .content ul li ul li .facebook {
  height: 30px;
  width: 30px;
}

.contact-us .content ul li ul li .facebook:before {
  background-color: white;
  border-radius: 3px;
  content: "";
  -webkit-mask-image: url("../images/facebook.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  height: 27px;
  left: 0;
  position: absolute;
  top: 0;
  width: 27px;
}

.contact-us .content ul li ul li .instagram {
  height: 30px;
  width: 30px;
}

.contact-us .content ul li ul li .instagram:before {
  background-color: white;
  border-radius: 3px;
  content: "";
  -webkit-mask-image: url("../images/instagram.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
}

.contact-us .content ul li ul li .facebook:hover:before {
  background-color: #e5cca8;
}

.contact-us .content ul li ul li .instagram:hover:before {
  background-color: #e5cca8;
}

.contact-us .content ul li ul li a {
  color: white;
}

.contact-us .content form {
  width: 100%;
}

.contact-us .content form label {
  border-bottom: 1px solid white;
  display: block;
  margin: 0 0 8px;
  padding: 3px 0;
  width: 55%;
}

.contact-us .content form label.message {
  width: 75%;
}

.contact-us .content form label p {
  color: white;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  min-width: 100px;
  vertical-align: middle;
}

.contact-us .content form label input,
.contact-us .content form label textarea {
  background-color: transparent;
  border: none;
  color: white;
  display: inline-block;
  vertical-align: middle;
}

.contact-us .content form label input:focus,
.contact-us .content form label input:focus-visible,
.contact-us .content form label input:hover,
.contact-us .content form label textarea:focus,
.contact-us .content form label textarea:focus-visible,
.contact-us .content form label textarea:hover {
  border: none;
  box-shadow: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.contact-us .content form label.submit {
  border: none;
  margin: 15px 0 0;
  padding: 5px 0;
  position: relative;
}

.contact-us .content form label.submit:before {
  background-color: #e5cca8;
  content: "";
  -webkit-mask-image: url("../images/right-arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  height: 14px;
  left: 65px;
  position: absolute;
  top: 10px;
  transition: 0.3s;
  width: 14px;
}

.contact-us .content form label.submit:hover:before {
  transform: translateX(20px);
}

.contact-us .content form label.submit input {
  font-size: 18px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .contact-us .content h2 {
    font-size: 28px;
    margin: 0 0 5px;
    padding: 0 0 0 10%;
  }

  .contact-us .content ul li ul li,
  .contact-us .content ul li ul li a {
    font-size: 16px;
  }

  .contact-us .content p {
    font-size: 16px;
  }

  .contact-us .section .section-spacing .section-bg .row {
    height: 75%;
    padding: 20px 15px 0;
  }

  .contact-us .section .section-spacing .section-bg .page-container {
    align-items: center;
    display: flex;
  }

  .contact-us .section .section-spacing .section-line:before,
  .contact-us .section .section-spacing .section-line:after {
    height: 40px;
  }

  .contact-us .contact-responsive-margin {
    margin: 0;
  }
}

@media (max-width: 991px) and (max-height: 650px) {
  .contact-us .section .section-spacing {
    height: 130%;
  }

  .contact-us .section .section-spacing .section-line:after {
    bottom: -30%;
  }
}

@media (max-width: 991px) and (max-height: 450px) {
  .contact-us .section .section-spacing {
    height: 180%;
  }

  .contact-us .section .section-spacing .section-line:after {
    bottom: -100%;
  }
}

@media (max-width: 991px) and (max-height: 350px) {
  .contact-us .section .section-spacing .section-line:after {
    bottom: -152%;
  }
}

@media screen and (max-height: 750px) {
  .contact-us .section .section-spacing .section-line:before {
    top: 57.5px;
  }
}

@media screen and (max-height: 650px) {
  .contact-us .section .section-spacing .section-line:before,
  .contact-us .section .section-spacing .section-line:after {
    height: 40px;
  }

  .contact-us .content h2 {
    font-size: 28px;
    padding: 0 0 0 10%;
  }

  .contact-us .content ul li ul li,
  .contact-us .content ul li ul li a,
  .contact-us .content form label p {
    font-size: 14px;
  }

  .contact-us .content p,
  .contact-us .content form label.submit input {
    font-size: 16px;
  }

  .contact-us .content form label.submit:before {
    top: 6px;
  }
}

@media screen and (max-height: 350px) {
  .contact-us .section .section-spacing .section-line:before {
    top: 50px;
  }

  .contact-us .section .section-spacing .section-bg {
    height: 140%;
  }

  .contact-us .section .section-spacing .section-bg .page-container {
    padding: 5% 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .content h2 {
    padding: 0;
  }

  .contact-us .content form label {
    width: 60%;
  }

  .contact-us .content form label.message {
    width: 80%;
  }
}

@media screen and (max-width: 414px) {
  .contact-us .section .section-spacing .section-line:before,
  .contact-us .section .section-spacing .section-line:after {
    height: 40px;
  }

  .contact-us .section .section-spacing .section-line:after {
    bottom: -100px;
  }
}

/* ---------------------------
  Update 05-Oct-2023
--------------------------- */
.content {
  /* padding: 0 25px 0 10px; */
  padding: 0 25px 0 0;
}

.bg-content {
  padding: 4px 2px 10.5px;
}

.content.home-project-content {
  padding: inherit;
}

.about-us .page-container .content h2,
.home-section .page-container .content h2,
.contact-us .content h2 {
  /* padding: 0 0 0 22%; */
  padding: 0;
  text-align: center;
}

.contact-responsive-margin {
  padding: 0 0 0 5%;
}

.contact-us .content form label,
.contact-us .content form label.message {
  display: flex;
  width: 100%;
}

.contact-us .content form label.submit {
  display: inherit;
}

.contact-us .content form label.submit input {
  width: unset;
}

.contact-us .content form label input,
.contact-us .content form label textarea {
  width: 100%;
}

.about-us .section-3 .section-spacing {
  margin: 20px 0 0;
}

.about-us .founder .page-container {
  padding-bottom: 0;
}

.section-1 .scroll-animation {
  width: 100%;
}

.section-1 .scroll-animation > div {
  width: 100%;
}

.section-1 .scroll-animation > div:before {
  border: 0.5px solid #ffffff;
  left: 0;
  margin: auto;
  right: 0;
}

.project-detail .section-2:before,
.project-detail .section-2:after {
  border: 0.5px solid #ffffff;
}

.home-section .section-4 .scroll-animation {
  width: 100%;
}

.home-section .section-4 .scroll-animation > div:before {
  border: 0.5px solid #ffffff;
}

.project-detail .page-container .row.project-gallery {
  padding: 0 10px;
}

.contact-us .content form label {
  position: relative;
  width: 75%;
}

.contact-us .content form label.error {
  border-bottom: 0;
  color: #ffbcbc;
  display: block;
  font-size: 14px;
  position: absolute;
  right: 0;
  text-align: right;
}

.bg-content .content {
  padding: 0 10px 0 0;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.no-padding {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .content,
  .bg-content .content {
    padding: 0;
  }
}

.career .section-2 .page-container .row,
.career .section-3 .page-container .row {
  align-items: flex-start;
}

/* ---------------------------
  Update 24-Oct-2023
--------------------------- */

@media screen and (max-width: 991px) {
  .about-us .section-3 .section-spacing {
    margin: 20px 0;
  }

  .career .section-2 {
    margin: 0;
  }

  .about-us .section-3 {
    margin: 0 0 20px;
  }

  .career .section-2:after {
    bottom: 0;
  }

  .about-us .section-1:after,
  .about-us .section-2:before,
  .about-us .section-2:after {
    height: 40px;
  }

  .section-1 .scroll-animation,
  .section-1 .scroll-animation > div,
  .section-1 .scroll-animation > div:before,
  .footer .scroll-animation,
  .footer .scroll-animation > div,
  .footer .scroll-animation > div:before {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about-us .section-1 .section-spacing {
    height: 100%;
    min-height: 60vh;
  }

  .about-us .section-3 .section-spacing {
    margin: 20px 0 30px;
  }

  .career .section-3 .section-spacing {
    margin: 0;
  }

  .career .section-2 {
    padding: 10% 0 5%;
  }

  .career .section-1 .section-spacing {
    min-height: unset;
  }

  .career .section-2 .col-sm-12,
  .career .section-3 .col-sm-12 {
    margin-bottom: 1rem;
  }

  .project-detail .section-2 {
    margin: 40px auto 10px;
    padding: 10% 15px;
  }
}

/* ---------------------------
  Update 31-Oct-2023
  * Update lightbox arrow style
--------------------------- */
.mfp-arrow-left:after,
.mfp-arrow-left:before {
  border-right: 0;
}

.mfp-arrow-left:before {
  background: #e5cca8;
  content: "";
  left: 0;
  height: 100%;
  /* -webkit-mask-image: url(../images/left-arrow-backup-2.svg); */
  -webkit-mask-image: url(../images/right-arrow.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 14px;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  width: 100%;
}

.mfp-arrow:after,
.mfp-arrow:before {
  border-top-width: 0;
  border-bottom-width: 0;
  margin: 0;
  opacity: 1;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
  border-left: 0;
}

.mfp-arrow-right:before {
  background: #e5cca8;
  content: "";
  left: 0;
  height: 100%;
  /* -webkit-mask-image: url(../images/left-arrow-backup-2.svg); */
  -webkit-mask-image: url(../images/right-arrow.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 14px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mfp-arrow-left:before,
  .mfp-arrow-right:before {
    -webkit-mask-size: 18px;
  }
}

/* ---------------------------
  Update 10-Nov-2023
  * Update Project Details Description
--------------------------- */
.project-detail .content {
  padding: 0;
  text-align: center;
}

.project-detail .section.section-3 .page-container {
  max-width: 1540px;
}

.project-detail .section-3 .album-image {
  height: 420px;
}

/*
 * Back to top
 */
button#backtotop {
  align-content: center;
  background-color: #ffffff54;
  border: 0;
  border-radius: 100%;
  bottom: 10%;
  /* box-shadow: 0px 0px 15px -3px #cccccc; */
  display: flex;
  height: 40px;
  position: fixed;
  opacity: 0;
  right: 3%;
  transition: 0.3s;
  width: 40px;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

button#backtotop.showButton {
  opacity: 1;
}

button#backtotop:before {
  /* 		background-image: url('../wp-content/uploads/2023/09/up-arrow-svgrepo-com.svg') no-repeat 100%; */
  background-color: #000000;
  /* 		color: #000000; */
  fill: #000000;
  content: "";
  height: 14px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: rotate(270deg);
  width: 14px;
  -webkit-mask-image: url("../images/right-arrow.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;

  mask-image: url("../images/right-arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

@media screen and (max-width: 767px) {
  .project-detail .section-3 .album-image {
    height: 300px;
  }
}

.section.section-2.section-career-1 {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: unset;
  padding: 6% 15px 2%;
  position: relative;
}

.section.section-2.section-career-1:after {
  content: unset;
}

.section.section-2.section-career-1 p {
  color: #ffffff;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .section.section-2.section-career-1 {
    padding: 50px 0 10px;
  }
}

/**
  * Shinrai Update - 11-March-2024
  * ------
  * Focusing on overlay background color
*/
.homeslider-bg .slider-item,
.home-section .home-slider .slider-item {
  position: relative;
}

.home-section .home-slider .slider-item:before,
.homeslider-bg .slider-item:before {
  background-color: #101213cf;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* Original is this color: #101213cf */
  /* .home-section .section-3 .project-bg:before {
    background-color: #101213; 
    opacity: 0.7;
  } */

  .home-section .section-3 .project-bg:before,
  .home-section .home-slider .slider-item:before,
  .homeslider-bg .slider-item:before {
    background-color: #1012138c;
  }

  .projects .tab-content .project-image:before,
  .projects.project-background .tab-content .project-image:before {
    background-color: #1012133d;
  }
}

/**
  * Shinrai Update - 28-Nov-2024
  ----------
  Create a custom floating whatsapp button. with gold color
*/

.float-whatsapp,
.float-whatsapp2 {
  bottom: 60px;
  height: 45px;
  position: fixed;
  right: 32px;
  width: 45px;

  /* golden color */

  color: #ffffff;
  /* background-image: linear-gradient(180deg, #f6e27a 20%, #cb9b51 80%); */
  background-image: linear-gradient(220deg, #e5cca8 20%, #88704e 80%);
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 50px;
  margin: 5px;
  border-width: 0;
  display: inline-flex;
  align-items: center;

  /* box-shadow: 0 4px 12px 0 #ffcd57; */
  transition: all 0.5s ease;

  justify-content: center;
  text-align: center;
  text-decoration: none;

  /* position: relative; */
  overflow: hidden;

  flex: 1;
  z-index: 10;
}

.float-whatsapp:before,
.float-whatsapp2:before {
  background-color: #ffffff;
  content: "";
  height: 30px;
  mask-image: url(../images/whatsapp-stroke-rounded.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  position: absolute;
  width: 30px;
}

.float-whatsapp2 {
  bottom: 140px;
  background-image: linear-gradient(180deg, #e5cca8 20%, #88704e 80%);
}

/* Shine */

.shine-button {
  /* position: relative; */
  overflow: hidden;
}

.shine-button:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  animation: slide 2.5s infinite;

  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* shine animation */

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@media all and (max-width: 767px) {
  .float-whatsapp,
  .float-whatsapp2 {
    bottom: 10px;
    right: 8px;
  }
}
