@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

body {
    font-family: 'Barlow', sans-serif;
}

.navbar {
    .container {
        .logo {
            height: clamp(18px, 4vw, 25px);
        }
    }

    .navbar-brand {
        font-weight: 900;
        color: #333d4b;
        font-size: 1.5rem;
    }

    .nav-link {
        color: #83888F !important;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .nav-link:hover {
        color: #333d4b !important;
    }

    .navbar-toggler {
        border: none;
    }

    .nav-link:focus {
        border: 1px solid rgba(51, 61, 75, 1);
        border-radius: 50px;
    }
}

.hero-section {
    width: 100%;
    border-radius: 10px;
    background-image: url(./assets/imgs/Hero_image.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: 150%;
    background-position: left 70%;
    padding: 100px 0;

    .hero-content {
        padding-left: clamp(18px, 8vw, 48px);
        /* padding-right: 10px; */
    }

    h1 {

        font-size: clamp(18px, 10vw, 40px);
        line-height: 1.2;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        font-size: clamp(12px, 10vw, 18px);


    }


    .custom-btn {
        background-color: rgba(14, 135, 132, 1);
        font-family: "Fraunces", serif;
        font-weight: 900;
        font-size: 18px;
        letter-spacing: 0px;
        text-align: center;
        color: white;

        &:hover {
            background-color: rgba(102, 210, 207, 1);
        }

        &:focus,
        &:active,
        &.btn:focus,
        &.btn:active {
            outline: none;
            box-shadow: none;
        }


    }
}

.collection-section {
    position: relative;
    padding-top: 40px;
    margin-top: 80px;


    .custom-text {
        padding-top: 50px;
        /* background: linear-gradient(180deg, rgba(254, 252, 247, 0.0001) 0%, #FEFCF7 100%); */
        background: linear-gradient(180deg, rgba(39, 41, 43, 0.5) 0%, rgba(254, 252, 247, 0) 100%);
        font-family: "Fraunces", serif;
        font-weight: 900;
        font-size: clamp(40px, 10vw, 150px);
        text-transform: lowercase;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        /* background: linear-gradient(180deg, rgba(254, 252, 247, 0.0001) 0%, #FEFCF7 100%); */



        /* Positioning */
        position: absolute;
        top: -100px;
        left: 0;
        right: 0;
        z-index: -1;
        text-align: center;


    }

    .container {

        .coffee-image {
            width: 100%;
            max-width: 200px;
            height: auto;
            margin-bottom: 24px;
        }

        .coffee-info {
            .coffee-title {
                font-family: "Fraunces", serif;
                font-weight: 900;
                font-style: Black;
                font-size: 24px;
                line-height: 150%;
                letter-spacing: 0px;
                text-align: center;

            }

            .coffee-desc {
                font-family: "Barlow", serif;
                font-weight: 400;
                font-style: Regular;
                font-size: 16px;
                line-height: 160%;
                letter-spacing: 0px;
                text-align: center;

            }
        }
    }
}

.why-choose-section {
    margin-bottom: 200px;

    .container {
        .why-choose-content {
            position: relative;
            padding-bottom: 30px !important;
            padding: 64px 24px;
            margin-top: 120px;
            border-radius: 10px;
            background-color: #333d4b;
            margin-bottom: 250px;

            h2 {
                font-family: "Fraunces";
                font-size: 40px;
                line-height: 120%;
                letter-spacing: 0px;
                margin-bottom: 24px;

            }

            p {
                font-family: "Barlow";
                font-weight: 400;
                font-style: Regular;
                font-size: 16px;
                line-height: 160%;
                letter-spacing: 0px;
                text-align: center;
                margin-bottom: 24px;


            }

            .benefits-row {
                display: flex;
                flex-wrap: wrap;
                transform: none;
                margin-bottom: -100px;
                margin-top: 24px;

                .benefit-card {
                    background-color: rgba(14, 135, 132, 1);
                    border-radius: 10px;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    width: 100%;

                    img {
                        width: 72px;
                        height: 72px;
                        margin-bottom: 24px;

                    }

                    .benefit-title {
                        font-family: "Fraunces";
                        font-weight: 900;
                        font-size: 24px;
                        line-height: 150%;
                        letter-spacing: 0px;
                        text-align: center;
                        color: rgba(254, 252, 247, 1);
                        margin-bottom: 24px;


                    }

                    .benefit-desc {
                        font-family: "Barlow";
                        font-weight: 400;
                        font-style: Regular;
                        font-size: 16px;
                        line-height: 160%;
                        letter-spacing: 0px;
                        text-align: center;
                        color: rgba(254, 252, 247, 1);
                        margin-bottom: 24px;


                    }
                }
            }


        }






    }

}

.How-it-works-section {
    .container {
        .How-it-works-content {
            h2 {
                font-family: "Fraunces";
                font-weight: 900;
                font-size: 24px;
                line-height: 150%;
                letter-spacing: 0px;
                color: rgba(131, 136, 143, 1);
            }

            .How-it-works-row {
                .How-it-works-card {
                    h3 {
                        font-family: Fraunces;
                        font-weight: 900;
                        font-style: Black;
                        font-size: clamp(20px, 2.5vw, 32px);
                        line-height: 113.99999999999999%;
                        letter-spacing: 0px;

                    }

                    p {
                        font-family: "Barlow";
                        font-weight: 400;
                        font-style: Regular;
                        font-size: clamp(13px, 1.5vw, 16px);
                        line-height: 160%;
                        letter-spacing: 0px;

                    }


                }
            }

            .custom-btn {
                background-color: rgba(14, 135, 132, 1);
                font-family: "Fraunces", serif;
                font-weight: 900;
                font-size: 18px;
                line-height: 140%;
                letter-spacing: 0px;
                color: rgba(254, 252, 247, 1);

                &:hover {
                    background-color: rgba(102, 210, 207, 1);
                }

                &:focus,
                &:active,
                &.btn:focus,
                &.btn:active {
                    outline: none;
                    box-shadow: none;
                }
            }
        }

    }
}


footer {
    .container {
        .footer-section {
            .links {
                a {
                    font-family: "Barlow";
                    font-weight: 700;
                    font-style: Bold;
                    font-size: 12px;
                    line-height: 130%;
                    letter-spacing: 0.92px;
                    text-transform: uppercase;


                    &:hover {
                        color: rgba(255, 255, 255, 1);
                    }

                    &:focus,
                    &:active {
                        box-shadow: none;
                        color: rgba(255, 255, 255, 1);

                    }

                }
            }

            .social-media-links {
                a {
                    color: rgba(254, 252, 247, 1);
                    transition: color 0.3s ease;

                    &:hover {
                        color: rgba(253, 214, 186, 1);
                    }
                }
            }
        }
    }
}

/* ------------------------------------- About us page --------------------------- */
.hero-section-about-us {
    .container {
        .hero-section {
            width: 100%;
            border-radius: 60px;
            /* background-image: url(./assets/imgs/About_Image.svg); */
            background-image:
                linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                url(./assets/imgs/About_Image.svg);
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            background-size: cover;
            background-position: center;
            overflow: hidden;
            padding: 100px 0;

            .row {
                margin: 0;
                width: 100%;
                position: relative;
                z-index: 2;

                .hero-content {
                    padding-left: clamp(18px, 8vw, 48px);

                    h1 {

                        font-size: clamp(18px, 10vw, 40px);
                        line-height: 1.2;
                        font-family: "Fraunces";
                        font-weight: 900;
                        font-style: Black;
                        line-height: 120%;
                        letter-spacing: 0px;

                    }

                    p {
                        font-weight: 400;
                        letter-spacing: 0px;
                        font-size: clamp(12px, 10vw, 18px);
                        font-family: "Barlow";
                        font-weight: 400;
                        font-style: Regular;
                        font-size: 16px;
                        line-height: 160%;
                        letter-spacing: 0px;



                    }
                }
            }



        }
    }


}

section {
    .container {
        .Our_commitment_section {
            .row {
                .desc-container {
                    padding-left: 30px;

                    h1 {
                        font-family: "Fraunces";
                        font-weight: 900;
                        font-style: Black;
                        font-size: clamp(28px, 5vw, 40px);
                        line-height: 120%;
                        letter-spacing: 0px;
                    }

                    p {
                        font-family: "Barlow";
                        font-weight: 400;
                        font-style: Regular;
                        font-size: clamp(12px, 10vw, 18px);
                        line-height: 160%;
                        letter-spacing: 0px;

                    }
                }
            }
        }
    }
}

section {
    margin-top: 100px;
    margin-bottom: 100px;

    .container {
        .Uncompromising_quality_section {

            display: flex;
            flex-direction: row;
            background-color: rgba(51, 61, 75, 1);
            border-radius: 10px;
            padding: 60px;
            position: relative;

            .desc-section {
                text-align: center;
                padding-top: 40px;

                @media (min-width: 992px) {
                    text-align: left;
                    padding-top: 0;
                }

                h1 {
                    font-family: "Fraunces";
                    font-weight: 900;
                    font-size: clamp(28px, 5vw, 40px);
                    line-height: 120%;
                    letter-spacing: 0px;
                    color: rgba(254, 252, 247, 1);
                }

                p {
                    font-family: "Barlow";
                    font-weight: 400;
                    font-style: Regular;
                    font-size: clamp(12px, 10vw, 18px);
                    line-height: 160%;
                    letter-spacing: 0px;
                    color: rgba(254, 252, 247, 1);

                }

            }

            .image-section {
                width: 100%;
                margin-top: -120px;
                margin-bottom: 20px;

                @media (min-width: 992px) {
                    margin-top: -160px;
                    margin-bottom: 0;
                    transform: translateX(30px);
                }

                img {
                    border-radius: 10px;
                    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
                }

            }

        }
    }
}

.Our_headquarters_section {
    .container {
        h3 {
            font-family: "Fraunces";
            font-weight: 900;
            font-size: clamp(12px, 5vw, 24px);
            line-height: 150%;
            letter-spacing: 0px;
            color: rgba(131, 136, 143, 1);
        }
    }

    .row {
        h4 {
            font-family: "Fraunces";
            font-weight: 900;
            font-size: clamp(16px, 5vw, 32px);
            line-height: 113.99999999999999%;
            letter-spacing: 0px;
            color: rgba(51, 61, 75, 1);

        }

        ul {
            li {
                font-family: "Barlow";
                font-weight: 400;
                font-style: Regular;
                font-size: 16px;
                line-height: 160%;
                letter-spacing: 0px;
                color: rgba(51, 61, 75, 1);

            }


        }
    }
}

/* ---------------------------------Create a plan page ---------------------- */
.hero-section-create-plan {
    .container {
        .hero-section {
            width: 100%;
            border-radius: 20px;
            background-image: url(./assets/imgs/Subscribe_Image.svg);
            /* background-image:
                linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                url(./assets/imgs/Subscribe_Image.svg); */
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            background-size: cover;
            background-position: center;
            overflow: hidden;
            padding: 100px 0;

            .row {
                margin: 0;
                width: 100%;
                position: relative;
                z-index: 2;

                .hero-content {
                    padding-left: clamp(18px, 8vw, 48px);

                    h1 {

                        font-size: clamp(18px, 10vw, 40px);
                        line-height: 1.2;
                        font-family: "Fraunces";
                        font-weight: 900;
                        font-style: Black;
                        line-height: 120%;
                        letter-spacing: 0px;

                    }

                    p {
                        font-weight: 400;
                        letter-spacing: 0px;
                        font-size: clamp(12px, 10vw, 18px);
                        font-family: "Barlow";
                        font-weight: 400;
                        font-style: Regular;
                        font-size: 16px;
                        line-height: 160%;
                        letter-spacing: 0px;



                    }
                }
            }



        }
    }


}

.plan-selector-section {
    .sidebar-nav {
        li {
            font-family: Fraunces;
            font-weight: 900;
            font-size: 24px;
            line-height: 150%;
            letter-spacing: 0px;
            cursor: pointer;
            border-bottom: 1px solid rgba(131, 136, 143, 1);
            color: rgba(131, 136, 143, 1);
            padding: 20px 0;

            span {
                margin-right: 20px;
            }

            &.active {

                color: rgba(51, 61, 75, 1);
            }

            &.active-number {
                color: rgba(14, 135, 132, 1);
            }

        }

    }

    .accordion {
        .accordion-header {
            .accordion-button {
                font-family: "Fraunces";
                font-weight: 900;
                font-size: 40px;
                line-height: 120%;
                letter-spacing: 0px;
                color: rgb(94, 97, 103);

                &:not(.collapsed) {
                    color: rgba(131, 136, 143, 1);

                }
            }
        }

        .accordion-body {
            .selection-card {
                background-color: rgba(244, 241, 235, 1);
                border-radius: 8px;
                transition: all 0.3s ease;
                cursor: pointer;

                h4 {
                    font-family: "Fraunces";
                    font-weight: 900;
                    font-size: clamp(12px, 5vw, 24px);
                    line-height: 150%;
                    letter-spacing: 0px;
                    color: rgba(51, 61, 75, 1);

                }

                p {
                    font-family: "Barlow";
                    font-weight: 400;
                    font-style: Regular;
                    font-size: clamp(10px, 5vw, 16px);
                    line-height: 160%;
                    letter-spacing: 0px;
                    color: rgba(51, 61, 75, 1);

                }

                &:hover {
                    background-color: rgba(14, 135, 132, 1);

                    h4,
                    p {
                        color: white;
                    }
                }

                &.selected {
                    background-color: rgba(253, 214, 186, 1);

                    h4,
                    p {
                        color: rgba(51, 61, 75, 1);
                    }

                }



            }
        }
    }

    .summary-box {
        background-color: rgba(51, 61, 75, 1);

        p {
            font-family: "Barlow";
            font-weight: 400;
            font-style: Regular;
            font-size: clamp(12px, 5vw, 16px);
            line-height: 160%;
            letter-spacing: 0px;
            color: rgba(131, 136, 143, 1);


        }

        h3 {
            color: (255, 255, 255, 1);
            font-family: "Fraunces";
            font-weight: 900;
            font-size: clamp(16px, 5vw, 24px);
            line-height: 150%;
            letter-spacing: 0px;
            color: rgba(255, 255, 255, 1);

            .accent-text {
                color: rgba(14, 135, 132, 1);
            }

        }
    }

    .custom-btn {
        background-color: rgba(14, 135, 132, 1);
        font-family: "Fraunces", serif;
        font-weight: 900;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0px;
        color: rgba(254, 252, 247, 1);

        &:hover {
            background-color: rgba(102, 210, 207, 1);
        }

        &:focus,
        &:active,
        &.btn:focus,
        &.btn:active {
            outline: none;
            box-shadow: none;
        }
    }
}