/********** Template CSS **********/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,500&display=swap");
:root {
  --primary: linear-gradient(
    45deg,
    /* rgba(59, 173, 227, 1) 0%, */
    rgba(221, 44, 50, 1) 0%,
    rgb(152, 24, 28) 0%,
    rgb(152, 23, 27) 25%,
    rgb(196, 9, 15) 100%
  );
  --light: #f8f8f8;
  --dark: #252525;
  --primary-gradient: rgba(177, 29, 49, 0.822);
  --secondary-gradient: rgba(255, 69, 17, 0.787);
  --primary-gradient2: rgba(255, 19, 19, 0.749);
  --secondary-gradient2: rgba(255, 104, 16, 0.822);
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);

}

html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
/* ::-webkit-scrollbar-thumb {
  background: #FF0000;
} */

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
  font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
  font-weight: 400 !important;
}


.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pt-250 {
  padding-top: 250px !important;
}
.pb-250 {
  padding-bottom: 250px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mt-350 {
  margin-top: 350px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.not-mb {
  margin-bottom: 0;
}

.sub-title-0 {
  font-size: 27px;
  font-weight: 300;
  text-transform: none;
}
.sub-title-1 {
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
}
.sub-title-2 {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}
.sub-title-3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #cccccc;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.container-items {
  width: 90%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

#header {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled,
#header.header-inner {
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  height: 70px;
}

#header.header-top .navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255, 255, 255);
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 span {
  color: rgb(2, 0, 36);
}
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
@media (max-width: 992px) {
  #header #logo img {
    max-height: 30px;
  }

  .activities ul li {
    max-width: 250px;
  }
}

.wrapper {
    position: relative;
    background: #FFF;

    height: 100%;
    min-height: 100%;
    margin-bottom: 100px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* color: rgb(46, 46, 46); */
  opacity: .5;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #98181c;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #98181c;
  opacity: 1;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #060c22;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #f82249;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
/**
  * Mobile Navigation 
  */
.bi-list {
  color: rgb(0, 0, 0);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.bi-x {
  color: rgb(255, 255, 255);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .activities ul li {
    max-width: 250px;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.541);
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #060c22;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  background-image: var(--primary);
}

#header.header-top .navbar-mobile a:hover,
#header.header-top .navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: black;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #f82249;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*** Header ***/
.owl-carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .activities ul li {
    max-width: 250px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item p {
    font-size: 16px !important;
  }
}

.header-carousel .owl-dots {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: var(--dark);
  transition: 0.5s;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 60px;
  height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  transition: 0.5s;
  opacity: 0.3;
}

.header-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(..src/img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  color: var(--primary);
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

/*** Facts ***/
.fact-item .fact-icon {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 120px;
  transition: 0.5s;
}

.fact-item:hover .fact-icon {
  background: var(--dark);
}

.fact-item .fact-icon i {
  color: var(--primary);
  transition: 0.5;
}

.fact-item:hover .fact-icon i {
  color: #ffffff;
}

/*** About & Feature ***/
.about-img,
.feature-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.about-img img,
.feature-img img {
  position: absolute;
  width: 60%;
  height: 80%;
  object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
  margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 5px solid var(--primary);
  z-index: -1;
}

/*** Service ***/
.service-item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.service-item .service-text {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover .service-text {
  background: rgba(0, 0, 0, 0.7);
}

.service-item * {
  transition: 0.5;
}

.service-item:hover * {
  color: #ffffff;
}

.service-item .btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s;
}

.service-item:hover .btn {
  width: 140px;
}

/*** Team ***/
.team-items {
  margin: -0.75rem;
}

.team-item {
  padding: 0.75rem;
}

.team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover::after {
  height: 100%;
  background: var(--primary);
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
}

.team-item .team-social .btn {
  display: inline-flex;
  margin: 0 2px;
  color: var(--primary);
  background: var(--light);
}

.team-item .team-social .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-carousel .owl-dots {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  background: #ffffff;
  border-radius: 40px;
  transition: 0.5s;
  opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
  opacity: 0.4;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #777777;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: #777777;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.schedule {
  min-width: 100%;
  font-family: sans-serif;
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.schedule h1 {
  margin: 0;
}

.hitung-mundur {
  background: linear-gradient(
      135deg,
      rgba(255, 84, 107, 0.822),
      rgba(238, 100, 49, 0.822)
    ), 
    url('https://img.freepik.com/free-photo/hand-pointing-midnight-alarm-clock-rings-generated-by-ai_188544-26776.jpg?w=2000&t=st=1684730978~exp=1684731578~hmac=9f6ade5fffd9728452f7be6a5eeb5ca447fbebb7ea0c9477e695894bed213fda')
    no-repeat center center / cover;

  padding-top: 40px;
}

#countdown ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
#countdown ul li {
  flex: 25%;
  padding: 10%;
  margin: 0;
  list-style: none;
  border-radius: 5px;
}
#countdown ul li mark{
  display: block;
  font-size: 3rem;
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

del {
  text-decoration: none;
  color: white;
}

@media (max-width: 768px) {
  #countdown {
    max-width: 500px;
  }

  .activities ul li {
    max-width: 250px;
  }
  #countdown ul {
    padding: 0;
    display: flex;
    gap: 5%;
  }
  #countdown ul li {
    flex: 5%;
    padding: 5%;
    margin: 0;
    list-style: none;
    border-radius: 5px;
  }
  #countdown ul li mark {
    display: block;
    font-size: 1.5rem;
  }
}

