@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:wght@100..900&display=swap');

/*body*/
body {
  font-family:Arial, Helvetica, sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family:Arial, Helvetica, sans-serif;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
}

.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
  color: #ffff  
}

.layar-penuh {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
/* bg index */
.background_header {
  width: 100%;
  height: 100%;                
  position: relative;
  z-index: 1;
}
/* bg history .backgroun_header4 di css sendiri*/

#aboutus {
  scroll-margin-top: 100px; /* atau sesuai tinggi navbar kamu */
}
/*about us*/
.aboutus .layar-dalam {
  width: 100%;
  margin-top: 50px;
}
.konten-isi {
  margin-bottom: 70px; 
  margin-left: 70px; 
  margin-right: 70px;
}
.konten-isi .text-about-us {
  text-align: justify;
  font-size: 24px
}

@media screen and (max-width: 991.98px) {
  .aboutus .layar-dalam {
    width: 100%;
  }
  .konten-isi .text-about-us{
    font-size: 13px;
  }
}
/*Isi teks home*/

.spcl_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spcl_section .detail-box {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .spcl_section .detail-box {
    font-size: 13px;
    padding: 0 15px 0 15px
  }
  .text-division {
    margin-top: 20px;
  }
}

.spcl_section .detail-box img {
  width: 45px;
  margin-bottom: 10px;
}

.spcl_section .detail-box1 {
  margin-bottom: 10px;
}

.spcl_section .detail-box1 img {
  width: 45px;
  margin-bottom: 10px;
}

.spcl_section .detail-box h5 {
  text-transform: uppercase;
}

.spcl_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #184d47));
  background: linear-gradient(to bottom, transparent 70%, #00265c 70%);
  padding: 0 25px 45px 25px;
}

.spcl_section .img-box img {
  width: 100%;
}

/*division di home*/
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #184d47));
  background: linear-gradient(to bottom, transparent 70%, #ffffff 70%);
  padding: 0 25px 45px 25px;
}

.about_section .img-box img {
  width: 100%;
  position: relative;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #97c2d3;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #97c2d3;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #97c2d3;
}

/* quote section */
.quotes {
  padding: 0 50px 0 50px;
  justify-items: center;
}
.quote-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.quote-box {
  padding: 20px;
  margin:0 10px 0 10px;
}
.quote-text-box {
  width: 60%;
}
.quote-img-box {
  width: 40%;
}
.quote-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .quotes {
    padding: 0 20px 0 20px;
  }
  .quote-container {
    flex-direction: column;
  }
  .quote-text-box {
    width: 100%;
    font-size: 13px;
    padding: 0;
    margin-bottom: 20px;
  }
  .quote-img-box {
    width: 100%;
    margin-top: 20px;
    padding: 0;

  }
  .quote-img {
    width: 300px;
    height: auto;
  }
  
}
/*
/ footer section/
.footer_section {
  background-color: #41bbd1;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #96bb7c;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff00;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #96bb7c;
}

/ ===== warna masing masing icon ===== /
.footer_section .footer_social .email:hover {
  color: 	#6c757d;
}

.footer_section .footer_social .facebook:hover {
  color: #1877F2;
}

.footer_section .footer_social .twitter:hover {
  color: #000000;
}

.footer_section .footer_social .instagram:hover {
  color: #E4405F;
}

.footer_section .footer_social .tiktok:hover {
  color: #FF0000 ;
}

.footer_section .footer_social .linkedin:hover {
  color: #0077B5;
}

.footer_section .footer_social .threads:hover {
  color: #000000;
}

.footer_section .footer_social .youtube:hover {
  color: #FF0000;
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
*/
/* Footer BARU */

