@font-face {
    font-family: goord;
    src: url('../../fonts/goord.otf');
}

@font-face {
    font-family: midsig;
    src: url('../../fonts/Midnight\ Signature\ TTF.ttf');
}

body{
  padding: unset;
}

.brand{
  font-family: midsig;
  font-size: 60px;
}
  
.brand-2{
  font-family: goord;
  font-size: 60px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar{
  margin-bottom: 0px;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(100vh - 150px);
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
  }
  
  #hero .carousel,
  #hero .carousel-inner,
  #hero .carousel-item,
  #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  
  #hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #hero .carousel-item::before {
    content: "";
    background-color: #00000059;
  }
  
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
  }
  
  #hero .container {
    text-align: center;
  }
  
  #hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
  }
  
  #hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }
  
  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }
  
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }
  
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }
  
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  
  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #hero .carousel-control-next-icon:hover,
  #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
  }
  
  #hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
  }
  
  #hero .carousel-indicators li.active {
    opacity: 1;
    background: #766456;
  }
  
  #hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    text-decoration: none;
    border-radius: 50px;
    border: 4px solid #766456;
  }
  
  #hero .btn-get-started:hover {
    background: #574a40;
  }
  
  #hero a{
    text-decoration: none;
  }

  @media (max-width: 992px) {
    #hero {
      height: 100vh;
    }
  
    #hero .carousel-container {
      top: 8px;
    }
  }
  
  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px;
    }
  }
  
  @media (min-width: 1024px) {
  
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
      width: 5%;
    }
  }
  
  @media (max-height: 500px) {
    #hero {
      height: 120vh;
    }
  }
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/

  .btn{
    border-radius: 0.5rem;
  }

  .btn-primary{
    background-color: #766456;
    border: 1px solid #766456;
    border-radius: 0.5rem;
  }

  .btn-primary:hover{
    background-color: #574a40;
    border: 1px solid #766456;
  }

  .navbar-nav a{
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 10px;
  }

  h2.brand, .service-card p{
    position: relative;
    bottom: 0px;
    transition: all 0.1s;
  }

  h1.brand-h1{
    font-family: goord;
    letter-spacing: 5px;
    font-size: 3rem;
  }

  .service-card:hover h2.brand, .service-card:hover p{
    color: #ffebcd;
    bottom: 20px;
    transition: all 0.3s;
  }



  /* ---- grid ---- */

.grid {
  background: #fff;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
  padding-bottom: 10px;
  padding-left: 10px;
  /* margin-right: 10px; */
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}


footer .nav-item a{
  color: #000;
  font-size: 5rem;

}

.bg-brown{
  background: rgb(118,100,86);
}
.bg-brown-gradient{
  /* background: rgb(118,100,86); */
background: linear-gradient(60deg, rgba(194,176,150,1) 0%, rgba(128,104,86,1) 51%, rgba(194,176,150,1) 100%);
}

.custom-shape-divider-bottom-1677641139 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1677641139 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 58px;
}

.custom-shape-divider-bottom-1677641139 .shape-fill {
  fill: #766456;
}

.sns-section a{
  font-size: 6rem;
}

.sns-section a{
  color:#fff
}

.sns-section a:hover{
  color:#ffebcd;
  transition: all 0.2s ease;
}

.services-div {
  border: 1px solid #d0d0d0;
  padding: 10px;
  padding-top: 20px;
  background-color: #fff;
}
.heading {
  color: #766456;
}
table td {
  font-weight: 800;
}
table td p {
  font-weight: 400;
  font-style: italic;
  white-space: pre-line;
}


.service-img::before{
  content: "";
}


.service-name{
  font-family: goord;
  font-size: 2.5rem; 
  text-transform: capitalize;
}

.service-page .service-card:hover h2.service-name, .service-page .service-card:hover p {
  color: #766456;
  bottom: 30px;
  transition: all 0.5s;
}


.contact-page .icon{
  padding: 0 20px;
  font-size: 2rem;
  /* background-color: #7e6954; */
  color: #000;
  transition: all 0.2s ease;
}

.contact-page .icon:hover{
  color: #766456;
  transform: rotate(90deg);
  padding-top: 30px;
  transition: all 0.2s ease;
}

