@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap");

:root {
  --spacer: 1rem;
}

/* global

======================= */
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 2px !important;
}
body {
  font-family: "Lato", sans-serif;
}
p {
  line-height: 1.5 !important;
}
::selection {
  color: var(--bs-dark);
  background-color: var(--bs-info);
}
a::selection {
  background-color: var(--bs-warning);
}
a {
  color: var(--bs-warning);
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

section {
  position: relative;
  padding: calc(var(--spacer) * 3) 0;
}

.sec-nopad {
  padding: 0 0 !important;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-banner {
  padding: calc(var(--spacer) * 3) 0;
}

.object-cover {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.to-top-btn {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
  font-size: 20px;
  transition: all 2s;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jumbotron {
  border: 2px solid gainsboro;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border-radius: 1rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* navbar
======================= */
@media only screen and (max-width: 992px) {
  header {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  #nav-ico {
    display: none !important;
  }
}

header,
nav {
  position: relative;
  z-index: 100;
}
nav {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  transition: 0.3s !important;
}

.nav-h {
  height: 56px !important;
  transition: all 0.3s !important;
}

nav.scrolled-down {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.nav-h.scrolled-down {
  height: 80px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* transition: 0.3s !important; */
}

.nav-h img {
  transition: all 0.2s;
}

.nav-h.scrolled-down * * img {
  scale: 1.25;
}

.navbar-brand h5 {
  word-wrap: break-word;
}

.nav-item-parent:hover .dropdown-menu {
  display: block !important;
  margin-top: 0 !important; /* remove the gap so it doesn't close */
}

.dropdown-item-danger {
  color: var(--bs-red);
}
.dropdown-item-danger:hover,
.dropdown-item-danger:focus {
  color: #fff;
  background-color: var(--bs-red);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: #ffc424 !important;
}

.custom-tooltip-1 {
  color: black !important;
  --bs-tooltip-color: var(--bs-dark) !important;
  --bs-tooltip-bg: var(--bs-info);
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Owl Carousel
======================= */

.single-slide-item {
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 800px !important;
  display: table;
  position: relative;
  z-index: 1;
}

.single-slide-item h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: 1px;
  margin: 30px 0;
  position: relative;
  padding-left: 35px;
}

.homepage-slides .section-title h6 {
  color: #bfbdbd;
}

.single-slide-item p {
  color: #ccc7c7;
  font-size: 18px;
  line-height: 30px;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: var(--bs-warning) 8c;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 0.3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: var(--bs-warning);
  color: #fff;
  border-color: var(--bs-warning);
  opacity: 1;
}

.hero-area-content {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 100px;
}

.hero-area-content .main-btn {
  margin: 25px 15px 25px 0;
}

/* shadow
======================= */
.shadow-1 {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

/* Carousel
======================= */

.carousel-img {
  height: 85vh;
  object-fit: cover;
  object-position: center;
}

#guru {
  position: relative;
  z-index: 10;
}

#guru::before {
  position: absolute;
  width: 75%;
  height: 500px;
  background-color: var(--bs-dark);
  z-index: 1;
}

.carousel-indicators .active {
  background-color: var(--bs-info);
}

/* Carousel
======================= */
.card-link-1,
.card-link-2,
.card-link-3 {
  position: relative;
  background: var(--bs-info);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  border: 0 !important;
  border-radius: 2rem !important;
  box-shadow: 0 !important;
  transition: all 0.5s ease;
}
.card-link-1:hover,
.card-link-2:hover,
.card-link-3:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-link-1::before,
.card-link-1::after,
.card-link-2::before,
.card-link-2::after,
.card-link-3::before,
.card-link-3::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  background-color: var(--bs-info);
  transition: all 0.5s;
}

.card-link-1::before,
.card-link-2::before,
.card-link-3::before {
  top: 0;
  right: 0;
  border-radius: 0 15px 0 100%;
}

.card-link-1::after,
.card-link-2::after,
.card-link-3::after {
  bottom: 0;
  left: 0;
  border-radius: 0 100% 0 15px;
}

.card-link-1:hover::before,
.card-link-1:hover:after,
.card-link-2:hover::before,
.card-link-2:hover:after,
.card-link-3:hover::before,
.card-link-3:hover:after {
  color: var(--bs-dark);

  width: 100%;
  height: 100%;
  border-radius: 2rem;
  transition: all 0.5s;
}

.card-link-1:hover:after {
  color: var(--bs-dark);
  content: "Kepala Sekolah";
}
.card-link-2:hover:after {
  color: var(--bs-dark);
  content: "Visi Misi";
}
.card-link-3:hover:after {
  color: var(--bs-dark);
  content: "Tentang Sekolah";
}

/* swiper
======================= */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper.swiper-wrapper.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  height: fit-content;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet-active {
  background-color: var(--bs-warning) !important;
}

/* Guru 
======================= */
.card-guru img {
  height: 140px;
  width: 140px;
  object-fit: center;
  object-position: center;
  border: 3px solid var(--bs-info);
  border-radius: 50%;
  padding: 4px;
  margin-bottom: calc(var(--spacer) * 0.25);
}

/* Cards 
======================= */
.card {
  background-color: var(--bs-light);
  transition: all 100ms ease;
}

.card-img-h {
  height: 300px !important;
}

.card-img-h-200 {
  height: 200px;
  background-size: cover;
}

/* card-1 */
.card-1:hover {
  margin-top: 20px;
}
.card-img-block {
  width: 100%;
  height: 172px;
  margin: 0 auto 12px auto;
  position: relative;
  top: 0px;
  transition: all 200ms;
}
.card-img-block img {
  border-radius: 5px;
  box-shadow: 0;
  transition: 0.1s;
}
.card-1:hover .card-img-block {
  width: 91%;
  height: 172px;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
.card-1:hover .card-img-block img {
  border-radius: 5px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.card-1 h5 {
  color: #4e5e30;
}
.card-1:hover * .hover-undtext:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.card-1:hover * * .hover-undtext:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.card-1:hover * * .btn {
  color: orange !important;
}

/* card-2 */
.card-2 {
  padding: 0 0 !important;
}
.card-2:hover * .hover-undtext:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.card-2 .btn-primary {
  background-color: #4e5e30;
  border-color: #4e5e30;
}

.card-2 .card-img-block {
  width: 100%;
  height: 190px;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
.card-2 .card-img-block img {
  border-radius: 5px;
  box-shadow: 0;
  transition: all 0.3s;
}
.card-2:hover .card-img-block img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.card-2 h5 {
  color: #4e5e30;
}

.card-2 .btn-primary {
  background-color: #4e5e30;
  border-color: #4e5e30;
}

/* card-3 */
.card-3 {
  padding: 0 0 !important;
}
.card-3:hover * .hover-undtext:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.card-3 .btn-primary {
  background-color: #4e5e30;
  border-color: #4e5e30;
}

.card-3 .card-img-block {
  width: 100%;
  height: 190px;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
.card-3 .card-img-block img {
  border-radius: 5px;
  box-shadow: 0;
  transition: all 0.3s ease;
}
.card-3:hover .card-img-block img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.card-3 h5 {
  color: #4e5e30;
}

.card-3 .btn-primary {
  background-color: #4e5e30;
  border-color: #4e5e30;
}

/* card-4 */

.card-4 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.card-4:hover {
  box-shadow: none !important;
}

.card-4 img {
  height: 360px;
}

/* card-4 */
.card-5 {
  width: 100%;
  height: 290px;
  border-radius: 1em;
  padding: 1.9rem;
  background: var(--bs-dark);
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 20px rgba(43, 8, 37, 0.2);
}

.card-5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.5s;
}

.card-5-info {
  position: relative;
  z-index: 3;
  color: var(--bs-light);
  opacity: 0;
  transform: translateY(20%);
  transition: 0.5s;
}

.text-title {
  font-size: 1.5rem;
  font-weight: 500;
}

.card-5-img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
}

.card-5:hover {
  transform: translateY(5%);
}
.card-5:hover .card-5-img {
  transform: scale(1.2);
  filter: brightness(80%);
}

.card-5:hover:before {
  opacity: 1;
}

.card-5:hover .card-5-info {
  opacity: 1;
  transform: translateY(0);
}
/* Flip Card */

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  font-family: sans-serif;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid gainsboro;
  border-radius: 1rem;
}

.flip-card-front {
  flex-direction: column;
  justify-content: flex-start;
  color: var(--bs-dark);
}

.flip-card-front img {
  border-radius: 1rem 1rem 0 0;
  height: 65%;
}

.flip-card-back {
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--bs-light);
  color: var(--bs-dark);
  transform: rotateY(180deg);
}

/* 
Button Hover ===== */
.htr {
  display: inline-block;
  transform: translate(0 0);
  transition: all 0.25s ease;
}
.btn:hover .htr {
  transform: translateX(4px) !important;
}
.hover-btn-light {
  box-shadow: 0;
}
.hover-btn-light:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hover-btn-top {
  border: 1px solid gainsboro;
  box-shadow: 0;
  transition: all 0.25s;
}

.hover-btn-top:hover {
  color: var(--bs-info);
  border: 1px solid transparent;
  background-color: var(--bs-light);
  filter: brightness(97%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.hover-undtext {
  position: relative;
  text-decoration: none;
}

.hover-undtext::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: black;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-undtext:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hover-undtext-1::after {
  height: 1px;
}
.hover-undtext-2::after {
  height: 2px;
  transition: transform 0.3s ease-out;
}
/* 
Shadow Hover ===== */
.hover-shadow-1 {
  box-shadow: none;
  transition: all 0.3s ease;
}
.hover-shadow-1:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.3s ease;
}
.hover-shadow-2 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.3s ease;
}
.hover-shadow-2:hover {
  box-shadow: none;
}

/* Hub 
======================= */

/* Button Hover ===== 
*/

/*** breadcrumb container ***/
.bcca-breadcrumb {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  width: fit-content;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
}

/*** breadcrumb items ***/
.bcca-breadcrumb-item {
  transition: all 0.2s ease-in-out;
  height: 40px;
  background: white;
  box-shadow: 0px 0px 18px -2px #ddf9ff;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(74, 74, 74, 0.8) !important;
  position: relative;
  cursor: pointer;
  float: right;
}

.bcca-breadcrumb-item:after {
  transition: all ease-in-out 0.2s;
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  top: 6px;
  z-index: 1;
  width: 0;
  height: 0;
  border: 14px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  box-shadow: 0px 0px 0 0px #d9d9d9, 5px -5px 10px -4px #d9d9d9;
  transform: rotate(45deg);
  margin-left: -4px;
}

.bcca-breadcrumb-item:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px;
}
.bcca-breadcrumb-item:last-child a {
  color: rgba(74, 74, 74, 0.8) !important;
  text-decoration: none;
}

.bcca-breadcrumb-item:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(23, 148, 165, 0.06);
}

.bcca-breadcrumb-item:first-child:after {
  content: "";
  display: none;
}

.bcca-breadcrumb-item i {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.2);
}

/*** hover breadcrumbs ***/
.bcca-breadcrumb-item:hover {
  background-color: #f9f9f9;
}

.bcca-breadcrumb-item:hover:after {
  border: 14px solid #f9f9f9;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.bcca-breadcrumb-item:first-child:hover {
  background-color: var(--bs-warning);
}

/* BG & Hub
======================= */
.bg-anim-1 {
  position: absolute;
  background: url(../svg/bg-animated-1.svg);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-anim-2 {
  position: absolute;
  background: url(../svg/bg-animated-2.svg);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-anim-3 {
  position: absolute;
  background: url(../svg/bg-animated-3.svg);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-anim-4 {
  position: absolute;
  background: url(../svg/bg-animated-4.svg);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-1 {
  position: absolute;
  background: url(../svg/bg-animated-1.svg);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-wave-1 {
  position: absolute;
  background: url(../svg/bg-wave-1.svg);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}

.skewed-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-light);
  z-index: 0;
  transform: skewY(-3deg);
  transform-origin: top left;
}

.skewed-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-info);
  z-index: 0;
  transform: skewY(4deg);
  transform-origin: top right;
}
.skewed-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 202, 240);
  background: linear-gradient(
    32deg,
    rgba(13, 202, 240, 1) 0%,
    rgba(0, 134, 255, 1) 100%
  );
  z-index: 0;
  transform: skewY(3deg);
  transform-origin: top right;
}

