/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/inter-v13-latin-300.woff2?2d4c4e1b0312ac8dc566003edd89feac) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/inter-v13-latin-regular.woff2?f1535355a7df553be385f90ff3a00f7a) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/inter-v13-latin-500.woff2?6629df60b0706dec8113c91268006db7) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/inter-v13-latin-600.woff2?5d2eaa33f8194c062cad2a48ea271f20) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/inter-v13-latin-700.woff2?b4118e4ad76754e71d0b83b5dfa34574) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/inter-v13-latin-800.woff2?af3824f4adfaba3054f2d26aa2acc180) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --up-blue: #89E0E1;
  --up-blue-darken: #479394;
  --up-yellow: #E1CB89;
  --up-yellow-darken: rgb(143, 102, 14);
}

.font-up-blue {
  color: #89E0E1;
}

.font-up-dblue {
  color: var(--up-blue-darken);
}

.font-up-yellow {
  color: #E1CB89;
}

.bg-up-blue {
  background-color: #D1F4F4;
}

.bg-up-dblue {
  background-color: #89E0E1;
}

.bg-off-gray {
  background-color: #a8a8a8;
}

.br-10 {
  border-radius: 10px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.bg-lg {
  background-color: #EFEFEF;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

button:focus,
a:focus,
input:focus,
.btn:focus,
select:focus {
  box-shadow: none !important;
}

.ul-inline {
  display: flex;
  justify-content: center;
}
.ul-inline li {
  display: inline;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 100000 !important;
  background-color: #1a1a1a;
}
#preloader #status {
  background-color: #89E0E1;
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
#preloader #status img {
  width: 20vw;
}
@media only screen and (max-width: 476px) {
  #preloader #status img {
    width: 50vw;
  }
}

.btn-up-blue {
  --bs-btn-color: black;
  --bs-btn-bg: var(--up-blue);
  --bs-btn-border-color: var(--up-blue);
  --bs-btn-hover-color: var(--up-blue);
  --bs-btn-hover-bg: var(--up-blue-darken);
  --bs-btn-hover-border-color: var(--up-blue-darken);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--up-blue-darken);
  --bs-btn-active-border-color: var(--up-blue-darken);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: var(--up-blue);
  --bs-btn-disabled-border-color: var(--up-blue);
}

.btn-up-blue {
  --bs-btn-color: black;
  --bs-btn-bg: var(--up-blue);
  --bs-btn-border-color: var(--up-blue);
  --bs-btn-hover-color: var(--up-blue);
  --bs-btn-hover-bg: var(--up-blue-darken);
  --bs-btn-hover-border-color: var(--up-blue-darken);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--up-blue-darken);
  --bs-btn-active-border-color: var(--up-blue-darken);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: var(--up-blue);
  --bs-btn-disabled-border-color: var(--up-blue);
}

.btn-up-green {
  --bs-btn-color: rgb(114, 114, 114);
  --bs-btn-bg: white;
  --bs-btn-border-color: #a0a0a0;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #00818d;
  --bs-btn-hover-border-color: #00818d;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #015b63;
  --bs-btn-active-border-color: #bcbcbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #015b63;
  --bs-btn-disabled-border-color: #015b63;
}

.pm-offcanvas {
  color: #f2f2f2;
  background-image: url("/storage/assets/bglogin.png");
  background-color: #0b1023;
  background-size: cover;
  width: 25vw !important;
}
@media only screen and (max-width: 991px) and (min-width: 477px) {
  .pm-offcanvas {
    width: 50vw !important;
  }
}
@media only screen and (max-width: 476px) {
  .pm-offcanvas {
    width: 80vw !important;
  }
}

.pm-offcanvas ul a {
  display: block;
  margin-top: 0.5rem;
  padding: 0.25rem;
  position: relative;
  color: #dddddd;
}

