/* Global Set*/
.border-light{
border-color:#fcfcfc !important;
}
.navbar-light{
  background-color: white !important;
}
/*### Fonts ###*/
h1,h2,h3,h4,h5,h6 {
  font-family: 'Luxurious Roman', cursive;
  color: #3a3a3a;
}
.nav-link{
  font-family: 'Luxurious Roman', cursive !important;
}
a{
  font-family: 'Hubballi', cursive;
  font-size: 1.1rem;
}
p{
  color: #3a3a3a;
  font-family: 'Hubballi', cursive;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0px !important;
}
.fs-1{
  font-size: 3rem !important;
}
/* Store Fonts */
.ref-cart,form,.ref-checkout{
  font-family: 'Hubballi', cursive;
  font-size: 1.1rem;
}
.ref-button{
  font-family: 'Luxurious Roman', cursive;
}
/*### Font End ###*/
/* Button */
.btn-dark{
  background-color: #b9783f !important;
  transition: all 0.5s ease;
}
.btn-dark:hover{
  transform: scale(1.04);
  transition: all 0.5s ease;
}
.btn-light{
  transition: all 0.5s ease;
}
.btn-light:hover{
  transform: scale(1.04);
  transition: all 0.5s ease;
}
.btn {
  font-family: 'Luxurious Roman', cursive !important;
  text-transform: uppercase;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative; 
  z-index: 1;
}
/* Background */
.bg-dark{
  background-color:#b9783f !important ;
}
.bg-banner{
  background-color: #ffe8d4;
}
.bg-cta{
  background-color:#ffe8d4;
}

/* Divider */
.dividerBar{
  height: 4px;
  width:150px;
  border-radius: 50%;
}
/* Navbar CSS */
.nav-link{
  color: 	#222222!important;
  transition: 0.5s;
  font-size: 1.1rem;
  margin: 0px 15px 0px 15px;
}
.nav-link:hover{
  font-size: 1.1rem;
  color: #946135 !important;
  transform: translateY(-3px);
  transition: 0.5s;
}
.bi-active,.active{
  color: #946135 !important;
  fill:#946135 !important;
}
/* Home CSS */
.heroSection{
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}
.hero-p{
  font-size: 1.4rem;
}
.overLay{
  height: 80vh;
  background-color: rgba(0, 0, 0, 0);
}
.intro{
  width: 50vw;
  padding: 20px 10px 20px 10px;
  border-radius: 10px;
  background-color: #0707078e;
}
/* Feature Section CSS */
.feature-section{
  overflow: hidden;
}
/* How We Work CSS*/
.number{
  display: inline-block;
  padding: 10px 14px 10px 14px;
}
/* Footer CSS */
a{
  text-decoration: none;
  margin: 10px 10px;
  color:#5f5f5f;
  transition:all 0.3s ease;
}
a:hover{
  color: #be8c5f;
  transition:all 0.3s ease;
}
footer{
  position: relative;
}
.callButton{
  position:fixed ;
  bottom: 20px;
  right: 10px;
  border: 2px solid white;
  border-radius: 50px !important ;
  z-index: 10;
}
.callButton:hover{
  transform: scale(1.1);
}
.callButton {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
/** Gallery Hover Overlay **/
.hover-overlay:hover{
  filter: brightness(70%);
  transition: 0.5s ease;
  transform:translatey(-2px);
}
.hover-overlay{
  transition: 0.5s ease;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
 @-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
/* Store CSS */
.ref-heading{
  display: none;
}
a.ref-button,.ref-checkout-button, .ref-next, .ref-button{
    background-color: #b9783f !important;
}
.ref-page-item.active .ref-page-link{
  background-color: #b9783f !important;
}

.ref-notification.success.no-description{
  z-index: 100;
}
/* Contact CSS */
.form-check-input:checked{
  background-color: #b9783f !important;
}
/* About CSS */
.feature-section,.contentSection{
  overflow: hidden;
}

/*##### MEDIA QUERY ##### */
/* 992px above */
@media screen and (min-width: 992px) {
  .intro{
    width: 50vw;
  }
  .fixed-top{
    position: static;
    width: 100vw;
  }
}
/*  992px wide or less */
@media screen and (max-width: 992px) {
  .navbar-light {
    background-color: #eeebe9 !important;
  }
  .intro{
    width: 80vw;
  }
  .fixed-top{
    overflow: hidden;
    width: 100vw;
  }
  .topBanner{
    margin-top: 60px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    position: absolute;
    top:90px;
}

  }
/*  600px wide or less */
@media screen and (max-width: 600px){
    .intro{
      width: 95vw;
    }
    .btn{
      font-size: 1rem;
    }
    .heroSection{
        margin-top:60px;
    }
    .fs-1{
  font-size: 2.5rem !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    position: absolute;
    top: 50px;
}
  }