@import url('https://fonts.googleapis.com/css2?family=Anton&family=Nunito+Sans:wght@200;300;400;500;600;700;800;900;1000&family=Roboto:wght@100;300;400;500;700;900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  /* color: #292929; */
}
body{
  min-height: 200vh;
  background-color: #f6f3ea;
}
ul li{
  list-style: none;
}
a{
  text-decoration: none;
}
section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.header-wrapper{
  width: 100%;
  background-image: url('images/wlwlw.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-black-color{
  background-color: #2c0814;
}
.bg-texture{
  width: 100%;
  background: url('images/back-promo.png');
}
@media screen and (min-width: 991px) {
  .header-wrapper{
    background-color: #0000;
  }
  .header-wrapper .logo-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 100px;
  }
  .header-wrapper .logo-wrapper .logo{
    height: 86px;
  }
  .header-wrapper{
    color: #f2f2f2;
    padding-bottom: 30px;
  }
  .container-promo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 30px;
  }
  .container-promo-left,.container-promo-right{
    width: 100%;
  }
  .container-promo-left img,.container-promo-right img{
    /* height: 400px; */
    width: 100%;
  }
  .container-promo-info{
    text-align: center;
  }
  .container-promo-info h1{
    font-family: 'Playfair',serif;
    font-size: 45px;
    font-weight: 700;
  }
  .container-promo-info sup{
    font-family: 'Playfair',serif;
    font-size: 25px;
  }
  .tombol-info{
    padding: 15px 0;
  }
  .tombol-info .btn-info{
    background: #f2f2f2;
    padding: 15px 40px;
    margin-right: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 40px;
    color: #e31f2d;
    font-weight: 700;
    transition: 0.2s;
  }
  .tombol-info .btn-info:hover{
    background: transparent;
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
  }

  .main-konten{
    padding: 0;
    color: #f2f2f2;
  }
  .top-title h1{
    font-family: 'Playfair',serif;
    text-align: center;
    font-size: 45px;
  }

  /* SEJARAH */
  .slide-wrap{
    width: 100%;
    padding-top: 50px;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-view{
    opacity: 0;
  }
  /* stats grid */
  .stats-grid-wrapper{
    margin: auto;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* Kolom lebih lebar di PC */
    gap: 25px;
    margin-top: 2rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top: 1px solid rgba(247, 243, 243, 0.623); /* Pembatas visual */
  }
  .stat-item {
    /* background-color: #ffff; */
    color: #f2f2f2;
    padding: 1rem;
    border-radius: 12px;
    transition: transform 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 0 20px rgba(246,243,234,0.5);
  }
  .stat-item:hover {
    /* transform: translateY(-8px); */
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(246,243,234,0.5);
  }
  .stat-item .counter {
    font-family: 'Playfair',serif;
    font-size: 3.2rem; /* Ukuran lebih besar */
    font-weight: 700;
    display: block;
    margin-bottom: 0.8rem;
  }
  .stat-item p {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }

  /* FILOSOFI KONTEN */
  .filosofi-wrapper{
    width: 100%;
    color: #000;
  }
  .filosofi-wrapper .top-title h1{
    color: #e31f2d;
  }
  .filosofi-wrapper .top-title h1::after {
    content: '';
    display: block;
    width: 500px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }

  /* PROMO KONTEN */
  .promo-wrapper{
    width: 100%;
    color: #000;
  }
  .promo-wrapper h1{
    color: #e31f2d;
  }
  .promo-wrapper .top-title h1::after {
    content: '';
    display: block;
    width: 500px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }
  .promo-wrapper .promo-logo{
    width: 100%;
    padding: 30px 0;
  }
  .promo-logo img{
    width: 100%;
  }
  .promo-box{
    margin-top: 40px;
  }
  .promo-box .image-promo-box,.image-promo-box img{
    width: 100%;
  }
  .promo-item-box{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(199, 198, 197, 0.5);
  }
  .image-promo-box{
    padding: 15px;
  }
  .promo-detail{
    padding: 20px;
  }
  .promo-detail p{
    font-weight: 600;
    font-size: 25px;
  }
  .promo-detail span{
    color: #e31f2d;
    font-family: 'Playfair',serif;
    font-size: 38px;
    font-weight: 700;
  }
  .term-box{
    background-color: #ffce29;
    padding: 40px;
    border-radius: 20px;
    margin: 30px 0;
  }
  .term-box p{
    font-size: 28px;
    font-weight: 500;
    color: #e31f2d;
  }
  .link-btn{
    padding: 25px 35px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #F20000;
    color: #ffffff;
  }
  .link-btn .btn-arrow .fas{
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
  }
  .link-icon{
    width: 50px;
    height: 50px;
    background: #F20000;
    margin: 0 8px;
  }

  .maps-wrapper{
    width: 100%;
    background-color: #ffffff;
    color: #000;
    text-align: center;
  }
  .maps-wrapper .top-title h1{
    color: #e31f2d;
  }
  .top-title h1::after {
    content: '';
    display: block;
    width: 500px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }
  .maps-box{
    margin-bottom: 50px;
    width: 100%;
    height: 500px;
  }
  .btn-maps{
    background-color: #e31f2d;
    color: #f2f2f2;
    padding: 15px 30px;
    border-radius: 15px;
  }
}


