.sm-text-p {
  font-size: 0.65rem !important;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none !important;
}

.my-header-bg {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.button-md-circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}

.object-position-top {
  object-position: top !important;
}

.light-color {
  background-color: #f7f7f7 !important;
}

.bg-image {
  background-image: url(/assets/images/banners/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.bg-gradient {
  background: linear-gradient(265deg, #ef4123, #ee3f25 48%, #d11450) !important;
}

.button-lg-circle {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}

.bg-primary {
  background: #04091e !important;
}

.text-justify {
  text-align: justify;
}

.footer-border {
  border-color: #565656 !important;
}

.lh-normal {
  line-height: 1.2 !important;
}

.bg-top-header {
  background-image: url(https://royalsion.com/assets/img/header.jpg) !important;
}

.gradient-section-2 {
  background: linear-gradient(90deg, #b68951 0%, #6c4f2c 100%);
  color: #fff;
}

.gradient-pink {
  background-image: linear-gradient(100deg, #976fc3 0%, #e35471 100%);
}

.mt-n10 {
  margin-top: -12rem !important;
}

.video-gradient-border {
  padding: 4px;
  border-radius: 2rem;
  background: linear-gradient(135deg, #ff4ecd, #5f6cff, #00d4ff);
}

.video-gradient-border video {
  display: block;
  border-radius: 1.75rem;
  background: #000;
}

.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
