@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;1,500;1,700&display=swap");
.shadow-box {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  background-color: #fff;
}

.index {
  background-image: url("../img/index.svg");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.index_header_logo img {
  margin: 1vh 0 0 0;
  width: 100%;
  max-width: 250px;
}
.index_header_logo--2 {
  text-align: right;
}
.index_header_logo--2 img {
  width: 100%;
  max-width: 55px;
  margin-top: 1vh;
}
.index_content {
  background-image: url("../img/calibri.png"), url("../img/calibri_logo.svg");
  background-repeat: no-repeat;
  background-position: 70vw 0vh, 58vw 16vh;
  background-size: 25%;
  animation: AnimateBG 4s ease infinite;
}
.index_footer {
  position: fixed;
  bottom: 0;
  color: #fff;
}
.index_footer_copy {
  text-align: right;
  font-size: 1vw;
  padding-top: 8%;
}
.index_footer_number {
  text-align: center;
  font-size: 1vw;
  padding-top: 10%;
}
.index_footer p {
  margin-bottom: 1.5vw;
}
.index_title {
  display: flex;
}
.index_title-first {
  font-size: 2vw;
}
.index_title-second {
  display: block;
  font-size: 1.5vw;
}
.index_title p {
  align-self: flex-end;
  font-weight: bold;
  font-size: 2vw;
  line-height: 1.5em;
}
.index_btn {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  height: 66vh;
}
.index_btn--item {
  align-self: flex-end;
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 376px;
  color: #fff;
  background-color: #e47c1c;
  text-decoration: none;
  margin-right: 20px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.index_btn--item:hover {
  cursor: pointer;
  box-shadow: -8px 0px 0px 0px rgb(33, 168, 166);
  padding: 12px 10px;
}

.list {
  background-image: url("../img/item_header.svg");
  background-size: 100vw auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
}
.list_header_logo img {
  margin: 1vh 0 0 0;
  width: 100%;
  max-width: 250px;
}
.list_header_logo--2 {
  text-align: right;
}
.list_header_logo--2 img {
  width: 100%;
  max-width: 64px;
  margin-top: 3vw;
}
.list_title {
  padding-top: 5vw;
}
.list_title p {
  align-self: flex-end;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4em;
}
.list_h2 {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 1vw;
}
.list_h3 {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 1vw;
}
.list_user {
  display: block;
  border: 1px solid #fef336;
  text-decoration: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.list_user:hover {
  border: 1px solid #e47c1c;
  cursor: pointer;
}
.list_user_image {
  width: 100%;
  max-width: 550px;
  filter: grayscale(100%);
  transition: 0.8s ease-in-out;
}
.list_user_image:hover {
  filter: grayscale(0);
  scale: 1.05;
}
.list_user_button {
  text-align: center;
  display: block;
  padding: 20px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  background-color: #fef336;
  transition: 0.8s ease-in-out;
}
.list_user_button:hover {
  background-color: rgba(228, 124, 28, 0.8);
  color: #fff;
}
.list_nav {
  background-color: #fff;
  margin-bottom: 5vw;
}
.list_nav_btn {
  width: 100%;
  height: 88px;
  border: none;
  padding: 20px;
  background-color: #e47c1c;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  transition: 0.5s ease-in-out;
}
.list_nav_btn:hover {
  box-shadow: -8px 0px 0px 0px rgb(33, 168, 166);
}
.list_nav ol {
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-left: 20px;
}
.list_footer_number {
  text-align: center;
  color: #fff;
  padding-top: 8%;
}
.list_footer_copy {
  padding-top: 8%;
  color: #fff;
}
.list_pics {
  width: 100%;
  border-radius: 10px;
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

.item_h2 {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #e47c1c;
}
.item_h3 {
  font-size: 1.3vw;
  margin-bottom: 1vw;
  color: #000000;
}
.item_flex {
  display: flex;
  justify-content: space-around;
}
.item_gohome {
  font-size: 5vw;
  color: #e47c1c;
  text-decoration: none;
  margin-top: 1vw;
  margin-bottom: 2vw;
}
.item_img {
  width: 100%;
  max-width: 550px;
}

.footer {
  background-image: url("../img/footer.svg");
  background-size: 100% 100%;
  padding: 20px;
  height: 195px;
  background-repeat: no-repeat;
}

.modal-title {
  color: #000000;
}
.modal-header {
  background-color: #fef336;
}
.modal-footer {
  background-color: #1fa6a3;
}
.modal_btn {
  padding: 20px;
  background-color: #e47c1c;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: 0.5s ease-in-out;
}
.modal .close {
  border-radius: 50%;
  border: none;
  background-color: #fef336;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
}

.my_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.my_modal-body {
  margin: 20px;
}
.my_modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 0.375rem;
}
.my_modal-close, .my_modal-close2, .my_modal-close3 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.my_modal-close:hover, .my_modal-close:focus, .my_modal-close2:hover, .my_modal-close2:focus, .my_modal-close3:hover, .my_modal-close3:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.my_modal-title {
  color: #000000;
}
.my_modal-header {
  background-color: #fef336;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 20px 15px 20px;
  align-items: center;
  border-radius: 0.375rem 0.375rem 0 0;
}
.my_modal-footer {
  background-color: #1fa6a3;
  padding: 1rem;
  border-radius: 0 0 0.37rem 0.37rem;
}
.my_modal a {
  color: #e47c1c;
}

.show {
  display: block;
}

.white_gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.carousel-indicators [data-bs-target] {
  background-color: #e47c1c;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #e47c1c;
  height: 5rem;
  width: 6rem;
}

.carousel-control-next,
.carousel-control-prev {
  width: 3%;
  margin-top: 20px;
  align-items: flex-start;
}

.carousel-indicators {
  top: 0 !important;
}

.literuture {
  font-size: 10px;
}

.accordion-button:not(.collapsed) {
  background-color: #e47c1c !important;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  font-weight: bold;
}

.carousel-item {
  background-color: white;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid #e47c1c;
}

.drip {
  background-image: url(../img/drip.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  background-size: contain;
}

.scalpel {
  background-image: url(../img/Scalpel.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  background-size: contain;
}

@keyframes AnimateBG {
  0% {
    background-position: 70vw 0vh, 55vw 15vh;
  }
  50% {
    background-position: 70.5vw 0vh, 55vw 15vh;
  }
  100% {
    background-position: 70vw 0vh, 55vw 15vh;
  }
}
@media (max-width: 1024px) {
  .index_footer {
    padding: 0;
  }
  .index_title p {
    font-size: 4vw;
  }
  .index_btn {
    height: 60vh;
  }
  .list_title {
    padding-top: 3vw;
  }
  .list_title p {
    font-size: 2.3vw;
  }
  .list_header_logo {
    max-width: 200px;
  }
  @keyframes AnimateBG {
    0% {
      background-position: 70vw 25vh, 55vw 35vh;
    }
    50% {
      background-position: 70.5vw 25vh, 55vw 35vh;
    }
    100% {
      background-position: 70vw 25vh, 55vw 35vh;
    }
  }
}
@media (max-width: 900px) {
  .index_btn {
    font-size: 16px;
  }
  .list_title {
    padding-top: 3vh;
  }
  .list_title p {
    font-size: 2vw;
  }
}
@media (max-width: 854px) {
  .index_footer_copy {
    font-size: 1.5vw;
  }
  .index_footer_number {
    font-size: 1.5vw;
  }
  .index_btn {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .index_btn {
    height: 50vh;
  }
  .index_title p {
    font-size: 4vw;
  }
  .list_header_logo img {
    max-width: 150px;
  }
  @keyframes AnimateBG {
    0% {
      background-position: 70vw 20vh, 55vw 25vh;
    }
    50% {
      background-position: 70.5vw 20vh, 55vw 25vh;
    }
    100% {
      background-position: 70vw 20vh, 55vw 25vh;
    }
  }
}
@media (max-width: 800px) {
  .index_btn {
    height: 50vh;
  }
}
@media (max-width: 768px) {
  .list_header_logo img {
    max-width: 150px;
  }
  .list_header_logo--2 img {
    max-width: 45px;
    margin-top: 2vw;
  }
  .list_title {
    padding-top: 3vh;
  }
}
@media (max-width: 736px) {
  .index_btn {
    font-size: 12px;
  }
  .index_btn--item {
    padding: 10px 5px;
  }
  .index_footer_copy {
    line-height: 1em;
  }
  .list_footer_copy {
    padding-top: 0;
  }
  .item_h2 {
    margin-top: 11vw;
  }
  .item_gohome {
    margin-top: 11vw;
  }
}
@media (max-width: 640px) {
  .index_btn {
    height: 55vh;
  }
  .list_header_logo {
    max-width: 115px;
  }
  @keyframes AnimateBG {
    0% {
      background-position: 70vw 20vh, 55vw 25vh;
    }
    50% {
      background-position: 70.5vw 20vh, 55vw 25vh;
    }
    100% {
      background-position: 70vw 20vh, 55vw 25vh;
    }
  }
}
@media (max-width: 568px) {
  .index_btn {
    justify-content: end;
    flex-direction: column;
    height: 40vh;
    font-size: 12px;
  }
  .index_btn--item {
    padding: 10px 5px;
    margin-top: 2vh;
  }
  .index_title p {
    font-size: 3vw;
  }
  .list_header_logo img {
    max-width: 115px;
  }
}
@media (max-width: 480px) {
  .list_header_logo img {
    max-width: 70px;
  }
  .item_h2 {
    font-size: 5vw;
  }
}
@media (max-width: 414px) {
  .list_header_logo img {
    max-width: 70px;
  }
  .list_footer_copy {
    padding-top: 0;
    text-align: center;
  }
  .footer {
    padding: 5px;
  }
}
@media (max-width: 320px) {
  .list_header_logo img {
    max-width: 65px;
  }
}/*# sourceMappingURL=main.css.map */