:root {
  --bg: #f7f7f7;
  --primary: #9abe50;
  --action: #ca5335;
  --colors1: #358600;
  --colors2: #c1ff71;
  --colors3: #74d96a;
  --colors4: #adfc92;
  --text: rgb(1, 1, 1);
}

html {
  scroll-behavior: smooth;
}

img

* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
  outline: none;
  border: none;
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--bg);
  color: #ffffff;
  /* [[Start]] ini Ada eror body terkena margin, alias malas nyari(Over-Write) */
  margin: 0;
  /* [[Start]] ini Ada eror body terkena margin, alias malas nyari(Over-Write) */
}

/* Navbar */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 7%;
  background-color: rgba(1, 1, 1, 0.3);
  border-bottom: 2px val(--primary);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}


.navbar .navbar-logo {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
}

.navbar .navbar-logo span {
  color: var(--primary);
}

.navbar .navbar-nav a {
  color: white;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0.5rem;
}

.navbar .navbar-nav a:hover {
  color: var(--action);
}

.navbar .navbar-nav a::after {
  content: "";
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid var(--action);
  transform: scaleX(0);
  transition: 0.2s linear;
}

.navbar .navbar-nav a:hover::after {
  transform: scaleX(0.5);
}

.navbar .navbar-extra a {
  color: white;
  margin: 0 0.5rem;
}

.navbar .navbar-extra a:hover {
  color: var(--action);
}

#hamburger-menu {
  display: none;
}
.navbar span a {
  text-decoration: none;
}


/* Text Animation Start */
.hidden {
  opacity: 0;
  filter: blur(1rem);
  transform: translateX(-100%);
  transition: all 1s;
}
.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}
/* Text Animation End */

/* hero section */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../img/header.jpg ");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero {
  position: relative;
  display: flex;
}
.hero .content {
  padding: 1.4rem 7%;
  max-width: 60rem;
}

.hero .content h1 {
  font-size: 5em;
  color: white;
  text-shadow: 2px 2px 3px rgba(1, 1, 1, 0.5);
  line-height: 1.2;
}

.hero .content h1 span {
  color: var(--primary);
}

.hero .content p {
  font-size: 1.2em;
  margin-top: 1rem;
  line-height: 1.4;
  font-weight: 100;
  text-shadow: 1px 1px 3px rgba(1, 1, 1, 0.5);
  /* mix-blend-mode: difference; */
}

/* Curve Wave on bottom of Hero section */
.top-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.top-wave svg {
  position: relative;
  display: block;
  width: calc(161% + 1.3px);
  height: 126px;
}

.top-wave .shape-fill {
  fill: #f7f7f7;
}

/* SVG BACKGROUND START*/
.spacer {
  aspect-ratio: 900/400;
  /* width: 100; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-wellcome {
  background-image: url("../img/background/bg-wellcome.svg");
}

.bg-about {
  background-image: url("../img/background/bg-about.svg");
}

/* .bg-about-end  {
  background-image: url("../bg-about-end.svg");
} */
/* SVG BACKGROUND END */

.wellcome,
.sejarah {
  /* position: relative; */
  padding: 8rem 7% 1.4rem;
}

.wellcome .rows {
  display: flex;
}

.wellcome .row:nth-child(2) {
  transition-delay: 50ms;
}

.wellcome .row:nth-child(3) {
  transition-delay: 100ms;
}

.wellcome .row:nth-child(4) {
  transition-delay: 200ms;
}
/* .wellcome .rows .wellcome-img {
  flex: 1 1 40rem;
} */

.wellcome .rows .wellcome-img img {
  width: 100%;
  max-width: 300px;
  border-radius: 40%;
}

.wellcome .rows .content {
  flex: 1 1 35rem;
  padding: 0 1rem;
  margin-left: 3vh;
}


.wellcome h2,
.about h2,
.kelembagaan h2 ,
.sejarah h2{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: black;
}

.wellcome h2 span,
.about h2 span,
.kelembagaan h2 span,
.sejarah h2 span {
  color: var(--primary);
}

.wellcome .rows .content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--text);
}

.wellcome .rows .content p {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
}

/* about section start */

.about {
  padding: 8rem 7% 1.4rem;
}

.about p {
  margin-bottom: 0.8rem;
  padding-right: 3vh;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
}

.about .row {
  display: flex;
}
.about .row .map {
  flex: 1 1 45rem;
  width: 100%;
  object-fit: cover;
}

.about .text-about p span{
  font-weight: 600;
}
/* about section end */

/* Sejarah section Start */

.sejarah p{
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 5vh;
  text-align: center;
}

/* Sejarah section end */

/* kelembagaan start */
.kelembagaan {
  padding: 5rem 5% 1.4rem;
}

.kelembagaan p{
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 5vh;
}
.kelembagaan .logos {
  display: flex;
  justify-content: space-evenly;
  padding: 1rem 5vh;
}
.kelembagaan .logos .ikereja {
  border-radius: 50%;
}
.kelembagaan .logo {
  display: flex;
  flex-direction: column; 
  align-items: center;
  max-width: 20vh;
  height: auto;
}
.kelembagaan h3 {
  color: var(--text);
  text-align: center;
  margin: 1vh;
}

.kelembagaan .logos img {
  width: 100%;
  max-width: 20vh;
  height: auto;
}

