/* RESET CSS*/
* {
  margin: 0px;
  padding: 0px;
  font-family: poppins;
  text-decoration: none;
  list-style: none;
}

a {
  font-family: poppins;
  font-size: 13px;
  text-decoration: none !important;
}


/* CLEAR-BOTH */
.clear-both {
  clear: both;
}

/* ========== ICON FIXED BOTTOM RIGHT ========== */
.back-home a,
.scroll-up a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  right: 0;
  bottom: 0;
  position: fixed;
  box-shadow: 1px 1px 5px #333;
  color: white;
  margin: 15px;
  background-color: #6c419d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.back-home a:hover,
.scroll-up a:hover {
  background-color: #487bdb;
  color: white;
}

.scroll-up i {
  transform: rotate(90deg);
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.view {
  display: none;
}

/* ==========SCROLL BAR========== */
::-webkit-scrollbar {
  background-color: #eaeaea;
  width: 7px;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #6c419d;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to left, #568df1 0%, #5f6ed5 80%);
}



/* ==========TOP BAR========== */
.container-top-bar {
  position: absolute;
  top: 10px;
  left: 10%;
  background-color: rgba(255, 255, 255, .15);
  color: #eaeaea;
  right: 10%;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  padding-top: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.top-bar {
  width: 100%;
  margin: auto;
  padding-bottom: 5px;
}


.top-bar li {
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
}

.top-bar li a {
  font-size: 14px;
  margin-top: 20px;
  color: #eaeaea;
  text-decoration: none;
}

.top-bar li a:hover {
  text-decoration: underline;
}

.email {
  border-right: 2px solid #aaa;
  border-left: 2px solid #aaa;
}

.fa-wifi {
  transform: rotate(50deg)
}


/* Link Left */
.link-left-tb {
  float: left;
}

/* Link Right */
.link-right-tb {
  float: right;
}

.link-right-tb i {
  color: #6c419d;
}

/* ==========BANNER========== */
.container-banner {
  width: 100%;
}

.banner {
  width: 100%;
}

.banner .banner-mobile {
  display: none;
}

.banner img {
  width: 100%;
}

.logo-nav {
  width: 80px;
}

.title-banner {
  text-align: center;
  top: 230px;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  margin: auto;
}

.title-banner h3 {
  font-family: poppins;
  font-size: 48px;
  color: white;
  font-weight: bold;
}

.title-banner h4 {
  font-family: poppins;
  font-size: 46px;
  color: white;
  font-weight: bold;
}

.title-banner span {
  width: 600px;
  color: white;
  font-family: poppins;
  margin-bottom: 20px;
  display: inline-block;
}

.title-banner a {
  margin-bottom: 30px;
  color: white;
  font-size: 18px;
  font-family: poppins;
  background-color: #6c419d;
}

.title-banner a:hover {
  background-color: #5f6ed5;
  color: white;
}

.title-banner img {
  width: 70px;
  padding-top: 10px;
}

.play-youtube {
  width: 90px;
  display: inline-block;
  margin: auto;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.233) !important;
  border-radius: 50%;
}

.play-youtube:hover {
  background-color: #568df1 !important;
}

.border-link-yt {
  left: 0;
  right: 0;
  width: 80px;
  position: abosolute;
  height: 80px;
  display: block;
  border-radius: 50%;
  background-color: rgb(255, 0, 0) !important;
}

.link-youtube {
  margin-top: 60px;
  border: 10px solid rgba(90, 90, 90, 0.048);
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  display: inline-block;
  background-color: white !important;
}

.link-youtube i {
  font-size: 28px;
  color: #6c419d;
}

.btn-banner {
  background-color: #6c419d;
  padding: 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-banner:hover {
  background-color: #487bdb;
}

/* ==========NAVBAR========== */
.navbar {
  transition: .2s;
  margin-top: 30px;
}

.navbar2 {
  margin-top: -5px;
  height: 70px;
}

.navbar2 img {
  width: 60px;
}


.navbar-utama {
  height: 50px;
  margin-top: 0px;
  background-color: #6c419d;
  transition: .2s;
}

.navbar-utama img {
  transition: .2s;
  width: 50px;
}

.navbar-nav a {
  font-size: 14px;
  transition: .2s;
  color: white;
  margin-left: 5px;
}

.navbar-nav a:hover {
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
  color: #6c419d;
}

.navbar-nav .bi-chevron-right {
  transform: rotate(90deg);
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* ========== MIN CSS ========== */
/* br-radius */
.br-radius-10:hover {
  border-radius: 10px;
}

/* menu */
.active-menu {
  border-radius: 10px;
  background-color: white;
  color: #568df1 !important;
}

/* ========== END MIN CSS ========== */


/* my nav */
.my-nav ul li ul {
  background-color: white;
  display: none;
  margin-left: 5px;
}

.my-nav ul li ul a {
  padding: 10px;
  display: block;
  color: #6c419d;
  margin-left: -32px;
  text-decoration: none;
}

.my-nav ul li ul a:hover {
  display: block;
  background-color: #6c419d;
  border-radius: 0px;
  color: white;
}

.my-nav ul li:hover ul {
  box-shadow: 1px 1px 5px #ddd;
  position: absolute;
  display: block;
}

/* CHECKBOX SEARCHING */
.searching-icon {
  cursor: pointer;
}

#checkbox-searching {
  display: none;
  cursor: pointer;
}

#bg-close-search {
  transition: .3s;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.555);
  cursor: pointer;
}

