@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Prompt";
}

body {
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
}

.bg-fade {
  will-change: transform;
  background-color: inherit;
  transition: all 0.5s ease;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link {
  font-weight: 300;
  margin-right: 4px;
  color: #041344 !important;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
  font-weight: 600 !important;
}

.nav-link.active {
  font-weight: 600 !important;
}

.bg-banner {
  background: linear-gradient(0deg, rgba(245, 248, 255, 0.0001) -31.9%, #e8eeff 100%);
}

.banner-image {
  mix-blend-mode: multiply;
}

.banner-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 58px;
  color: #004ecd;
}

.banner-subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #667c94;
}

.btn-cool-blues {
  background: linear-gradient(270deg, #01b9ff 0%, #004ecd 100%);
  box-shadow: 0px 20px 50px rgba(0, 78, 205, 0.2);
  border-radius: 25.5px;

  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.btn-cool-white {
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(74, 74, 74, 0.15);
  border-radius: 25.5px;
  color: #004fcd;

  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
}

.feature-title {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #01aff9;
}
.feature-subtitle {
  font-weight: 600;
  text-align: center;
  color: #041344;
}

.feture-content-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #041344;
}

.about-title {
  font-weight: 300;
  font-size: 14px;
  color: #01aff9;
}

.about-subtitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 60px;
  color: #0060d5;
}

.about-content {
  font-weight: 300;
  font-size: 18px;
  color: #667c94;
}

.howto-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 2.57143px;
  color: #004fcd;
}

.howto-title-mobile {
  font-weight: 300;
  font-size: 14px;
  color: #01aff9;
  text-align: center;
}

.howto-subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #041344;
}

.bg-howto {
  background-image: url("../image/Mrsafe/futuristic-corridor1.png");
}

.howto-content-title {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #0051ce;
}
.howto-content-subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #041344;
}

.bg-room {
  background: linear-gradient(270deg, #01b9ff 0%, #004ecd 100%);
  box-shadow: 0px 20px 50px rgba(0, 78, 205, 0.2);
}

.room-title {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}

.room-subtitle {
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}

.room-content {
  font-weight: 500;
  font-size: 64px;
  color: #ffffff;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.carousel-indicators {
  bottom: -80px;
}

.carousel-inner .carousel-item img {
  border-radius: 15px !important;
}
.room-box {
  position: relative;
  z-index: 100;
}

#room-box img {
  display: block;
}
#room-box .static {
  /* The static image helps responsively resizing the bounding box correctly */
  width: 100%;
  height: auto;
  z-index: 10;
}
#room-box .layer {
  /* Placing the cat absolutely and with percentage values makes it responsive within the bounding box */
  position: absolute;
  bottom: -5%;
  left: 8%;
  width: 85%;
  height: 20%;
}

.floor-main {
  border-width: 0;
  border-left: 4px solid;
  border-image: linear-gradient(#004ecd, #01b9ff) 0 100%;
}

.floor-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #667c94;
}

.floor-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #041344;
}

.bg-promotion {
  background: #f7fbff;
}

.promotion-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 18px;
  color: #004ecd;
}
.promotion-subtitle {
  font-weight: 300;
  font-size: 38px;
  line-height: 30px;
  color: #667c94;
}
.promotion-price {
  font-weight: 600;
  font-size: 48px;
  line-height: 18px;
  color: #004ecd;
}

.promotion-discount {
  font-family: "Prompt", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #667c94;
}

.promotion-box {
  position: relative;
}

.promotion-hotprice {
  background: linear-gradient(180deg, rgba(255, 32, 99, 0.907) 0%, #fb0101 100%);
  padding: 18px 12px;
  border-radius: 80%;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fbfffe;
  position: absolute;
  right: 55px;
  top: 10px;
}

.bg-footer {
  background: #ecf4ff;
}

.footer-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #667c94;
}

.footer-subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  /* or 129% */
  color: #667c94;
}

.btn-send-email {
  background: linear-gradient(270deg, #01b9ff 0%, #004ecd 100%);
  border-radius: 25.5px;

  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

::placeholder {
  font-family: "Prompt", sans-serif !important;
  font-style: normal !important;
  color: #667c94 !important;
  mix-blend-mode: normal !important;
  opacity: 0.6 !important;
}

.custom-search {
  position: relative;
}
.custom-search-input {
  width: 100%;
  padding-right: 100px !important;
  box-sizing: border-box;
}
.custom-search-botton {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  line-height: 1 !important;
  z-index: 4;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  color: red;
  content: "";
  position: absolute;
  left: -0.1em;
  right: -0.1em;
  top: 0.38em;
  bottom: 0.38em;
  background: linear-gradient(
    to left top,
    transparent 45.5%,
    currentColor 47.5%,
    currentColor 52.5%,
    transparent 54.5%
  );
  pointer-events: none;
}

.form-control:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.image-radius {
  border-radius: 13px;
}

#about-box {
  position: relative;
}
#about-box img {
  display: block;
}

#about-box .floor-plus {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  object-fit: scale-down;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #667c94;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar .navbar-collapse {
  text-align: center;
}

.text-indent {
  text-indent: 50px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* defines the animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  opacity: 0;
  animation: fadeInUp 1s ease-in-out 0s forwards;
}
