@font-face {
  font-family: 'Specter-Regular';
  src: url('/fonts/Specter-Regular.otf');
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Specter-Regular", sans-serif;
  overflow-x: hidden !important;
}

section {
  padding: 50px 0;
}


/* Banner */

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}


.carousel-indicators {
  bottom: 40px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* Banner */


.overlay {
  padding: 40px 0;
  background-color: #000000ab;
}

.title {
  text-align: center;
  margin-bottom: 50px;
  text-underline-offset: 15px;
  text-decoration-color: #fff;
  text-transform: uppercase;
}

.white {
  color: #fff !important;
}

.black {
  color: #000;
  text-decoration-color: #000;
}

.btn {
  z-index: 1;
}

/* Navbar */

.navbar {
  background-color: #181818;
}

.navbar-brand img {
  width: 150px;
}

.navbar-nav a {
  color: #fff;
  margin: 0 5px;
  text-align: center;
}

.nav-link:focus,
.nav-link:hover {
  color: #8b8b8b;
  border-bottom: 1px solid #fff;
}


.navbar-expand-lg .navbar-collapse {
  flex-grow: unset;
}

.call-btn {
  background-color: #fff;
  padding: 0px;
  display: flex;
  /* flex-direction: column; */
  color: #000 !important;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.call-btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.banner-btn {
  position: absolute;
  z-index: 2;
}

/* Overview */

#overview {
  /* height: 50vh; */
}

.overv-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.overv-title {
  /* height: 100%; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.overv-cont {
  text-align: left;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overv-cont p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.overv-cont span {
  font-size: inherit;
  /* line-height: calc(20px + 20vh); */
  /*   text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
    0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092;
  color: #fccaff; */
  text-shadow: 0 0 4px #afafaf, 0 0 15px #afafaf, 0 0 10px #afafaf, 0 0 19px #afafaf, 0 0 60px #494949, 0 0 10px #666161, 0 0 60px #494945;
  color: #ffffff;
  font-family: inherit;
  text-align: center;
  animation: blink 12s infinite;
  -webkit-animation: blink 12s infinite;
}


@-webkit-keyframes blink {

  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    /*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
    text-shadow: 0 0 4px #afafaf, 0 0 15px #afafaf, 0 0 10px #afafaf, 0 0 19px #afafaf, 0 0 60px #494949, 0 0 10px #666161, 0 0 60px #494945;
    color: #ffffff;
  }
}

@keyframes blink {

  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    /*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
    text-shadow: 0 0 4px #afafaf, 0 0 15px #afafaf, 0 0 10px #afafaf, 0 0 19px #afafaf, 0 0 60px #494949, 0 0 10px #666161, 0 0 60px #494945;
    color: #ffffff;
  }
}

.overv-img {
  position: relative;
}

.overv-img img {
  width: 100%;
}

.overv-img span {
  position: absolute;
  bottom: 0;
  left: 12px;
  background-image: linear-gradient(45deg, black, #6a6a6a);
  font-size: 12px;
  padding: 1px 5px;
}

/* Filters */


.properties-filter {

  padding: 5px;

  margin: 5px;

  background-color: #fff;

  margin-bottom: 25px;
}

.properties-filter label {

  width: 100%;

  /* background-color: #fff; */

  padding: 5px 15px;

  color: #000;

  display: flex;

  justify-content: space-between;

  align-items: center;

  font-size: 14px;
}

.properties-filter select {

  width: 50%;

  border: none !important;

  background-color: #c7c7c7;

  height: 29px;

  padding: 5px;
}

/* Filters */

/* Overview Title Text Animation */


.text-anime {
  /* font: 400 1em/1.5 "Neuton";
  background: #090d00;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 0; */
}

.text-anime p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  top: 18%;
  left: 50%;
  margin: auto;
}

.text-anime p {
  span {
    font: 700 3em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);

    /* Clip Background Image */
    background: url('../img/text-anime.png') repeat-y;
    -webkit-background-clip: text;
    background-clip: text;

    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;

    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
}

