.top-header {
    position: relative;
}
.dev-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.hero-section {
    position: relative;
}
.links svg {
    width: 18px;
    cursor: pointer;
}
#results {
    margin-top: 10px;
}

#results div {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 24px;
}
.vdo-container {
    padding-bottom: 1%;
    position: relative;
}

.vdo {
    max-width: 100%;
    height: 80%;
    object-fit: cover;
    width: 100%;
}
.close {
    display: none;
}
a {
    text-decoration: none;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    height: auto;
    width: 100vw;
}

.popular {
    display: flex;
}
header:hover .img-top {
    filter: invert(1);
}

header:hover {
    background-color: white;
}

#header.scrolled {
    background-color: white;
}

nav ul li.scrolled {
    color: black;
}

header:hover .line {
    background-color: black;
}

.img-top.scrolled {
    filter: invert(1);
}

nav .headerline.scrolled {
    background-color: black;
}

.top-row {
    margin: 15px 0;
}
nav {
    display: flex;
    margin-top: 12px;
}

nav ul {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    align-items: center;
    padding-bottom: 16px;
}

nav ul svg {
    cursor: pointer;
}
.img-top {
    max-width: 100%;
}
nav ul li {
    list-style: none;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}

nav ul.scrolled li {
    color: black;
}

header:hover nav ul li {
    color: grey;
    transition: 0.5s ease;
}
nav ul li:hover {
    color: black !important;
    font-weight: bold !important;
}

header:hover nav ul li:nth-of-type() {
    font-weight: bold;
}

.center {
    /* display: flex; */
    justify-content: center;
}

.center:hover {
    background-color: white;
}

.line {
    width: 2px;
    height: 16px;
    background-color: white;
}

.line.scrolled {
    background-color: black;
}

.hero-text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100vw;
    padding: 0 120px;
    margin-bottom: 6%;
    flex-direction: column;
}

.col {
    display: flex;
    flex-direction: column;
}

.col span {
    max-width: 100%;
    font-family: Questrial;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    color: white;
}