@media screen and (max-width: 990px) {
  .header-wrapper .logo-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
  }
  .header-wrapper .logo-wrapper .logo{
    height: 70px;
  }
  .header-wrapper{
    width: 100%;
    color: #f2f2f2;
    padding: 20px 0;
    text-align: center;
  }
  .container-promo-left img,.container-promo-right img{
    height: 300px;
    padding: 30px 0;
  }
  .container-promo-info{
    text-align: center;
  }
  .container-promo-info h1{
    font-family: 'Playfair',serif;
    font-size: 45px;
    font-weight: 700;
  }
  .container-promo-info sup{
    font-family: 'Playfair',serif;
    font-size: 25px;
  }
  .tombol-info{
    padding: 15px 0;
  }
  .tombol-info .btn-info{
    background: #f2f2f2;
    padding: 10px 20px;
    margin-right: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 40px;
    color: #e31f2d;
    font-weight: 700;
    transition: 0.2s;
  }
  .tombol-info .btn-info:hover{
    background: transparent;
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
  }

  .main-konten{
    padding: 0;
    color: #f2f2f2;
  }
  
  .top-title h1{
    font-family: 'Playfair',serif;
    text-align: center;
    font-size: 45px;
  }
  .sejarah-wrapper .top-title h1{
    font-family: 'Playfair',serif;
    text-align: center;
    font-size: 45px;
    color: #f2f2f2;
    font-weight: 700;
  }

  .slide-wrap{
    width: 100%;
    padding-top: 30px;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* stats grid */
  .stats-grid-wrapper{
    margin: auto;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(247, 243, 243, 0.623);
  }
  .stat-item {
    /* background-color: #ffff; */
    color: #f2f2f2;
    padding: 1rem;
    border-radius: 12px;
    transition: transform 0.3s ease;
    text-align: center;
    transition: all 0.5s ease;
    box-shadow: 0 0 20px rgba(246,243,234,0.5);
  }
  .stat-item:hover {
    /* transform: translateY(-8px); */
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(246,243,234,0.5);
  }
  .stat-item .counter {
    font-family: 'Playfair',serif;
    font-size: 3.2rem; /* Ukuran lebih besar */
    font-weight: 700;
    display: block;
    margin-bottom: 0.8rem;
  }
  .stat-item p {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }

  .filosofi-wrapper{
    width: 100%;
    color: #000;
  }
  .filosofi-wrapper .top-title h1{
    color: #e31f2d;
  }
  .filosofi-wrapper .top-title h1::after {
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }

  .promo-wrapper{
    width: 100%;
    color: #000;
  }
  .promo-wrapper .top-title h1{
    color: #e31f2d;
  }
  .promo-wrapper .top-title h1::after {
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }
  .promo-wrapper .promo-logo{
    width: 100%;
    padding: 30px 0;
  }
  .promo-logo img{
    width: 100%;
  }
  .promo-box{
    margin-top: 40px;
  }
  .promo-box .image-promo-box,.image-promo-box img{
    width: 100%;
  }
  .promo-item-box{
    background-color: #ffffff;
    padding: 15px;
    margin: 15px 0;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(199, 198, 197, 0.5);
  }
  .image-promo-box{
    padding: 15px;
  }
  .promo-detail{
    padding: 20px;
  }
  .promo-detail p{
    font-weight: 600;
    font-size: 25px;
  }
  .promo-detail span{
    color: #e31f2d;
    font-family: 'Playfair',serif;
    font-size: 38px;
    font-weight: 700;
  }
  .term-box{
    background-color: #ffce29;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
  }
  .term-box p{
    font-size: 24px;
    font-weight: 500;
    color: #e31f2d;
  }
  .link-btn{
    padding: 25px 35px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #F20000;
    color: #ffffff;
  }
  .link-btn .btn-arrow .fas{
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
  }
  .link-icon{
    width: 50px;
    height: 50px;
    background: #F20000;
    margin: 0 8px;
  }

  .maps-wrapper{
    width: 100%;
    background-color: #ffffff;
    color: #000;
    text-align: center;
  }
  .maps-wrapper .top-title h1{
    color: #e31f2d;
  }
  .top-title h1::after {
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }
  .maps-box{
    margin-bottom: 50px;
    width: 100%;
    height: 400px;
  }
  .btn-maps{
    background-color: #e31f2d;
    color: #f2f2f2;
    padding: 15px 30px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 576px){
  .header-wrapper{
    font-size: 18px;
  }
  .header-wrapper .logo-wrapper{
    padding: 20px 15px;
  }
  .header-wrapper .logo-wrapper .logo{
    height: 45px;
  }
  .tombol-info{
    padding: 15px 0;
  }
  .tombol-info .jarak{
    margin: 20px 0;
  }
  .tombol-info .btn-info{
    background: #f2f2f2;
    font-size: 16px;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    color: #e31f2d;
    font-weight: 600;
    transition: 0.2s;
    margin: 15px 10px;
  }
  .tombol-info .btn-info:hover{
    background: transparent;
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
  }

  .main-konten{
    color: #f2f2f2;
  }
  .top-title h1{
    font-family: 'Playfair',serif;
    text-align: center;
    font-size: 35px;
  }

  .slide-wrap{
    width: 100%;
    padding-top: 30px;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(247, 243, 243, 0.623);
  }

  .filosofi-wrapper{
    width: 100%;
    color: #000;
  }
  .filosofi-wrapper .top-title h1{
    color: #e31f2d;
  }
  .filosofi-wrapper .top-title h1::after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }

  .promo-wrapper{
    width: 100%;
    color: #000;
  }
  .promo-wrapper .top-title h1::after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }
  .promo-wrapper .promo-logo{
    width: 100%;
    padding: 30px 0;
  }
  .promo-logo img{
    width: 100%;
  }
  .promo-box{
    margin-top: 40px;
  }
  .promo-box .image-promo-box,.image-promo-box img{
    width: 100%;
  }
  .promo-detail p{
    font-weight: 600;
    font-size: 22px;
  }
  .promo-detail span{
    color: #e31f2d;
    font-family: 'Playfair',serif;
    font-size: 35px;
    font-weight: 700;
  }
  .term-box{
    background-color: #ffce29;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
  }
  .term-box p{
    font-size: 24px;
    font-weight: 500;
    color: #e31f2d;
  }


  .maps-wrapper{
    width: 100%;
    background-color: #ffffff;
    color: #000;
    text-align: center;
  }
  .maps-wrapper .top-title h1{
    color: #e31f2d;
  }
  .top-title h1::after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.596);
    margin: 10px auto 0;
    border-radius: 2px;
  }
  .maps-box{
    margin-bottom: 50px;
  }
  .btn-maps{
    background-color: #e31f2d;
    color: #f2f2f2;
    padding: 15px 30px;
    border-radius: 15px;
  }
}