@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swipe-Xright {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes swipe-Xleft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes swipe-down {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bg-kediri {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200px);
  }
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  position: relative;
  letter-spacing: -0.2px;
  background-color: #f4f4f4;
  color: #242424;
}
body .navbar {
  transition: 0.3s ease;
  transform: translateY(-100px);
  background-color: white;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  body .navbar {
    padding: 1.1rem 1rem !important;
  }
}
body .navbar .navbar-nav {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body .navbar .navbar-nav {
    padding-left: 0;
    padding-top: 10px;
  }
}
body .navbar .navbar-nav .nav-item {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  body .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
body .navbar .navbar-nav .nav-item .nav-link {
  color: #2c3241;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}
body .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fbbb13;
}
body .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fbbb13;
}
body .navbar.show {
  transform: translateY(0);
}
body .navbar.trans {
  background-color: transparent !important;
  box-shadow: none;
}
body .navbar.trans .nav-item .nav-link {
  color: white;
  text-shadow: 1px 1px 4px rgb(0, 0, 0);
}
body .navbar.trans .nav-item .nav-link:hover {
  color: #fbbb13;
}
body .navbar.trans .nav-item .nav-link.active {
  color: #fbbb13;
}
body .navbar.trans .nav-item .dropdown-item {
  font-size: 0.9rem;
  font-weight: 500;
}
body #Home .carousel {
  position: relative;
}
body #Home .carousel .logo-carousel {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 1rem;
}
body #Home .carousel .logo-carousel img {
  opacity: 0.7;
}
body #Home .carousel .carousel-inner .carousel-item {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
body #Home .carousel .carousel-inner .carousel-item .carousel-caption {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
body #Home .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}
body #Home .carousel .carousel-inner .carousel-item img.bg-kediri {
  animation: 0.5s ease-out 2s bg-kediri forwards;
}
body #Home .carousel .carousel-inner .carousel-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  animation: 0.2s linear 1.5s bg forwards;
  width: 100vw;
}
body #Home .carousel .carousel-inner .carousel-item .bg.kediri {
  background-color: rgba(0, 0, 0, 0);
  animation: 0.2s linear 0.5s bg forwards;
}
body #Home .carousel .carousel-inner .carousel-item .bg.service {
  opacity: 0;
  animation: 0.2s linear 0.5s bg forwards;
  color: white;
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content {
  opacity: 0;
  animation: 1.5s ease-in-out 0.5s swipe-down forwards;
}
@media screen and (max-width: 768px) {
  body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content .service-point {
    margin-left: 2.5rem;
  }
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content.design {
  width: 60%;
}
@media screen and (max-width: 768px) {
  body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content.design {
    width: auto;
  }
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content h1 {
  text-transform: uppercase;
  font-weight: 600;
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content h2 {
    font-size: 1.3rem;
  }
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content p {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content p {
    margin-bottom: 2rem;
    font-size: 0.8rem;
  }
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content ul {
  display: block;
  padding: 0;
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content ul li {
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content ul li {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content ul li i {
  font-size: 0.5rem;
}
body #Home .carousel .carousel-inner .carousel-item .bg.service .service-content:last-child h2 {
  font-size: 1.3rem;
}
body #Home .carousel .carousel-inner .carousel-item .bg .gallery-ambon {
  width: 100%;
  padding: 0;
  margin: 0;
}
body #Home .carousel .carousel-inner .carousel-item .bg .gallery-ambon .col-lg-6 {
  padding: 0;
  margin: 0;
  height: 50vh;
}
body #Home .carousel .carousel-inner .carousel-item .bg .gallery-ambon .col-lg-6:first-child {
  transform: translateX(-100%);
  animation: 0.5s ease-out 2s swipe-Xright forwards;
}
body #Home .carousel .carousel-inner .carousel-item .bg .gallery-ambon .col-lg-6:last-child {
  transform: translateX(100%);
  animation: 0.5s ease-out 2s swipe-Xleft forwards;
}
body #Home .carousel .carousel-inner .carousel-item .bg .gallery-kediri {
  width: 50%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body #Home .carousel .carousel-inner .carousel-item .bg .gallery-kediri {
    width: 100%;
  }
}
body #Home .carousel .carousel-inner .carousel-item .bg .gallery-kediri .col-12 {
  padding: 0;
  margin: 0;
  height: 50vh;
  transform: translateX(100%);
  animation: 0.5s ease-out 2s swipe-Xleft forwards;
}
body .about-highlight {
  background-color: #f4f4f4;
  padding: 1rem 0;
}
body .about-highlight .row .col-md-3 {
  text-align: center;
  padding: 2rem 1.5rem;
  background-color: white;
  margin: 0 0.3rem;
}
body .about-highlight .row .col-md-3 h2 {
  font-weight: bold;
  letter-spacing: -1px;
}
body .about-highlight .row .col-md-3 p {
  margin: 0;
}
body .contact-box {
  padding: 1.5rem 0;
  background-color: #2c3241;
}
body .contact-box h2 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin: 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
body .contact-box a {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  font-weight: 500;
}
body .contact-box a i {
  transition: 0.15s ease-in-out;
}
body .contact-box a:hover, body .contact-box a:focus {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
  background-color: #fbbb13;
  border: 1px solid transparent;
  color: #2c3241;
}
body .contact-box a:hover i, body .contact-box a:focus i {
  transform: translateX(2px);
}
body .association h5 {
  color: grey;
  text-transform: uppercase;
}
body .association p {
  font-size: 0.8rem;
  text-transform: uppercase;
}
body .association p span {
  text-transform: none;
}
body footer {
  color: white;
  background-color: #2c3241;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
body footer .col-lg-3.others ul li, body footer .col-lg-4.others ul li, body footer .col-lg-2.others ul li, body footer .col-12.others ul li {
  margin: 0.5rem 0;
}
body footer .col-lg-3 a, body footer .col-lg-4 a, body footer .col-lg-2 a, body footer .col-12 a {
  transition: 0.2s ease-out;
  color: white;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.75rem;
}
body footer .col-lg-3 a:hover, body footer .col-lg-4 a:hover, body footer .col-lg-2 a:hover, body footer .col-12 a:hover {
  color: #fbbb13;
}
body footer .col-lg-3 a.cp-download, body footer .col-lg-4 a.cp-download, body footer .col-lg-2 a.cp-download, body footer .col-12 a.cp-download {
  font-weight: 500;
}
body footer .col-lg-3 a.social-media, body footer .col-lg-4 a.social-media, body footer .col-lg-2 a.social-media, body footer .col-12 a.social-media {
  font-size: 2rem;
}
body footer .col-lg-3 a.social-media:hover, body footer .col-lg-4 a.social-media:hover, body footer .col-lg-2 a.social-media:hover, body footer .col-12 a.social-media:hover {
  transform: scale(1.15);
}
body footer .col-lg-3 img, body footer .col-lg-4 img, body footer .col-lg-2 img, body footer .col-12 img {
  margin-bottom: 0.5rem;
  margin-left: -8px;
}
body footer .col-lg-3 h5, body footer .col-lg-4 h5, body footer .col-lg-2 h5, body footer .col-12 h5 {
  font-size: 1.135rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
body footer .col-lg-3 p, body footer .col-lg-4 p, body footer .col-lg-2 p, body footer .col-12 p {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}
body footer .col-lg-3 p.loc, body footer .col-lg-4 p.loc, body footer .col-lg-2 p.loc, body footer .col-12 p.loc {
  font-size: 0.754rem;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
body footer .col-lg-3 ul, body footer .col-lg-4 ul, body footer .col-lg-2 ul, body footer .col-12 ul {
  padding: 0;
  display: inline-block;
}
body footer .col-lg-3 ul li, body footer .col-lg-4 ul li, body footer .col-lg-2 ul li, body footer .col-12 ul li {
  list-style: none;
  margin: 0.7rem 0;
}
body footer .col-lg-3 ul li a, body footer .col-lg-4 ul li a, body footer .col-lg-2 ul li a, body footer .col-12 ul li a {
  text-decoration: none;
  color: white;
  font-size: 0.75rem;
  transition: 0.2s ease-out;
  cursor: pointer;
}
body footer .col-lg-3 ul li a:hover, body footer .col-lg-4 ul li a:hover, body footer .col-lg-2 ul li a:hover, body footer .col-12 ul li a:hover {
  transform: translateX(3px);
}
body footer .col-lg-3 ul li i, body footer .col-lg-4 ul li i, body footer .col-lg-2 ul li i, body footer .col-12 ul li i {
  font-size: 0.45rem;
}
body footer .col-lg-4 {
  margin-top: -6px;
}
body footer .copyright {
  font-size: 0.75rem;
  text-align: center;
  margin: 0;
}
body .button-container {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  body .button-container {
    bottom: 6%;
  }
}
body .button-container .button-box {
  margin: 0.3rem 0;
  cursor: pointer;
  transition: 0.2s ease-out;
}
body .button-container .button-box a {
  background-color: #fbbb13;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 2rem;
  text-decoration: none;
  position: relative;
}
body .button-container .button-box a i {
  color: #2c3241;
}
body .button-container .button-box:hover {
  transform: scale(1.1);
}
body .notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-out;
}
body .notification .notif-modal {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  width: 400px;
  opacity: 0;
  transition: 0.2s ease-out;
}
body .notification .notif-modal.show {
  opacity: 1;
}
body .notification.show {
  pointer-events: all;
  opacity: 1;
}
body #About {
  width: 100vw;
}
body #About section.banner-about {
  width: 100vw;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #About section.banner-about {
    height: 500px;
    overflow: hidden;
  }
}
body #About section.banner-about .img-banner {
  width: 100%;
  height: 100%;
  background-image: url("../../img/bg/bannerweb.jpg");
  background-repeat: no-repeat;
  background-position-x: -170px;
  background-position-y: -180px;
}
@media screen and (max-width: 1024px) {
  body #About section.banner-about .img-banner {
    background-position-x: center;
    background-position-y: center;
  }
}
body #About section.banner-about .container-min {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body #About section.banner-about .container-min {
    width: 100%;
    padding: 0 0.75rem 0 0.75rem;
  }
}
body #About section.banner-about .container-min .title-about {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 10%;
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  animation: 1s ease-out swipe-down forwards;
}
body #About section.banner-about .container-min .title-about h2 {
  font-weight: bold;
}
body #About section.about-desc {
  padding: 3rem 0 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body #About section.about-desc {
    width: 100%;
    padding: 3rem 0.75rem 3rem 0.75rem;
  }
}
body #About section.about-desc h3 {
  font-weight: bold;
  text-align: center;
}
body #About section.about-desc h3::after {
  content: "";
  width: 45px;
  height: 4px;
  border-radius: 1rem;
  display: block;
  margin: 0.8rem auto 1.5rem auto;
  background-color: #fbbb13;
}
body #About section.about-desc p {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 1.8rem;
}
body #About section.vision-mission {
  margin: 2rem 0 0 0;
}
body #About section.vision-mission .row {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body #About section.vision-mission .row {
    width: 100%;
    padding: 0 0.75rem 0 0.75rem;
  }
}
body #About section.vision-mission .row .col-md-5, body #About section.vision-mission .row .col-12 {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  transition: 0.2s ease-out;
  background-color: white;
}
body #About section.vision-mission .row .col-md-5 h3, body #About section.vision-mission .row .col-12 h3 {
  font-weight: 500;
  margin-bottom: 1rem;
}
body #About section.vision-mission .row .col-md-5 p, body #About section.vision-mission .row .col-12 p {
  margin: 0;
  line-height: 1.8rem;
}
body #About section.vision-mission .row .col-md-5:hover, body #About section.vision-mission .row .col-12:hover {
  border: 1px solid rgb(251, 187, 19);
}
body #About section.our-clients {
  margin: 3rem 0 0 0;
}
body #About section.our-clients .row .col-12 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body #About section.our-clients .row .col-12 {
    font-size: 0.8rem;
  }
}
body #About section.our-clients .row .col-12 h3 {
  font-weight: bold;
}
body #About section.our-clients .row .col-12 h3::after {
  content: "";
  width: 45px;
  height: 4px;
  border-radius: 1rem;
  display: block;
  margin: 0.8rem auto 1.5rem auto;
  background-color: #fbbb13;
}
body #About section.our-clients .row .col-md-3 {
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  body #About section.our-clients .row .col-md-3 {
    margin: 2.2rem 0;
  }
}
body #About section.our-clients .row .col-md-3 img {
  filter: grayscale(1);
  transform: translateY(-50px);
  opacity: 0;
  transition: all 1s ease-out;
}
body #About section.our-clients .row .col-md-3 img:hover {
  filter: grayscale(0);
  transform: scale(1.03);
  transition: 0.2s ease-out;
}
body #About section.our-clients .row .col-md-3 img.show {
  opacity: 1;
  transform: translateY(0);
}
body #About section.our-partner {
  margin: 3rem 0 3rem 0;
}
body #About section.our-partner .row .col-12, body #About section.our-partner .row .col-md-2 {
  text-align: center;
  margin-bottom: 2rem;
}
body #About section.our-partner .row .col-12 h3, body #About section.our-partner .row .col-md-2 h3 {
  font-weight: bold;
}
body #About section.our-partner .row .col-12 h3::after, body #About section.our-partner .row .col-md-2 h3::after {
  content: "";
  width: 45px;
  height: 4px;
  border-radius: 1rem;
  display: block;
  margin: 0.8rem auto 1.5rem auto;
  background-color: #fbbb13;
}
body #About section.our-partner .row .col-12 img, body #About section.our-partner .row .col-md-2 img {
  filter: grayscale(1);
  transform: translateY(-50px);
  opacity: 0;
  transition: all 1s ease-out;
}
body #About section.our-partner .row .col-12 img:hover, body #About section.our-partner .row .col-md-2 img:hover {
  filter: grayscale(0);
}
body #About section.our-partner .row .col-12 img.show, body #About section.our-partner .row .col-md-2 img.show {
  opacity: 1;
  transform: translateY(0);
}
body #About section.our-team {
  margin: 3rem 0 3rem 0;
}
body #About section.our-team .row .col-12 {
  text-align: center;
  margin-bottom: 2rem;
}
body #About section.our-team .row .col-12 h3 {
  font-weight: bold;
}
body #About section.our-team .row .col-12 h3::after {
  content: "";
  width: 45px;
  height: 4px;
  border-radius: 1rem;
  display: block;
  margin: 0.8rem auto 1.5rem auto;
  background-color: #fbbb13;
}
body #Projects {
  width: 100%;
}
body #Projects .carousel {
  position: relative;
}
body #Projects .carousel .carousel-inner .carousel-item {
  width: 100vw;
  height: 50vh;
}
body #Projects .carousel .carousel-inner .carousel-item .carousel-caption {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
body #Projects .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}
body #Projects .filter-container h5 {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
body #Projects .filter-container .head-button a {
  text-transform: uppercase;
  padding: 0.7em;
  text-decoration: none;
  border: 1px solid #2c3241;
  font-size: 0.8rem;
  border-radius: 1rem;
  color: #2c3241;
  transition: 0.1s ease-out;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
