@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
:root {
  /* color */
  --body-color: #f3efe9;
  --main-color: #f5f0bb;
  --secondary-color: #61481c;
  --heading-color: #ffffff;
  --button-color: #7d9d9c;
  --navbar-color: #e0dad2;
  --navbar-text-color: #576f72;
  --button-text-color: #f0ebe3;
  --card-detail-color: #611c5e;
  /* font */
  --body-font: "Poppins", sans-serif;
}

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

body {
  background-color: var(--body-color);
  font-family: var(--body-font);
}

/* Header start */
.header {
  position: relative;
}

.header-bg {
  height: 10rem;
  background-image: url('../img/00LogodanNavigasi/navigasi.svg');
  background-position: center;
  background-size: cover;
  filter: blur(5px);
  position: relative;
  left: 0;
}

.header-content {
  width: 100%;
  height: 10rem;
  background: rgba(0, 0, 0, 0.34);
  color: var(--heading-color);
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
/* Header end */

/* Navbar start */
.navbar {
  background-color: var(--navbar-color);
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 1;
}

.show {
  background-color: transparent;
  border: none;
}
.nav-link {
  color: var(--navbar-text-color);
}
.nav-link:hover {
  color: #000;
  border-radius: 10%;
  font-weight: bolder;
}
.btn-login {
  background: var(--button-color);
  border-radius: 10px;
  color: var(--button-text-color);
}

.active {
  background-color: var(--body-color);
  font-weight: bolder;
}
.active:hover {
  color: #000;
  font-weight: normal;
  border-radius: 10%;
}

.btn-login:hover {
  background-color: #7D9D9C;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  border: none;
}

.navbar-toggler {
  background-color: var(--main-color);
}
.navbar-toggler-icon {
  color: var(--secondary-color);
}
/* Navbar end */

/* section profile dan struktur kepengurusan start */
.data-pengurus,
.data-pengurus-detail {
  position: relative;
}

/* Profil start */
.image-profile img {
  border-radius: 10px;
}
.content-profile {
  color: var(--secondary-color);
}

.title-pengurus,
.kwarcab-title {
  font-weight: 700;
  color: var(--secondary-color);
}
.kwarran-paragraph {
  font-weight: 400;
  font-size: 20px;
}
/* Profil end */

/* memphis */
.top-memphis {
  background-image: url('../img/08memphis/mp-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100px;
  height: 82px;
  right: 0;
  top: 0;
  z-index: -100;
}
.bottom-memphis-right {
  background-image: url('../img/08memphis/mp-3.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 220px;
  height: 395px;
  right: 0;
  bottom: 0;
  z-index: -100;
}
.bottom-memphis-left {
  background-image: url('../img/08memphis/mp-2.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: absolute;
  width: 200px;
  height: 75px;
  left: 0;
  bottom: 0;
  z-index: -100;
}

/* memphis*/
/* section profile dan struktur kepengurusan end */

/* Table start */

thead {
  background-color: var(--secondary-color);
  color: var(--heading-color);
}
/* pagination start */
.pagination a {
  color: var(--secondary-color);
}

.pagination a:hover,
.pagination .active a {
  background-color: var(--secondary-color);
  color: var(--heading-color);
}

.pagination a:focus {
  background-color: var(--secondary-color);
  color: var(--heading-color);
}

.pagination .active a {
  color: var(--heading-color);
  cursor: default;
}
/* pagination end */
/* Table end */

/* Visi Misi start */
.visi-misi {
  background-image: url('../img/03ProfilKwarcab/visimisiblur.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--heading-color);
}

.visi-misi-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.visi-misi-paragraph {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: start;
}
/* Visi Misi end */

/* Ketua kwarcab start */
.ketua-kwarcab {
  background-image: url('../img/03ProfilKwarcab/bg-ketua-kwarcab.png');
  background-position: center;
  background-size: cover;
  color: var(--secondary-color);
}
.title-ketua-kwarcab {
  font-weight: 700;
  font-size: 60px;
}
.periode-ketua-kwarcab {
  font-weight: 700;
  font-size: 20px;
}
/* Ketua kwarcab end */

/* Data Kursus start */
.data-kursus {
  background-color: var(--navbar-color);
  color: var(--secondary-color);
}
/* Data Kursus end */

/* contact start */
.contact img {
  width: 70px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
}
.contact img:hover {
  width: 90px;
  height: 80px;
  transition: all 0.2s ease;
}
/* contact end */

/* Footer start */
.footer {
  background-color: var(--navbar-color);
}

.footer-text {
  font-weight: 700;
  font-size: 15px;
}
/* Footer end */

/* Responsive start */
@media screen and (min-width: 1444px) {
}
@media screen and (max-width: 1200px) {
  .kwarr-paragraph {
    font-weight: 400;
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .kwarr-paragraph {
    font-weight: 400;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 7rem;
  }
  .header-address,
  .header-subtitle {
    display: none;
  }
  .header-content {
    align-items: center;
  }
  .kwarran-paragraph {
    font-weight: 400;
    font-size: 15px;
  }
}

@media screen and (min-width: 601px) {
}
@media screen and (max-width: 600px) {
  /* header */
  .header-text {
    display: none;
  }
  .header-content {
    place-content: center;
  }

  /* navbar */
  .navbar {
    padding: 20px;
    border-radius: 0 0 10% 10%;
  }

  /* section-anggota */

  .title-pengurus {
    font-size: 30px;
  }
  .title-ketua-kwarcab {
    font-size: 40px;
  }
  .kwarcab-title {
    font-size: 20px;
  }
}

/* Responsive end */