.footer-section {
    padding: 50px 100px 50px 100px;
    background-color: #00265c;    
}
.footer-container {
    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
}
.footer-img-container {
    display: flex;
    flex-direction: row;
}
.footer-bagian-kiri {
    display: flex;
    flex-direction: column;
}
.footer-img-box {
    width: fit-content;
}
.footer-img{
    height: 50px;
}
.footer-isi {
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #fff;
}
.sekat {
    background-color: white;
    width: 3px;
    height: 175px;
    margin: 0 25px 0 25px;
}
.footer-icon-container {
    display: flex;
    flex-direction: column;
}
.footer-icon {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.footer-copyright {
    padding: 20px 0 0 30px;
    color: #fff;
}

/* ===== warna masing masing icon ===== */
.email:hover {
  color: 	#6c757d;
}

.facebook:hover {
  color: #1877F2;
}

.twitter:hover {
  color: #000000;
}

.instagram:hover {
  color: #E4405F;
}

.tiktok:hover {
  color: #FF0000 ;
}

.linkedin:hover {
  color: #0077B5;
}

.threads:hover {
  color: #000000;
}

.youtube:hover {
  color: #FF0000;
}

@media screen and (max-width: 900px){
    .footer-section {
        padding: 25px 10px 10px 10px;
    }
    .footer-container {
        flex-direction: column;
    }
    .footer-img-container {
        justify-content: center;
    }
    .footer-img-box {
        width: fit-content;
    }
    .footer-img{
        height: 50px;
    }
    .footer-isi {
        text-align: center;
        font-size: 13px;
    }
    .sekat {
        background-color: white;
        width: 100%;
        height: 3px;
        margin: 15px 0 15px 0;
    }
    .footer-icon-container {
        flex-direction: row;
        justify-content: center;
    }
    .footer-icon {
        display: flex;
        font-size: 22px;
        margin: 0 4px 0 4px;
    }
    .icon-text {
        display: none;
    }    
    .footer-copyright {
        font-size: 13px;
    }
}

/* pengaturan header */
header {
  position: relative;
  height: 640px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
header video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -2;
}
header .intro {
  z-index: 100;
  color: #fff;
  text-align: center;
  position: relative;
  top: 30%;
}
header .intro h3 {
  font-size: 50px;
  margin: 0;
  padding: 0;

}
header .intro img {
  height: 200px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  header .intro h3 {
    font-size: 30px;
  }
  header .intro img {
    height: 150px;
  }
}
.tombol {
  background-color: transparent;
  height: 40px;
  line-height: 4px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  border-radius: 4px;
  border-color: #ffffff;
}
.tombol-spesial-blue {
  background-color: transparent;
  height: 40px;
  line-height: 4px;
  background-color: #00265c23;
        background:
        repeating-radial-gradient(
          circle,
          rgba(255, 255, 255, 0.05) 0px,
          rgba(255, 255, 255, 0.05) 1px,
          transparent 2px,
          transparent 6px
        );
  color: #006aff;
  text-decoration: none;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  border-radius: 4px;
  border-color: #00265c;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.tombol-spesial-blue:hover {
  color: #ffffff;
  background-color: #00265c;
  transition: all 0.3s ease-in-out;
}
.tombol-spesial-blue::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 20%;
  height: 100%;
  background: linear-gradient(
  90deg,
  transparent 0%,
  rgba(0, 65, 155, 0.2) 30%,
  rgba(0, 65, 155, 0.6) 45%,
  rgba(0, 65, 155, 0.2) 55%,
  transparent 70%
);
  transform: skewX(0deg);
  animation: shine 2s infinite;
  z-index: 2;
}



