@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap");

* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  line-height: 1.6;
}

/* Navbar Start */
.header {
  font-family: "Manrope";
  font-weight: 600;
}
.nav-link:hover {
  border-bottom: 3px solid #12908d;
}
.nav-link:active {
  border-bottom: 3px solid #12908d;
}
/* ---------------------------------------------------- */
/* Jumbotron */
.hero {
  height: 350px;
  background-color: #f2f2f2;
  border-bottom-left-radius: 50% 30%;
  border-bottom-right-radius: 50% 30%;
  margin-top: 40px;
  /* background-image: url(../../assets/img/Company.png); */
}
.head-div {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 80px;
  text-align: center;
  color: #010101;
  margin-top: 120px;
}
.p-div {
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #6f6d71;
}
/* ---------------------------------------------------- */
/* Contact-Us Section */
.contact-us {
  margin-top: 200px;
}
.h1-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  color: #010101;
}
.address {
  margin-top: 50px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #6f6d71;
}
.no-hp {
  margin-top: 50px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #6f6d71;
}
/* ---------------------------------------------------- */
/* Footer Section */
.btn-ftr {
  font-family: "Manrope";
  line-height: 180%;
  background-color: white;
  padding: 14px 37px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  margin-top: 30px;
}
.img-ft {
  width: 250px;
  height: 250px;
}
.footer {
  margin-top: 150px;
}
.title-footer {
  font-family: "Manrope";
  font-style: normal;
  font-weight: bold;
  line-height: 33px;
  color: #010101;
}
.subtitle-footer {
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #010101;
}
/* ---------------------------------------------------- */
@media screen and (max-width: 600px) {
  .hero {
    height: 150px;
  }
  .head-div {
    margin-top: 50px;
  }
  .contact-us {
    margin-top: 50px;
  }
  .h1-title,
  .address,
  .no-hp {
    text-align: center;
  }
  iframe {
    width: 298px;
    height: 414.06px;
  }
  .footer {
    background-color: #f2f2f2;
  }
  .btn-ftr {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .img-ft {
    margin: auto;
  }
  .colum {
    width: 100%;
  }
  .colum-abt {
    margin-top: 60px;
  }
  .colum-img {
    margin-top: 60px;
  }
  .pat1 {
    display: none;
  }
}
