body {
  font-family: "Quicksand", -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: #fff;
  font-weight: normal;
  height: 200vh;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(141, 123, 84, 0.5);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #b3b3b3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", -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 {
  transition: 0.3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}

#hero {
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
}
#hero .carousel-item {
  float: none !important;
}
#hero .container-fluid {
  padding: 0;
}
#hero .logo_box {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
#hero .title {
  position: absolute;
  width: 40%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
}
#hero .title img {
  width: 100%;
  max-width: 500px;
  opacity: 0.7;
}
#hero .title h2 {
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-size: 100px;
  z-index: 3;
}
#hero .title p {
  max-width: 80%;
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-size: 30px;
  z-index: 3;
  text-align: center;
  opacity: 0.8;
}
#hero .pic_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: absolute;
  z-index: 1;
  object-position: 50% 0%;
}
#hero .hero_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#hero .hero_pic img {
  z-index: 2;
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

@media (max-width: 1400px) {
  #hero .title {
    width: 45%;
  }
  #hero .title h2 {
    font-size: 80px;
  }
  #hero .title p {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  #hero .title {
    position: absolute;
    width: 50%;
  }
  #hero .title h2 {
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-size: 70px;
    z-index: 3;
  }
  #hero .title p {
    max-width: 80%;
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-size: 17px;
    z-index: 3;
    text-align: center;
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-item {
    float: left !important;
  }
  #hero .logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero .title {
    margin-top: 0%;
    width: 80%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 5;
  }
  #hero .title img {
    width: 100%;
    max-width: 300px;
  }
  #hero .title h2 {
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-size: 5rem;
    z-index: 3;
  }
  #hero .title h2 small {
    font-size: 4rem;
  }
  #hero .title p {
    max-width: 80%;
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-size: 17px;
    z-index: 3;
    text-align: center;
    opacity: 0.8;
  }
}
@media (max-width: 576px) {
  #hero .title {
    margin-left: 0%;
    width: 80%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 5;
  }
  #hero .title h2 {
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-size: 70px;
    z-index: 3;
  }
  #hero .title p {
    max-width: 80%;
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-size: 17px;
    z-index: 3;
    text-align: center;
    opacity: 0.8;
  }
}
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}
.site-navbar-wrap a {
  color: #8d7b54;
}
.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(141, 123, 84, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}
.site-navbar .site-logo {
  transition: 0.5s;
  font-weight: 200;
  line-height: 0;
  position: relative;
  top: 3px;
}
.site-navbar .site-logo a {
  font-weight: 200;
  color: #8d7b54;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.site-navbar .site-navigation .icon-menu {
  color: #a79162;
  transition: 0.5s;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 300;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 20px 10px 5px 10px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: #a79162;
  font-size: 15px;
  text-decoration: none !important;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}