@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.tombol-dark {
    background-color: transparent;
  height: 40px;
  line-height: 4px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  border-radius: 4px;
  border-color: #000000;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #011025;
  opacity: 75%;
  z-index: -1;
}
.tombol-menu {
  position: absolute;
  top: 1.7rem;
  right: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.tombol-menu .garis {
  height: 3px;
  background-color: #fff;
}
section {
  padding: 50px 0px 50px 0px;
}
section h3 {
  font-size: 30px;
}

#aboutus,
#team,
#blog {
  text-align: center;
}
section p.ringkasan {
  font-style: italic;
  font-size: 18px;
  color: #ababab;
}
section .konten-isi p {
  font-size: 32px;
  font-style: normal;
  margin-right: 150px;
  margin-left: 150px;
}
nav.putih {
  background-color: #fff;
}
nav.putih .tombol-menu .garis {
  background-color: #333;
}
nav.putih ul li a {
  color: #333;
}
nav .logo img.hitam {
  display: none;
}
section.abuabu {
  background-color: #f5f6f6;
}
.support,
.tim,
.blog {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.support h6,
.tim h6 {
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
}

/*lates blog*/
section#gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  overflow: hidden;
  padding: 10px 0px 10px 0px;
}

section#gallery div {
  padding: 10px;
}
section#gallery div img {
  height: 100px;
  border-radius: 5px;
}
section#gallery div img:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}

/*latest blog*/
.blog .area {
  width: 47%;
  box-shadow: 0px -10px 30px #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog div.area div {
  width: 50%;
}
.blog .area .gambar {
  border-radius: 5px 0px 0px 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}
.blog .area .text article {
  padding: 40px;
}
.blog .area .text article h4 {
  margin: 0px;
}
.blog .area .text article a {
  color: #333;
  text-decoration: none;
  transition: color 0.5s ease;
}
.area {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.area:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/*coba responsive*/
@media screen and (max-width: 991.98px) {
  .layar-dalam {
    width: 90%;
  }
  nav .menu ul {
    display: none;
    margin-top: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  nav .menu ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    line-height: 40px;
  }
  nav .menu ul li a {
    color: #333;
  }
  .tombol-menu {
    display: flex;
  }
  .blog .area {
    display: block;
  }
  .blog div.area div {
    width: 100%;
  }
  .blog .area .gambar {
    border-radius: 5px 5px 0px 0px;
    height: 200px;
  }
  .support {
    display: block;
  }
  .support div {
    width: 100%;
    padding-bottom: 30px;
  }
}

/*quotes*/
section.quote {
  background: url("/asset/black-sharp-gradient-background-free-vector.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  padding: 100px;
}

/*Calender*/
.container1 {
  position:relative;
  width: 1330px;
  min-height: 500px;
  margin: 0 auto;
  padding: 5px;
  color: #fff;
  display: flex;

  border-radius: 10px;
  background-color: #373c4f ;
}
.left {
  width: 55%;
  padding: 20px;
}
.calendar {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #878895;
  border-radius: 5px;
  background-color: #fff;
}
/* set sesudah sebelum elem kalender */
.calendar::before,
.calendar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 12px;
  height: 97%;
  border-radius: 0 5px 5px 0;
  background-color: #d3d4d6d7;
  transform: translateY(-50%);
}
.calendar::before {
  height: 94%;
  left: calc(100% + 12px);
  background-color: rgb(153, 153, 153);
}
.calendar .month {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: capitalize;
}
.calendar .month .prev,
.calendar .month .next {
  cursor: pointer;
}
.calendar .month .prev:hover,
.calendar .month .next:hover {
  color: var(--primary-clr);
}
.calendar .weekdays {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}
.weekdays div {
  width: 14%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar .days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.calendar .days .day {
  width: 14%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--primary-clr);
  border: 1px solid #f5f5f5;
}
.calendar .days .day:nth-child(7n + 1) {
  border-left: 2px solid #f5f5f5;
}
.calendar .days .day:nth-child(7n) {
  border-right: 2px solid #f5f5f5;
}
.calendar .days .day:nth-child(-n + 7) {
  border-top: 2px solid #f5f5f5;
}
.calendar .days .day:nth-child(n + 29) {
  border-bottom: 2px solid #f5f5f5;
}

.calendar .days .day:not(.prev-date, .next-date):hover {
  color: #41bbd1;
  background-color: var(--primary-clr);
}
.calendar .days .prev-date,
.calendar .days .next-date {
  color: #b3b3b3;
}
.calendar .days .active {
  position: relative;
  font-size: 1rem;
  color: #41bbd1;
  background-color: var(--primary-clr);
}
.calendar .days .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 2px var(--primary-clr);
}
.calendar .days .today {
  font-size: 1rem;
}
.calendar .days .event {
  position: relative;
}
.calendar .days .event::after {
  content: "***";
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 75%;
  height: 6px;
  border-radius: 30px;
  transform: translateX(-50%);
  color: #41bbd1;
  background-color: var(--primary-clr);
}
.calendar .days .day:hover.event::after {
  background-color: #41bbd1;
}
.calendar .days .active.event::after {
  background-color: #41bbd1;
  bottom: 20%;
}
.calendar .days .active.event {
  padding-bottom: 10px;
}
.calendar .goto-today {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 0 20px;
  margin-bottom: 20px;
  color: var(--primary-clr);
}
.calendar .goto-today .goto {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--primary-clr);
}
.calendar .goto-today .goto input {
  width: 100%;
  height: 30px;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  color: var(--primary-clr);
  border-radius: 5px;
}
.calendar .goto-today button {
  padding: 5px 10px;
  border: 1px solid var(--primary-clr);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  color: var(--primary-clr);
}
.calendar .goto-today button:hover {
  color: #41bbd1;
  background-color: var(--primary-clr);
}
.calendar .goto-today .goto button {
  border: none;
  border-left: 1px solid var(--primary-clr);
  border-radius: 0;
}
.container1 .right {
  position: relative;
  width: 40%;
  min-height: 100%;
  padding: 20px 0;
}