/* Blog
======================= */
.blog-self {
  margin: auto auto;
}
@media only screen and (max-width: 992px) {
  .blog-left {
    border-right: none !important;
  }
}

@media only screen and (min-width: 992px) {
  #nav-ico {
    display: none !important;
  }
  .blog-left {
    border-right: 1px solid gainsboro;
  }
}

.aside-content {
  background-color: var(--bs-light);
}
.aside-content-body {
  transition: all 0.1s linear;
}

.aside-img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  object-position: center;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.aside-content:hover {
  filter: brightness(94%);
}
.aside-content:hover .aside-content-body {
  transform: translateX(4px);
}
.aside-content:hover * * .aside-img {
  filter: brightness(96%);
  box-shadow: none;
}
.blog-body * img {
  width: 100% !important;
  height: auto !important;
}
.sarpras-bg {
  height: 300px;
  width: 100%;
  background-size: cover;
}

a.share {
  padding: calc(1rem * 0.25);
  font-size: xx-large;
  color: var(--bs-dark);
  border-radius: 3px;
  background-color: var(--bs-light);
}

a.share:hover {
  color: var(--bs-dark);
  transform: scale(1.1) !important;
  background-color: var(--bs-info);
}

.like:hover,
.dislike:hover {
  color: var(--bs-warning);
}

