/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
@media (min-width: 768px) {
  .max-width--xlarge {
    width: 100% !important;
    max-width: none !important; } }

/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
.blog-clp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0px; }
  .blog-clp-content h1 {
    margin: 0px 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 50px 0px; }
  .blog-clp-content .filter-tags {
    margin: 20px 10px;
    margin-bottom: 44px;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-clp-content .filter-tags .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 80%; }
    .blog-clp-content .filter-tags .tag {
      width: 25%;
      text-align: center;
      padding: 10px;
      border: 0.5px solid #b7b7b7;
      list-style: none;
      font-size: 0.9rem; }
      .blog-clp-content .filter-tags .tag:hover {
        cursor: pointer; }
      @media screen and (max-width: 769px) {
        .blog-clp-content .filter-tags .tag {
          font-size: 0.6rem;
          padding: 0px; } }

.banner {
  position: relative;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
  color: #fff;
  font-family: "Montserrat"; }

@media (max-width: 767px) {
  .banner {
    padding: 38px; } }

.banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); }

.banner-content {
  width: 100%;
  max-width: 550px;
  position: relative; }
  @media screen and (max-width: 769px) {
    .banner-content {
      width: 80%; } }

.blog-tag {
  letter-spacing: 2px;
  font-size: 14px;
  opacity: 0.9; }

.banner-content h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 2.1;
  margin: 15px 0;
  font-family: "MidlandLuxury", serif; }
  @media screen and (max-width: 769px) {
    .banner-content h1 {
      font-size: 20px;
      line-height: 41px; } }

.subtitle {
  width: 80%;
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9; }
  @media screen and (max-width: 769px) {
    .subtitle {
      width: 90%;
      font-size: 14px; } }

.read-more {
  display: inline-block;
  padding: 12px 28px;
  background-color: #b08a5a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media screen and (max-width: 769px) {
    .read-more {
      font-size: 10px; } }

.read-more:hover {
  background-color: #9a7448; }

.blog-breadcrums {
  height: 50px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin: 0 auto; }

.breadcrum-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.blogs-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 50px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat"; }
  .blogs-content .blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    height: 100%; }
    @media screen and (max-width: 769px) {
      .blogs-content .blog-card {
        width: 100%;
        text-align: center; } }
    .blogs-content .blog-card .card-blogimg {
      height: 180px;
      width: 380px; }
    .blogs-content .blog-card .blog-card-header {
      font-size: 1.3rem;
      color: #b59862;
      font-weight: 500; }
    .blogs-content .blog-card .blog-card-title {
      font-size: 1.2rem; }
    .blogs-content .blog-card .blog-card-descrip {
      font-size: 0.9rem;
      color: #00000094;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .blogs-content .blog-card .read-more-pdpblog {
      color: #b59862;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 6px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.8px; }
    .blogs-content .blog-card .card-reader {
      font-size: 1.1rem;
      color: #b59862;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 6px;
      text-transform: uppercase;
      letter-spacing: 0.8px; }

.social-media {
  height: 50px;
  border-top: 2px solid rgba(0, 0, 0, 0.385);
  border-bottom: 2px solid rgba(0, 0, 0, 0.385);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-family: "Montserrat";
  margin: 30px 0px; }
  @media screen and (max-width: 769px) {
    .social-media {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px; } }

.social-media-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 769px) {
    .social-media-icon {
      margin: 10px; } }

.social-media img {
  width: 40px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block; }

#u-tube {
  width: 28px;
  height: 28px; }

#Blog-share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }

.blog-share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 43px; }

.blog-icon-button {
  width: 10%;
  margin: 0px 15px; }

.blog-list {
  -webkit-transform-origin: top left !important;
          transform-origin: top left !important; }

.blog-carousel {
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 20px; }
  .blog-carousel .detailBlog-header {
    margin: 30px 10px;
    font-family: MidlandLuxury, serif;
    font-size: 22px;
    letter-spacing: 4px; }
    @media (max-width: 767px) {
      .blog-carousel .detailBlog-header {
        font-size: 15px; } }
  .blog-carousel .carousel-arrows {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 22px; }
    .blog-carousel .carousel-arrows .carousel-arrow {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 22px;
      color: #333;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .blog-carousel .carousel-arrows .carousel-arrow:hover {
        color: #000; }
  .blog-carousel .blog-carousel-card a {
    color: #b59862;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.8px; }
  .blog-carousel .blog-carousel-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    padding: 10px 0;
    width: 90%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .blog-carousel .blog-carousel-cards::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 769px) {
      .blog-carousel .blog-carousel-cards {
        width: 100%; } }
  .blog-carousel .blog-carousel-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
            flex: 0 0 100vw;
    max-width: 360px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    scroll-snap-align: start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: start; }
    @media screen and (max-width: 769px) {
      .blog-carousel .blog-carousel-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 85vw;
                flex: 0 0 85vw;
        max-width: 1440px;
        text-align: center; } }
  .blog-carousel .blog-carousel-header {
    font-size: 0.9rem;
    color: #b59862;
    letter-spacing: 0.5px; }
  .blog-carousel .blog-carousel-descrip {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .blog-carousel .blog-carousel-img {
    width: 100%;
    overflow: hidden;
    border-radius: 2px; }
  .blog-carousel .blog-carousel-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
  @media screen and (min-width: 1024px) {
    .blog-carousel .blog-carousel-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 350px;
              flex: 0 0 350px; } }

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Montserrat"; }