.pm-offcanvas ul a::after {
  content: "+";
  color: #adadad;
  transform: scaleX(0.7) scaleY(0.9);
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.up-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0.5rem;
  width: 100vw;
  box-shadow: 0px 2px 2px #535353;
  background-color: rgba(40, 48, 46, 0.5568627451);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.up-nav div {
  width: 33.3333333333%;
}
.up-nav .navbar-brand img {
  margin-bottom: -3rem;
  width: 5rem;
}

.home-hero {
  min-height: 100vh;
  display: flex;
  justify-content: start;
  align-items: end;
  background-size: cover;
  background-image: url("/storage/assets/home-hero.png");
}
.home-hero h3 {
  font-size: 3rem;
}
.home-hero .p-cus {
  color: white;
  padding: 4rem 8rem;
  width: 75%;
}
@media only screen and (max-width: 991px) and (min-width: 477px) {
  .home-hero {
    min-height: 80vh;
  }
  .home-hero .p-cus {
    padding: 4rem 1rem 4rem 4rem;
  }
}
.home-hero .fs-low {
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 476px) {
  .home-hero .p-cus {
    padding: 4rem 1rem 4rem 1rem;
    width: 95%;
  }
  .home-hero h3 {
    font-size: 1.85rem;
  }
}

.up-search {
  width: 65%;
  position: relative;
}
.up-search input {
  background-color: rgba(28, 32, 27, 0.6352941176);
  border: 1px solid #89e0e1 !important;
  color: white;
  padding-left: 0.5rem;
}
.up-search input::-moz-placeholder {
  color: white;
}
.up-search input::placeholder {
  color: white;
}
.up-search input:focus {
  background-color: rgba(28, 32, 27, 0.6352941176);
  border: 1px solid #89e0e1 !important;
  color: white;
  padding-left: 0.5rem;
}
.up-search button {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.87);
}

.text-up-blue {
  color: #89E0E1;
}

.p-space {
  padding: 4rem 0rem;
}

