@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poetsen+One&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
:root {
  --primary-color: #2c3855;
  --primary-color-dark: #435681;
  --text-dark: #333333;
  --text-light: #767268;
  --extra-light: #f3f4f6;
  --white: #ffffff;
  --max-width: 1200px;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

p {
  font-family: sans-serif;
  line-height: 2;
}
/* css header */
.header__container {
  padding: 1rem 1rem 2rem 1rem;
}
.header__image__container {
  position: relative;
  min-height: 300px;
  background-image: linear-gradient(
      to right,
      rgba(44, 56, 85, 0.9),
      rgba(100, 125, 187, 0.3)
    ),
    url("ARGO\ WISATA\ 1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 2rem; */
}
.header__content {
  max-width: 1000px;
  padding: 3rem 2rem;
}

.header__image__container-2 {
  position: relative;
  min-height: 400px;
  background-image: url("ARGO\ WISATA\ 1.jpg");
  alt: "View of Blimbing Blitar";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2rem;
}
.header__content-2 {
  max-width: 1000px;
  padding: 3rem 2rem;
  position: relative;
}
.read-more {
  color: black;
  background-color: white;
  padding: 10px;
  border-radius: 20px;
  text-decoration: none;
  position: absolute;
  top: 350px;
  right: 10px;
}

/* BLOG */
.header__image__container-blog img {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2rem;
}
.header__content h1 {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 600;
  color: var(--white);
}
.header__content p {
  color: var(--extra-light);
}
.container {
  display: flex;
  position: relative;
}
/* link */
.link-kembali {
  background-color: grey;
  text-decoration: none;
  color: white;
  padding: 10px;
  border-radius: 20px;
}
.link-kembali:hover {
  background-color: black;
  text-decoration: none;
  color: white;
  padding: 10px;
  border-radius: 20px;
}
/* css sidebar */
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu > li {
  position: relative;
  margin: 20px;
}
.menu > li > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: black;
}
.menu li:hover > .submenu {
  display: block;
}
.submenu {
  display: none;
  position: absolute;
  left: 100%;
  width: 180px;
  padding: 10px 0;
  z-index: 1000;
  top: 0;
  background-color: rgb(226, 226, 226);
  border-radius: 5px;
}
.submenu li {
  display: block;
}
.submenu li a {
  display: block;
  padding: 8px 20px;
  color: black;
  text-decoration: none;
}
.menu > li:focus .submenu {
  display: block;
}
.menu > li:focus-within .submenu {
  display: block;
}
/* =========== */
.read-more:hover {
  background-color: grey;
  color: white;
}
/* css navigasi */
.sidebar {
  background-color: rgb(226, 226, 226);
  color: #ffffff;
  width: 300px;
  height: 80vh;
  box-sizing: border-box;
  margin: 20px;
  border-radius: 10px;
}
.nav-button {
  background-color: white;
  color: black;
}
h2 {
  text-align: center;
  margin-bottom: 20px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li a {
  text-decoration: none;
  color: #383b3d;
  padding: 10px;
  display: block;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul li a:hover {
  background-color: #2f4254;
  color: white;
}
/*  css gambar belimbing */
.content {
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
}
.header-image {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.berita {
  margin-right: 10px;
}
/* POP UP MENU */
.container-popUp {
  text-align: center;
  background-color: #435681;
}
.link-blog {
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #383b3d;
  padding: 20px;
  border-radius: 20px;
}
/* footer */
footer {
  height: 200px;
  width: 100%;
  background-color: #333333;
  text-align: center;
  padding: 20px;
  color: white;
}
.prodi {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.univ {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
@media screen and (max-width: 800px) {
  .container {
    display: block;
  }
  .header-image {
    width: 100%;
    height: auto;
  }
  .sidebar {
    display: flex;
    height: 100%;
  }
}

/* css foto kelompok */
.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
  background-color: #f4f4f4;
}

.member {
  background: white;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.member img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.name {
  color: #333;
  font-size: 18px;
  margin-top: 8px;
}

.role {
  color: #666;
  font-size: 16px;
  margin-bottom: 8px;
}

/* css galeri */
.gallery {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gallery-item {
  flex-basis: calc(33% - 20px);
  margin-bottom: 20px;
  text-align: center;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .gallery-item {
    flex-basis: calc(50% - 10px);
  }
}

/* css beli produk */
.product-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product {
  width: 30%;
  margin: 10px;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.product img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
button {
  background-color: #5cdb95;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
}

button:hover {
  background-color: #379683;
}

/* css logo */

.header-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
}
