@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,
body {
  width: 100%;
}

.carousel-indicators button {
  border-radius: 50% !important;
  height: 10px !important;
  width: 10px !important;
}

nav {
  z-index: 88;
}

p {
  font-size: 16px;
}

html html,
body,
div,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "poppins", sans-serif;
}

.nav-link:hover {
  color: #ff9900 !important;
}

a {
  text-decoration: none;
}

a .article-title {
  color: black;
}

.text-primary-orange {
  color: #f90;
}

.carousel {
  height: 640px;
}

.carousel-caption h1 {
  font-weight: 800;
  font-size: 53px;
}

.carousel-caption p {
  font-size: 24px;
  width: 70%;
  margin-top: 22px;
  margin-bottom: 30px;
}

.carousel-img-main {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.button-on-carousel {
  height: fit-content;
  width: fit-content;
  padding: 12px 16px;
  background-color: #ff9900;
  border: none;
  border-radius: 8px;
  font-weight: 400;
  margin-top: 24px;
}

.bio-section {
  height: 800px;
  display: block;
  padding-top: 130px;
  padding-bottom: 130px;
}

#bio-pic-1 {
  height: 97%;
}

.bio-section-row {
  width: 80%;
}

.bio-feature-list {
  height: 4.6rem;
  margin-top: 30px;
}

.bio-feature-list h3 {
  font-weight: 600;
  opacity: 1;
  font-size: 23px;
}

.bio-feature-list p {
  color: #945e30;
  font-weight: 600;
  opacity: 1;
}

.img-article {
  border-radius: 8px;
}

#section-prog {
  height: fit-content;
  padding-bottom: 120px;
  width: 100%;
  background-image: url("./assets/bg-our-programs.png");
  background-size: 100% 100%;
  /* background-repeat: no-repeat; */
  display: block;
  overflow: auto;
}

#section-prog img {
  width: 100%;
}

#hr-our-prog {
  width: 100px;
  border: none;
  border-top: 2px solid;
  color: #ff9900;
  opacity: 1;
  margin: 30px auto;
}

.our-programs-title {
  margin-top: 20px;
  font-weight: 600;
}

.our-programs-description {
  margin-top: 20px;
  width: 80%;
}

.programs-list-container {
  width: 85%;
  margin-top: 64px;
}

.section-visi {
  height: fit-content;
  width: 100%;
  background-image: url("./assets/bg-visi.png");
  background-size: cover;
  display: block;
  overflow: auto;
}

.section-visi-container {
  width: 90%;
  margin-top: 100px;
}

.visi-title-description {
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
}

#hr-visi {
  width: 100px;
  border: none;
  border-top: 3px solid;
  color: #ff9900;
  opacity: 1;
  margin: 30px auto;
}

.visi-video-container {
  width: 90%;
}

.visi-video-container video {
  margin: 0 auto;
  display: block;
  width: 70%;
}

.visi-video-scroll {
  white-space: nowrap;
  width: fit-content;
  margin: 0 auto 100px;
}

.visi-video-scroll video {
  width: 300px;
  margin: 0 30px;
  display: block;
  border-radius: 8px;
}

.visi-video-scroll::-webkit-scrollbar {
  height: 8px;
}
.visi-video-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}

.video-item {
  flex: 0 0 auto; /* Prevent shrinking */
  width: 350px; /* Set video width */
  max-width: 90vw; /* Keep responsive on very small screens */
}

.section-misi {
  height: fit-content;
  display: block;
  overflow: auto;
  padding-bottom: 100px;
}

.misi-title-container {
  margin: 100px auto 60px;
  width: 90%;
}

.misi-list-desc-container {
  padding-left: 42px;
}