#btn-close-search {
  color: #6c419d;
  float: left;
  background-color: white;
  border-radius: 20px;
  width: 40px;
  transition: .2s;
  height: 40px;
  box-shadow: 1px 1px 15px black;
  line-height: 40px;
}

#btn-close-search:hover {
  transform: scale(1.2);
  transition: .2s;
}

.box-searching {
  transition: .3s;
  width: 600px;
  left: 0px;
  right: 0px;
  border-radius: 20px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.397);
  position: fixed;
  padding: 100px;
  box-shadow: 1px 1px 15px #444;
  backdrop-filter: blur(10px);
  top: -100%;
}

.box-searching h3 {
  color: white;
  font-family: poppins;
  font-size: 18px;
  text-align: center;
}

.box-searching form table {
  width: 100%;
}

.box-searching form input {
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: none;
  outline: none;
  padding: 10px;
  font-family: poppins;
}

.box-searching form button {
  border-top-right-radius: 20px;
  font-family: poppins;
  border-bottom-right-radius: 20px;
  color: #6c419d;
  background-color: white;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  width: 100%;
}

/* CHECKED BOX SEARCHING */
#checkbox-searching:checked~.box-searching {
  top: 30%;
  transition: .7s;
}

#checkbox-searching:checked~label #bg-close-search {
  top: 0;
  transition: .7s;
}


/* ====ELEMEN UTAMA==== */

/* ==========KEPALA SEKOLAH========== */
.kepala-sekolah {
  margin-top: 100px !important;
}

/* img kepsek */
.img-kepsek {
  border-radius: 20px;
}


.img-kepsek img {
  width: 500px;
  box-shadow: 10px 10px 10px 0px #ddd;
  border-radius: 20px;
}

.deskripsi-kepsek {
  margin-top: 100px;
}

.deskripsi-kepsek h2 {
  font-weight: bold;
  color: #5f6ed5;

}

.deskripsi-kepsek span {
  font-family: poppins;
  font-size: 26px;
}

.label-table {
  width: 200px;
}

.deskripsi-kepsek table {
  padding: 10px;
  display: block;
  width: 100%;
}

.deskripsi-kepsek table tr {
  margin-bottom: 10px;
  display: block;
}


.deskripsi-kepsek table td {
  font-family: poppins;
}

.deskripsi-kepsek h2 {
  font-family: poppins;
}

.deskripsi-kepsek #pills-tab {
  margin-top: 20px;
}