body #Projects .filter-container .head-button a:hover {
  background-color: #fbbb13;
  border: 1px solid #fbbb13;
}
body #Projects .filter-container .head-button a.active {
  background-color: #fbbb13;
  border: 1px solid #fbbb13;
}
body #Projects .filter-container .select-container a {
  font-size: 0.8rem;
  transition: 0.1s ease-out;
  cursor: pointer;
  text-decoration: none;
  color: #2c3241;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
body #Projects .filter-container .select-container a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #fbbb13;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
body #Projects .filter-container .select-container a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
body #Projects .filter-container .select-container a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #fbbb13;
}
body #Projects .filter-container .select-container .select {
  display: none;
}
body #Projects .filter-container .select-container .select.show {
  display: inline-block;
}
body #Projects .row.gallery {
  padding: 0.3rem 0 0.3rem 0;
  display: none;
}
body #Projects .row.gallery .col-md-4 {
  border: 2px solid white;
  padding: 0;
  overflow: hidden;
}
body #Projects .row.gallery .col-md-4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-out;
}
body #Projects .row.gallery .col-md-4 img:hover {
  transform: scale(1.1);
}
body #Projects .row.gallery.show {
  display: flex;
}
body #ProjectsItem {
  width: 100%;
}
body #ProjectsItem .container-swiper {
  height: 100vh;
}
body #ProjectsItem .swiper {
  width: 100%;
  height: 300px;
}
body #ProjectsItem .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-grow: 1;
}
body #ProjectsItem .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  body #ProjectsItem .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body #ProjectsItem .swiper-slide .title {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  body #ProjectsItem .swiper-slide .title {
    color: black;
  }
}
body #ProjectsItem .swiper-slide .title h3 {
  animation: 1s ease-out swipe-down;
}
@media screen and (max-width: 768px) {
  body #ProjectsItem .swiper-slide .title h3 {
    font-size: 1rem;
  }
}
body #ProjectsItem .related-project .row {
  padding: 0.3rem 0 0.3rem 0;
}
body #ProjectsItem .related-project .row .col-md-4 {
  border: 2px solid white;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
