/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
body.page-template-page-home {
  background-color: #ffffff;
}

.home-slider .wrapper .cell.cell-img {
  flex: 0 0 42%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .wrapper .cell.cell-img {
    flex: 0 0 100%;
    width: 100%;
  }
}
.home-slider .wrapper .cell.cell-content {
  flex: 0 0 58%;
  padding-right: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .wrapper .cell.cell-content {
    flex: 0 0 100%;
    width: 100%;
  }
}
.home-slider .wrapper .cell.cell-content .title {
  margin-bottom: 30px;
  line-height: 1.1;
}
.home-slider .wrapper .cell.cell-content .title {
  font-size: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-slider .wrapper .cell.cell-content .title {
    font-size: 3.75rem;
  }
}
.home-slider .wrapper .cell.cell-content .title span {
  display: block;
}

.home-banner {
  padding-top: 180px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  min-height: 88vh;
}
@media only screen and (max-width: 47.99875rem) {
  .home-banner {
    background-attachment: unset;
    min-height: 80vh;
    background-position: center;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 12, 12, 0.7490196078);
}
.home-banner .container {
  position: relative;
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
}
.home-banner .container .group-title {
  text-align: center;
}
.home-banner .container .group-title .heading-title {
  font-family: "Cormorant Infant", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  color: #D2C1AF;
  margin-bottom: -60px;
}
@media only screen and (max-width: 39.99875rem) {
  .home-banner .container .group-title .heading-title {
    font-size: 36px;
  }
}
.home-banner .container .group-title svg {
  height: 80px;
  width: 100%;
}
.home-banner .container .lists-button {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}
.home-banner .container .lists-button li.item {
  margin-right: 20px;
}
.home-banner .container .lists-button li.item.no-icon a {
  color: rgba(11, 12, 12, 0.7490196078);
  border: 2px solid #D2C1AF;
  background-color: #D2C1AF;
}
.home-banner .container .lists-button li.item.no-icon a:hover {
  color: #D2C1AF;
}
.home-banner .container .lists-button li.item.no-icon i {
  display: none;
}
.home-banner .container .lists-button li.item:last-child {
  margin-right: 0;
}
.home-banner .container .lists-button li.item a {
  color: #D2C1AF;
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 28px 14px 28px;
  transition: all 0.3s;
  font-weight: 700;
}
.home-banner .container .lists-button li.item a:hover {
  color: #ffffff;
  transform: translateY(-3px);
  background-color: transparent;
}
.home-banner .container .lists-button li.item a i {
  margin-left: 12px;
}

.home-menu {
  margin-top: -3em;
}
.home-menu .wrapper {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.home-menu .wrapper .item {
  flex: auto;
  background-color: #372D24;
  padding: 20px;
  min-height: 100px;
  transition: all 0.3s;
}
.home-menu .wrapper .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .home-menu .wrapper .item {
    width: 50%;
  }
}
.home-menu .wrapper .item:hover {
  background-color: #1F1A14;
}
.home-menu .wrapper .item:nth-child(2n+1) {
  background-color: #D2C1AF;
}
.home-menu .wrapper .item:nth-child(2n+1):hover {
  background-color: #D2C1AF;
}
.home-menu .wrapper .item:nth-child(2n+1) a {
  color: rgba(11, 12, 12, 0.7490196078);
}
@media only screen and (max-width: 47.99875rem) {
  .home-menu .wrapper .item:nth-child(3) {
    background-color: #1F1A14;
  }
  .home-menu .wrapper .item:nth-child(3) a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-menu .wrapper .item:nth-child(4) {
    background-color: #D2C1AF;
  }
  .home-menu .wrapper .item:nth-child(4) a {
    color: rgba(11, 12, 12, 0.7490196078);
  }
}
.home-menu .wrapper .item a {
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Cormorant Infant", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.home-menu .wrapper .item a {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-menu .wrapper .item a {
    font-size: 1.625rem;
  }
}

.home-about-us .wrapper {
  align-items: center;
}
.home-about-us .wrapper .cell {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .wrapper .cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .wrapper .cell.cell-img {
    margin-bottom: 20px;
  }
}
.home-about-us .wrapper .cell.cell-img .img::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.home-about-us .wrapper .cell.cell-img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .wrapper .cell.cell-img img {
    width: 100%;
  }
}
.home-about-us .wrapper .cell.cell-content .content {
  font-size: 15px;
  text-align: justify;
}

