
body {
  color: rgb(var(--bs-tertiary-color-rgb));
  font-family: 'Nunito', sans-serif;
  overflow: hidden;
  letter-spacing: 0.0675rem;
  color: #1D1D1B;
}

body {
  color: rgb(var(--bs-tertiary-color-rgb));
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.0675rem;
  color: #1D1D1B;
}

.nav-top {
  background-color: rgba(255, 255, 255, 0.5);
  height: 150px;
}

.nav-footer{
  background-color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  height: 42px;
}


.nav-footer a {
  color: #1D1D1B !important;
  transition: ease-out .2s;
  padding-bottom: 3px;
}


.nav-footer a:hover {
  color: #393937 !important;
  text-decoration: underline;
}

.nav-text {
  color: #1D1D1B;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 500;
}

.btn-reg {
  border: 1px solid #1D1D1B;
  background: #FFFDFD;
  padding: 18px 40px 18px;
  border-radius: 0px;
  color: #1D1D1B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.btn-reg:hover, .btn-reg:active {
  background: #1D1D1B !important;
  color: #FFFDFD !important;
  border: 1px solid #FFFDFD !important;

}

.animate {
  animation-duration: 0.5s;
  animation-name: animate-fade;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}

@keyframes animate-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.carousel-item {
  height: 100vh;
}

.carousel-indicators{
  visibility: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.5s ease-in-out left;
  -moz-transition: 0.5s ease-in-out left;
  -o-transition: 0.5s ease-in-out left;
  transition: 0.5s ease-in-out left;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s .5s;
}

.bd-placeholder-img4 {
  background: url("assets/brand/Dining\ Table\ Decor.png");
  background-size: cover;
  background-position: center;
}

.bd-placeholder-img5 {
  background: url("assets/brand/EntryWay\ Image.png");
  background-size: cover;
  background-position: center;
}

.bd-placeholder-img1 {
  background: url("assets/brand/Fireplace\ design\ 3.png");
  background-size: cover;
  background-position: center;

}

.bd-placeholder-img2 {
  background: url("assets/brand/Living\ Room\ Decor\ .png");
  background-size: cover;
  background-position: center;
}

.bd-placeholder-img3 {
  background: url("assets/brand/Vases\ Showcase.png");
  background-size: cover;
  background-position: center;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (max-width: 678px) {

  .carousel{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .carousel-item {
    height: 65vh;
  }

  .logo-center {
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 500;
    height: 150px;
    width: 150px;
  }

  .nav-top {
    background-color: #FFFFFF;
    height: 35vh;

  }

  .nav-top .container-fluid {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;

  }
 
  .nav-text {
    font-size: 16px;

  }

  .btn-reg {
    font-size: 16px;
    padding: 8px 24px 8px;
  }

  .navbar-brand {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .nav-footer a{
    font-size: 14px;
    padding-bottom: 0px;
  }

}
