:root {
    --primary: #010101;
    --bg: white;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
  }
  
  html {
    scroll-behavior: smooth;
  }

  .fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
  
  .fade-in.show {
    opacity: 1;
  }
  

  body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg);
    color: var(--primary);
    min-height: auto;
    min-width: auto;
  }
  
  
  /* Navbar */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 7%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .navbar .navbar-nav a {
    color: var(--primary);
    display: inline-block;
    font-size: 1.3rem;
    margin: 0 1rem;
  }
  
  .navbar-logo {
    margin-left: 55px;
  }

  .navbar .navbar-nav a:hover {
    color: var(--bg);
  }
  
  .navbar .navbar-nav a::after {
    content: '';
    display: block;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid var(--primary);
    transform: scaleX(0);
    transition: 0.2s linear;
  }
  
  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
  }
  
  .navbar .navbar-extra a {
    color: black;
    margin: 0 0.5rem;
  }
  
  .navbar .navbar-extra a:hover {
    color: var(--bg);
  }
  
  /* Hero Section */
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }

  .text-wrapper {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    text-align: left;
    color: white;
  }
  
  .headline {
    font-size: 4.5rem;
    line-height: 1;
    margin-left: 40px;
  }
  
  .subheadline {
    font-size: 1.9rem;
    margin-top: 1rem;
    line-height: 1.4;
    margin-left: 40px;
  }
  
  .section_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 75px auto;
    max-width: 1100px;
  }
  
  .galeri_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  
  .galeri_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .galeri_card {
    flex: 0 0 calc(33.33% - 20px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .galeri_card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
  }
  
  .galeri_card:hover {
    transform: translateY(-5px);
  }
  
  .galeri_caption {
    margin-top: 10px;
    color: #333;
  }
  
  .section_tittle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .section_subtittle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: black;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}


.galeri_card:hover .section_subtittle {
  opacity: 4;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px;
  background-color: #f5f5f5;
}

.profile-content {
  flex: 1;
  text-align: center;
  margin-bottom: 50px;
}

.profile-title {
  font-size: 45px;
  font-weight: bold;
  color: #333;
  line-height: 60px;
}

.profile-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 50px;
  text-align: center;
}

