/* Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body::-webkit-scrollbar {
  display: none;
}


:root {
  /* Typography */
  --font-family-utama: "Poppins", sans-serif;
  --font-family-second: "Cormorant Garamond", serif;
  --font-family-third: "Nunito Sans", sans-serif;
  --font-family-raleway: "Raleway", sans-serif;

  /* Background Color */
  --bg-utama-darkGreen: #044236;
  --bg-second-orange: #FF9100;
  --bg-third-orr: #9b6b43;
  --bg-four-white: #ffffff;

  /* Font Color */
  --colorFont-putih: #ffffff;
  --colorFont-hitam: #000000;
  --colorFont-hijau: #044236;
}

/* Navigation */
#navigasi {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
  z-index: 9999999;
  height: 80px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#navigasi .nav-link {
  color: var(--colorFont-hitam);
  transition: color 0.3s ease;
  font-weight: 400;
}

#navbarNav {
  font-family: var(--font-family-third);
  font-size: 1.4rem;
}

.navbar-brand {
  margin-left: 170px;
}

.navbar-nav .nav-link {
  margin: 0 20px 0 20px;
}

#navbarNav .nav-link:hover {
  color: var(--bg-second-orange);
}

.navbar-nav li:hover {
  background-color: rgb(0, 113, 45, 0.1);
  border-radius: 15px;
}


/* Efek scroll */
#navigasi.scrolled {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#navigasi.scrolling .nav-link {
  color: var(--colorFont-hijau);
}

#navigasi.scrolling .nav-link:hover {
  color: var(--bg-second-orange);
}

/* Logo */
.brandLogo {
  object-fit: cover;
  padding-top: 10px;
  height: 160px;
  margin-left: 130px;
  background: none;
  transition: all 0.2s ease-in-out;
  color: #044236;
}

.brandLogo:hover {
  transform: scale(1.1);
}

/* Galeri */
.title-galeriMini {
  margin-top: 80px;
  font-size: 1.7rem;
  font-weight: bolder;
  font-family: var(--font-family-raleway);
}

.deskripsi-galeriMini {
  font-size: 1.2rem;
  font-family: var(--font-family-utama);
}

.kedua{
  margin-top: 100px;
}

#gmbr1 {
  height: 470px;
  width: 100%;
  object-fit: cover;
}


#gmbr2 {
  height: 470px;
  width: 100%;
  object-fit: cover;
}

.gRow-kedua {
  margin-top: 2px;
}

#gmbr3 {
  height: 470px;
  width: 100%;
  object-fit: cover; 
}

#gmbr4 {
  height: 230px;
  width: 100%;
}

#gmbrLast {
  height: 230px;
  width: 100%;
  margin-top: 10px;
}

.btnGaleri {
  display: flex;
  justify-content: center;
}

.btn-semuaGaleri {
  padding: 10px 40px 10px 40px;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  background-color: var(--bg-second-orange);
  color: var(--colorFont-putih);
}

.btn-semuaGaleri:hover {
  background-color: var(--bg-utama-darkGreen);
  color: var(--colorFont-putih);
  transition: 0.2s ease-in-out;
}


/* footer */
footer {
  margin-top: 80px;
  background-color: #003d33;
  color: #ffffff;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  height: 460px;
}

.footer-side {
  max-width: 1200px;
  margin: 0 auto;
}

.ktk-foot {
  margin-top: -30px;
}

/* Section titles */
.jamOpr {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #f5f5f5;
}

/* Text styling */
.text-foot {
  font-size: 1rem;
  line-height: 1.5;
  color: #dcdcdc;
  font-family: var(--font-family-utama);
}

/* Image styling */
#img-footer {
  margin-top: -40px;
  max-width: 320px;
  height: auto;
}

/* Contact table */
.contact-table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  color: #dcdcdc;
  font-size: 1rem;
  font-family: var(--font-family-utama);
}

.contact-table tr {
  line-height: 1.8;
}

.contact-table .icon-cell {
  text-align: left;
  font-size: 1.5rem;
  color: #f5b041;
  width: 50px;
}

/* Address icons */
.text-foot i {
  color: #f5b041;
  margin-right: 8px;
}

.copyR{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lastR {
  margin-top: 20px;
  font-size: 1rem;
  font-family: var(--font-family-utama);
}