@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&family=Playfair+Display:wght@400;500;700;800&display=swap');
:root{
  --bs-body-font-family:'Jost';
  --bs-title-font-family: 'Playfair Display';
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 300;
  --theme-primary-color: #1f2f44;
  --theme-primary-color-rgb: 31,47,68;
  --theme-secondary-color: #f4dcab;
  --theme-secondary-color-rgb: 244,220,171;
  --bs-dark: var(--theme-primary-color);
  --bs-dark-rgb: var(--theme-primary-color-rgb);
  --bs-secondary: var(--theme-secondary-color);
  --bs-secondary-rgb: var(--theme-secondary-color-rgb);
  --bs-link-color: var(--theme-secondary-color);
  --bs-link-hover-color: #ffffff;
  --menu-icon:url('../img/icon/menu-b.svg');
  --swiper-arrow-left:url('../img/icon/left.svg');
  --swiper-arrow-right:url('../img/icon/right.svg');
  --menu-icon-close:url('../img/icon/close-w.svg');
  --menu-list-icon:url('../img/logo/icon-y.svg');
  --btn-icon-dark:url('../img/logo/icon.svg');
  --swiper-navigation-size: 30px;
  --swiper-theme-color: var(--theme-secondary-color);
  --bs-body-color: var(--theme-primary-color);
  --bs-btn-color: var(--theme-primary-color);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: var(--bs-title-font-family);
}
.btn{
  --bs-btn-border-radius: 0;
}
.btn-dark{
  --bs-btn-bg: var(--theme-primary-color);
  --bs-btn-border-color: var(--theme-primary-color);
}
.btn-outline-dark{
  --bs-btn-border-color: var(--theme-primary-color);
}
.btn-outline-secondary {
    --bs-btn-color: var(--theme-secondary-color);
    --bs-btn-border-color: var(--theme-secondary-color);
    --bs-btn-hover-color: var(--theme-primary-color);
    --bs-btn-hover-bg: var(--theme-secondary-color);
    --bs-btn-hover-border-color: var(--theme-secondary-color);
    --bs-btn-active-bg: var(--theme-secondary-color);
    --bs-btn-active-border-color: var(--theme-secondary-color);
    --bs-btn-disabled-color: var(--theme-secondary-color);
    --bs-btn-disabled-border-color: var(--theme-secondary-color);
}
.btn-outline-primary {
    --bs-btn-color: var(--theme-primary-color);
    --bs-btn-border-color: var(--theme-primary-color);
    --bs-btn-hover-color: var(--theme-secondary-color);
    --bs-btn-hover-bg: var(--theme-primary-color);
    --bs-btn-hover-border-color: var(--theme-primary-color);
    --bs-btn-active-bg: var(--theme-primary-color);
    --bs-btn-active-border-color: var(--theme-primary-color);
    --bs-btn-disabled-color: var(--theme-primary-color);
    --bs-btn-disabled-border-color: var(--theme-primary-color);
}
.fs-7{
  font-size: 0.8rem!important;
}
.card{
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
}
.btn-outline-dark,.btn-outline-light{
  position: relative;
  padding-left: 2.6rem;
  padding-right: 1.2rem;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-outline-dark:hover,.btn-outline-light:hover{
  -webkit-transform: translate(1px, -1px);
  transform: translate(1px, -1px);
}
.btn-outline-dark::before,.btn-outline-light::before{
  position: absolute;
    content: "";
    width: 1.5rem;height: 1.5rem;
    left: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: var(--menu-list-icon);
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-outline-dark:hover:before,.btn-outline-light:hover:before{
  transform: translateY(-50%) rotate(45deg);
}
.form-check-input:checked,.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked{
  background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}
.form-control.is-valid, .was-validated .form-control:valid{
  border-color: var(--theme-primary-color);
}
.form-control:focus,.form-control.is-valid:focus, .was-validated .form-control:valid:focus{
  border-color: var(--theme-primary-color);
  box-shadow:none;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
  color: var(--theme-primary-color);
}
.form-control.is-valid,.was-validated .form-control:valid{
  background-image: none;
}
.highlight-title{
  position: relative;
}
.highlight-title:before{
  content: "";
    background-color: var(--theme-secondary-color);
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 40%;
    max-width: 100px;
}
.device-overlay{background-color: rgba(0,0,0,0.1);}
.menu-icon{
  position: relative;
    height: 3rem;
    width: 3rem;
    display: block;
    margin-left: auto;
    cursor: pointer;
    z-index: 11;
}
.topbar{
  position: fixed;
  top: 0;left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-brand img{
  height: 4rem;
}
li{list-style: none;}
ol li{list-style: decimal;}
.mega-menu li a,.plan-list li a{position: relative;}
.mega-menu li a:before,.plan-list li a:before{
  content: "";
  position: absolute;
  background-image: var(--menu-list-icon);
      background-position: center;
      background-size: cover;
      height: 1.2rem;
      width: 1.2rem;
      left: -0.5rem;
      top: 0.6rem;
}
.plan-list li a:before{
  left: -2rem;
    top: 0.2rem;
}
.social-navbar img{
  height: 1.2rem;
  width: 1.2rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-item>a{
  position: relative;
}
.nav-item>a::before {
    content: "";
    position: absolute;
    background-color: var(--bs-secondary);
    height: 1px;
    width: 0%;
    left: 1rem;
    bottom: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.footer .nav-item>a::before{
  left: 0;
}
.bg-img-dark:before {
    background-image: url(../img/bg/banner-bg-content.svg);
    background-size: cover;
    background-position: center 90%;
    content: "";
    position: absolute;
    height: 100%;width: 100%;
    right: 0;bottom: 0;
    z-index: -1;
}
.animate-hover {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.swiper {
      width: 100%;
      height: auto;
    }

    .swiper-slide {
      text-align: center;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper .swiper-prev,.swiper .swiper-next{
  position: absolute;
  display: block;
  background-image: var(--swiper-arrow-left);
  height: 3.5rem;width: 2rem;
  background-size: cover;left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-slide .swiper-next{
  background-image: var(--swiper-arrow-right);
  left: auto;
  right: 50%;
}
.highlight-img-border{
  position: relative;
  border: 0.3rem solid var(--theme-secondary-color);
  border-radius: 4rem;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-form .form-control{
  border-radius:0;
}
.listing-img{
  height: 5rem;
  width: auto;
}
.member-logo img{
  width: 150px;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .main-menu{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 3rem;
    width: 17rem;
    top: 0rem;
    min-height: 100%;
    height: 100vh;
    background-color: var(--bs-dark);
    position: fixed;
    left: 0;
    -webkit-transform: translate(-25rem, 0rem);
    transform: translate(-25rem, 0rem);
    z-index: 11;
  }
  .minimize-header .topbar{
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
  }
  main.page-content{
    padding-top: 96px;
  }
  body.sidebar-show .main-menu{
    -webkit-transform: translate(0rem, 0rem);
    transform: translate(0rem, 0rem);
  }
  .menu-icon:before{
    content: "";
    position: absolute;
    background-image: var(--menu-icon);
    background-size: cover;
    background-position: center;
    width: 60%;height: 60%;
    left: 20%;top: 20%;
  }
  body.sidebar-show .menu-icon{
    background-color: var(--bs-dark);
  }
  body.sidebar-show .menu-icon:before{
    background-image: var(--menu-icon-close);
  }
  .sidebar-overlay{
    content: "";
    position: fixed;
    left: 0;top: 0;
    width: 0%;height: 100vh;
    background-color: rgba(0,0,0,0.1);
    z-index: 10;
  }
  body.sidebar-show .sidebar-overlay{
    width: 100%;
  }
}
@media all and (min-width: 1400px) {
  .bg-img-dark:before{
    width: 60%;
  }
}
@media all and (max-width: 1399.98px) {
  .swiper-slide .swiper-slide-content{
    min-height: 18rem;
    width: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: start;
  }
}
@media all and (min-width: 992px) {
  main.page-content{
    padding-left: 300px;
  }
	.topbar{
    max-width: 300px;
    height: 100%;
  }
  .social-navbar a:hover img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .nav-item:hover>a::before,.nav-item a.active::before{
    width: 30%;
  }
  .animate-hover img{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .animate-hover:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  .section-bg-1,.section-bg-2{
      position: relative;
      background-image: url('../img/bg/slider-1.jpg');
      background-size: cover;background-repeat: no-repeat;
      background-position: 0px 0px;
  }
  .section-bg-2{
    background-image: url('../img/bg/slider-2.jpg');
  }
  .section-bg-1:before,.section-bg-2:before{
    position: absolute;
    content: "";
    left: 0;top: 0;
    width: 100%;height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
  }
  .fixed-sidebar-footer{
    position: absolute;
    height: 75px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
  }
  .fixed-sidebar-footer::before{
    position: absolute;
    content: "";
    background-color: #fff;
    left: 50%;top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 60%;
  }
}