.site-navbar .site-navigation .site-menu > li > a.active {
  border-bottom: 1px solid #a79162;
  transition: 0.2s;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  border-bottom: 1px solid #a79162;
  transition: 0.2s;
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
  border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #8d7b54 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #a79162;
  color: #8d7b54;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #ebeef0;
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #8d7b54;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #a79162;
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
  color: #fff;
  opacity: 0.4;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #fff;
  opacity: 1;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 20px;
  display: block;
  position: relative;
  color: #fff;
  opacity: 0.7;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #fff;
  opacity: 1;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #fff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 18px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  transition: 0.8s;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}
.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar ul li.active a {
  color: #8d7b54;
}
.sticky-wrapper.is-sticky .site-navbar {
  background-color: #fff;
  transition: 1s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #8d7b54;
  transition: 0.5s;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .icon-menu {
  transition: 0.8s;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
  padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: #a79162;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  transition: 0, 2s;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
  color: #a79162 !important;
  transition: 0, 2s;
  border-bottom: 1px solid #a79162;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
  color: #a79162 !important;
  transition: 0, 2s;
  border-bottom: 1px solid #a79162;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
  color: #a79162;
}
#about .about_pic {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  opacity: 1;
  transition: 0.5s;
  width: 100%;
  height: 500px;
  background: url(../../public/about/1.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
}
#about h2 {
  font-family: "Poiret One", sans-serif;
  color: #8d7b54;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #8d7b54;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
#about span {
  background-color: #fff;
  font-size: 15px;
  color: #fff;
  padding: 8px 40px;
  border-radius: 50px;
}
#about p {
  line-height: 2.5rem;
  font-size: 15px;
}
#about img {
  width: 100%;
  max-height: 800px;
  object-fit: contain;
  margin: auto;
  position: relative;
}
#about h3 {
  line-height: 2rem;
}
#about .text_S {
  display: none;
}
#about .about_content {
  font-weight: normal;
  width: 100%;
  margin-top: 20px;
  line-height: 2.5rem;
  font-size: 15px;
}
#about .about_content p {
  color: rgba(141, 123, 84, 0.8);
  font-size: 1.02rem;
}
#about .about_content p:nth-child(1) {
  color: #8d7b54;
  font-size: 1rem;
  background-color: rgba(141, 123, 84, 0.1);
  width: 100%;
  padding: 2rem;
  border-radius: 20px;
  position: relative;
}
#about .about_content p:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: -0.6rem;
  background: url(../../public/about/quote/quote-right-solid.svg);
}
#about .about_content p:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  left: -1.6rem;
  background: url(../../public/about/quote/quote-left-solid.svg);
}
#about .about_content .about_pic img {
  max-width: 600px;
}
#about .about_content ul {
  padding: 0;
  text-align: start;
}
#about .about_content ul li {
  list-style: none;
  text-align: start;
}

@media (max-width: 576px) {
  #about .title {
    width: 100%;
  }
  #about .title hr {
    width: 40%;
    margin: 15px auto;
  }
  #about .text_L {
    display: none;
  }
  #about .text_S {
    display: block;
  }
  #about .about_content {
    width: 100%;
    font-size: 13px;
  }
}
#services {
  background: url(../../public/about/bg/1.png);
  background-attachment: fixed;
  background-size: cover;
}
#services .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #8d7b54;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #8d7b54;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#services .heading-section a {
  margin-left: -20px;
}
#services .heading-section a:hover p {
  color: #a79162;
  transition: 0.5s;
}
#services .heading-section a,
#services .heading-section p {
  color: #8d7b54;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#services .heading-section .more_arrow {
  letter-spacing: 5px;
  color: #8d7b54;
  font-size: 1rem;
  animation: more_arrow_move 1s infinite;
  margin-right: 20px;
}
@keyframes more_arrow_move {
  0% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(20px);
  }
}
#services h3,
#services h4 {
  color: #8d7b54;
  margin-bottom: 20px;
  margin-top: 2rem;
  font-size: 1.1rem;
  position: relative;
  line-height: 2.5rem;
  text-align: center;
}
#services h3::after,
#services h4::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../../public/logo/icon.png);
  background-size: cover;
  top: -50px;
  left: 35%;
}
#services p {
  color: #a79162;
  padding: 0rem 2rem;
  line-height: 3rem;
  text-align: center;
}
#services img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

@media (max-width: 768px) {
  #services {
    background: url(../../public/about/bg/2.png);
    background-attachment: fixed;
    background-size: cover;
  }
  #services img {
    max-width: 300px;
  }
}
#process .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #8d7b54;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #8d7b54;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#process .heading-section a,
#process .heading-section p {
  color: #8d7b54;
}
#process img {
  width: auto;
  height: 80vh;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media (max-width: 576px) {
  #process img {
    max-width: 100%;
    height: 80vh;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
}

#process h2 {
  color: #ba8833;
}

#process * {
  transform-origin: left;
  font-family: "Poiret One", sans-serif;
}

#process p {
  letter-spacing: 0.4rem;
  padding-left: 3rem;
  color: #ba8833;
}

#process span {
  color: rgba(141, 123, 84, 0.85);
  font-size: 1.1rem;
}

#process h5 {
  transform: scaleX(1);
  flex: 1;
  font-size: 1.5rem;
  font-weight: normal;
}