.home-services {
  background-color: #FBF1EA;
}
.home-services .wrapper {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.home-services .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-services .wrapper .item {
  flex: auto;
  border: 1px dashed rgba(0, 0, 0, 0.24);
  margin: 8px;
  padding: 4px;
  text-align: center;
  transition: all 0.3s;
}
.home-services .wrapper .item:hover {
  border-color: #FFD700;
}
.home-services .wrapper .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-services .wrapper .item .icon img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  transition: all 0.3s;
}
.home-services .wrapper .item .icon img {
  width: 9.375rem;
  height: 9.375rem;
}
.home-services .wrapper .item .icon:hover img {
  transform: translateY(-3px);
}
.home-services .wrapper .item .title {
  font-family: "Cormorant Infant", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.home-services .wrapper .item .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-services .wrapper .item .title {
    font-size: 1.1875rem;
  }
}

.home-gallery .wrapper {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-gallery .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-gallery .wrapper .item .img {
  position: relative;
  display: block;
}
.home-gallery .wrapper .item .img:hover::after {
  opacity: 1;
  visibility: visible;
}
.home-gallery .wrapper .item .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.home-gallery .wrapper .item .img::before {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.home-gallery .wrapper .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-content {
  padding-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-content .wrapper {
    height: auto;
  }
}
.home-content .wrapper .cell {
  flex: 0 0 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-content .wrapper .cell {
    flex: 0 0 100%;
  }
}
.home-content .wrapper .cell.cell-content .content-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.home-content .wrapper .cell.cell-content .content-block:last-child {
  margin-bottom: 0;
}
.home-content .wrapper .cell.cell-content .content {
  font-family: "Cormorant Infant", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.home-content .wrapper .cell.cell-content .content {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  .home-content .wrapper .cell.cell-content .content {
    font-size: 1.5rem;
  }
}
.home-content .wrapper .cell.cell-content .content ul {
  padding-left: 0px;
  margin-bottom: 0;
  list-style-type: none;
}
.home-content .wrapper .cell.cell-content .content ul li {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  line-height: 1.5;
  margin-bottom: 15px !important;
  font-weight: 400 !important;
}
.home-content .wrapper .cell.cell-content .content ul li {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-content .wrapper .cell.cell-content .content ul li {
    font-size: 1.25rem;
  }
}
.home-content .wrapper .cell.cell-content .content ul li:last-child {
  margin-bottom: 0;
}
.home-content .wrapper .cell.cell-content .content ul li::before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  padding-right: 20px;
  color: #D2C1AF;
  animation: pointRight 1s infinite ease-in-out;
}
@keyframes pointRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-content .wrapper .cell.cell-img {
    position: static;
    align-self: auto;
    transform: translateY(0px);
  }
}
.home-content .wrapper .cell.cell-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-why {
  padding-top: 10px;
}

.home-posts {
  background-color: #F9F9F9;
}
.home-posts .wrapper {
  margin-top: 30px;
  gap: 20px;
}
.home-posts .wrapper .item {
  width: calc(33.3333333333% - 15px);
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .wrapper .item {
    width: 100%;
    padding: 0 0 20px;
    gap: 0;
  }
}
.home-posts .wrapper .item:hover .cover .scale::before {
  opacity: 1;
  visibility: visible;
}
.home-posts .wrapper .item .cover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.home-posts .wrapper .item .cover .scale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.home-posts .wrapper .item .cover .link-cover {
  z-index: 2;
}
.home-posts .wrapper .item .content {
  padding: 24px;
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts .wrapper .item .content {
    padding: 16px;
  }
}
.home-posts .wrapper .item .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts .wrapper .item .content .title {
    font-size: 1.125rem;
  }
}
.home-posts .wrapper .item .content .title a {
  line-height: 1.4;
}
.home-posts .wrapper .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-posts .wrapper .item .content .title a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts .wrapper .item .content .title a:hover {
  color: #FFD700;
}
.home-posts .wrapper .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .home-posts .wrapper .item .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-posts .wrapper .item .content .tag {
  margin-bottom: 12px;
}
.home-posts .wrapper .item .content .tag span {
  display: inline-block;
  height: 24px;
  padding: 0 12px;
  border-radius: 50px;
  background-color: #D2C1AF;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  margin-right: 12px;
}
.home-posts .wrapper .item .content .tag span:last-child {
  margin-right: 0;
}
.home-posts .wrapper .item .content .author-info .avatar img {
  border-radius: 50%;
}
.home-posts .wrapper .item .content .author-info .name {
  font-size: 14px;
  font-weight: 700;
}