@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

*

/*Fonts*/
.fonta {
  font-family: 'Montserrat', sans-serif;
}

/*Background*/
.bg-navbar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.908000700280112) 0%, rgba(0, 0, 0, 0) 100%);
}

.bg-our-collection {
  background-image: url(../img/bg/bg-collections.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background-image: url(../img/bg/bg-custom.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-about-page {
  background-image: url(../img/collections/villa-seriska/villa-seriska.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-collections-page {
  background-image: url(../img/bg/bg-collections.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-service-page {
  background-image: url(../img/collections/desak-putu-putera-cottages/Desak%20Putu%20Putera%20Cottages.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-contact-page {
  background-image: url(../img/bg/bg-contact.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-join-page {
  background-image: url(../img/bg/bg-joinus.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-prof-photo-page {
  background-image: url(../img/bg/bg-prof-photo.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-other-1 {
  background-image: url(../img/collections/alam-wayang/image.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 0px 0px #00000040, inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

.bg-other-2 {
  background-image: url(../img/bg/bg-img-txt2.jpg);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*Text*/
.text-transparent {
  color: transparent;
  transition: all 0.3s ease-in-out;
}

.text-transparent:hover {
  color: transparent;
  cursor: auto;
}

/*Overlay*/
.overlay {
  position: relative;
}

.image {
  opacity: 1;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.45);
}

.text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
}

.overlay:hover .middle {
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 992px) {
  .text2 {
    color: white;
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .height-banner {
    height: 580px;
  }
}

@media (max-width: 992px) {
  .text2 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
  }

  .height-banner {
    height: 100%;
  }
}

.active2 > a {
  color: #3f5277 !important;
  border-bottom: 2px solid #3f5277;
}

.nav-link:hover {
  color: #3f5277 !important;
}
