@charset "utf-8";

/* header:has(+ .home-page) {
    background: transparent;
} */

#banner,
.homebannerslider {
    width: 100%;
    clear: both;
    overflow: hidden;
    /* max-width: 1903px; */
    position: relative;
    z-index: 0;
    margin: 0;
}

body.fixed-header #banner {
    margin: -100px auto 0;
}

.homebannerslider {
    float: left;
    margin: 0 !important;
}

.homebannerslider.slick-vertical .slick-slide {
    border: 0px solid transparent;
    max-height: 900px;
}

.homebannerslider .slidediv {
    position: relative;
    z-index: 0;
    height: 810px;
    /* width: 100% !important; */
    overflow: hidden;
}

.homebannerslider .slidediv:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0) 100%);
}

img.desktop_banner {
    display: block !important;
    width: 100%;
    position: absolute;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 900px !important;
    min-width: 1920px;
}

.bnrcontent {
    max-width: 750px;
    position: absolute;
    z-index: 1;
    left: 5%;
    margin: 0;
    justify-content: flex-start;
    padding: 0;
    text-align: left;
    top: 30%;
    display: flex;
    flex-wrap: wrap;
}

.bnrcontent .btnlist {
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
}

.bnrcontent .btnlist a.xplorebtn img {
    filter: brightness(0) invert(1);
}


.bnrcontent .btnlist a.xplorebtn:hover img {
    filter: brightness(1) invert(1);
}

.bannerseal {
    position: relative;
    margin: 40px 0 0 0;
    width: 150px;
    height: 150px;
    border: 1px dashed var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerseal:before {
    content: '';
    position: absolute;
    background: url(../images/scroll-to-discover-txt.svg) no-repeat center center;
    width: 122px;
    height: 122px;
}

.bannerseal:before {
    animation: spin 20s infinite linear;
}

.bannersociallinks {
    position: absolute;
    bottom: 100px;
    right: 5%;
}

.bannersociallinks:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 246px;
    background: url(../images/socail-link-arrow.svg) no-repeat 0 0;
    bottom: calc(100% + 30px);
    left: 6px;
}

.bannersociallinks a {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 0 15px 0;
    line-height: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bannersociallinks a:hover {
    border: 2px solid var(--themered);
    background: var(--themered);
}

.bannersociallinks a img {
    filter: brightness(0) invert(1);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bannertxt {
    width: 100%;
    line-height: 0.9;
    font-weight: 600;
    font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
    text-transform: uppercase;
    line-height: 1;
}

.homebannerslider .slidediv:not(:nth-child(-n+1)) {
    display: none;
}

.homebannerslider.slick-initialized .slidediv:not(:nth-child(-n+1)) {
    display: block;
}

.homebannerslider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    width: 20px;
    bottom: 45%;
    right: 50px;
    flex-wrap: wrap;
    margin: 0;
}

.homebannerslider .slick-dots li {
    margin: 8px 0 !important;
}

.homebannerslider .slick-dots li:after {
    display: none;
}

.homebannerslider .slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    transition: none;
    border-radius: 50%;
    border: 2px solid var(--white);
}

.homebannerslider .slick-dots li.slick-active {
    margin: 0
}

.homebannerslider .slick-dots li.slick-active button {
    background: var(--white);
    width: 15px;
    border: 2px solid var(--white);
}

.slidediv .btnlist a.button {
    display: inline-flex !important;
}

/* for home page features products tab slider */
.tabs {
    padding: 0;
    background: transparent;
    margin: -60px 0 0 0;
}

.sec_featureprod .tabs ul {
    width: 100%;
    clear: both;
    margin: 0 auto;
}

.tabs .tab-nav {
    text-align: right;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
}

.tabs .tab-nav ul {
    margin-bottom: 0;
}

.tabs .tab-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border: 1px solid var(--darkgrey);
    border-radius: 3px;
}

.tabs .tab-nav li:after {
    display: none;
}

