body {
  background-color: rgb(238, 230, 212);
}
.hidden_counter {
  display: none;
}
.nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid rgb(241, 197, 92);;
  }
.gallery{
  align-items: center;
}
.btn-copy {
  border-radius: 20px;
  border: 0;
  height: 25px;
  color: red;
  background-color: #fff;
  cursor: pointer;
}
.account {
  font-weight: bold;
}
.thumbnail_img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgb(241, 197, 92);
}
.main_img_container {
  background-color: white;
  padding-top: 0;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgb(241, 197, 92);
}
.section_container {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgb(241, 197, 92);
}
.qr_wrapper {
  display: flex;
  justify-content: space-evenly;
}
.logo {
  width: 150px;
  margin-left: 90px;
}
.video_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.video_wrapper .video_item {
  margin-bottom: 10px;
  border-radius: 10px;
}
.video_item {
  width: 560px;
  height: 315px;
}
.main_img {
  box-shadow: 0px 0px 30px rgb(240, 220, 175);
  border-radius: 10px;
}
.main_text {
  font-size: 23px;
  font-style: italic;
}
.section_header {
  display: block;
  text-decoration: underline;
  margin-bottom: 20px;
}
.about_text {
  font-size: 20px;
}
.carousel_custom {
  margin-bottom: 70px;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}

.navbar-nav .nav-item {
  display: inline-block;
}
/* Responsive styling */
@media (max-width: 1300px) {
  .navbar {
    flex-wrap: wrap;
  }
  .container-fluid {
    justify-content: center !important;
  }
  .navbar-nav {
    justify-content: center;
  }
  .logo {
    width: 150px;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .qr_wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .main_hero_section {
    text-align: center;
    justify-items: center;
  }
}

@media (max-width: 992px) {
  .main_img_container {
    justify-content: center;
    padding-top: 1rem !important;
  }
}

@media (max-width: 770px) {
  .custom_footer {
    justify-content: center !important;
  }
}

@media (max-width: 576px) {
  .carousel-item img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .carousel-item img {
    width: 70%;
  }
}