/*  
Tempalte Name : everlywhite.com;
new css for the whole website
*/

@font-face {
    font-family: 'EBGaramond-Regular';
    src: url('../fonts/static/EBGaramond-Regular.woff2') format('woff2'), url('../fonts/static/EBGaramond-Regular.woff') format('woff'), url('../fonts/static/EBGaramond-Regular.ttf') format('truetype');
}

p {
    font-family: "EB Garamond", serif;
}

.header {
    background-color: transparent;
    padding: 20px 0 4px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.cardproductblogtext p {
    font-size: 20px;
    color: #919191;
    font-family: "EB Garamond", serif;
    line-height: 30px;
}

.header.scrolled {
    background: linear-gradient(360deg, #FFFFFF, #FCD8DD);
    min-height: 100px;
}

.primary-menu {
    padding-bottom: 20px;
    gap:25px;
}

section.cta-section {
    min-height: 770px;
}

.cta-content {
    text-align: left;
    max-width: 670px;
    margin-top: 300px;
}

.cta-content h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    color: #000;
    margin: 0;
    font-weight: 300;
}

.cta-content p {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

.shopbycategoryspace {
    padding: 40px 0;
    background-color: #F5F5F6;
}

.bestsellers {
    text-align: center;
    margin: 0 0 40px 0px;
}

/* .bestsellerstext {
    background-color: #FFFFFF82;
} */

.categoryimg img,
.cardproductimg img,
.instagramimg img {
    border-radius: 0;
}

.layoutcardtext h4 {
    font-weight: 300;
}

.layoutcardtext p {
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
    padding: 10px;
    color: #5D5D5D;
}

.bestsellersspace {
    padding: 50px 0;
    background: #FFF9F5;
}

.layouttext {
    margin-top: 60px;
}

.tabcollectionbglayout,
.testimonialtextspace {
    padding: 60px 0;
}

section.journaltextspace {
    padding: 60px 0;
    background: #FFF9F5;
    margin: 0;
}

.subscribetext p {
    margin: 15px 0;
    font-size: 20px;
    font-family: "EB Garamond", serif;
    color: #393939;
}

footer {
    background: #F8F8F8;
    /* padding: 50px 0; */
}

.footerlogo {
    margin-bottom: 40px;
    padding-top: 30px;
}

.footertext ul li a {
    color: #000;
    text-decoration: none;
    line-height: 40px;
}

/* .socialmedia {
    margin-top: 20px;
} */

a {
    text-decoration: none;
}

.categorytext h4 {
    font-size: 25px;
}


/***********************/


/* home page css ends here  */


/*********************/

.breadcrumb {
    padding-top: 100px;
    font-family: "EB Garamond", serif;
}

section.about_section_story {
    padding: 50px 0;
    background: #FFF9F5;
}

.product_page {
    margin: 30px 0;
}

.btn-main {
    width: 170px;
    height: 50px;
    border: 1px solid #5D5D5D;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
    color: #000;
    background: #fff;
    border-radius: 8px;
    font-family: "EB Garamond", serif;
    font-size: 20px;
}

.cardproductblogtext i {
    font-size: 10px;
    margin-left: 5px;
}

.elevateyourhomedecorexperiencetext .layoutcardtext {
    padding-right: 30px;
    padding-left: 30px;
}

h2 {
    font-size: 40px;
    font-weight: 400;
}


.myaccount-dashboard {
    padding: 130px 0;
}

@media screen and (max-width: 767px) {
    #primary-menu {
        display: flex;
        transform: translateY(-130%);
    }

    header {
        padding-left: 10px;
    }

    .col-md-3 {
        padding: 0 !important;
    }

    #testimonials_row .cardproductimg {
        padding: 0;
    }

    .journaltextspace form {
        text-align: center;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .icons {
        right: 10px;
        align-items: center;
    }

    nav#primary-menu {
        padding: 20px;
        background-color: #fddbe0;
    }

    .cta-content {
        width: 100%;
        margin-left: 0 !important;
    }

    .collection_row {
        flex-wrap: wrap;
        gap: 0 !important;
    }

    #primary-menu .collection_box {
        width: 48% !important;
        margin: auto !important;
    }

    #primary-menu button.wishlistBtn {
        top: 5px;
        right: 5px;
    }

    /***********************/
    /* home page css ends here  */
    /*********************/
}

.aboutlayoutbg {
    height: 500px !important;
    /* background-attachment: fixed; */
}

main {
    position: relative;
    z-index: 9;
    background-color: #fff;
}
footer {
    background: #F8F8F8;
    position: sticky;
    bottom: 0;
}