html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; 
}

body {
  overflow-y: scroll;
}



.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
}




/*header;footer*/
/* Firefox */

.language-switch {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}

.language-switch button {
  background-color: white;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.language-switch button:hover {
  background-color: #333;
  color: white;
}

.language-switch button.active {
  background-color: #333;
  color: white;
  pointer-events: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #afd036 #DFE9EB;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #afd036;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #62A34B;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('path/to/century-gothic.ttf') format('truetype');
  
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Century Gothic', Arial, sans-serif;

}


.header {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
padding: 10px;
text-align: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 10px;
text-align: center;
z-index: 100;

}

.headcontainer1 {
flex: 1;
display: flex;

justify-content: flex-start;


}


.headcontainer1 .centered-images img {
height: 70px;
margin-right: 10px;
}

.headcontainer2 {
flex: 1;
font-size: 25px;
text-align: center;

}

.headcontainer2 a {
display: inline-block;
margin: 25px;
color: #333;
text-decoration: none;
font-weight: bold;
position: relative;
}

.headcontainer2 a:before,
.headcontainer2 a:after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: #afd036;
bottom: -2px;
left: 0;
transform: scaleX(0);
transition: transform 0.3s ease-in-out;
}

.headcontainer2 a:hover:before,
.headcontainer2 a:hover:after {
transform: scaleX(1);
}

.headcontainer3{
flex: 1;
display: flex;
justify-content: flex-end;
}

.headcontainer3 img {
height: 70px;
margin-right: 20px;


}

@keyframes barAnimation {
0% {
  width: 0;
}
100% {
  width: 100%;
}
}

.footer {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.footcontainer1 {
  display: flex;
  justify-content: center;
}

.footcontainer1 .f1 {
  height: 50px;
}

.footcontainer2 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.footcontainer2 a {
  font-size: 25px;
  display: inline-block;
  margin: 0 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

.footcontainer2 a:before,
.footcontainer2 a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #afd036;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.footcontainer2 a:hover:before,
.footcontainer2 a:hover:after {
  transform: scaleX(1);
}

.footcontainer3 p {
  margin-top: 10px;
  color: #333;
  font-size: 12px;
}

/*header;footer*/

.head{
  background-image: url(assets/image00012.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  align-items: start;
  
 
  background-size: 100%;
  padding: 20px;
  
}
.vi{
 
    
    color: #ffffff;
 
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin: 200px 200px;
    font-size: 60px;
    line-height: 1.5;
    
    
   
}


.chto {
  
  text-align: center;
}

@font-face {
  font-family: 'Discupli Britannica Bold';
  src: url('fonts/Discipuli\ Britannica\ Bold.ttf') format('truetype'); 
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Indonesia Script';
  src: url('fonts/Indonesia\ Script.otf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}


.title1{
  font-size: 30px;
  
  font-family: 'Indonesia Script', Arial, sans-serif;

  margin-top: 10px;
  font-weight: normal;
   color: #000000;
   
}
.title2{
  font-size: 30px;
  
  
  margin-top: 10px;
  font-weight: normal;
   color: #000000;
   font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.title3{
  font-size: 30px;
  
  font-family: 'Discupli Britannica Bold', Arial, sans-serif;

  margin-top: 10px;
  font-weight: normal;
   color: #000000;
   
}

.title4{
  font-size: 30px;
  
  font-family: 'Indonesia Script', Arial, sans-serif;

  margin-top: 10px;
  font-weight: normal;
   color: #000000;
   
}
.txt1{
  margin: 0px 300px;
  line-height: 30px;
  font-size: 20px;
  
}
.ch {
  display: inline-block;
  margin-right: 30px;
  border: black 1px solid;
  padding: 10px;
  background-color: #f5f4f4;
  width: 250px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease-in-out;
}



.ch:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.img-equal-size {
  width: 30%;
  height: 300px; 
}



.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'Century Gothic', Arial, sans-serif;
  color: #000000;
  font-size: 18px;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  border: solid #000000 1px;
  text-decoration: none;
  cursor: pointer; 
}

.btn:hover {
  background: #bdbdbd;
  
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);

}
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  position: relative;
  display: inline-block;
}

.popup img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  height: auto;
  width: auto;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: white;
  background-color: rgba(0,0,0,0.5);
  padding: 2px 10px;
  border-radius: 5px;
  cursor: pointer;
}



.bar{
  height: 2px;
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
  background-color: #afd036;
}