/* Animate Background Image */

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/* Text Animation */


/* Projects */

#projects {
  background-image: url('/img/bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#filterLocation {
  height: 40px;
  width: 50%;
  margin: 5px auto;
  display: block;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}

.project {
  padding: 20px;
}


.project-wrapper {
  background-color: #e7e7e7;
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) -3px 12px 6px 1px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.project-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f2f2;
  padding: 5px 15px;
}

.project-loc p {
  font-size: 13px;
  /* text-align: center; */
}

.project-details p {
  font-size: 12px;
  margin: 0;
}

.proj-gall {
  position: relative;
}

.proj-gall .proj-price {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(45deg, black, transparent);
  padding: 5px;
  font-size: 12px;
}

.proj-details {
  padding: 5px;
}

.proj-details li {
  padding: 5px;
  color: #fff;
}

.proj-qr {
  padding: 3px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 15px;
  align-items: center;
}

.proj-qr img {
  width: 80px !important;
}

.proj-qr p {
  font-size: 12px;
  text-align: center;
}

.proj-btn {
  font-size: 14px;
  display: table;
  margin: 5px auto;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #fff;
}

.accordion-body {
  background-color: #262626;
  font-size: 12px;
  color: #fff;
}

.accordion-button {
  background-color: #191919;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #383838;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-button:focus {
  box-shadow: none;
}

/* Forms */


.form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  /* min-height: 550px; */
}

.form-holder .form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 60px;
}

.form-content .form-items {
  border: 3px solid #fff;
  padding: 80px 55px;
  display: inline-block;
  width: 100%;
  background-color: #434343;
  background: linear-gradient(329deg, #434343, #6e6e6e, #434343);
  /* min-width: 540px; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-content h3 {
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

.form-content h3.form-title {
  margin-bottom: 30px;
}

.form-content p {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
}


.form-content label,
.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #fff;
}

.form-content input[type=text],
.form-content input[type=number],
.form-content input[type=email],
.form-content select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
  box-shadow: rgb(0 0 0 / 56%) 0px 5px 21px;
}

/* Overv-form */

.overv-form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  /* min-height: 550px; */
}

.overv-form-holder .overv-form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 60px;
}

.overv-form-content .overv-form-items {
  border: 3px solid #fff;
  padding: 40px 30px 30px 30px;
  display: inline-block;
  width: 100%;
  background-color: #434343;
  background: linear-gradient(329deg, #434343, #6e6e6e, #434343);
  /* min-width: 540px; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.overv-form-content h3 {
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

.overv-form-content h3.overv-form-title {
  margin-bottom: 30px;
}

.overv-form-content p {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
}


.overv-form-content label,
.was-validated .overv-form-check-input:invalid~.overv-form-check-label,
.was-validated .overv-form-check-input:valid~.overv-form-check-label {
  color: #fff;
}

.overv-form-content input[type=text],
.overv-form-content input[type=number],
.overv-form-content input[type=email],
.overv-form-content select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
  box-shadow: rgb(0 0 0 / 56%) 0px 5px 21px;
}

/* Overv-form */

.invalid-feedback {
  color: #ff606e;
}

.valid-feedback {
  color: #2acc80;
}

.dev-logo {
  width: 175px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}


/* About Us */

#aboutus {
  padding-bottom: 200px;
}

/* Footer */
.footer {
  background-color: #181818
}

.footer-form {
  margin-top: -210px;
}

.overv-form {
  margin-top: 0px;
}

.qr {
  width: 100px;
}

/* .disc {
  cursor: pointer;
}

.disc:hover {
  color: #d5d5d5;
} */

.disclaimer {
  padding: 10px;
  text-align: center;
}

.disclaimer span {
  font-size: 15px;
  background-color: #343434;
  padding: 3px 15px;
  cursor: pointer;
}

.disclaimer span:hover {
  background-color: #414141;
}

.disclaimer p {
  font-size: 14px;
  margin-bottom: 0;
}

.disc-content p {
  font-size: 12px !important;
}

.brochure {
  position: fixed;
  bottom: 10px;
  left: 10px;
}

.interested {
  position: fixed;
  bottom: 30px;
  right: 10px;
}


.sitevisit {
  display: block;
  margin: auto;
}


/* Modal Forms */

#enquireModal .modal-dialog {
  max-width: 75%;
  margin: 1.75rem auto;
}

