@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  /*font-family: 'Noto Sans HK', sans-serif;*/
  font-family: 'Rubik', sans-serif;
  background: #fff;
}
.slider {
  margin-bottom: -50px;
  position: relative;
  text-align: center;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #ff9966; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 102px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  
}

.bottom-left {
  position: absolute;
  top: 12px;
  left: 16px;
  text-align: left;
}


.bottom-left > h5 {
	font-weight: 200;
	line-height: 10px;
	max-width: 20px;
	margin-bottom: 10px;
}
.bottom-left > h5 > span {
	color: #e80f0f;
}
.bottom-left > h2 {
	font-size: 18px;
	font-weight: 600;
	max-width: 310px;
	margin-bottom: 30px;
  display: inline
}
.bottom-left > h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
  margin-top:15px;
}
.bottom-left > h3 > span {
	font-size: 20px;
	color: #e80f0f;
  display: block;
}

a.links2
{
	background: #fed700 none repeat scroll 0 0;
	color: #242424;
	display: inline-block;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	width: 100px;
	text-align: center;
  border-radius: 4px;
}
a.links2:hover{
	background: #333333 none repeat scroll 0 0;
	color: #fff;
}

.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: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}