@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px red solid; */
}

html, body {
  margin: 0;
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
  background-color: grey;
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
  background-color: grey;
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background-color: grey;
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 35px;
  left: 30px;
  width: 35px;
  height: 26px;
  cursor: pointer;
  z-index: 10;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  border-radius: 9px;
  display: block;
  position: absolute;
  width: 100%;
  background-color: grey;
  transition-duration: .25s;
}
.menu__btn > span{
  height: 7px;
}
.menu__btn > span::before{
  height: 6px;
}
.menu__btn > span::after{
  height: 6px;
}
.menu__btn > span::before {
  content: '';
  top: -13px;
}
.menu__btn > span::after {
  content: '';
  top: 15px;
}
.menu__box {
  z-index: 9;
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.bawah{
  position: absolute;
  bottom: 10vw;
}

.containers {
  margin-top: -6vw;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.carousel-indicatorsmob {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.carousel-indicatorsmob [data-bs-target] {
  background: url(assets/coffee-beans.png) no-repeat;
  flex: 0 1 auto;
  width: 100vw;
  height: 10vw;
  padding: 0;
  text-indent: -999px;
  margin-top: -3vw;
  cursor: pointer;
  background-clip: padding-box;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicatorsmob .active {
  opacity: 1;
}

.indicator{
  display: flex;
  justify-content: center;
}

.sec1_home{
  background: url(assets/Pohon\ kopi\ 2.png), url(assets/Pohon\ kopi\ 1.png);
  background-repeat: no-repeat;
  background-position: left, right;
  width: 100%;
  height: 90vw;
}

.klik3{
  display: flex;
  justify-content: center;
}

.klik3 img{
  width: 60vw;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px;
}

.judulexport{
  margin-top: 9vw;
}

.judulexport img{
  width: 100%;
}

.map{
  margin-top: 3%;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.map iframe{
  height: 120vh;
}

iframe{
  width: 90%;
  height: 40vh;
}

.wehave{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.wehave img{
  width: 90%;
}

.see_updates{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.see_updates img{
  width: 90%;
}

.footer_nav{
  width: 100%;
  height: max-content;
  margin-top: 10%;
  background-color: #6CC363;
  border-radius: 50px 50px 0px 0px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.20);
}

.first a{
  text-decoration: none;
  color: white;
  font-family: 'Gotham', sans-serif;
  font-size: 6vw;
  font-weight: 500;
  margin-left: 13vw;
}

.first a:hover{
  color: white;
}

.second a{
  text-decoration: none;
  color: white;
  font-family: 'Gotham', sans-serif;
  font-size: 6vw;
  font-weight: 500;
}

.second a:hover{
  color: white;
}

footer{
  width: 100%;
  background: #4A4949;
  height: 14.722vw;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.20);
}

.copy font{
  font-size: 4vw;
  color: white;
  font-family: 'Gotham', sans-serif;
}

.copy{
  float: left;
  display: inline-block;
  height: 100px;
  line-height: 13vw;
  margin-left: 13vw;
  width: 40%;
  height: 100%;
}

.design{
  display: inline-block;
  width: 1%;
}

.design img{
  margin-top: 3vw;
  width: 95vw;
}

.logohome_mob img{
  width: 15vw;
  margin-left: 10vw;
  margin-right: 10vw;
}

.logohome_mob img:hover{
  transform: translateY(-10px);
}

.foot_logo{
  margin-top: 4vw;
  display: flex;
  justify-content: center;
}
.foot_logo img{
  width: 90%;
}

/*------------------------------------------------------------------- About Coffee */

.text_about{
  background-color: #f6f6f6;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.p_about{
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  z-index: 2;
}

.p_about p{
  font-size: 7.5vw;
  font-family: 'Gotham', sans-serif;
}

.judul_process{
  z-index: -9;
  margin-top: -60px;
}

.judul_process img{
  position: relative;
  z-index: -9;
  width: 100%;
}

.content {
  padding: 20px;
  margin: 20px 20px 40px 20px;
  overflow: hidden;
  text-align: justify;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.content img {
  width: 40vw;
  margin-right: 15px;
  float: left;
}

.content h3,
.content p{
  font-family: 'Gotham', sans-serif;
  margin-left: 15px;
  display: block;
  margin: 2px 0 0 0;
}

.content h1{
  font-size: 8vw;
  color: #6CC363;
}

.content p{
  font-size: 6.8vw;
}

.figure{
  width: 40vw;
  height: 250px;
  margin-right: 15px;
  float: left;
}

/*------------------------------------------------------------- Coffee History In The World */

.text_history{
  background: url(assets/garis_world.png) no-repeat;
  background-position: 3%;
  background-size: 4.5%;
}

.p_history{
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  z-index: 2;
}

.p_history p{
  font-size: 7.5vw;
  font-family: 'Gotham', sans-serif;
}

/*---------------------------------------------------------- Coffee History In Indonesia */
.indomaps img{
  width: 100%;
}

.text_history_indo{
  margin-top: 15vw;
}

.p_history_indo{
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  z-index: 2;
}

.p_history_indo p{
  font-size: 7.5vw;
  font-family: 'Gotham', sans-serif;
}

/*---------------------------------------------------------------- About Us */

.head_aboutus{
  margin-top: -6.5vw;
  background-color: #6CC363; 
  border-radius: 0px 0px 50px 50px;
  box-shadow: 0px 8px 10px 9px rgba(0, 0, 0, 0.15);
  padding-bottom: 15vw;
}

.logo_judul_mob img{
  margin-top: 10vw;
  margin-left: 155vw;
}

.logo_judul_mob h1{
  font-family: 'Gotham', sans-serif;
  font-size: 27vw;
  color: white;
  text-shadow: 5px 5px 2px rgba(0,0,0,0.15);
  margin-left: 19vw;
}

.rectangle {
  height: 4px;
  width: 80%;
  background-color: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.20);
  margin-left: auto;
  margin-right: auto;
}

.text_aboutus{
  background-color: white;
  margin-top: 10vw;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.p_aboutus{
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  z-index: 2;
}

.p_aboutus p{
  margin-top: 8vw;
  font-size: 6.5vw;
  font-family: 'Gotham', sans-serif;
}

.p_aboutus h1{
  color: #6CC363; 
  font: 'Gotham', sans-serif bold;
  font-size: 13vw;
}

.rectangle_hijau{
  border-radius: 5px;
  height: 6px;
  width: 100%;
  background-color: #6CC363;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.20);
  margin-left: auto;
  margin-right: auto;
}

.content_about {
  padding: 20px 40px 40px 40px;
  margin: 20px 80px 40px 80px;
  overflow: hidden;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.content_about img {
  width: 100%;
}

.content_about h3,
.content_about p{
  font-family: 'Gotham', sans-serif;
  margin-left: 15px;
  display: block;
  margin: 2px 0 0 0;
}

.content_about h1{
  font-size: 10vw;
  color: white;
}

.content_about p{
  width: 100%;
  font-size: 8vw;
}

.offset{
  margin: 5vw 0vw 28vw -17vw
}

/* .offset img{
  position: absolute;
  width: 70%;
  margin-top: 3vw;
  margin-left: -17vw;
} */

.offset p{
  color: white;
  font-family: 'Gotham', sans-serif;
  font-size: 10vw;
  font-weight: 500;
  border-radius: 3vw;
  background-color: #6CC363;
  position: absolute;
  width: 68%;
  padding-left: 4rem;
}

.text_about{
  background-color: #f6f6f6;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.p_about{
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  z-index: 2;
}

.p_about p{
  font-size: 7.5vw;
  font-family: 'Gotham', sans-serif;
}

.ingrade_mob{
  background-color: white;
}

.content_prof{
  padding: 20px;
  margin: 40px 80px 40px 80px;
  overflow: hidden;
  text-align: justify;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.content_prof img {
  width: 40vw;
  margin-right: 10vw;
  margin-top: 10vw;
  margin-bottom: 12vw;
  float: left;
}

.content_prof h3,
.content_prof p{
  font-family: 'Gotham', sans-serif;
  margin-left: 15px;
  display: block;
  margin: 2px 0 0 0;
}

.content_prof h1{
  font-size: 8vw;
  color: #656565;
}

.content_prof h2{
  color: #6CC363;
}

.content_prof p{
  font-size: 6vw;
}

.sertif{
  background: url(assets/tahun\ sertif.png) no-repeat;
  background-position: 90%;
  background-size: 5%;
}

.sertif img{
  width: 120vw;
}

.pop_ingrader{
  margin-bottom: 50vw;
  display: inline-block;
}

/* @media only screen and (min-width: 768) and (max-width: 1024) {
  .pop_ingrader{
    margin-left: 1000vw;
  }
} */

.logo_ingrade {
  position: absolute;
  margin-left: 20vw;
  z-index: 99;
  float: left;
}

.logo_ingrade img{
  width: 50vw;
  z-index: 99;
}

.content_ingrade{
  z-index: 1;
  position: absolute;
  margin-top: 13vw;
  margin-left: 50vw;
  background-color: #6CC363;
  padding: 5px;
  width: 120vw;
  overflow: hidden;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.content_ingrade h1{
  margin-top: 7.7vw;
  margin-left: 10vw;
  font-size: 8vw;
  color: white;
}

/* ------------ MODAL WINDOWS FOR IMAGE --------------*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.4); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 150vw;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/*------------------------------------------------ Coorporate Responsibility */

.head_coorporate{
  margin-top: -6.5vw;
  background-color: #6CC363; 
  border-radius: 0px 0px 50px 50px;
  box-shadow: 0px 8px 10px 9px rgba(0, 0, 0, 0.15);
  padding-bottom: 15vw;
}

.judul_coorporate img{
  margin-top: 10vw;
  margin-left: 155vw;
}

.judul_coorporate h1{
  font-family: 'Gotham', sans-serif;
  font-size: 19vw;
  color: white;
  text-shadow: 5px 5px 2px rgba(0,0,0,0.15);
  margin-left: 19vw;
}

.text_coorporate{
  margin-top: 20vw;
}

.judul_coorporate_h1{
  text-align: center;
}

.judul_coorporate_h1 h1{
  font-family: 'Gotham', sans-serif;
  color: #6CC363;
  font-size: 27vw;
}

.isi_coorporate{
  margin: 25vw 30vw 0 30vw;
  text-align: center;
}

.isi_coorporate p{
  font-size: 7vw;
}

/*---------------------------------------------- Product */

.root-contain{
  margin-top: 2vw;
  display: flex;
  justify-content: center;
}

.btn-contain{
  width: 80%;
}

.btn-show{
  margin-top: 5vw;
  cursor: pointer;
  width: fit-content;
  padding: 3vw 4vw;
  background-color: white;
  border-radius: 4vw;
  box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, 0.20);
}

.btn-show a{
  color: #6CC363;
  font-family: 'Gotham', sans-serif;
  font-weight: 500;
  font-size: 5vw;
  text-decoration: none;
}

.btn-show a:hover{
  color: #6CC363;
}

.judul_product h1{
  font-family: 'Gotham', sans-serif;
  font-size: 19vw;
  color: white;
  text-shadow: 5px 5px 2px rgba(0,0,0,0.15);
  margin-left: 19vw;
}

.judul_product img{
  margin-left: 20vw;
  margin-top: 5vw;
}

.content_product {
  padding: 20px;
  width: max-content;
  margin-left: 9%;
  margin-right: 5vw;
  overflow: hidden;
  text-align: justify;
  border-radius: 15px 15px 15px 15px;
  background: white;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.content_isi_product{
  display: flex;
  justify-content: center;
}

.content_product img {
  width: 70vw;
  float: left;
}

.text_isi_product{
  height: 10vw;
  background-color: #6CC363;
}

.text_isi_product p{
  padding: 1vw 3vw 0 3vw;
  font-family: 'Gotham', sans-serif;
  color: white;
  font-weight: 500;
}

.rectangle_product {
  margin-top: -3vw;
  height: 4px;
  width: 100%;
  background-color: #6CC363;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.20);
}

.text_product{
  height: 100%;
  background-color: white;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.price{
  margin-top: 4px;
  font-family: 'Gotham', sans-serif;
}

.price p{
  visibility: hidden;
  font-weight: 500;
}

.price span{
  color: #6CC363;
}

.rotate{
  margin-top: 25vw;
  margin-left: 20vw;
}

.tabel{
  margin-top: 10vw;
  display: flex;
  justify-content: center;
}

.tabel img{
  width: 90%;
}

.text_product_defect{
  height: 100%;
  background-color: white;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.defect_mob{
  margin-top: 3vw;
}

.defect_sec1_mob{
  display: flex;
  justify-content: center;
}

.item_mob{
  width: 60vw;
  text-align:center;
  display:inline-block;
}

.item_mob img{
  width: 40vw;
}

/* ----------------------------------------------------------------CONTACT US */

.contact_judul_mob img{
  margin-top: 10vw;
  margin-left: 155vw;
}

.contact_judul_mob h1{
  font-family: 'Gotham', sans-serif;
  font-size: 27vw;
  color: white;
  text-shadow: 5px 5px 2px rgba(0,0,0,0.15);
  margin-left: 17vw;
}

.contact_judul_mob h3{
  font-family: 'Gotham', sans-serif;
  font-size: 10vw;
  color: white;
  text-shadow: 5px 5px 2px rgba(0,0,0,0.15);
  margin-left: 19vw;
}

.text_contact{
  position: relative;
  background-color: white;
  height: 100%;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.content_contact {
  background: url(assets/background_kartunama_mob.png) no-repeat;
  background-position: right;
  background-size: contain;
  padding: 20px;
  margin: 40px 60px 40px 60px;
  overflow: hidden;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.content_isi_contact{
  margin-top: 40px;
  margin-left: 20px;
}

.content_contact img {
  width: 15vw;
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
}

.content_contact p {
  width: 80%;
  font-family: 'Gotham', sans-serif;
  font-size: 7vw;
  margin-right: 15px;
}

.peta_contact{
  margin-top: -10vw;
  padding-top: 20vw;
  background-color: #BBBDBA;
  padding-bottom: 20vw;
}

.peta_contact img{
  width: 100%;
}

.text_peta_contact{
  margin-top: 8vw;
  margin-left: 17vw;
}

.text_peta_contact h1{
  color: #656565;
  font-size: 10vw;
  font-family: 'Gotham', sans-serif;
}

.text_peta_contact h2{
  color: white;
  font-size: 8vw;
  font-weight: 500;
  font-family: 'Gotham', sans-serif;
}

.text_peta_contact pre{
  width: 60%;
  line-height: 10vw;
  color: #575555;
  font-size: 8vw;
  font-family: 'Gotham', sans-serif;
}

.rectangle_contact {
  height: 4px;
  width: 83%;
  background-color: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.20);
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------------------------PROCESS */

.logo_judul_mob p{
  margin-top: 5vw;
  line-height: 7vw;
  font-family: 'Gotham', sans-serif;
  font-size: 10vw;
  color: white;
  margin-left: 19vw;
}

.image{
  width: 100%;
  display: flex;
  justify-content: center;
}

.image img{
  width: 100vw;
}

.judul_cleaning img{
  position: relative;
  z-index: -10;
  margin-top: -20vw;
  width: 150vw;
}

.judul_dry img{
  position: relative;
  z-index: 1;
  margin-top: -20vw;
  width: 155vw;
  float: right;
}

.judul_dry2 img{
  position: relative;
  z-index: -10;
  margin-top: -20vw;
  width: 155vw;
  float: right;
}

.panel1_cleaning{
  height: 300vw;
}

.content_process {
  padding: 20px;
  width: max-content;
  margin-left: 9%;
  margin-right: 5vw;
  overflow: hidden;
  text-align: justify;
  border-radius: 15px 15px 15px 15px;
  background: white;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.content_process2 {
  padding: 20px;
  width: max-content;
  margin-left: 9%;
  margin-right: 5vw;
  overflow: hidden;
  text-align: justify;
  border-radius: 15px 15px 15px 15px;
  background: white;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.content_process3 {
  padding: 20px;
  width: max-content;
  margin-top: 150vw;
  margin-left: 9%;
  margin-right: 5vw;
  overflow: hidden;
  text-align: justify;
  border-radius: 15px 15px 15px 15px;
  background: white;
  box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.content_process p{
  font-size: 6vw;
  font-family: 'Gotham', sans-serif;
}

.content_process2 p{
  font-size: 4.9vw;
  font-family: 'Gotham', sans-serif;
}
.content_process3 p{
  font-size: 5vw;
  font-family: 'Gotham', sans-serif;
}

.content_isi_process{
  display: flex;
  justify-content: center;
}

.content_process img {
  width: 90vw;
  float: left;
}

.content_process2 img {
  width: 90vw;
  float: left;
}

.content_process3 img {
  width: 90vw;
  float: left;
}

.text_isi_process{
  height: 10vw;
  background-color: #6CC363;
  border-radius: 0px 0px 10px 10px;
}

.text_isi_process p{
  padding: 0 0 0 3vw;
  color: white;
  font-weight: 500;
  font-family: 'Gotham', sans-serif;
}

.rectangle_process {
  height: 4px;
  width: 100%;
  background-color: #6CC363;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.20);
}

.text_process{
  background-image: url(../assets/Pohon\ kopi\ 3.png);
  background-color: whitesmoke;
  margin-top: -5vw;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: right 200px;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.text_process2{
  background-image: url(../assets/Group\ 171.png);
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 1px 500px;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.text_process3{
  background-image: url(../assets/Pohon\ kopi\ 3.png);
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: right 200px;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.text_process4{
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: right 200px;
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.20);
}

.panah_kanan{
  margin-top: -40vw;
  margin-left: 119vw;
}

.panah_kanan img{
  width: 50vw;
}

.panah_kanan2{
  margin-top: -130vw;
  margin-left: 119vw;
}

.panah_kanan2 img{
  width: 55vw;
}

.panah_kiri{
  position: absolute;
  margin-top: -70vw;
  margin-left: 25vw;
}

.panah_kiri img{
  width: 55vw;
}

.panah_kiri2{
  position: absolute;
  margin-top: 65vw;
  margin-left: 36vw;
}

.panah_kiri2 img{
  width: 45vw;
}

.panah_kiri3{
  position: absolute;
  margin-top: -38vw;
  margin-left: 36vw;
}

.panah_kiri3 img{
  width: 18vw;
}

.double_gambar{
  display: flex;
  justify-content: center;
  width: 100%;
}

.double_gambar img{
  width: 90%;
}

/* --------------------------------updates */

.berita{
  width: 100%;
}

.container{
  padding-top: 10vw;
  width: 90%;
  text-align: center;
}

.grid_berita{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas:  "news1 news2"
                        "news3 news4"
                        "news5 news6"
                        "news7 news8"
                        "news10 news11"
                        "news12 news13"
                        "news14 news15"
                        "news16 news17";
  row-gap: 20px;
}

.news1{
  grid-area: news1;
}

.news2{
  grid-area: news2;
}

.news3{
  grid-area: news3;
}

.news4{
  grid-area: news4;
}

.news5{
  grid-area: news5;
}

.news6{
  grid-area: news6;
}

.news7{
  grid-area: news7;
}

.news8{
  grid-area: news8;
}

.news10{
  grid-area: news10;
}

.news11{
  grid-area: news11;
}

.news12{
  grid-area: news12;
}

.news13{
  grid-area: news13;
}

.news14{
  grid-area: news14;
}

.news15{
  grid-area: news15;
}

.news16{
  grid-area: news16;
}

.contain_continent{
  width: 90%;
}

.updates{
  margin-top: 10vw;
  display: flex;
  justify-content: center;
}

.carousel-control-prev-to,
.carousel-control-next-to {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
  background-color: #6CC363;
  border-radius: 50%;
}

.carousel-control-prev-to:hover, .carousel-control-prev-to:focus,
.carousel-control-next-to:hover,
.carousel-control-next-to:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev-to {
  left: 0;
}

.carousel-control-next-to {
  right: 0;
}

.carousel-control-prev-icon-to,
.carousel-control-next-icon-to {
  display: inline-block;
  width: 3rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon-to {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon-to {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.judulabout{
  background: #6CC363;
  width: 100%;
  height: 25vw;
  margin-top: 2vw;
}

.judulabout h1{
  font: bold 20vw 'Gotham', sans-serif;
  background-color: #565656;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(255,255,255,1);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
  padding-top: 0.5vw;
  padding-left: 20vw;
}






/* ------------ MODAL2 WINDOWS FOR IMAGE -------------- */
  #myImg01 {
    cursor: pointer;
    transition: 0.3s;
  }
  
  /* The Modal (background) */
  .modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: none; /* Enable scroll if needed */
    background-color: blue (0.4); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content2 {
    margin: 30vw auto 0 auto;
    display: block;
    width: 80%;
    max-width: 1169px;
    border-radius: 10px;
  }
  
  /* Add Animation */
  .modal-content2, #caption2 {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.1s;
    animation-name: zoom;
    animation-duration: 0.1s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0.5)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0.5)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close2:hover,
  .close2:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  .container2{
    position: relative;
    height: 50%;
    margin: 0 auto;
    max-width: max-content;
    max-height: max-content;
  }
  
  .container2{  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* ------------ MODAL WINDOWS FOR TEXT --------------*/
  .myText1 {
    cursor: pointer;
    transition: 0.3s;
  }
  
  .myText1:hover {opacity: 0.7;}
  
  .myText2 {
    cursor: pointer;
    transition: 0.3s;
  }
  
  .myText2:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: none; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content2 {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  
  /* Caption of Modal Image */
  #caption2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    padding: 10px 0;
  }
  
  /* Add Animation
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 2s;
    animation-name: zoom;
    animation-duration: 2s;
  } */
  
  /* @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  } */
  
  /* @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  } */
  
  /* The Close Button */
  .close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close2:hover,
  .close2:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }







/* ------------ MODAL3 WINDOWS FOR IMAGE -------------- */
#myImg04 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.4); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content3 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content3, #caption3 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close3 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container3{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container3{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText3 {
  cursor: pointer;
  transition: 0.3s;
}

.myText3:hover {opacity: 0.7;}

.myText3 {
  cursor: pointer;
  transition: 0.3s;
}

.myText3:hover {opacity: 0.7;}

/* The Modal (background) */
.modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content3 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption3 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close3 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}








/* ------------ MODAL4 WINDOWS FOR IMAGE -------------- */
#myImg07 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal4 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.4); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content4 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content4, #caption4 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close4 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close4:hover,
.close4:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container4{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container4{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText4 {
  cursor: pointer;
  transition: 0.3s;
}

.myText4:hover {opacity: 0.7;}

.myText4 {
  cursor: pointer;
  transition: 0.3s;
}

.myText4:hover {opacity: 0.7;}

/* The Modal (background) */
.modal4 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content4 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption4 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close4 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close4:hover,
.close4:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}



/* ------------ MODAL5 WINDOWS FOR IMAGE -------------- */
#myImg10 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal5 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.5); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content5 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content5, #caption5 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close5 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close5:hover,
.close5:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container5{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container5{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText5 {
  cursor: pointer;
  transition: 0.3s;
}

.myText5:hover {opacity: 0.7;}

.myText5 {
  cursor: pointer;
  transition: 0.3s;
}

.myText5:hover {opacity: 0.7;}

/* The Modal (background) */
.modal5 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content5 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption5 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close5 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close5:hover,
.close5:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}






/* ------------ MODAL6 WINDOWS FOR IMAGE -------------- */
#myImg13 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal6 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.6); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content6 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content6, #caption6 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close6 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close6:hover,
.close6:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container6{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container6{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText6 {
  cursor: pointer;
  transition: 0.3s;
}

.myText6:hover {opacity: 0.7;}

.myText6 {
  cursor: pointer;
  transition: 0.3s;
}

.myText6:hover {opacity: 0.7;}

/* The Modal (background) */
.modal6 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content6 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption6 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close6 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close6:hover,
.close6:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}





/* ------------ MODAL7 WINDOWS FOR IMAGE -------------- */
#myImg16 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal7 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.6); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content7 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content7, #caption7 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close7 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close7:hover,
.close7:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container7{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container7{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText7 {
  cursor: pointer;
  transition: 0.3s;
}

.myText7:hover {opacity: 0.7;}

.myText7 {
  cursor: pointer;
  transition: 0.3s;
}

.myText7:hover {opacity: 0.7;}

/* The Modal (background) */
.modal7 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content7 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption7 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close7 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close7:hover,
.close7:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}





/* ------------ MODAL8 WINDOWS FOR IMAGE -------------- */
#myImg19 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal8 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.6); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content8 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content8, #caption8 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close8 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close8:hover,
.close8:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container8{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container8{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText8 {
  cursor: pointer;
  transition: 0.3s;
}

.myText8:hover {opacity: 0.7;}

.myText8 {
  cursor: pointer;
  transition: 0.3s;
}

.myText8:hover {opacity: 0.7;}

/* The Modal (background) */
.modal8 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content8 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption8 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close8 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close8:hover,
.close8:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}






/* ------------ MODAL9 WINDOWS FOR IMAGE -------------- */
#myImg22 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal9 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.6); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content9 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content9, #caption9 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close9 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close9:hover,
.close9:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container9{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container9{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText9 {
  cursor: pointer;
  transition: 0.3s;
}

.myText9:hover {opacity: 0.7;}

.myText9 {
  cursor: pointer;
  transition: 0.3s;
}

.myText9:hover {opacity: 0.7;}

/* The Modal (background) */
.modal9 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content9 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption9 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close9 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close9:hover,
.close9:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}






/* ------------ MODAL10 WINDOWS FOR IMAGE -------------- */
#myImg25 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal10 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.6); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content10 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content10, #caption10 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close10 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close10:hover,
.close10:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container10{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container10{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText10 {
  cursor: pointer;
  transition: 0.3s;
}

.myText10:hover {opacity: 0.7;}

.myText10 {
  cursor: pointer;
  transition: 0.3s;
}

.myText10:hover {opacity: 0.7;}

/* The Modal (background) */
.modal10 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content10 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption10 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close10 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close10:hover,
.close10:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}




/* ------------ MODAL11 WINDOWS FOR IMAGE -------------- */
#myImg28 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal11 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.6); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content11 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content11, #caption11 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close11 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close11:hover,
.close11:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container11{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container11{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText11 {
  cursor: pointer;
  transition: 0.3s;
}

.myText11:hover {opacity: 0.7;}

.myText11 {
  cursor: pointer;
  transition: 0.3s;
}

.myText11:hover {opacity: 0.7;}

/* The Modal (background) */
.modal11 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content11 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption11 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close11 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close11:hover,
.close11:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}




/* ------------ MODAL12 WINDOWS FOR IMAGE -------------- */
#myImg31 {
  cursor: pointer;
  transition: 0.3s;
}

/* The Modal (background) */
.modal12 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: blue (0.6); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content12 {
  margin: 30vw auto 0 auto;
  display: block;
  width: 80%;
  max-width: 1169px;
  border-radius: 10px;
}

/* Add Animation */
.modal-content12, #caption12 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.5)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.5)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close12 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close12:hover,
.close12:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.container12{
  position: relative;
  height: 50%;
  margin: 0 auto;
  max-width: max-content;
  max-height: max-content;
}

.container12{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* ------------ MODAL WINDOWS FOR TEXT --------------*/
.myText12 {
  cursor: pointer;
  transition: 0.3s;
}

.myText12:hover {opacity: 0.7;}

.myText12 {
  cursor: pointer;
  transition: 0.3s;
}

.myText12:hover {opacity: 0.7;}

/* The Modal (background) */
.modal12 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content12 {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image */
#caption12 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
}

/* Add Animation
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 2s;
  animation-name: zoom;
  animation-duration: 2s;
} */

/* @-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
} */

/* @keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
} */

/* The Close Button */
.close12 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close12:hover,
.close12:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* ----------- little pop up */

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/* ------------------- TAMBAHAN ------------------------- */

form ul{
  list-style: none;
}

form a{
  text-decoration: none;
  position: absolute;
  bottom: 20vw;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}