/* #projectsModal .modal-dialog {
  max-width: 50%;
  margin: 1.75rem auto;
} */

.btn-close {
  /* color: #fff !important; */
  filter: invert(1);
}

.modal-content {
  background-color: #292929;
}

#enquireModal .modal-form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  /* align-items: center; */
  text-align: center;
  /* min-height: 550px; */
  /* background-color: #000; */
}


.enq-form-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 25px;
  color: #000;
  background: #fff;
  border-radius: 20px;
}

.form-logo {
  text-align: center;
}

.form-highl h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: 2px;
}

.form-logo img {
  width: 250px;
}

.form-highl li {
  font-size: 14px;
  line-height: 2;
}

.modal-header {
  padding: 15px;
}

.modal-header h1{
  font-size: 24px;
  margin: 0;
}

.modal-form-holder .modal-form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* padding: 0 60px; */
}

.modal-form-content .modal-form-items {
  border: 3px solid #fff;
  padding: 15px 30px;
  display: inline-block;
  width: 100%;
  /* min-width: 540px; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.modal-form-content h3 {
  color: #fff;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.modal-form-content h3.form-title {
  margin-bottom: 30px;
}

.modal-form-content p {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}


.modal-form-content label,
.was-validated .modal-form-check-input:invalid~.modal-form-check-label,
.was-validated .modal-form-check-input:valid~.modal-form-check-label {
  color: #fff;
}

.modal-form-content input[type=text],
.modal-form-content input[type=number],
.modal-form-content input[type=email],
.modal-form-content input[type=time],
.modal-form-content input[type=datetime-local],
.modal-form-content input[type=date],
.modal-form-content select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}

.opt-info {
  display: flex;
  justify-content: space-between;
}

.btn-primary {
  background-color: #0b0b0b;
  outline: none;
  border: 0px;
  box-shadow: none;
  margin: auto;
  display: block;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}




.proj {
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #000;
  font-weight: 600;
}

.proj-wrap {
  height: 135px;
}

.proj-name {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.proj-name p {
  margin: 0;
}

.proj h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  /* text-align: center; */
}

.owl-theme .owl-nav [class*=owl-] {
  color: #000000 !important;
  font-size: 18px !important;
  background-color: #ffffff !important;
  height: 30px;
  width: 30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #bcbcbc !important;
}

/* Form */

/* .input-fields-group {
  height: 40px;
  margin-bottom: 15px;
}

.input-fields {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-fields-icons {
  background: #1a1617;
  color: #fff;
  border: 0;
}

.input-fields-icons {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
} */

.btn-dark {
  color: #fff;
  background-color: #3b3d3f !important;
  border-color: #212529;
  /* background: linear-gradient(329deg, #434343, #767272, #434343); */
}

.btn-dark:hover {
  background-color: #2e2e2f !important;
}


.owl-carousel {
  position: relative;
}

.owl-next {
  position: absolute;
  /* top: 50%; */
  right: -4%;
}

.owl-prev {
  position: absolute;
  /* top: 50%; */
  left: -4%;
}

.qr-carousel .owl-prev {
    position: absolute;
    top: 76% !important;
    left: 25%;
}

