﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

html {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    ;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
div,
span {
    font-family: 'Inter', sans-serif;
    ;
}


*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: hsl(206deg 100% 97%) !important;
    font-weight: normal;
    text-align: left;
}

.h-title {
    font-size: 50px;
    font-weight: 800;
}

.main-cta {
    /*background: #fff;*/
    padding: 10px 25px;
    color: #0EB8B7;
    font-weight: normal;
    font-size: 18px;
    border-radius: 35px;
}

/*.top-fold {
    background-image: url(/img/background1.jpg);
    opacity: 0.8;
    background-size: cover;
    background-position: 100% 0;
    padding: 150px 0;
    background-repeat: no-repeat;
}*/

.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: #1584bd;
}

.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: #1584bd;
}

.navbar {
    z-index: 2 !important;
}

.shop-nav {
    background: linear-gradient(to right, #E99E24, #0884BC);
    border-radius: 24.5px;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (min-width: 1024px) {
    /*.top-fold  {
        height: 60vh
    }*/
}

.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: #dee5cf !important;
}

.product-lists .prod div.content {
    background: #ffffff;
    /*! padding: 0px 0px 29px; */
    position: relative;
    transition: all .2s ease-in-out;
    padding: 36px;
    border-radius: 4px;
    min-height: 270px;
    border: 4px solid #fff;
}

.product-lists .prod div.content:hover {
    transform: scale(1.1);
}

.product-lists .prod figure {
    box-sizing: border-box;
    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;
}

.testimonials {
    background-image: linear-gradient(to right, #E99E24, #0884BC), url(/img/pattern-overlay.png);
    background-size: contain;
}

.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;
    }
    .top-fold {
        background-image: linear-gradient(to right, rgb(14 184 183 / 91%), rgba(62, 111, 183, .5)), url(/img/background1.jpg);
        opacity: 0.8;
        background-position: 90% 20%;
    }*/
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 367px) {


    #parallax-1 img {
        width: 18em;
    }



    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;
    }
}

.links a {
    color: yellowgreen;
}