.tabs .tab-nav li span {
    color: #232323;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.32px;
    padding: 8px 15px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs .tab-nav li:hover>span {
    color: var(--darkgrey);
}

.tabs .tab-nav li.active {
    position: relative;
    background: var(--themered);
    color: var(--white);
    border: 1px solid var(--themered);
}

.tabs .tab-nav li.active span {
    color: var(--white);
}

/* .tabs .tab-nav li.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--orange);
    bottom: -30px;
} */

.tabs .tab {
    display: none;
}

.tabs .tab.active {
    display: block;
}

.tabs .productbox {
    margin-top: 60px;
    position: relative;
}

.tabs .productbox:before,
.tabs .productbox:after {
    content: '';
    position: absolute;
    width: calc(50% - 60px);
    background: #e2e2e2;
    height: 1px;
    left: 0;
    bottom: -50px;
}

.tabs .productbox:after {
    left: inherit;
    right: 0;
}

.tabs .productbox .slick-prev {
    left: calc(50% - 35px) !important;
    top: inherit;
    bottom: -80px;
}

.tabs .productbox .slick-next {
    right: calc(50% - 35px) !important;
    top: inherit;
    bottom: -80px;
}

/* tab style ends */

.hm_prod_range_sec {
    padding: 100px 0 150px;
}

ul.products:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.products:not(.slick-initialized) li:not(:nth-child(-n+5)) {
    display: none;
}

ul.products:not(.slick-initialized) li {
    width: calc(20% - 30px) !important;
    margin: 0 15px !important;
}

ul.products li:after {
    display: none;
}



/* featured slider styles  */
.feature_slide_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}

.feature_slide_container .slick-track {
    width: 100%;
}

.featurebx {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.featurebx span {
    margin: 0 10px 0 0;
    display: inline-block;
}

.featurebx p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    flex: 1;
    padding-right: 10px;
}

.feature_slide_container.slick-initialized {
    display: block
}





/* gallery section styles  */
.tabs.gallerytabsection {
    padding: 0;
    background: transparent;
    margin: 0;
}

/* .sec_featureprod .tabs ul {
    width: 100%;
    clear: both;
    margin: 0 auto;
} */

.tabs .gallerytab-nav {
    text-align: center;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
}

.tabs .gallerytab-nav ul {
    margin-bottom: 0;
}

.tabs .gallerytab-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border: 1px solid var(--darkgrey);
    border-radius: 3px;
}

.tabs .gallerytab-nav li:after {
    display: none;
}

