/* All the new changes will for "SERVICES" page will make here */

/* >>>>>>>>>>>>> SERVICES <<<<<<<<<<<<< */

/* >>>>>> Font - Luxora Grotesk <<<<<<< */

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/LuxoraGrotesk/LuxoraGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/LuxoraGrotesk/LuxoraGrotesk-Regular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */
/* >>>>>>>>>>>>>> SERVICES <<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */

.hero-banner .background-image {
  background-image: url("../images/projects/banner.jpg");
}

/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */
/* >>>>>>>>>>> Project Title <<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */

.project-details {
  position: relative;
  padding: 65px 119px;
  background: white;
}
.project-details .details {
  position: absolute;
  z-index: 999;
  width: fit-content;
  padding: 50px 80px 80px 80px;
  background: #f5ea04;
  width: 487px;
  top: -210px;
}
.project-details .details h1 {
  font: normal normal normal 68px/73px "Anton";
  letter-spacing: 5.44px;
  color: #2b2e34;
  text-transform: uppercase;
  text-shadow: 6px 6px 8px #c09902;
  text-align: center;
  margin-bottom: 50px;
}
.project-details .details .box {
  position: absolute;
  width: 594px;
  height: 594px;
  border-top: 5px solid #0410ba;
  border-right: 5px solid #0410ba;
  left: -11%;
}
.project-details .details p {
  font: normal normal normal 17px/26px "Quasimoda";
  letter-spacing: 0.34px;
  color: #000000;
}
@media screen and (max-width: 1536px) {
  .project-details {
    padding: 45px 75px;
  }
  .project-details .details {
    padding: 40px 55px 50px 55px;
    width: 430px;
    top: -180px;
  }
  .project-details .details .box {
    width: 522px;
    height: 522px;
  }
  .project-details .details h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 30px;
  }
  .project-details .details p {
    font-size: 16px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .project-details {
    padding: 0;
  }
  .project-details .details {
    position: relative;
    padding: 50px 40px 40px 40px;
    width: 100%;
  }
  .project-details .details .box {
    width: 100%;
    border-right: 0;
    left: 0%;
  }
  .project-details .details h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */
/* >>>>>>>>>>>>>> Gallery <<<<<<<<<<<<< */
/* >>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<  */

.gallery .col-lg-12,
.gallery .col-lg-4,
.gallery .col-lg-8 {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.gallery img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.grid {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  background: white;
  text-align: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.grid figure img {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

/* >>>>>>> Image Effect <<<<<<  */

figure.image-effect {
  background-color: rgb(19, 19, 19);
}
figure.image-effect img {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.image-effect:hover img {
  opacity: 0.75;
  -webkit-transform: scale(1.07);
  transform: scale(1.07s);
}
figure.image-effect h3 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.image-effect p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}
figure.image-effect:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.image-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.gallery .col-lg-4.services-included {
  background: #f5ea04;
  cursor: unset;
}
.gallery .col-lg-4.services-included .the-content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.gallery .col-lg-4.services-included .the-content .make-it-center {
  display: table;
  margin: 0 auto;
}
.gallery .col-lg-4.services-included p {
  font: normal normal normal 16px/21px "Luxora Grotesk";
  letter-spacing: 6.08px;
  color: #2c2e33;
}
.gallery .col-lg-4.services-included h1 {
  font: normal normal bold 40px/59px "Quasimoda";
  letter-spacing: 3.2px;
  color: #2c2e33;
  text-transform: uppercase;
}
@media screen and (max-width: 1536px) {
  .gallery .col-lg-4.services-included p {
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 4.08px;
  }
  .gallery .col-lg-4.services-included h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3.2px;
  }
}
@media screen and (max-width: 768px) {
  .the-order-up {
    order: 1;
  }
}
@media screen and (max-width: 600px) {
  .gallery {
    margin-top: -200px;
  }
  .gallery .col-lg-4.services-included {
    height: 350px;
  }
  .col-xs-6 {
    width: 50%;
  }
}

/* The Modal (background) */

.gallery .modal {
  display: none;
  position: fixed;
  z-index: 999;
  /* padding: 150px 0px; */
  padding: 80px 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.835);
}

/* Modal Content */

.gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  /* max-width: 1200px; */
  max-width: 760px;
}

/* The Close Button */

.gallery .close {
  color: white;
  position: absolute;
  opacity: 1;
  top: -55px;
  right: 0px;
  font-size: 45px;
  font-weight: bold;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.gallery .close:hover {
  color: white;
  opacity: 1;
}

/* Hide the slides by default */

.gallery .mySlides {
  display: none;
}

/* Next & previous buttons */

.gallery .prev,
.gallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */

.gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */

.gallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.gallery img.demo {
  opacity: 0.6;
}
.gallery .gallery .active,
.gallery .demo:hover {
  opacity: 1;
}
