/*
Title : PT Wahana Indah Selaras Eltraeska
Author : lonsdaleitee
Version : 1.0
*/
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-VariableFont_wght.woff");
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope" !important;
}

.section-wise {
  min-height: 100vh;
}

/* Link */
a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

.parallax {
  /* Set a specific height */
  width: 100%;
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed !important;
  /* background-position: center center!important;
  background-repeat: no-repeat !important;
  background-size: cover !important; */
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-bottom {
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
}

.pills {
  border-radius: 25%;
}

#closeModal,
#closeModalProduct {
  font-size: 20px;
  text-align: right;
  font-weight: 700;
  /* margin:0px 60px 30px 60px; */
  cursor: pointer;
}

#closeModal:hover,
#closeModalProduct:hover {
  font-size: 20px;
  text-align: right;
  font-weight: 700;
  /* margin:0px 60px 30px 60px; */
  cursor: pointer;
  text-decoration: underline;
}

.pt-section {
  padding-top: 8rem !important;
}

.form-control.is-valid {
  border-color: var(--color-secondary);;
}

hr {
  border-color: rgba(var(--color-secondary-rgb), 0.5);
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn-primary {
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
  border-radius: 30px !important;
}

.btn-primary:hover,
.btn-primary.active {
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  text-transform: uppercase !important;
}

.btn-white {
  border-color: var(--color-white) !important;
  color: var(--color-white) !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
  border-radius: 30px !important;
}

.btn-white:hover,
.btn-white.active {
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  text-transform: uppercase !important;
}

.btn-secondary-dark {
  border-color: var(--color-secondary-dark) !important;
  color: var(--color-secondary-dark) !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
}

.btn-secondary-dark:hover,
.btn-secondary-dark.active {
  background-color: var(--color-secondary-dark) !important;
  color: var(--color-white) !important;
  border-color: var(--color-secondary-dark) !important;
  text-transform: uppercase !important;
}

.btn-black {
  border-color: var(--color-black) !important;
  color: var(--color-black) !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
}

.btn-black:hover,
.btn-black.active {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  border-color: var(--color-black) !important;
  text-transform: uppercase !important;
}

.btn-rectangle {
  padding: 1rem 3.5rem;
  line-height: 2rem;
  border-radius: 0 !important;
  width: 300px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 8.33333333%;
  transition: all 2s;
  z-index: 997;
  background-color: var(--bs-light);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-height: 45px;
  padding: 0 !important;
}

.header .logo2 img {
  max-height: 55px;
  padding: 0 !important;
}

/*--------------------------------------------------------------
# Floating Whatsapp Button
--------------------------------------------------------------*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.float img {
  width: 60px;
  height: 60px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home-wrapper {
  height: 100vh;
  overflow: hidden;
}

.home-video {
  min-width: 100%;
  min-height: 100%;
}

.home-content {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.home-content form {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projects-header {
  background-position: center center !important;
  background-size: cover !important;
  min-height: 40vh !important;
  height: 40vh;
  overflow: hidden !important;
  padding-top: 5%;
}

/* #projects-wrapper.row>* {
  margin-right: calc(var(--bs-gutter-x)* .5);
  margin-left: calc(var(--bs-gutter-x)* .5);
  padding: 0 !important;
} */

.projects-img-wrapper {
  overflow: hidden !important;
  height: 400px;
}

.projects-img {
  /* filter: grayscale(100%); */
  transition: background-size 0.75s ease-in-out !important;
  height: 100%;
  width: 100%;
  position: relative;
  background-size: auto 100% !important;
  background-position: center center !important;
}

.projects-img:hover {
  /* filter: grayscale(0);
  transition: all 0.75s ease-in-out !important; */
  height: 400px;
  background-size: auto 120% !important;
  background-position: center center !important;
}

.projects-text {
  color: var(--color-white);
  font-weight: 900;
  bottom: 0;
  position: absolute;
  padding: 0 0 1rem 1rem;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products-header {
  background-position: center center !important;
  background-size: cover !important;
  min-height: 40vh !important;
  height: 40vh;
  overflow: hidden !important;
  padding-top: 5%;
}

.products-img {
  color: var(--color-black) !important;
}

.products-img:hover {
  color: var(--color-primary) !important;
}

#show-modal-catalog,
#show-modal-product {
  background-color: transparent;
  border: 0;
}

.pdf-viewer {
  height: 84vh;
  width: 100%;
}

.pdf-viewer a {
  color: var(--color-primary);
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .title {
  display: flex;
  align-items: center;
}

.maintanance .title {
  justify-content: flex-end;
}

.services .number {
  background-color: var(--color-primary);
  font-weight: 700;
  width: 75px;
  text-align: center;
}

/* Swipper Installation */
.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.swipper-installation .swiper-slide,
.swipper-maintanance .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maintanance .swiper-pagination-vertical.swiper-pagination-bullets,
.maintanance .swiper-vertical > .swiper-pagination-bullets {
  right: unset !important;
  left: var(--swiper-pagination-left, 25px) !important;
}

.installation .swiper-pagination-vertical.swiper-pagination-bullets,
.installation .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 25px) !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.img-about {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}

/* Timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: var(--color-secondary);
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  padding: 20px;
  position: relative;
  text-align: right;
}

/* .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
} */
/* .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
} */

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: var(--color-primary);
  z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-heading h3 {
  font-weight: 600;
  color: var(--color-secondary-dark);
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 600;
  color: var(--color-secondary-dark);
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  color: var(--color-secondary-dark);
}

.timeline-body > p + p {
  margin-top: 5px;
}

/* Client */
.clients .title h3 {
  font-weight: 700;
}

.marquee-slider {
  width: 100%;
}
.marquee-slider img {
  width: 100%;
}

.marquee-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* Contact Us */

.contact-us .card .card-title {
  font-weight: 700 !important;
  color: var(--color-primary);
}

.contact-label {
  color: var(--color-primary);
  font-weight: 900;
  font-size: small;
  font-size: 16px;
}

.contact-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: var(--color-secondary);
  border-radius: 0;
  font-size: 16px;
}

