@import url("https://fonts.cdnfonts.com/css/geomanist?styles=28728,28729");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Geomanist", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fbfbfb;
  color: #292019;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #292019;
}
li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  flex-flow: row wrap;
  margin: auto;
  position: relative;
}
/* ******For Webkit (Chrome, Safari, Opera)***************** */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
/* For Firefox */

/* *********************Nav Bar************************************ */
nav {
  padding: 0.5rem 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav-menu {
  width: 50%;
}
.logo {
  width: 35%;
}
.nav-icons {
  width: 25%;
}
.logo img {
  width: 40%;
}
.nav-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-bar li a {
  color: #2ea674;
  font-family: "Geomanist";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.5rem;
}
.nav-bar li.active,
.nav-bar li:hover {
  padding: 0.5rem 0.1rem;
  border-bottom: 3px solid #2ea674;
}
.nav-login {
  width: 25%;
  align-items: end;
}
.nav-login ul {
  display: flex;
  justify-content: flex-end;
}
.nav-login ul li {
  margin-left: 0.8rem;
}

/* ********************* End of Nav Bar************************************ */
/* ============================= Responsiveness Section ====================================== */
.mobile-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0.6rem 0;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1000000;
  background-color: #fbfbfb;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0.5rem 5%;
}
.mobile-logo img {
  width: 30%;
}
.hamburger-side {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 50%;
  height: 50px;
}
.hamburger {
  position: relative;
  width: 50px;
  height: 50px;
}
.mobile-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(152, 149, 149, 0.4);
  z-index: 100000;
  display: none;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-overlay.active {
  transform: translateX(0);
}
.mobile-menu {
  position: relative;
  top: 3rem;
  padding: 2.1rem 5%;
  width: 70%;
  height: 100vh;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mobile-menu li a {
  color: black;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 1.5em;
  padding: 0.8em 0;
  width: 100%;
}
.top-bar {
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 2rem;
  height: 2px;
  background: rgb(15, 14, 14);
  border-radius: 2px;
  transition: all 0.5s;
  transform-origin: center;
}
.hamburger.active .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1em;
}

.bottom-bar {
  position: absolute;
  top: 2.3rem;
  right: 0rem;
  width: 1rem;
  height: 2px;
  background: rgb(15, 14, 14);
  transition: all 0.5s;
  transform-origin: center;
}
.hamburger.active .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 2rem;
  top: 1em;
}
.mobile-menu li img {
  width: 30%;
  position: absolute;
  bottom: 5rem;
}
.mobile-icons {
  position: absolute;
  bottom: 5rem;
  right: 2rem;
}

/* ============================= End of Responsiveness Section ====================================== */

