@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
html {
  scroll-behavior: smooth;
}
body {
     background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.932) 59%,rgba(0, 0, 0, 0.815) 80%, rgba(0, 0, 0, 0.324) 100%);
  height: 100vh;
 }
@font-face {
    font-family: "Stem-Light";
    src: url(../fonts/Stem-Light.otf);
}
.nav-content a{
    color: #fff;
    text-decoration: none;
    font-family: "Stem-Light";
    letter-spacing: 0.18px;
  font-size: 0.8rem;
}
.nav-content a:hover{
    text-decoration: none;
        color: #be8344;
        font-weight: 600;
        cursor: pointer;
}
.nav-brand img{
  width: 80%;
}
.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.3;
  transition: all 0.3s;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: #fff !important;
  background-color: #be8344 !important;
  padding: 1rem 1.5rem 1.1rem !important;
  border-radius: 50% !important;
  height: 100% !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa:hover{
  color: #be8344 !important;
  background-color: #fff !important;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ffffff !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #be8344 !important;
}
.nav-links-1{
  display: none !important;
}

@media screen and (max-width:767px) {
  .nav-links1{
    display: none !important;
  }
  .nav-links-1{
    display: block !important;
    text-align: center;
    margin-top: 3rem;
      }
  .nav-links-1 .nav-content a{
    font-size: .8rem;
  }
  .nav-brand{
    width: 100%;
    justify-content: center !important;
    text-align: center !important;
  }
  .nav-brand img{
    width: 35%;
  }
 .slider{
  margin-top: 1rem;
 }
 .owl-carousel .owl-item img {
   width: 120%;
}
iframe{
  height: 395px !important;
}
}
@media screen and (min-width:1400px) and (max-width:1511px) {
  .py-5 {
    padding-top: 3rem!important;
    padding-bottom: 0rem!important;
}
}