.contact-input:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-primary-rgb), 0.2);
}

/*--------------------------------------------------------------
# Traffic Analysis
--------------------------------------------------------------*/

.traffic-analysis h2 {
  font-weight: 600;
}

.traffic-analysis label {
  margin-bottom: 1rem;
}

.traffic-label {
  color: var(--color-primary);
  font-weight: 900;
  font-size: small;
  font-size: 16px;
}

.traffic-input,
#inputGroupSelectType,
#inputGroupSelectControl {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: var(--color-secondary);
  border-radius: 0;
  font-size: 16px;
}

.traffic-input:focus,
#inputGroupSelectType:focus,
#inputGroupSelectControl:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-primary-rgb), 0.2);
}

.traffic-analysis table {
  border-color: var(--color-white);
}

.traffic-analysis table th {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}

/*--------------------------------------------------------------
# VR
--------------------------------------------------------------*/
.vr-header {
  background-position: center center !important;
  background-size: cover !important;
  min-height: 40vh !important;
  height: 40vh;
  overflow: hidden !important;
  padding-top: 5%;
}

.vr-img {
  color: var(--color-black) !important;
}

.vr-img:hover {
  color: var(--color-primary) !important;
}

.vr-img img {
  width: 350px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background-color: var(--bs-secondary-dark);
  color: var(--bs-light);
  padding-top: 5%;
  padding-bottom: 3%;
  /* overflow: hidden;
  position: relative; */
}

.design {
  display: flex !important;
  justify-content: flex-start !important;
}

.back-to-top {
  text-align: right;
  height: 24px;
  line-height: 14px !important;
  background-color: transparent;
  color: var(--bs-light);
  border: 0;
}

.back-to-top:hover {
  color: var(--bs-dark);
}