.deskripsi-kepsek .tab-content {
  height: 320px;
  padding: 10px;
  overflow: auto;
}


/* ==========TITLE CONTENT=========== */
/* title conten home */

.title-content {
  text-align: center;
}

.title-content h3 {
  color: #6c419d;
  font-size: 22px;
  font-weight: bold;
}

.title-content h2 {
  font-weight: bold;
  color: #293461;
}

.title-content img {
  width: 120px;
  user-select: none;
  pointer-events: none;
}

/* title content page */
.title-content-page {
  float: left;
  text-align: left;
  border-bottom: 3px solid #6c419d;
}


.title-content-page h4 {
  text-transform: uppercase;
  font-weight: bold;
}

/* ==========JURNAL========== */
.jurnal {
  padding-top: 100px;
}

.container-box-jurnal {
  margin: 20px 0px 20px 0px;
  padding: 20px !important;
}

.container-box-jurnal ul {
  padding: 5px;
  border-radius: 10px;
  background-color: #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.container-box-jurnal ul li {
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.container-box-jurnal .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #a846b3;
}

.flip-box {
  margin-bottom: 20px;
  background-color: transparent;
  width: 100%;
  height: 280px;
  perspective: 1000px;
}

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

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

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #ddd;

}

.flip-box-front {
  background-color: transparent;
  color: black;
  transform: rotateY(0deg);
  box-shadow: 7px 7px 0px 1px #ddd;
}