@media (max-width: 992px) {
  #process h5 {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
  }
}
#process h5 small {
  font-size: 0.9rem;
  letter-spacing: 0rem;
  opacity: 0.7;
  line-height: 2.5rem;
}

#process .step {
  display: flex;
  flex-direction: column;
}

#process .step h3 {
  font-size: 1.3rem;
  color: rgba(141, 123, 84, 0.8);
  letter-spacing: 0.25rem;
  font-style: italic;
  display: inline-block;
  width: 160px;
  height: fit-content;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  #process .step h3 {
    width: 100px;
    font-size: 20px;
  }
}
#process .step .line {
  width: 75px;
  flex: 1;
  border-right: dotted 3px #8f927b;
  opacity: 0.5;
}

@media (max-width: 576px) {
  #process .step .line {
    width: 55px;
  }
}
#process .item:not(:last-child) {
  margin-bottom: 0.5rem;
}

#process .item:not(:last-child) h5 {
  margin-bottom: 2rem;
}

#process .pay {
  background: #a1998c;
  padding: 2rem;
  padding-top: 0;
  margin-top: 3rem;
  border-radius: 5px;
}

#process .pay * {
  color: #fff;
}

#process .pay * {
  transform-origin: center;
}

#process .pay h5 {
  width: fit-content;
  white-space: nowrap;
}

@media (max-width: 992px) {
  #process .pay h5 {
    text-align: center;
    margin-top: 2rem;
  }
}
#process .pay .line {
  flex: 1;
}

@media (max-width: 992px) {
  #process .pay .line {
    display: none;
  }
}
#process .pay .dotted {
  position: relative;
}

#process .pay .dotted::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 50%;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: dotted 3px #fff;
  opacity: 0.5;
}

#process .pay p {
  padding-left: unset;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 1rem;
  width: 70%;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

#process .pay h3 {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 2.5rem;
  color: #a1998c;
  background: #fff;
  width: fit-content;
  border-radius: 0 0 5px 5px;
}

#gallery .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #8d7b54;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #8d7b54;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#gallery .heading-section a,
#gallery .heading-section p {
  color: #8d7b54;
  font-size: 1rem;
  opacity: 0.4;
  font-style: italic;
}
#gallery a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: brightness(0.5);
  transition: 0.5s;
}
#gallery a:hover img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: brightness(1);
  transition: 0.5s;
}
@media (max-width: 576px) {
  #gallery a img {
    width: 100%;
    filter: brightness(1);
    transition: 0.5s;
  }
  #gallery a:hover img {
    width: 100%;
    filter: brightness(1);
    transition: 0.5s;
  }
}
#gallery p {
  color: #8d7b54;
  font-size: 1rem;
  text-align: center;
}

#contact {
  background: url(../../public/process/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#contact .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #8d7b54;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #8d7b54;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#contact .heading-section a {
  color: #8d7b54;
}

@media (max-width: 768px) {
  #contact {
    background: url(../../public/process/bg_s.jpg);
    background-attachment: fixed;
    background-size: cover;
  }
}
.contact address a {
  color: #8d7b54;
  transition: 0.4s;
  opacity: 0.6;
}

.contact address a:hover {
  color: #8d7b54;
  transition: 0.4s;
  opacity: 1;
}

.contact address ul li a i {
  font-size: 18px;
  line-height: 24px;
}

.contact .sns {
  padding-left: 20px;
}

.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}

.contact .sns a:hover {
  border: 1px solid #575755;
  color: #575755;
}

@media (max-width: 992px) {
  .contact .sns {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.contact .map {
  transition: 0.4s;
}

.contact h5 {
  background-color: #fff;
  color: #fff;
  border-radius: 50px;
  width: fit-content;
  padding: 7px 40px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
}

.contact .map:hover {
  filter: grayscale(0);
}

footer {
  background-color: #a79162;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
}
footer a {
  color: #fff;
}
footer p {
  color: #fff;
  margin: 0;
  padding: 20px 0px;
}/*# sourceMappingURL=style.css.map */