/* body {
margin: 0;
line-height: normal;
} */
html {
    scroll-behavior: smooth;
}

:root {
    /* fonts */
    --font-montserrat: Montserrat;
    --font-poppins: Poppins;

    /* font sizes */
    --font-size-sm: 14px;
    --font-size-lg: 18px;
    --font-size-13xl: 32px;
    --font-size-2xl: 21px;
    --font-size-3xs: 10px;
    --font-size-xs: 12px;
    --font-size-5xl: 24px;
    --font-size-base: 16px;

    /* Colors */
    --color-white: #fff;
    --color-indianred: #bb434e;
    --color-gray-100: #181818;
    --color-gray-200: rgba(0, 0, 0, 0.2);
    --color-gray-300: rgba(0, 0, 0, 0.75);
    --color-gray-400: rgba(0, 0, 0, 0.5);
    --color-gray-500: rgba(24, 24, 24, 0.7);
    --color-gray-600: rgba(255, 255, 255, 0.2);
    --color-gray-700: rgba(0, 0, 0, 0.05);
    --color-gray-800: rgba(255, 255, 255, 0.1);
    --color-black: #000;
    --color-lightgray: rgba(203, 203, 203, 0.05);

    /* Gaps */
    --gap-xs: 12px;
    --gap-6xs-6: 6.6px;
    --gap-base: 16px;
    --gap-5xs: 8px;
    --gap-5xl: 24px;
    --gap-181xl: 200px;
    --gap-12xl: 31px;
    --gap-11xs: 2px;

    /* Paddings */
    --padding-xs: 12px;
    --padding-3xs: 10px;
    --padding-base: 16px;
    --padding-3xl: 22px;

    /* Border radiuses */
    --br-31xl: 50px;
    --br-21xl: 40px;
    --br-5xs: 8px;
    --br-11xl-9: 30.9px;
    --br-92xl-8: 111.8px;
    --br-29xl: 48px;
    --br-xs: 12px;
    --br-3xs: 10px;
}

.main {
    box-sizing: border-box;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#more {
    display: none;
}

/* Navigation and header bar */

@font-face {
    font-family: Objectivity;
    src: url("/assets/img/beyond/objectivity.regular.otf");
}

.main-background {
    width: 100%;
    height: auto;
    /* flex-shrink: 0; */
    /* background: var(--main-background); */
}

.logo-icon {
    fill: var(--nav-icon-color);
}

#myVideo {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
}

.carousel-control-prev {
    display: none;
}

.carousel-control-next {
    display: none;
}