.right .today-date {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  padding-left: 70px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.right .today-date .event-day {
  font-size: 2rem;
  font-weight: 500;
}
.right .today-date .event-date {
  font-size: 2rem;
  font-weight: 400;
  color: #878895;
}
.events {
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-left: 4px;
}
.events .event {
  position: relative;
  width: 95%;
  min-height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0 20px;
  padding-left: 50px;
  color: #41bbd1;
  background: linear-gradient(90deg, #3f4458, transparent);
  cursor: pointer;
}
/* even dalam kalender */
.events .event:nth-child(even) {
  background: transparent;
}
.events .event:hover {
  background: linear-gradient(90deg, var(--primary-clr), transparent);
}
.events .event .title {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.events .event .title .event-title {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 20px;
}
.events .event i {
  color: var(--primary-clr);
  font-size: 0.5rem;
}
.events .event:hover i {
  color: #41bbd1;
}
.events .event .event-time {
  font-size: 0.8rem;
  font-weight: 400;
  color: #41bbd1;
  margin-left: 15px;
  pointer-events: none;
}
.events .event:hover .event-time {
  color: #878895;
}
/* event sesudah kalender */
.events .event::after {
  content: "✓";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 3rem;
  line-height: 1;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  color: var(--primary-clr);
  transform: translateY(-50%);
}
.events .event:hover::after {
  display: flex;
}
.add-event {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #878895;
  border: 2px solid #878895;
  opacity: 0.5;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.add-event:hover {
  opacity: 1;
}
.add-event i {
  pointer-events: none;
}
.events .no-event {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #878895;
}
.add-event-wrapper {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 90%;
  max-height: 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: max-height 0.5s ease;
}
.add-event-wrapper.active {
  max-height: 300px;
}
.add-event-header {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #373c4f;
  border-bottom: 1px solid #373c4f;
}
.add-event-header .close {
  font-size: 1.5rem;
  cursor: pointer;
}
.add-event-header .close:hover {
  color: var(--primary-clr);
}
.add-event-header .title {
  font-size: 1.2rem;
  font-weight: 500;
}
.add-event-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
}
.add-event-body .add-event-input {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.add-event-body .add-event-input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #373c4f;
}
.add-event-body .add-event-input input::placeholder {
  color: #a5a5a5;
}
.add-event-body .add-event-input input:focus {
  border-bottom: 1px solid var(--primary-clr);
}
.add-event-body .add-event-input input:focus::placeholder {
  color: var(--primary-clr);
}
.add-event-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.add-event-footer .add-event-btn {
  height: 40px;
  font-size: 1rem;
  font-weight: 500;
  outline: none;
  border: none;
  color: #a5a5a5;
  background-color: var(--primary-clr);
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid var(--primary-clr);
}
.add-event-footer .add-event-btn:hover {
  background-color: transparent;
  color: var(--primary-clr);
}

@media screen and (max-width: 991.98px) {
  .container1{
    width: 95%;
  }
  .spcl_section{
    width: 100%;
    position: inherit;
  }
  .col-6 .img-box{
    position:relative;
    display:inherit;
  }
  .container{
    height: 90%;
  }

}

@media screen and (max-width: 991.98px) {
  .spcl_section .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .spcl_section .col-6 {
  width: auto;
  margin-bottom: 15px;
  }
  .abuabu .layar-dalam {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog {
    display: flex;
    flex-direction: column;
  }
  .blog .area {
    width: 100%;
    margin-bottom: 20px;
  }
}

section.atasan {
  background: url("/asset/ITC_4.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 300px;
}

.wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container5 {
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}


@media screen and (max-width: 991.98px) {
  .blog_hero{
    flex-direction: column;
  }
  .judul_hero {
    display: none !important;
    order: 2;
    flex-grow: 1;
    width: 100% !important;
    height: 200px !important;
  }
  .gambar_hero{
    height: 500px;
  }
  .text_gambar_hero{
    display: flex !important;
  }
  .layout_hero{
    background-color: #011838b4 !important;
  }

}

@media screen and (max-width: 400px) {
  .navbar-brand {
    display: none;
  }  
}


@media (max-width: 768px) {
  
  .margin_mobile_article {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  
  .article_hover:hover .backround_hover {
   width: 103% !important;
   height: 104% !important;
   box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3) !important;
  }
 
}

.mobile_scroll_resize{
  width: 103% !important;
   height: 104% !important;
   box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3) !important;
}

.circle {
  width: 12px;
  height: 12px;
  background-color: #00265c;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.circle_hole {
  width: 12px;
  height: 12px;
  background-color: #00265c00;
  border: #00265c 1px solid;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
}

.navbar_scrolled {
  background-color: #00265c !important;
  box-shadow: 0.3px 10px rgba(0, 0, 0, 0.027);
}

.navbar {
  transition: all 0.5s !important;
}

#more-info {
    scroll-margin-top: 100px;
}

.carousel-body {
    margin: 0;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    background: #ffffff;
}

.carousel-container {
    background: transparent;
}

.card-wrapper {
    max-width: 1200px;
    margin: 0 60px 5px;
    padding: 20px 10px;
    overflow: hidden;
    justify-self: center;
}

.card-list {
  padding-left: 0px !important;
}

.card-list .card-item {
    list-style: none;
}

.card-list .card-item .card-link {
    height: 400px;
    user-select: none;
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    transition: 0.2s ease;
} 

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #00265c;
    transform: scale(1.05);
}

.card-list .card-link .card-image {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}

.card-list .card-link .card-title {
    font-size: 1.19rem;
    color: #000;
    font-weight: 600;
    padding-top: 18px;
}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    color: #00265c;
    border-radius: 50%;
    margin: 30px  0 5px;
    background: none;
    cursor: pointer;
    border: 2px solid #00265c;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
    color: #fff;
    background: #00265c;
}

.swiper-pagination {
  padding-bottom: 10px !important;
}

.card-wrapper .swipper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #00265c;
}

.card-wrapper .swipper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #00265c;
    margin-top: -35px;
}

@media screen and (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }
    .card-wrapper .swiper-slide-button {
        display: none;
    }
}