.tabs .gallerytab-nav li span {
    color: #232323;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.32px;
    padding: 8px 15px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs .gallerytab-nav li:hover>span {
    color: var(--darkgrey);
}

.tabs .gallerytab-nav li.galleryactive {
    position: relative;
    background: var(--themered);
    color: var(--white);
    border: 1px solid var(--themered);
}

.tabs .gallerytab-nav li.galleryactive span {
    color: var(--white);
}

/* .tabs .tab-nav li.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--orange);
    bottom: -30px;
} */

.tabs .gallerytab {
    display: none;
}

.tabs .gallerytab.galleryactive {
    display: block;
}

.gallerybox {
    margin: 40px 0 0 0;
}

.galleryslider:not(.slick-initialized) {
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: flex
}

.galleryslider:not(.slick-initialized) a.fancybox:not(:nth-child(-n+4)) {
    display: none;
}

.galleryslider:not(.slick-initialized) a.fancybox {
    max-width: 25%
}

.galleryslider {
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.galleryslider .fancybox {
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
}

/* .galleryslider .fancybox .slick-slide {
    padding: 0 10px;
} */


.gallerytabsection .galleryslider:before,
.gallerytabsection .galleryslider:after {
    content: '';
    position: absolute;
    width: calc(50% - 60px);
    background: #e2e2e2;
    height: 1px;
    left: 0;
    bottom: -50px;
}

.gallerytabsection .galleryslider:after {
    left: inherit;
    right: 0;
}

.gallerytabsection .galleryslider .slick-prev {
    left: calc(50% - 35px) !important;
    top: inherit;
    bottom: -80px;
}

.gallerytabsection .galleryslider .slick-next {
    right: calc(50% - 35px) !important;
    top: inherit;
    bottom: -80px;
}


/* home page blog section styles  */
.blog-slider-sec .container {
    position: relative;
}

.blog-slider-sec .container .button.btn-border-dark.exploreall {
    position: absolute !important;
    right: 15px;
    top: 0;
    display: flex !important;
}


.blog-slider-sec .container .button.btn-border-dark.exploreall:hover {
    background: var(--themered) !important;
    border: 1px solid var(--themered) !important;
    color: var(--white);
}

.blog-slider:not(.slick-initialized) .slide-box:not(:nth-child(-n+3)) {
    display: none;
}

.blog-slider:not(.slick-initialized) .slide-box {
    width: calc(33.33% - 50px) !important;
    margin: 0 23px !important;
}

.blog-slider .slide-box {
    padding: 0 !important;
}

.bolg-box {
    padding: 0 25px;
}








a.red_readmore {
    color: var(--themered);
    font-weight: 600;
}

a.red_readmore:hover {
    text-decoration: underline;
}

a.red_readmore img {
    filter: invert(31%) sepia(68%) saturate(1847%) hue-rotate(337deg) brightness(84%) contrast(82%);
}

.texturedbx {
    position: relative;
}

img.welcomecontentbigtxt {
    position: absolute;
    opacity: 0.08;
    filter: brightness(1) invert(1);
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -835px;
}

img.contentovenimg {
    position: absolute;
    left: -50px;
    bottom: -30px;
    width: 210px;
    height: 225px;
}



/* four feature section styles */
.fourfeaturesction {
    background: var(--black);

    & img {
        opacity: 0.2;
    }
}


/* why choose section styles */
.hm_whycoose_sec .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.hm_whycoose_sec .container .whychoose_left {
    width: calc(100% - 730px);
}

.hm_whycoose_sec .container .whychoose_left .heading-46 {
    margin-bottom: 30px;
    padding-right: 100px;
    width: 80%;
}

.hm_whycoose_sec .container .whychoose_right {
    width: 730px;
    padding-right: 90px;
    position: relative;
}

.whychoose_right .whychoose_list_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.whychoose_right .whychoose_list_container dl.whychoosebx {
    width: 48%;
    padding: 28px 20px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background: var(--white);
    margin: 0 0 15px 0;
}

.whychoose_right .whychoose_list_container dl.whychoosebx dt {}

.whychoose_right .whychoose_list_container dl.whychoosebx dd {
    margin-inline-start: 0;
    margin: 0;
    padding: 0 0 0 15px;
    font-weight: 600;
    line-height: 1.2;
    width: calc(100% - 52px);
}

.whychoose_right .whychoose_list_container dl.whychoosebx.wid100 {
    width: 100%;
}

/* .verticleline {
    text-transform: uppercase;
    color: var(--themered);
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    right: 0;
    writing-mode: sideways-lr;
    font-size: 14px;
    letter-spacing: 1.7px;
} */
.verticleline {
    text-transform: uppercase;
    color: var(--themered);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.7px;
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: 100% 50%;
    height: 100%;
    left: 90%;
    top: -14px;
    overflow: hidden;
    line-height: 1;
}

/* shop by collection styles  */
.shopbycollection_sec {
    background: #131313;
    position: relative;

    & .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        & .shopbyleft {
            width: 370px;
            position: relative;


            & .sm-title {
                font-size: 16px;

                & img {
                    transform: rotate(270deg);
                    margin: 0 0 0 30px;
                }
            }

            & .heading-46 {
                color: var(--white);
            }

            & p {
                color: var(--white);
                position: relative;
                margin-bottom: 30px;

                &:before {
                    content: '';
                    position: absolute;
                    bottom: -170px;
                    left: 0;
                    background: transparent url(../images/icon/long-arrow-down.svg) no-repeat center;
                    background-size: auto;
                    height: 41px;
                    width: 20px;
                    filter: brightness(0) invert(1);
                }
            }
        }

        .collection_right {
            width: calc(100% - 370px);
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-end;
            align-items: flex-start;

            & a {
                margin-left: 40px;
                position: relative;
                cursor: pointer;
                background: var(--themered);
                max-width: 400px;

                & img.shopnow_img {
                    opacity: 1;
                }

                &:hover img.shopnow_img {
                    opacity: 0.5;
                }

                & p {
                    background: var(--white);
                    position: absolute;
                    bottom: 30px;
                    padding: 8px 20px;
                    color: var(--black);
                    font-weight: 600;
                    width: 320px;
                    margin: 0;
                    max-width: 100%;

                    & span {
                        width: 42px;
                        height: 44px;
                        margin: 0 10px 0 0;
                    }
                }
            }
        }
    }
}



.shopbyleft::after {
    content: '';
    position: absolute;
    height: 200px;
    width: 172px;
    left: 20px;
    bottom: -197px;
    background: transparent url(../images/theme-icon.png) no-repeat center;
    background-size: auto;
    z-index: 1;
}


.testimonial-slider-left .button.btn-border-dark:hover {
    background: var(--themered) !important;
    color: #fff !important;
    border-color: var(--themered) !important;
}

.hm_prod_gallery_sec.paddtpbt100 {
    padding-bottom: 170px !important;
}










/* responsive styles  */
@media (max-width:1900px) {}

@media (max-width:1600px) {}

@media (max-width:1440px) {

    .shopbycollection_sec .container .shopbyleft {
        width: 300px;
    }

    .shopbycollection_sec .container .collection_right {
        width: calc(100% - 300px);
    }

    .shopbycollection_sec .container .collection_right a {
        margin-left: 10px;
    }

    .shopbycollection_sec .container .collection_right a p {
        padding: 8px 10px;
    }

}

@media (max-width:1200px) {


    .hm_whycoose_sec .container {
        flex-wrap: wrap;
    }

    .hm_whycoose_sec .container .whychoose_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .hm_whycoose_sec .container .whychoose_right {
        width: 100%;
    }

    .hm_whycoose_sec .container .whychoose_left .heading-46 br {
        display: none;
    }

    .verticleline {
        letter-spacing: 1.1px;
    }

    img.contentovenimg {
        left: -30px;
    }

    .shopbycollection_sec .container {
        flex-wrap: wrap;
    }

    .shopbycollection_sec .container .shopbyleft {
        width: 100%;
        margin-bottom: 30px;
    }

    .shopbycollection_sec .container .collection_right {
        width: 100%;
    }

    .shopbycollection_sec .container .shopbyleft p {
        margin: 0 0 15px;
    }

    .shopbycollection_sec .container .shopbyleft p:before {
        display: none;
    }

    .blog-desc {
        padding: 18px 68px 5px 38px;
    }

    .shopbyleft::after {
        display: none;
    }


}

@media (max-width:992px) {


    .homebannerslider .slidediv {
        height: 650px;
    }

    .hm_prod_range_sec .tabs {
        padding: 0;
        margin: 0 auto;
    }

    .hm_prod_range_sec .tabs .tab-nav {
        text-align: center;
        margin: 0;
    }

    .tabs .productbox {
        margin-top: 30px;
        position: relative;
    }

    .hm_prod_range_sec .heading-46 {
        text-align: center;
    }

    .collection_right a p {
        bottom: 0 !important;
        text-align: center;
    }

    .collection_right a p span {
        display: block;
        margin: 0 auto !important;
    }

    .blog-slider {
        margin: 0 -25px 70px !important;
    }

    .blog-slider .slick-prev {
        left: calc(50% - 35px) !important;
        top: inherit;
        bottom: -80px;
    }

    .blog-slider .slick-next {
        right: calc(50% - 35px) !important;
        top: inherit;
        bottom: -80px;
    }

    .hm_prod_range_sec {
        padding: 60px 0 70px;
    }

    .tabs .tab-nav ul {
        margin-bottom: 0;
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hm_whycoose_sec .container .whychoose_left .heading-46 {
        padding-right: 0;
        width: 100%;
    }

    .hm_prod_gallery_sec.paddtpbt100 {
        padding-bottom: 30px !important;
    }

}

@media (max-width:768px) {

    .bannersociallinks:before {
        display: none;
    }

    .homebannerslider .slidediv {
        height: 550px;
    }

    .bannersociallinks {
        bottom: 50px;
    }

    .bnrcontent {
        max-width: 90%;
    }


    .hm_whycoose_sec .container .whychoose_right .whychoose_list_container dl.whychoosebx {
        width: 100%;
        padding: 5px 20px;
        margin: 0 0 5px 0;
    }

    .whychoose_list_container dl.whychoosebx br {
        display: none;
    }

    .hm_whycoose_sec .container .whychoose_right {
        padding-right: 50px;
    }

    .shopbycollection_sec .container .collection_right a {
        margin-left: 10px;
        max-width: 400px;
        width: 90%;
        margin: 0 auto 15px;
    }

    .shopbycollection_sec .container .collection_right {
        flex-wrap: wrap;
    }

    .shopbycollection_sec .container .collection_right a p {
        width: 100%;
    }

    .bolg-box {
        padding: 0 5px;
    }

    .hm_prod_range_sec {
        padding: 40px 0 70px;
    }

    .tabs .productbox:before,
    .tabs .productbox:after {
        display: none;
    }

    .fancy-test-popup {
        max-width: 96% !important;
    }

}

@media (max-width:576px) {

    .homebannerslider .slidediv {
        height: 450px;
    }

    .bnrcontent {
        top: 22%;
    }

    .bannertxt {
        text-align: center;
    }

    .bannerseal {
        margin: 40px auto 0;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .bannersociallinks {
        bottom: 30px;
    }


    .hm_whycoose_sec .container .whychoose_right {
        padding-right: 30px;
    }

    .whychoose_list_container dl.whychoosebx dt {
        max-width: 40px;
    }

    .whychoose_list_container dl.whychoosebx dd {
        font-size: 14px;
    }

    .hm_whycoose_sec .container .whychoose_right .whychoose_list_container dl.whychoosebx {
        padding: 5px 10px;
    }

    .blog-slider-sec .container .button.btn-border-dark.exploreall {
        position: relative !important;
        inset: unset;
        margin: 10px 0 0 !important;
        max-width: 160px;
        margin: 20px auto 0 !important;
    }

    .tabs .gallerytab-nav ul {
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;

    }

    .tabs .gallerytab-nav li {
        margin: 0 !important;
        min-width: fit-content;
    }

    .tabs .gallerytab-nav li span {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        padding: 8px 10px;
    }

    .gallerybox {
        margin: 15px 0 0 0;
    }

    .galleryslider {
        padding: 0 20vw 0 0;
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .galleryslider .fancybox {
        padding: 0 5px;
    }

    .galleryslider .slick-list {
        overflow: visible;
    }

    .hm_prod_gallery_sec>.container {
        overflow: hidden;
    }

    .featurebx p {
        line-height: 1.2;
    }

    img.contentovenimg {
        left: -30px;
        max-width: 120px;
        height: auto;
    }

    .shopbycollection_sec .container .collection_right a {
        width: 100%;
    }

    .verticleline {
        font-size: 14px;
    }
}

@media (max-width:374.98px) {
    .tabs .gallerytab-nav ul {
        max-width: 100%;
        justify-content: flex-start;
        overflow: auto;
    }
}