@font-face {
  font-family: "poppins";
  src: url("./Poppins/Poppins-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "poppins-semibold";
  src: url("./Poppins/Poppins-SemiBold.ttf");
  font-style: semibold;
}

html html,
body,
div,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "poppins", sans-serif;
}

p {
  font-size: 16px !important;
}

.text-primary-orange {
  color: #f90;
}

.nav-link:hover {
  color: #ff9900 !important;
}

.title-art-det {
  font-size: 28px !important;
}

hr#hr-tryit {
  width: 100px;
  border: none;
  border-top: 3px solid;
  color: #ff9900;
  opacity: 1;
  margin-top: 32px;
}

.article-title {
  font-weight: 800;
  font-size: 20px;
}

.bio-pic {
  width: 100%;
}

.bio-pic2 {
  width: 100%;
}

#bio-desc {
  font-size: 22px;
  font-weight: 400;

  text-align: left;
  display: block;
  /* margin: 40px auto 0; */

  margin-top: 30px;
}

button.article-view-more {
  width: fit-content;
  display: block;
  height: 4rem;
  background-color: #ff9900;
  color: white;
  border: none;
  border-radius: 20px;
  margin: 64px auto 0;
  padding: 16px 21px;
  font-size: 22px;
  font-weight: 400;
}

.contact-us-section {
  width: 100%;
  height: 750px;
  background: rgba(148, 94, 48, 0.1);
  padding: 24px;
}

.contact-us-pic {
  width: 533px;
  float: right;
  margin-top: 108px;
  margin-right: 108px;
}

.contact-card h2 {
  margin: 0;
  font-size: 37px;
  font-weight: bold;
  margin-top: 138px;
}

.contact-us-section hr {
  width: 128px;
  border: none;
  border-top: 3px solid;
  color: #ff9900;
  opacity: 1;
  margin-top: 32px;
}

.info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 22px;
}

.info i {
  color: #f4a261;
  font-size: 32px;
  margin-right: 10px;
  margin-top: 3px;
}

.info strong {
  font-weight: bold;
}

.whatsapp-btn {
  display: inline-block;

  background-color: #ff9900;
  color: #fff;
  font-weight: bold;
  padding: 16px 22px;
  /* width: 191px; */
  border-radius: 8px;
  text-decoration: none;
  margin-top: 32px;
  font-size: 22px;
}

.whatsapp-btn i {
  margin-right: 8px;
  font-size: 32px;
}

.whatsapp-btn:hover {
  background-color: #e27c39;
}

.art-det-section {
  width: 90%;
  margin-top: 100px;
}

.art-det-section hr {
  width: 128px;
  border: none;
  border-top: 2px solid;
  color: #ff9900;
  opacity: 1;
  margin: 48px 0;
}
p.article-cat-name {
  text-align: center;
  color: #945e30;
  margin-top: 20px;
}

#section-art {
  height: fit-content;
  width: 100%;
  display: block;
  overflow: auto;
  padding: 0 0 40px 0;
}

.article-cat-name {
  color: #945e30;
  margin-top: 20px;
}

.article-title {
  font-weight: 800;
  font-size: 20px;
}

a .article-title {
  color: black;
}

a {
  text-decoration: none;
}

#hr-art {
  width: 128px;
  border: none;
  border-top: 2px solid;
  color: #ff9900;
  opacity: 1;
}

.contact-us-section {
  width: 100%;
  height: fit-content;
  background: rgba(148, 94, 48, 0.1);
  padding: 24px;
  padding-bottom: 140px;
}

.contact-us-pic {
  width: 400px;
  float: right;
  margin-top: 108px;
  margin-right: 108px;
}

.contact-card h2 {
  margin: 0;
  font-size: 37px;
  font-weight: bold;
  margin-top: 138px;
}

.contact-us-section hr {
  width: 128px;
  border: none;
  border-top: 3px solid;
  color: #ff9900;
  opacity: 1;
  margin: 24px 0;
}

.info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  font-size: 22px;
}

.info i {
  color: #f4a261;
  font-size: 32px;
  margin-right: 10px;
  margin-top: 3px;
}

.info strong {
  font-weight: bold;
}

.whatsapp-btn {
  display: inline-block;

  background-color: #ff9900;
  color: #fff;
  font-weight: bold;
  padding: 16px 22px;
  /* width: 191px; */
  border-radius: 8px;
  text-decoration: none;
  margin-top: 32px;
  font-size: 22px;
}

.whatsapp-btn i {
  margin-right: 8px;
  font-size: 32px;
}

.whatsapp-btn:hover {
  background-color: #e27c39;
}

footer {
  background-color: #8b5e34;
  color: #fff;
  padding: 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  height: 108px;
}

footer p {
  font-size: 22px;
  color: white;
  margin-left: 190px;
}

div.footer img {
  color: #fff;
  margin-left: 15px;
  font-size: 32px;
  transition: color 0.3s;
  width: 42px;
  margin-left: 32px;
  display: inline-block;
}

