@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/Prompt/Prompt-ExtraLight.ttf) format('truetype');
  unicode-range: U+0E00–U+0E7F;
  font-display: swap;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/Prompt/Prompt-Light.ttf) format('truetype');
  unicode-range: U+0E00–U+0E7F;
  font-display: swap;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Prompt/Prompt-Regular.ttf) format('truetype');
  unicode-range: U+0E00–U+0E7F;
  font-display: swap;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Prompt/Prompt-Medium.ttf) format('truetype');
  unicode-range: U+0E00–U+0E7F;
  font-display: swap;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/Prompt/Prompt-SemiBold.ttf) format('truetype');
  unicode-range: U+0E00–U+0E7F;
  font-display: swap;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/Prompt/Prompt-Bold.ttf) format('truetype');
  unicode-range: U+0E00–U+0E7F;
  font-display: swap;
}

body {
  font-family: 'Prompt', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background-color: #222;
}

a {
  color: #fff;
  text-decoration: none;
}

li {
  list-style: none;
}

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: #111; */
}

.bg-gd-gold {
  background: linear-gradient(
    95.14deg,
    #aa853e 5.43%,
    #c8a85f 56.26%,
    #aa853e 107.09%
  );
  border-radius: 5px;
}

.van-select a:hover {
  background: linear-gradient(
    95.14deg,
    #aa853e 5.43%,
    #c8a85f 56.26%,
    #aa853e 107.09%
  );
  border-radius: 5px;
}

.btn-line {
  background-color: #06c755;
  color: #fff;
}

.btn-facebook {
  background-color: #4267b2;
  color: #fff;
}

.text-yellow {
  color: #c69000;
}

.text-gold {
  color: #dea300;
}

span.text-gd-gold {
  background: linear-gradient(
    95.14deg,
    #c07c2b 5.43%,
    #ffbc49 56.26%,
    #c6822d 107.09%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bg {
  background: rgb(255, 153, 0);
  background: linear-gradient(
    100deg,
    #ffffff 4%,
    #ebb24f 13%,
    #ffffff 30%,
    #ebb24f 45%,
    #ffffff 63%,
    #ebb24f 75%,
    #ffffff 83%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 10s linear infinite;
  background-size: 200%;
}

@keyframes animate {
  100% {
    background-position: 400%;
  }
}

.border-custom-top {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.border-custom-bottom {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
  text-align: center;
}

.top img {
  position: relative;
  top: -7px;
  margin-right: 10px;
  height: 55px;
}

.top h5 {
  display: inline-block;
  font-weight: 300;
}

.tel-line {
  display: none;
  margin-left: 3rem;
}

#menu {
  background-image: linear-gradient(#222, #333333);
}

#menu a {
  font-weight: 400;
  color: #dea300;
}

#menu a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#menu a.active {
  padding: 5px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.nav-item.logo {
  display: none;
}

.logo-icon {
  width: 60px;
  height: 30px !important;
}

.nav-item.logo img {
  position: relative;
  top: 4px;
  height: 50px;
}

.navbar-nav .nav-item.px-2 a {
  color: rgba(255, 255, 255, 0.5) !important;
}

#carouselIndicators {
  position: relative;
}

.top-carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 150px;
  background-image: linear-gradient(#333, transparent);
  z-index: 9;
}

.bottom-carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  min-height: 150px;
  background-image: linear-gradient(transparent, #333);
  z-index: 9;
}

.carousel-indicators {
  z-index: 10;
}

.carousel-indicators [data-bs-target] {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 0;
}

.gallery li {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 19%;
  border: 1px solid #a5a5a5;
}

.error-msg {
  display: none;
  color: #fff;
  background-color: #800018;
  border: 1px solid #ff0000;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
}

footer {
  background-image: linear-gradient(#222, #000);
}

footer ul {
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0 15px;
}

footer ul li a {
  color: #fff;
}

footer ul li a.active {
  color: #dea300;
}

footer ul li a:hover {
  color: #fff;
}

.footer-social-links {
  margin: 20px 0;
  font-size: 14px;
}

.footer-social-links a {
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #7d7d7d;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.footer-social-links a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.condition-detail {
  padding: 1rem;
  border: 1px dashed #dea300;
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 80px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#backToTop:hover {
  background-color: #555;
}

.toggler-logo {
  display: none;
}

.toggler-logo img {
  position: relative;
  top: -5px;
  margin-right: 0.7rem;
  height: 40px;
}

@media (max-width: 991px) {
  .top h4 {
    display: none;
  }

  .top-carousel-overlay {
    display: none;
  }

  /* .navbar {
    width: 100%;
  } */

  .navbar-toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .btn-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .nav-item.logo {
    display: none !important;
  }

  .navbar-nav .nav-item.px-2 {
    display: none;
  }

  .menu-right {
    display: none;
  }

  .tel-line {
    margin: 1rem 0 1rem 1rem;
    margin-left: 0;
}

  .mt-5 {
    margin-top: 1.5rem !important;
  }

  .btn-facebook {
    display: none;
  }
}

@media (max-width: 675px) {
  .top h5 {
    display: none;
  }
}

@media (max-width: 414px) {
  .top {
    display: block;
  }

  /* .top div:first-child {
    display: none !important;
  } */

  .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top img {
    width: auto;
    height: 40px;
}

  .top a {
    font-size: 0.7rem;
  }

  .top > div {
    margin: 10px 0;
    justify-content: center;
  }

  button.navbar-toggler {
    position: absolute;
    top: -100px;
    left: 0;
  }

  span.btn.bg-gd-gold {
    width: 100%;
  }
}