.carousel-height {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.slide-background-content {
    color: rgba(87, 77, 66, 0.08);
    font-family: Poppins;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 130.5px;
    /* 108.75% */
    text-transform: capitalize;
    height: 730px;
}

.carousel-item-gap {
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 20px;
    padding-bottom: 20px;
}

.slide-image {
    margin-top: -700px;
    margin-right: 2%;

    width: 100%;
    height: 657px;
    flex-shrink: 0;
    background: #d3d3d300 -1299.45px 37px / 289.133% 158.066% no-repeat;
    z-index: 1;
}

.slide-video {
    width: 100%;
    height: 116%;
    /* transform: rotate(90deg); */
    flex-shrink: 0;
    background: linear-gradient(270deg, #000 -3.36%, rgba(0, 0, 0, 0) 20.26%);
}

.frame-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: linear-gradient(270deg, #000 10.32%, rgba(0, 0, 0, 0) 49.94%);
}

.frame-main2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: linear-gradient(0deg, #000 -2.68%, rgba(0, 0, 0, 0) 23.94%);
}

.main-heading-outline {
    margin-top: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 36px; */
    /* box-shadow: 0px 0px 4px 0px #7A5642; */
}

.banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-button {
    position: absolute;
    top: 54%;
    left: 20%;
    transform: translate(-50%, -50%);
    padding: 20px 33px;
    font-family: "Comfortaa", cursive;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background-color: #999d9e;
    border: 2px solid #262626;
    border-radius: 39px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.banner-button:hover {
    background-color: #383a3b;
    color: #fff;
}

.banner-h1 {
    position: absolute;
    top: 43%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #000000;
}

.slider-container {
    background-color: #000000;
    padding: 20px;
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0 0;
}

.quote {
    color: #ffffff;
    font-size: 20px;
}

.main-heading {
    color: #d7c9b9;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.main-sub-heading {
    color: rgba(215, 201, 185, 0.75);
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}

.main-slide-button {
    margin-top: 25px;
    display: flex;
    width: 50%;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 44px;
    border: 1px solid #fff;
    background: #d7c9b9;
}

.main-slide-button-text {
    width: 100%;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: Objectivity;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.slide-heading-outline {
    margin-top: -454px;
    margin-right: 9%;
    margin-left: -9%;
    /* display: inline-flex; */
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 36px;
}

.slide-heading {
    color: #403931;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    /* 143.182% */
    /* box-shadow: 0px 0px 4px 0px #7A5642; */
    text-shadow: 0px 0px 4px #7a5642;
}

.no-padding {
    padding-top: 6%;
}

.no-paddin2 {
    /* padding: 0px !important; */
    padding: 0px 15px;
}

.slide-button {
    display: flex;
    width: 80%;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 44px;
    border: 1px solid #b59476;
    background: #403931;
}

.slide-button-text {
    width: 70%;
    flex-shrink: 0;
    color: #cdcbc8;
    text-align: center;
    font-family: Objectivity;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.product-outline {
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.product-image-outline {
    /* position: relative;
width: 100%;
padding-bottom: 56.25%;
overflow: hidden;
background: linear-gradient(to bottom, #835C37, #E6D2BF);
border: 2px solid #000;
border-radius: 13%; */
}

.product-catelog-main {
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 60.42%);
}

.product-catelog-outline {
    display: inline-flex;
    padding: 70px 49px 48px 47px;
    justify-content: center;
    align-items: flex-start;
    gap: 18%;
    border-radius: 43px;
    /* background: rgba(255, 255, 255, 0); */
    margin: 0px 2%;
    width: 96%;
}

.product-catelog {
    margin-top: 40px;
    padding-top: 5%;
    width: 75%;
    height: auto;
    border-radius: 11px;
    border: 2px solid #b9a48d;
    background: #262626;
}

.product-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-category-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    width: 100%;
}

.product-category-section-body {
    gap: 15px;
    padding: 20px;
    width: 100%;
}

.hr-line-in-product-details {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.407);
    height: 2px;
    margin: 20px 0;
}

.product-details-sub-price {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #b9a48d;
    text-align: left;
    height: 15px;
}

.product-details-price {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #b9a48d;
    text-align: center;
}

.product-category-button {
    display: flex;
    width: 160px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 5px;
    background: #b9a48d;
    border: none;
}

.product-category-button-text {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 131.7%;
    /* 18.438px */
}

.product-name {
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    height: 72px;
    /* 42.144px */
}

.product-price {
    color: #ca3232;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 52.68px */
}

.hr-line {
    border: 1px solid #407bff;
    margin: 20px;
}

.product-details-head {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 131.7%;
    /* 21.072px */
}

.product-details-text {
    color: rgb(255 255 255);
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    height: 43px;
    padding-top: 5px;
}

.product-details-text-bold {
    color: rgba(0, 0, 0, 0.5);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 67.2%;
}

.product-description {
    color: rgba(0, 0, 0, 0.75);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.7%;
    height: 100px;
    /* 21.072px */
}

.product-cateloge-footer {
    margin-top: 28px;
    margin-bottom: 28px;
    display: flex;
    height: 56px;
    /* padding: 26px 105px 25px 108px; */
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #b9a48d;
    width: 55%;
    border-radius: 38px;
    text-transform: uppercase;
}

.product-footer-link {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 131.7%;
    /* 23.706px */
}

.product-catelog-main2 {
    padding: 2% 10% 2% 10%;
}

.benefit-frame {
    position: relative;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #b9a48d, #b9a48d, #262626);
    overflow: hidden;
}

.benefit-frame::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7%;
    width: 100%;
    height: 100%;
    background: url("/assets/img/beyond-new/bg.png") no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    /* Adjust the opacity as needed */
    z-index: 1;
}

.benefit-frame-reverse {
    position: relative;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #262626, #b9a48d, #b9a48d);
    overflow: hidden;
}

.benefit-frame-reverse::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 100%;
    height: 100%;
    background: url("/assets/img/beyond-new/bg.png") no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    /* Adjust the opacity as needed */
    z-index: 1;
}

.benefit-text-section {
    display: flex;
    /* padding: 14% 5%; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding: 10%;
}

.benefit-h1 {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: rgba(132, 86, 44, 0.1);
}

.benefit-h1-text {
    color: #482802;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.7%;
    /* 18.438px */
}

.benefit-h2 {
    color: #392519;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 146.7%;
    /* 41.076px */
}

.benefit-h3 {
    color: #402618;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.7%;
    /* 26.406px */
}

.benefit-cicles-outline {
    display: inline-flex;
    align-items: flex-start;
    gap: 64px;
}

.benefit-circles {
    display: flex;
    margin-left: 23%;
    margin-top: 14%;
    border: 1px black;
    border-style: solid;
    border-radius: 50px;
    width: 73px;
    height: 73px;
    background-color: rgb(217 217 217 / 38%);
    align-content: center;
    align-items: center;
    justify-content: center;
}

.benefit-title {
    text-align: center;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.7%;
    /* 26.406px */
}

.image-chiney-frame {
    position: absolute;
    margin-top: 0%;
    /* margin-left: -51px; */
    width: 63%;
    height: auto;
    flex-shrink: 0;
    /* background: url(<path-to-image>), lightgray -817.181px 23.268px / 289.133% 158.066% no-repeat; */
}

.image-flex {
    /* display: table-column-group; */
    /* justify-content: initial; */
    /* object-fit: unset; */
    height: 100%;
    width: 100%;
    position: relative;
    padding: 10%;
    /* z-index: 0; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); */
}

.app1 {
    width: 100%;
    height: 100%;
    position: relative;
    /* padding: 13%; */
    z-index: 0;
    box-shadow: -15px -9px 13px rgba(0, 0, 0, 0.7);
}

.image-hobtop-frame {
    position: absolute;
    margin-top: 42%;
    margin-left: 0px;
    margin-right: 150px;
    width: 91%;
    height: 71%;
    flex-shrink: 0;
    /* background: url(<path-to-image>), lightgray 50% / cover no-repeat; */
}

.design-frame {
    margin-top: 8%;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 8%;
    height: auto;
    flex-shrink: 0;
}

.design-frame-inside-gap {
    margin-top: 70px;
}

.community-frame-inside-gap {
    margin: 35px 0px;
}

.design-h1 {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 146.7%;
    /* 46.944px */
    background: linear-gradient(93deg, #f4e0cb 4.86%, #b48049 99.45%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.design-text-section {
    display: flex;
    width: 293px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.design-button {
    display: flex;
    width: 23px;
    height: 23px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.design-button-text {
    width: 238px;
    flex-shrink: 0;
    color: #fff;
    text-shadow: 0px 0px 22px rgba(255, 255, 255, 0.64);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: 4px;
}

.design-button-subtext:active,
.design-button-subtext:focus,
.design-button-subtext:hover {
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 22px rgba(255, 255, 255, 0.64);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 39.2px */
    /* letter-spacing: 4px; */
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.design-button-subtext {
    text-align: left;
    color: #a48c68;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 33.6px */
    letter-spacing: 3.465px;
    /* padding-top: 40px; */
    cursor: pointer;
    background: none;
    border: none;
}

.design-tab-content {
    padding: 49px;
    color: rgb(255 248 248);
    font-family: Anonymous Pro;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.7%;
    position: absolute;
}

.design-svg {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
}

.design-hr-line {
    margin: 40px 0px;
    width: 256px;
    height: 1px;
    background: rgba(216, 216, 216, 0.31);
}

.design-ellipse {
    float: right;
    margin-top: -10%;
    margin-right: 25px;
    border: 1px black;
    border-style: solid;
    border-radius: 118px;
    background-color: #bdac93;
    width: 213px;
    height: 213px;
}

.tooltip-for-design {
    width: 100%;
    height: 342px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(65px);
}

.community {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    background: linear-gradient(106deg,
            #cdcbc8 0.68%,
            #b9a48d 63.15%,
            #9b7b57 100.62%);
}

.modal-img,
.model-vid {
    width: 100%;
    height: auto;
}

.modal-body {
    padding: 0px;
}

.community-say-slider {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    height: 100%;
    /* Full viewport height */
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-thumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-thumb li {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: 62%;
}

.type-community-say {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.overlay-content {
    padding: 7% 4%;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
}

.overlay-content button.rounded-button {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 11px;
    font-family: "Comfortaa", sans-serif;
}

.overlay-content h2 {
    margin: 20px 0;
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
}

.features .feature-row {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 15px;
}

.features .feature-row .feature {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    text-align: left;
    padding-top: 10px;
}

.features .feature-row .feature span {
    font-size: 14px;
    font-family: "Comfortaa", sans-serif;
}

.features .feature-row .feature img {
    margin-right: 10px;
    height: 25px;
}

.price-tag {
    font-size: 1.5em;
    margin: 20px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.overlay-content a.big-button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 1.2em;
    font-family: "Garet", sans-serif;
    font-weight: 700;
    border: 2px solid #b9a48d;
    align-self: center;
    cursor: pointer;
}

.product-catelog-warranty {
    background: linear-gradient(90deg, #000000, #6f6f6f);
    /* Gradient background */
    padding: 40px;
    /* Padding for content */
}

.warranty-header {
    font-family: "Poppins", sans-serif;
    /* Poppins font for header */
    font-size: 30.6px;
    /* Font size */
    font-weight: bold;
    /* Bold font weight */
    color: #ffffff;
    /* White text color */
    margin-bottom: 20px;
    /* Bottom margin */
}

.warranty-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.warranty-img {
    height: 250px;
    /* Image height */
    display: block;
    /* Ensure image is block-level */
    margin-bottom: 10px;
    /* Bottom margin */
}

.warranty-img-subtext {
    font-family: "Comfortaa", sans-serif;
    font-size: 14.88px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 26px;
    width: 188px;
    margin-top: 25px;
    text-align: center;
}

.slick-prev,
.slick-next {
    font-size: 2em;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.community-fields {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.community-text {
    color: #392519;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 146.7%;
    /* 46.944px */
}

.community-button {
    display: flex;
    width: 314px;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 44px;
    border: 1px solid #b59476;
    background: #403931;
}

.community-button-text {
    width: 224px;
    flex-shrink: 0;
    color: #cdcbc8;
    text-align: center;
    font-family: Objectivity;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.community-say-about {
    margin-top: 8%;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 0%;
    height: auto;
    flex-shrink: 0;
}

.community-say-about-text {
    padding-bottom: 16px;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 76.8px */
    letter-spacing: 5.28px;
    background: linear-gradient(91deg, #ebd2b8 0.28%, #855f38 98.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.community-say-about-subtext,
.community-say-about-subtext:focus-visible {
    background: linear-gradient(91deg, #ebd2b8 0.28%, #855f38 98.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
    letter-spacing: 5.28px;
    border: none !important;
    text-decoration: underline;
}

.type-community-say {
    /* margin: 0px 15px; */
    overflow: hidden;
}

.community-say-slider-outline {
    width: 100%;
    height: auto;
    border-radius: 17.181px;
    border: 2.864px solid rgba(183, 148, 128, 0.85);
    background: linear-gradient(152deg,
            rgba(221, 206, 192, 0.17) 6.38%,
            rgba(135, 78, 26, 0.11) 100.04%);
}

.quote-left {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: rgba(183, 148, 128, 0.85);
}

.quote-right {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 30px;
    color: rgba(183, 148, 128, 0.85);
}

#community-say-products .slick-list {
    overflow: hidden;
    padding: 0px !important;
    margin: 0px 35px !important;
}

#store-places .slick-list {
    overflow: hidden;
    padding: 0px !important;
    margin: 0px 0px !important;
}

.slider-product-background {
    height: 100%;
    width: 100%;
    position: relative;
    background: linear-gradient(90deg, #000000, #575757);
}

.community-say-slider-outline-with-background {
    margin: 0px;
    background-image: url("/assets/img/beyond-new/border-line.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: 300px;
    /* Example minimum height */
    border-radius: 17.181px;
    /* border: 2.864px solid rgba(183, 148, 128, 0.85); */
    /* background-color: #fff; */
    display: flex;
    justify-content: center;
    font-family: "Telegraf", sans-serif;
    align-items: center;
    text-align: left;
    color: #7d8168;
    /* Text color on top of the background */
    font-size: 18.7px;
    /* 14.7sixe converted to 14.7px */
    padding: 40px;
    /* Adjust padding as needed */
    gap: 5px;
    /* margin-bottom: 10px; */
}

.community-say-slider-outline-with-background p {
    display: inline-grid;
    gap: 1px;
}

.quote-new {
    font-weight: bold;
    padding-top: 10px;
}

.quoted-person {
    font-style: normal;
}

.community-say-slider-items {
    padding: 5%;
}

.community-say-slider-name {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    background: linear-gradient(92deg, #ddbb9c 6.84%, #996f49 99.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.community-say-slider-designation {
    color: #b29788;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    height: 57px;
    /* 25.2px */
}

.community-say-slider-img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 17.181px;
}

.community-say-slider-message {
    padding-top: 40px;
    color: #c9b39e;
    font-family: Anonymous Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.172px;
    margin-bottom: 62px;
    height: 371px;
}

.community-quote {
    position: absolute;
    /* right: -37.226px; */
    bottom: -124px;
    color: #683e27;
    font-family: Manrope;
    font-size: 228.99px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.172px;
    opacity: 0.2;
}

.community-say-about-selection {
    display: flex;
}

.city-dropdown {
    width: 25%;
}

.store-section {
    display: flex;
    align-items: flex-end;
    gap: 33px;
}

.store-outline {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #ddb395;
    background: linear-gradient(180deg,
            rgba(186, 153, 123, 0.1) 0%,
            rgba(95, 66, 41, 0.1) 100%);
}

.store-img-section {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    background: rgba(166, 120, 101, 0.25);
}

.store-name {
    font-family: Poppins;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 33.6px */
    letter-spacing: 2.31px;
    /* background: linear-gradient(180deg, #cea48c 0%, #7d4a2d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: white;
}

.store-name1 {
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 33.6px */
    letter-spacing: 2.31px;
    background: linear-gradient(180deg, #cea48c 0%, #7d4a2d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.store-location-section {}

.store-location {
    color: rgba(255, 255, 255, 0.75);
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 25.6px */
    letter-spacing: 1.76px;
    height: auto;
    margin-bottom: 5%;
}

.store-location1 {
    color: rgba(255, 255, 255, 0.75);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 1.76px;
    height: 80px;
}

.store-call-button {
    border: none;
    display: flex;
    width: 100%;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 31px;
    background: linear-gradient(92deg,
            rgba(182, 152, 135, 0.62) 5.69%,
            rgba(126, 83, 59, 0.62) 93.41%);
}

.store-call-button1 {
    border: none;
    display: flex;
    width: 100%;
    padding: 8px 8px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    border-radius: 31px;
    border: 1px solid #cea48c;
    background: rgba(178, 135, 111, 0.1);
    margin-bottom: 10px;
}

.store-call-button2 {
    border: none;
    display: flex;
    width: 100%;
    padding: 8px 8px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    border-radius: 31px;
    background: linear-gradient(92deg,
            rgba(182, 152, 135, 0.62) 5.69%,
            rgba(126, 83, 59, 0.62) 93.41%);
}

.store-button-text {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 1.76px;
}

.community-say-image-layout1 {
    /* margin: 10px; */
    /* display: flex; */
    /* width: 100%; */
    height: 304px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(208, 174, 155, 0.1);
    background: url("/assets/img/beyond/image 47.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.community-say-image-layout2 {
    /* margin: 10px; */
    /* display: flex; */
    /* width: 100%; */
    height: 304px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(208, 174, 155, 0.1);
    background: url("/assets/img/beyond/image 49.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.store-button-text1 {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    letter-spacing: 0.76px;
    color: #000;
    /* background: linear-gradient(180deg, #cea48c 0%, #7d4a2d 100%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-align: center;
}

.store-button-text2 {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.76px;
}

.store-arrow {
    display: flex;
    width: 50px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 31px;
    border: 1px solid #cea48c;
    background: rgba(178, 135, 111, 0.1);
}

.call-the-store-section {
    display: flex;
}

.call-the-store-section1 {
    width: 100%;
    padding-top: 17px;
    float: inline-end;
    padding-bottom: 25px;
    gap: 13px;
}

.store-arrow-content {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 1.76px;
    background: linear-gradient(180deg, #cea48c 0%, #7d4a2d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.store-content-section {
    padding: 8px;
}

.store-content-section1 {
    padding: 3%;
}

.store-content-body {
    height: 200px;
}

.arrow {
    margin-left: auto;
}

.upcoming-product-text {
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    /* 64.96px */
    background: linear-gradient(91deg, #ebd2b8 0.28%, #855f38 98.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.upcoming-product-text-layout {
    background: linear-gradient(91deg, #ebd2b8 0.28%, #855f38 98.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
}

.product1-frame {
    margin: 10px;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 304px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(208, 174, 155, 0.1);
}

.product2-frame {
    margin: 10px;
    display: flex;
    width: 100%;
    height: 304px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(208, 174, 155, 0.1);
}

.product3-frame {
    margin: 10px;
    display: flex;
    width: 100%;
    height: 223px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(208, 174, 155, 0.1);
}

/* footer section */

.main1-background {
    background: black;
    padding-bottom: 0;
}

.contact_number {}

.model-box-header {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: #fff;
}

.input-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin: 18px 25%;
}

.model-button {
    display: flex;
    width: 100%;
    height: 59px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 39px;
    background: rgba(0, 0, 0, 0.8);
}

.model-button-text {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.upcoming-product-bottom-image-text {
    padding-top: 123px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.tachnology-icons {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: lightgray 50% / cover no-repeat;
}

.price-outline {
    width: 100%;
    display: flex;
}

.price-div {
    width: 100%;
    height: 60px;
}

.price-head-span {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 131.7%;
    height: 20px;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--nav-text-color);
    text-decoration: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: x-large;
    font-weight: 700;
    font-family: "Objectivity";
}

.stories-video {
    height: 100vh;
    width: 100%;
    padding: 10%;
}
.stories-video2 {
    /* height: 100vh; */
    width: 100%;
    padding: 0%;
}

@media (max-width: 1730px) {
    .community-say-slider-outline-with-background {
        height: 250px;
        font-size: 16px;
    }
}

@media (max-width: 1420px) {
    .nav-menu-items-outline {
        display: flex;
        align-items: flex-start;
        padding: 2rem;
    }

    .community-say-slider-outline-with-background {
        height: 210px;
        font-size: 16px;
    }
}

@media (max-width: 1360px) {
    .slide-heading {
        color: #403931;
        font-family: Poppins;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 63px;
        /* 143.182% */
        /* box-shadow: 0px 0px 4px 0px #7A5642; */
        text-shadow: 0px 0px 4px #7a5642;
    }

    .nav-menu-items-outline {
        display: flex;
        align-items: flex-start;
        padding-right: 2rem;
    }

    .banner-button {
        top: 54%;
        left: 20%;
        padding: 13px 21px;
        font-size: 18px;
    }

    .banner-h1 {
        top: 43%;
        font-size: 26px;
    }
}

@media (max-width: 1280px) {
    .nav-menu-items-outline {
        display: flex;
        align-items: flex-start;
        padding-right: 1rem;
    }

    .community-say-slider-outline-with-background {
        height: 174px;
        font-size: 15px;
    }

    .banner-button {
        top: 59%;
        font-size: 16px;
        font-weight: 700;
    }

    .banner-h1 {
        top: 48%;
        font-size: 24px;
    }

    /* ... */
}

@media (max-width: 1100px) {
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        margin-bottom: 15px;
    }

    .nav-menu-items-outline {
        display: flex;
        align-items: flex-start;
        padding-right: 1rem;
        flex-direction: column;
    }

    .slide-heading-outline {
        margin-top: -500px;
        margin-right: 4%;
        margin-left: -9%;
        /* display: inline-flex; */
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 36px;
    }

    .slide-heading {
        color: #403931;
        font-family: Poppins;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
        /* 143.182% */
        /* box-shadow: 0px 0px 4px 0px #7A5642; */
        text-shadow: 0px 0px 4px #7a5642;
    }

    .carousel-item-gap {
        padding-top: 39%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .slide-background-content {
        color: rgba(87, 77, 66, 0.08);
        font-family: Poppins;
        font-size: 82px;
        font-style: normal;
        font-weight: 700;
        line-height: 90px;
        /* 108.75% */
        text-transform: capitalize;
        height: 730px;
    }

    .product-footer-link {
        color: #fff;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 131.7%;
    }

    .community-say-about-selection {
        display: flex;
        flex-flow: column;
    }

    .store-content-body {
        height: 250px;
    }

    .community-quote {
        position: absolute;
        /* right: -37.226px; */
        bottom: -124px;
        color: #683e27;
        font-family: Manrope;
        font-size: 228.99px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.172px;
        opacity: 0.2;

        display: none;
    }

    .banner-button {
        top: 59%;
        font-size: 16px;
        font-weight: 700;
    }

    .banner-h1 {
        top: 48%;
        font-size: 24px;
    }
}

@media (max-width: 1070px) {
    .community-say-slider-outline-with-background {
        height: 148px;
        font-size: 13px;
    }
}

@media (max-width: 1040px) {
    .community-say-slider-outline-with-background {
        height: 150px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .overlay-content h2 {
        margin: 20px 0;
        font-size: 1.1rem;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
    }

    .overlay-content button.big-button {
        padding: 15px 30px;
        font-size: 1em;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-top: 40px;
    }

    .community-say-slider-outline-with-background {
        height: 280px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .warranty-img {
        height: 150px;
        display: block;
        margin-bottom: 10px;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: black;
        border: 1px solid black;
        border-radius: 0.25rem;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 20px;
        height: 25px;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        color: white;
    }

    /* .collapse.show {
    display: block;
    background: rgb(199 195 195);
    } */

    .collapse.show {
        display: flex;
        margin-top: 0px;
        padding: 23px;
        background: rgb(199 195 195);
        flex-direction: column;
        flex-wrap: initial;
        /* align-content: center; */
        align-items: center;
    }

    .ml-auto,
    .mx-auto {
        margin-left: 0 !important;
    }

    .slide-heading-outline {
        margin-top: -500px;
        margin-right: 4%;
        margin-left: -9%;
        /* display: inline-flex; */
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 36px;
    }

    .slide-heading {
        color: #403931;
        font-family: Poppins;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
        /* 143.182% */
        /* box-shadow: 0px 0px 4px 0px #7A5642; */
        text-shadow: 0px 0px 4px #7a5642;
    }

    .slide-image {
        margin-top: -700px;
        margin-right: 2%;

        width: 400px;
        height: 517px;
        flex-shrink: 0;
        background: #d3d3d300 -1299.45px 37px / 289.133% 158.066% no-repeat;
        z-index: 1;
    }

    .carousel-item-gap {
        padding-top: 39%;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .slide-background-content {
        color: rgba(87, 77, 66, 0.08);
        font-family: Poppins;
        font-size: 72px;
        font-style: normal;
        font-weight: 700;
        line-height: 100.5px;
        /* 108.75% */
        text-transform: capitalize;
        height: 730px;
    }

    .slide-button {
        display: flex;
        width: 100%;
        padding: 20px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 44px;
        border: 1px solid #b59476;
        background: #403931;
    }

    .slide-button-text {
        width: 80%;
        flex-shrink: 0;
        color: #cdcbc8;
        text-align: center;
        font-family: Objectivity;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

    .product-footer-link {
        color: #fff;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 131.7%;
    }

    .community-say-about-selection {
        display: flex;
        flex-flow: column;
    }

    .product-catelog-outline {
        display: inline-flex;
        padding: 0px;
        justify-content: center;
        align-items: flex-start;
        gap: 18%;
        border-radius: 43px;
        /* background: rgba(255, 255, 255, 0.10); */
        margin: 0px 2%;
        width: 96%;
    }

    .store-content-body {
        height: 330px;
    }

    .banner-button {
        top: 59%;
        font-size: 14px;
        font-weight: 700;
    }

    .banner-h1 {
        top: 48%;
        font-size: 22px;
    }

    .stories-video {
        height: 80vh;
        width: 100%;
        padding: 0%;
    }
}

@media (max-width: 850px) {
    .community-say-slider-outline-with-background {
        height: 275px;
        font-size: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 838px) {
    .community-say-slider-outline-with-background {
        height: 252px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .warranty-header {
        font-family: "Poppins", sans-serif;
        font-size: 17.5px;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 20px;
        text-align: center;
    }

    .features .feature-row .feature span {
        font-size: 10px;
        font-family: "Comfortaa", sans-serif;
    }

    .community-say-slider-outline-with-background {
        height: 223px;
        font-size: 13px;
    }

    .features .feature-row .feature img {
        margin-right: 10px;
        height: 15px;
    }

    .slide-heading-outline {
        margin-top: -200px;
        margin-right: 0%;
        margin-left: 0%;
        /* display: inline-flex; */
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 36px;
    }

    .slide-heading {
        color: #403931;
        font-family: Poppins;
        font-size: 27px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
        /* 143.182% */
        /* box-shadow: 0px 0px 4px 0px #7A5642; */
        text-align: end;
        text-shadow: 0px 0px 4px #7a5642;
    }

    .slide-image {
        margin-top: -738px;
        margin-right: 0%;
        width: 385px;
        height: 450px;
        flex-shrink: 0;
        background: #d3d3d300 -1299.45px 37px / 289.133% 158.066% no-repeat;
        z-index: 1;
    }

    .carousel-item-gap {
        padding-top: 39%;
        padding-left: 10px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .slide-background-content {
        color: rgba(87, 77, 66, 0.08);
        font-family: Poppins;
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 80.5px;
        /* 108.75% */
        text-transform: capitalize;
        height: 730px;
    }

    .slide-button {
        display: flex;
        width: 100%;
        padding: 20px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 44px;
        border: 1px solid #b59476;
        background: #403931;
    }

    .slide-button-text {
        width: 80%;
        flex-shrink: 0;
        color: #cdcbc8;
        text-align: center;
        font-family: Objectivity;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

    .product-footer-link {
        color: #fff;
        font-family: Poppins;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 131.7%;
    }

    .community-say-about-subtext,
    .community-say-about-subtext:focus-visible {
        background: linear-gradient(91deg, #ebd2b8 0.28%, #855f38 98.56%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: Montserrat;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: 160%;
        letter-spacing: 5.28px;
        border: none !important;
    }

    .community-say-about-text {
        font-family: Montserrat;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* 76.8px */
        letter-spacing: 5.28px;
        background: linear-gradient(91deg, #ebd2b8 0.28%, #855f38 98.56%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .community-say-about-selection {
        display: flex;
        flex-flow: column;
    }

    .product-catelog-outline {
        display: inline-flex;
        padding: 0px;
        justify-content: center;
        align-items: flex-start;
        gap: 18%;
        border-radius: 43px;
        /* background: rgba(255, 255, 255, 0.10); */
        margin: 0px 2%;
        width: 96%;
    }

    .product-catelog {
        width: 75%;
        height: auto;
        border-radius: 20px;
        background: #262626;
        margin-bottom: 25px;
        /* color: #f5f5f5; */
    }

    .frame-main {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: linear-gradient(270deg,
                #000 10.32%,
                rgba(0, 0, 0, 0) 49.94%);
    }

    .frame-main2 {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        background: linear-gradient(0deg, #000 -2.68%, rgba(0, 0, 0, 0) 23.94%);
    }

    .carousel-height {
        position: relative;
        top: 7%;
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .main-heading-outline {
        width: 100%;
        margin-top: 9%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        /* gap: 36px; */
        /* box-shadow: 0px 0px 4px 0px #7A5642; */
    }

    .product-outline {
        width: 100%;
        padding-top: 28px;
    }

    /* .image-flex {
        display: none;
        justify-content: flex-end;
    } */

    .design-tab-content {
        padding: 50px 20px;
        color: rgb(255 248 248);
        font-family: Anonymous Pro;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 131.7%;
        position: absolute;
    }

    .tooltip-for-design {
        margin-top: 33px;
        width: 100%;
        height: 342px;
        flex-shrink: 0;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(65px);
    }

    .community-say-slider-name {
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        background: linear-gradient(92deg, #ddbb9c 6.84%, #996f49 99.77%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .community-say-slider-designation {
        height: 59px;
        color: #b29788;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .community-say-slider-designation {
        height: 59px;
        color: #b29788;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .community-say-slider-message {
        padding-top: 30px;
        color: #c9b39e;
        font-family: Anonymous Pro;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -0.172px;
        margin-bottom: 62px;
        height: 307px;
    }

    .call-the-store-section1 {
        margin: 56px 0px;
        width: 100%;
        float: inline-end;
        padding-bottom: 15px;
        gap: 13px;
    }

    .store-call-button1 {
        margin-bottom: 28px;
        border: none;
        display: flex;
        width: 100%;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 31px;
        border: 1px solid #cea48c;
        background: rgba(178, 135, 111, 0.1);
    }

    .product-name {
        color: #000;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 131.7%;
    }

    .product-price {
        color: #ca3232;
        font-family: Poppins;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 131.7%;
    }

    .product-details-text {
        /* color: rgba(0, 0, 0, 0.50); */
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 67.2%;
    }

    .product-description {
        color: rgba(0, 0, 0, 0.75);
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 131.7%;
    }

    .design-ellipse {
        display: none;
        float: right;
        margin-top: -10%;
        margin-right: 25px;
        border: 1px black;
        border-style: solid;
        border-radius: 118px;
        background-color: #bdac93;
        width: 213px;
        height: 213px;
    }

    .community-say-image-layout1 {
        /* margin: 10px; */
        /* display: flex; */
        /* width: 100%; */
        height: auto;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 20px;
        background: url(/assets/img/beyond/image47.png) no-repeat center center;
        background-size: cover;
    }

    .upcoming-product-bottom-image-text {
        padding-top: 48px;
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .upcoming-product-text {
        font-family: Montserrat;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 116%;
        background: linear-gradient(91deg, #ebd2b8 0.28%, #855f38 98.56%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .upcoming-product-text-layout {
        background: linear-gradient(91deg, #ebd2b8 0.28%, #855f38 98.56%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%;
    }

    .community-say-image-layout2 {
        height: auto;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 20px;

        background: url(/assets/img/beyond/image49.png) no-repeat center center;

        padding-bottom: 12px;
    }

    .main-slide-button {
        margin-top: 25px;
        display: flex;
        width: 100%;
        padding: 20px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 44px;
        border: 1px solid #fff;
        background: #d7c9b9;
    }

    .main-heading {
        color: #d7c9b9;
        font-family: Poppins;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
    }

    .main-sub-heading {
        color: rgba(215, 201, 185, 0.75);
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 45px;
    }

    .benefit-circles {
        margin-left: 35%;
        margin-top: 14%;
        border: 1px black;
        border-style: solid;
        border-radius: 50px;
        width: 73px;
        height: 73px;
        background-color: rgb(217 217 217 / 38%);
    }

    .store-section {
        width: 92%;
        display: flex;
        align-items: end;
        gap: 33px;
    }

    .store-content-body {
        height: 225px;
    }

    .product-catelog-warranty2 {
        /* background: linear-gradient(90deg, #000000, #6f6f6f); */
        padding: 40px;
    }

    .banner-button {
        top: 59%;
        font-size: 12px;
        font-weight: 700;
    }

    .banner-h1 {
        top: 48%;
        font-size: 20px;
    }

    .rights-footer {
        font-size: 14px;
        text-align: center;
    }

    .middle-footer-text {
        text-align: center;
    }

    .mukunda-footer-1,
    .mukunda-footer-1:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6.641px;
        padding: 0px 0px 10px 0px;
        text-decoration: none !important;
        color: black;
        font-family: var(--font-poppins);
    }

}

@media (max-width: 700px) {
    .community-say-slider-outline-with-background {
        height: 210px;
        font-size: 13px;
    }
}

@media (max-width: 663px) {
    .overlay-content button.big-button {
        padding: 15px 30px;
        font-size: 0.8em;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-top: 40px;
    }

    .community-say-slider-outline-with-background {
        height: 190px;
        font-size: 11px;
        margin-top: 20px;
    }

    .product-details-price {
        font-family: "Inter", sans-serif;
        font-size: 1.2rem;
        font-weight: bold;
        color: #b9a48d;
        text-align: center;
    }

    .warranty-content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    /* ... */
    .banner-button {
        top: 59%;
        left: 25%;
        font-size: 14px;
        font-weight: 700;
    }

    .banner-h1 {
        top: 48%;
        left: 25%;
        font-size: 22px;
    }

}

@media (max-width: 600px) {
    .bg-nav-header {
        width: 100%;
        height: 72px;
        flex-shrink: 0;
        background: var(--nav-background);
        backdrop-filter: blur(75px);
        -webkit-backdrop-filter: blur(75px);
        position: fixed;
        z-index: 1;
        padding: 0px 5%;
    }

    svg.logo-icon {
        width: 140px;
        height: 40px;
        margin-bottom: 0;
    }

    .nav-logo-outline {
        display: flex;
        padding: 2px 12px;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        letter-spacing: 12.16px;
    }

    .nav-logo-subtext {
        font-size: 9px;
        /* line-height: 105.9%; */
        letter-spacing: 8.8px;
    }

    .community-say-slider-outline-with-background {
        height: 175px;
        font-size: 11px;
    }

    .banner-button {
        position: absolute;
        top: 60%;
        font-weight: 700;
        font-size: 8px;
    }

    .banner-h1 {
        top: 43%;
        font-size: 18px;
    }
}

@media (max-width: 570px) {
    .community-say-slider-outline-with-background {
        height: 160px;
        font-size: 11px;
        margin-bottom: 20px;
    }
}

@media (max-width: 530px) {
    .community-say-slider-outline-with-background {
        height: 146px;
        font-size: 11px;
        margin-bottom: 20px;
    }

    .banner-button {
        position: absolute;
        top: 56%;
        font-weight: 700;
        font-size: 8px;
    }

    .banner-h1 {
        top: 43%;
        font-size: 12px;
    }
}

@media (max-width: 475px) {
    .community-say-slider-outline-with-background {
        height: 132px;
        font-size: 11px;
        margin-bottom: 20px;
    }
}

@media (max-width: 430px) {
    .community-say-slider-outline-with-background {
        height: 116px;
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .community-say-slider-outline-with-background {
        height: 111px;
        font-size: 10px;
    }

    .overlay-feedback {
        position: absolute;
        width: 90%;
        top: 80%;
        /* left: 25%; */
        transform: translate(-15%, -60%);
        color: black;
        line-height: 1em;
        text-align: center;
        pointer-events: none;
        font-family: "Popins", sans-serif;
        text-align: left;
        font-weight: 200;
        font-size: 0.8rem;
        padding: 0 10px;
    }

    .banner-button {
        position: absolute;
        top: 56%;
        font-weight: 700;
        font-size: 6px;
    }

    .banner-h1 {
        top: 43%;
        font-size: 10px;
    }

    .product-catelog {
        width: 100%;
        height: auto;
        border-radius: 20px;
        background: #262626;
        margin-bottom: 25px;
        /* color: #f5f5f5; */
    }
}

@media (max-width: 370px) {
    .community-say-slider-outline-with-background {
        height: 100px;
        font-size: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 350px) {
    .community-say-slider-outline-with-background {
        height: 93px;
        font-size: 9px;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .community-say-slider-outline-with-background {
        height: 85px;
        font-size: 9px;
        margin-bottom: 20px;
    }
}

@media (max-width: 300px) {
    .community-say-slider-outline-with-background {
        height: 80px;
        font-size: 8px;
        margin-bottom: 20px;
    }
}

.type-community-say {
    height: 230px;
}

.set-customer-image {
    width: 80%;
    height: auto;
    object-fit: contain;
    opacity: 1;
    overflow: hidden;
}

.set-customer-image:hover {
    opacity: 0.3;
}

/* .overlay-feedback:hover{
    color: white;
    } */

.img-center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-overlay {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    color: white;
    font-size: 1.5em;
    text-align: center;
    pointer-events: none;
}

.inner-div {
    position: relative;
}

.play-button {
    width: 60px;
}

.quots-button {
    width: 40px;
    position: absolute;
    left: 0;
}

.overlay-quots {
    position: absolute;
    top: 55%;
    left: 15%;
    transform: translate(-15%, -60%);
    color: white;
    font-size: 1.5em;
    text-align: center;
    pointer-events: none;
}

.overlay-feedback {
    position: absolute;
    width: 60%;
    top: 80%;
    left: 25%;
    /* left: 0; */
    padding: 0 10% 0 0;

    transform: translate(-15%, -60%);
    color: black;
    line-height: 1em;
    text-align: center;
    pointer-events: none;
    font-family: "Popins", sans-serif;
    text-align: left;
    font-weight: 200;
    font-size: 1.2rem;
}

/* .posRelative{
    position: relative;
    width: 60%;
    } */
.h-head {
    margin-top: 5px;
    font-weight: 700;
}

/* .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 252, 252, 0.288), rgba(255, 95, 95, 0.199));
    z-index: 1;
    pointer-events: none;
    } */

/* .feedback-background{
    background-color: #b9a48d28;
    border-radius: 5px;
    padding: 0 5px;
    } */
.text-browni {
    color: #381400;
}

#phoneNumber {
    outline: none;
}