body {
  background-color: whitesmoke;
  font-family: "Roboto", sans-serif;
}

/* General Styles */
.btn {
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  border-radius: 0.25rem;
  box-shadow: none;
}
.btn-lumos {
  color: #fff;
  background-color: #fa6800 !important;
}
.btn-lumos:hover {
  color: #fff;
}

.section-title,
.section-title2 {
  font-family: "Heebo", sans-serif;
  color: #232323;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.section-title2 {
  color: #fa6800;
}

.top-line,
.top-line2 {
  position: relative;
  top: 13px;
  width: 90px;
  border-bottom: 3px solid #fa6800;
  margin: 0;
}

.top-line2 {
  border-bottom: 3px solid #232323;
}

.sh-text {
  font-size: 18px;
}

.highlight {
  color: #fa6800;
  font-weight: 400;
}

.boundary,
.boundary2 {
  background-color: whitesmoke;
  height: 25px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.boundary2 {
  background-color: white;
}

/* Navigation */
.nav {
  height: 100vh;
  width: 180px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  overflow-x: hidden;
  padding: 0;
}

.nc-wrap {
  /* margin: 0 auto; */
  padding: 3rem 0.5rem;
}

#menu-toggle .bar,
.bar2 {
  width: 30px;
  height: 3px;
  background-color: #fa6800;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#menu-toggle {
  position: fixed;
  top: 25px;
  right: 35px;
  cursor: pointer;
  z-index: 150;
}

.bar2 {
  width: 21px;
  height: 3px;
}

/* .mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}

.mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
} */

/* CSS Rule To Apply */
/* .menu-toggle:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle:nth-child(2) {
  opacity: 0;
}

.menu-toggle:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
} */

ul {
  padding: 0;
  padding-inline-start: 10px;
}

ul li {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin-top: 1rem;
}

.nav-link {
  font-family: "Roboto", sans-serif;
  color: #232323;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 0.25rem 0;
}

.active-menu-item {
  font-family: "Roboto", sans-serif;
  color: #232323 !important;
  font-size: 0.95rem !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 0.25rem 0;
  opacity: 0.5;
}

.active-menu-item:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 17px;
  left: 7px;
  background-color: #232323;
  opacity: 0.5;
}

/* Home Section */
#home {
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0;
  z-index: 0;
}

#home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/hero-image.jpg");
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.half-mask {
  background-color: #160d0d;
  background-color: rgba(10, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
}

.bold {
  font-family: "Rubik", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  color: #fa6800;
}

.logo-text {
  font-family: "Arimo", sans-serif;
  color: #ddd;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

/* About */
#about {
  padding: 7rem 0 8rem 0;
  position: relative;
  width: 100%;
  height: fit-content;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 0;
  background-color: white;
}

#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/watermark.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}

.about-text {
  font-family: "Questrial", sans-serif;
  color: #232323;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
}

.tile {
  background-color: #232323;
  height: fit-content;
  width: 375px;
  border-radius: 5px;
  transition-duration: 850ms;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  -webkit-box-flex: 0;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.tile:hover {
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(24px);
}

.cap {
  font-size: 1.2rem;
  color: white;
}

.words {
  font-family: "Questrial", sans-serif;
  color: rgb(172, 172, 172);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
}

/* Services */
#services {
  padding: 0 0 6rem 0;
  position: relative;
  width: 100%;
  height: fit-content;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 0;
}

#services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/portfolio-background.png");
  background-size: cover;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.dark {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  background-color: #232323;
}

.lumos,
.lumos-dark {
  height: 60px;
}

.pale {
  font-family: "Questrial", sans-serif;
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: 600;
  color: #25485c;
  background-color: #fffeff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2.5rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  transition-duration: 650ms;
  -ms-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.pale:hover {
  box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.2),
    0 2px 10px 0 rgba(0, 0, 0, 0.15);
  transform: translateX(12px);
}

/* Portfolio */
#portfolio {
  padding: 6rem 0 7rem 0;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23fa6800' fill-opacity='0.03'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.pi-card {
  position: relative;
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(255, 166, 0, 0.651); */
  background-color: #fa8e00cc;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.pi-card:hover .overlay {
  height: 100%;
}

.pi-text {
  white-space: nowrap;
  color: #232323;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pi-heading {
  font-family: "Questrial", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: #111111;
  margin: 0;
}

.pc-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}

/* Contact */
#contact {
  padding: 6rem 0;
}

