﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, a, div, span {
    font-family: 'Poppins', sans-serif;
}


*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.h-title {
    font-size: 50px;
    font-weight: 800;
}

.main-cta {
    background: #3d6fb6;
    padding: 10px 25px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
}

.top-fold {
    background-image: url('/img/background1.jpg');
    background-size: cover;
    background-position: top center;
    padding: 150px 0;
}

.dark {
    color: #373737;
}

.grayscale {
    filter: grayscale(100%);
}

.vmiddle {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.add {
    margin-left: 2px;
    padding: 8px;
}

.input-group-append .btn, .input-group-prepend .btn {
    z-index: 1 !important;
}

.quantity {
    width: 30px;
    text-align: center;
}

.minus {
    margin-right: 2px;
    padding: 8px;
}

.layer {
    position: relative !important;
}

#parallax-2 .layer {
    position: absolute !important;
}

ul li {
    list-style: none !important;
}

.bg-black {
    background: #1a1919;
}

.btn.primary-blue {
    background-color: #44ffaf;
    color: #27938a;
}

.product-lists .btn.primary-blue {
    background-color: transparent;
    color: #0d0c4a;
    border: 1px solid #0d0c4a;
    margin-top: 15px;
}

.btn-minus, .btn-add {
    padding: 1px 6px !important;
}

.btn.primary-blue:hover {
    color: white;
    background: #4785fc;
    border: 1px solid #4785fc;
}

.vbottom {
    position: absolute;
    bottom: 0%;
    width: 100%;
}

.primary-color {
    background-color: #27938a;
}

.navbar {
    z-index: 2 !important;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

.cart-img {
    top: 0;
    right: -20px;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
/* * * ========================================== * Top fold section * ========================================== * */
#Parallax {
    position: absolute;
    z-index: 0;
    overflow: hidden;
}



.sec1 {
    background: url("/img/1.jpg");
    background-size: cover;
}

.sec2 {
    background: url("/img/2.jpg");
    background-size: cover;
}

.sec3 {
    background: url("/img/3.jpg");
    background-size: cover;
}
/* * logos section */
.logos img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all .3s ease;
}

    .logos img:hover {
        filter: grayscale(0%);
        opacity: 1;
    }
/* * product list section */
.divider h2 {
    font-weight: bold;
}
/* * product list section */
.product-lists {
    background: #f0f1f2;
}

    .product-lists .prod div.content {
        background: white;
        /*! padding: 0px 0px 29px; */
        border-radius: 0.9px;
        min-height: 480px;
        border-bottom: 3px solid #1469c3;
        position: relative;
        padding-top: 40px;
    }

        .product-lists .prod div.content:hover {
            box-shadow: 1px 12px 5px -7px rgba(0,0,0,0.29);
            -webkit-box-shadow: 1px 12px 5px -7px rgba(0,0,0,0.29);
            -moz-box-shadow: 1px 12px 5px -7px rgba(0,0,0,0.29);
        }

    .product-lists .prod figure {
        box-sizing: border-box;
        min-height: 250px;
        height: 250px;
        width: 100%;
        position: relative;
        transition: all .5s ease;
    }

    .product-lists .prod div figure.preview {
        position: absolute;
        background: black;
        margin-bottom: 0px;
        opacity: 0;
        top: 0;
    }

    .product-lists .preview p {
        padding: 0.6em 0.4em;
        text-align: left;
        background: rgba(0,0,0,0.5);
        margin: 0px;
        text-align: center;
        line-height: 20px;
        /* font-size: 1em;
     */
        font-weight: 300;
    }

    /* .product-lists .prod div:hover figure.preview {
        opacity: 1;
    }

    .product-lists .prod div:hover figure.item {
        opacity: 0;
    }*/

    .product-lists h3 {
        color: #000;
        font-weight: bold;
        padding: 0 25px;
        font-size: 17px;
        margin-top: 5px;
    }

    .product-lists h4 {
        font-size: 1.1em;
    }

    .product-lists h5 {
        font-size: 1.1em;
        font-weight: 600;
    }
/* * testimonials section */
.testimonials p {
    padding: 1em 6em;
}
/* carousel */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-slider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.prod:hover {
    cursor: pointer;
}

.prod a:hover {
    text-decoration: none;
}
/* end carousel */
/* * nearfooter section */
.nearfooter {
    background-color: #faf7f7;
    background: url(/img/background2.webp) no-repeat;
    background-size: cover;
    height: 600px;
    background-position: top center;
}

    .nearfooter .vmiddle {
        padding: 50px;
        background: rgba(255,255,255,0.75);
        border: 2px solid #29c4ac;
    }


/*misc*/
.font-hammersmith {
    font-family: 'Hammersmith One', sans-serif;
}
/* * footer section */
footer {
    background-color: #0eb8b7;
}

    footer p {
        font-weight: 300;
        padding: 5px 20px 5px 0px;
        color: white;
    }

    footer h3 {
        font-size: 1.1em;
        color: white;
    }

    footer a, .copy p {
        color: white;
        font-weight: 300;
    }

        footer a:hover {
            text-decoration: none;
            color: white;
        }

    footer li {
        display: block;
    }

    footer .social i {
        color: white;
        font-size: 1em;
        padding: 5px;
    }

    footer i::before {
        font-size: 1.6em;
    }

    footer .social li {
        display: inline-block;
    }
/*copy */
.copy {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(255,255,255,0.19);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #1a1919;
}

    .copy p {
        font-size: 0.9em;
    }
/*media query */
@media screen and (max-width: 767px) {
    .nearfooter .row {
        flex-direction: column-reverse;
    }

    .top-fold {
        padding: 90px 0 30px 0;
        background-position: 100% 50%
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 367px) {


    #parallax-1 img {
        width: 18em;
    }

    .top-fold {
        background-image: url('/img/background1.jpg');
        background-position: 90% 20%;
    }

    body {
        font-size: 0.8em;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar-brand img {
        width: 7em;
    }



    #parallax-2 img {
        width: 102% !important;
    }

    .divider img.d-inline-block {
        width: 6em;
        display: block !important;
        margin: 0 auto;
    }

    .divider h2, .divider p {
        text-align: center;
    }

    .testimonials p {
        padding: 0px;
    }

    .testi-box img {
        width: 30% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {




    body {
        font-size: 0.9em;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


    body {
        font-size: 0.9em;
    }


    .cartItem {
        max-height: 500px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


    body {
        font-size: 1em;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}


@media (max-width: 767px) {
    .cartItem {
        font-size: 0.9rem;
    }
}
