/*
Theme Name: KALAFORNIA
Author: Hitori
*/

@font-face {
    font-family: "Trade Gothic";
    src: url('assets/fonts/trade-gothic/Trade\ Gothic\ Next\ LT\ Pro\ Cn.ttf');
}

@font-face {
    font-family: "Trade Gothic Bd";
    src: url('assets/fonts/trade-gothic/Trade\ Gothic\ Next\ LT\ Pro\ BdCn.ttf');
}

@font-face {
    font-family: "Arboria-Book";
    src: url('assets/fonts/arboria/Arboria-Book.ttf');
}

@font-face {
    font-family: "Arboria-Bold";
    src: url('assets/fonts/arboria/Arboria-Bold.ttf');
}

html {
    scroll-behavior: smooth !important;
}

body {
    margin: 0;
}

.header {
    height: 88px;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    z-index: 1;

    @media only screen and (max-width: 1100px) {
        height: 48px;
    }
}

.product-header {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    width: 100%;
    max-width: 520px;
    background-color: white;
    z-index: 1;

    .logo {
        height: 16px;
        width: 100px;
        margin-left: 20px;
    }

    .mobile-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-right: 20px;
    }
}

.logo {
    height: 30px;
    width: 187px;
    object-fit: contain;
    margin-left: 112px;

    @media only screen and (max-width: 1100px) {
        height: 16px;
        width: 100px;
        margin-left: 20px;
    }
}

.nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 112px;

    @media only screen and (max-width: 1100px) {
        margin-right: 20px;
    }
}

.nav-item {
    font-size: 16px;
    font-family: Arboria-Book;
    margin-left: 25px;
    color: black;
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }

    @media only screen and (max-width: 1100px) {
        display: none;
    }
}

.contact-us {
    font-size: 16px;
    font-family: Arboria-Book;
    text-decoration: none;
    background-color: black;
    padding: 5px 20px;
    border-radius: 14px;
    color: white;
}

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

.mobile-content {
    max-width: 520px;
}