.flip-box-back {
  background-color: #5dd9e2;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}


.flip-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.flip-content-front {
  padding: 20px;
  color: white;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  content: '';
  background: linear-gradient(to top, #00256b80 0%, #0024665b 70%, #00266d00 100%);
}

.flip-content-back {
  padding: 20px;
  color: white;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  bottom: 0px;
  position: absolute;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  content: '';
  background: linear-gradient(to top, #00256b50 0%, #0024663f 70%, #00266d00 100%);
}

.flip-content-back i {
  font-size: 28px;
}

.flip-title {
  margin: 0;
  font-size: 16px;
}

.more-flip {
  display: none;
}


/* ==========BLOG========== */
.container-blog {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #568cf10c;
}

/* BOX BLOG */
.container-box-blog {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px !important;
}

.container-box-blog .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.container-box-blog .card-img {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.container-box-blog .card img {
  height: 350px;
  object-fit: cover;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.container-box-blog .card img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.container-box-blog .card h5 {
  color: #001130;
  font-size: 18px;
  padding: 20px 0px 20px 0px;
}

.container-box-blog .card h5:hover {
  color: #6c419d;
}

.container-box-blog .card .date-post {
  position: absolute;
  right: 0;
  margin: 30px;
  background-color: #6c419d;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.container-box-blog .more-blog {
  margin-top: 20px;
  text-align: center;
}

.container-box-blog .card-body small {
  padding: 5px;
  border-radius: 5px;
  background-color: #568cf118;
  border: 1px solid #fff;
  font-size: 12px;
  color: #6c419d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}



/* ==========VIEW BLOG========== */
.view-blog {
  margin-top: 120px;
}

.view-blog .blog-content {
  text-align: justify;
}

.view-blog .from-post .img-author {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.view-blog .blog-post img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.view-blog .from-post img {
  padding: 5px;
  width: 100%;
}

.view-blog .from-post small {
  font-size: 13px;
}

.view-blog .from-post span {
  font-size: 12px;
  display: block;
  color: #777;
}

.view-blog .share {
  text-align: right;
}

.view-blog .share li {
  display: inline-block;
  margin-left: 5px;
}

.view-blog .share li i {
  font-size: 23px;
  display: block;
}

.view-blog .share li i:hover {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.view-blog .share li .bi-twitter-x {
  color: #000;
}

.view-blog .share li .bi-whatsapp {
  color: rgb(0, 184, 76);
}

.view-blog .blog-tags {
  margin-top: -20px;
}

.view-blog .blog-tags li {
  margin-bottom: 10px;
  display: inline-block;
}

.view-blog .blog-tags li a {
  color: #fff;
  background-color: #5f6ed5;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.view-blog .blog-tags li a:hover {
  background-color: #4958bb;
}


/* ==========VIEW BLOG 2========== */
.view-blog2 .blog-hero-image {
  margin-top: -30px;
}

/* ==========SIDEBAR BLOG=========== */
.sidebar-blog .calendar h5 {
  text-align: right;
  font-size: 15px;
}

.sidebar-blog .free-packages table td,
.sidebar-blog .price-packages table td {
  padding-bottom: 10px;
}

.sidebar-blog .free-packages p {
  background-color: rgba(0, 212, 113, 0.315);
  color: rgb(0, 97, 52);
  display: inline;
  padding: 5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

/* ==========SPLASH SCREEN========== */
.splash-screen-home,
.splash-screen-load-page {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999999;
  height: 100vh;
  background-color: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.splash-screen-home .logo-header,
.splash-screen-load-page .logo-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #09a9c9;
  text-align: center;
  font-size: 3em;
}

.splash-screen-home .logo,
.splash-screen-load-page .logo {
  width: 170px;
  position: relative;
  display: inline-block;
  opacity: 0;
}

.splash-screen-home .logo.active,
.splash-screen-load-page .logo.active {
  bottom: 0;
  opacity: 1;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}

.splash-screen-home .logo.fade,
.splash-screen-load-page .logo.fade {
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}

.splash-screen-home .text-loading,
.splash-screen-load-page .text-loading {
  width: 100% !important;
  bottom: 40% !important;
  position: absolute !important;
  text-align: center !important;

}

/*** Spinner ***/
#spinner {
  opacity: 1;
  visibility: hidden;
  transition: opacity 1s ease-out, visibility 0s linear 1s;
  z-index: 99999;
  -webkit-transition: opacity 1s ease-out, visibility 0s linear 1s;
  -moz-transition: opacity 1s ease-out, visibility 0s linear 1s;
  -ms-transition: opacity 1s ease-out, visibility 0s linear 1s;
  -o-transition: opacity 1s ease-out, visibility 0s linear 1s;
}

#spinner.show {
  transition: opacity 1s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out, visibility 0s linear 0s;
  -moz-transition: opacity 1s ease-out, visibility 0s linear 0s;
  -ms-transition: opacity 1s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 1s ease-out, visibility 0s linear 0s;
}


/* ==========CALENDAR========== */
.month {
  text-align: center;
  margin-bottom: 20px;
}

.month h1 {
  font-size: 36px;
  margin: 10px 0;
}

.weekdays {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  background-color: #eee;
  border-radius: 5px;
}

.weekdays div {
  flex: 1;
  text-align: center;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.day {
  margin-top: 5px;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
}

.today {
  background-color: #6c419d;
  color: #fff;
}

/* ==========PAGE========== */
.body-page {
  background-color: #EDECEA;
}

.page {
  margin-top: 100px;
}

.nav-pills .nav-link {
  border-radius: 50px;
  color: #777;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 12px;
}

.page .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-radius: 50px;
  background-color: #fff;
  color: #0D6EFD;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 12px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.page .menu-tabs {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.menu-tabs ul {
  display: flex;
  justify-content: center;
  padding: 0;

}

.menu-tabs ul li {
  margin: 0 5px;
}

/* card destinasi wisata*/
.page .card-destinasi-wisata {
  padding: 0px;
  margin: 10px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: .3s;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.page .card-destinasi-wisata:hover {
  transform: scale(1.030);
  transition: .3s;
  -webkit-transform: scale(1.030);
  -moz-transform: scale(1.030);
  -ms-transform: scale(1.030);
  -o-transform: scale(1.030);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.page .card-destinasi-wisata img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}

.page .card-destinasi-wisata p {
  font-weight: bold;
  color: #6c419d;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}

/* view destinasi */
.maps-destinasi {
  padding-bottom: 20px;
}

.maps-destinasi h4 {
  padding-bottom: 20px;
}

.maps-destinasi iframe {
  height: 400px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin-bottom: 20px;
}


/* ==========BANNER PARALAX========== */
.banner-paralax {
  content: '';
  background-color: #00102e85;
  position: relative;
  overflow: hidden;
  padding: 120px 0px 120px 0px;
}

.img-paralax {
  background-image: url('../img/banner/bg-2.jpg');
  background-size: cover;
  background-position: center;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.deskripsi-paralax {
  color: white;
}

.deskripsi-paralax h3 {
  font-size: 48px;
  font-weight: bold;
}

.deskripsi-paralax p {
  width: 400px;
}

.link-paralax {
  margin-top: 50px;
}

.link-paralax li {
  display: inline-block;
}

.link-paralax a {
  box-sizing: border-box;
  border: 1px solid white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px;
  color: #5f6ed5;
  transition: .3s;
}

.link-paralax i {
  padding-left: 10px;
  padding-right: 5px;
}

.link-paralax a:hover i {
  transition: .3s;
  transform: scale(1.7);
}


/* ==========TENAGA PENDIDIK========== */
.tenaga-pendidik {
  margin-top: 100px;
}

.container-tenaga-pendidik {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #568cf10c;
  margin-bottom: 50px;
}

/* BOX TENAGA PENDIDIK */
.container-box-tenaga-pendidik {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px !important;
}

.box-tenaga-pendidik {
  height: 480px !important;
  margin-bottom: 100px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 10px #ccc;
}


.img-box-tenaga-pendidik {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.img-box-tenaga-pendidik img {
  float: left;
  margin-left: -50px;
  pointer-events: none;
  border-radius: 20px;
  user-select: none;
  height: 100%;
}

.medsos-tenaga-pendidik {
  text-align: center;
  background-color: white;
  float: right;
  box-shadow: 1px 1px 8px #fff;
  padding: 10px;
  padding-bottom: 0px;
  margin-top: -170px;
  border-radius: 10px;
  margin-right: -20px;
}

.medsos-tenaga-pendidik ul {
  padding: 0px;
}

.medsos-tenaga-pendidik a {
  transition: .2s;
  margin-bottom: 10px;
  display: block;
}

.medsos-tenaga-pendidik i {
  font-size: 26px;
  color: #6c419d;
}

.medsos-tenaga-pendidik a:hover {
  transform: scale(1.2);
  transition: .2s;
}


.title-tenaga-pendidik {
  margin-top: 15px;
  text-align: center;
}

.title-tenaga-pendidik a {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #293461;
  transition: .2s;
}

.title-tenaga-pendidik a:hover {
  color: #293461;
  border-radius: 50px;
  background-color: #eee;
  transition: .2s;
}

.title-tenaga-pendidik span {
  font-family: poppins;
}

.icon-swiper {
  background-color: white;
  margin-top: -100px !important;
}

/* ==========CONTACT PERSON========== */
.contact-person img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  padding: 5px;
  border-radius: 50%;
  margin: 20px auto;
  text-align: center;
  background-color: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.199);
}

.contact-person li a {
  font-size: 14px;
}

.contact-person li i {
  font-size: 18px;
  color: #666;
}

/* ==========CONTACT US========== */
.cotainer-contact-us {
  width: 100%;
  margin-bottom: 50px;
}

.title-content-left {
  float: left;
  text-align: left;
}

.form-contact-us {
  margin-bottom: 20px;
}

.form-contact-us table {
  width: 100%;
}

.form-contact-us table td {
  font-family: poppins;
}

.input-td {
  width: 100%;
}

.form-contact-us table input {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  outline: none;
  border-radius: 8px;
  font-family: poppins;
  border: 1px solid #bbb;
}

.form-contact-us table textarea::placeholder,
.form-contact-us table input::placeholder {
  color: #bbb
}

.form-contact-us table textarea:focus,
.form-contact-us table input:focus {
  background-color: #568cf111;
}

.form-contact-us table button {
  background-color: #5f6ed5;
  padding: 10px;
  border-radius: 8px;
  border: none;
  color: white;
  outline: none;
}

.form-contact-us table button:hover {
  background-color: #4958bb;
}

.form-contact-us table textarea {
  border-radius: 8px;
  width: 100%;
  padding: 5px;
  padding-bottom: 50px;
  outline: none;
  font-family: poppins;
  border: 1px solid #bbb;
}

.input-td-left {
  width: 98% !important;
}

.input-td-right {
  width: 98% !important;
  float: right;
}

/* info-contact-us */
.card-info-contact {
  max-width: 450px;
  border-radius: 20px;
  margin: auto;
  background-color: white;
  box-shadow: 0px 10px 15px 4px #568cf159;
}

/* box info contact */
.container-box-info-contact {
  box-sizing: border-box;
  padding: 50px;
}

.box-info-contact {
  margin-bottom: 50px;
}

.icon-info-contact img {
  width: 80px;
  float: left;
  margin-right: 10px;
}

.title-info-contact h3 {
  font-size: 20px;
  font-weight: bold;
}

.deskripsi-info-contact p {
  color: #aaa;
  font-size: 14px;
}


/* ========== FOOTER ========== */
footer {
  margin-top: 100px;
}

.container-footer {
  background-image: url(../img/footer/footer.png);
  background-size: cover;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .deskripsi-about {
  color: #eaeaea;
}

footer .deskripsi-about img {
  width: 150px;
  margin: auto;
  display: block;
  margin-bottom: 10px;
  /* border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 8px 8px 3px 0px rgba(41, 41, 41, 0.253);
  -ms-border-radius: 10px;
  -o-border-radius: 10px; */
}

footer .deskripsi-about p {
  text-align: justify;
  font-size: 14px;
}

footer .deskripsi-about .read-more {
  background-color: #487bdb;
  padding: 5px;
  margin-top: 5px;
  border-radius: 5px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

footer .deskripsi-about .read-more:hover {
  background-color: #fff;
  color: #487bdb;
}







/* title footer */
.title-footer {
  text-align: center;
}

.title-footer h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: white;
}

/* deksripsi footer */
.deskripsi-footer li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
}

.deskripsi-footer a {
  border: 1px solid #bbb;
  color: #bbb;
  text-decoration: none;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px;
}

.deskripsi-footer a:hover {
  background-color: white;
  color: #6c419d;
}

.deskripsi-footer iframe {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  box-shadow: 8px 8px 3px 0px rgba(41, 41, 41, 0.253);
}


/* about me */
.about-me p {
  color: white;
  text-align: justify;
  font-size: 13px;
}

/* tags */
.tags-deskripsi::-webkit-scrollbar {
  background-color: #eaeaea;
  width: 5px;
  border-radius: 20px;
}


.tags-deskripsi {
  padding-top: 10px;
  height: 135px;
  overflow-y: auto;
}

/* sosmed */
.sosmed-deskripsi ul {
  padding: 0px;
  text-align: center;
}


.sosmed-deskripsi a {
  display: inline-block;
  width: 45px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #293461;
  background-color: #4958bb;
  border: none;
  transition: .3s;
  margin-right: 5px;
}

.sosmed-deskripsi a:hover {
  transition: .3s;
  background-color: #487bdb;
}

.sosmed-deskripsi i {
  color: #fff;
  font-size: 20px;
}

.subscribe h3 {
  font-size: 18px;
  font-weight: normal;
}

.subscribe a {
  background-color: white;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  padding: 5px;
  color: #5f6ed5;
}

.subscribe a:hover {
  background-color: red;
  color: white;
}


/* copyright */
.copyright {
  text-align: center;
  padding: 10px;
}

.copyright hr {
  width: 80%;
  padding-top: 20px;
  margin: auto;
  color: #ddd;
}

.copyright p {
  color: white;
  font-size: 14px;
}



/* ==========BOTTOM MENU (MOBILE)========== */
.bottom-menu-mobile {
  display: none;
}