.cc-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.social-links {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.fa-map-marker-alt,
.fa-phone,
.fa-globe {
  color: white;
  font-size: 1.25rem !important;
}

.fa-envelope {
  font-size: 1.75rem !important;
}

.fa-whatsapp {
  font-size: 1.95rem !important;
}

.fa-globe {
  font-size: 1.55rem !important;
}

.icon-link {
  color: #fa6800 !important;
  padding: 0;
  text-decoration: none;
  margin: 0.5rem 1.25rem;
  text-align: center;
  font-weight: 400;
}

.icon-link:hover {
  color: #232323 !important;
}

.ring {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background-color: rgb(231, 231, 231);
  transition-duration: 750ms;
  -ms-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.ring:hover {
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.contact-info {
  font-size: 16px;
  font-weight: 400;
}

.s-text {
  font-size: 1.45rem;
  font-weight: 400;
  color: white;
}

form {
  background-color: white;
  padding: 3rem;
}

.square {
  background-color: #fa6800;
  padding: 3rem;
}

.part {
  display: flex;
  justify-content: center;
  background-color: #fa6800;
  padding: 3rem 1.8rem;
  border: 1px solid #f87a21;
}

.caption2 {
  color: #232323;
  font-size: 1.15rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.ad-text {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.075rem;
}

.divider {
  margin: 2.25rem 0;
}

.page-footer {
  background-color: #232323;
}

/* 404 Page */
#backdrop {
  position: relative;
  width: 100%;
  height: 94vh;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0;
  z-index: 0;
}

#backdrop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/error-backdrop2.jpg");
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.error-bold {
  font-family: "Rubik", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #b4b4b4;
}

.error-text1,
.error-text2 {
  font-family: "Arimo", sans-serif;
  color: #fa6800;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.025em;
}

.error-text2 {
  font-size: 1.25rem;
  text-transform: none;
  color: #232323;
}

/* Media Queries */
@media (max-width: 1025px) {
  .nav {
    background-color: #fbfcfc;
    background-color: rgba(255, 255, 255, 0.94);
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding: 0;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d;
    -moz-transform: translate3d;
    -o-transform: translate3d;
    -ms-transform: translate3d;
    transform: translate3d;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .nc-wrap {
    margin: 3rem 1.5rem;
    padding: 3rem 0.5rem;
  }

  .active-menu-item:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 17px;
    left: 25px;
    background-color: #232323;
    opacity: 0.5;
  }

  .caption2 {
    font-size: 1rem;
  }

  .ad-text {
    font-size: 0.8rem;
  }

  .square {
    padding: 3rem 2.5rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

@media (max-width: 768px) {
  #menu-toggle {
    right: 25px;
  }
  .error-bold {
    font-size: 3.75rem;
    margin-bottom: 0.5rem !important;
  }

  .error-text1,
  .error-text2 {
    font-size: 1.65rem;
  }

  .error-text2 {
    font-size: 1rem;
  }

  form {
    padding: 3rem 1.5rem;
  }

  .square {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 575px) {
  .bold {
    font-size: 1.95rem;
  }

  .logo-text {
    font-size: 1rem;
  }

  #menu-toggle .bar,
  .bar2 {
    width: 25px;
    height: 2px;
  }

  #menu-toggle {
    position: fixed;
    top: 25px;
    right: 20px;
    /* margin: 0 auto; */
    cursor: pointer;
    z-index: 150;
  }

  .bar2 {
    width: 17px;
    height: 2px;
  }

  #about,
  #portfolio,
  #contact {
    padding: 5rem 0;
  }

  .tile {
    width: 280px;
    transition-duration: 650ms;
  }

  .tile:hover {
    transform: translateX(12px);
  }

  .tile-image {
    width: 60px;
  }

  .cap {
    font-size: 1rem;
  }

  .words {
    font-size: 0.85rem;
  }

  .icon-link {
    margin: 0.5rem 0.8rem;
  }

  form {
    padding: 2rem 1.5rem 3rem 1.5rem;
  }

  .s-text {
    font-size: 1.1rem;
  }

  .square {
    padding: 3rem 2rem;
  }

  .fa-whatsapp {
    font-size: 1.65rem !important;
  }

  .fa-envelope {
    font-size: 1.5rem !important;
  }

  .icon-link {
    margin: 0.5rem 0.75rem;
    font-size: 0.87rem;
  }

  .ring {
    height: 4rem;
    width: 4rem;
  }

  .error-bold {
    font-size: 2.15rem;
    margin-bottom: 1rem !important;
  }

  .error-text1,
  .error-text2 {
    font-size: 0.91rem;
  }
}
