body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #212842; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #fff;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a { 
    font-weight: bold;
    color: #9A6235 !important;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  background-color: #212842; }

h2 {
  font-size: 20px; }

/* 10 */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 4rem; } }
  .site-blocks-cover .sub-text {
    font-size: 1rem;
    color: gray;
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .sub-text {
        color: #000; } }
  .site-blocks-cover .img-wrap {
    position: absolute;
    z-index: -1;
    width: calc(100% - 50%);
    top: 0;
    height: 100%;
    z-index: 2;
    right: 50%;
    min-height: 600px;
    overflow: hidden;
    border-bottom-right-radius: 200px; }
    @media (max-width: 991.98px) {
        p{
            color: #000;
            font-weight: bold;
        }
        h1{
            color: #000 !important;
        }
      .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0; }
        .site-blocks-cover .img-wrap .hero-slider:before {
          position: absolute;
          content: "";
          background: #fff;
          opacity: .5;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .site-blocks-cover .img-wrap .slide {
      height: 100vh;
      position: relative; }
      .site-blocks-cover .img-wrap .slide img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .site-blocks-cover .intro {
    z-index: 3;
    position: relative; }
    .site-blocks-cover .intro .heading {
      margin-left: -205px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .heading {
          margin-left: 0; } }
    .site-blocks-cover .intro .text {
      padding-left: 50px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .text {
          padding-left: 0; } }

.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase; }

.hero-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 100; }
  .hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #9A6235;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.3rem; }
    .hero-slider .owl-nav .owl-prev span, .hero-slider .owl-nav .owl-next span {
      color: #fff;
      font-size: 30px; }
    .hero-slider .owl-nav .owl-prev:active, .hero-slider .owl-nav .owl-prev:focus, .hero-slider .owl-nav .owl-next:active, .hero-slider .owl-nav .owl-next:focus {
      outline: none; }

.btn-pill {
  border-radius: 30px;
  padding: 15px 30px;
  border-color: #fff;
  color: #fff; }
  .btn-pill:hover {
    background: #fff;
    border-color: #fff;
    color: #000; }

    .social-icons a {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  padding: 20px;
  font-size: 22px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  font-weight: bold;
}

.social-icons #fixed-logo a{
   background: none !important;
    border: none !important;
}

.social-icons {
  position: relative;
  z-index: 2;
}
.social-icons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 100rem;
}

.social-icons .home-btn {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.social-icons a:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
  box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.3), inset -6px -6px 12px rgba(255, 255, 255, 0.6);
  transform: scale(1.15);
}

.social-icons a i {
  color: #D4A373;
  font-size: 22px;
  transition: color 0.3s ease;
}

.social-icons .btn {
  height: 3rem !important;
  width: 3rem !important;
}

.social-icons .categories {
   height: 4rem !important;
  width: 7rem !important;
  color: #fff;
  font-size: 20px;
}

#fixed-logo {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 2000;

}
/* #fixed-logo:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
} */


.fab-menu {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 2000;
  width: 80px;
  height: 80px;
}

#fixed-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.fab-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: 
    transform 0.9s cubic-bezier(.39,.575,.565,1),
    opacity 0.3s;
  z-index: 1;
}

/* When menu is open, add .fab-open to .fab-menu */
.fab-menu.fab-open #home         { transform: translate(-200px, -10px);  opacity: 1; pointer-events: auto; }
.fab-menu.fab-open #products     { transform: translate(-221px, -97px);  opacity: 1; pointer-events: auto; }
.fab-menu.fab-open #gallery      { transform: translate(-239px, -187px);  opacity: 1; pointer-events: auto; }
.fab-menu.fab-open #projects     { transform: translate(-90px, -188px);  opacity: 1; pointer-events: auto; }
.fab-menu.fab-open #instagram-btn{ transform: translate(-14px, -195px);   opacity: 1; pointer-events: auto; }
.fab-menu.fab-open #linkin       { transform: translate(22px, -123px);   opacity: 1; pointer-events: auto; }
.fab-menu.fab-open #contactus       { transform: translate(-61px, -107px);   opacity: 1; pointer-events: auto; }
.fab-menu.fab-open #search       { transform: translate(-144px, -103px);   opacity: 1; pointer-events: auto; }

#gallery.animated, #projects.animated, #instagram-btn.animated, #linkin.animated, #home.animated {
  display: inline-block !important;
  animation: fadeInUp 0.6s cubic-bezier(.39,.575,.565,1) both;
}

#gallery.animated-out, #projects.animated-out, #instagram-btn.animated-out, #linkin.animated-out, #home.animated-out {
  animation: fadeOutDown 0.6s cubic-bezier(.39,.575,.565,1) both;
}

@media (min-width: 992px) {
  .social-icons {
    position: absolute;
    height: 100%;
    top: 0;
    right: 2.5rem;
    width: auto;
  }
}