.button-top .margin {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  margin-right: 0.5rem;
  background: linear-gradient(
    45deg,
    rgb(152, 24, 28) 0%,
    rgb(152, 23, 27) 25%,
    rgb(196, 9, 15) 100%
    /* rgb(59, 62, 227) 0%,
    rgb(44, 68, 185) 25%,
    rgb(6, 98, 218) 100% */
  );
}

@media (max-width: 768px) {
  .button-top {
    width: 600px;
  }
  .button-top a span {
    font-size: 15px;
  }
  .activities ul li {
    max-width: 250px;
  }
  .button-top .margin {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    margin-right: 0.1rem;
  }
}

@media (max-width: 668px) {
  #header.header-top .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(0, 0, 0);
  }

  .button-top {
    width: 300px;
  }
  .button-top a span {
    font-size: 15px;
  }
  .button-top .margin {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    margin-right: 0.1rem;
  }

  .button-top .book,
  .button-table .book {
    margin-top: 1.5rem;
  }
}

.sponsor ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.sponsor ul li {
  flex: 25%;
  padding: 2%;
  margin: 0;
  list-style: none;
  border-radius: 5px;
}
.sponsor ul li span {
  display: block;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .w-100 {
    max-width: 600%;
  }
  .sponsor {
    max-width: 500px;
  }
  .sponsor ul {
    padding: 0;
    display: flex;
    gap: 1%;
  }
  .sponsor ul li {
    flex: 15%;
    padding: 5%;
    margin: 0;
    list-style: none;
    border-radius: 5px;
  }
  .sponsor ul li span {
    display: block;
    font-size: 1.8rem;
  }

  .sponsor ul li span img {
    width: 100px;
  }
}

aside .sideinfo {
  display: flex;
  flex-direction: column;
  position: relative;
}

aside .sideinfo b {
  display: flex;
  margin-left: 2rem;
  gap: 1rem;
  align-items: center;
  transition: all 300ms ease;
}

aside .sideinfo b span {
  font-size: 1.6rem;
  transition: all 300ms ease;
}

aside .sideinfo b.active {
  background-color: white;
  color: var(--primary);
  margin-left: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 00px 0 rgba(0, 0, 0, 0.1);
}

aside .sideinfo b.active::before {
  content: "";
  width: 6px;
  height: 100px;
  background: var(--primary);
}