.kelembagaan .logos .icon{
  font-size: 3rem;
}

.kelembagaan .logo:nth-child(2) {
  transition-delay: 100ms;
}
.kelembagaan .logo:nth-child(3) {
  transition-delay: 200ms;
}
.kelembagaan .logo:nth-child(4) {
  transition-delay: 300ms;
}
.kelembagaan .logo:nth-child(5) {
  transition-delay: 400ms;
}
.kelembagaan .logo:nth-child(6) {
  transition-delay: 500ms;
}
.kelembagaan .logo:nth-child(7) {
  transition-delay: 600ms;
}

.kelembagaan .container{
  display: flex;
  width: 100%;
  flex-direction: column;
}

.kelembagaan .container .content {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: 3vh;
  /* background-color: #ca5335; */
}

.kelembagaan .container .content .child-content{
  display: flex;
  /* flex-direction: column; */
  margin: 2vh 0;
}

.kelembagaan .child-content .sotk {
  display: flex;
  /* flex-direction: column; */
  /* align-items: center; */
  align-content: center;
  margin-top: 4rem;
  margin-left: 1vh;
  width: 25%;
}

.kelembagaan .child-content .sotk p{
  display: flex;
  margin: 0;
}

.kelembagaan .child-content .sotk .sotk-head{
  width: 30%;
}

.kelembagaan .child-content .sotk .sotk-content{
  width: 70%;
}


.kelembagaan .child-content .logo {
  width: 5%;
  /* padding-top: 3vh; */
}

.kelembagaan .child-content .logo img{
  width: 90%;
}

.kelembagaan .child-content .photo img {
  width: 100%;
  height: auto;
  max-width: 18vh;
}

.kelembagaan .child-content h3{
  text-align: start;
}

.kelembagaan .child-content .text {
  width: 80%;
}

/* kelembagaan end */

/* Sosmed dan Kontak Start*/
/* Contact Section */

.kontak{
  padding: 5rem 5% 1.4rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.kontak .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kontak .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.kontak .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: var(--primary);
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: var(--primary);
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: var(--primary);
}
@media (max-width: 950px) {
  .kontak{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .kontak .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .kontak{
    margin: 40px 0;
    height: 100%;
  }
  .kontak .content{
    flex-direction: column-reverse;
  }
 .kontak .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .kontak .content .left-side::before{
   display: none;
 }
 .kontak .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

/* .contact {
  padding: 8rem 7% 1.4rem;
  color: var(--text);
}

.contact p{
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
  text-align: center;
}

.contact .row {
  display: flex;
  margin-top: 2rem;
  background-color: var(--bg);
}

.contact .row .map {
  flex: 1 1 45rem;
  width: 100%;
  object-fit: cover;
}

.contac.row .forms {
  flex: 1 1 45rem;
  padding: 5rem 2rem;
  text-align: center;
}

.contact .row form {
  flex: 1 1 50rem;
  padding: 5rem 2rem;
  text-align: center;
  width: 100
}

.contact .row form .input-group {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  background-color: var(--bg);
  border: 1px solid var(--primary);
}

.contact .row form .input-group .with-padding {
  padding: 2rem;
  font-weight: 200;
}

.contact .row form .input-group i {
  font-size: 2rem;
}

.contact .row form .input-group input {
  width: 100%;
  padding: 2rem;
  font-size: 1.3rem;
  background: none;
  color: var(--text);
}

.contact .row form .btn {
  margin-top: 3rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #fff;
  background-color: var(--colors1);
  cursor: pointer;
}

.contact .input-group i{
  font-size: 2rem;
}

.contact h2 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

.contact h2 span {
  color: var(--primary);
}

.contact i{
  color: var(--text);
} */

/* Sosmed dan Kontak End*/

/* Footer */
/* Footer */

.footer {
  position: relative;
  width: 100%;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 25vh;
  padding-top: 1vh;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 1.9em;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 0.7rem;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/background/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

/*  Media Queries */
/* Media  Queries */

/* Laptop */
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}

/* Tablet */
@media (max-width: 758px) {
  html {
    font-size: 62.5%;
  }
  #hamburger-menu {
    display: inline-block;
  }

  .navbar .navbar-nav {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 25rem;
    height: 100vh;
    transition: 0.5s;
  }

  .navbar .navbar-nav.active {
    right: 0;
  }

  .navbar .navbar-nav a {
    color: black;
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 2rem;
  }

  .navbar .navbar-nav a::after {
    transform-origin: 0 0;
  }

  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.2);
  }

  .about .row {
    flex-direction: column;
  }

  .about p {
    padding-right: 0;
  }

  .kelembagaan .logos{
    display: flex;
    flex-wrap: wrap;
  }

  .kelembagaan .logos .logo {
    display: block;
    width: 100%;
    max-width: 10vh;
  }

  .kelembagaan .container .content .child-content{
    display: flex;
    /* flex-direction: column; */
  }

  .kelembagaan .container .content .child-content .sotk-head{
    display: none;
  }

  .kelembagaan .container .content .child-content .sotk-content{
    width: 100%;
  }
  .kelembagaan .container .content .child-content .text{
   
  }



  .contact .row {
    flex-wrap: wrap;
  }

  .contact .row .map {
    height: 30rem;
  }

  .contact .row form {
    padding-top: 0;
  }
}

/* Mobile Phone */
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
}
