@font-face {
    font-family: myfont;
    src: url(../webfonts/Segoe\ UI\ Emoji.TTF) format("truetype");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
}

:root {
    --main-color: #a89070;
    --text-color: #0c0c0c;
}

body {
    font-family: myfont;
    padding-top: 73px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
    outline: none !important;
}

.rounded-3 {
    border-radius: 16px !important;
}

.rounded-2 {
    border-radius: 12px !important;
}

.bg-btn {
    background-color: var(--main-color);
    color: #fff;
}

    .bg-btn:hover {
        color: #fff;
        background-color: var(--text-color);
    }

/* header----------------*/
.header.home {
    height: 73px;
    z-index: 999;
    transition: 0.5s;
}

.header .logo img {
    width: 105px;
    height: 60px;
    object-fit: contain;
}

.header.home img {
    filter: brightness(0) invert(1);
    transition: 0.3s;
    -webkit-filter: brightness(0) invert(1);
}

.header.home .list a {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    transition: 0.3s;
    padding: 0 15px;
}

.header.home.scrolled {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .header.home.scrolled img,
    .header.home.scrolled i {
        filter: none;
        transition: 0.3s;
    }

    .header.home.scrolled i {
        color: #fff;
    }

    .header.home.scrolled .list a,
    .header.home.scrolled button.navbar-toggler {
        color: #000;
    }

.header.other {
    background: #fff;
    height: 73px;
    z-index: 999;
}

    .header.other img,
    .header.other i {
        filter: none !important;
    }

    .header.other .list a {
        color: #000;
    }

    .header.other button.navbar-toggler {
        color: #000;
    }

.header button.navbar-toggler {
    color: #fff;
}

.header button.Close {
    border-radius: 50px;
    background-color: var(--main-color);
    color: #fff;
}

@media (max-width: 991px) {
    .header .list a {
        border-bottom: solid 1px #d0d0d0;
        padding: 20px !important;
        text-align: center;
        color: #000 !important;
    }

    .header .logo img {
        width: 80px;
        height: 70px;
    }
}

/* hero-section ---------- */
.hero-image {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.hero-section .carousel-caption {
    top: 60%;
}

.hero-section .carousel-item img {
    object-fit: cover;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section .title h1 {
    font-weight: 400;
    font-size: 76px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    position: relative;
}

.hero-section .title p {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}

.arrow-circle {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: opacity .3s ease;
    color: #000;
}

.hero-section video {
    height: 100vh;
    object-fit: fill;
}

@media (max-width: 991px) {
    .hero-section .carousel-item img {
        height: auto;
    }

    .hero-section .title h1 {
        font-size: 30px;
    }

    .hero-section .title p {
        font-size: 18px;
    }

    .hero-section video {
        height: 500px;
    }
}

/* best-products --------- */
.best-products .item img {
    border-radius: 12px 12px 0 0;
    height: 300px !important;
    width: 100% !important;
}

.best-products .item .desc {
    background: #dbc3a333;
    border-radius: 0 0 10px 10px;
}

.best-products .item .star svg {
    color: #0c0c0c80;
}

@media (max-width: 767px) {
    .best-products .item img {
        height: 180px !important;
    }

    .best-products .item button,
    .best-products .item a {
        width: 100%;
    }
}
/* trusted ----------- */
.trusted .item img {
    width: 166px;
    height: 55px;
    object-fit: contain;
    filter: grayscale(1);
}
/* our-story -------------- */
.our-story {
    background: #dbc3a30d;
}

/* client-reviews -------- */
.client-reviews .content img {
    width: 58px;
    height: 58px;
}

.client-reviews .content p {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #1a1a1a;
}

@media (max-width: 991px) {
    .client-reviews .content p {
        font-size: 18px;
        line-height: 27px;
    }
}

/* luxury ---------- */
.luxury .content {
    background-color: #dbc3a3;
}

.luxury h2 {
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 61px;
    text-align: center;
}

@media (max-width: 767px) {
    .luxury h2 {
        font-size: 25px;
        line-height: 40px;
    }
}

/* footer ---------- */
.footer {
    background-color: var(--text-color);
}

    .footer .searchBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        position: relative;
    }

    .footer .searchButton {
        color: white;
        position: absolute;
        right: 8px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--text-color);
        border: 0;
        display: inline-block;
        transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .footer button:hover {
        color: #fff;
        background-color: #1a1a1a;
        box-shadow: rgba(0, 0, 0, 0.5) 0 10px 20px;
        transform: translateY(-3px);
    }

    .footer button:active {
        box-shadow: none;
        transform: translateY(0);
    }

    .footer .searchInput {
        border: none;
        background: none;
        outline: none;
        font-size: 18px;
        padding: 15px;
        width: 100%;
    }
/* modal addToCart */
.addToCart .modal-content {
    background-color: #d3d3d3bf;
    backdrop-filter: blur(28px);
}

.addToCart .btn-close {
    background-color: #ffffff;
}

/* whatsapp icon */
.whatsapp-fixed {
    position: fixed;
    left: 30px;
    z-index: 999;
    bottom: 20px;
}

    .whatsapp-fixed .whatsapp {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 10px 0;
        background: linear-gradient(180deg, #25cf43 0%, #61fd7d 100%);
        font-size: 25px;
    }

/* ------------------------------*/
.scroll-up {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -40px;
    padding: 5px 12px;
    background-color: var(--main-color);
    border-radius: 50%;
    color: #fff !important;
    z-index: 66;
    cursor: pointer;
    transition: 0.5s;
}

.show-up:hover {
    transform: translate(0, -10px);
    background: #1a1a1a;
}

.show-up {
    right: 30px;
}

/* start product page ----------- */
.products .products-hero {
    background-image: url(../images/products-cover.webp);
}

.filter-products .bg-filter {
    background-color: #dbc3a333;
}

.filter-products .searchBox {
    display: flex;
    align-items: center;
    background: #efefef;
    border-radius: 50px;
    position: relative;
    height: 50px;
}

.filter-products .searchInput {
    border: none;
    background: none;
    outline: none;
    font-size: 15px;
    padding: 24px 90px 24px 15px;
}

.filter-products .searchButton {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    display: inline-block;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

    .filter-products .searchButton:hover {
        background-color: #efefef;
        box-shadow: rgba(0, 0, 0, 0.5) 0 10px 20px;
        transform: translateY(-1px);
    }

.filter-products button:active {
    box-shadow: none;
    transform: translateY(0);
}

.navigation-product li a.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.navigation-product li:hover a {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

/* start product-details ----- */
.product-details .breadcrumb li.active {
    font-weight: 700;
    color: #000;
}

.product-details .breadcrumb li a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 18px;
}

.product-details .img-preview {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

    .product-details .img-preview img {
        border-radius: 12px;
        width: 100%;
        height: 100%;
    }

.product-details .product-preview .other-photos {
    white-space: nowrap;
    overflow-x: auto;
}

    .product-details .product-preview .other-photos img {
        width: 90px;
        height: 90px;
        cursor: pointer;
        object-fit: cover;
        border-radius: 12px;
    }

.product-details .colors .color {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px #00000040;
    cursor: pointer;
}

    .product-details .colors .color.active {
        border: 3px solid #0c0c0c;
    }

    .product-details .colors .color.black {
        background-color: #000;
    }

    .product-details .colors .color.grey {
        background-color: #b1b1b1;
    }

    .product-details .colors .color.white {
        background-color: #fff;
    }

    .product-details .colors .color.beige {
        background-color: #d8c3a5;
    }

.frequently-products .product-card:hover {
    border-color: #ff9900;
}

.frequently-products .select-product {
    position: absolute;
    right: 0;
}

.frequently-products .product-img {
    height: 150px;
    width: 100%;
}

.frequently-products .total-price {
    font-size: 1.5rem;
    font-weight: bold;
}

.frequently-products .add-btn {
    background: var(--main-color);
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #fff;
}

    .frequently-products .add-btn:hover {
        background: #242116;
    }

.frequently-products .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}


/* start check out ------- */
.check-out .items-list table img {
    width: 50px;
    height: 50px;
    border-radius: 6.1px;
}

/* strat payment page --------- */
.payment .payment-items a {
    box-shadow: 0px 2px 10.4px 0px #00000040;
    border-radius: 10px;
    height: 58px;
    width: 100%;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .payment .payment-items a:first-child {
        background-color: #dbc3a31a;
    }

    .payment .payment-items a:nth-child(2) {
        background-color: #000000;
    }

    .payment .payment-items a:nth-child(3) {
        background-color: #fff;
    }

.payment .lock-icon {
    position: absolute;
    right: 20px;
    top: 35%;
}

.payment .payment-details .product-img {
    border: 2.43px solid #ffffff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    width: 90px;
    height: 90px;
}

    .payment .payment-details .product-img img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

    .payment .payment-details .product-img span {
        position: absolute;
        right: -8px;
        top: 0;
        padding: 2px 8px;
        border-radius: 8px;
        background-color: #000;
        color: #fff;
    }

@media (max-width: 991px) {
    .payment .payment-details {
        border-left: 0 !important;
        border-top: solid 2px #cdcdcd !important;
        padding-top: 30px;
    }
}

/* start user-account ---------- */
.user-account .avatar {
    width: 44px;
    height: 44px;
    border-radius: 6.6px !important;
}

.user-account form input {
    padding: 8px;
    border-radius: 5px;
}

.user-account .btn-brown {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

    .user-account .btn-brown:hover {
        background-color: var(--text-color);
        border-color: var(--text-color);
    }

.user-account .table th,
.user-account .table td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 15px;
    text-align: center;
}

    .user-account .table td .user-img {
        width: 24px;
        height: 24px;
        border-radius: 50% !important;
    }

    .user-account .table td .user-img {
        width: 28px;
        height: 28px;
        border-radius: 15px !important;
    }

.user-account .table thead th {
    font-weight: 600;
}

.user-account .table td .btn-outline-success {
    color: #34c759 !important;
    border-color: #34c759 !important;
    cursor: pointer;
}

.user-account .table td .btn-outline-warning {
    color: #a89070 !important;
    border-color: #a89070 !important;
    cursor: pointer;
}

.user-account .table td .btn-outline-success:hover {
    color: #fff !important;
    background-color: #34c759;
}

.user-account .table td .btn-outline-warning:hover {
    color: #fff !important;
    background-color: #a89070;
}

/* start faqs page ----- */
.faqs .faqs-hero {
    background-image: url(../images/faqs-hero.webp);
}

.faqs .searchBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    position: relative;
}

.faqs .searchButton {
    color: white;
    position: absolute;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--text-color);
    border: 0;
    display: inline-block;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.faqs button:active {
    box-shadow: none;
    transform: translateY(0);
}

.faqs .searchInput {
    border: none;
    background: none;
    outline: none;
    font-size: 18px;
    width: 100%;
    padding: 15px;
}

/* start about-us ------------ */
.about-us .about-hero {
    background-image: url(../images/about-us.webp);
}

/* sing-up page --------------- */
.auth-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .auth-container .auth-card {
        background: #fff;
        width: 100%;
    }

    .auth-container .auth-left {
        background-color: #1b1b1b;
        color: #fff;
    }

    .auth-container input {
        border-radius: 8px;
        padding: 8px;
    }

    .auth-container .btn-primary-custom {
        background-color: var(--main-color);
        border-radius: 8px !important;
    }

        .auth-container .btn-primary-custom:hover {
            background-color: #a88a62;
        }

    .auth-container .btn-outline-light-custom {
        border: 1px solid #ddd;
        background: #fff;
        color: #000;
        border-radius: 8px;
    }

        .auth-container .btn-outline-light-custom img {
            height: 20px;
            width: 20px;
            margin-right: 8px;
        }

@media (max-width: 767px) {
    .auth-container .btn-outline-light-custom {
        width: 100%;
    }
}

/* Privacy Policy page --------------- */
.privacy-policy .policy-card,
.aura-warranty .w-box {
    background-color: #f3f1ed;
    padding: 15px;
}

.privacy-policy .policy-title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-policy .section-title,
.terms-service .card-item h5,
.installation h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

    .privacy-policy .section-title i {
        color: var(--main-color);
        font-size: 22px;
    }

.privacy-policy ul {
    margin: 0;
    padding-left: 25px;
}

    .privacy-policy ul li {
        margin-bottom: 7px;
        line-height: 1.6;
    }
