@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,400&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.layar-penuh {
  width: 100%;
}

 ul{
    list-style: none;
}

a{
    text-decoration: none;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.navbar{
  float: right;
}
.bg-dark{
  background-color: #000000 !important;
}.navbar-brand{
  font-weight: bold;
  font-size: 20px;
}
/* Login button */
.user-section a {
  color: #014282 !important;
  text-decoration: none;
  background: white;
  border-radius: 20px;
  
}


/* Button setelah login */

.after-login-button {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%  ;
}

.after-login-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-login button {
  background-color: #000000;
  text-decoration: none;
  color: white;
}

.after-login:hover button {
  color: white;
}

.after-login-card {
  background-color: #101010;
  padding: 10px;
}

.after-login-image {
  margin: 0px auto 0px auto;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.after-login-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-akun-part {
  color: white;
}

.info-akun-part h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.info-akun-part h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.info-akun-part p {
  font-size: 15px;
}

.after-login-card-button {
  display: flex;
  justify-content: center;
}

.after-login-card-button a {
  background-color: white;
  margin: 0.5px 0.5px;
}
.nav nav.primary-navigation {
  margin: 0;
  display: block;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  float: end;
  font-family: 'Montserrat', sans-serif;
}

.nav nav.primary-navigation ul li {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-family: 'Montserrat', sans-serif;

}

.nav nav.primary-navigation li a {
  color: rgb(255, 255, 255);
}

.nav nav.primary-navigation li a:hover {
  color: #656364;
}

.nav nav.primary-navigation li:hover {
  cursor: pointer;
}

.nav nav.primary-navigation ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  left: 0;
  display: none;
  background: #282728;
  z-index: 999;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;

}

.nav nav.primary-navigation ul li:hover>ul,
.nav nav.primary-navigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 250px;
  text-align: left;
  padding-top: 20px;
  box-shadow: 0px 3px 5px -1px rgb(46, 45, 45);
}

.nav nav.primary-navigation ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  border-style: none;
  font-family: 'Montserrat', sans-serif;

}

.nav nav.primary-navigation ul li ul li a:hover {
  padding-left: 5px;
  border-left: 2px solid #3a3939;
  transition: all 0.3s ease;
}
#about .about{
  margin-top: 50px;
  margin-bottom: 50px;
}
#about .about .deskripsi{
  padding-left: 100px;
  padding-right: 100px;
}

#slideguru{
  position: relative;  
  height: 600px;
  width: 1075px;
  display: flex;
  margin: auto;
  align-items: center;
}

#slideguru .swiper{
  width: 950px;
}

#slideguru .card{
  position: relative;
  background: #fff;
  border-radius: 20px;
  height: 350px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  /* margin-bottom: -20px; */
}

#slideguru .card::before{
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: white;
  border-radius: 20px 20px 0 0;
}

#slideguru .card .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
}

#slideguru .card .image{
  height: 140px;
  width: 140px;
  border-radius: 20%;
  padding: 3px;
  background: #000000;
  margin-top: 10px;
}

#slideguru .card .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20%;
  border: 3px solid #fff;
}

#slideguru .card .media-icons{
  position: static;
  top: 12px;
  right: 95px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#slideguru .card .media-icons i{
  color: #000000;
  opacity: 0.6;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 10px;
}

#slideguru .card .media-icons i:hover{
  opacity: 1;
}

#slideguru .card .name-profession{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  color: black;
} 

#slideguru .name-profession .name{
  font-size: 20px;
  font-weight: 600;
}

#slideguru .name-profession .profession{
  font-size:15px;
  font-weight: 500;
}


#slideguru .swiper-pagination{
  position: absolute;
  top: 550px;
  /* margin-top: -50px; */
}
#slideguru .bawahslide{
    margin-top: 100px;
}


#slideguru .swiper-pagination-bullet{
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: rgb(0, 0, 0);
}

#slideguru .swiper-button-next, .swiper-button-prev{
  opacity: 0.7;
  color: white;
  transition: all 0.3s ease;
}
#slideguru .swiper-button-next:hover, .swiper-button-prev:hover{
  opacity: 1;
  color: white;
}

.slider{
  max-width: 1100px;
  display: flex;
}
#slideberita .atassection{
  margin: auto;
}
/* #slideberita .atassection img{
 
} */
@media (max-width: 800px) {
	.box {
		min-height: 600px;
	}
	.box h1 {
		font-size: 32px;
	}
	.box h3 {
		font-size: 20px;
	}
	.box a.boxBtn {
		padding: 15px 40px;
	}
}

#counting{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}
#counting .wrapper {
  position: static;
  width: 80vw;
  /* transform: translate(-50%, -50%); */
  /* top: 50%; */
  /* left: 50%; */
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  margin-bottom: 10px;
}
#counting .container {
  width: 28vmin;
  height: 28vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  /* border-radius: 10px; */
  /* background-color: #ffffff; */
  /* border: 2px solid #292828; */
  /* box-shadow: 2px 2px 2px 2px; */
}
#counting i {
  color: #000000;
  font-size: 80px;
  text-align: center;
}
#counting span.num {
  color: #000000;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
#counting span.text {
  color: #040404;
  font-size: 30px;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  #counting .wrapper {
    width: 85vw;
  }
  #counting .container {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #counting .wrapper {
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  #counting .container {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #counting .wrapper {
    gap: 15px;
  }
  #counting .container {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  }
}


#card .container {

	/* flex-wrap: wrap; */
	/* justify-content: ; */
	max-width: 1200px;
	margin-block: 2rem;
	gap: 2rem;
	}

	#card .container .card {
	display: inline-block !important;
	flex-direction: column;
	width: clamp(20rem, calc(20rem + 2vw), 22rem);
	overflow: hidden;
	box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
	border-radius: 1em;
	/* background: #ece9e6; */
	text-decoration: none;
	/* background: linear-gradient(to right, #ffffff, #ece9e6); */
	}

	#card img {
	max-width: 100%;
	display: block;
	object-fit: cover;
	}