/* Beranda Style */
html {
  scroll-behavior: smooth;
}

section {
  background: white;
}

.container {
  background: none;
}

@media screen and (min-width: 1024px) {
	/*==================Navbar Section==================*/
  .navbar {
    padding: 0px 0 0 50px;
    /* border-top: 4px solid #014282; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(80, 80, 80, 0));
  }

  .navbar::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #014282;
    top: 0;
    left: 0;
  }

  .brand-image {
    margin-right: 10px;
  }

  .navbar-brand-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
  }

  .navbar-brand-title p {
    margin: 0;
  }

  .navbar-title {
    font-weight: bold;
    font-size: 20px;
  }

  .under-title {
    font-weight: 500;
    font-size: 16px;
  }

  .nav-link {
    color: white !important;
  }

  .dropdown-menu {
    color: white;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .user-section a {
    color: #014282 !important;
    text-decoration: none;
    background: white;
    border-radius: 20px;
    
  }

  /* Button setelah login */

  .after-login-button {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
  }

  .after-login-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .after-login button {
    background-color: #014282;
    text-decoration: none;
    color: white;
  }

  .after-login:hover button {
    color: white;
  }

  .after-login-card {
    background-color: #014282;
    padding: 10px;
  }

  .after-login-image {
    margin: 0px auto 0px auto;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
  }

  .after-login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .info-akun-part {
    color: white;
  }

  .info-akun-part h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .info-akun-part h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .info-akun-part p {
    font-size: 15px;
  }

  .after-login-card-button {
    display: flex;
    justify-content: center;
  }

  .after-login-card-button a {
    background-color: white;
    margin: 0 5px 0 5px;
  }

  .navbar-dd {
    top: auto;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 3px solid rgb(161, 161, 161);
  }

  .navbar-dd a {
    color: white !important;
    font-weight: 500;
    transition: 0.3s;
  }

  .navbar-dd a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateX(5px);
  }



    /*================== Breadcrumb Section ==================*/
  .hero {
    /* margin-bottom: 30px; */
  }


  /* Header Image Put Here */
  .hero-part {
    /* background-image: white; */
		background-image: url(../img/beranda/school2.jpg);
    height: 400px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
  }

  .hero-content {
    padding: 0 0 0 200px;
  }

  .hero-title {
    margin: 0 0 0 40px;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: 50px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }

  .real-breadcrumb {
    margin-left: 50px;
  }

  .breadcrumb-triangle {
    height: 50px;
    width: 50px;
    border-left: 25px solid transparent;
    border-bottom: 50px solid white;
    background: rgba(106, 91, 205, 0);
    margin-bottom: -50px;
  }

  .breadcrumb {
    height: 50px;
    font-weight: bold;
    background-color: white;
    color: #6c757d;
    font-size: 28px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
  }

  .breadcrumb {
    background-color: white;
  }



  	/*================== Carousel Section ==================*/
  .carousel-section img {
    min-width: none;
    height: 700px;
    object-fit: cover;
  }







  	/*==================== Berita Section ====================*/
  .berita {
    padding-bottom: 50px;
    cursor: pointer;
  }

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

  .berita-card .card {
    background: #e3e5e5;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    height: 580px;
    border-radius: 20px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
  }

  .berita-card:hover .card {
    background: white;
    border: none;
  }

  .berita-card h5 {
    font-size: 25px;
    color: black;
    padding-bottom: 5px;
  }

  .berita-card:hover h5 {
    text-decoration: underline;
  }


  .berita-card p {
    font-size: 15px;
    color: black;
  }

  .image-box {
    height: 250px;
    overflow: hidden;
  }


  .berita-card img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
  }

  .berita-card:hover img {
    /* height: 200px; */
    transform: scale(1.2);
  }

  .berita-card i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 32px;
    color: white;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: #303030;
    border-radius: 50%;
  }

  .berita-card:hover i {
    background-color: black;
    text-decoration: none;
    font-style: none;
  }

  .berita-card a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: black;
  }

  .berita-card:hover a {
    text-decoration: none;
    font-style: none;
    color: black;
  }

  .more-news a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #014282;
    color: white;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }

  .more-news:hover a {
    background: #014282;
    color: white;
    transform: scale(1.1);
  }

  .selengkapnya-button {
    margin: 0 0 20px 20px;
  }


  /*==================== Galeri Section ====================*/
  .galeri {
    padding-bottom: 50px;
  }

  .galeri-card a {
    text-decoration: none;
  }

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

  .galeri-card .card {
    transition: all 0.5s ease-in-out;
    border: none;
    overflow: hidden;
    height: 300px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
  }

  .galeri-box {
    /* width: 290px; */
    height: 300px;
  }

  .galeri-box img {
    height: 100%;
    width: 100%;
  }

  .galeri-text {
    height: 400px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: -40px;
    position: relative;
  }

  .galeri-text h1 {
    overflow: visible;
    font-size: 20px;
    padding: 10px 10px 0 10px;
  }

  .galeri-text p {
    padding: 0 10px 0 10px;
  }

  .galeri-box {
    margin-top: 0;
  }


  .kinthil:hover .galeri-text {
    margin-top: -300px;
    transition: all 0.5s ease-in-out;
  }

  .kinthil:not(:hover) .galeri-text {
    margin-top: -45px;
    transition: all 0.5s ease-in-out;
  }

  .more-galeri a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #014282;
    color: white;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }

  .more-galeri:hover a {
    background: #014282;
    color: white;
    transform: scale(1.1);
  }


  .galeri-text-content {
    color: white;
    text-decoration: none;
  }

  .galeri-text-content:hover {
    text-decoration: none;
    color: white;
  }



  /*==================== Lokasi Section ====================*/
  .lokasi {
    padding-bottom: 50px;
  }

  .lokasi-kiri {
    background: white;
  }

  .keterangan-alamat {
    margin-top: 40px;
  }

  .negara-part {
    width: fit-content;
    border-bottom: 2px solid red;
    margin-bottom: 20px;
  }

  .negara {
    margin-bottom: 5px;
  }

  .provinsi {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .kokab {
    font-size: 20px;
    font-weight: 700;
    color: red;
    margin-bottom: 15px;
  }

  .alamat {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .alamat-lengkap {
    font-weight: 800px;
  }


  /*==================== Footer Section ====================*/

  .footer {
    background: #014282;
    padding: 0px 80px 0 80px;
  }

  .footer-top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
  }

  .footer-top img {
    width: 32px;
    height: 32px;
  }

  .footer-top a {
    font-size: 25px;
    color: white;
    margin: 10px 10px 0 10px;
  }

  .footer-top:hover a {
    color: white;
  }

  .footer-bottom {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
  }

  .footer-bottom-left h5 {
    font-size: 12px;
    color: white;
    font-weight: 200;
  }


  .footer-bottom-right h5 {
    font-size: 12px;
    color: white;
    font-weight: 200;
  }



}