.mobile-menu {
    display: none;

    @media only screen and (max-width: 1100px) {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.menu {
    height: 26px;
    width: 26px;
    margin-left: 25px;
}

#mobile-menu-background {
    display: none;
    position: fixed;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-image: url("assets/images/mobile-menu.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.close-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    img {
        height: 25px;
        width: 25px;
        margin-top: 12px;
        margin-right: 20px;
    }
}

.mobile-nav-item {
    font-size: 20px;
    font-family: Arboria-Book;
    margin: 30px 24px 0 24px;
    color: white;
    text-decoration: none;
}

.contact-us-mobile {
    width: 164px;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    background-color: black;
}

#background {
    height: 100vh;
    min-height: 750px;
    width: 100%;
    /* background-image: url("assets/images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    display: flex;
    flex-direction: column;
    align-items: center;

    h1 {
        font-size: 90px;
        color: white;
        font-family: Trade Gothic;
        margin: 0;
        margin-block-start: 0;
        margin-block-end: 0;

        @media only screen and (max-width: 520px) {
            font-size: 41px;
        }
    }
}

.bg-text-1 {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
}

.bg-text-2 {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1.5s;
}

.bg-text-3 {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 2s;
}

.fade {
    opacity: 0;
    transform: translate(0, 20vh);
    transition: all 1.5s;
}

.visible {
    opacity: 1;
    transform: translate(0, 0);
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 750px;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}

#our-story {
    height: calc(100vh + 1px);
    min-height: 750px;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -1px;

    h1 {
        font-size: 40px;
        color: white;
        font-family: Trade Gothic;

        @media only screen and (max-width: 520px) {
            font-size: 28px;
            margin-top: -40px;
        }
    }

    p {
        font-size: 20px;
        color: white;
        font-family: Arboria-Book;
        text-align: center;
        width: 600px;
        margin-bottom: 70px;
        line-height: 32px;

        @media only screen and (max-width: 520px) {
            width: 85%;
            font-size: 16px;
            margin-bottom: 20px;
        }
    }

    img {
        height: 190px;
        width: 343px;

        @media only screen and (max-width: 520px) {
            height: 136px;
            width: 246px;
        }
    }
}

#our-vision {
    height: 100vh;
    min-height: 750px;
    width: 100%;
    background-image: url("assets/images/our-vision-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    h1 {
        font-size: 40px;
        color: white;
        font-family: Trade Gothic;
        margin-top: 70px;

        @media only screen and (max-width: 520px) {
            font-size: 28px;
            margin-top: 25px;
            margin-bottom: 0;
        }
    }

    p {
        font-size: 16px;
        color: white;
        font-family: Arboria-Book;
        text-align: center;
        width: 700px;
        margin-bottom: 70px;
        line-height: 32px;

        @media only screen and (max-width: 520px) {
            width: 85%;
            font-size: 14px;
        }
    }

    img {
        height: 80px;
        width: 135px;

        @media only screen and (max-width: 520px) {
            height: 43px;
            width: 72px;
        }
    }
}

#our-purpose {
    height: 100vh;
    min-height: 750px;
    width: 100%;
    background-image: url("assets/images/our-purpose-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -1px;

    h1 {
        font-size: 40px;
        color: white;
        font-family: Trade Gothic;
        margin-top: 70px;

        @media only screen and (max-width: 520px) {
            font-size: 28px;
            margin-top: 25px;
            margin-bottom: 0;
        }
    }

    p {
        font-size: 16px;
        color: white;
        font-family: Arboria-Book;
        text-align: center;
        width: 700px;
        margin-bottom: 70px;
        line-height: 32px;

        @media only screen and (max-width: 520px) {
            width: 85%;
            font-size: 14px;
        }
    }

    img {
        height: 98px;
        width: 90px;

        @media only screen and (max-width: 520px) {
            height: 69px;
            width: 63px;
        }
    }
}

#medicinal-patient {
    height: 100vh;
    min-height: 750px;
    width: 100%;
    background-image: url("assets/images/already-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -1px;

    h1 {
        font-size: 40px;
        color: white;
        font-family: Trade Gothic;
        margin-top: 70px;
        text-align: center;

        @media only screen and (max-width: 520px) {
            font-size: 28px;
            width: 70%;
            margin-top: 40px;
        }
    }

    p {
        font-size: 16px;
        color: white;
        font-family: Arboria-Book;
        text-align: center;
        width: 600px;
        margin-bottom: 70px;
        line-height: 32px;

        @media only screen and (max-width: 520px) {
            width: 85%;
            font-size: 14px;
        }
    }

    img {
        height: 98px;
        width: 90px;

        @media only screen and (max-width: 520px) {
            height: 69px;
            width: 62px;
        }
    }
}

#where-find {
    min-height: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;

    @media only screen and (max-width: 1100px) {
        min-height: 100vh;
        padding: 50px 0;
    }

    h1 {
        font-size: 40px;
        font-family: Trade Gothic;
        margin-top: 70px;
        text-align: center;

        @media only screen and (max-width: 1100px) {
            font-size: 28px;
            width: 70%;
            margin-top: 30px;
            margin-bottom: 10px;
        }
    }

    img {
        height: 97px;
        width: 97px;

        @media only screen and (max-width: 1100px) {
            margin-top: -30px;
            height: 62px;
            width: 62px;
        }
    }

    .product-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 80%;
        gap: 80px;
        margin-top: 40px;
        background-color: white !important;

        @media only screen and (max-width: 1100px) {
            gap: 20px;
            margin-top: 10px;
            width: 100%;
        }
    }

    .product {
        height: 256px;
        width: 280px;
        box-shadow: 1px 5px 15px rgb(233, 233, 233);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 16px;

        @media only screen and (max-width: 1100px) {
            height: 115px;
            width: 226px;
            border-radius: 10px;
        }

        img {
            width: 210px;
            object-fit: contain;

            @media only screen and (max-width: 1100px) {
                width: 134px;
                margin: 0;
            }
        }
    }
}

#contact-us {
    width: 100%;
    background-image: url("assets/images/contact-us.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    @media only screen and (max-width: 520px) {
        height: auto;
        align-items: center;
        justify-content: center;
        background-image: url("assets/images/contact-us-mobile.png");
    }

    h1 {
        font-size: 40px;
        font-family: Trade Gothic;
        margin-top: 150px;
        margin-left: 15vw;
        color: white;

        @media only screen and (max-width: 520px) {
            margin: 0;
            width: 90%;
            text-align: center;
            margin-top: 60px;
            font-size: 28px;
        }

        @media only screen and (min-width: 1400px) {
            margin-left: calc(50vw - 600px);
        }
    }

    .contact-content {
        margin-left: 15vw;
        width: 70vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 60px;

        @media only screen and (max-width: 520px) {
            margin-left: 0;
            flex-direction: column-reverse;
            width: 90%;
            margin-top: 20px;
            margin-bottom: 250px;
        }

        @media only screen and (min-width: 1400px) {
            width: 1200px;
            margin-left: calc(50vw - 600px);
        }

        .contact-form {
            width: 30vw;
            margin-bottom: 50px;

            @media only screen and (max-width: 520px) {
                width: calc(90vw - 30px);
            }

            @media only screen and (min-width: 1400px) {
                width: 500px;
            }

            input[type="text"] {
                height: 42px;
                outline: none;
                width: 100%;
                padding: 0 15px;
                border: none;
                font-family: "Arboria-Book";
                font-size: 14px;
                border-radius: 5px;
            }

            textarea {
                width: 100%;
                outline: none;
                border: none;
                padding: 15px;
                font-family: "Arboria-Book";
                font-size: 14px;
                border-radius: 5px;
                resize: none;
            }

            input[type="submit"] {
                height: 42px;
                outline: none;
                width: 155px;
                border: none;
                font-family: "Arboria-Book";
                font-size: 14px;
                color: white;
                border-radius: 30px;
                background-color: black;
            }

            input[type="submit"]:hover {
                cursor: pointer;
            }

            .wpcf7-not-valid-tip, .wpcf7-response-output {
                color: #daeaa5;
                font-family: "Arboria-Book";
                margin: 0;
                width: 100%;
                border: none;
            }
        }

        .contact-texts {
            width: 30vw;

            @media only screen and (max-width: 520px) {
                width: 90vw;
            }

            @media only screen and (min-width: 1400px) {
                width: 500px;
            }

            p {
                color: white;
                font-family: "Arboria-Book";
                font-size: 16px;
                line-height: 25px;
                margin-top: 10px;
                margin-bottom: 100px;

                @media only screen and (max-width: 520px) {
                    margin-bottom: 30px;
                }

                a {
                    color: white;
                    text-decoration: none;
                }

                a:hover {
                    text-decoration: underline;
                }
            }

            .bd {
                font-family: Arboria-Bold;
            }
        }
    }
}

#footer {
    height: 250px;
    width: 100%;
    background-color: black;

    @media only screen and (max-width: 520px) {
        height: auto;
    }

    .top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 40px;

        @media only screen and (max-width: 520px) {
            flex-direction: column;
        }

        .footer-logo {
            height: 25px;
            width: 154px;
            margin-left: 112px;

            @media only screen and (max-width: 520px) {
                display: none;
            }
        }

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

            @media only screen and (max-width: 520px) {
                margin-left: 20px;
            }

            a {
                color: white;
                font-family: "Arboria-Book";
                font-size: 16px;
                line-height: 35px;
                text-decoration: none;

                &:hover {
                    text-decoration: underline;
                }
            }
        }

        .icon-container {
            display: flex;
            flex-direction: row;
            margin-left: 100px;
            margin-right: 97px;

            @media only screen and (max-width: 520px) {
                margin: 30px 0;
            }
        }
        
        .social-icon {
            display: none;
            height: 32px;
            width: 32px;
            margin: 0 15px;
        }
    }

    .rights {
        font-size: 10px;
        color: white;
        font-family: "Arboria-Book";
        margin-left: 112px;

        @media only screen and (max-width: 520px) {
            margin-left: 20px;
        }

        a {
            color: white;
        }
    }

    .disclaimer {
        width: calc(100vw - 224px);
        margin: 10px 112px;
        border-top: 1.5px solid white;

        @media only screen and (max-width: 520px) {
            width: calc(100vw - 40px);
            margin: 10px 20px 0px 20px;
            padding-bottom: 40px;
        }

        h4 {
            font-family: "Arboria-Bold";
            font-size: 11px;
            color: white;
            margin: 0;
            margin-top: 10px;
        }

        p {
            font-family: "Arboria-Book";
            font-size: 11px;
            color: white;
            margin: 0;
        }
    }
}

#thank-you {
    height: 100vh;
    min-height: 750px;
    width: 100%;
    background-image: url("assets/images/thank-you-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    @media only screen and (max-width: 520px) {
        justify-content: flex-start;
        background-image: url("assets/images/thank-you-mobile.png");
        background-position: 100%;
    }

    h1 {
        font-size: 40px;
        color: white;
        font-family: Trade Gothic;
        margin-top: 70px;
        text-align: center;

        @media only screen and (max-width: 520px) {
            font-size: 28px;
            width: 70%;
            margin-top: 40px;
            margin-bottom: 30px;
        }
    }

    p {
        font-size: 16px;
        color: white;
        font-family: Arboria-Book;
        text-align: center;
        width: 700px;
        margin-bottom: 70px;
        line-height: 32px;
    }

    img {
        height: 92px;
        width: 92px;

        @media only screen and (max-width: 520px) {
            margin-top: 130px;
            height: 62px;
            width: 62px;
        }
    }

    a {
        height: 42px;
        outline: none;
        width: 155px;
        border: none;
        font-family: "Arboria-Book";
        font-size: 16px;
        color: white;
        border-radius: 30px;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
}

#privacy-policy {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    .content {
        display: block;
        margin: 100px;
        max-width: 1200px;
        font-family: Arboria-Book;

        @media only screen and (max-width: 520px) {
            margin: 50px 30px;
        }

        h2 {
            font-family: Arboria-Bold;
        }

        strong {
            font-family: Arboria-Bold;
        }

        a {
            color: black;
        }

        li {
            margin-bottom: 0.3em;
        }
    }
}


.product-div {
    background-color: white;
    height: 100%;
    width: 100%;
    position: relative;
}

.cmi-container {
    position: absolute;
    right: 15px;
    top: 60px;
    padding: 5px 12px;
    background-color: white;
    border-radius: 13px;
}

.cmi-text {
    font-family: Arboria-Book;
    font-size: 14px;
    color: black;
}

.product-content {
    padding: 15px 20px;
}

.spec-content {
    padding: 15px 20px 30px 20px;
    background-color: #F6F6F6;
}

.brand-title {
    position: absolute;
    left: 15px;
    top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid white;
    width: calc(100% - 30px);
}

.brand-cat {
    position: absolute;
    left: 15px;
    top: 135px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.brand-title-text {
    font-family: Trade Gothic;
    font-size: 24px;
    color: white;
    margin: 0.4em 0;
}

.brand-title-text-sm {
    font-family: Trade Gothic;
    font-size: 18px;
    color: white;
    margin: 0.2em 0;
}

.bd {
    font-family: Trade Gothic Bd !important;
}

.about-title {
    font-family: Trade Gothic Bd;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    color: black;
}

.about-text {
    font-family: Arboria-Book;
    font-size: 14px;
    margin-bottom: 15px;
    color: black;
    
    p {
        margin: 5px 0;
        line-height: 20px;

        strong {
            font-family: Arboria-Bold;
        }
    }
}

.brand-desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid black;
}

.brand-desc-text {
    font-family: Trade Gothic Bd;
    font-size: 15px;
    color: black;
    margin: 0.5em 0;
}

.brand-desc-text-sm {
    font-family: Trade Gothic;
    font-size: 15px;
    color: black;
    margin: 0.5em 0;
}

.anal-title-container {
    margin-top: 5px;
    margin-bottom: 15px;
}

.anal-title {
    font-family: Trade Gothic Bd;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin: 0;
}

.date {
    font-family: Trade Gothic;
    font-size: 12px;
    color: black;
    line-height: 28px;
}

.item-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.border {
    border-bottom: 1px solid black;
}

.item-text {
    font-family: Arboria-Book;
    font-size: 13px;
    color: black;
    margin: 10px 0;
}

.item-text-bd {
    font-family: Arboria-Bold;
    font-size: 13px;
    color: black;
    margin: 10px 0;
}

.product-img {
    width: 100%;
    object-fit: contain;
    margin-top: 48px;
}

.terpene-chart-img {
    width: 100%;
    object-fit: contain;
    margin: 30px 0;
}