﻿:root {
    --primary: #5e1020;
    --primary-hover: #002858;
    --secondary: #07163d;
    --secondary-hover: #0a245b;
    --headers-font: 'Poppins', sans-serif;
    --general-font: 'Roboto', sans-serif;
    --btn-font: 'Poppins', sans-serif;
    --nav-font: 'Poppins', sans-serif;
    --dark-blue: #07163d;
}

/*==================================================
GENERAL
==================================================*/

* {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


html {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    html {
        font-size: 1rem;
    }
}

a {
    text-decoration: none;
}

    a:hover {
        transition: all 0.3s;
    }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

html {
    position: relative;
    min-height: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--general-font);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: var(--headers-font);
}

h1 {
    font-size: 4.5rem;
}

.bg-lgrey {
    background: #efefef;
}

.bg-dblue {
    background: var(--dark-blue);
    color: #fff;
}

    .bg-dblue p {
        opacity: 0.7;
    }

.btn {
    font-family: var(--btn-font);
    padding: .75rem .75rem;
    font-size: 1rem;
    border-radius: 50px;
}

.btn-block {
    width: 100%;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pt-100 {
    padding-top: 100px;
}


.list-check {
    margin: 10px 0 25px;
    padding: 0;
}

    .list-check li {
        padding-top: 5px;
        padding-bottom: 5px;
        list-style-type: none;
    }

        .list-check li i {
            margin-right: 10px;
            color: #ed502e;
            font-size: 1.25rem;
        }

ol, ul {
    padding-left: unset;
}



/* Header
-------------------------------------------------- */
.navlinkitem {
    cursor: pointer
}

.main-header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    padding: 15px 10vw;
    color: #000;
    z-index: 1;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

    .main-header .logo {
        transition: .4s ease-out;
    }

    .main-header a {
        text-decoration: none;
        color: inherit;
    }

    .main-header .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: unset;
        padding: unset;
    }

        .main-header .nav-links .nav-link {
            -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

            .main-header .nav-links .nav-link:nth-of-type(2) {
                -webkit-transition-delay: .1s;
                transition-delay: .1s;
            }

            .main-header .nav-links .nav-link:nth-of-type(3) {
                -webkit-transition-delay: .2s;
                transition-delay: .2s;
            }

            .main-header .nav-links .nav-link:nth-of-type(4) {
                -webkit-transition-delay: .3s;
                transition-delay: .3s;
            }

        .main-header .nav-links .nav-link {
            padding: 0.5rem;
        }

            .main-header .nav-links .nav-link a {
                padding: 1rem;
                color: #fff;
                font-family: var(--btn-font);
                cursor: pointer;
            }

                .main-header .nav-links .nav-link a:hover {
                    background: rgba(255, 255, 255, 0.2);
                }

    .main-header .menu-icon {
        position: relative;
        padding: 26px 10px;
        cursor: pointer;
        z-index: 1;
        display: none;
    }

    .main-header .menu-icon__line {
        display: block;
        position: relative;
        background: #fff;
        height: 2px;
        width: 20px;
        border-radius: 4px;
        -webkit-transition: background 0.8s ease;
        transition: background 0.8s ease;
    }

        .main-header .menu-icon__line::before, .main-header .menu-icon__line::after {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            border-radius: 4px;
            background: #fff;
            -webkit-transition: background 0.8s ease;
            transition: background 0.8s ease;
        }

        .main-header .menu-icon__line::before {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        .main-header .menu-icon__line::after {
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

    .main-header .menu-btn {
        position: absolute;
        top: -100px;
    }

        .main-header .menu-btn:focus ~ .menu-icon .menu-icon__line::before {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
        }

        .main-header .menu-btn:focus ~ .menu-icon .menu-icon__line::after {
            -webkit-transform: translateY(7px);
            transform: translateY(7px);
        }

    .main-header.scrolled {
        background-color: var(--primary);
        box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 2px 4px 1px rgb(0 0 0 / 18%);
        padding: 10px 10vw;
    }

        .main-header.scrolled .logo {
            height: unset;
        }

    .main-header .logo a {
        text-decoration: none;
        display: flex;
        align-items: center;
        max-height: 50px;
        color: #fff;
        font-family: var(--headers-font);
    }

        .main-header .logo a img {
            height: 50px;
        }

        .main-header .logo a span {
            margin-left: 10px;
            font-size: 1.5rem;
        }

.dropdown-menu {
    padding: unset;
    overflow: hidden;
}

    .dropdown-menu li {
        width: auto;
        padding: 0 !important;
    }

    .dropdown-menu .dropdown-link {
        text-decoration: none;
        color: #000 !important;
        padding: 8px 12px !important;
        font-size: 1rem;
        font-family: var(--btn-font);
        display: block;
    }

        .dropdown-menu .dropdown-link:hover,
        .dropdown-menu .dropdown-link:focus {
            background: var(--primary) !important;
            color: #fff !important;
        }



/*---buttons ---*/

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.2s
}

    .btn-primary:hover {
        color: #fff;
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
        box-shadow: 0 0 0 0.25rem rgba(255, 94, 21, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 94, 21, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #ff7e44;
        border-color: #ff7e44;
    }

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    transition: all 0.2s
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 94, 21, 0.5);
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 94, 21, 0.5);
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: var(--primary);
        background-color: transparent;
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    transition: all 0.2s
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #f8f9fa;
        background-color: transparent;
    }


