/*General*/
:root {
  --navColor: #fbf6d5;
  --main-color: #c39452;
  --main-color2: #cfa96f;
}
html {
  scroll-behavior: smooth;
}
/*Contact*/
.box-heading .main-heading .section-title-normal,
.box-heading .main-heading .section-title-normal span {
  border-bottom: unset !important;
}
.contact-01 .main-heading,
.contact-01 .sub-heading {
  text-align: center;
}
.contact-01 .main-heading .section-title-normal {
  display: inline-block;
}
#content .contact-01,
#content .contact-03 {
  padding: 120px 0;
}
.contact-01 .sub-heading p,
.about-sub-heading p {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.contact-01 .main-heading {
  margin-bottom: 30px;
}
.contact-01 .main-heading .section-title-normal {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 0;
}
.contact-01 .main-heading .section-title-normal span {
  text-transform: capitalize;
  margin-right: 0;
  padding-bottom: 0;
}
.contact-01 .info-list {
  gap: 24px;
  position: relative;
}
.contact-01 .info-list::before {
  content: "";
  display: block;
  width: 140px;
  height: 194px;
  background: url(../images/flower.webp) no-repeat center / contain;
  position: absolute;
  left: -100px;
  top: -50px;
  transform: scaleX(-1);
}
.contact-01 .info-list::after {
  content: unset;
}
.contact-01 .info-list .info-box {
  background: var(--main-color2);
  flex-basis: unset;
  max-width: 100%;
  flex: 1;
  padding: 40px;
}
.contact-01 .info-list .info-box:hover {
  background: var(--main-color);
}
.contact-01 .icon-box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-01 .info-box svg {
  width: 30px;
  height: 30px;
}
.contact-01 .info-item:not(:last-child) {
  margin-bottom: 10px;
}
.contact-01 .info-item .icon-box-img {
  margin-bottom: 0;
  flex: 0 0 13%;
  max-width: 60px;
}
.contact-01 .box-bottom-info {
  text-align: center;
  margin-top: 40px;
}
.contact-01 .box-bottom-info a.button:hover {
  background-color: var(--main-color) !important;
  box-shadow: unset !important;
}
#main .contact-02,
.contact-02 .section-content .col,
.contact-01 .box-bottom-info .col {
  padding: 0;
}
.contact-02 iframe {
  width: 100%;
  margin-bottom: -10px;
}
.contact-02 .col-inner p {
  margin-bottom: 0;
}
.contact-03 .info-box .featured-box {
  display: flex;
  align-items: center;
}
.contact-03 .info-box .icon-box-img {
  max-width: 40px;
  margin-bottom: 0;
}
.contact-03 .info-box .icon-box-img svg{
  width: 30px;
}
.contact-03 .info-box .icon-box-img svg path {
    fill: var(--main-color);
}
.contact-03 .frm-title h3 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.contact-03 form .cf7-col {
  line-height: 1;
  margin-bottom: 20px;
}
.contact-03 form .cf7-col:nth-child(5) > span {
  height: 100%;
}
.contact-03 form .cf7-grid input,
.contact-03 form .cf7-grid textarea {
  width: 100%;
  padding: 6px 18px;
  box-shadow: unset;
  margin-bottom: 0;
  background: #fbf7ee;
}
.contact-03 form .cf7-grid input:not([type="submit"]) {
  height: 52px;
}
.contact-03 form .cf7-grid input:not([type="submit"]):focus,
.contact-03 form .cf7-grid textarea:focus {
  border-color: var(--main-color);
}
.contact-03 form textarea {
  height: 100%;
  min-height: 100px;
}
.contact-03 form input[type="submit"] {
  background: var(--main-color2);
}
.contact-03 input[type="submit"]:hover {
  background: var(--main-color);
}
.contact-03 .row > .col {
  padding-bottom: 0;
}
.contact-03 {
  position: relative;
}
.contact-03::before {
  content: "";
  display: block;
  width: 200px;
  height: 186px;
  background: url(../images/lilac.webp) no-repeat center / cover;
  transform: scaleX(-1);
  position: absolute;
  left: 0;
  bottom: 120px;
}
.contact-04 .swiper-slide img {
  height: 68px;
  width: auto;
  object-fit: cover;
}
/*About*/
.about-page #content {
  padding-top: 0;
  padding-bottom: 0;
}
#content .about-01 {
  padding: 75px 0 120px;
}
.about-heading .section-title-normal {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
}
.about-heading .section-title-normal span {
  text-transform: capitalize;
  padding-bottom: 0;
}
.about-01 .box-left .desc {
  margin-bottom: 50px;
}
.about-01 .box-left .desc p {
  margin-bottom: 0;
}
.about-01 .about-info-item {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.about-01 .about-info-item svg {
  width: 45px;
  height: 45px;
  object-fit: cover;
  filter: invert(63%) sepia(32%) saturate(518%) hue-rotate(355deg)
    brightness(92%) contrast(88%);
}
.about-01 .about-info-item .icon-box-text h3 {
  font-size: 20px;
  line-height: 1.2;
}
.about-01 .about-info-list > .col {
  padding-bottom: 0;
}
.about-01 .box-right {
  position: relative;
  display: flex;
  align-items: center;
}
.about-01 .box-right::before {
  content: "";
  display: block;
  width: 354px;
  height: auto;
  aspect-ratio: 354 / 560;
  border: 15px solid var(--main-color2);
  position: absolute;
  top: 0;
  left: 0;
}
.about-01 .box-right img {
  width: 600px;
  height: 440px;
  object-fit: cover;
  aspect-ratio: 608 / 440;
  margin-left: 30px;
  padding-bottom: 50px;
}

#main .about-btn {
  font-size: 14px;
  padding: 4px 34px;
  letter-spacing: 2px;
  margin: 30px 0 0;
}
.about-01,
.about-02,
.about-04 {
  background: #fbf7ee;
}
.about-02 .desc p {
  margin-bottom: 10px;
}
.about-02 .about-info {
  margin-top: 50px;
}
.about-02 .about-info .col {
  padding-bottom: 0;
}
.about-02 .about-info h3 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-02 .about-info p {
  font-size: 16px;
  margin-bottom: 0;
}
.about-02 .about-info p:not(:last-child) {
  margin-bottom: 12px;
}
.about-02 .about-info a:hover {
  color: var(--main-color);
}
#content .about-03 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.about-03 .row {
  align-items: center;
}
.about-03 .box-video > .col-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.about-03 .box-video p,
.about-03 .box-video a {
  padding-bottom: 0;
}
.about-03 .box-video p {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-03 .box-video p::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  transition: width 0.4s ease;
}