/* ********************* Hero Section************************************ */
.hero {
  padding: 2.1rem 0;
  height: 90vh;
  width: 100%;
  background-image: url(images/mainBG.jpg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  width: 100%;
  height: 80vh;
  background-image: url(images/newHeroBG.png);
  background-position: 90% 0%;
  background-size: contain;
  background-repeat: no-repeat;
} */
.hero-heading {
  width: 80%;
  color: #2ea674;
  font-family: "Geomanist";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px; /* 95% */
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}
.hero-text {
  color: #c0e6b9;
  font-family: "Geomanist";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0.5rem;
  padding-right: 20%;
}
.left-hero-card {
  width: 80%;
}
.right-hero-card {
  width: 10%;
  position: relative;
}
.right-hero-card img {
  width: 20%;
}
.btn-primary {
  padding: 1.1rem;
  cursor: pointer;
  background-color: #2ea674;
  color: white;
  border: none;
  margin-top: 2.1rem;
}
.btn-primary:hover {
  background-color: #c0e6b9;
}
.btn-secondary {
  padding: 1rem 1.4rem;
  cursor: pointer;
  background-color: white;
  color: #2ea674;
  border: 1px solid #2ea674;
  margin-top: 2rem;
  margin-left: 1rem;
}
/* Quote Popup Section */
.quote-layer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgb(134, 132, 136, 0.4);
  left: -100%;
  z-index: 1000000;
  transition: all 0.05s;
}
.quote-layer.active {
  left: 0;
}
.quote-popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  transform: translateY(5%);
  background-color: white;
  margin: auto;
  z-index: 1000;
  border-radius: 15px;
  border: 1px solid #d9ab82;
  position: relative;
  top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.quote-card {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  z-index: 100000;
  font-size: 1.5rem;
  text-align: justify;
}
.close {
  position: inherit;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
/* End of Quote Popup Section */
/* ********************* End of Hero Section************************************ */

/* ********************* Sponsor Section************************************ */
.sponsor {
  margin: 2rem 0;
  padding: 2rem 0;
}
.sponsor-heading {
  color: #292019;
  text-align: center;
  font-family: "Geomanist";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}

.sponsor .row img:nth-child(1) {
  width: 100%;
}

/* ********************* End of Sponsor Section************************************ */

/* ********************* Resident/Hospitality Section************************************ */
.resident {
  margin: 2rem 0;
  padding: 2rem 0;
}
.resi-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-flow: row wrap;
  margin: auto;
  position: relative;
}
.resident-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.resident-left-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 45%;

  padding-left: 5%;
  height: 80vh;
  width: 45%;
  background-image: url(images/left-resi-BG.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.resident-right-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;

  padding-left: 5%;

  height: 80vh;
  width: 45%;
  background-image: url(images/right-resi-BG.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.left-side {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 5rem 0;
}
.right-side {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  /*padding: 0.3rem;*/
}
.resident-title {
  color: #4ea674;
  font-family: "Geomanist";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
}
.browse-link {
  color: #fff;
  font-family: "Geomanist";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.6px;
  padding: 0.7rem;
  border-radius: 0.4rem;
  background-color: #2ea674;
  cursor: pointer;
}

/* *********************End of  Resident/Hospitality Section************************************ */

/* *********************Products Section************************************ */
.product {
  margin: 1rem 0;
  padding: 1rem 0;
}
.product .row:nth-child(3) {
  position: relative;
}
.product-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  transition: 0.3s ease;
  top: 0;
  opacity: 0;
}

.headings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.headings .products,
.headings .best-selling,
.headings .most-popular,
.headings .see-all {
  width: 32%;
  align-self: center;
}
.products {
  color: #3d3d3f;
  font-family: "Geomanist";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.best-selling,
.most-popular,
.see-all {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a9a7a6;
  font-family: "Geomanist";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  height: 3rem;
  background-color: #2ea674;
  color: white;
  border: 2px solid #2ea674;
}
.see-all {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Geomanist";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 0.5rem;
  cursor: pointer;
}
.see-all i {
  font-size: 1.6rem;
  text-align: center;
  padding: 0;
  background-color: rgb(61, 61, 63, 0.3);
  cursor: pointer;
}
.sub-headings {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1.1rem 0;
  padding: 1.1rem 0;
}
.all,
.bed,
.sofa,
.light,
.chair {
  color: #a9a7a6;
  font-family: "Geomanist";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 1rem;
  cursor: pointer;
}
.all:active,
.bed:active,
.sofa:active,
.light:active,
.chair:active {
  color: #3d3d3f;
  padding: 0 0.3rem;
  background-color: rgb(61, 61, 63, 0.3);
}
.product-card {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  width: 30%;
  height: 450px;
  background-color: #fff4e8;
  margin-bottom: 5rem;
  padding: 0.3rem;
  position: relative;
}
.cart {
  display: flex;
  justify-content: center;
  padding: 0.7rem 1rem;
  background-color: #2ea674;
  border-radius: 2rem;
  color: #fff;
  font-family: "Geomanist";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  /*position: absolute;
 top: -1.6rem;*/
}
.cart:hover {
  background-color: #c0e6b9;
}
.sub-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 10000;
  padding: 0.5rem 0.5rem;
  background-color: rgba(251, 251, 254, 0.7);
}
.cart i {
  padding: 0.3rem;
  border-radius: 50%;
  margin-left: 0.7rem;
  background-color: rgb(255, 255, 255, 0.22);
}
.product-name {
  color: #000;
  font-family: "Geomanist";
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  /*margin-bottom: 3rem;*/
}
.sub-product-name {
  color: #000;
  font-family: "Geomanist";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.price {
  color: #000;
  font-family: "Geomanist";
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.original-price {
  color: #a9a7a6;
  font-size: 15px;
  margin-left: 1.1rem;
}
.product-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

/* hide content */
.content {
  display: none;
}
.tab-btn.active {
  background: var(--clr-white);
  color: #000;
}
.product-container.active {
  position: relative;
  opacity: 1;
}
/* Prouct Hero  */
.product-hero .row {
  width: 100%;
}
.product-hero-container {
  display: flex;
  width: 100%;
  height: 60vh;
  background-image: url(images/productBGH.jpg);
  background-position: 60% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* ********************* End of Products Section************************************ */
/* ********************* Flex Box Section************************************ */

/* ********************* End of Flex Box Section************************************ */

/* ********************* Customer Section************************************ 
.customer {
  margin: 2.1rem 0;
  padding: 2.1rem 0;
}
.slide {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  gap: 1rem;
}
.slide:nth-child(1) {
  position: relative;
}
.customer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.customer-image-card {
  width: 45%;
}
.customer-image-card img {
  width: 100%;
  height: 70vh;
  object-fit: contain;
  border: 2px solid #d9ab82;
  border-radius: 8px;
}
.customer-text-card {
  width: 50%;
}
.customer-heading {
  color: #3d3d3f;
  font-family: "Geomanist";
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 2.1rem;
}
.customer-text {
  color: #72696a;
  font-family: "Geomanist";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 9rem;
}
.customer-name {
  color: #3d3d3f;
  font-family: "Geomanist";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 6.1rem;
}
.other-info,
.customer-nav-bar {
  margin-left: 6.1rem;
  display: flex;
}
.post-date {
  color: #a9a7a6;
  font-size: 15px;
  font-weight: 400;
  margin-right: 1rem;
}
.customer-rating i {
  font-size: 12px;
}
.customer-nav-bar {
  margin-top: 1.1rem;
  position: absolute;
  top: 90%;
  right: 20%;
}
.customer-nav-bar span i {
  font-size: 15px;
  text-align: center;
  padding: 0.7rem;
  border-radius: 50%;
  border: 1px solid black;
}
.customer-nav-bar span i:hover {
  background-color: rgb(61, 61, 63, 0.5);
}
********************* End of Customer Section************************************ */

/* ********************* signUp Section************************************ */
.signup {
  margin: 1.1rem 0;
  padding: 1.1rem 0;
}
.signup-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.left-signup-card {
  width: 60%;
}
.right-signup-card {
  width: 40%;
  transform: rotateX("180deg");
}
.signup-heading {
  color: var #3d3d3f;
  font-family: "Geomanist";
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 1.1rem;
}
.input-field {
  position: relative;
}
.input-btn {
  padding: 0.4rem;
  border-radius: 6px;
  cursor: pointer;
  background-color: #2ea674;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.2rem;
  right: 51%;
}
.input-btn i {
  padding: 0.5rem;
  background-color: rgb(250, 226, 200, 0.4);
  border-radius: 3px;
  margin-left: 0.5rem;
}
.top-signup-btn {
  padding: 0.5rem 1.5rem;
  color: #2ea674;
  border: 1px solid #2ea674;
  background-color: transparent;
  cursor: pointer;
  border-radius: 15px;
  margin-bottom: 1rem;
}
.email {
  padding: 1.2rem;
  width: 50%;
  border-radius: 5px;
  background-color: #f5f5f5;
  border: 1px solid #2ea674;
  outline: #2ea674;
}

/* ********************* End of SignUp Section************************************ */

/* ********************* Footer  Section************************************ */
footer {
  margin: 0;
  padding: 1rem 0;
  background-color: #2ea674;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(128, 128, 128, 0.2);
}

.footer-logo {
  width: 35%;
}
.footer-icons {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.footer-icons i {
  color: white;
  font-size: 25px;
  padding-left: 20px;
  padding-right: 10px;
}
.footer-logo img {
  width: 30%;
}
.footer-menu {
  display: flex;
  justify-content: space-around;
  width: 40%;
}

/* ********************* End of footer Section************************************ */
.row p {
  color: gray;
  margin-left: 40%;
  text-align: center;
}
/* --------------------About Section Page----------------------- */

.about-hero .row {
  width: 100%;
}
.about-hero-container {
  display: flex;
  width: 100%;
  height: 60vh;
  background-image: url(images/aboutBG.png.jpg);
  background-position: 60% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about-card {
  width: 48%;
}
.about-content .row .headings {
  margin: 2rem 0;
}
.about-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.about-box {
  padding: 1rem 1rem 1rem 0;
  width: 48%;
  position: relative;
  cursor: pointer;
}
.about-card .about-box:hover .read-more {
  opacity: 1;
}
.read-more:hover {
  opacity: 0;
}
.read-more {
  position: absolute;
  top: -1rem;
  right: -5rem;
  z-index: 222;
  width: 22rem;
  height: 22rem;
  background-color: rgb(217, 171, 130, 0.6);
  padding: 1rem;
  opacity: 0;
  transition: 0.3s ease-in;
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.box-text {
  color: #64717c;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.box-num {
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.75rem;
  color: #2ea674;
}
.box-title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1rem;
  color: #2ea674;
}
.about-img {
  display: flex;
  justify-content: space-between;
  gap: 1.1rem;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateY(-35%);
}
.box-img {
  width: 48%;
  animation: myAnim 7s ease 1s 1 normal forwards;
}
.box-img img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
/* --------------------End of About Section Page----------------------- */
@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