.icons-services img {
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.w-80 {
  width: 80%;
}

.up-services img {
  border: 10px solid rgba(61, 61, 61, 0.062745098);
}

.img-card {
  height: 12rem;
}

.p-full-space {
  padding: 4rem 0rem 4rem 4rem;
}
@media only screen and (max-width: 476px) {
  .p-full-space {
    padding: 4rem 0rem 4rem 0rem;
  }
}

.up-test {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px #bbf7f6;
  border-radius: 5px;
}
.up-test img {
  margin-top: -4rem;
  border: 5px solid #89e0e1;
}

.abi-projects-c {
  width: 90%;
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 6rem;
  color: white;
  margin: auto;
  background-image: url("/storage/assets/cards/1.jpg");
  height: 60vh;
  border-radius: 10px;
  background-position: bottom;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 991px) {
  .abi-projects-c {
    height: 35vh;
  }
}
@media only screen and (max-width: 476px) {
  .abi-projects-c {
    height: 60vh;
  }
}
.up-forms input,
.up-forms textarea {
  border: 1px solid #e6e6e6;
}

.service-desc ol {
  font-weight: bold;
  list-style: upper-latin;
  margin: 1rem;
  list-style-type: decimal;
}
.service-desc ol ul {
  list-style: disc;
  margin-left: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.service-desc ol > li {
  margin-top: 1rem;
}

.up-footer {
  border-bottom: 15px solid #e1cb89;
}
.up-footer img {
  margin-bottom: -3rem;
}

.a-z {
  position: fixed;
  right: 0.5rem;
  bottom: 3rem;
  display: flex;
  flex-direction: column;
  z-index: 1000 !important;
  background-color: #222222;
  color: white;
  padding: 1rem 1rem;
}
.a-z:focus, .a-z:hover {
  background-color: #000000;
  color: white;
  border-color: transparent;
}

.a-z-modal {
  background-color: rgba(0, 0, 0, 0.4941176471);
}
.a-z-modal .modal-dialog {
  max-width: 80vw !important;
}
@media only screen and (max-width: 476px) {
  .a-z-modal .modal-dialog {
    max-width: 100vw !important;
  }
}
.a-z-modal .modal-header {
  margin-bottom: 1rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.11);
}
.a-z-modal .modal-header .brand-logo {
  margin: auto;
  margin-bottom: -1rem;
  width: 5rem;
}
.a-z-modal .modal-header .btn-close {
  position: absolute;
  right: 2rem;
}
.a-z-modal .up-search {
  width: 100%;
}
.a-z-modal .scroll-letters {
  width: 100%;
  text-align: center;
  background-color: #89E0E1;
}
.a-z-modal .scroll-letters ul {
  padding-top: 1rem;
}
.a-z-modal .scroll-letters ul li a {
  display: block;
  margin: 1.5rem 0.5rem;
}
@media only screen and (max-width: 991px) and (min-width: 477px) {
  .a-z-modal .scroll-letters ul {
    display: flex;
    width: 100%;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 476px) {
  .a-z-modal .scroll-letters ul {
    display: flex;
    width: 100%;
    overflow-x: auto;
  }
}
.a-z-modal .scroll {
  height: 70vh;
  overflow: scroll;
}
@media only screen and (max-width: 991px) and (min-width: 477px) {
  .a-z-modal .scroll {
    height: 90vh;
  }
}
@media only screen and (max-width: 476px) {
  .a-z-modal .scroll {
    height: 95vh;
  }
}
.a-z-modal .modal-pic {
  max-height: 78vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.a-z-modal h6 {
  padding: 0.5rem;
  background-color: rgba(137, 223, 225, 0.1215686275);
}

.br-5 {
  border-radius: 5px;
}

.h-fixer {
  height: 40vh;
}
@media only screen and (max-width: 991px) and (min-width: 477px) {
  .h-fixer {
    height: 15vh;
  }
}
@media only screen and (max-width: 991px) and (min-width: 477px) {
  .h-fixer {
    height: 30vh;
  }
}

.res-maps .maps {
  width: 100%;
  height: 80vh;
}

@media only screen and (max-width: 991px) {
  .res-maps .maps {
    height: 40vh;
  }
}
@media only screen and (max-width: 476px) {
  .res-maps .maps {
    height: 60vh;
  }
}
.res-maps .forms {
  margin-top: -20vh;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.res-maps .forms .p-forms {
  padding: 1.5rem;
}

@media only screen and (max-width: 476px) {
  .res-maps .forms .p-forms {
    padding: 2rem 1rem 1rem 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .res-maps .forms {
    margin-top: -10vh;
  }
}
.res-maps .forms .form-control {
  border: 0px solid transparent;
  border-bottom: 2px solid #eee;
}

.res-maps .forms textarea::-moz-placeholder,
.res-maps .forms input::-moz-placeholder {
  color: rgb(27, 27, 27);
}

.res-maps .forms textarea::-moz-placeholder, .res-maps .forms input::-moz-placeholder {
  color: rgb(27, 27, 27);
}

.res-maps .forms textarea::placeholder,
.res-maps .forms input::placeholder {
  color: rgb(27, 27, 27);
}

.res-maps .contact-card {
  color: white;
  position: relative;
  background-color: #242424;
  border-top-left-radius: 10px;
  padding: 4rem;
  font-size: 1rem;
  line-height: 1.2rem;
  border-bottom-left-radius: 10px;
}
@media only screen and (max-width: 991px) and (min-width: 477px) {
  .res-maps .contact-card {
    padding: 2rem !important;
  }
}
@media only screen and (max-width: 476px) {
  .res-maps .contact-card {
    padding: 2rem !important;
  }
}

.res-maps .contact-card ul img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 1rem;
  opacity: 0.5;
}

.res-maps .contact-card ul li a {
  display: flex;
  gap: 0.5rem;
  align-items: start;
}

@media only screen and (max-width: 991px) {
  .res-maps .contact-card {
    border-radius: 5px;
    padding: 3rem;
  }
}
.icons-insta a {
  text-align: center;
}
.icons-insta img {
  border-radius: 50px;
  height: 15rem;
  width: 50%;
}