/* Pagination
======================= */

.pagination-outer {
  text-align: center;
}
.pagination {
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  position: relative;
}
.pagination li a.page-link {
  color: #555;
  background-color: #ddd;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0 8px;
  border-radius: 10px;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.pagination li.active a.page-link {
  color: #555;
  background-color: #ddd;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  height: 35px;
  width: 35px;
  padding: 0;
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus {
  background-color: transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
  color: var(--bs-warning);
  background-color: transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pagination li a.page-link:before,
.pagination li a.page-link:after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 10px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.pagination li.active a.page-link:before,
.pagination li.active a.page-link:after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.pagination li.active a.page-link:after {
  background-color: var(--bs-warning);
  height: 10px;
  width: 10px;
  border: none;
  transform: scale(0);
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before {
  opacity: 1;
}
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 480px) {
  .pagination {
    font-size: 0;
    display: inline-block;
  }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
  }
}

/* Blog
======================= */
.blog-body span {
  top: 100px;
  left: 100px;
  z-index: 90;
}

blockquote {
  font-size: 1.4em;
  width: 100%;
  color: #555555;
  border-left: 8px solid;
  border-image: linear-gradient(to right, var(--bs-info), darkorchid) 1;
  line-height: 1.6;
  position: relative;
  background: linear-gradient(to right, var(--bs-info), var(--bs-warning)) 1;
}

blockquote::after {
  content: "";
}

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

.section-title {
  position: relative;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 20px;
  color: #1d2143;
}

.section-title h6 {
  color: #cacaca;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-area .section-title {
  margin-bottom: 30px;
}

.info-content-area .section-title h2 {
  position: relative;
  padding-left: 35px;
}

.info-content-area .section-title h2:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid var(--bs-warning);
}

.info-content-area p.highlight {
  position: relative;
  padding-left: 35px;
  margin: 20px 0;
}

.info-content-area p.highlight:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
  background: var(--bs-warning);
}

.founded {
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
  padding: 15px;
}

.founded img {
  border-radius: 5px;
}

.founded-text p {
  font-size: 20px;
  line-height: 25px;
  color: #1a3759;
  font-weight: 500;
  padding: 25px 25px 10px 15px;
}

.info-content-area .main-btn {
  background: transparent;
  color: var(--bs-warning);
  border: 2px solid;
  margin: 40px 0;
}

.info-content-area .main-btn:hover {
  background: var(--bs-warning);
  color: #fff;
  border-color: var(--bs-warning);
}

.info-img img {
  border-radius: 5px;
}

/* Unduhan
======================= */
.event-content {
  padding: 20px !important;
}

.event-content h6 {
  font-size: 20px;
  margin: 10px 0;
}

.event-content-wrap h2 {
  color: var(--bs-light);
}

.event-bg {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 5px 0 0 5px;
}

/* Course Info
======================= */

.course-info {
  background-color: var(--bs-light) !important;
}