.visi-title-description {
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.misi-list-container-row {
  margin-top: 30px;
  width: 80%;
  margin: 50px auto 0;
}

.misi-list-container {
  padding-left: 40px;
}

.misi-point-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.misi-point-desc {
  font-weight: lighter;
  margin-top: 12px;
  width: 90%;
}

.misi-list-image-container img {
  width: 100px;
  height: 100px;
}

.tryit-section {
  width: 80%;
  height: 517px;
  margin: 158px auto 0;
  background-color: #f4ebe2;
  padding: 80px;
  border-radius: 8px;
  background-image: url("./assets/bg-tryit.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -120px;
}

.tryit-section p {
  font-size: 22px;
  width: 60%;
}

hr#hr-tryit {
  width: 100px;
  border: none;
  border-top: 3px solid;
  color: #ff9900;
  opacity: 1;
  margin-top: 32px;
}

.tryit-button-container {
  margin: 0;
  padding: 0;
}

button.button-chatnow {
  background-color: #ff9900;
  border: none;
  border-radius: 8px;
  margin-right: 1.5%;
  margin-top: 1%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
}

button.button-chatnow img {
  width: 32px;
}

button.button-seebio {
  background-color: #945e30;
  border: none;
  border-radius: 8px;
  margin-top: 1%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
}

#section-testi {
  height: 714px;
  width: 100%;
  background-image: url("./assets/bg-testi.png");
  display: block;
  overflow: auto;
}

#carouselExample1 {
  background-color: white;
  height: 400px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  padding: 5px;
  border-radius: 8px;
}

div#section-testi .carousel-control-prev {
  background: url("./assets/arrow-left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 20px;
  top: 74%;
  left: 82%;
  opacity: 1;
}

div#section-testi .carousel-control-prev-icon {
  background-image: none;
}

div#section-testi .carousel-control-next {
  background: url("./assets/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 20px;
  top: 74%;
  left: 88%;
  opacity: 1;
}

div#section-testi .carousel-control-next-icon {
  background-image: none;
}

.testi-star {
  margin: 32px 0 0 4px;
}

.testi-star:first-child {
  margin-left: 32px;
}

.testi-text {
  width: 89%;
  margin: 32px 0 0 32px;
  font-style: italic;
}

.testi-nama {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testi-carousel .carousel-item {
  /* padding-bottom: 40px; */
  height: 400px;
}

.testi-acc-container {
  position: absolute;
  bottom: 40px;
  margin-left: 36px;
}

#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: 25px;
}

button.article-view-more {
  width: fit-content;
  display: block;
  height: fit-content;
  background-color: #ff9900;
  color: white;
  border: none;
  border-radius: 8px;
  margin: 64px auto 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
}

