/* import font-family from google font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&display=swap');

/* import responsive CSS */
@import "responsive.css";

/* Customize CSS */
body {
  height: fit-content;
}

#navbar {
  transition: all .3s;
}

#btn-to-top {
  transition: ease .5s;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.up_btn i {
  color: #ffe344bd;
  margin-right: 1rem;
  font-size: 3rem;
  border-radius: 50px;
  transform: translateX(6rem);
}

.up_btn i:hover {
  color: #ffe344;
}

.btn-launch {
  transform: translateX(-6rem);
}

.nav-hidden {
  transform: translateY(-6rem);
}

.navbar--bg-c {
  background-color: #212121c9;
}

.nav-item {
  margin-left: 1rem;
  padding: 0 1rem;
}

.nav-active, .nav-item:hover {
  color: #212121 !important;
  border-radius: 50px;
}

.nav-link {
  font-weight: bold;
  font-size: 1.1rem;
  color: #ffffffc4 !important;
  text-align: center;
}

.active {
  color: #ffe344 !important;
}

.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ffe344;
  box-shadow: 0px 0px 0px 0.5px #000000;
}

.nav-link:hover {
  color: #ffe344 !important;
}

body {
  background: url(../img/hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

#content {
  transition: ease-in-out .4s;
}

h2, h4, p {
  text-shadow: 0px 3px 6px #000000;
}

#hero {
  background: transparent;
  height: 100vh;
}

#hero h1 {
  position: relative;
  font-family: 'Times New Roman', Times, serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #000000;
}

#hero p {
  position: relative;
  font-size: 1.5rem;
  color: #eeeeee;
}

.blur-bg {
  background: transparent !important;
  backdrop-filter: blur(10px) !important;
}

#about, #history {
  min-height: 100vh;
  overflow-x: hidden;
  max-height: fit-content;
}

#about {
  overflow-y: hidden;
}

.title-section h2 {
  font-size: 2rem;
  color: #f5f5f5;
  text-shadow: 2px 2px 4px #000000;
}

#about .img-about img {
 width: 26rem;
 transition: ease .8s;
}

#about .img-about img:hover {
  filter: sepia(100%) saturate(632%) saturate(1000%) contrast(371%);
  -webkit-filter: sepia(100%) saturate(632%) saturate(1000%) contrast(371%);
  -moz-filter: sepia(100%) saturate(632%) saturate(1000%) contrast(371%);
}

#about .about-text {
  width: fit-content;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.575) 0, transparent 90%);
  color: #FFFFFF;
  padding: 0 2rem 1rem 2rem;
  border-bottom: 5px solid #ffe344;
}

#about .about-text {
  text-align: justify;
}

#about .about-text p {
  font-size: 1.1rem;
}

.title-section {
  display: flex;
  align-items: center;
  margin: 2rem 0 0 0;
}

.title-section::before, .title-section::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 0.5px #000000;
}

#history .history-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

#history .history-container .content-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#history .history-container .content-container .imgBox {
  position: relative;
  width: 80vw;
  height: 80vh;
  overflow: hidden;
  box-shadow: 0 25px 25px rgba(0,0,0,0.1);
}

#history .history-container .content-container .imgBox img {
  position: absolute;
  left: -4rem;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#history .history-container .content-container .content-history {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem 3rem;
  padding-top: 1.5rem;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0, transparent 100%);
  z-index: 1;
  max-width: 100%;
  color: #fff;
  box-shadow: 0 25px 25px rgba(0,0,0,0.1);
  border-bottom: 5px solid #ffe344;
  text-align: justify;
}

.content-history p {
  font-size: 1.1rem;
  text-shadow: 0px 3px 6px #000000;
}

#android .anim-img .fly {
  position: absolute;
  bottom: -5rem;
  z-index: 9999;
}

#character {
  max-height: fit-content;
}

.character .kartus {
  position: relative;
}

.character .kartus .kartu {
  width: 300px;
  height: 400px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0, transparent 100%);
  box-shadow: 0px 25px 32px -8px rgba(0,0,0,0.52);
  margin: 2rem;
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 0;
  transition: .5s ease;
  text-shadow: 0px 3px 6px #000000;
}

.character .kartus .kartu .b {
  position: absolute;
  display: block;
  width: 100%;
  margin: auto;
  left: .3rem;
  top: 2rem;
}

.character .kartus .kartu .s {
  position: absolute;
  display: block;
  width: 70%;
  left: 2rem;
}

.character .kartus .kartu .a {
  position: absolute;
  display: block;
  width: 190%;
  left: -5rem;
  top: -7.5rem;
  object-fit: cover;
}

.character .kartus .kartu h3 {
  position: absolute;
  bottom: -1rem;
  width: 100%;
  text-align: center;
  padding: 2rem 1rem;
  color: #fff;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0, transparent 100%);
}

.card-hov {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  border: 2px solid #ffe344;
  display: flex;
  justify-content: center;
  align-items: center;
}

.character .kartus .kartu:hover {
  cursor: pointer;
}

.character .kartus .kartu:hover .card-hov {
  opacity: 1;
  background-color: #ffcd4425;
}

.character .kartus .kartu:hover .card-hov img {
  filter: sepia(100%) saturate(632%) saturate(1000%) contrast(371%);
  -webkit-filter: sepia(100%) saturate(632%) saturate(1000%) contrast(371%);
  -moz-filter: sepia(100%) saturate(632%) saturate(1000%) contrast(371%);
}

.character .kartus .kartu:hover h3 {
  color: #ffe344;
  text-shadow: 0px 3px 8px #000000;
}

.modal {
  background-color: #2121218c !important;
  z-index: 9999;
}

.modal-content {
  background: #68686867 !important;
  color: rgba(255, 255, 255, 0.918) !important;
  border-radius: 0;
  text-shadow: 0px 3px 6px #000000;
}

.more-btn {
  padding: .7rem 2rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
}

.more-btn i {
  font-size: 1rem;
  margin-left: 10px;
  transition: ease .4s;
}

.more-btn:hover {
  border: 1px solid #ffe344;
  color: #ffffff;
  background-color: #ffe34460;
}

.more-btn:hover i {
  transform: translateX(0.5rem);
}

#nier_automata {
  background: url(../img/655990.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 125vh;
  max-height: fit-content;
}

footer {
  max-height: fit-content;
}

footer .sosmed {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  height: 20vh;
}

.sosmed a i {
  font-size: 2.5rem;
  margin: 0 1.4rem;
  transition: ease .3s;
}

.sosmed .fa-facebook:hover {
  color: #2d65ff;
}

.sosmed .fa-instagram:hover {
  color: #ff2d7d;
}

.sosmed .fa-twitter:hover {
  color: #42baff;
}

.sosmed .fa-steam:hover {
  color: #59b4ff;
}
/* fin */