* {
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
}

main {
  background-color: #ecfaff;
}

.bg-main-color{
    background-color: #ecfaff;
}

@media only screen and (max-width: 600px) {
  main {
    overflow-x: hidden;
  }

  .icon-akad {
    margin-top: 90px;
  }

}

/* bg-opening */
.bg-opening {
background: rgba(255, 255, 255, 0.1);
background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

/* btn */
.btn-success {
  background-color: #001a33;
  color: #fff;
  border: none;
}

.btn-success:hover {
  background-color: #fbd283;
  color: #fff;
  border: none;

}

.btn-success::after {
  background-color: #fbd283;
  color: #fff;
  border: none;

}

/* display main */
.display-main {
  z-index: 2;
  position: relative;
}

/* .display-content {
  z-index: 2;
 position: relative;
} */
.display-second {
  z-index: 1;
  position: fixed;
}

.display-third {
  z-index: 1;
  position: fixed;
}

/* main-content */
.main-content {
  background-image: url(../img/pattern.png);
  background-size: contain;
  background-repeat: repeat-y;
}

/* shadow */
.text-white-sd {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.41);
}

/* fonts */
@font-face {
  font-family: 'Neuton';
  src: url(../font/Neuton/Neuton-Light.ttf);
}

@font-face {
  font-family: 'Sinami';
  src: url('../font/sinami.ttf');
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sinami', 'Dancing Script', cursive;
  color: #0f64a0;
}

p,
small,
button,
a {
  font-family: 'Neuton';
  font-size: 13px;
}

h1 {
  font-size: 55px;

}

h2 {
  font-size: 35px;
}

.col-cound {
  background-color: transparent;
  border: 3px solid #375C32;
  border-radius: 30px;
  color: #375C32;
}

.img-landing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 236, 154, 0.5);
}

.img-landing {
  position: relative;
  background-image: url(../img/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;

}

.img-value {
  padding-top: 350px;
}

.bg-mood {
  margin-top: -480px;
  height: auto;
  border-radius: 66px 66px 0px 0px;
  box-shadow: 0px -10px 0px #375C32;
  background-size: cover;
  background: #FEE7C8;
  padding-top: 30px;
  z-index: 1;
  position: relative;
}

.bg-mood .row {
  padding-top: 180px;
}

.bg-greenty {
  background-color: #375C32;
}

.bg-nav-icon {
  background-color: #375C32;
  color: #fff;
  border-radius: 100px;
  padding: 10px 15px;
}

.bg-gold {
  border: 3px solid #375C32;
  border-radius: 30px;
}

.text-gold {
  color: #375C32;
}

.text-gold-shadow {
  color: #375C32;
  text-shadow: 2px 3px 5px rgba(170, 170, 170, 0.733);
}

.text-gold-sd {
  background: #fbd283;
  background: radial-gradient(circle farthest-corner at center center, #fbd283 0%, #AA8845 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.41);
}

.text-abu {
  color: #cccccc;
}

.main-bg {
  background-image: url(../img/bgprofil.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px;
}

.nav-display{
  width: 380px;
  margin: 0px auto;
  justify-content: center;
}

.header-main {
  background-color: rgba(226, 234, 255, 0.807);
  backdrop-filter: blur(20%);
  
}

/* hero */
.hero {
  background-image: url(../img/gaeleri3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 700px;
  object-position: center;
  background-position-y: -40px;
}

.hero .content-hero {
  background-color: #fff;
  position: relative;
  z-index: 2;

}


/* border-bottom*/
.b-bot {
  border-bottom: 1px solid #ffffff;
  margin-top: 11px;
}

/* card */
.card-box {
  border-radius: 0px 0px 60px 60px;
  box-shadow: 0px 10px 0px #E0E0E0;
  border: none;
  background-color: #EBF4EA;
}

/* closing */
#akhir .close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 234, 139, 0.438);
}

#akhir .close {
  position: relative;
  background-image: url(../img/akhir.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  max-height: 700px;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 80px;
}


/* komentar */
.komentar {
  height: 300px;
  overflow-y: scroll;
  overflow-x: none;
}

* {

  ::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
  }

  ::-webkit-scrollbar-track {
    background-color: transparent;
  }


  ::-webkit-scrollbar-thumb {
    background-color: #0f64a0;
    border-radius: 10px;
    border: 6px solid transparent;
    background-clip: content-box;
  }

  /* warna akan berubah menjadi abu mudah saat kursor diarahkan  */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #22d1ee;
  }
}





/* =========================== CSS TAMBAHAN BARU ==========================================*/

/* From Uiverse.io by cssbuttons-io */ 

.lp-desain {
  overflow: hidden;
}

.btn-warning {
  background-color: #A9DBA3;
  border: none;
}

.btn-warning:hover {
  background-color: #375C32;
  color: #375C32;
  border: none;
}

.footer-main {
  background-color: #EBF4EA;
  border-radius: 60px 60px 0px 0px;
  margin-top: -40px;
  position: relative;
  box-shadow: 0px -10px 0px #E0E0E0;
}

.galeri-row {
  background-color: #EBF4EA;
  border-radius: 60px 60px 10px 10px;
  box-shadow: 0px -10px 0px #E0E0E0;
  margin-top: 30px;
  padding-bottom: 50px;

}

.hr {
  border-bottom: 3px solid #375C32;
  border-radius: 20px;
  width: 100px;
  margin: 20px 0px;
}

.icon-gallery {
  background-color: #375C32;
  border-radius: 100px;
}

#galeri .carousel-inner img {
  max-height: 500px;
  max-width: overlay;
  object-fit: cover;
  object-position: center;
}