div.footer img:last-child {
  margin-right: 190px;
}

.button-on-footer {
  height: fit-content;
  width: fit-content;
  padding: 12px 16px;
  background-color: #ff9900;
  border: none;
  border-radius: 8px;
  font-weight: 600;

  font-size: 16px;
}

@media only screen and (max-width: 700px) {
  .title-art-det {
    font-size: 24px !important;
  }

  p {
    font-size: 16px !important;
  }

  .article-title {
    font-weight: 800;
    font-size: 16px;
  }

  .art-det-section hr {
    width: 128px;
    border: none;
    border-top: 2px solid;
    color: #ff9900;
    opacity: 1;
    margin: 20px 0;
  }

  p.article-cat-name {
    text-align: center;
    color: #945e30;
    margin-top: 20px;
  }

  .art-det-section {
    width: 90%;
    margin-top: 30px;
  }

  #bio-desc {
    font-size: 12px;
    font-weight: 400;

    text-align: left;
    display: block;
    /* margin: 40px auto 0; */

    margin-top: 30px;
  }

  /* .bio-pic {
    width: 343px;
    height: 143px;
  } */

  .title-art-det {
    font-size: 16px;
  }

  /* =========================== SECTION-ART =============================== */

  #contact-us-pic {
    display: none;
  }

  .info i {
    color: #f4a261;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 3px;
  }

  .whatsapp-btn {
    display: inline-block;

    background-color: #ff9900;
    color: #fff;
    font-weight: bold;
    padding: 8px 12px;
    /* width: 191px; */
    border-radius: 8px;
    text-decoration: none;
    margin-top: 32px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    width: fit-content;
  }

  .whatsapp-btn i {
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
  }

  footer {
    background-color: #8b5e34;
    color: #fff;
    padding: 12px 30px;
    display: block;
    font-size: 13px;
    height: fit-content;
  }

  /* =========== FOOTERRRRRRRRRRRRR ========================================= */

  .contact-us-section {
    margin-top: 40px;
    height: 400px;
  }

  .contact-us-section img.contact-us-pic {
    display: none;
  }

  .contact-us-section h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }

  .contact-us-section hr {
    width: 96px;
    border: none;
    border-top: 2px solid;
    color: #ff9900;
    opacity: 1;
    margin: 32px auto;
  }

  .info i {
    color: #f4a261;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 3px;
  }

  .whatsapp-btn {
    display: inline-block;

    background-color: #ff9900;
    color: #fff;
    font-weight: bold;
    padding: 8px 12px;
    /* width: 191px; */
    border-radius: 8px;
    text-decoration: none;
    margin-top: 32px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    width: fit-content;
  }

  .whatsapp-btn i {
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
  }

  .whatsapp-btn:hover {
    background-color: #e27c39;
  }

  .testi-acc-container {
    width: fit-content;
    margin: 32px auto 0 !important;
    position: absolute;
    bottom: 35%;
    /* left: 50%;
        transform: translate(20%, -50%); */
  }

  footer {
    background-color: #8b5e34;
    color: #fff;
    padding: 12px 30px;
    display: block;
    font-size: 13px;
    height: 169px;
  }

  footer p {
    font-size: 12px;
    color: white;
    margin-left: 190px;
    width: 100%;
    margin: 20px auto 0;
  }

  div.footer {
    width: fit-content;
    display: block;
    margin: 0 auto;
  }

  div.footer img {
    color: #fff;
    font-size: 32px;
    transition: color 0.3s;
    width: 24px;
    margin: 32px 12px;
  }

  div.footer img:last-child {
    margin-right: 0px;
  }

  .button-on-footer {
    height: fit-content;
    width: fit-content;
    padding: 9px 12px;
    background-color: #ff9900;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    margin: 0 auto;
    font-size: 12px;
    display: block;
  }

  .button-on-footer img {
    width: 16px;
    margin-top: 3px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1200px) {
  .title-art-det {
    font-size: 24px !important;
  }

  p {
    font-size: 16px !important;
  }

  .contact-us-section {
    margin-top: 40px;
    height: fit-content;
    padding: 30px 60px;
  }

  .contact-us-section img.contact-us-pic {
    display: none;
  }

  .contact-us-section h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }

  .contact-us-section hr {
    width: 96px;
    border: none;
    border-top: 2px solid;
    color: #ff9900;
    opacity: 1;
    margin: 32px auto;
  }

  .whatsapp-btn {
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    display: block;
  }

  div.footer img:last-child {
    margin-right: 0px;
  }

  footer p {
    margin-left: 0;
    font-size: 16px !important;
  }

  .button-on-footer {
    height: fit-content;
    width: fit-content;
    padding: 12px 16px;
    background-color: #ff9900;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    margin: 0 auto;
    font-size: 16px;
    display: block;
  }

  footer img {
    width: 32px;
    height: 32px;
  }
}