.qr-carousel .owl-next {
  position: absolute;
  /* bottom: 8px !important; */
  right: 25%;
  top: 76%;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 80px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #4e4d4d;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 99;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #5a5a5a;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}


.pulse {
  animation: 2s ease 0s infinite normal none running pulse-animation;
}

@keyframes pulse-animation {
  0% {
    box-shadow: rgba(192, 192, 192, 0.612) 0px 0px 0px 0px;
  }

  100% {
    box-shadow: rgba(172, 170, 170, 0) 0px 0px 0px 20px;
  }
}

/* Thank You  */

.inner-banner {
  margin-top: 50px;
}

.banner-txt-thank h1 {
  margin: 0px;
  color: rgb(255 255 255);
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid rgb(255, 255, 255);
  font-size: 39px;
  background: rgb(0 0 0);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 18px;
}

.go-home {
  color: rgb(65, 64, 65);
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 30px auto 0px;
  border-radius: 5px;
  transition: 0.5s;
}

.go-home:hover {
  transition: 0.5s;
  color: rgb(255, 255, 255);
  background: rgb(44, 44, 45);
  border-radius: 25px;
}

.oops-greet {
  color: rgb(201 201 201);
  font-size: 25px;
  margin-bottom: 15px;
}



.goback {
  display: block;
  padding: 15px 30px;
  border: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  transition: 0.02s;
  font-weight: bold;
  cursor: pointer;
  color: rgb(0 0 0);
  z-index: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px -5px;
  margin: 10px auto;
}

.goback:hover {
  background: rgb(0 0 0);
  color: rgb(255 255 255);
}

.goback:active {
  transform: scale(0.97);
}

.hoverEffect {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 30px;
  color: rgb(255, 255, 255);
}

.hoverEffect div {
  background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(44 44 44) 49%, rgb(0 0 0) 100%);
  border-radius: 40rem;
  width: 10rem;
  height: 10rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: 3s linear 0s infinite normal none running effect;
  opacity: 0.5;
}

.goback:hover .hoverEffect div {
  width: 8rem;
  height: 8rem;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#proj1 img {
  cursor: pointer;
}

#pageloader {
  background: rgba(58, 57, 57, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0px;
}

#pageloader img {
  left: 50%;
  width: 250px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.wp
{
  position: fixed;
  right: 20px;
  bottom: 20%;
  z-index: 9;
}

.wp img
{
  width: 30px;
}

@media only screen and (max-width: 768px) {

  .nav-link:focus,
  .nav-link:hover {
    border-bottom: none;
  }

  .text-anime p {
    span {
      font: 700 2em / 1 "Oswald", sans-serif;
    }
  }

  .form-holder .form-content {
    padding: 0 15px;
  }

  .form-content .form-items {
    padding: 30px 30px;
  }

  .interested {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .owl-next {
    position: absolute;
    top: 100%;
    right: 35%;
  }

  .owl-prev {
    position: absolute;
    top: 100%;
    left: 35%;
  }

  .overv-cont {
    text-align: center;
    padding: 25px 10px;
  }

  .overv-form-holder .overv-form-content {
    padding: 20px;
  }

  .overv-form-content .overv-form-items {
    padding: 40px 20px 30px 20px;
  }

  .proj-name {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .proj-qr {
    padding: 3px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
  }

  .proj-qr img {
    width: 105px !important;
  }

  .proj h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

  .proj-wrap {
    height: auto;
    text-align: center;
  }

  .phone-btn-mob {
    background-color: rgb(0 0 0);
    border-radius: 35px;
    padding: 5px;
    text-decoration: none;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.8s ease-in-out;
    z-index: 2;
    position: fixed;
    bottom: 50px;
    left: 10px;
    bottom: 50px;
  }

  .phone-btn-mob img {
    width: 40px;
    margin: 0px;
    filter: invert(1);
    border-radius: 50%;
  }

  .phone-btn-mob span {
    padding: 5px;
    color: rgb(0, 0, 0);
  }

  .phone-btn-mob:hover {
    /* right: -1.5%; */
  }

  #pageloader {
    background: rgba(58, 57, 57, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0px;
  }

  #pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
  }

  .modal-dialog {
    max-width: 90% !important;
    margin: 1rem auto 20px;
  }

  .modal-form-content .modal-form-items {
    padding: 25px;
  }

  .opt-info {
    flex-direction: column;
  }
}

#float-btn {
  display: none;
}






