@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap");

/* HEADER */
.company-logo {
  width: 5rem;
  height: 5.5rem;
}

.language {
  position: absolute;
  top: 1%;
  right: 2%;
  z-index: 1;
}

.language-divider {
  color: red;
}

.language > a {
  color: black;
  text-decoration: none;
}

.navbar-link-group {
  text-align: center;
}

.nav-link {
  font-family: "Noto Serif SC", serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.nav-divider {
  display: none;
  color: red !important;
}

.hr-line {
  border: 1.5px solid red;
  background-color: red;
  margin-top: 0;
  margin-bottom: 0;
}

/* FOOTER */
.footer {
  padding-left: 2rem;
  text-align: center;
  background-color: #e9ecef !important;
}

.footer-logo {
  width: 5rem;
  height: 6rem;
  margin-bottom: 0.5rem;
}

.company-name-address > h3 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.social-logo-div > a {
  text-decoration: none;
}

.social-logo {
  width: 3rem;
  height: 3rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.company-name-address > p {
  margin-bottom: 0.5rem;
}

/* ----- HOME PAGE ----- */
/* Carousel */
.w-100 {
  width: 150% !important;
}

.carousel-item {
  left: -50%;
}

/* Content 1 */
.container-fluid {
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.content-bgimg-div {
  position: absolute;
  top: 35%;
  left: -20%;
  transform: rotate(-20deg);
}

.content-bgimg {
  width: 130%;
  opacity: 0.6;
}

.content-divider-div {
  position: absolute;
  top: 50%;
  margin-top: -4rem;
  left: 50%;
  margin-left: -4rem;
}

.content-divider {
  display: none;
  width: 25%;
  height: 25%;
}

.content-icon {
  width: 8rem;
  height: 8rem;
  padding: 1rem;
}

.sub-content {
  padding: 2rem;
  text-align: center;
}

.sub-content > h3 {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
}

.sub-content > p {
  font-size: 1.2rem;
}

/* Content 2 */
.content-2 {
  position: relative;
}

.content-2-img {
  width: 100%;
  height: 12rem;
}

.content-2-text {
  position: absolute;
  left: 3%;
  bottom: 5%;
  color: whitesmoke;
  font-family: "Noto Serif SC", serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.content-2-text > p {
  margin-bottom: 0;
}

/* Contact */
.contact {
  background-image: url("images/company.jpg");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 1rem;
}

.sub-contact {
  padding: 1rem;
}

.contact-logo {
  width: 5rem;
  height: 5rem;
}

.sub-contact > p {
  font-family: "Noto Serif SC", serif;
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 600;
}

.contact-divider-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-divider {
  display: none;
  width: 5px;
  height: 50%;
  border: 1px solid red;
  background-color: red;
}

/* ----- ABOUT PAGE ----- */
.about-head > img {
  width: 100%;
}

.about-content {
  padding: 1rem 1rem 0 1rem;
}

.about-content > h3 {
  font-family: "Noto Serif SC", serif;
  color: red;
  font-weight: 600;
}

.about-content > p {
  margin-bottom: 0;
}

.about-tail {
  background-image: url("images/company.jpg");
  background-size: cover;
  background-position: bottom;
  height: 11rem;
}

/* ----- SERVICE PAGE ----- */
.service-head > img {
  width: 100%;
}

.service-bgimg-div {
  position: absolute;
  top: 45%;
  left: -20%;
  /* transform: rotate(-20deg); */
}

.service-bgimg {
  width: 130%;
  height: 20rem;
  opacity: 0.7;
}

/* ----- REQUEST PAGE & CONTACT PAGE ----- */
.request {
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.request-bgimg-div {
  position: absolute;
  top: 20%;
  left: -20%;
  transform: rotate(-20deg);
}

.request-bgimg {
  width: 130%;
}

.request-title {
  font-family: "Noto Serif SC", serif;
  color: red;
  text-align: center;
}

.request-title > h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.btn-danger {
  width: 8rem;
}

/* @@@@@ TABLET @@@@@ */
@media (min-width: 768px) {
  /* HEADER */
  .company-logo {
    margin-left: 2rem;
  }

  /* FOOTER */
  .footer-logo {
    width: 7rem;
    height: 7rem;
    margin-top: 1rem;
  }

  .navbar-link-group {
    text-align: left;
    padding-top: 3rem;
    padding-right: 2rem;
  }

  .nav-divider {
    display: inline;
  }

  /* HOME PAGE */
  /* Carousel */
  .w-100 {
    width: 100% !important;
  }

  .carousel-item {
    left: 0;
  }

  .content-bgimg-div {
    top: 20%;
    left: 25%;
    transform: rotate(10deg);
  }

  .content-bgimg {
    width: 110%;
  }

  .content-icon {
    width: 10rem;
    height: 10rem;
  }

  .content-2-img {
    width: 100%;
    height: auto;
  }

  .content-divider {
    display: inline;
  }

  .contact {
    background-image: url("images/company.jpg");
    background-size: 100%;
    background-position: center;
    text-align: center;
    padding: 1rem;
  }

  .contact-logo {
    width: 8rem;
    height: 8rem;
  }

  .contact-divider {
    display: inline;
  }

  .footer {
    text-align: left;
  }

  /* ABOUT PAGE */
  .about-content {
    font-size: 1.5rem;
    padding: 2rem 2rem 0 2rem;
  }

  .about-tail {
    height: 25rem;
  }

  /* REQUEST PAGE */
  .request-bgimg-div {
    top: -10%;
    left: 25%;
    transform: rotate(25deg) translateX(80px);
  }

  .request-bgimg {
    width: 100%;
  }

  .request-title > h3 {
    text-align: left;
  }

  .request-form {
    display: flex;
    justify-content: center;
  }

  .request-form > form {
    width: 80%;
  }
}

/* @@@@@ Laptop & Desktop @@@@@ */
@media (min-width: 1440px) {
  /* HOME PAGE */
  .content {
    width: 90%;
  }

  .content-bgimg-div {
    top: -30%;
    left: 25%;
  }

  .content-divider-div {
    position: absolute;
    top: 50%;
    margin-top: -10rem;
    left: 50%;
    margin-left: -5rem;
  }

  .sub-content > p {
    font-size: 1.5rem;
  }

  /* ABOUT PAGE */
  .about-content {
    padding: 2rem 5rem 0 5rem;
  }

  .about-tail {
    height: 50rem;
  }

  /* SERVICE PAGE */
  .service-bgimg-div {
    top: 0;
    left: 0;
  }

  /* REQUEST PAGE */
  .request-form > form {
    width: 50%;
  }
}
