html, body, section{height:100%;}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #ffc107 !important;
  font-weight: 600;
}

.navbar-brand > img {
  height: 40px;
  margin-right: 8px;
}

.contact-label {
  text-align: center;
}

.contact-label svg {
  height: 22px;
  /* fill: #ffc107; */
}

.metal-marquee,
.ticket-marquee,
.fx-marquee {
  overflow: hidden;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.curly-brace-group {
  transform: scaleY(2.2);
  font-size: 1.8em;
  line-height: 0;
}

.tour-pkgs-list .card-img{ 
  height: 110%;
  inset: -999px;
  margin: auto;
  position: absolute;
  width: unset;
}

.tour-pkgs-list .col{
  text-align: center;
}

.tour-pkgs-list .card{ 
  height: 260px;
  width: 200px;
}

body#gold #table-rate-list-gold th:first-child{ width: 50px; }
body#gold .why-us-img-wrap{ height: 40px; width: 40px; vertical-align: top; margin-right: 16px; }
body#gold .why-us-text-wrap{ width: calc(100% - 56px); vertical-align: top; }

#section-other-services .card-service {
  border-radius: 24px;
  height: 420px;
  overflow: hidden;
}

#section-other-services .card-service img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#section-other-services .card-service .label {
  bottom: 0;
  left: 0;
  text-align: center;
  position: absolute;
}

#gold-price-change {
  max-width: 720px;
}

#gold-price-change div.bg-dark {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

#gold-price-change div.bg-dark > div {
  position: relative;
  z-index: 2;
}

#gold-price-change div.bg-dark > div > div:nth-child(2) {
  margin-top: 8px;
  margin-bottom: 8px;
}

#gold-price-change div.d-flex{
  justify-content: space-around;
  flex-direction: column;
}

#gold-price-change img {
  border-radius: 16px;
  opacity: 50%;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 1;
}

#gold .section-social-media a{
  display: inline-block;
}

#gold .section-social-media img{
  height: 100%;
  max-height: 360px;
  max-width: 288px;
  width: 100%;
}

@media (min-width: 576px) {
  #gold-price-change div.bg-dark > div > div:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
  }

  #gold-price-change div.d-flex{
    flex-direction: row;
  }
}

@media (min-width: 768px) { }

@media (min-width: 992px) {
  .tour-pkgs-list .card{
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .tour-pkgs-list .card-img{
    height: 120%;
  }

  .tour-pkgs-list .card{
    width: 250px;
  }
}

@media (min-width: 1400px) { }