html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;
  color: #fff;
}

#page-body {
  overflow-y: auto;
  overflow-x: hidden;
}

#page-body.active {
  overflow-y: hidden;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

p {
  margin-bottom: 20px;
}

span {
  font-weight: 400;
  font-family: "Niconne", cursive;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  padding: 50px 0;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.5s;
  background-color: #faefed;
}

header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.brand-logo .logo {
  width: 100px;
}

#home {
  background-color: #faefed;
}

.nav-links {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.nav-links .link {
  color: #8c5537;
  font-size: 20px;
}

.service-menu-a {
  color: #8c5537;
  font-size: 20px;
}

.nav-links .service-menu-a.active, .nav-links .service-menu-a:hover {
  color: #8c5537;
}

.nav-links .link.active, .nav-links .link:hover {
  color: #8c5537;
}

.nav-links li.social-media svg {
  color: #8c5537;
  font-size: 27px;
}

.down-arrow {
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #8c5537;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 1px;
  position: relative;
  top: -2px;
}

.hamburger-menu {
  display: none;
}

.hamburger-menu .menu-btn {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
}

.hamburger-menu .line {
  width: 35px;
  height: 3px;
  background: #8c5537;
  border-radius: 5px;
  transition: 0.5s;
}

section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.link-media {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.btn-danger {
  border-radius: 0 !important;
  color: #fff;
  background-color: #8c5537 !important;
  border-color: #8c5537 !important;
}

.about-section {
  padding: 100px 0;
  background-color: #faefed !important;
  background-size: cover;
}

.about-content {
  padding: 20px;
}

.about-content .about-span {
  color: #8c5537;
  font-size: 40px;
}

.about-content .heading {
  color: #333;
  font-size: 30px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

.about-content .para {
  color: #333;
}

.about-img {
  padding: 30px;
  max-width: 660px;
  position: relative;
  z-index: 1;
}

.about-img .top-border {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 153px;
  height: 165px;
  border-radius: 5px;
  background-color: #8c5537;
  animation: moveleftbounce 5s linear infinite;
}

.about-img .bottom-border {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 165px;
  height: 325px;
  background-color: transparent;
  border: 2px solid #fff;
  animation: moveleftbounce 5s linear infinite;
}

.about-vector {
  position: absolute;
  left: -20%;
  bottom: 0;
}

.services-vector {
  position: absolute;
  z-index: -1;
  bottom: 200px;
  opacity: 0.1;
  right: 0;
  animation: moveleftbounce 4s linear infinite;
}

.about-section-one p {
  font-size: 15px;
  line-height: 2;
  color: #666;
}

.about-section-one span {
  color: #900;
  font-weight: 700;
}

.about-content-one {
  margin: -50px 0 -120px;
}

.about-section-one {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 2;
}

.heading {
  margin-bottom: 20px;
  font-family: "Niconne", cursive;
  text-transform: capitalize;
  font-size: 80px;
  color: #333;
}

.gallery-section p {
  color: #333 !important;
  text-align: center;
}

.about-section {
  padding: 100px 0;
}

.about-content {
  padding: 10px;
}

.about-content .heading {
  font-size: 30px;
}

.services-card {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.services-card .content {
  padding: 30px;
  position: relative;
}

.services-card .content h3 {
  margin-bottom: 0;
  font-size: 24px;
  color: #333;
}

.services-card .content h3 a {
  color: #000000;
}

.services-card .content .more-btn {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px dashed #fff;
  -webkit-transition: 0.9s;
  background-color: #8c5537;
  transition: 0.9s;
  font-size: 22px;
  color: #fff;
}

.services-card .content .more-btn i {
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  background-color: #cdcdcd !important;
  color: #000;
  display: inline-block;
  margin: 0 8px;
  font-size: 18px;
  transition: 0.9s;
}

.main-section:after {
  content: "";
  position: absolute;
  height: 100%;
  background: #8c5537;
  left: 0;
  width: 100%;
  top: 25%;
  z-index: -1;
}

.contact-info-card {
  margin-bottom: 30px;
  padding: 25px 10px 25px 10px;
  text-align: center;
  background-color: #faefed;
  height: 250px;
  color: #333;
}

.contact-info-card svg {
  text-align: center;
  line-height: 90px;
  font-size: 35px;
  display: inline-block;
  margin: 0 auto 20px;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  transition: 0.9s;
}

.contact-info-card h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-info-card p {
  font-size: 16px;
}

.contact-info-card p a {
  color: #333;
}

.gallery-section {
  padding: 100px 0;
}

.figure-wrapper {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}

.figure-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.figure-wrapper:hover::before {
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.gallery-img {
  border-radius: 20px;
}

@media (min-width: 992px) {
  .service-heading-menu {
    position: relative;
  }
  .service-heading-menu:hover .service-menu {
    display: flex;
    opacity: 1;
  }
  .service-menu {
    flex-direction: column;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    gap: 15px;
    position: absolute;
    top: 30px;
    transition: 0.5s;
    display: none;
    opacity: 0;
  }
  .service-menu a {
    font-size: 18px;
    color: #000;
    white-space: nowrap;
  }
  .service-menu a:hover {
    color: #8c5537;
  }
}
@media (max-width: 991px) {
  .hamburger-menu {
    display: block;
    transition: 0.5s;
  }
  .hamburger-menu.active .line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 5px);
  }
  .hamburger-menu.active .line:nth-child(2) {
    transform: rotate(0deg) translate(50px, 0px);
    opacity: 0;
  }
  .hamburger-menu.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -5px);
  }
  .nav-links {
    position: fixed;
    flex-direction: column;
    row-gap: 40px;
    top: 70px;
    right: -100%;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 50px;
    transition: 0.5s;
    align-items: self-start;
  }
  .nav-links.active {
    right: 0;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.5s;
    z-index: 15;
  }
  #overlay.active {
    left: 0;
  }
  .service-menu {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
  }
  .service-menu a {
    color: #000;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
  .service-menu a:first-child {
    margin-top: 0;
  }
  .service-menu ahover {
    color: #8c5537;
  }
}
@media (max-width: 575px) {
  .hamburger-menu .menu-btn {
    width: 30px;
    height: 30px;
    row-gap: 5px;
  }
  .hamburger-menu .line {
    width: 25px;
    height: 2px;
  }
  .hamburger-menu.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger-menu.active .line:nth-child(2) {
    transform: rotate(0deg) translate(50px, 0px);
    opacity: 0;
  }
  .hamburger-menu.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .brand-logo .logo {
    width: 50px;
  }
  #home {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
  .heading {
    margin-bottom: 20px;
    font-size: 50px;
    color: #333 !important;
  }
  .gallery-section {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
  .gallery-section {
    padding: 0 0 50px 0;
  }
}
/*# sourceMappingURL=style.css.map */