/* @import url("https://use.typekit.net/vzm5xvh.css"); */
/* proxima nova fonts */

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Thin.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-ThinItalic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-ExtraLight.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-ExtraLightItalic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Light.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-LightItalic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Regular.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Italic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Medium.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-MediumItalic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-SemiBold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-SemiBoldItalic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Bold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-BoldItalic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-ExtraBold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-ExtraBoldItalic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Black.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-BlackItalic.ttf");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.br-10px {
  border-radius: 10px !important;
}

.br-15px {
  border-radius: 15px !important;
}

.shadow-box {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1) !important;
}

.text-black {
  color: #222222 !important;
}

@media (min-width: 1200px) {
  .business-img::after {
    top: 41% !important;
  }
}

@media (min-width: 992px) {
  .sticky-lg-content {
    position: sticky;
    top: 8rem;
  }

  .business-img::after {
    content: " ";
    position: absolute;
    background-image: url(../img/svg/home.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    width: 70%;
    height: 70%;
    z-index: -2;
    left: -25%;
  }

  .business-img {
    position: relative;
  }
}

.bg-light-sky {
  background-color: rgba(191, 229, 227, 0.5);
}

.bg-light-purple {
  background-color: rgba(224, 224, 223, 0.5);
}

.bg-light-orange {
  background-color: rgba(255, 239, 198, 0.5);
}

.bg-light-green {
  background-color: rgba(228, 248, 204, 0.5);
}

.bg-light-gray {
  background-color: #f8f8f8;
}

.separate {
  width: 100%;
  height: 1px;
  background-color: #e0e0df;
}

.br-gray {
  border: solid 1px #e0e0df !important;
}

.active-green {
  border: solid 2px #35b0ab !important;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08) !important;
}

.active-green .card-header {
  background-color: #35b0ab !important;
}

.date-position {
  position: absolute;
  padding: 8px 10px;
  border-radius: 5px 0 0 0;
  background-color: #35b0ab;
  right: 0;
  bottom: 0;
  z-index: 6;
}

.custom-navbar .nav-item .nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
}

.custom-navbar .nav-item .nav-link:hover {
  color: #35b0ab !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.bg-position-top {
  background-position: center top !important;
}

.custom-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.bg1.navbar-stick:not(.navbar-dark) {
  background-image: url(../img/other/bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg2.navbar-stick:not(.navbar-dark) {
  background-image: url(../img/other/bg2.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg3.navbar-stick:not(.navbar-dark) {
  background-image: url(../img/other/bg3.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg4.navbar-stick:not(.navbar-dark) {
  background-image: url(../img/other/bg4.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg5.navbar-stick:not(.navbar-dark) {
  background-image: url(../img/other/bg5.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg6.navbar-stick:not(.navbar-dark) {
  background-image: url(../img/other/bg6.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-offer-bg {
  background-image: url(../img/other/bg5.webp) !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.custom-select {
  color: #222222 !important;
  font-size: 16px;
  font-weight: 500;
}

.custom-select2 {
  height: calc(2.5rem + 10px) !important;
  min-height: calc(2.5rem + 10px) !important;
}

.custom-floating.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(2.5rem + 10px) !important;
  min-height: calc(2.5rem + 10px) !important;
}

@media (min-width: 992px) {
  .new-nav .nav-link {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .new-nav .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .br {
    display: none;
  }
}

.hover-policy a:hover {
  color: #35b0ab !important;
}

.text-dark-gray {
  color: #777875;
}

.btn-light-gray{
  background-color: #e6e6e6 !important;
}
.custom-line.process-wrapper.line [class*="col-"]:after {
  border-top: 1px solid #e6e6e6 !important;
}

.not-hover.btn:not(.btn-link):hover {
  transform: none;
  box-shadow: none;
}

.bg-light-red {
  background-color: #e55451;
}

.cancel-position {
  position: absolute;
  right: -11px;
  top: 15px;
}
.active-green-border{
  border: solid 1px #35b0ab !important;
}
.cursor-point{
  cursor: pointer;
}
.border-gray-line{
  border: solid 1px #909090;
}
.border-left-green{
  border-left: 3px solid #35b0ab;
}

.labl {
  display : block;
}
.labl > input{
  visibility: hidden; 
  position: absolute; 
}

.labl > input + div{ 
  cursor:pointer;
  border: solid 1px #e0e0df !important;
}
.labl > input:checked + div{ 
  border: solid 1px #35b0ab !important;
}
.room-numbar {
  display : block;
}
.room-numbar > input{ 
  visibility: hidden; 
  position: absolute; 
}

.room-numbar > input + div{ 
  cursor:pointer;
  border: solid 1px #e0e0df !important;
  background-color: #fff;
  padding: 17px 46px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #777875;
  line-height: normal;
  text-align: center;

}
.room-numbar > input:checked + div{
  border: solid 1px #35b0ab !important;
}