/* ================================ */
/* @ MEDIA QUERY */
/* ================================ */

/* ============= SET RESPONSIVE DESKTOP/MONITOR 991 =============-  */
@media only screen and (max-width: 991px) {

  /* container top bar */
  .container-top-bar {
    display: none;
  }

  /* navbar */
  .navbar {
    margin-top: -10px;
  }

  .navbar-utama {
    margin-top: -15px;
    height: 75px;
  }

  .active-menu {
    border-radius: 0px;
    background-color: transparent;
    color: #fff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .my-nav {
    background-color: #F48C06;
    padding: 10px;
  }

  /* BANNER */
  .title-banner {
    top: -150px;
    padding-top: 0vh;
  }

  .title-banner h3 {
    font-size: 40px;
  }

  .title-banner h4 {
    font-size: 36px;
  }

  .title-banner .play-youtube {
    width: 70px;
    height: 70px;
  }

  .title-banner .play-youtube img {
    width: 50px;
  }

  /* GALLERY */
  .galeri-kegiatan .gallery-item {
    max-width: 200px;
  }

  /* kepala sekolah */
  .kepala-sekolah .img-kepsek {
    margin-top: 50px;
    text-align: center;
  }

  .kepala-sekolah .deskripsi-kepsek {
    margin-top: 20px;
  }

  .kepala-sekolah .deskripsi-kepsek span,
  .kepala-sekolah .deskripsi-kepsek h2 {
    text-align: center;
    display: block;
  }

  /* BANNER PARALAX */
  .link-paralax li {
    display: inline-block;
    margin-bottom: 20px;
  }


}

@media only screen and (max-width: 768px) {

  /* BANNER */
  .banner img {
    width: 100%;
  }

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

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

  .title-banner {
    margin-top: 50px;
  }

  .title-banner h3 {
    font-size: 38px !important;
  }

  .title-banner span {
    font-size: 18px;
  }

  /* NAVBAR */
  .navbar .logo-nav {
    width: 60px;
  }

  .navbar-utama {
    margin-top: -10px;
  }

  /* BANNER */
  .title-banner {
    top: 150px;
  }

  .title-banner h3 {
    font-size: 30px;
  }

  .title-banner h4 {
    font-size: 26px;
  }

  /* GALLERY */
  .galeri-kegiatan .gallery-item {
    max-width: 200px;
  }

  /* BANNER PARALAX */
  .link-paralax {
    margin-left: -45px;
    margin-top: -10px;
    float: left;
  }

  .link-paralax a {
    float: left;
  }

  /* page card */
  .card-destinasi-wisata {
    flex-basis: 40%;
  }

  /* top destination */
  .destination {
    margin-top: -50px;
  }

  .destination .container-box-destination {
    margin-top: 0px;
  }

  /* flip box */
  .flip-box {
    object-fit: cover;
    height: 180px;
    width: 200px;
    margin: 10px auto;
  }

  .flip-box .flip-title {
    text-align: center;
    font-size: 15px;
  }

  .more-flip {
    display: block;
  }

  /* ==========BTN MORE========== */
  .btn-more {
    display: none;
  }

}


@media only screen and (max-width: 530px) {
  .kepala-sekolah .img-kepsek img {
    width: 100%;
  }

  /* BANNER */
  .title-banner {
    width: 95%;
    margin: auto;
    padding-top: 0vh;
  }

  .title-banner h3 {
    font-size: 28px !important;
  }

  .title-banner span {
    width: 100%;
    font-size: 13px !important;
  }

  .title-banner a {
    font-size: 14px;
  }

  .container-box-destination .col {
    width: 100%;
    flex: auto;
  }

  /* BLOG */

  .view-blog {
    margin-top: 80px;
    background-color: #fff !important;
  }

  .view-blog .from-post {
    width: 100%;
  }

  .view-blog .share {
    text-align: left;
    margin-top: 10px;
  }

  .view-blog .img-thumbnail {
    padding: 0px;
    border-radius: 5px !important;
    margin: 10px;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
  }

  .view-blog .carousel-item {
    width: 100%;
  }

  .view-blog .category-blog-post img,
  .view-blog .content-blog-more img,
  .view-blog .content-blog-related img {
    width: 100%;
    object-fit: cover;
    height: 230px;
  }

  .view-blog .from-post img {
    width: 50px;
    height: 50px;
  }

  .sidebar-blog img {
    width: 100%;
    height: 200px;
  }

  /* GALLERY */
  .galeri-kegiatan .gallery-item {
    width: 400px;
    margin: 10px;
  }

  /* PARALAX */
  .banner-paralax h3 {
    font-size: 20px;
  }


  /* CONTACT PERSON */
  .view-blog .contact-person img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }


  /* flip box */
  .flip-box {
    object-fit: cover;
    width: 100%;
    margin: 10px auto;
  }

  .flip-box .flip-title {
    text-align: center;
    font-size: 15px;
  }

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

  /* ==========BOTTOM MENU (MOBILE)========== */
  .bottom-menu-mobile {
    border-top: 1px solid #d3d3d3;
    position: fixed;
    display: inline-block;
    bottom: 0;
    margin: 0px;
    width: 100%;
    z-index: 9;
    background-color: #ffffff;
    transition: transform 0.3s ease-in-out;
  }

  .bottom-menu-mobile.hidden {
    transform: translateY(100%);
  }

  .bottom-menu-mobile i {
    font-size: 18px;
  }

  .bottom-menu-mobile a {
    padding: 15px;
    font-size: 11px;
    color: #15120A;
    display: block;
  }

  .bottom-menu-mobile a:hover {
    background-color: #d47901;
  }

  .bottom-menu-mobile .active-menu {
    background-color: #d47901;
  }

  .wa-floating {
    bottom: 120px !important;
  }

}