.hero-text button {
    background-color: transparent;
    border: 1px solid white;
    display: inline-flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100px;
    color: white;
    margin-top: 30px;
}
.btn-controller {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.num-row {
    display: none;
    align-items: end;
    color: white;
    gap: 25px;
    color: var(--Neutral-Colour, #fff);

    /* Paragraph */
    font-family: Questrial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 140% */
}

svg.scrolled {
    filter: invert(1);
}

/* product section startss */
.image-wrapper {
    display: block;
    flex: 2;
    overflow: hidden;
}
.section {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: sticky;
    top: 0;
    background-color: white;
}

.section:nth-child(2) {
    padding-top: 30px;
}
.section:nth-child(3) {
    padding-top: 30px;
}
.section:nth-child(4) {
    padding-top: 30px;
    padding-bottom: 50px;
}

.main-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-txt span {
    font-size: 2.5rem;
}
.box {
    position: relative;
    height: auto;
    width: 480px;
    max-width: 100%;
    overflow: hidden;
    flex: 1;
}
.box img {
    height: 100%;
    display: block;
    object-fit: cover;
    width: 480px;
    max-width: 100%;
}
.box-bg {
    position: relative;
    height: 572px;
    width: 480px;
    height: auto;
    max-width: 100%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.imageWrapperObject {
    width: 200px;
    height: auto;
    display: flex;
    object-fit: cover;
    justify-content: center;
}
.arrow-col {
    gap: 7%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.arrowSvg {
    height: auto;
    width: 32px !important;
    transform: translateX(-50%);
    position: absolute;
    bottom: 45px;
}
.logoImg {
    width: 100% !important;
}
.mx-2 {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.box-bg img {
    mix-blend-mode: multiply;
}
.main-txt p {
    font-size: 1rem;
    padding: 21px 0;
}

.productImage {
    /* width: 192px; */
    max-width: 100% !important;
}

.Section-container {
    padding: 0 16px;
    display: flex;
    gap: 12px;
    height: 500px;
    position: relative;
}

.image-section {
    transition: 0.3s ease-in;
}

.control {
    display: flex;
    justify-content: end;
    padding-bottom: 50px;
    padding: 0 16px;
    width: 100%;
    /* justify-content: space-between; */
    align-items: center;
}
.control:nth-child(2) {
    padding-bottom: 50px;
}
.control:nth-child(3) {
    padding-bottom: 50px;
}
.control:nth-child(4) {
    padding-bottom: 20px;
}

.box button {
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    padding: 20px 43px;
    background: transparent;
    border: 1px solid white;
    color: white;
}

/* product section ends  */

.blog-section-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.arrow {
    margin-right: 309px;
    margin-top: 15px;
}

.btn-row {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    gap: 20px;
    padding-bottom: 1rem;
}

.btn-row button {
    width: 20px;
    height: 23px;
    border: none;
    background-color: transparent;
}

.sec-2 {
    display: flex;
    height: 650px;
    background-color: #d0ac8c;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.my-1 {
    display: flex;
    flex-direction: column;
    left: 130px;
    position: relative;
}

.my-1 span {
    width: 306px;
    color: var(--Neutral-Colour, #fff);
    font-family: Questrial;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.my-1 p {
    width: 282.08px;
    color: var(--Neutral-Colour, #fff);
    font-family: Questrial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 25px 0;
}

.my-1 button {
    display: inline-flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    width: 100px;
    border: 1px solid var(--Neutral-Colour, #fff);
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.text-content {
    margin-right: 20px;
}

.image-slider {
    position: relative;
    /* width: calc(552px * 2.5 + 20px * 2.5); */
    overflow: hidden;
    left: calc(39vw - (300px * 1.25 + 20px * 0.75)); /* Centering the slider */
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
}

.slider img {
    width: 100%;
    max-width: 100%;
}

.image-number {
    display: flex;
    gap: 15px;
    font-size: 15px;
}

.slider-controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2%;
    position: relative;
    width: 69%;
    padding-bottom: 56px;
}

.slider-buttons {
    /* padding-left: calc(45vw - 230px); */
    display: flex;
    gap: 58px;
}

.slider-buttons svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.blog-section {
    display: flex;
    transition: transform 0.5s ease;
    padding-top: 5.5%;
}

.blog-bx {
    width: calc(100% / 2.5);
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    gap: 16px;
    align-items: start;
    position: relative;
}

.blog-section .blog-bx button {
    position: absolute;
    bottom: 5%;
    left: 67px;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 14px 32px;
}
.blog-bx button:hover {
    background-color: white;
    color: black;
    transition: 0.5s ease-in;
}

.blog-bx img {
    max-width: min(588px, 100%);
    height: auto;
}

.blog-bx .date-bx {
    width: 358px;
    color: var(--Secondary-Colour-2, #757977);
    font-family: Questrial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.news-heading {
    max-width: 100%;
    color: var(--Primary-Colour-1, #111);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 588px;
    font-family: "Ovo", serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: ellipsis;
}

.desc {
    color: var(--Secondary-Colour-2, #757977);
    font-family: Questrial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

button:hover {
    opacity: 0.8;
    transition: 0.3s ease;
    cursor: pointer;
}

.star-container {
    width: auto;
}

.star-container img {
    width: 24px;
}

.feedback {
    height: 497px;
    width: auto;
    background: var(--background-colour-neutral-colour, #f2f2f2);
    display: flex;
    align-items: center;
    justify-content: end;
    overflow: hidden;
    position: relative;
}

.user-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 136px;
    position: absolute;
}

.feed-row {
    display: flex;
}

.user-box span {
    width: 204px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;

    margin-top: 40px;
    line-height: normal;
}

.review-box {
    min-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.review-box p {
    height: auto;
    max-width: min(484.312px, 100%);
    color: var(--Primary-Colour-1, #111);
    /* Heading 3(Ovo) */
    font-family: Ovo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-box span {
    color: var(--primary-colour-black, #1b2120);
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.brand-value {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
}

.brand-value h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}

.brand-value span {
    font-size: 15px;
    color: var(--Secondary-Colour-2, #757977);
}

.facilities-section {
    display: flex;
    gap: 0.5%;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.sm-box {
    background: var(--background-colour-neutral-colour, #f2f2f2);
    width: 294px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.sm-box span {
    color: black;
}

.left-cnt {
    display: flex;
    margin-right: 30px;
}

.arrow-btnn {
    width: 40px;
    display: flex;
    position: absolute;
    right: 132px;
}

.arrow-btnn span {
    width: 20px;
    border: none;
    background-color: transparent;
    stroke: black;
    height: 23.994px;
    cursor: pointer;
}

.arrow-btnn span svg {
    filter: invert(1);
}

footer {
    height: auto;
    background: var(--Primary-Colour-1, #111);
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mx3 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--background-colour-neutral-colour, #f2f2f2);
}

.mx3 h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* color: var(--background-colour-neutral-colour, #f2f2f2); */
}

.mx3 {
    padding-top: 3rem !important;
    padding: 0px 157px;
    display: flex;
    justify-content: center;
}

.footer-img {
    width: 85%;
}

.mx-flex {
    display: flex;
    padding-top: 1%;
    gap: 4rem;
}

.mx4 {
    display: flex;
    flex-direction: column;
}

.links {
    display: flex;
    margin-top: 33px;
    gap: 38px;
}

.col1 h1 {
    position: relative;
    top: 2%;
    width: auto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "ovo", sans-serif;
}

.border-line {
    position: relative;
    padding: 16px 0;
    /* Optionally, keep a thin border as a fallback */
    /* border-bottom: 1px solid grey; */
}

.col1 input {
    background-color: transparent;
    padding: 12px;
    width: 90%;
    color: white;
    border: 1px solid var(--Secondary-Colour-2, #757977);
}

.col1 input:hover {
    background-color: white;
    color: black;
}

.col1 input:focus {
    background-color: white;
    color: black;
    outline: none;
    /* Remove the default browser outline for a cleaner look */
    border: 2px solid black;
    /* Optionally, add a border to indicate focus */
}

.col1,
.col2,
.col3 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.col4 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.logo-row {
    display: flex;
    gap: 37px;
    flex-shrink: 0;
    padding-top: 4%;
}

.accordion {
    display: flex;
    flex-direction: column;
}

.open {
    display: flex;
    align-items: center;
    padding: 29px 157px;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.open span {
    color: white;
}

.open::after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 157px;
    right: 144px;
    height: 0.9px;
    border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
}

.accordion-item {
    margin-left: 141px;
    color: white;
    flex-direction: column;
    display: none;
    gap: 12px;
}

.about {
    display: flex;
    padding-left: 16px;
    width: 89%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.copyright-section {
    padding: 21px 157px;
    display: flex;
    color: white;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

img {
    overflow: hidden;
}

.content1 {
    /* margin-left: 5px; */
    padding: 9px 0;
    position: relative;
}

.content1 span {
    border-right: 1px solid white;
    padding-right: 7px;
}

.copyright-section::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 157px;
    right: 144px;
    height: 0.9px;
    border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
}

.copyright-section::after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 157px;
    right: 144px;
    height: 0.9px;
    border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
}

.menu {
    display: none;
}

.search-icon {
    display: none;
}

.mobile-nav {
    display: none;
}

.section {
    transition: transform 1s ease;
}

.section.active {
    transform: translateX(0);
}

.section.prev {
    transform: translateX(-100%);
}

.section.next {
    transform: translateX(100%);
}

.column {
    display: flex;
    overflow: hidden;
    padding-top: 70px;
}

@media screen and (max-width: 600px) {
    html,
    body {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    .mobile-nav svg {
        display: block;
    }
    .sec-2 {
        margin-top: 25px;
        height: auto;
        justify-content: start;
        position: relative;
    }

    .image-slider {
        left: 0;
    }
    .productImage {
        width: auto;
        height: 70%;
        object-fit: cover;
    }

    .column {
        padding-top: 28px;
        display: flex;
        flex-direction: column;
    }
    .mx-2 {
        display: flex;
        width: 100%;
        gap: 9%;
        justify-content: flex-start;
        height: 100%;
        align-items: center;
    }
    .imageWrapperObject {
        width: auto;
    }

    .mobile-nav {
        background-color: white;
        width: 100%;
    }

    .num-row {
        display: none;
    }

    .mobile-nav ul {
        display: flex;
        flex-direction: column;
        background: white;
        width: 100%;
        height: 100vh;
        padding: 0 16px;
        gap: 16px;
        padding-top: 16px;
    }

    .mobile-nav li {
        margin: 10px 0;
        /* color: black; */
        color: #686868;
        list-style: none;
        border-bottom: 1px solid #f2f2f2;
    }
    #contactUsContent span {
        width: 99% !important;
    }
    .user-box span {
        margin-top: 0;
        font-size: 15px;
    }

    .mobile-nav ul div svg {
        width: 24px;
        height: 24px;
    }
    .my-1 span {
        width: 100%;
    }
    .my-1 p {
        width: 100%;
        font-size: 1rem;
        padding-right: 9px;
    }
    .mobile-nav a {
        text-decoration: none;
        font-size: 24px;
        /* border-bottom: 1px solid #ccc; */
    }
    .mobile-nav span {
        text-decoration: none;
        font-size: 24px;
        color: #686868;
    }

    .feedback-row {
        flex-direction: column;
    }
    .menu.opened ~ .mobile-nav {
        display: flex;
    }

    body {
        overflow-x: hidden;
    }

    nav {
        display: none;
    }

    .button-row {
        display: flex;
        position: relative;
        left: 5%;
    }
    .sm-box img {
        margin-left: 12px;
    }

    .news-heading {
        height: auto;
        font-size: 32px;
        width: 100vw;
        overflow: hidden;
    }

    .hide {
        display: none !important;
    }

    .show {
        display: block;
    }

    .blog-section div {
        width: 100%;
        padding: 0;
        margin-right: 20px;
    }

    .desc {
        width: 100vw;
        height: 50px;
    }

    .feedback {
        height: auto;
        display: block;
        padding-left: 10px;
    }
    .copy {
        padding-top: 12px;
    }
    .copyright-section::before {
        display: none;
    }

    footer {
        height: auto;
        padding: 0 16px;
    }
    .logo-row {
        display: none;
    }
    .product-dots {
        display: flex;
    }
    .user-box {
        gap: 5px;
        position: relative;
        flex-direction: row;
        left: -30px;
        align-items: center;
        margin: 24px 10px;
        padding: 16px 8px;
    }
    .brand-value span {
        text-align: center;
        width: 100%;
    }
    .review-box {
        min-width: 100%;
    }

    .review-box p {
        font-size: 24px;
        width: 100%;
    }
    .review-box h2 {
        color: #757977;
    }
    .blog-bx img {
        padding-top: 3%;
    }
    .center {
        display: block;
    }

    .menu {
        display: block;
        stroke: black;
    }
    .search-icon {
        display: block;
    }

    .top-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 110vw;
        margin: 0;
        background: white;
        padding: 12px 33px;
    }

    .img-top {
        filter: invert(1);
    }

    .blog-bx button {
        display: none;
    }

    .border-line2::after {
        width: 100%;
        left: 0px !important;
    }

    .mx4 {
        margin: 0 auto;
    }

    .footer-img {
        width: 100%;
    }

    .accordion-item {
        margin-left: 0;
    }

    .image-number {
        display: none;
    }
    .date-bx,
    .news-heading,
    .desc {
        padding: 0 16px;
    }
    .logo-roww::before {
        content: "";
        position: absolute;
        background-color: #757977;
        height: 1px;
        left: 0;
        right: 0;
    }
    .logo-roww {
        position: relative;
        display: flex;
        padding: 3% 0;
        gap: 20px;
    }
    .logo-roww img {
        margin-top: 20px;
    }
    .sm-box {
        margin-bottom: 2%;
        max-width: 49%;
        gap: 16px;
        justify-content: flex-start;
    }
    .sm-box span {
        width: 132px;
        text-align: start;
    }

    .footer-logo {
        margin: 0 auto;
        padding: 1rem 0;
        top: 0%;
    }
    .col1 img:nth-child(1) {
        position: static;
    }
    .image-section {
        gap: 0px;
    }

    .about {
        width: 100%;
        padding: 0;
    }

    /* .accordion {
        margin-left: 5px;
    } */

    .open {
        padding: 21px 0;
    }

    .open::after {
        left: -2px;
        right: 0;
    }

    .blog-section {
        padding-top: 60px;
    }

    .blog-bx img {
        width: 100% !important;
    }

    .my-1 {
        width: 100vw;
        align-items: start;
        justify-content: start;
        padding-left: 24px;
        padding-top: 18px;
        left: 0 !important;
        position: static;
    }

    .my-1 button {
        position: absolute;
        bottom: 122px;
        left: 16px;
    }

    .slider {
        overflow-x: scroll;
    }

    .slider-buttons {
        display: none;
    }

    .slide {
        min-width: 100% !important;
    }

    .slider img {
        width: 100vw;
        padding: 0 16px;
    }
    .mx3 {
        padding: 0px 0px !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .col1 {
        position: relative;
        gap: 12px;
        display: flex;
        align-items: flex-start;
        width: 100% !important;
        justify-content: space-evenly;
    }
    .col1 input {
        width: 100% !important;
    }
    .links {
        display: flex;
        margin-top: 33px;
        gap: 9px;
        width: 100%;
        flex-direction: column;
    }
    .col4 {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100% !important;
    }
    .slick-track {
        height: 88% !important;
    }
    .slick-dots {
        position: absolute;
        /* bottom: -25px; */
        top: 101.55% !important;
        left: -29%;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    slick-dots li button:before {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 390px) {
    .main-txt {
        padding-top: 0px !important;
    }

    .Section-container {
        padding: 0 16px;
        display: flex;
        gap: 24px;
        height: 474px;
    }
}
.slider-container {
    position: relative;
    width: 100%;
    /* Adjust as needed */
    /* max-width: 800px;  */
    overflow: hidden;
}

.image-sliderr {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* overflow-x: hidden; */
}

.slide {
    min-width: 33.33%;
    /* Show 3 images at a time */
    box-sizing: border-box;
    padding: 10px;
    /* Adjust as needed */
}

.btn-div {
    display: flex;
    gap: 12px;
}

.slide img {
    width: 100%;
    height: 480px;
    display: block;
}

.slider-btn {
    background: transparent;
    border: none;
    font-size: 17px;
    display: flex;
}

.searchBox {
    width: 100%;
    padding-top: 3rem;
    height: 300px;
    background-color: white;
    align-items: center;
    justify-content: start;
    display: none;
    flex-direction: column;
    transition: opacity 0.5s ease-in;
}

.searchBox.visible {
    opacity: 1;
    visibility: visible;
}

.searchBox input {
    width: 1053.998px;
    border: none;
    border-bottom: 1px solid black;
    padding: 16px;
}

.search-container {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    gap: 22px;
}

.search-container svg {
    width: 35px;
}

.search-result {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.search-result div {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media screen and (max-width: 600px) {
    .searchBox input {
        width: 100%;
    }
    .section:nth-child(4) {
        padding-bottom: 0;
    }
}

.feedback-container {
    background: var(--background-colour-neutral-colour, #f2f2f2);
    display: flex;
    width: 100%;
    height: 497px;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.feedback-row {
    display: flex;
    padding-bottom: 5%;
}

.feedback-static {
    flex: 1;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-slider {
    flex: 2;
    position: relative;
    overflow: hidden;
}

.feedback-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.feedback-slide {
    min-width: 50%;
    box-sizing: border-box;
}

.feedback-buttons1 {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    gap: 23rem;
}

.review-box h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}

.feedback-prev,
.feedback-next {
    color: black;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin: 0 10px;
    font-size: 16px;
}

.logo-roww {
    display: none;
}

@media (max-width: 600px) {
    .feedback-container {
        flex-direction: column;
        height: auto;
        padding: 0 16px;
        flex-direction: column;
        margin-top: 8%;
    }
    .logo-roww {
        display: flex;
    }
    .feedback-static,
    .feedback-slider {
        flex: none;
        width: 100%;
    }
}

.blog-section-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.searchBox.visible {
    opacity: 1;
    visibility: visible;
}

.searchBox input {
    width: 1053.998px;
    border: none;
    border-bottom: 1px solid black;
    padding: 16px;
}

.search-container {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    gap: 22px;
}

.search-container svg {
    width: 35px;
}

.search-result {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.search-result div {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media screen and (max-width: 600px) {
    .searchBox {
        height: 40%;
    }
    .searchBox input {
        width: 100%;
    }
    .search-container {
        width: 100%;
        padding: 0 16px;
        padding-bottom: 2rem;
    }
    #results div {
        justify-content: space-between;
    }
}
.feedback-static {
    flex: 1;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-slider {
    flex: 2;
    position: relative;
    overflow: hidden;
}

.feedback-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.feedback-slide {
    min-width: 50%;
    box-sizing: border-box;
}
.feedback-prev,
.feedback-next {
    color: black;
    border: none;
    background-color: transparent;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 10px;
    font-size: 16px;
}

@media (max-width: 600px) {
    .feedback-static,
    .feedback-slider {
        flex: none;
        width: 100%;
    }
    .control {
        display: flex;
        justify-content: start !important;
    }
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #000;
}

.feedback-dots1 {
    display: flex;
    gap: 12px;
}

.dot1 {
    color: grey;
}

.dot1.active {
    color: black;
}

.nav-search-icon {
    cursor: pointer;
}

header:hover .nav-search-icon {
    filter: invert(1);
}

.arrow {
    cursor: pointer;
    display: none;
}

@media (max-width: 768px) {
    .arrow {
        display: inline-block;

        /* Display arrows on mobile */
    }
}

.links svg {
    width: 18px;
    cursor: pointer;
}

.links-row {
    display: flex;
    justify-content: space-between;
}

.left {
    position: relative;
    right: 50px;
}

.num-row1 span {
    cursor: pointer;
    padding: 5px;
    color: black;
}

.num-row1 .active {
    color: white;
    font-weight: bold;
}

.feedback-num {
    display: flex;
    gap: 10px;
}
.feedback-num span {
    color: grey;
}
.feedback-num span.active {
    color: black;
}
#contactUsContent {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.bgcolor {
    background-color: white;
}

@media screen and (max-width: 400px) {
    .sec-2 {
        height: auto;
    }
    .slider-controller {
        padding-top: 4%;
    }
    .user-box {
        left: -16px;
    }
    .slick-track {
        height: 77% !important;
    }
    .product-dots {
        position: relative;
        bottom: 3rem;
    }
    .box img {
        width: 100% !important;
    }
}
.indicators {
    display: flex;
    margin-left: 20px;
}
.indicator {
    width: 10px;
    height: 10px;
    background-color: #f2f2f2;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
}

.indicator.active {
    background-color: black;
}

.number-indicators span {
    margin: 0 5px;
    font-size: 14px;
    cursor: pointer;
    color: grey;
}

.number-indicators span.active {
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1262px) and (min-width: 1024px) {
    .facilities-section {
        display: flex;
        gap: 2.5%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .sm-box {
        margin-top: 18px;
    }
}
@media screen and (orientation: landscape) and (max-width: 933px) {
    .section {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        top: 0;
        background-color: white;
    }
    .col span {
        max-width: 100%;
        font-family: Questrial;
        font-size: 29px;
        font-style: normal;
        font-weight: 400;
        line-height: 39px;
        color: white;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        z-index: 999;
        top: 0;
        height: auto;
        width: 100vw;
        transition: background-color 0.3 ease;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 786px) {
    .box {
        width: 50%;
    }
    .my-1 {
        display: flex;
        flex-direction: column;
        left: 2%;
        position: relative;
    }
    .box img {
        max-width: 100%;
    }
    .box-bg {
        width: 100%;

        height: 100%;
    }
    nav ul {
        gap: 22px;
    }
    .col1 img:nth-child(1) {
        top: 0% !important;
        position: relative;
    }
    .image-section {
        flex-wrap: wrap;
        gap: 0;
        flex-direction: column;
        gap: 0;
        flex-direction: column;
    }

    .logoImg {
        width: 100% !important;
    }

    .sm-box {
        margin-bottom: 18px;
    }
    .facilities-section {
        display: flex;
        gap: 3.5%;
        width: 85%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .col1 {
        position: relative;
        gap: 12px;
        display: flex;
        align-items: center !important;
        width: 100% !important;
        justify-content: center !important;
        flex-direction: column;
    }
    .col1 input {
        width: 100%;
    }
    .mx3 {
        padding: 0px 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .mx-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 33px;
        /* justify-content: space-evenly; */
        align-content: space-around;
        flex-direction: row;
        align-items: center;
    }
    #contactUsContent {
        display: flex;
        width: 100%;
        line-height: 21px;
        gap: 36px;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: column;
    }

    .open {
        display: flex;
        align-items: center;
        padding: 29px 40px;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }
    .open::after {
        content: "";
        position: absolute;
        bottom: 17px;
        left: 40px;
        right: 40px;
        height: 0.9px;
        border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
    }
    .accordion-item {
        margin: 0px 40px;
        color: white;
        display: flex;
        flex-direction: column;
        display: none;
        gap: 12px;
    }
    .copyright-section {
        padding: 21px 40px;
        display: flex;
        color: white;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }
    .copyright-section::before {
        content: "";
        position: absolute;
        top: 17px;
        left: 40px;
        right: 40px;
        height: 0.9px;
        border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
    }
    .copyright-section::after {
        content: "";
        position: absolute;
        bottom: 17px;
        left: 40px;
        right: 40px;
        height: 0.9px;
        border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
    }
    .col4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .blog-bx {
        justify-content: end;
        height: 26rem;
    }
    .date-div {
        position: absolute;
        top: 0;
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width: 786px) and (min-width: 600px) {
    .links {
        display: flex;
        margin-top: 33px;
        gap: 22px;
        flex-direction: column;
    }
    .mx3 {
        padding: 0px 16px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .col1 {
        align-items: center !important;
    }
    .col1 input {
        width: 100%;
    }
    .open {
        padding: 29px 16px;
    }
    .accordion-item {
        margin-left: 0px;
    }
    .copyright-section {
        padding: 21px 16px;
    }
    #quickLinksOpen,
    #contactOpen {
        display: block !important;
    }
    .col4 {
        width: 100% !important;
    }
    .open::after,
    .copyright-section::before,
    .copyright-section::after {
        left: 16px;
        right: 16px;
    }
}
@media only screen and (max-width: 820px) and (min-width: 786px) {
    .popular {
        display: flex;
        width: 50%;
    }
    .mx-2 {
        display: flex;
        width: 75%;
        height: 100%;
        justify-content: space-evenly;
        align-items: center;
    }
    .image-slider {
        left: 0;
    }

    .col1 {
        position: relative;
        gap: 12px;
        display: flex;
        align-items: center !important;
        width: 100% !important;
        justify-content: center !important;
        flex-direction: column;
    }
    .col1 input {
        width: 100%;
    }
    .mx3 {
        padding: 0px 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .mx-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 33px;
        justify-content: space-evenly;
        align-content: space-around;
        flex-direction: row;
        align-items: center;
    }
    #contactUsContent {
        display: flex;
        width: 100%;
        line-height: 21px;
        gap: 36px;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: column;
    }

    .open {
        display: flex;
        align-items: center;
        padding: 29px 40px;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }
    .open::after {
        content: "";
        position: absolute;
        bottom: 17px;
        left: 40px;
        right: 40px;
        height: 0.9px;
        border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
    }
    .accordion-item {
        margin: 0px 40px;
        color: white;
        display: flex;
        flex-direction: column;
        display: none;
        gap: 12px;
    }
    .copyright-section {
        padding: 21px 40px;
        display: flex;
        color: white;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }
    .copyright-section::before {
        content: "";
        position: absolute;
        top: 17px;
        left: 40px;
        right: 40px;
        height: 0.9px;
        border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
    }
    .copyright-section::after {
        content: "";
        position: absolute;
        bottom: 17px;
        left: 40px;
        right: 40px;
        height: 0.9px;
        border-bottom: 1px solid var(--Secondary-Colour-2, #757977);
    }
    .col4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

@media screen and (max-width: 650px) and (min-width: 600px) {
    nav ul li {
        font-size: 10px;
    }
}
@media screen and (max-width: 400px) {
    .box img {
        max-width: 100%;
        padding: 0;
        width: auto;
        margin: 0 auto;
        object-fit: contain !important;
    }
}
@media screen and (max-width: 786px) and (min-width: 600px) {
    .product-dots {
        display: flex !important;
        gap: 10px;
        margin: 0 auto !important;
        margin-top: 3% !important;
        margin-bottom: 9% !important;
    }
}
@media screen and (max-width: 600px) {
    .box {
        max-width: 100%;
        margin: 0 auto;
    }
    .box img {
        max-width: 100%;
        padding: 0;
        width: auto;
        margin: 0 auto;
        object-fit: cover;
    }
    .box-bg {
        width: 100%;
    }

    .arrow-col {
        margin-left: 11%;
        position: relative;
    }
    .arrowSvg {
        position: absolute;
        bottom: 7%;
        left: auto;
    }
    .logoImg {
        width: 70% !important;
    }
    .main-txt p {
        width: 100%;
        padding: 16px 16px;
        text-align: center;
        color: #757977;
        line-height: 21px;
    }
    .main-txt {
        padding-top: 30px;
    }
    .col span {
        font-size: 32px;
        line-height: 46px;
    }
    /* .desktop {
        display: none;
    } */
    .hero-text {
        width: 100%;
        padding: 0 16px;
        margin-bottom: 16%;
    }
    .image-section {
        /* flex-wrap: nowrap; */
        scroll-snap-type: x mandatory;
    }

    .box-bg {
        flex: 1 0 auto; /* Prevent images from shrinking or growing */
        /* width: 100%;  */
        /* scroll-snap-align: start; */
    }
    .mobile {
        display: block !important;
    }
    .box button {
        left: 50%;
        font-size: 16px;
    }
    .trendBtn {
        display: flex !important;
        display: inline-flex;
        padding: 14px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: transparent;
        width: 100px;
        border: 1px solid var(--Neutral-Colour, #fff);
        color: white;
        font-weight: 400;
        font-size: 16px;
    }
    .my-1 button {
        display: none;
    }
    .slider-controller {
        width: 100%;
        flex-direction: row-reverse;
        padding: 16px;
        padding-bottom: 46px;
    }
    .feedback-buttons1 {
        justify-content: space-between;
        padding-top: 16px;
        gap: 0;
    }
    .product-dots {
        display: flex !important;
        gap: 10px;
        margin-left: 3%;
        margin-top: -26%;
    }

    .feedback-dots1 {
        margin: 0;
    }
    .control {
        padding-bottom: 0;
        padding-top: 10px;
    }
    .control:nth-child(2) {
        padding-bottom: 0;
    }
    .indicators {
        margin-left: 16px;
    }
    .btn-row {
        justify-content: start;
        padding-bottom: 20px;
    }
    .facilities-section {
        gap: 2%;
        flex-wrap: wrap;
    }
    .brand-value {
        margin-top: 18%;
        padding: 0 16px;
        gap: 20px;
    }
    .col1 {
        left: 0 !important;
        width: 100% !important;
    }
    .arrows {
        display: none;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
    }
    .slick-initialized .slick-slide {
        display: block !important;
    }
}

.mobile {
    display: none;
}
.trendBtn {
    display: none;
}

.col1 {
    position: relative;
    /* left: 10px; */
    gap: 30px;
    display: flex;
    align-items: flex-start;
    width: 50%;
}
.product-dots {
    display: none;
    gap: 10px;
}

.col1 img:nth-child(1) {
    padding-bottom: 1rem;
    position: relative;
    top: 3%;
}

.indicatorDots {
    height: 10px;
    display: block;
    width: 10px;
    background: #f2f2f2;
    border-radius: 50%;
}
.activeDots {
    background-color: black;
}
.mobile {
    display: none !important;
}

.product-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: gray;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
}

.dot.active {
    background-color: black;
}

a {
    color: black;
}

.date-div {
    padding: 0;
}

@media (max-width: 1200px) and (min-width: 600px) {
    .feedback-buttons1 {
        width: auto;
        justify-content: space-between;
        gap: 0;
    }
    .feedback-container {
        height: auto;
    }
    .feedback-row {
        padding: 2rem 0;
    }
    .image-slider {
        left: 0;
    }
    .my-1 {
        left: 5%;
    }
    .col1 {
        width: 100%;
    }
    .col4 {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .user-box {
        left: 0;
    }
}

@media only screen and (max-width: 786px) and (min-width: 700px) {
    .box {
        width: 300px;
    }
    .box-bg {
        width: 300px;
    }
}

@media screen and (width: 540px) and (height: 720px) {
    .product-dots {
        padding-top: 2rem;
    }
}
.change {
    font-size: 10px;
}