.icon-akad {
  margin-top: 220px;
}

.rounded-profil {
  border-radius: 80px;
}

.rounded-item {
  border-radius: 75px;
}

/* CSS BUTTON */
.carousel-control-prev:hover {
  background-color: transparent;
}


button {
  position: relative;
  padding: 15px 45px;
  background: #A9DBA3;
  font-size: 17px;
  font-weight: 500;
  color: #375C32;
  cursor: pointer;
  border: 1px solid #A9DBA3;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

#scrollToButton:hover {
  border: 1px solid #A9DBA3;
  background: linear-gradient(85deg,
      #A9DBA3,
      #A9DBA3,
      #A9DBA3,
      #A9DBA3,
      #A9DBA3);
  animation: wind 2s ease-in-out infinite;
}

@keyframes wind {
  0% {
    background-position: 0% 50%;
  }

  0% {
    background-position: 50% 100%;
  }

  0% {
    background-position: 0% 50%;
  }
}

.icon-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  transform-origin: 0 0;
  transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

button:hover .icon-1 {
  animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
  transform: rotate(10deg);
}

@keyframes slay-1 {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.icon-2 {
  position: absolute;
  top: 0;
  left: 25px;
  width: 12px;
  transform-origin: 50% 0;
  transform: rotate(10deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

button:hover .icon-2 {
  animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0);
  }
}

.icon-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  transform-origin: 50% 0;
  transform: rotate(-5deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

button:hover .icon-3 {
  animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-3 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}


/* CREDIT CARD */
.card-bank {
  width: auto;
  height: 200px;
  background: lightgrey;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.foreground {
  border-radius: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.8px);
  -webkit-backdrop-filter: blur(2.8px);
  padding: 16px;
  color: white;
}

.credit-card-header {
  display: flex;
  justify-content: space-between;
}

.credit-card-chip-container {
  margin: 8px 0;
  height: 40px;
  width: 40px;
}

.chip {
  width: 100%;
  height: 100%;
}

.category,
.bank {
  font-size: smaller;
}

.info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.names {
  align-self: flex-end;
  text-transform: uppercase;
  font-size: smaller;
}

.serial {
  align-self: flex-end;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: monospace;
}

.expire {
  margin-left: 3px;
  font-size: smaller;
}

/*CSS PETA RESPONSIVE */
.peta-responsive {
  /* overflow:hidden; */
  padding-bottom: 56.25%;
  position: relative;
  height: 0;

}

.peta-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.mt-6 {
  margin: 200px 0px;
}

.outline-gold {
  border: 2px solid #0f64a0;
  border-radius: 30px;
}