@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@400;500;600;700&display=swap");

:root {
  --bg:
    #000000;
  --clr-1: #9c9c9f;
  --clr-2: #525051;
  --clr-3: #6c6a6a;
  --clr-4: #666666;

  --blur: 1rem;
  --fs: clamp(1rem, 5vw, 5rem);
  --ls: clamp(1.75px, 0.25vw, 3.5px);
}



.overv-title {
  place-items: center;
  font-weight: 700;
  overflow: hidden;
}

.content {
  text-align: center;
  user-select: none;
}

.title-anime {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  margin: 0;
}

.aurora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: hard-light;
  pointer-events: none;
}

.aurora__item {
  overflow: hidden;
  position: absolute;
  width: 60vw;
  height: 60vw;
  background-color: var(--clr-1);
  border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  filter: blur(var(--blur));
  mix-blend-mode: overlay;
}

.aurora__item:nth-of-type(1) {
  top: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-1 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(2) {
  background-color: var(--clr-3);
  right: 0;
  top: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-2 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(3) {
  background-color: var(--clr-2);
  left: 0;
  bottom: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-3 8s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(4) {
  background-color: var(--clr-4);
  right: 0;
  bottom: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-4 24s ease-in-out infinite alternate;
}

@keyframes aurora-1 {
  0% {
    top: 0;
    right: 0;
  }

  50% {
    top: 100%;
    right: 75%;
  }

  75% {
    top: 100%;
    right: 25%;
  }

  100% {
    top: 0;
    right: 0;
  }
}

@keyframes aurora-2 {
  0% {
    top: -50%;
    left: 0%;
  }

  60% {
    top: 100%;
    left: 75%;
  }

  85% {
    top: 100%;
    left: 25%;
  }

  100% {
    top: -50%;
    left: 0%;
  }
}

@keyframes aurora-3 {
  0% {
    bottom: 0;
    left: 0;
  }

  40% {
    bottom: 100%;
    left: 75%;
  }

  65% {
    bottom: 40%;
    left: 50%;
  }

  100% {
    bottom: 0;
    left: 0;
  }
}

@keyframes aurora-4 {
  0% {
    bottom: -50%;
    right: 0;
  }

  50% {
    bottom: 0%;
    right: 40%;
  }

  90% {
    bottom: 50%;
    right: 25%;
  }

  100% {
    bottom: -50%;
    right: 0;
  }
}

@keyframes aurora-border {
  0% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }

  25% {
    border-radius: 47% 29% 39% 49% / 61% 19% 66% 26%;
  }

  50% {
    border-radius: 57% 23% 47% 72% / 63% 17% 66% 33%;
  }

  75% {
    border-radius: 28% 49% 29% 100% / 93% 20% 64% 25%;
  }

  100% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }
}

#privacy, #disclaimer
{
  margin-top: 50px;
  background-color: #fff;
  color: #000;
}


.tc-links
{
  display: flex;
  gap: 30px;
  justify-content: center;
}

.tc-links a
{
  color: #fff !important;
  transition: 0.5s;
  text-decoration: none;
  font-size: 14px;
}

.tc-links a:hover
{
  color: #bdbaba !important;
}
.tc
{

display: flex;

flex-direction: column;

gap: 25px;

}

.tc span
{
  font-weight: 500;
}

.tc h3
{
  
font-size: 20px;
}

.tc p
{
  
font-size: 14px;
  
font-weight: 400;
  
letter-spacing: 0.5px;
}

.tc li
{
  
font-size: 14px;
  
letter-spacing: 0.5px;
  
line-height: 2;
}

.error
{
  color: #ff0000 !important;
}