body{
  font-family: "Poppins", sans-serif;
}

a{
  text-decoration: none;
}

.wa-tap {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e03a3c;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
}
.wa-tap i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.wa-tap:hover {
  background: #e65d5f;
  color: #fff;
}
.wa-tap.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

#header .logo a{
  color: black;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #e03a3c;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 30px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #e03a3c;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  width: 300px;
  top: 0;
  bottom: 0;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  padding: 50px 25px;
}

.navbar-mobile a, .navbar-mobile a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: white;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e03a3c;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transition: 1s;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e03a3c;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# End Header Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
#footer .footer-1{
  background: #1b1b1b;
}

#footer .footer-1 h2{
  font-size: 3em;
  margin-bottom: 15px;
}

#footer .footer-1 h4{
  font-size: 1.5em;
  margin-bottom: 0;
}

#footer .footer-1 h5{
  font-size: 1em;
  margin-top: 0;
}

#footer .footer-1 .icon{
  font-size: 1.5em;
}

#footer .footer-1 .icon a{
  text-decoration: none;
  color: white;
}

#footer .footer-1 .icon a+a{
  margin-left: 15px;
}

@media (max-width: 992px) {
  #footer .footer-1, #footer .footer-2, #footer .footer-1 .icon{
    text-align: center;
  }
}

.card-pesan{
  background-color: #2b2b2b;
}

#footer .footer-2{
  background-color: #2b2b2b;
  color: white;
  padding: 15px 0px;
}
/*--------------------------------------------------------------
# End Footer Section
--------------------------------------------------------------*/

section {
  overflow: hidden;
  position: relative;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

#hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(25%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #e03a3c;
  border: 2px solid #e03a3c;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: transparent;
}

#hero .hubungi {
  background-color: white;
  padding: 5px 20px;
  border-radius: 10px;
}

#hero .hubungi .icon{
  font-size: 1.95em;
  color: #e03a3c;
}

#hero .hubungi p{
  font-size: 0.75em;
  margin-top: 5px;  
}

#hero .hubungi h3{
  font-size: 1.1em;
  margin-top: -15px;
  font-weight: 700;
  color: #e03a3c;
}

@media (max-width: 768px) {
  #hero {
    padding-top: 58px;
  }

  #hero h1 {
    font-size: 28px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hubungi .icon{
    font-size: 1.8em;
  }

  #hero .hubungi p{
    font-size: 0.7em;
    margin-top: 5px;  
  }

  #hero .hubungi h3{
    font-size: 0.95em;
    margin-top: -15px;
    font-weight: 700;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# End Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Break Section
--------------------------------------------------------------*/
.break{
  height: 25vh;
  color: white;
}

.break img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
}
/*--------------------------------------------------------------
# End Break Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layanan Section
--------------------------------------------------------------*/
.layanan-title{
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

#layanan .layanan-title h2{
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}

#layanan .layanan-title h2:after{
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}

.card-icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 30px;
  background-color: #e03a3c;
  font-size: 1.3em;
}

.card-body{
  font-size: 1em;
}

.card-footer{
  font-size: 0.85em;
  font-weight: 700;
}

/*--------------------------------------------------------------
# End Layanan Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Galery Section
--------------------------------------------------------------*/
#galery img {
  max-width: 100%;
}
/*--------------------------------------------------------------
# End Galery Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Dimensi Section
--------------------------------------------------------------*/
.calculator-frame{
  border-radius: 10px;
}

#dimensi .dimensi-title{
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

#dimensi .dimensi-title h2{
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}

#dimensi .dimensi-title h2:after{
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}

.input-group input{
  border-radius: 0;
}

.input-group-text{
  background-color: #e03a3c;
  color: white;
  border-radius: 0;
}
/*--------------------------------------------------------------
# End Dimensi Section
--------------------------------------------------------------*/