body #ProjectsItem .related-project .row .col-md-4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-out;
}
body #ProjectsItem .related-project .row .col-md-4 img:hover {
  transform: scale(1.1);
}
body #ProjectsItem .mySwiper2 {
  height: 80%;
  width: 100%;
}
body #ProjectsItem .mySwiper2 .swiper-button-next {
  margin-right: 1rem;
}
body #ProjectsItem .mySwiper2 .swiper-button-prev {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  body #ProjectsItem .mySwiper2 .swiper-button-next {
    margin-right: 0;
  }
  body #ProjectsItem .mySwiper2 .swiper-button-prev {
    margin-left: 0;
  }
}
body #ProjectsItem .mySwiper2 .swiper-button-next, body #ProjectsItem .mySwiper2 .swiper-button-prev {
  color: white;
}
@media screen and (min-width: 768px) {
  body #ProjectsItem .mySwiper2 .swiper-button-next, body #ProjectsItem .mySwiper2 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2rem;
  }
}
body #ProjectsItem .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 5px 0;
}
body #ProjectsItem .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: grab;
}
body #ProjectsItem .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
body #ProjectsItem .desc-project h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  border-radius: 1rem;
  background-color: #fbbb13;
  margin: 1rem auto 1rem;
}
body #Contact {
  width: 100vw;
}
body #Contact section.banner-contact {
  width: 100vw;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #Contact section.banner-contact {
    height: 250px;
    overflow: hidden;
  }
}
body #Contact section.banner-contact .img-banner {
  width: 100%;
  height: 100%;
  background-image: url("../../img/bg/sample.jpg");
}
body #Contact section.banner-contact .container-min {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body #Contact section.banner-contact .container-min {
    width: 100%;
    padding: 0 0.75rem 0 0.75rem;
  }
}
body #Contact section.banner-contact .container-min .title-contact {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 10%;
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  animation: 1s ease-out swipe-down forwards;
}
body #Contact section.banner-contact .container-min .title-contact h2 {
  font-weight: bold;
}
body #Contact section.contact-box {
  background-color: #f4f4f4;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  body #Contact section.contact-box {
    padding: 24px 0;
  }
}
body #Contact section.contact-box .container-min {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body #Contact section.contact-box .container-min {
    width: 100%;
    padding: 1rem 0.75rem 1rem 0.75rem;
  }
}
body #Contact section.contact-box .container-content-contact {
  width: -moz-fit-content;
  width: fit-content;
}
body #Contact section.contact-box .row .col-lg-3 .icon {
  width: 60px;
  height: 60px;
  background-color: #fbbb13;
  border-radius: 100%;
}
body #Contact section.contact-box .row .col-lg-3 .icon i {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  body #Contact section.contact-box .row .col-lg-3 .icon {
    width: 50px;
    height: 50px;
  }
  body #Contact section.contact-box .row .col-lg-3 .icon i {
    font-size: 1.4rem;
  }
}
body #Contact section.contact-box .row .col-lg-3 .desc h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
body #Contact section.contact-box .row .col-lg-3 .desc p {
  font-size: 0.8rem;
}
body #Contact section.contact-box .row .col-lg-3:first-child p {
  font-size: 0.7rem;
}
body #Contact section.form {
  background-color: #f4f4f4;
  padding-bottom: 24px;
}
body #Contact section.form .container-min {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body #Contact section.form .container-min {
    width: 100%;
    padding: 1rem 0.75rem 1rem 0.75rem;
  }
}
body #Contact section.form form {
  padding: 3rem;
  background-color: white;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  body #Contact section.form form {
    padding: 2rem;
  }
}
body #Contact section.form form h3, body #Contact section.form form span {
  text-transform: uppercase;
}
body #Contact section.form form .btn {
  background-color: #fbbb13;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em;
  width: 205px;
  transition: 0.2s ease-out;
}
body #Contact section.form form .btn:hover {
  letter-spacing: 1px;
  background-color: #ffc637;
}/*# sourceMappingURL=main.css.map */