.pagination-left,
.pagination-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 32px;
  background: none;
  border: none;
  color: #8b5e3c;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.pagination-left.disabled,
.pagination-right.disabled {
  opacity: 0.3;
  pointer-events: none; }

.pagination-left .left,
.pagination-right .right {
  font-size: 22px;
  line-height: 1; }

.pagination-left::after {
  content: "...";
  position: absolute;
  right: 4px;
  font-size: 16px;
  opacity: 0;
  color: #9c6b3f;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.pagination-right::before {
  content: "...";
  position: absolute;
  left: 4px;
  font-size: 16px;
  opacity: 0;
  color: #9c6b3f;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.pagination-wrapper.show-left-dots .pagination-left::after {
  opacity: 1; }

.pagination-wrapper.show-right-dots .pagination-right::before {
  opacity: 1; }

.pagination {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0;
  margin: 0;
  max-width: 210px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; }

.pagination::-webkit-scrollbar {
  display: none; }

.pagination li {
  display: inline-block; }

.pagination a,
.pagination .left,
.pagination .right {
  text-decoration: none;
  color: #8b5e3c;
  font-size: 18px;
  padding: 5px 8px;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer; }

.pagination a:hover,
.pagination-left:hover,
.pagination-right:hover {
  color: #a97450;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.pagination .active a {
  border-bottom: 2px solid #8b5e3c;
  font-weight: bold;
  display: block; }

@media (max-width: 767px) {
  .filter-tags {
    width: 100% !important; }
    .filter-tags .tag {
      width: 30% !important;
      height: 38px; }
  .blogs-content .blog-card .blog-card-header,
  .blogs-content .blog-card .blog-card-title,
  .blogs-content .blog-card .blog-card-descrip,
  .blogs-content .blog-card .read-more-pdpblog {
    font-size: 12px;
    letter-spacing: 0.48px; } }

.filter-tags .tag.activeBorder {
  background-color: #dfdede;
  border-bottom: 2px solid #b7b7b7;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

.blogPdp {
  width: 100%;
  font-family: "Montserrat";
  color: #1a1a1a;
  line-height: 1.6; }

.hero-banner img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover; }

.blog-date {
  margin-top: 20px;
  margin-bottom: 46px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b59862;
  text-align: center; }

.blog-title .blog-title-header {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 3;
  font-family: MidlandLuxury, serif; }

@media (max-width: 767px) {
  .blog-description-one,
  .blogRightDescription,
  .blog-description-two {
    padding: 36px; } }

.blog-description-one p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 25px;
  color: #444;
  text-align: center; }

.blog-row {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }

.blogLightImageSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.blogLightImageSection img {
  width: 500px;
  height: 420px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover; }

.blogRightDescription p {
  font-size: 14px;
  line-height: 25px;
  color: #444;
  text-align: center;
  margin: 20px 0px; }

.blog-description-two {
  margin-top: 32px;
  margin-bottom: 70px; }

.blog-description-two h2 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .blog-description-two h2 {
      font-size: 1.1rem; } }

.blog-description-two p {
  font-size: 14px;
  line-height: 25px;
  color: #444;
  text-align: center;
  margin-bottom: 15px; }

.blog-description-two .bold-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

@media screen and (min-width: 768px) {
  .blogPdp {
    max-width: 1200px;
    margin: 0 auto; }
  .blog-description-one p {
    text-align: start; }
  .blog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .blogLightImageSection,
  .blogRightDescription {
    width: 50%; }
  .blog-title {
    margin-bottom: 10px; }
  .blog-title .blog-title-header {
    font-size: 22px;
    font-family: MidlandLuxury, serif;
    text-align: start; }
  .blog-date,
  .blog-description-two p,
  .blog-description-two h2,
  .blogRightDescription p {
    text-align: start; }
  .blog-description-two .bold-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start; } }


/*# sourceMappingURL=blogs.css.map*/