aside .sideinfo b.active span {
  color: var(--primary);
  margin-left: calc(1rem -3px);
}

a h4 {
  background-image: linear-gradient(
    to right,
    /* rgba(59, 173, 227, 1) 0%,
    rgb(44, 68, 185) 25%,
    rgb(68, 70, 183) 51%, */
    rgba(241, 65, 70, 1) 0%,
    rgb(144, 24, 28) 25%,
    rgb(185, 32, 37) 51%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

a h4::before {
  content: "";
  background: linear-gradient(
    45deg,
    rgba(241, 65, 70, 1) 0%,
    rgb(144, 24, 28) 25%,
    rgb(185, 32, 37) 100%
  );
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
a h4:hover {
  background-position: 0;
}
a h4:hover::before {
  width: 100%;
}

a p {
  background-image: linear-gradient(
    to right,
    rgb(0, 0, 0) 0%,
    rgb(0, 0, 0) 25%,
    rgb(0, 0, 0) 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.first-con:hover {
  transform: translateY(-10px);
}

.second-con:hover {
  transform: translateY(-10px);
}

/* a p::before {
  content: "";
  background: linear-gradient(
    45deg,
    rgba(241, 65, 70, 1) 0%,
    rgb(144, 24, 28) 25%,
    rgb(185, 32, 37) 100%
  );
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
} */
a p:hover {
  background-position: 0;
}
a p:hover::before {
  width: 100%;
}

@media (max-width: 668px) {
  .container-items {
    width: 95%;
  }

  .image-sponsor {
    width: 350px;
  }
}

.text-gradient {
  background: -webkit-linear-gradient(
    45deg,
    rgb(152, 24, 28) 0%,
    rgb(152, 24, 28) 25%,
    rgb(152, 24, 28) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.template ul {
  padding: 0;
  display: inline;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.template ul li {
  flex: 5%;
  padding: 2%;
  margin: 0;
  list-style: none;
  border-radius: 5px;
}

.btn-sponsor {
  background: rgba(185, 184, 184, 0.212);
  border-radius: 20px;
  align-items: center;
}

.btn-sponsor-footer {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  align-items: center;
}

.sup span ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 3%;
}
.sup span ul li {
  flex: 20%;
  padding: 3%;
  margin: 0;
  list-style: none;
  border-radius: 5px;
}

.bg-grey {
  background-color: #fcfcfc;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: rgb(245, 245, 245);
  top: 1%;
  bottom: 8%;
  left: 100%;
  margin-left: -2px;
}

.timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 99.99%;
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -9px;
  background-color: #630f12;
  border: 2px solid #fff;
  top: 22px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.right::after {
  left: -10px;
}

.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Responsive on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-item::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .left::after,
  .right::after {
    left: 21px;
  }

  .right {
    left: 0%;
  }
}

.bg-overlay {
  background: linear-gradient(
      135deg,
      var(--primary-gradient),
      var(--secondary-gradient)
    ),
    url("Gedung-Depan-2-scaled.jpg")
      no-repeat center center / cover;
}

.bg-overlay1 {
  background: linear-gradient(
      135deg,
      var(--secondary-gradient2),
      var(--secondary-gradient)
    ),
    url("https://img.freepik.com/free-photo/funny-african-woman-vintage-jeans-posing-black-asian-friends-international-university-freelance-specialists-meeting-with-foreign-colleagues_197531-3784.jpg?w=1800&t=st=1684730141~exp=1684730741~hmac=6b431c87c614c5695a20f9f7be9e0d44d836160742e2a41abae19af28f31bde9") no-repeat center center / cover;
}

.bg-overlay2 {
  background: linear-gradient(
      135deg,
      var(--primary-gradient2),
      var(--secondary-gradient2)
    ),
    url("https://img.freepik.com/free-photo/pile-colorful-magazines-table_144627-3751.jpg?w=1800&t=st=1684730901~exp=1684731501~hmac=1a98f7a0bd9cb0945fd6533cb67ef2b98defcc8262e7922cf14febaab2f75a63")
      no-repeat center center / cover;
}

.bg-overlay3 {
  background: linear-gradient(
      135deg,
      var(--primary-gradient),
      var(--secondary-gradient2)
    ),
    url("/iconvet/src/img/slider2.jpg")
      no-repeat center center / cover;
}
.card {
  border-radius: 20px;
}

#journal .card,
#steer .card {
  border-radius: 20px;
}

@media screen and (max-width: 800px) {
  .ms-5 {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .ms-5 {
    margin-right: 0;
  }
}
#scope ul,
#committee ul,
#virtual1 ul {
  list-style: none;
}
#scope .col-lg-4 ul li::before {
  content: "\2022";
  color: rgb(172, 75, 78);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  padding-right: 1.5em;

}
#virtual1 ul li {
  line-height: 2;
  text-align: justify;
  text-justify: inter-word;
}
.padding-ul {
  padding-right: 5rem !important;
}

#virtual1 ul li::before {
  content: "\2022";
  color: rgb(172, 75, 78);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#scope ul h4 {
  margin-left: -1.3em;
}

#virtual ul h4 {
  margin-left: -1em;
}

#virtual ul p {
  margin-left: -1.5em;
}

