@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
html {
  scroll-behavior: smooth;
}


/* .mainslider{
  border: 2px solid black;
} */

.fa-angle-left{
  color:#203a74 !important;
  font-size: 50px;
}
.fa-angle-right{
  color:#203a74 !important;
  font-size: 50px;
}

/* .fa-angle-left:before {
  content: url("/img/serLA.png") !important;
} */


.slider {
  margin-bottom: 0px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1);
  opacity: 1;
  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+ */
  /* background:  transparent; */
  /* color: #fff; */
}
.slider-card {
  /* background: #fff; */
  /* background: #203a74 !important; */
  background:  transparent !important;
  padding: 0px 0px;
  /* padding-bottom: 30px; */
  margin: 50px 15px 90px 15px;
  border-radius: 20px !important;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.8);
  /* opacity: 0.5; */
  transition: all 0.3s;
}
.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;
  display: none;
}
.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: #203a74 !important;
}


.slidercardinnerheading{
  font-size: 30px;
  text-align: center;
  color: #203a74;
  text-transform: capitalize;
  /* color: white; */
  padding-bottom: 20px !important;
}


@media(max-width:600px) {
  .fa-angle-left{
    display: none !important;
  }
  .fa-angle-right{
    display: none !important;
  }
  .owl-dots {
    text-align: center;
    display: block;
  }

  .slidercardinnerheading{
  font-size: 25px;
  text-align: center;
  color: #203a74;
  text-transform: capitalize;
  /* color: white; */
  padding-bottom: 20px !important;
}
}