.image-slider {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide.active {
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}




.header-container {
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-container h1 {
  font-size: 30px;
}

.header-container a {
  color: white;
  text-decoration: none;
}

.header-container::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

.collection-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.collection-grid {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 60px;
  flex-wrap: wrap;
}

.collection-item {
  flex: 0 0 calc(33.33% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.collection-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
}

.collection-item img:hover {
  transform: translateY(-5px);
  transform: scale(1.1);
}

.load-more {
  text-align: center;
  margin-top: 20px;
}

.load-more a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}

.load-more a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.collection-container::after {
  content: "";
  display: table;
  clear: both;
}

.right-section {
  float: right;
  color: black;
}

.right-section a {
  color: black;
}



footer {
  background-color: #000000;
  color: white;
  padding: 20px;
  font-family: poppins, sans-serif;
  font-size: 14px;
  margin-top: 90px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.company-info {
  display: flex;
  align-items: center;
}

.logo img {
  width: 60px;
  margin-right: 10px;
}

.name h2 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location,
.phone,
.Facebook,
.E-mail,
.Instagram {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location img {
  width: 6px;
  height: 11px;
  margin-right: 10px;
}

.phone img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.Facebook img {
  height: 11px;
  width: 11px;
  margin-right: 10px;
}

.E-mail img {
  width: 11px;
  height: 8px;
  margin-right: 10px;
}

.Instagram img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.location p,
.phone p,
.Facebook p,
.E-mail p,
.Instagram p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}


.copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 20px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: -20px;
  transition: color 0.2s ease-in-out;
}

@media screen and (max-width: 912px) {
  body {
    min-height: auto;
    min-width: auto;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .navbar .navbar-nav a {
    font-size: 23px;
    margin: 0 0.5rem;
    margin-bottom: 190px;
  }
  .navbar-logo {
    margin-left: -5px;
    margin-bottom: 180px;
    margin-top: -10px;
  }

  .navbar-logo img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }

  .navbar .navbar-nav a:hover {
    color: var(--bg);
  }
  
  .navbar .navbar-nav a::after {
    content: '';
    display: block;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid var(--primary);
    transform: scaleX(0);
    transition: 0.2s linear;
  }
  
  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
  }
  
  .navbar .navbar-extra a {
    color: black;
    margin: 0 0.5rem;
  }
  
  .navbar .navbar-extra a:hover {
    color: var(--bg);
  }

  .headline {
    font-size: 3.8rem;
    margin-left: 10px;
    margin-bottom: -40px;
    margin-top: 27px;
  }

  .subheadline {
    font-size: 1.7rem;
    margin-left: 10px;
    margin-top: 45px;
  }

  .section_container {
    margin: 20px auto;
  }

  .galeri_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
  }
  
  .galeri_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .galeri_card {
    flex: 0 0 calc(33% - 10px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .galeri_card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
  }
  
  .galeri_card:hover {
    transform: translateY(-5px);
  }
  
  .galeri_caption {
    margin-top: 10px;
    color: #333;
  }
  
  .section_tittle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .section_subtittle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: black;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.galeri_card:hover .section_subtittle {
  opacity: 4;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  margin: 0 auto;
  padding: 10px;
  background-color: #f5f5f5;
}

.profile-content {
  flex: 1;
  text-align: center;
  margin-bottom: 30px;
}

.profile-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}

.profile-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

.image-slider {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide.active {
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.header-container {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-container h1 {
  font-size: 20px;
  margin-left: -10px;
}

.header-container a {
  color: white;
  text-decoration: none;
}

.header-container::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

.collection-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -20px;
  margin-top: -10px;
}

.collection-grid {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px;
  flex-wrap: wrap;
}

.collection-item {
  flex: 0 0 calc(33.33% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.collection-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
}

.collection-item img:hover {
  transform: translateY(-5px);
}

.load-more {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.load-more a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}

.load-more a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.collection-container::after {
  content: "";
  display: table;
  clear: both;
}

.right-section {
  float: right;
  color: black;
  font-size: 16px;
}

.right-section a {
  color: black;
}

footer {
  background-color: #000000;
  color: white;
  padding: 20px;
  font-family: poppins, sans-serif;
  font-size: 13px;
  margin-top: 60px;
}

.footer-container {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.company-info {
  display: flex;
  align-items: center;
}

.logo img {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.name h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location,
.phone,
.Facebook,
.E-mail,
.Instagram {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location img {
  width: 6px;
  height: 11px;
  margin-right: 10px;
}

.phone img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.Facebook img {
  height: 11px;
  width: 11px;
  margin-right: 10px;
}

.E-mail img {
  width: 11px;
  height: 8px;
  margin-right: 10px;
}

.Instagram img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.location p,
.phone p,
.Facebook p,
.E-mail p,
.Instagram p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}


.copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 20px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}
}

@media screen and (max-width: 820px) {
  body {
    min-height: auto;
    min-width: auto;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .navbar .navbar-nav a {
    font-size: 23px;
    margin: 0 0.5rem;
    margin-bottom: 190px;
  }
  .navbar-logo {
    margin-left: -5px;
    margin-bottom: 180px;
    margin-top: -10px;
  }

  .navbar-logo img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }

  .navbar .navbar-nav a:hover {
    color: var(--bg);
  }
  
  .navbar .navbar-nav a::after {
    content: '';
    display: block;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid var(--primary);
    transform: scaleX(0);
    transition: 0.2s linear;
  }
  
  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
  }
  
  .navbar .navbar-extra a {
    color: black;
    margin: 0 0.5rem;
  }
  
  .navbar .navbar-extra a:hover {
    color: var(--bg);
  }

  .headline {
    font-size: 3rem;
    margin-left: 10px;
    margin-bottom: -40px;
    margin-top: 27px;
  }

  .subheadline {
    font-size: 1.2rem;
    margin-left: 10px;
    margin-top: 45px;
  }

  .section_container {
    margin: 20px auto;
  }

  .galeri_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
  }
  
  .galeri_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .galeri_card {
    flex: 0 0 calc(33% - 10px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .galeri_card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
  }
  
  .galeri_card:hover {
    transform: translateY(-5px);
  }
  
  .galeri_caption {
    margin-top: 10px;
    color: #333;
  }
  
  .section_tittle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .section_subtittle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: black;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.galeri_card:hover .section_subtittle {
  opacity: 4;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  margin: 0 auto;
  padding: 10px;
  background-color: #f5f5f5;
}

.profile-content {
  flex: 1;
  text-align: center;
  margin-bottom: 30px;
}

.profile-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}

.profile-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

.image-slider {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide.active {
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.header-container {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-container h1 {
  font-size: 20px;
  margin-left: -10px;
}

.header-container a {
  color: white;
  text-decoration: none;
}

.header-container::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

.collection-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -20px;
  margin-top: -10px;
}

.collection-grid {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px;
  flex-wrap: wrap;
}

.collection-item {
  flex: 0 0 calc(33.33% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.collection-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
}

.collection-item img:hover {
  transform: translateY(-5px);
}

.load-more {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.load-more a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}

.load-more a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.collection-container::after {
  content: "";
  display: table;
  clear: both;
}

.right-section {
  float: right;
  color: black;
  font-size: 16px;
}

.right-section a {
  color: black;
}

footer {
  background-color: #000000;
  color: white;
  padding: 20px;
  font-family: poppins, sans-serif;
  font-size: 13px;
  margin-top: 60px;
}

.footer-container {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.company-info {
  display: flex;
  align-items: center;
}

.logo img {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.name h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location,
.phone,
.Facebook,
.E-mail,
.Instagram {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location img {
  width: 6px;
  height: 11px;
  margin-right: 10px;
}

.phone img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.Facebook img {
  height: 11px;
  width: 11px;
  margin-right: 10px;
}

.E-mail img {
  width: 11px;
  height: 8px;
  margin-right: 10px;
}

.Instagram img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.location p,
.phone p,
.Facebook p,
.E-mail p,
.Instagram p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}


.copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 20px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}
}

@media screen and (max-width: 768px) {
  body {
    min-height: auto;
    min-width: auto;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .navbar .navbar-nav a {
    font-size: 23px;
    margin: 0 0.5rem;
    margin-bottom: 190px;
  }
  .navbar-logo {
    margin-left: -5px;
    margin-bottom: 180px;
    margin-top: -10px;
  }

  .navbar-logo img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }

  .navbar .navbar-nav a:hover {
    color: var(--bg);
  }
  
  .navbar .navbar-nav a::after {
    content: '';
    display: block;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid var(--primary);
    transform: scaleX(0);
    transition: 0.2s linear;
  }
  
  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
  }
  
  .navbar .navbar-extra a {
    color: black;
    margin: 0 0.5rem;
  }
  
  .navbar .navbar-extra a:hover {
    color: var(--bg);
  }

  .headline {
    font-size: 3rem;
    margin-left: 10px;
    margin-bottom: -40px;
    margin-top: 27px;
  }

  .subheadline {
    font-size: 1.2rem;
    margin-left: 10px;
    margin-top: 45px;
  }

  .section_container {
    margin: 20px auto;
  }

  .galeri_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
  }
  
  .galeri_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .galeri_card {
    flex: 0 0 calc(33% - 10px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .galeri_card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
  }
  
  .galeri_card:hover {
    transform: translateY(-5px);
  }
  
  .galeri_caption {
    margin-top: 10px;
    color: #333;
  }
  
  .section_tittle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .section_subtittle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: black;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.galeri_card:hover .section_subtittle {
  opacity: 4;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  margin: 0 auto;
  padding: 10px;
  background-color: #f5f5f5;
}

.profile-content {
  flex: 1;
  text-align: center;
  margin-bottom: 30px;
}

.profile-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}

.profile-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

.image-slider {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide.active {
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.header-container {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-container h1 {
  font-size: 20px;
  margin-left: -10px;
}

.header-container a {
  color: white;
  text-decoration: none;
}

.header-container::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

.collection-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -20px;
  margin-top: -10px;
}

.collection-grid {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px;
  flex-wrap: wrap;
}

.collection-item {
  flex: 0 0 calc(33.33% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.collection-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
}

.collection-item img:hover {
  transform: translateY(-5px);
}

.load-more {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.load-more a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}

.load-more a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.collection-container::after {
  content: "";
  display: table;
  clear: both;
}

.right-section {
  float: right;
  color: black;
  font-size: 16px;
}

.right-section a {
  color: black;
}

footer {
  background-color: #000000;
  color: white;
  padding: 20px;
  font-family: poppins, sans-serif;
  font-size: 13px;
  margin-top: 60px;
}

.footer-container {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.company-info {
  display: flex;
  align-items: center;
}

.logo img {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.name h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location,
.phone,
.Facebook,
.E-mail,
.Instagram {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location img {
  width: 6px;
  height: 11px;
  margin-right: 10px;
}

.phone img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.Facebook img {
  height: 11px;
  width: 11px;
  margin-right: 10px;
}

.E-mail img {
  width: 11px;
  height: 8px;
  margin-right: 10px;
}

.Instagram img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.location p,
.phone p,
.Facebook p,
.E-mail p,
.Instagram p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}


.copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 20px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}
}

@media screen and (max-width: 576px) {
  body {
    min-height: auto;
    min-width: auto;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .navbar .navbar-nav a {
    font-size: 15px;
    margin: 0 0.5rem;
    margin-bottom: 190px;
  }
  .navbar-logo {
    margin-left: -5px;
    margin-bottom: 180px;
    margin-top: -10px;
  }

  .navbar-logo img {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }

  .navbar .navbar-nav a:hover {
    color: var(--bg);
  }
  
  .navbar .navbar-nav a::after {
    content: '';
    display: block;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid var(--primary);
    transform: scaleX(0);
    transition: 0.2s linear;
  }
  
  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
  }
  
  .navbar .navbar-extra a {
    color: black;
    margin: 0 0.5rem;
  }
  
  .navbar .navbar-extra a:hover {
    color: var(--bg);
  }

  .headline {
    font-size: 2rem;
    margin-left: 10px;
    margin-bottom: -40px;
    margin-top: 27px;
  }

  .subheadline {
    font-size: 1rem;
    margin-left: 10px;
    margin-top: 45px;
  }

  .section_container {
    margin: 20px auto;
  }

  .galeri_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  
  .galeri_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
  }
  
  .galeri_card {
    flex: 0 0 calc(33% - 10px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .galeri_card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
  }
  
  .galeri_card:hover {
    transform: translateY(-5px);
  }
  
  .galeri_caption {
    margin-top: 10px;
    color: #333;
  }
  
  .section_tittle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .section_subtittle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: black;
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.galeri_card:hover .section_subtittle {
  opacity: 4;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  margin: 0 auto;
  padding: 10px;
  background-color: #f5f5f5;
}

.profile-content {
  flex: 1;
  text-align: center;
  margin-bottom: 50px;
}

.profile-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 26px;
  margin-top: 35px;
}

.profile-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}

.image-slider {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide.active {
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.header-container {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-container h1 {
  font-size: 15px;
  margin-left: -10px;
}

.header-container a {
  color: white;
  text-decoration: none;
}

.header-container::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

.collection-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -20px;
  margin-top: -10px;
}

.collection-grid {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 35px;
  flex-wrap: wrap;
}

.collection-item {
  flex: 0 0 calc(33.33% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.collection-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
}

.collection-item img:hover {
  transform: translateY(-5px);
}

.load-more {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.load-more a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}

.load-more a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.collection-container::after {
  content: "";
  display: table;
  clear: both;
}

.right-section {
  float: right;
  color: black;
  font-size: 10px;
}

.right-section a {
  color: black;
}

footer {
  background-color: #000000;
  color: white;
  padding: 20px;
  font-family: poppins, sans-serif;
  font-size: 13px;
  margin-top: 60px;
}

.footer-container {
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.company-info {
  display: flex;
  align-items: center;
}

.logo img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.name h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location,
.phone,
.Facebook,
.E-mail,
.Instagram {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location img {
  width: 6px;
  height: 11px;
  margin-right: 10px;
}

.phone img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.Facebook img {
  height: 11px;
  width: 11px;
  margin-right: 10px;
}

.E-mail img {
  width: 11px;
  height: 8px;
  margin-right: 10px;
}

.Instagram img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.location p,
.phone p,
.Facebook p,
.E-mail p,
.Instagram p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}


.copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 20px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}
}


@media screen and (max-width: 450px) {
  body {
    min-height: auto;
    min-width: auto;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .navbar .navbar-nav a {
    font-size: 12px;
    margin: 0 0.5rem;
    margin-bottom: 190px;
  }
  .navbar-logo {
    margin-left: -5px;
    margin-bottom: 180px;
    margin-top: -10px;
  }

  .navbar-logo img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  .navbar .navbar-nav a:hover {
    color: var(--bg);
  }
  
  .navbar .navbar-nav a::after {
    content: '';
    display: block;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid var(--primary);
    transform: scaleX(0);
    transition: 0.2s linear;
  }
  
  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
  }
  
  .navbar .navbar-extra a {
    color: black;
    margin: 0 0.5rem;
  }
  
  .navbar .navbar-extra a:hover {
    color: var(--bg);
  }

  .headline {
    font-size: 1.4rem;
    margin-left: 10px;
    margin-bottom: -40px;
    margin-top: 27px;
  }

  .subheadline {
    font-size: 0.6rem;
    margin-left: 10px;
    margin-top: 45px;
  }

  .section_container {
    margin: 20px auto;
  }

  .galeri_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  
  .galeri_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .galeri_card {
    flex: 0 0 calc(33% - 10px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .galeri_card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
  }
  
  .galeri_card:hover {
    transform: translateY(-5px);
  }
  
  .galeri_caption {
    margin-top: 10px;
    color: #333;
  }
  
  .section_tittle {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .section_subtittle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: black;
  color: #fff;
  font-size: 7px;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.galeri_card:hover .section_subtittle {
  opacity: 4;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  margin: 0 auto;
  padding: 10px;
  background-color: #f5f5f5;
}

.profile-content {
  flex: 1;
  text-align: center;
  margin-bottom: 50px;
}

.profile-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  margin-top: 48px;
}

.profile-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}

.image-slider {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide.active {
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.header-container {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-container h1 {
  font-size: 15px;
  margin-left: -10px;
}

.header-container a {
  color: white;
  text-decoration: none;
}

.header-container::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

.collection-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -20px;
  margin-top: -10px;
}

.collection-grid {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px;
  flex-wrap: wrap;
}

.collection-item {
  flex: 0 0 calc(33.33% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.collection-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
}

.collection-item img:hover {
  transform: translateY(-5px);
}

.load-more {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.load-more a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}

.load-more a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.collection-container::after {
  content: "";
  display: table;
  clear: both;
}

.right-section {
  float: right;
  color: black;
  font-size: 10px;
}

.right-section a {
  color: black;
}

footer {
  background-color: #000000;
  color: white;
  padding: 20px;
  font-family: poppins, sans-serif;
  font-size: 13px;
  margin-top: 60px;
}

.footer-container {
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.company-info {
  display: flex;
  align-items: center;
}

.logo img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.name h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location,
.phone,
.Facebook,
.E-mail,
.Instagram {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location img {
  width: 6px;
  height: 11px;
  margin-right: 10px;
}

.phone img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.Facebook img {
  height: 11px;
  width: 11px;
  margin-right: 10px;
}

.E-mail img {
  width: 11px;
  height: 8px;
  margin-right: 10px;
}

.Instagram img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.location p,
.phone p,
.Facebook p,
.E-mail p,
.Instagram p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}


.copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 20px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}
}

@media screen and (max-width: 280px) {
  body {
    min-height: auto;
    min-width: auto;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .navbar .navbar-nav a {
    font-size: 10px;
    margin: 0 0.5rem;
    margin-bottom: 190px;
  }
  .navbar-logo {
    margin-left: -5px;
    margin-bottom: 180px;
    margin-top: -10px;
  }

  .navbar-logo img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .navbar .navbar-nav a:hover {
    color: var(--bg);
  }
  
  .navbar .navbar-nav a::after {
    content: '';
    display: block;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid var(--primary);
    transform: scaleX(0);
    transition: 0.2s linear;
  }
  
  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
  }
  
  .navbar .navbar-extra a {
    color: black;
    margin: 0 0.5rem;
  }
  
  .navbar .navbar-extra a:hover {
    color: var(--bg);
  }

  .headline {
    font-size: 1rem;
    margin-left: 10px;
    margin-bottom: -40px;
    margin-top: 27px;
  }

  .subheadline {
    font-size: 0.4rem;
    margin-left: 10px;
    margin-top: 45px;
  }

  .section_container {
    margin: 20px auto;
  }

  .galeri_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  
  .galeri_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .galeri_card {
    flex: 0 0 calc(33% - 10px);
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .galeri_card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
  }
  
  .galeri_card:hover {
    transform: translateY(-5px);
  }
  
  .galeri_caption {
    margin-top: 10px;
    color: #333;
  }
  
  .section_tittle {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .section_subtittle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: black;
  color: #fff;
  font-size: 5px;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.galeri_card:hover .section_subtittle {
  opacity: 4;
}

.profile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  margin: 0 auto;
  padding: 10px;
  background-color: #f5f5f5;
}

.profile-content {
  flex: 1;
  text-align: center;
  margin-bottom: 20px;
}

.profile-title {
  font-size: 10px;
  font-weight: bold;
  color: #333;
  line-height: 14px;
  margin-top: 30px;
}

.profile-link {
  display: inline-block;
  padding: 8px 10px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 6px;
  text-align: center;
}

.image-slider {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide.active {
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.header-container {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-container h1 {
  font-size: 12px;
  margin-left: -10px;
}

.header-container a {
  color: white;
  text-decoration: none;
}

.header-container::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}

.collection-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -20px;
  margin-top: -10px;
}

.collection-grid {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px;
  flex-wrap: wrap;
}

.collection-item {
  flex: 0 0 calc(30% - 10px);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: center;
}

.collection-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
}

.collection-item img:hover {
  transform: translateY(-5px);
}

.load-more {
  text-align: center;
  margin-top: 20px;
  font-size: 7px;
}

.load-more a {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}

.load-more a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.collection-container::after {
  content: "";
  display: table;
  clear: both;
}

.right-section {
  float: right;
  color: black;
  font-size: 8px;
}

.right-section a {
  color: black;
}

footer {
  background-color: #000000;
  color: white;
  padding: 20px;
  font-family: poppins, sans-serif;
  font-size: 10px;
  margin-top: 60px;
}

.footer-container {
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.company-info {
  display: flex;
  align-items: center;
}

.logo img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.name h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location,
.phone,
.Facebook,
.E-mail,
.Instagram {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location img {
  width: 6px;
  height: 11px;
  margin-right: 10px;
}

.phone img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.Facebook img {
  height: 11px;
  width: 11px;
  margin-right: 10px;
}

.E-mail img {
  width: 11px;
  height: 8px;
  margin-right: 10px;
}

.Instagram img {
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.location p,
.phone p,
.Facebook p,
.E-mail p,
.Instagram p {
  margin: 0;
  font-size: 8px;
  line-height: 1.4;
}


.copyright {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 20px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}
}
