@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face /*perintah untuk memanggil font eksternal*/ {
  font-family: "khyay"; /*memberikan nama bebas untuk font*/
  src: url("../fonts/khyay.woff"); /*memanggil file font eksternalnya di folder nexa*/
}

/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
*/

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 1000, "GRAD" 0, "opsz" 48;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
p {
  padding: 0 !important;
  margin: 0 !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  border: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span {
  color: #ee382b !important;
}

body {
  background-color: white;
  /*font-family: 'khyay', sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.active {
  color: red !important;
}
/* S:NAVBAR */

.navbar {
  font-family: "Inter", sans-serif;
}
.navbar-bg {
  background-color: #fafafa;
  box-shadow: 0px 1px 5px #e8e8e8;
  padding: 15px 0px;
}
.navbar-nav a {
  font-size: 0.9em;
  font-weight: 500;
  padding: 10px 20px;
}

.navigasi-logo img {
  max-width: 280px;
}

.navbar-nav a:hover {
  color: #ee382b;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0px !important;
  cursor: pointer !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.closebutton {
  color: red !important;
  font-size: 2em !important;
  cursor: pointer;
  font-weight: bold;
}

.closebutton:hover {
  color: orange !important;
}

/* E:NAVBAR */

/* S:JUMBOTRON */

/* S:JUMBOTRON */

.jumbotrontext01 {
  color: #ee382b;
  /*font-family: 'khyay', sans-serif;*/
  font-size: 3.5em;
  padding-top: 10vh;
  padding-right: 10px;
  font-weight: 500;
  line-height: 80px;
  font-weight: bold;
}

.jumbotrontext02 {
  color: black;
  /*font-family: 'khyay', sans-serif; */
  font-size: 1em;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding-left: 5px;
  margin-top: -10px;
}

/* E:JUMBOTRON */

/* S:CARD */

.section-card-home {
  margin: 130px 0px;
}

.judul-card {
  color: #df3327 !important;
  /*font-family: 'khyay', sans-serif;*/
  font-size: 1rem;
  font-weight: bold;
}

.text-card {
  color: black;
  /*font-family: 'khyay', sans-serif;*/
  font-size: 1rem;
}
/* E:CARD */

.section-home-03 {
  margin: 100px 0px;
  background-color: #f2f2f2;
  padding: 20px 0px;
}
.section-home-studio {
  margin-bottom: 120px;
}

.section-home-studio-text {
  /*font-family: 'khyay', sans-serif;*/
  font-size: 2.5rem;
  color: #df3327;
  line-height: 3rem;
  font-weight: bold;
}

.section-home-team {
  margin-top: 100px;
  background-color: #f2f2f2;
}

/* S: ABOUT US */

.about-us-container-desktop {
  margin-top: 20px;
  color: #696969;
}

.about-us-content-01 {
  margin-bottom: 80px;
}

.about-us-text-01 {
  /*font-family: 'khyay', sans-serif;*/
  font-size: 1rem;
  color: #696969;
  font-weight: 700;
  margin-bottom: 25px;
}

.about-us-text-02 {
  font-family: "khyay", sans-serif;
  font-size: 2.5rem;
  color: #ee382b;
  margin-bottom: 25px;
  line-height: 3rem;
}

.about-us-text-03 {
  font-family: "khyay", sans-serif;
  font-size: 2.5rem;
  color: #ee382b;
  margin-bottom: 25px;
  line-height: 3rem;
}

.about-us-text-03 img {
  max-width: 35px;
}

.about-us-text-04 {
  /*font-family: 'khyay', sans-serif;*/
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 25px;
}

.about-us-content-02 {
  margin-bottom: 30px;
}
.about-us-content-02 span {
  /*font-family: 'khyay', sans-serif;*/
  font-size: 1.2em;
  color: #ee382b;
  margin-top: 15px;
  display: inline-block;
}

.about-us-content-03 {
  margin-bottom: 30px;
}

.about-us-content-03 h5 {
  color: #ee382b;
}

.about-us-content-03 p {
  font-size: 0.8rem;
}

.about-us-content-04 {
  margin-bottom: 50px;
}

/* E: ABOUT US */

/* S: CONTACT US */

.contact-us-text-01 {
  color: #ee382b;
}

.contact-us-content {
  margin-bottom: 30px;
}
.contact-us-content p {
  font-size: 0.9rem;
}

.contact-us-content-form {
  box-shadow: 2px 2px 20px #cccc;
  padding: 30px 20px;
}

.contact-us-form input {
  background-color: #eaeaea;
  color: #6b6b6b;
}

.contact-us-form textarea {
  background-color: #eaeaea;
  color: #6b6b6b;
}

.contact-us-form button {
  color: #ee382b;
  border: 0px;
  font-size: 1rem;
  font-weight: 700;
}

.contact-us-form button:hover {
  color: #ee382b;
  opacity: 0.7;
}
/* E: CONTACT US */

/* S: JOIN */
.join-content-text-01 {
  font-size: 3rem;
  color: #ee382b;
  font-weight: 600;
}

.join-content-text-02 {
  font-size: 1rem;
  color: #696969;
  font-weight: 400;
}

.join-content-01 {
  margin: 120px 0px;
}

.join-content-01 span {
  color: #ee382b;
  font-size: 1rem;
}

.join-content-02 img {
  max-width: 35px;
  margin-bottom: 20px;
}

.join-content-02 p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #696969;
}

/* E: JOIN */

/* S: OUR WORK */

.our-work-content-link {
  position: relative;
}

.our-work-content-link-text {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(210, 210, 210, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.our-work-content-link-text:hover {
  opacity: 1;
}

.our-work-content-link-text h3 {
  font-size: 1.3rem;
  color: #fff;
}

.our-work-content-link-text > * {
  transform: translateY(25px);
  transition: transform 0.6s;
}

.our-work-content-link-text:hover > * {
  transform: translateY(0px);
}
/* E: OUR WORK */

/* S: DETAIL OUR WORK */

.detail-work-header-image img {
  height: 650px;
  object-fit: cover;
  margin: 0px;
  padding: 0px;
}
/* E: DETAIL OUR WORK */

/* S: FOOTER */

.section-footer {
  background-color: #df3327;
  margin-top: 0px;
}

.footer-text {
  font-size: 0.9rem;
}

.footer-text-title {
  font-size: 1.3rem;
  font-weight: bold;
}

.footer-text-01 {
  font-size: 0.8rem;
}

/* E: FOOTER */

/* S:DESKTOP VERSION */

@media (min-width: 992px) {
  .navbar-bg {
    background-color: #fafafa;
    box-shadow: 0px 1px 5px #e8e8e8;
    padding: 30px 0px 15px 0px !important;
  }

  .navbar-brand,
  .nav-link {
    color: black;
  }

  .nav-link {
    font-family: "Inter", sans-serif;
    font-size: 0.9em;
    padding: 0px 20px !important;
    text-align: center;
    font-weight: 500;
  }

  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid red;
    width: 70%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }

  /* S:JUMBOTRON */

  .jumbotrontext01 {
    color: #ee382b;
    /*font-family: 'khyay', sans-serif;*/
    font-size: 4.3em;
    padding-top: 20vh;
    font-weight: 500;
    line-height: 80px;
  }

  .jumbotrontext02 {
    color: black;
    /*font-family: 'khyay', sans-serif;*/
    font-size: 1em;
    margin-top: 35px;
    width: 40%;
    background-color: unset;
  }

  /* S: ABOUT US */

  .about-us-container-desktop {
    padding: 0px 20px;
    margin-top: 50px;
  }

  .about-us-content-01 {
    margin-bottom: 150px;
  }

  .about-us-text-02 {
    /*font-family: 'khyay', sans-serif;*/
    font-size: 3.5rem;
    color: #ee382b;
    margin-bottom: 25px;
    line-height: 3.9rem;
  }

  .about-us-content-02 {
    margin-bottom: 80px;
  }

  .about-us-content-03 {
    margin-bottom: 80px;
  }

  .about-us-content-04 {
    margin-bottom: 80px;
  }

  /* E: ABOUT US */

  /* S: CONTACT US */
  .contact-us-content {
    margin-bottom: 80px;
  }
  /* E: CONTACT US */

  /* S: FOOTER */

  .socmed-footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .socmed-footer {
    display: flex;
    justify-content: flex-end;
  }
  /* E: FOOTER */
}
/* E: DESKTOP VERSION */

/* S: TABLET VERSION 

@media (max-width: 991.98px) {


}

/* E: TABLET VERSION */

/* S: SMARTPHONE VERSION 
@media (max-width: 575.98px) {

    .jumbotrontext01 {
        color:#EE382B;
        font-family: 'myanmar-khyay-regular', sans-serif;        
        font-size:3.5em;
        padding-top:20vh;
        font-weight:500;
        line-height:80px;
        font-weight:bold;
    }
}

/* E: SMARTPHONE VERSION */

/* S: SMARTPHONE LANDSCAPE VERSION 

@media (max-width: 767.98px) {

}

/* E: SMARTPHONE VERSION */
