@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


h1 {
  font-family: 'Playfair Display';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Playfair Display';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Playfair Display';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Playfair Display';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Playfair Display';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

/***** Header CSS *****/
header {
  padding: 15px 0px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.topSec .row {
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.inp-head {
  position: relative;
}

.inp-head input {
  width: 100%;
  padding: 12px 50px 12px 25px;
  border: 1px solid #000;
  border-radius: 100px;
}

.inp-head button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
}

.menuSec ul li a::before {
  position: absolute;
  right: -22px;
  content: '';
  height: 2px;
  width: 7px;
  background-color: #000;
  top: 7px;
}

.user ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.user ul li a i {
  color: #000;
  font-size: 20px;
}

a.btn-1 {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 15px 30px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

a.btn-1:hover {
  background-color: #333;
  transform: translateY(-3px);
  color: #fff;
}

.menuSec {
  /* border-bottom: 1px solid #eee; */
  padding: 15px 0 0px;
}

.menuSec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0;
}

.menuSec ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #000;
  letter-spacing: 1.5px;
  position: relative;
}

.container-fluid {
  padding: 0 4%;
  max-width: 1600px;
}

/* banner css start */

.banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  overflow: hidden;
}

.slider-for,
.slider-for .slick-list,
.slider-for .slick-track,
.slider-for .slick-slide {
  margin: 0 !important;
  padding: 0 !important;
}

.banner-item {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  outline: none;
}

.banner-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 920px;
  /* User preferred height */
  z-index: -1;
  /* Ensuring it stays behind content */
}

.banner-bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portrait-box {
  margin-top: 720px;
  /* User preferred margin */
  position: relative;
  z-index: 10;
  max-width: 450px;
}

.portrait-img {
  position: relative;
  margin-bottom: 25px;
  border: 15px solid #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.portrait-img img {
  width: 100%;
  display: block;
  height: 500px !important;
  object-fit: cover;
}

.portrait-img .number {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 80px;
  color: #fff;
  font-family: 'Playfair Display';
  font-weight: 800;
  line-height: 1;
}

.portrait-meta h6 {
  font-family: 'Playfair Display';
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #000;
}

