@media screen and (max-width: 480px) and (min-width: 320px) {
  .row {
    flex-direction: column;
    width: 90%;
  }
  nav {
    display: none;
  }
  .mobile-nav {
    left: 0;
  }
  .mobile-overlay {
    display: block;
  }

  /* ********************* Hero Section************************************ */
  .hero {
    padding: 1.1rem 0;
    height: 100%;
    background-image: url(images/real5.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .hero-container {
    flex-direction: column;
    background-image: none;
    height: 100%;
  }
  .hero-heading {
    text-align: center;
    width: 90%;
    font-size: 40px;
    line-height: 35px;
    margin-top: 3.3rem;
  }
  .hero-text {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 0.2rem;
    padding-right: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .left-hero-card {
    width: 100%;
  }
  .right-hero-card {
    display: none;
  }
  .btn-primary,
  .btn-secondary {
    margin-top: 1.1rem;
    width: 30%;
  }

  /* ********************* 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;
  }
  .hero-text {
    text-align: justify;
  }

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

  /* ********************* Resident/Hospitality Section************************************ */
  .resident {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .resi-row {
    flex-direction: column;
  }
  .resident-container {
    flex-direction: column;
  }
  .resident-left-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0rem;
    padding: 1rem;
  }
  .resident-right-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 0rem;
  }
  .left-side {
    width: 70%;
    padding: 0;
  }
  .right-side {
    width: 100%;
    padding: 1.1rem;
  }

  .resident-title {
    font-size: 35px;
    margin-top: 3rem;

    line-height: 30px;
    padding-bottom: 1.1rem;
  }
  .browse-link {
    font-size: 25px;
  }

  /* *********************End of  Resident/Hospitality Section************************************ */
  /* *********************Products Section************************************ */
  .product {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .product-container {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .headings {
    flex-direction: column;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
  }
  .headings .products,
  .headings .best-selling,
  .headings .most-popular,
  .headings .see-all {
    width: 90%;
  }
  .products {
    text-align: center;
    font-size: 40px;

    letter-spacing: 0.3px;
  }
  .best-selling,
  .most-popular {
    font-size: 15px;
    border-radius: 3px;
    padding: 0.3rem;
    text-align: center;
    border: 1px solid #a9a7a6;
    margin: 0.3rem;
  }
  .see-all {
    font-size: 15px;
    border-radius: 3px;
    padding: 0.3rem;
    text-align: center;
    border: 1px solid #a9a7a6;
    margin: 0.3rem;
    width: 80%;
  }
  .see-all i {
    font-size: 1.5rem;
    padding: 0;
    background-color: white;
  }
  .sub-headings {
    margin: 0.2rem 0;
    padding: 0.2rem 0;
  }
  .all,
  .bed,
  .sofa,
  .light,
  .chair {
    color: #a9a7a6;
    font-family: "Geomanist";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0.5rem;
    cursor: pointer;
  }

  .product-card {
    width: 100%;
  }
  .product-name {
    margin-bottom: 0.6rem;
  }
  .price {
    font-size: 17px;
  }
  .original-price {
    font-size: 13px;
  }
  /* ********************* End of Products Section************************************ */

  /* ********************* Customer Section************************************ */
  .customer {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .customer-container {
    flex-direction: column-reverse;
  }
  .customer-image-card {
    width: 100%;
  }
  .customer-image-card img {
    width: 100%;
    height: 40vh;
  }
  .slide {
    flex-direction: column-reverse;
  }
  .customer-text-card {
    width: 100%;
  }
  .customer-heading {
    font-size: 40px;

    line-height: 45px;
    margin-bottom: 1rem;
  }
  .customer-text {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 1.1rem;
  }
  .customer-name {
    font-size: 15px;
    margin-left: 0rem;
  }
  .other-info,
  .customer-nav-bar {
    margin-left: 0rem;
  }
  .customer-nav-bar {
    margin-top: 1rem;
    position: absolute;
    top: 100%;
    right: 10%;
  }
  .post-date {
    font-size: 12px;
  }
  /* ********************* End of Customer Section************************************ */
  /* ********************* signUp Section************************************ */
  .signup {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .signup-container {
    flex-direction: column;
  }
  .left-signup-card {
    width: 100%;
  }
  .right-signup-card {
    width: 100%;
  }
  .signup-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .input-field {
    position: relative;
  }
  .input-btn {
    right: 2%;
  }

  .email {
    width: 100%;
  }

  /* ********************* End of SignUp Section************************************ */
  /* ********************* Footer  Section************************************ */
  footer {
    margin: 0;
    padding: 0;
  }
  .footer-container {
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 50%;
  }
  .footer-icons {
    justify-content: flex-start;
    width: 100%;
  }
  .footer-icons i {
    color: white;
    font-size: 32px;
    padding-left: 0px;
    padding-right: 10px;
  }
  .footer-logo img {
    width: 30%;
  }
  .footer-menu {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }

  /* ********************* End of footer Section************************************ */
  .row p {
    margin-left: 10%;
    text-align: center;
  }

  /* --------------------About Section Page----------------------- */

  .about-container {
    flex-direction: column;
  }
  .about-card {
    width: 100%;
  }
  .about-content .row .headings {
    margin: 2.1rem 0;
  }
  .about-card {
    flex-direction: column;
  }
  .about-box {
    padding: 1rem 1rem 1rem 0;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 5.1rem;
  }
  .about-card .about-box:hover .read-more {
    opacity: 1;
  }
  .read-more:hover {
    opacity: 0;
  }
  .read-more {
    right: 0;

    width: 100%;
  }

  .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 {
    flex-direction: column;
    transform: translateY(0);
  }
  .box-img {
    width: 100%;
  }

  /* --------------------End of About Section Page----------------------- */
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .row {
    flex-direction: column;
    width: 80%;
  }
  nav {
    display: none;
  }
  .mobile-nav {
    left: 0;
  }
  .mobile-overlay {
    display: block;
  }

  /* ********************* Hero Section************************************ */
  .hero {
    padding: 1.1rem 0;
    height: 60vh;
    background-image: url(images/real4.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-container {
    flex-direction: column;
    background-image: none;
    height: 100%;
  }
  .hero-heading {
    text-align: center;
    width: 90%;
    font-size: 70px;
    line-height: 65px;
    margin-top: 8.3rem;
  }
  .hero-text {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    margin-top: 0.2rem;
    padding-right: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .left-hero-card {
    width: 100%;
  }
  .right-hero-card {
    margin-top: 2.1rem;
    width: 100%;
    height: 60dvh;
  }
  .hero-text {
    padding-right: 0%;
    text-align: center;
  }
  .btn-primary,
  .btn-secondary {
    margin-top: 1.1rem;
    width: 30%;
  }
  /* ********************* 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: 2.1rem;
  }
  .hero-text {
    text-align: justify;
  }
  .sponsor .row {
    flex-direction: row;
  }
  .sponsor .row div {
    width: 30%;
  }

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

  /* ********************* Resident/Hospitality Section************************************ */
  .resident {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .resi-row {
    flex-direction: column;
  }
  .resident-container {
    flex-direction: column;
  }
  .resident-left-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0rem;
    padding: 1rem;
  }
  .resident-right-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 0rem;
  }
  .left-side {
    width: 70%;
    padding: 0;
  }
  .right-side {
    width: 100%;
    padding: 1rem;
  }

  .resident-title {
    font-size: 75px;
    margin-top: 3rem;

    line-height: 60px;
    padding-bottom: 1.1rem;
  }
  .browse-link {
    font-size: 25px;
  }

  /* *********************End of  Resident/Hospitality Section************************************ */
  /* *********************Products Section************************************ */
  .product {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
  }
  .product-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .headings {
    flex-direction: row;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
  }
  .headings .products,
  .headings .best-selling,
  .headings .most-popular,
  .headings .see-all {
    width: 25%;
  }
  .products {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.3px;
  }
  .best-selling,
  .most-popular {
    font-size: 12px;
    border-radius: 3px;
    padding: 0.3rem;
    text-align: center;
    border: 1px solid #a9a7a6;
    margin: 0.3rem;
  }
  .see-all {
    font-size: 12px;
    border-radius: 3px;
    padding: 0.3rem;
    text-align: center;
    border: 1px solid #a9a7a6;
    margin: 0.3rem;
    width: 80%;
  }
  .see-all i {
    font-size: 1.5rem;
    padding: 0;
    background-color: white;
  }
  .sub-headings {
    margin: 0.2rem 0;
    padding: 0.2rem 0;
  }
  .all,
  .bed,
  .sofa,
  .light,
  .chair {
    color: #a9a7a6;
    font-family: "Geomanist";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0.5rem;
    cursor: pointer;
  }
  .product-card {
    width: 45%;
  }
  .product-name {
    margin-bottom: 2.1rem;
  }
  .price {
    font-size: 20px;
  }
  .original-price {
    font-size: 15px;
  }
  /* ********************* End of Products Section************************************ */

  /* ********************* Customer Section************************************ */
  .customer {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
  }
  .customer-container {
    flex-direction: row;
  }
  .customer-image-card {
    width: 40%;
  }
  .customer-image-card img {
    width: 50%;
    margin-left: 25%;
  }
  .customer-text-card {
    width: 60%;
  }
  .customer-heading {
    font-size: 45px;

    line-height: 45px;
    margin-bottom: 1rem;
  }
  .customer-text {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 1rem;
  }
  .customer-name {
    font-size: 15px;
    margin-left: 0rem;
  }
  .other-info,
  .customer-nav-bar {
    margin-left: 0rem;
  }
  .post-date {
    font-size: 12px;
  }
  /* ********************* End of Customer Section************************************ */
  /* ********************* signUp Section************************************ */
  .signup {
    margin: 1.1rem 0;
    padding: 1.1rem 0;
  }
  .signup-container {
    flex-direction: row;
  }
  .left-signup-card {
    width: 55%;
  }
  .right-signup-card {
    width: 45%;
  }
  .signup-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .input-field {
    position: relative;
  }
  .input-btn {
    right: 2%;
  }

  .email {
    width: 100%;
  }

  /* ********************* End of SignUp Section************************************ */
  /* ********************* Footer  Section************************************ */
  footer {
    margin: 0;
    padding: 0;
  }
  .footer-container {
    flex-wrap: wrap;
  }

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

  /* ********************* End of footer Section************************************ */
  .row p {
    margin-left: 10%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .row {
    flex-direction: column;
    width: 80%;
  }
  nav {
    display: block;
  }
  .nav-menu {
    width: 60%;
  }
  .logo {
    width: 20%;
  }
  .nav-icons {
    width: 20%;
  }
  .mobile-nav {
    left: -100%;
  }
  .mobile-overlay {
    display: block;
  }

  /* ********************* Hero Section************************************ */
  .hero {
    padding: 2.1rem 0;
    height: 100%;
  }
  .hero-container {
    flex-direction: column;
    background-image: none;
    height: 100%;
  }
  .hero-heading {
    text-align: center;
    width: 90%;
    font-size: 50px;
    line-height: 50px;
    margin-top: 3.1rem;
  }

  .left-hero-card {
    width: 100%;
  }
  .right-hero-card {
    margin-top: 2.1rem;
    width: 100%;
    height: 60dvh;
    background-image: url(images/newHeroBG.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hero-text {
    padding-right: 0%;
    text-align: center;
  }
  /* ********************* End of Hero Section************************************ */
  /* ********************* Sponsor Section************************************ */
  .sponsor {
    margin: 2.1rem 0;
    padding: 2.1rem 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: 2.1rem;
  }
  .hero-text {
    text-align: justify;
  }
  .sponsor .row {
    flex-direction: row;
  }
  .sponsor .row div {
    width: 30%;
  }

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

  /* ********************* Resident/Hospitality Section************************************ */
  .resident {
    margin: 1.1rem 0;
    padding: 1.1rem 0;
  }
  .resi-row {
    flex-direction: column;
  }
  .resident-container {
    flex-direction: column;
  }
  .resident-left-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0rem;
    padding: 1.1rem;
  }
  .resident-right-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 0rem;
  }
  .left-side {
    width: 70%;
    padding: 0;
  }
  .right-side {
    width: 100%;
    padding: 1.1rem;
  }

  .resident-title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 1.1rem;
  }
  .browse-link {
    font-size: 25px;
  }

  /* *********************End of  Resident/Hospitality Section************************************ */
  /* *********************Products Section************************************ */
  .product {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
  }
  .product-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .headings {
    flex-direction: row;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
  }
  .headings .products,
  .headings .best-selling,
  .headings .most-popular,
  .headings .see-all {
    width: 25%;
  }
  .products {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.3px;
  }
  .best-selling,
  .most-popular {
    font-size: 12px;
    border-radius: 3px;
    padding: 0.3rem;
    text-align: center;
    border: 1px solid #a9a7a6;
    margin: 0.3rem;
  }
  .see-all {
    font-size: 12px;
    border-radius: 3px;
    padding: 0.3rem;
    text-align: center;
    border: 1px solid #a9a7a6;
    margin: 0.3rem;
    width: 80%;
  }
  .see-all i {
    font-size: 1.5rem;
    padding: 0;
    background-color: white;
  }
  .sub-headings {
    margin: 0.2rem 0;
    padding: 0.2rem 0;
  }
  .all,
  .bed,
  .sofa,
  .light,
  .chair {
    color: #a9a7a6;
    font-family: "Geomanist";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0.5rem;
    cursor: pointer;
  }
  .product-card {
    width: 45%;
  }
  .product-name {
    margin-bottom: 2rem;
  }
  .price {
    font-size: 20px;
  }
  .original-price {
    font-size: 15px;
  }
  /* ********************* End of Products Section************************************ */

  /* ********************* Customer Section************************************ */
  .customer {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
  }
  .customer-container {
    flex-direction: row;
  }
  .customer-image-card {
    width: 100%;
  }
  .slide {
    flex-direction: column;
  }
  .customer-image-card img {
    width: 50%;
    margin-left: 25%;
  }
  .customer-text-card {
    width: 100%;
  }
  .customer-heading {
    font-size: 45px;

    line-height: 45px;
    margin-bottom: 1rem;
  }
  .customer-text {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 1rem;
  }
  .customer-name {
    font-size: 15px;
    margin-left: 0rem;
  }
  .other-info,
  .customer-nav-bar {
    margin-left: 0rem;
  }
  .post-date {
    font-size: 12px;
  }
  /* ********************* End of Customer Section************************************ */
  /* ********************* signUp Section************************************ */
  .signup {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .signup-container {
    flex-direction: row;
  }
  .left-signup-card {
    width: 55%;
  }
  .right-signup-card {
    width: 45%;
  }
  .signup-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .input-field {
    position: relative;
  }
  .input-btn {
    right: 2%;
  }

  .email {
    width: 100%;
  }

  /* ********************* End of SignUp Section************************************ */
  /* ********************* Footer  Section************************************ */
  footer {
    margin: 0;
    padding: 0;
  }
  .footer-container {
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 20%;
  }
  .footer-icons {
    justify-content: flex-start;
    width: 20%;
  }
  .footer-icons i {
    color: white;
    font-size: 32px;
    padding-left: 0px;
    padding-right: 10px;
  }
  .footer-logo img {
    width: 30%;
  }
  .footer-menu {
    display: flex;
    justify-content: space-between;
    width: 40%;
  }

  /* ********************* End of footer Section************************************ */
  .row p {
    margin-left: 10%;
    text-align: center;
  }
}