#committee .col-lg-4 h4 {
  margin-left: 2rem;
}

#scope {
  background-image: radial-gradient(
    farthest-corner at 50% 20%,
    rgba(252, 252, 252, 0) 0%,
    rgba(252, 252, 252, 0.4) 100%
  );
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.container-table100 {
  width: 100%;
  background: #fff;
  padding: 13px 30px;
}

.wrap-table100 {
  width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.table100 {
  background-color: #fff;
}

table {
  width: 100%;
}

th,
td {
  font-weight: unset;
  padding-right: 10px;
}

.column1 {
  width: 33%;
  padding-left: 20px;
}

.column2 {
  width: 13%;
}

.column3 {
  width: 22%;
}

.column4 {
  width: 19%;
}

.column5 {
  width: 73%;
}

.column-head {
  width: 100%;
}

.table100-head th {
  padding-top: 18px;
  padding-bottom: 18px;
}

.table100-body td {
  padding-top: 16px;
  padding-bottom: 16px;
}

h4.text-trans {
  visibility: hidden;
}

/*==================================================================
[ Fix header ]*/
.table100 {
  position: relative;
  padding-top: 60px;
}

.table100-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.table100-body {
  max-height: 885px;
  overflow: auto;
}

/*==================================================================
[ Ver1 ]*/

.table100.ver1 th {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
  background-color: #ca5357;
}

.table100.fee td {
  line-height: 0;
}

.table100.ver1 .title {
  font-family: Lato-Regular;
  color: rgb(46, 45, 45);
  font-size: 20px;
  line-height: 1.4;

  background-color: #ffffff;
}

.table100.ver1 td {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver1 .table100-body tr:nth-child(even) {
  background-color: #fdeeee;
}

.table100.ver1 .table100-body .none tr:nth-child(even) {
  background-color: #ffffff;
}
/*---------------------------------------------*/

.table100.ver1 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.table100.fee th {
  font-family: Lato-Regular;
  color: rgb(46, 45, 45);
  font-size: 20px;
  line-height: 1.4;

  background-color: #ffffff;
}

.table100.fee td {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 0;
}

.table100.fee .table100-body tr:nth-child(even) {
  background-color: #f2eefd;
}

.table100.fee .table100-body .none tr:nth-child(even) {
  background-color: #ffffff;
}
/*---------------------------------------------*/

.table100.fee {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

/*==================================================================
[ Ver2 ]*/

.table100.ver2 .table100-head {
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.table100.ver2 th {
  font-family: Lato-Bold;
  font-size: 18px;
  color: #fa4251;
  line-height: 1.4;

  background-color: transparent;
}

.table100.ver2 td {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver2 .table100-body tr {
  border-bottom: 1px solid #f2f2f2;
}

/*---------------------------------------------*/

.table100.ver2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.table100.ver2 .ps__rail-y {
  right: 5px;
}

.table100.ver2 .ps__rail-y::before {
  background-color: #ebebeb;
}

.table100.ver2 .ps__rail-y .ps__thumb-y::before {
  background-color: #cccccc;
}

/*==================================================================
[ Ver3 ]*/

.table100.ver3 {
  background-color: #393939;
}

.table100.ver3 th {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #00ad5f;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #393939;
}

.table100.ver3 td {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
  background-color: #222222;
}

/*---------------------------------------------*/

.table100.ver3 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.table100.ver3 .ps__rail-y {
  right: 5px;
}

.table100.ver3 .ps__rail-y::before {
  background-color: #4e4e4e;
}

.table100.ver3 .ps__rail-y .ps__thumb-y::before {
  background-color: #00ad5f;
}

/*==================================================================
[ Ver4 ]*/
.table100.ver4 {
  margin-right: -20px;
}

.table100.ver4 .table100-head {
  padding-right: 20px;
}

.table100.ver4 th {
  font-family: Lato-Bold;
  font-size: 18px;
  color: #4272d7;
  line-height: 1.4;

  background-color: transparent;
  border-bottom: 2px solid #f2f2f2;
}

.table100.ver4 .column1 {
  padding-left: 7px;
}

.table100.ver4 td {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver4 .table100-body tr {
  border-bottom: 1px solid #f2f2f2;
}

/*---------------------------------------------*/

.table100.ver4 {
  overflow: hidden;
}

.table100.ver4 .table100-body {
  padding-right: 20px;
}

.table100.ver4 .ps__rail-y {
  right: 0px;
}

.table100.ver4 .ps__rail-y::before {
  background-color: #ebebeb;
}

.table100.ver4 .ps__rail-y .ps__thumb-y::before {
  background-color: #cccccc;
}

/*==================================================================
[ Ver5 ]*/
.table100.ver5 {
  margin-right: -30px;
}

.table100.ver5 .table100-head {
  padding-right: 30px;
}

.table100.ver5 th {
  font-family: Lato-Bold;
  font-size: 14px;
  color: #555555;
  line-height: 1.4;
  text-transform: uppercase;

  background-color: transparent;
}

.table100.ver5 td {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.4;

  background-color: #f7f7f7;
}

.table100.ver5 .table100-body tr {
  overflow: hidden;
  border-bottom: 10px solid #fff;
  border-radius: 10px;
}

.table100.ver5 .table100-body table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table100.ver5 .table100-body td {
  border: solid 1px transparent;
  border-style: solid none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table100.ver5 .table100-body td:first-child {
  border-left-style: solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table100.ver5 .table100-body td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.table100.ver5 tr:hover td {
  background-color: #ebebeb;
  cursor: pointer;
}

.table100.ver5 .table100-head th {
  padding-top: 25px;
  padding-bottom: 25px;
}

/*---------------------------------------------*/

.table100.ver5 {
  overflow: hidden;
}

.table100.ver5 .table100-body {
  padding-right: 30px;
}

.table100.ver5 .ps__rail-y {
  right: 0px;
}

.table100.ver5 .ps__rail-y::before {
  background-color: #ebebeb;
}

.table100.ver5 .ps__rail-y .ps__thumb-y::before {
  background-color: #cccccc;
}

.p-table {
  padding-left: 1.5rem;
}

@media screen and (max-width: 720px) {
  .column1 {
    width: 33%;
    padding-left: 20px;
  }
  .padding-ul {
    padding-right: 0rem !important;
  }

  .column5 {
    width: 60%;
  }
  .table100.fee th {
    font-family: Lato-Regular;
    color: rgb(46, 45, 45);
    font-size: 15px;
    line-height: 1;
    background-color: #ffffff;
  }

  .table100.fee td {
    line-height: 1;
  }
  .p-table {
    padding-left: 0.5rem;
  }

  .container-table100 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#obtained ul li {
  padding: 5px 30px;
  text-align: justify;
  text-justify: inter-word;
}

.trans {
  background: #fffefece;
}
.text-trans {
  display: none;
}
@media screen and (max-width: 980px) {
  h4.text-trans {
    display: none;
  }
}

.block-info-1 {
  position: relative;
}
.block-info-1 svg {
  color: rgb(202, 0, 7);
  font-size: 25px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.block-info-1 i {
  color: rgb(202, 0, 7);
  font-size: 25px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.block-info-1 p {
  color: #333;
  margin-left: 60px;
}
.block-info-1 .name {
  color: #333;
  margin-left: 0px;
}
.block-info-1 .name strong {
  font-weight: 400;
  color: #333;
  /* font-size: 14px; */
  text-transform: none;
}
.block-info-1 .name strong label {
  color: rgb(202, 0, 7);
  font-size: 11px;
  top: 0px;
}
.block-info-1 .name .span {
  font-size: 3px;
}
.block-info-1 .name label {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.block-info-1 .name span {
  font-size: 12px;
  font-weight: 200;
  color: #666;
}

.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#committee p span,
#steer p span {
  display: block;
  position: relative;
  top: -4px;
}

.btn-zoom {
  background: #98181c;
  color: white;
}

.activities ul {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 1px 100px;
  color: rgb(78, 77, 77);
  font-size: 13px;
}
.activities ul:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  border-left: 2px dashed #fff;
}
.activities ul li {
  position: relative;
  margin-left: 30px;
  background-color: rgb(255, 255, 255);
  padding: 14px;
  border-radius: 6px;
  width: 400px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
}
.activities ul li:not(:first-child) {
  margin-top: 60px;
}
.activities ul li > span {
  width: 2px;
  height: 100%;
  background: #fff;
  left: -30px;
  top: 0;
  position: absolute;
}
.activities ul li > span:before,
.activities ul li > span:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  background: #eb0008;
  left: -6px;
  top: 0;
}
.activities ul li span:after {
  top: 100%;
}
.activities ul li > div {
  margin-left: 10px;
}

.activities div .title,
.activities div .type {
  font-weight: 600;
  font-size: 12px;
}

.activities div .info {
  font-weight: 300;
}

.activities div > div {
  margin-top: 5px;
}

.activities span.number {
  height: 100%;
}
.activities span.number span {
  position: absolute;
  font-size: 15px;
  left: -53px;
  color: white;
  font-weight: bold;
}
.activities span.number span:first-child {
  top: 0;
}
.activities span.number span:last-child {
  top: 100%;
}
@media (max-width: 768px) {
  .activities ul li {
    width: 250px;
  }
}
.information {
  margin: 15px 20px;
	background-color: rgb(202, 197, 197);
	border-radius: 10px;
	display: flex;
  height: 75px;
	overflow: hidden;
  padding-top: 7px;
  padding-left: 7px;
}

.information-info {
	padding: 20px;
	position: relative;
    color: #333;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.wa a, .information-preview{
    background-color: rgba(20, 20, 20, 0.924);
    border-radius: 10px;
    color: #ffe72f;
    height: 60px;

}
.wa .information-info{
    color: #999;
}
.wa a:hover{
    background-color: rgba(20, 20, 20, 1);
}

@media (max-width: 768px) {
  .wa a, .information-preview{
    padding-top: 10px;
}
}

.speak {
  display: flex;
  justify-content: center;
  align-items: center;
}


#team{
    width:100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box{
    width:300px;
    height: 480px;
    background-color: #ffffff;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    border-radius: 10px;
    transition: all ease 0.5s;
    margin: 20px;
    position: relative;
}
#team .container-fluid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.top-bar{
    width:100%;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background-color: #741a1d;
    border-radius: 10px 10px 0px 0px;
}

.top-bar p {
  color: white;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
mark{
  background-color: transparent;
}
.details{
    display: flex;

    flex-direction: column;
}
.details img{
  padding-top: 1em;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-position: center;
}
.details strong{
    font-weight: 500;
    color: #141414;
    letter-spacing: 1px;
    margin-top: 10px;
    text-align: left;
}
.details p{
    font-size: 0.8rem;
    color: #7a7a7a;
    margin: 5px 0px;
}
#team .btn{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#team .btn a{
    color:#8b8b8b;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 0.9rem;
}
#team .btn a i{
    margin-right: 10px;
}
#team .btn a:hover{
    color: #fff;
    background-color: #ff5d62;
    box-shadow: 2px 5px 15px rgba(255, 66, 72, 0.5);
    transition: all ease 0.3s;
}
#team .box:hover{
    box-shadow: 2px 2px 30px rgba(45, 4, 4, 0.1);
    transform: translateY(-10px);
    transition: all ease 0.5s;
}
@media(max-width:612px){
  .box{
        flex-grow: 0.7;
    }
}

@media(min-width:1600px){
  #team .container-fluid{
    flex-wrap: nowrap;
}

}

@media(max-width:1000px){
  .details img{
    width: 100%;
    height: 100%;
}

}

@media(max-width:600px){
  .details img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.box{
    width:200px;
    height: 520px;
}

}

.inner-hero {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 10%;
  top: 0;
  height: 100%;
  z-index: 10;
  flex: 1;
  padding-top: 60px;

}

.text-on-slider{
  position: relative;
  text-align: start;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.display-7 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-7 {
    font-size: 3.5rem;
  }
}

@media (max-width: 720px) {
  .display-7 {
    font-size: 2rem;
  }

  .display-8 {
    font-size: calc(0.8rem + 1vw);
    font-weight: 600;
    line-height: 1.2;
  }

  .inner-hero {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 20%;
    top: 0;
    height: 100%;
    z-index: 10;
    flex: 1;
  
  }
}

.block-form,
.block-tabs,
.block-tab,
.block-ticket,
.registry-form {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.indent {
    text-indent: -999px;
    display: none;
}
input[type]:-moz-placeholder {
    color: #ffffff;
    opacity: .4;
    font-size: 14px;
}
:-moz-placeholder {
    color: #ffffff;
    opacity: .4;
    font-size: 14px;
}
::-moz-placeholder {
    color: #ffffff;
    opacity: .4;
    font-size: 14px;
}
:-ms-input-placeholder {
    color: #ffffff;
    opacity: .4;
    font-size: 14px;
}
::-webkit-input-placeholder {
    color: #ffffff;
    opacity: .4;
    font-size: 14px;
}



.block-tabs{
    margin-right: 35px;
    border-radius: 0px;
    border-right: 2px solid #444;
}
.block-tabs  p{
    margin-left: 45px;
}
.block-tabs li {
    /* border-bottom: 1px solid #444444; */
    /* border: 1px solid #fff; */
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);  
    backdrop-filter: blur(10px);
    margin-bottom: 5px;
    border-radius: 6px;
    line-height: 200px;
    padding-left: 25px;
    cursor: pointer;
    position: relative;
    margin-right: 19px;
}
/* .block-tabs li::before {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
} */

.block-tabs li:after {
    
    border: 3px solid rgba(215, 0, 0, 1);
    border-radius: 50%;
    content: "";
    height: 0;
    right: -35px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateX(-90%);
    -webkit-transform: rotate(45deg) translateX(-90%);
    -moz-transform: rotate(45deg) translateX(-90%);
    -ms-transform: rotate(45deg) translateX(-90%);
    -o-transform: rotate(45deg) translateX(-90%);
    width: 13px;
    height: 13px;
    background-color: white;
  }
.block-tabs li span {
    display: block;
}
.block-tabs li strong,
.block-date strong {
    font-size: 15px;
    font-weight: 500;
    color: rgb(208, 0, 7);
}
.block-tabs li i,
.block-tab li i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 25px;
}
.block-tabs li:last-child {
    border-bottom: 0;
}
.block-tabs li.active {
    background: #fff;
    border-bottom: 0;
}

.block-info-1 {
  position: relative;
}
.block-info-1 svg {
  color: rgb(208, 0, 7);
  font-size: 25px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.block-info-1 i {
  color: rgb(208, 0, 7);
  font-size: 25px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.block-info-1 p {
  color: #333;
  margin-left: 60px;
}
.block-info-1 .name{
  color: #333;
  margin-left: 0px;
}
.block-info-1 .name strong{
  font-weight: 400;
  color: #333;
  /* font-size: 14px; */
  text-transform: none;
}
.block-info-1 .name strong label{
  color: rgb(208, 0, 7);
  font-size: 11px;
  top: 0px;
}
.block-info-1 .name .span{
  font-size: 3px;
}
.block-info-1 .name label{
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.block-info-1 .name span{
  font-size: 12px;
  font-weight: 200;
  color: #666;
}

.new-timeline {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.new-timeline::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.new-timeline li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.new-timeline li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.new-timeline li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.new-timeline li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.new-timeline li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.new-timeline li .title,
.new-timeline li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.new-timeline li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.new-timeline li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.new-timeline li .title::before,
.new-timeline li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.new-timeline li .title::before {
  bottom: calc(100% + 0.125rem);
}

.new-timeline li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .new-timeline {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .new-timeline::before {
    grid-column: 2;
  }
  .new-timeline li:nth-child(odd) {
    grid-column: 1;
  }
  .new-timeline li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .new-timeline li:nth-child(2) {
    grid-row: 2/4;
  }

  .new-timeline li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .new-timeline li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .new-timeline li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

#speaker {
  padding-bottom: 50px;
}

.info-dokter {
  overflow: hidden;
  overflow-x: hidden;
  white-space: nowrap;
}

.info-dokter .ring {
  margin-left: auto;
  margin-right: auto;
}

.sub-info-dokter span {
  white-space: normal;
  vertical-align: top;
}

.sub-info-dokter .doktor-hovered {
  display: flex;
  flex-direction: column;
}

.ring {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #98181c;
  margin-bottom: 10px;
}

.ring img {
  border-radius: 50%;
  margin: 5px;
  width: 200px;
  height: 200px;
  background-color: white;
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: transform 400ms;
}

.doktor-hovered {
  text-align: center;
  padding-bottom: 20px;
}

.doktor-hovered:hover {
  cursor: pointer;
}

.doktor-hovered:hover .ring img {
  transform: scale(1.2);
}

.scaling {
  max-width: 400px;
}

.doktor-hovered a {
  text-decoration: none;
}

.doktor-hovered .scaling span {
  color: black;
  font-size: 18px;
  font-weight: 600;
  transition: .5s;
}

.doktor-hovered:hover .scaling {
  transform: scale(1.2);
  transition: .5s;
}

.doktor-hovered:hover .scaling span {
  transition: .5s;
}

.logo-about {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.logo-about li {
  padding: 0px 15px !important;
  display: inline-block;
}

.logo-about li span {
  margin-left: auto;
  margin-right: auto;
}

.logo-about img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.instiki-logo, .idb-logo {
  width: 70px;
}

.unud-logo {
  width: 60px;
}

.imade-logo {
  width: 120px;
}

/* Desktop */
@media all and (min-width: 960px) {
  .info-dokter {
    overflow-x: hidden;
  }

  .sub-info-dokter {
    padding: 0px 30px;
    display: inline-block;
  }

  .inner-hero {
    padding-top: 0px;
  }

  .wrapper {
    margin-bottom: 0px;
  }

  .logo-about {
    overflow-x: hidden;
  }

  .instiki-logo, .idb-logo {
    width: 100px;
  }
  
  .unud-logo {
    width: 80px;
  }
  
  .imade-logo {
    width: 200px;
  }
}