.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) {
  p {
    font-size: 16px;
  }
  .article-title {
    font-weight: 800;
    font-size: 16px;
  }

  .article-cat-name {
    color: #945e30;
    margin-top: 20px;
    font-size: 12px;
  }
  #carouselExample {
    height: fit-content;
  }

  .carousel-inner {
    height: fit-content !important;
  }

  .carousel-img-main {
    max-height: 100%;
    height: 400px;
    object-fit: cover;
  }

  p {
    font-size: 12px;
  }
  .carousel {
    height: 375px;
  }

  /* .carousel-caption{
        margin-top: 10% !important;
    } */

  .carousel-caption h1 {
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    margin-top: 26%;
  }

  .carousel-caption h1 span {
    font-weight: 800;
    font-size: 23px;
    text-align: center;
  }

  .carousel-caption p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
  }

  /* .carousel-img-main{
        height: 100%;
    } */

  .button-on-carousel {
    height: 38px;
    width: 118px;
    background-color: #ff9900;
    border: none;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
  }

  .button-on-carousel img {
    width: 16px;
    margin-left: 0;
    float: left;
    margin-top: 0px;
    margin-right: 7px !important;
  }

  #why-choose-us-text {
    width: 100%;
  }

  .bio-section {
    display: block;
    padding-top: 32px;
    /* height: fit-content; */
    margin-bottom: 50px;
  }

  .bio-section-row {
    width: 90%;
    /* margin-top: 32px; */
  }

  .bio-section-row div.col-lg-7.col-12 {
    width: 100%;
    /* margin-top: 32px; */
  }

  #why-choose-us-text {
    text-align: center;
  }

  .bio-section-row hr {
    margin: 0 auto;
  }

  .bio-section-first {
    display: none;
  }

  #bio-pic-2 {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .bio-section-row p:nth-child(4) {
    text-align: justify;
  }

  #bio-desc {
    margin-bottom: 30px;
  }

  .why-us-desc-con-res {
    height: fit-content;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bio-feature-list {
    margin-top: 0px;
  }

  .bio-feature-list:last-child {
    margin-bottom: 40px;
  }

  .bio-feature-list img {
    width: 32px;
    height: 32px;
  }

  .bio-feature-list h3 {
    font-size: 14px;
  }

  .bio-feature-list p {
    font-size: 12px;
    font-weight: 500;
  }
  /* <!---============================ OUR PROGRAMS ======================================--> */

  #section-prog {
    height: fit-content;
    width: 100%;
    background-image: url("./assets/bg-our-prog-mobile.png");
    display: block;
    overflow: auto;
    background-size: cover;
  }

  .section-prog-row {
    margin-top: 40px !important;
  }

  #section-prog img {
    width: 100%;
    height: auto;
  }

  .programs-list-container {
    width: 95%;
    margin-top: 0px;
  }

  .our-programs-title {
    margin-top: 20px;
    font-weight: 600;
  }

  .our-programs-description {
    margin-top: 12px;
    width: 90%;
    margin-bottom: 35px;
  }

  /* <!--------------------------------------- VISI -------------------------------> */

  .section-visi {
    height: 650px;
    width: 100%;
    background-image: url("./assets/bg-visi.png");
    background-size: cover;
    display: block;
    overflow: auto;
  }

  .section-visi-container {
    width: 90%;
    margin-top: 40px;
  }

  .visi-title-description {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
  }

  .visi-video-container {
    overflow-x: scroll;
  }

  .visi-video-container img {
    width: 160px;
    margin: 0 auto;
  }

  .visi-video-scroll {
    white-space: nowrap;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 32px;
    scrollbar-width: none;
  }

  .visi-video-scroll video {
    width: 164px;
    margin: 0 5px;
    display: block;
  }

  .visi-video-scroll::-webkit-scrollbar {
    height: 8px;
  }
  .visi-video-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
  }

  /* <!--------------------------------------- MISI -------------------------------> */
  .section-misi {
    height: fit-content;
    display: block;
    overflow: auto;
    padding-bottom: 0;
  }

  .misi-title-container {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .misi-list-container-row {
    height: fit-content;
    margin-top: 30px;
    width: 90%;
    margin: 0px auto 0;
  }

  .misi-list-container-row img {
    width: 64px;
    height: 64px;
  }

  .misi-list-image-container {
    margin-top: 32px;
  }

  .misi-list-desc-container {
    margin-top: 32px;
    padding-left: 24px;
  }

  .misi-point-title {
    font-size: 16px;
  }

  .tryit-section {
    width: 100%;
    padding: 40px 16px;
    margin-top: 40px;
    height: fit-content;

    background-image: none;
  }

  .tryit-section h2 {
    text-align: center;
  }

  hr#hr-tryit {
    width: 100px;
    border: none;
    border-top: 3px solid;
    color: #ff9900;
    opacity: 1;

    margin: 16px auto;
  }

  .tryit-section p {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .tryit-button-container {
    width: fit-content;
    margin: 0 auto;
  }

  button.button-chatnow {
    height: 34px;
    background-color: #ff9900;
    border: none;
    border-radius: 8px;
    margin-right: 0;
    margin-top: 1%;
    margin-right: 8px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  button.button-chatnow img {
    margin-right: 10px !important;
  }

  button.button-seebio {
    height: 34px;
    background-color: #945e30;
    border: none;
    border-radius: 8px;
    margin-top: 1%;
    margin-left: 8px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  button.button-chatnow img {
    width: 16px;
  }

  /* <!----------===================== TESTI =================-------------> */

  #section-testi {
    height: 714px;
    width: 100%;
    background-image: url("./assets/bg-testi.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: auto;
  }

  #carouselExample1 {
    background-color: white;
    height: 346px;
    width: 100%;
    margin: 0 auto;
  }

  .testi-text {
    text-align: center;
    margin: 32px auto 0;
  }

  .testi-star-container {
    margin: 0 60px;
    display: block;
    width: fit-content;
  }
  .testi-star {
    width: 16px;
    margin: 26px 0 0 5px;
  }

  .testi-acc-container {
    width: fit-content;
    margin: 32px auto 0 0 !important;
    /* margin-left: 0; */
    position: absolute;
    bottom: 35%;
    justify-content: center !important;
    /* left: 50%;
        transform: translate(20%, -50%); */
  }

  .testi-acc-container h3 {
    font-size: 12px;
  }

  .testi-acc-container div p {
    margin-left: 0;
  }

  .pp-testi {
    width: 32px !important;
  }

  div#section-testi .carousel-control-prev {
    background: url("./assets/vector_left.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    padding: 18px;
    top: 290px;
    left: 65%;
  }

  div#section-testi .carousel-control-prev-icon {
    background-image: none;
  }

  div#section-testi .carousel-control-next {
    background: url("./assets/vector_right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    padding: 16px;
    top: 292px;
    left: 80%;
  }

  .testi-carousel .carousel-item {
    /* padding-bottom: 40px; */
    height: 400px;
  }

  /* =========================== SECTION-ART =============================== */

  #section-art {
    height: fit-content !important;
  }
  .article-list-container img {
    width: 100% !important;
  }

  .article-list-container div {
    padding: 0 !important;
  }

  button.article-view-more {
    width: fit-content;
    display: block;
    height: fit-content;
    background-color: #ff9900;
    color: white;
    border: none;
    border-radius: 8px;
    margin: 24px auto 0;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 400;
  }

  /* =========== 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: 148px;
  }

  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) {
  p {
    font-size: 16px;
  }

  #carouselExample {
    height: fit-content;
  }

  .carousel-caption {
    margin-top: 10% !important;
    text-align: center;
  }

  .carousel-caption h1 {
    width: 100%;
    font-weight: 600;
  }

  .carousel-caption p {
    width: 95%;
  }

  .carousel-inner {
    height: fit-content !important;
  }

  .carousel-img-main {
    max-height: 100%;
    height: 500px;
    object-fit: cover;
  }

  p {
    font-size: 16px !important;
  }

  .bio-section {
    height: fit-content;
    display: block;
    padding-top: 32px;
    padding-bottom: 50px;
  }

  .bio-section-row {
    width: 90%;
    /* margin-top: 32px; */
  }

  #why-choose-us-text {
    width: 100%;
  }

  .bio-section-row {
    width: 90%;
    /* margin-top: 32px; */
  }

  #why-choose-us-text {
    text-align: center;
  }

  .bio-section-row hr {
    margin: 0 auto;
  }

  .bio-section-first {
    display: none;
  }

  #bio-pic-2 {
    display: block;
    margin: 0 auto 20px;
    margin-bottom: 20px;
    width: 80%;
  }

  .bio-section-row p:nth-child(4) {
    text-align: justify;
  }

  .bio-feature-list:first-child {
    margin-top: 24px !important;
  }

  .bio-feature-list img {
    width: 64px;
    height: 64px;
  }

  .bio-feature-list h3 {
    font-size: 22px;
  }

  .bio-feature-list p {
    font-size: 16px;
  }

  .visi-video-scroll {
    width: 90%;
    scrollbar-width: none;
    video {
      width: 70%;
    }
  }
  .visi-video-scroll video {
    width: 30%;
  }

  .section-misi {
    height: fit-content;
    padding-bottom: 80px;
  }

  .tryit-section {
    width: 90%;
    height: 517px;
    margin: 158px auto 0;
    background-color: #f4ebe2;
    padding: 40px;

    background-image: url("./assets/bg-tryit.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 30%;
  }

  .tryit-button-container .col {
    padding-left: 0 !important;
  }

  .tryit-section p {
    font-size: 16px;
  }

  button.button-chatnow {
    height: 4rem;
    background-color: #ff9900;
    border: none;
    border-radius: 8px;
    margin-right: 1.5%;
    margin-top: 1%;
    margin-right: 20px;
    padding: 16px 21px;
    font-size: 16px;
    font-weight: 600;
  }

  button.button-chatnow img {
    width: 32px;
  }

  button.button-seebio {
    height: 4rem;
    background-color: #945e30;
    border: none;
    border-radius: 8px;
    margin-top: 1%;
    margin-left: 20px;
    padding: 16px 22px;
    font-size: 16px;
    font-weight: 600;
  }

  .misi-title-container {
    margin-bottom: 0px;
  }
  .misi-list-image-container,
  .misi-list-desc-container {
    margin-top: 50px;
  }
  .misi-list-container-row {
    height: fit-content;
  }

  .misi-list-container-row {
    margin-top: 0px;
  }

  .article-list-container div img {
    width: 100%;
  }

  #section-art {
    height: fit-content !important;
  }

  #carouselExample1 {
    height: fit-content;
    padding-bottom: 5%;
  }

  .testi-text {
    font-size: 18px;
  }

  .testi-acc-container {
    margin-left: 0;
    justify-content: center !important;
  }
  div#section-testi .carousel-control-prev {
    background: url("./assets/arrow-left.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 20px;
    top: 84%;
    left: 70%;
    opacity: 1;
  }

  div#section-testi .carousel-control-prev-icon {
    background-image: none;
  }

  div#section-testi .carousel-control-next {
    background: url("./assets/arrow-right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 20px;
    top: 84%;
    left: 83%;
    opacity: 1;
  }

  div#section-testi .carousel-control-next-icon {
    background-image: none;
  }

  .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;
  }

  .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;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1641px) {
  h2 {
    font-size: 28px;
  }
  .carousel-caption {
    margin-top: 10% !important;
  }

  p {
    font-size: 16px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  .testi-carousel .caousel-item {
    padding-bottom: 1rem;
  }

  .carousel-caption.testi-carousel-caption {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }

  .carousel-caption h1 {
    font-weight: bold;
    font-size: 53px;
    margin-bottom: 0;
  }

  .carousel-caption p {
    font-size: 18px !important;
    width: 850px;
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .button-on-carousel {
    height: fit-content;
    width: fit-content;
    padding: 12px 16px;
    background-color: #ff9900;
    border: none;
    border-radius: 8px;
    font-weight: 400;
    margin-top: 24px;
  }

  .bio-section-row {
    width: 85%;
    height: fit-content;
  }

  #bio-pic-1 {
    width: auto;
    height: 98%;
  }
  /* #carouselExample1{
        background-color: white; 
        height: fit-content; 
        width: 80%; 
        margin: 0 auto;
        padding-bottom: 20px;
    } */

  #section-misi {
    height: fit-content;
  }

  .misi-title-container {
    margin-bottom: 30px;
  }

  .misi-list-container-row {
    height: fit-content;
    margin-top: 30px;
    width: 80%;
    margin: 0px auto 0;
  }

  .misi-list-container-row-last {
    margin-top: 50px;
  }

  .misi-list-container-row img {
    width: 64px;
    height: 64px;
  }

  .misi-list-desc-container {
    padding-left: 20px;
  }

  .misi-list-image-container img {
    width: 80px;
    height: 80px;
  }

  .section-visi {
    padding-bottom: 100px;
  }

  .section-visi-container {
    margin-top: 60px;
  }

  .visi-video-scroll {
    width: 900px;
    scrollbar-width: none;
    margin: 0 auto;
  }

  .visi-video-scroll video {
    width: 30.54%;
    margin: 0 12px;
  }

  .tryit-section {
    width: 80%;
    height: 400px;
    margin: 158px auto 0;
    background-color: #f4ebe2;
    padding: 64px 72px;

    background-image: url("./assets/tryit-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 30%;
  }

  hr#hr-tryit {
    width: 100px;
    border: none;
    border-top: 3px solid;
    color: #ff9900;
    opacity: 1;

    margin: 16px 0;
  }

  #carouselExaple1 {
    height: fit-content;
  }

  .testi-text {
    font-size: 18px !important;
  }

  div#section-testi .carousel-control-prev {
    background: url("./assets/arrow-left.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 20px;
    top: 74%;
    left: 78%;
    opacity: 1;
  }

  div#section-testi .carousel-control-prev-icon {
    background-image: none;
  }

  div#section-testi .carousel-control-next {
    background: url("./assets/arrow-right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 20px;
    top: 74%;
    left: 85%;
    opacity: 1;
  }

  div#section-testi .carousel-control-next-icon {
    background-image: none;
  }

  .testi-acc-container {
    margin-left: 36px;
  }

  .contact-us-section {
    width: 100%;
    height: 560px;
    background: rgba(148, 94, 48, 0.1);
    padding: 24px;
  }

  .contact-us-pic {
    margin-top: 60px;
  }

  button.button-chatnow {
    background-color: #ff9900;
    border: none;
    border-radius: 8px;
    margin-right: 1.5%;
    margin-top: 1%;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: semibold;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  button.button-chatnow img {
    width: 24px;
  }

  button.button-seebio {
    background-color: #945e30;
    border: none;
    border-radius: 8px;
    margin-top: 1%;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: semibold;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .whatsapp-btn {
    display: inline-block;

    background-color: #ff9900;
    color: #fff;
    font-weight: bold;
    padding: 16px 20px;
    /* width: 191px; */
    border-radius: 8px;
    text-decoration: none;
    margin-top: 32px;
    font-size: 18px;
  }

  .whatsapp-btn i {
    margin-right: 8px;
    /* margin-top: 3px; */
    font-size: 22px;
  }

  .whatsapp-btn:hover {
    background-color: #e27c39;
  }
}

@media only screen and (min-width: 2500px) {
  #bio-pic-1 {
    width: auto !important;
    height: 100%;
    object-fit: contain;

    margin-left: 20%;
  }
}

@media only screen and (min-width: 700px) and (max-width: 980px) {
  p {
    font-size: 16px;
  }

  .section-misi {
    padding-bottom: 0;
  }

  .tryit-section {
    width: 100%;
    padding: 40px 16px;
    margin-top: 40px;
    height: fit-content;

    background-image: none;
  }

  .tryit-section h2 {
    text-align: center;
  }

  hr#hr-tryit {
    width: 100px;
    border: none;
    border-top: 3px solid;
    color: #ff9900;
    opacity: 1;

    margin: 16px auto;
  }

  .tryit-section p {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .tryit-button-container {
    width: fit-content;
    margin: 0 auto;
  }

  button.button-chatnow {
    height: 34px;
    background-color: #ff9900;
    border: none;
    border-radius: 8px;
    margin-right: 0;
    margin-top: 1%;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  button.button-chatnow img {
    margin-right: 10px !important;
  }

  button.button-seebio {
    height: 34px;
    background-color: #945e30;
    border: none;
    border-radius: 8px;
    margin-top: 1%;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  button.button-chatnow img {
    width: 16px;
  }
}