.btn-light {
    color: #000;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    transition: all 0.2s
}

    .btn-light:hover {
        color: #000;
        background-color: #e9e9e9;
        border-color: #e9e9e9;
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #e9e9e9;
        border-color: #e9e9e9;
        box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #e9e9e9;
        border-color: #e9e9e9;
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #e9e9e9;
        border-color: #e9e9e9;
    }

.btn-head {
    line-height: unset;
    background: #fff;
    color: #08163d !important;
    padding: 10px 25px;
    border-radius: 6px;
}

    .btn-head:hover,
    .btn-head:focus {
        background: var(--primary);
        color: #fff !important;
    }


/*==================================================
SECTIONS
==================================================*/

section {
    padding-top: 40px; /*revised was 100 12/26/21*/
    padding-bottom: 100px;
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 2.6rem;
        font-weight: 300;
        padding: 0;
        margin: 0 0 10px 0;
        line-height: 1.4em;
        font-family: "Arial", sans-serif;
    }

    .section-title h3 {
        margin-bottom: 10px;
        font-size: 1rem;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
    }

/* Section - Home
-------------------------------------------------- */

.home {
    width: 100%;
    height: 100vh;
    background: #ccc url('../img/WelcomeStars.jpg') no-repeat center top;
    background-size: cover;
    display: flex;
}

    .home .container {
        display: flex;
        align-items: center;
    }

    .home .section-title h2 {
        color: #fff;
        font-size: 1.25rem;
        letter-spacing: 1px;
        font-weight: 300;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
    }

    .home .section-title h1 {
        color: #fff;
        font-size: 5.5rem;
        font-weight: 700;
        padding: 0 50px;
    }

    .home .section-title p {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 300;
        padding: 10px;
        max-width: 650px;
        margin: 0 auto;
    }

    .home .divider-ver {
        border-left: 1px rgba(255,255,255,0.5) solid;
    }

/* Section - About
-------------------------------------------------- */

.about p {
    opacity: 0.7;
}

.about {
    background-image: url('../img/about-logo-ab.svg'), url('../img/deco-about-right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
    background-size: contain, 298px 400px;
}

    .about .a-img {
        border-radius: 15px;
        margin-bottom: 25px;
        width: 100%;
        height: auto;
    }


/* Section - Demos
-------------------------------------------------- */
.Demos {
    background-image: url('../img/demo-deco-right.svg');
    background-position: 110% top;
    background-repeat: no-repeat;
    background-size: 900px 540px;
}

.demo-product {
    border-radius: 15px;
    margin-bottom: 30px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    border: 1px #ccc solid;
}

    .demo-product a {
        transition: all 0.5s ease-in-out;
    }

    .demo-product:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transform: translateY(-0.25em);
    }

    .demo-product a:hover .dpl-overlay {
        position: absolute;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .demo-product a p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        font-family: var(--headers-font);
        font-size: 1.5rem;
        z-index: 2;
        text-align: center;
    }

    .demo-product a:hover p {
        color: #fff;
        opacity: 1;
    }

    .demo-product img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }


/* Section - Call to action
-------------------------------------------------- */

.call-to-action {
    background: url('../img/footer-deco-right.svg'), url('../img/footer-deco-left.svg');
    background-position: right bottom, left bottom;
    background-repeat: no-repeat;
    background-color: var(--primary);
    height: 350px;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .call-to-action .btn-buy-now {
        background: #fff;
        padding: 15px 155px;
        color: var(--primary);
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.125rem;
        transition: all 0.5s;
    }

        .call-to-action .btn-buy-now:hover,
        .call-to-action .btn-buy-now:focus {
            background: #692767;
            border: #692767;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            transform: translateY(-0.25em);
            color: #fff;
        }



/*==================================================
MEDIA QUERIES
==================================================*/
@media (max-width:1680px) {
}

@media (max-width:1440px) {
}

@media (max-width:1366px) {
    .about {
        background-size: contain, 230px 400px;
    }
}

@media (max-width:1280px) {
    .about {
        background-size: contain, 180px 400px;
    }
}

@media (max-width:1024px) {
    .home .offset-1 {
        margin-left: unset !important;
    }

    .home .col-sm-10 {
        width: 100%;
    }
    .main-header {
        padding: 10px 2vw;
    }

        .main-header.scrolled {
            padding: 10px 2vw;
        }
}

@media (max-width:960px) {
}

@media (max-width:800px) {
}

@media (max-width:768px) {
    .pl-100 {
        padding-left: 0;
    }

    .d-home-shop-bag {
        width: 190px;
    }

    .d-about-plant {
        width: 200px;
    }

    h1 {
        font-size: 30pt;
    }



    .main-header {
        padding: 10px 6vw;
    }

        .main-header.scrolled {
            padding: 8px 6vw;
        }

        .main-header .menu-icon {
            display: block;
            margin-bottom: unset;
        }

        .main-header .menu-icon__line {
            -webkit-animation: closeMid 0.8s backwards;
            animation: closeMid 0.8s backwards;
            animation-direction: reverse;
        }

            .main-header .menu-icon__line::before {
                -webkit-animation: closeTop 0.8s backwards;
                animation: closeTop 0.8s backwards;
                animation-direction: reverse;
            }

            .main-header .menu-icon__line::after {
                -webkit-animation: closeBtm 0.8s backwards;
                animation: closeBtm 0.8s backwards;
                animation-direction: reverse;
            }

        .main-header .nav-links {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 6rem 0;
            width: 100vw;
            height: 100vh;
            font-size: 1.65rem;
            color: #fff;
            background: var(--primary);
            -webkit-transition: opacity .8s .5s, -webkit-clip-path 1s .5s;
            transition: opacity .8s .5s, -webkit-clip-path 1s .5s;
            transition: opacity .8s .5s, clip-path 1s .5s;
            transition: opacity .8s .5s, clip-path 1s .5s, -webkit-clip-path 1s .5s;
            -webkit-clip-path: circle(200px at top right);
            clip-path: circle(200px at top right);
        }

            .main-header .nav-links .nav-link {
                opacity: 0;
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
                width: 100%;
                text-align: center;
            }

                .main-header .nav-links .nav-link a {
                    display: block;
                    padding: 1.5rem 0;
                }

        .main-header .menu-btn:checked ~ .nav-links {
            opacity: 1;
            -webkit-clip-path: circle(100% at center);
            clip-path: circle(100% at center);
            display: block;
        }

            .main-header .menu-btn:checked ~ .nav-links .nav-link {
                opacity: 1;
                -webkit-transform: translateX(0);
                transform: translateX(0);
                -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                padding: 0;
            }

                .main-header .menu-btn:checked ~ .nav-links .nav-link a {
                    margin: unset;
                    color: #fff;
                    font-size:1.25rem;
                }

                .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(1) {
                    -webkit-transition-delay: .7s;
                    transition-delay: .7s;
                }

                .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(2) {
                    -webkit-transition-delay: .8s;
                    transition-delay: .8s;
                }

                .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(3) {
                    -webkit-transition-delay: .9s;
                    transition-delay: .9s;
                }

                .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(4) {
                    -webkit-transition-delay: 1s;
                    transition-delay: 1s;
                }

        .main-header .menu-btn:checked ~ .menu-icon {
            border-radius: 50%;
            -webkit-animation: pulse 1s;
            animation: pulse 1s;
        }

            .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line {
                background: #fff;
                -webkit-animation: openMid 0.8s forwards;
                animation: openMid 0.8s forwards;
            }

                .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::before {
                    background: #fff;
                    -webkit-animation: openTop 0.8s forwards;
                    animation: openTop 0.8s forwards;
                }

                .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::after {
                    background: #fff;
                    -webkit-animation: openBtm 0.8s forwards;
                    animation: openBtm 0.8s forwards;
                }

        .main-header .logo .logo {
            position: absolute;
            z-index: 10;
            top: 10px;
        }



    .dropdown-menu {
        width: 100%;
    }
        .dropdown-menu.show {
            display: flex;
            flex-direction:row;
            flex-wrap:wrap;
        }

        .dropdown-menu li {
            height: unset !important;
        }
        .dropdown-menu .nav-link {
            width:50% !important;
        }
        .dropdown-menu .nav-link a {
            font-size:1rem;
        }

        .dropdown-menu .dropdown-link {
            padding: 15px !important;
            font-size: 1rem !important;
        }



    section {
        padding: 50px 25px;
    }

    .home {
        height: unset;
        background: #ccc url('../img/WelcomeStarsMobile.jpg') no-repeat center top;
        padding-top: 150px;
        padding-bottom: 120px;
    }

        .home .section-title h1 {
            font-size: 3.5rem;
            font-weight: 700;
            padding: 0;
        }

        .home .offset-1,
        .home .offset-2 {
            margin: 0;
        }

        .home .col-sm-10 {
            width: 100%;
        }

        .home .col-sm-4 {
            width: 50%;
        }

        .home .btn {
            margin-bottom: 15px;
        }

    .col-sm-6 {
        width: 100%;
    }

    .Demos .p-5 {
        padding: unset !important;
    }

    .call-to-action {
        height: 200px;
    }

        .call-to-action .btn-buy-now {
            background: #fff;
            padding: 15px 55px;
        }
}

@media (max-width:568px) {
}

@media (max-width:480px) {
    .home {
        padding-bottom: 50px;
    }

        .home .col-sm-4 {
            width: 100%;
        }

    .p-5 {
        padding: 1rem !important;
    }

    .section-title h2 {
        font-size: 2rem;
    }
}

@media (max-width:360px) {
    .home .section-title h1 {
        font-size: 2.5rem;
    }

    .section-title h2 {
        font-size: 1.75rem;
    }

    .p-5 {
        padding: 1rem 0 !important;
    }

    .demo-product {
        margin: 10px;
    }
}

@media (max-width:320px) {
}
/*-- max height for iphone 6+, 7+ and 8+ --*/
@media screen and (max-width: 812px), screen and (max-height: 375px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container, .container-md, .container-sm {
        max-width: 100% !important;
    }

    .nav-top div.logo a img {
        height: 40px;
    }

    .home {
        padding-top: 120px;
    }

        .home .container {
            display: block;
        }

        .home .section-title h1 {
            font-size: 2.5rem;
            padding: 0;
        }

        .home .section-title p {
            padding: 5px;
        }

    .section-title {
        padding-bottom: 15px;
    }

        .section-title h2 {
            font-size: 2rem;
        }
}