.about-03 .box-video:hover p::after {
  width: 80px;
}
.about-03 .box-video:hover .button.open-video {
  background: var(--main-color2);
  border-color: var(--main-color2);
  color: #ffffff;
}
.about-04 .about-heading .section-title-normal,
.about-05 .about-heading .section-title-normal {
  justify-content: center;
}
#content .about-04 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-04 .about-heading {
  margin-bottom: 50px;
}
.about-04 .about-heading .section-title-main,
.about-05 .about-heading .section-title-main {
  font-size: 50px;
}
.about-04 .member-item .box-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.about-04 .member-meta h4 {
  font-size: 26px;
}
.about-04 .member-meta p {
  font-size: 16px;
}
.about-04 .member-item:hover img {
  transform: scale(1.1);
}
.about-04 .member-item:hover .member-meta * {
  color: var(--main-color);
}
#content .about-05 {
  background: url("../images/about-05.png") no-repeat center / cover;
  padding-top: 120px;
  padding-bottom: 220px;
  margin-bottom: -100px;
}
.about-05 .scroll-counter {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}
.about-05 .desc {
  max-width: 700px;
  margin: 40px auto 0;
}
.about-05 .desc p {
  margin-bottom: 8px;
}
.about-05 .box-heading > .col {
  padding-bottom: 0;
}
.about-05 .counter-list {
  margin-top: 40px;
}
.about-05 .item-counter {
  padding-bottom: 0;
}
.about-05 .counter-text p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
/*single Post*/
#main .blog-wrapper .post-sidebar {
  padding: 0;
  border-left: unset;
}
.blog-wrapper .post-sidebar .widget {
  padding: 10px;
  border-radius: 8px;
  background: #d5b586;
}
.post-sidebar .is-divider {
  display: none !important;
}
.post-sidebar .widget-title {
  font-size: 15px;
  text-transform: inherit;
  border-bottom: 1px solid #eceef0;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
}
.post-sidebar .widget_categories ul li {
  border-top: 0;
  font-size: 14px;
  line-height: 1.2;
}
.post-sidebar .widget_categories ul li a {
  text-transform: capitalize;
}
.blog-single #respond {
  border-radius: 10px;
}
.blog-single .relatedSwiper .swiper-slide .box-thumb,
.blog-list .blog-item .blog-thumb {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.blog-single .relatedSwiper .swiper-slide img,
.blog-list .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.blog-single .relatedSwiper .swiper-slide:hover img,
.blog-list .blog-item:hover .blog-thumb img {
  transform: scale(1.2);
}
.relatedSwiper .related-content,
.blog-list .blog-content {
  margin: 10px 0;
}
.relatedSwiper .related-content h4,
.blog-list .blog-item .blog-title {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.relatedSwiper .related-meta {
  margin: 8px 0;
}
.relatedSwiper .related-meta span,
.relatedSwiper .related-excerpt,
.blog-list .blog-meta span,
.blog-list .blog-excerpt p {
  font-size: 13px;
  line-height: 1.4;
}
.relatedSwiper .related-meta span i,
.blog-list .blog-meta span i {
  margin-right: 4px;
}
.blog-page .blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.blog-list .blog-excerpt,
.blog-list .blog-item .blog-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-list .blog-item .blog-title {
  height: 40px;
}
.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination .page-numbers {
  width: 37px;
  height: 37px;
  border-radius: 8px;
  border: 1px dashed #000;
  display: inline-block;
  line-height: 37px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #000;
  color: #fff;
}
.blog-wrapper .post-sidebar .product-title {
  font-size: 13px;
}
.blog-wrapper .post-sidebar .product_list_widget li img {
  border-radius: 4px;
}
.categories-list {
  padding: 0 16px;
}
.categories-list .blog-category-title {
  font-size: 23px;
  text-transform: uppercase;
}
.blog-categories ul {
  display: flex;
  gap: 10px;
}
.blog-categories ul li {
  border: 1px solid #000;
  border-radius: 6px;
  list-style: none;
  padding: 6px 10px;
}
.blog-categories ul li a {
  font-size: 15px;
}
.blog-categories ul li.current,
.blog-categories ul li:hover {
  background: #000;
}
.blog-categories ul li.current a,
.blog-categories ul li:hover a {
  color: #fff;
}
.blog-wrapper .post-sidebar .star-rating {
  font-size: 12px;
}
.blog-wrapper .post-sidebar del {
  font-size: 12px;
}
.about-04 .member-item,
.about-04 .box-heading > .col {
  padding-bottom: 0;
}
