@font-face {
    font-family: 'FashionFetish';
    src: url('../font/Fashion-Fetish-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'FashionFetish';
    src: url('../font/Fashion-Fetish-Heavy.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'FashionFetish';
    src: url('../font/Fashion-Fetish-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'FashionFetish';
    src: url('../font/Fashion-Fetish-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../font/GothamRoundedBold_21016.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../font/GothamRoundedMedium_21022.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../font/GothamRoundedBook_21018.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('../font/GothamRoundedLight_21020.ttf') format('truetype');
    font-weight: 300;
}

:root {
    --font-default: "GothamRounded", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "FashionFetish", "Roboto", sans-serif;
    --font-secondary: "GothamRounded", "Work Sans", sans-serif;
}

/* Colors */
:root {
    --color-default: #475C4A;
    --color-primary: #d79f1a;
    --color-secondary: #CE6A53;
}

.section-bg {
    background-color: #fff;
}

.header .logo img {
    max-height: 50px;
    margin-right: 6px;
}

.top-header {
    background-image: url('../img/Group 44.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

a.shopnow {
    background: #475C4A;
    padding: 15px 42px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-family: var(--font-primary);
    text-transform: uppercase;
    width: 250px !important;
    text-align: center;
    display: block;
}

p {
    font-size: 17px;
}

@media screen and (max-width: 991px) {
    .top-header {
        background-image: none;
    }
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
    width: max-content;
}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 15px;
}

.comment-boxs {
    padding: 45px 20px 20px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    background: #fff;
    width: 360px;
    background: rgba(255, 255, 255, 1) url(https://www.mindmend.co/wp-content/plugins/mm-plugin/inc/assets/images/review-bg-min.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 110px;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 0 0 10px #dddddd73;
    min-height: 390px;
    line-height: 1.5;
    margin-top: 30px;
}

.comment-boxs:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.comment-boxs .comment-text {
    max-height: 190px;
    font-size: 17px !important;
}

.comment-boxs .reting {
    float: left;
}

.comment-date {
    font-size: 14px;
    font-family: Roboto;
    color: #7b7b7b;
    font-weight: 600;
    float: right;
    margin-bottom: 20px;
}

.comment-boxs .comment-text {
    max-height: 155px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    color: #5a5959 !important;
    font-family: Roboto;
    clear: both;
}

.owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-nav {
    position: absolute;
    top: 41%;
}

.owl-nav button.owl-prev {
    float: left;
    left: -20px !important;
    position: relative !important;
}

.owl-nav button.owl-next {
    float: right;
    right: -25px !important;
    position: relative !important;
}

.owl-nav div {
    display: inline-block;
    margin: 0 10px;
    padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.owl-nav div:hover {
    background: #333;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 10px 15px !important;
    background: #ffffff;
    border-radius: 50%;
    margin: 5px 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
    background: #efeeee;
}

.comment-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-name span {
    color: #ce6a53;
    font-size: 12px;
    margin-top: -4px !Important;
    display: inherit;
    font-weight: 400
}

a.show-more {
    color: #fff;
    font-weight: 600;
    background: #ce6a53;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
}

.comment-name i {
    color: #e69e1b
}

.comment-name a {
    position: relative;
    top: 10px;
}

.comment-boxs p.comment-text.show {
    max-height: 100%;
    transition: max-height 0.25s ease-in;
}

.comment-boxs:before {
    content: "";
    width: 70px;
    height: 70px;
    background: url(https://www.mindmend.co/wp-content/plugins/mm-plugin/inc/assets/images/quot.png);
    position: absolute;
    top: -40px;
    background-repeat: no-repeat;
    background-size: contain
}

.constructions {
    background-image: url(../img/Group\ 14.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.alt-services {
    background-image: url(../img/Group\ 25.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.powered_by_plants {
    background-image: url(../img/bg-11.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.what_is_microdosing {
    background-image: url(../img/Group\ 14-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-img {
    object-fit: contain;
}

.alt-services .icon-box i {
    color: var(--color-secondary);
    font-size: 40px;
}

.alt-services .icon-box p {
    line-height: 33px;
}

.fs-1 {
    line-height: 1.6;
}

@media (min-width: 992px) {

    .top-header {
        background-size: 50%;
    }
}

@media (min-width: 1024px) {

    .top-header {
        background-size: 50%;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .top-header {
        background-size: 50%;
    }
}

@media (min-width: 1360px) {
    .fs-1 {
        font-size: 3rem !important;
    }

    .top-header {
        background-size: 60%;
    }

}

@media (min-width: 1750px) {

    .top-header {
        background-size: 55%;
    }

}

@media (min-width: 1921px) {

    .top-header {
        background-size: contain;
    }

}

@media screen and (max-width: 426px) {
    .header .logo img {
        margin-right: auto;
        margin-left: auto;
    }

}

@media screen and (max-width: 1024px) {
    .comment-boxs {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .header-img {
        width: 100%;
    }

    header#header a.shopnow.d-none.d-sm-block {
        display: none !important;
    }

    .header .logo img {
        margin-right: auto;
        margin-left: auto;
    }

    a.shopnow {
        margin-left: auto;
        margin-right: auto;
    }

    .fs-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .comment-boxs {
        width: auto;
    }

    .owl-nav {
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .owl-nav div {
        display: inline-block;
        margin: 0 10px;
        padding: 10px;
        background: #000;
        color: #fff;
        border-radius: 50%;
    }

    .owl-nav div:hover {
        background: #333;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        padding: 12px 15px !important;
        background: #ffffff;
        border-radius: 50%;
        margin: 5px 5px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .owl-carousel .owl-nav button.owl-next:hover,
    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel button.owl-dot:hover {
        background: #efeeee;
    }

    .owl-nav {
        position: absolute;
        top: 94%;
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        float: none;
        left: 0px !important;
        right: 0px !important;
        position: relative !important;
    }
}


.bg-mental_performance {
    width: 56px;
    height: 56px;
    background: url('https://assets.mindmend.co/wp-content/uploads/2023/05/18193232/css_sprites.png') -10px -10px;
}


.bg-manage_addictions_150x150_min {
    width: 56px;
    height: 56px;
    background: url('https://assets.mindmend.co/wp-content/uploads/2023/05/18193232/css_sprites.png') -86px -10px;
}


.bg-enhance_creativity_copy_150x150_min {
    width: 56px;
    height: 56px;
    background: url('https://assets.mindmend.co/wp-content/uploads/2023/05/18193232/css_sprites.png') -10px -86px;
}


.bg-improve_focus_150x150_min {
    width: 56px;
    height: 56px;
    background: url('https://assets.mindmend.co/wp-content/uploads/2023/05/18193232/css_sprites.png') -86px -86px;
}


.bg-improve_energy_150x150_min {
    width: 56px;
    height: 56px;
    background: url('https://assets.mindmend.co/wp-content/uploads/2023/05/18193232/css_sprites.png') -162px -10px;
}


.bg-reduce_anxiety_150x150_min {
    width: 56px;
    height: 56px;
    background: url('https://assets.mindmend.co/wp-content/uploads/2023/05/18193232/css_sprites.png') -162px -86px;
}


.bg-increase_social_connection_150x150_min {
    width: 63px;
    height: 56px;
    background: url('https://assets.mindmend.co/wp-content/uploads/2023/05/18193232/css_sprites.png') -10px -162px;
}

.toggle-tab-title .img {
    margin-right: 10px;
}

.bg-improve_mood_150x150_min {
    width: 56px;
    height: 56px;
    background: url('https://assets.mindmend.co/wp-content/uploads/2023/05/18193232/css_sprites.png') -86px -162px;
}

.b-toggle-tab {
    border-radius: 15px;
    background-color: #858586;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer
}

.bg-manage_addictions_150x150_min {
    width: 68px !important;
    height: 56px;
    margin-right: 7px !important;
}

.toggle-tab-title {
    display: flex;
    align-items: center;
    color: #fff !Important
}

.toggle-tab-title h3 {
    color: #fff !Important;
    font-size: 22px !important;
    font-weight: 500 !important;
}

.secondary-color {
    color: var(--color-secondary);
}

.toggle-tab-title h3 {
    color: #fff;
    font-family: var(--font-primary);
    margin-bottom: 0px !Important;
    padding: 0px !Important;
}

.toggle-tab-title h3:after {
    display: none !important;
}

.toggle-tab-title img {
    margin-right: 10px;
    max-width: 100%;
    width: 51px;
}

.toggle-tab-title h3 {
    margin: 0;
    margin-right: auto
}

.toggle-tab-title i {
    margin-left: 10px
}

.toggle-tab-content {
    display: none;
    padding: 5px 15px 5px 25px;
    color: #fff
}

.toggle-tab-content p {
    color: #fff;
}

.toggle-tab-title h3 {
    color: #fff !Important;
    font-size: 22px
}

@media (max-width: 767px) {
    .toggle-tab-title h3 {
        color: #fff !Important;
        font-size: 18px;
        padding: 0 5px;
    }

    .toggle-tab-title img {
        max-width: 46px
    }

    .toggle-tab-content {
        display: none;
        padding: 5px 15px 5px 15px;
        color: #fff
    }
}

.psilocybin_experience {
    background-image: url('../img/Group\ 14.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.get-started .content p {
    font-size: 17px;
}

.shopnow.more {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block;
}

.shopnow.secondary {
    background-color: var(--color-secondary) !important;
}

.enhance_your_mind {
    background-image: url('../img/Group\ 56.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer {
    color: #fff;
    background: url(../img/footer-bg.webp) top center no-repeat;
    background-size: cover;
    font-size: 14px;
    padding: 350px 0 60px 0;
    position: relative;
}

.footer:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    inset: 0;
}

.mm-klaviyo input#kla_email_klaviyo_emailsignup_widget-REPLACE_TO_ID {
    height: 50px;
    border-radius: 45px !important;
    margin-bottom: 10px;
    background: #fff;
    padding-left: 47px;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.mm-klaviyo label:before {
    content: "\f2b6";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 15px;
    position: relative;
    top: 36px;
    left: 24px;
    font-style: italic;
    color: #0e5545;
}

.mm-klaviyo a.klaviyo_submit_button {
    background: #ce6a53;
    margin-top: 10px;
    text-transform: none;
    border: 1px solid #ce6a53;
    font-family: "Varela Round", 'Roboto', sans-serif !important;
    text-transform: uppercase !important;
    padding: 15px 32px;
    font-weight: 600 !important;
    color: #fff;
    border-radius: 30px;
    text-decoration: none !important;
}

div#mm-klaviyo label {
    display: block;
}

.mm-klaviyo a.klaviyo_submit_button:before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 15px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .mm-klaviyo button.klaviyo_submit_button {
        width: 100%;
    }

    .mm-klaviyo input#kla_email_klaviyo_emailsignup_widget-REPLACE_TO_ID {
        width: 100%;
    }

    .mm-klaviyo label:before {
        top: 36px;
        left: 19px;
    }
}

.secondary-bg {
    background-color: var(--color-secondary) !important;
}

.scroll-top {
    background: var(--color-default);
}

.scroll-top:hover {
    background: var(--color-default);
}

.scroll-top i {
    color: #fff;
}

.mm-mobile {
    display: none;
}

#ctabtn-mob {
    background: #343434;
    padding: 10px 15px;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index: 99;
    transition: bottom 1s;
    display: table;
    width: 100%;
}

.stickyBtn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    font-weight: 600;
    background: var(--color-default);
    text-align: center;
    font-family: var(--font-primary);
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    border-radius: 30px;
}

.stickyBtn:hover {
    color: #fff;
}

.scroll-top {
    bottom: 100px;
}

@media (max-width: 767px) {

    .container,
    .container-sm {
        max-width: 100%;
    }

    .footer {
        color: #fff;
        background: url(../img/mobile-footer.webp) top center no-repeat;
        background-size: contain;
        font-size: 14px;
        padding: 100px 0 60px 0;
        position: relative;
    }

    .footer-content.position-relative,
    .footer-legal.text-center.mt-5.pt-5.position-relative {
        background: #343434 !important;
        margin-top: 0 !important;
    }

    .footer-content.position-relative {
        padding-bottom: 3rem;
    }

    .mm-mobile {
        display: block;
    }
}