.portrait-meta p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.read-more {
  font-size: 13px;
  font-weight: 700;
  color: #000 !important;
  text-decoration: underline !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.info-wrap {
  height: 813px;
  /* User preferred wrap height */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.info-box {
  background: #fff;
  padding: 60px;
  width: 100%;
  max-width: 800px;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
  margin-bottom: -110px;
  position: relative;
  z-index: 5;
  position: absolute;
  right: 0;
}

.info-box h2 {
  font-family: 'Playfair Display';
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
  color: #000;
  font-weight: 400;
}

.info-box p {
  font-size: 20px;
  line-height: 1.45;
  color: #000;
  margin-bottom: 40px;
  font-family: 'Playfair Display';
  width: 84%;
}

.btn-black {
  background: #000;
  color: #fff;
  padding: 22px 55px;
  display: inline-block;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}

.btn-black:hover {
  background: #333;
  transform: translateY(-3px);
  color: #fff;
}

/* Trending Section Alignment */
.trending-sec {
  position: unset;
  width: 70%;
  margin: -500px 0 0 auto;
}

.trending-title {
  height: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 100px;
  width: 20%;
  margin: 0 0 0 auto;
}

.trending-title span {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: 2px;
  text-transform: capitalize;
  display: block;
  font-family: 'Playfair Display';
}

.shadow-lg {
  box-shadow: unset !important;
}

.trending-item {
  padding: 0 35px;
  outline: none;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.item-head {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.item-num {
  font-size: 38px;
  font-family: 'Playfair Display';
  font-weight: 400;
  color: #000;
}

.item-line {
  height: 2px;
  background: #eee;
  flex-grow: 1;
}

.trending-img {
  margin-bottom: 25px;
  overflow: hidden;
}

.trending-img img {
  width: 100%;
  transition: 1.2s;
}

.trending-item:hover .trending-img img {
  transform: scale(1.08);
}

.trending-item h6 {
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #000;
}

.trending-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .banner {
    height: auto;
    min-height: unset;
  }

  .banner-item {
    padding-bottom: 50px;
  }

  .banner-bg-wrap {
    height: 450px;
    position: relative;
  }

  .portrait-box {
    margin-top: 30px;
    max-width: 100%;
  }

  .info-wrap {
    height: auto;
    margin-top: 30px;
    justify-content: center;
  }

  .info-box {
    padding: 40px;
    margin-bottom: 0;
    max-width: 100%;
  }

  .trending-sec {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 50px;
    right: 0;
  }
}

/* banner css end */
section.living-mayfair {
  padding: 100px 0px;
}

.living-mayfair-top-txt {
  text-align: center;
  position: relative;
}

.living-mayfair-top-txt h3 {
  font-size: 35px;
  line-height: 1;
  color: #000000;
  font-weight: 300;
  font-family: 'Playfair Display';
}


.living-mayfair-top-txt::before {
  position: absolute;
  left: 0;
  width: 38.5%;
  height: 1px;
  content: '';
  background-color: #00000078;
  top: 20px;
}

.living-mayfair-top-txt::after {
  position: absolute;
  right: 0;
  width: 38.5%;
  height: 1px;
  content: '';
  background-color: #00000078;
  top: 20px;
}

.blog-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-img {
  margin-top: 20px;
  overflow: hidden;
}

.blog-img:hover img {
  transform: scale(1.1);
}

.blog-bot-txt ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.blog-bot-txt ul li p {
  font-size: 14px;
  color: #000000;
  margin: unset;
  width: 100%;
}

.blog-bot-txt h4 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.blog-bot-txt h4 span {
  display: block;
}

.blog-bot-txt {
  padding-top: 15px;
}

.blog-bot-txt p {
  font-size: 14px;
  color: #979191;
  width: 77%;
}

section.featured-this-month {
  padding: 0px 0px 0px 0px;
}

section.featured-this-month .living-mayfair-top-txt {
  margin-bottom: 30px;
}

.featured-this-main-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-this-main-img {
  width: 98%;
  overflow: hidden;
}

.featured-this-main-img:hover img {
  transform: scale(1.05);
}

.featured-main-txt-bot {
  width: 98%;
  padding-top: 25px;
}

.featured-main-txt-bot ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-main-txt-bot ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured-main-txt-bot ul li p {
  color: #9f9f9f;
  font-size: 14px;
  margin: auto;
}

.featured-main-txt-bot h3 {
  font-size: 25px;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
}

.featured-main-txt-bot p {
  font-size: 14px;
  color: #a3a3a3;
  width: 81%;
}

.main-bx-sm-featured {
  display: flex;
  align-items: center;
  gap: 30px;
}

.featured-sm-img {
  max-width: 166px;
  height: 160px;
  object-fit: cover;
  overflow: hidden;
}

.featured-sm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-sm-img:hover img {
  transform: scale(1.1);
}

.featured-sm-txt h5 {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}

.featured-sm-txt h5 span {
  display: block;
}

.main-bx-sm-featured.tw {
  margin-top: 30px;
}

.food-bx img {
  width: 100%;
  height: 444px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.food-bx {
  width: 97%;
  overflow: hidden;
}

.food-bx:hover img {
  transform: scale(1.05);
}

.food-bx ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.food-bx ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.food-bx ul li p {
  color: #9f9f9f;
  font-size: 14px;
  margin: auto;
}

.food-bx h4 {
  font-size: 25px;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
}

.food-bx p {
  font-size: 14px;
  color: #a3a3a3;
  width: 81%;
}

.food-bx a {
  font-size: 14px;
  color: #0a0a0a;
  text-decoration: underline;
}

.main-sm-bx-food ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.main-sm-bx-food ul li p {
  color: #9f9f9f;
  font-size: 14px;
  margin: auto;
}

.main-sm-bx-food h5 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.main-sm-bx-food h5 span {
  display: block;
}

.main-sm-bx-food img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.main-sm-bx-food {
  overflow: hidden;
}

.main-sm-bx-food:hover img {
  transform: scale(1.1);
}

.fod-slid-img {
  position: relative;
}

.fod-slid-img img {
  height: 554px;
  object-fit: cover;
}

.fod-slid-txt h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.fod-slid-txt {
  position: absolute;
  bottom: 16px;
  left: 19px;
}

.fod-slid-txt p {
  font-size: 13px;
  color: #fff;
  width: 95%;
}

.fod-slid-txt a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}

.sm-fod-slid .slick-dots {
  bottom: -35px;
}

.sm-fod-slid .slick-dots li button:before {
  font-size: 15px;
}

.sm-fod-slid .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

section.food-drinks .living-mayfair-top-txt::before {
  width: 43.5%;
}

section.food-drinks .living-mayfair-top-txt::after {
  width: 43.5%;
}

section.food-drinks {
  padding-bottom: 100px;
}

section.subscribe-now {
  margin-bottom: 100px;
}

.main-bx-sub {
  text-align: center;
  background-image: url(../images/sub-bg.jpg);
  padding: 150px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slide {
  opacity: 1 !important;
}

.main-bx-sub h3 {
  font-size: 35px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

.main-bx-sub p {
  font-size: 14px;
  color: #fff;
  width: 44%;
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 30px;
}

.inp-subs input {
  width: 100%;
  background-color: unset;
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
}

.inp-subs {
  width: 60%;
  margin: 0 auto;
  position: relative;
}

.inp-subs button {
  position: absolute;
  right: 0;
  padding: 17px;
  background-color: #000;
  border: unset;
  border-radius: 100px;
  color: #fff;
  transition: all 0.3s ease;
}

.inp-subs button:hover {
  background-color: #333;
}

.menuSec ul li:last-child a:before {
  display: none;
}

.ft-txt {
  text-align: center;
}

.ft-txt a img {
  margin-bottom: 20px;
}

.ft-txt p {
  font-size: 14px;
  margin: 0 auto;
  width: 41%;
  line-height: 25px;
}

.socl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 30px 0px 20px;
}

.socl-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: unset;
}

.socl-icon h6 {
  font-size: 14px;
  color: #9e9e9e;
  margin: unset;
}

.socl-icon ul li a i {
  font-size: 20px;
  color: #b9b9b9;
  border: 1px solid #b9b9b9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fot-bot {
  text-align: center;
  padding: 20px 0px;
  border: 1px solid #0000009c;
}

.fot-bot p {
  margin: unset;
  font-size: 20px;
  color: #222222;
}

/*inner-banner start*/
section.inner-banner {
  height: 510px;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
}

.inner-banner-txt {
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 30px 90px;
  background-color: #fff;
  margin-bottom: 5px;
}

.inner-banner-txt h1 {
  font-size: 50px;
  color: #000;
  line-height: 1;
  margin-bottom: unset;
}

/*inner -banner*/

/*acoount-page start*/
section.account {
  padding: 100px 5%;
}

.account-bx {
  padding: 30px;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.account-bx form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}

.account-bx label {
  font-size: 20px;
  margin-bottom: 15px;
  color: #7c7c7c;
}

.account-bx h4 {
  font-size: 50px;
  color: #060000;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.rat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.account-bx form .rat input {
  width: auto;
  margin: 0;
}

.rat p {
  margin: 0;
  font-size: 16px;
  color: #7c7c7c;
}

.account-bx button {
  margin: 0 auto;
  display: block;
  padding: 12px 40px;
  border: unset;
  font-size: 16px;
  color: #fff;
  background-color: #0a0a0a;
  border-radius: 100px;
}

section.news-det {
  padding: 100px 0px;
}

.news-det-img img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.news-det-txt ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.news-det-txt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-det-txt ul li p {
  font-size: 14px;
  color: #949494;
  margin: unset;
}

.news-det-txt ul li i {
  color: #000;
}

.news-det-txt h3 {
  font-size: 25px;
  color: #000000;
}

.news-det-txt h6 {
  font-size: 14px;
  color: #000000;
}

.news-det-txt p {
  font-size: 14px;
  color: #949494;
}

.news-det-bx ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.news-det-bx ul li p {
  font-size: 14px;
  color: #949494;
  margin: unset;
}

.news-det-bx ul li i {
  color: #000;
}

.news-det-bx img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.news-det-bx h3 {
  font-size: 25px;
  line-height: 1;
  color: #000000;
  margin-bottom: 10px;
}

.news-det-bx h5 {
  font-size: 14px;
  color: #000000;
}

section.news {
  padding: 40px 0px 100px;
}

.new-main-bx-pg img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.new-main-bx-pg {
  width: 90%;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}

.new-main-bx-pg:hover img {
  transform: scale(1.1);
}

.new-main-bx-pg h5 {
  font-size: 30px;
  color: #0f0f0f;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}

.new-main-bx-pg::before {
  position: absolute;
  right: 0;
  content: '';
  background-color: #0000008c;
  width: 88%;
  height: 1px;
  top: 18px;
}

.new-main-bx-pg h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  padding-top: 20px;
}

.new-main-bx-pg h4 span {
  display: block;
}

.new-main-bx-pg p {
  font-size: 14px;
  color: #9f9f9f;
  width: 90%;
}

.new-main-bx-pg a {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
}


.user ul li a {
  position: relative;
}

.user ul li a::before {
  position: absolute;
  right: -15px;
  content: '';
  background-color: #cccccc;
  width: 1px;
  height: 42px;
  top: -10px;
}

.user ul li a.btn-1::before {
  display: none;
}

/* Pagination Styling */
.pagination-main {
  margin-top: 80px;
  text-align: center;
}

.pagination-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 0;
}

.pagination-main ul li a {
  font-size: 18px;
  color: #9f9f9f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-main ul li a.active {
  color: #000;
  /* In the image 01 seems active but there's no underline, 
       but typically active has some visual cues. 
       Let's keep it simple as per image. */
}

.pagination-main ul li a:hover {
  color: #000;
}

.pagination-main ul li a img {
  width: 55px;
  height: 55px;
  /* border: 1px solid #ddd; */
  border-radius: 50%;
  /* padding: 12px; */
  object-fit: contain;
  transition: all 0.3s ease;
}

.pagination-main ul li a.next-pg img {
  background-color: #000;
  /* border-color: #000; */
  /* filter: brightness(0) invert(1); */
  /* If right-arr.png is black, make it white on black bg */
}

.pagination-main ul li a:hover img {
  background-color: #f8f8f8;
  border-color: #ccc;
}

.pagination-main ul li a.next-pg:hover img {
  background-color: #333;
  border-color: #333;
}