@font-face {
    font-family: Nilland;
    src: url(../../../fonts/Nilland.woff);
}

.font-nillad {
    font-family: Nilland !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    color: #4a5f70 !important;
}


.aligncenter {
    display: block;
    margin: auto;
}

.bold {
    font-weight: 700 !important;
}

.font-reg {
    font-weight: 400 !important;
}

p {
    font-size: 14px;
}

#recentPost p {
    font-size: 24px;
    font-weight: 400;
}


/* H's Tags */
h1 {
    font-family: Nilland !important;
}
/* -------- */


/* SECTIONS*/
/* Section01*/
.section01 h1 {
    font-size: 40px;
    color: #006bcd;
    line-height: 40px;
}

.section01 img {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}
/*------*/


/* Section02 */
.section01 {
    display: block;
    margin: auto;
}

.section02 {
    display: block;
    margin: auto;
    padding: 20px 0;
}

    .section02 h2 {
        font-family: Nilland !important;
        color: #006bcd;
    }

    .section02 h4 {
        font-family: Nilland !important;
        color: #006bcd;
    }

.blog-container > .section02 > h4 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-weight: 300;
}

.lists p {
    margin: 0;
}

.dropcap {
    color: #006bcd;
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px;
    padding-right: 10px;
    font-weight: 400;
}

.title {
    margin: 5px 0;
}

body > div.blog-container.px-3 > section.section02 > div.row.pt-5.lists.pb-5 > h4 {
    font-size: 19px;
}
/* ------*/

/* Section03 */
.section03 {
    display: block;
    margin: auto;
    padding: 20px 0;
    font-weight: 300;
}

    .section03 h2 {
        font-size: 30px;
        font-family: Nilland !important;
        color: #006bcd;
        font-weight: 300;
    }

.shop-btn {
    color: #fff;
    text-align: center;
}

.shop-btn {
    cursor: pointer;
    color: #fff;
    background-color: #006bcd;
    padding: 15px 40px;
    border-radius: 5px;
    margin: auto;
    width: 195px;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    position: relative;
}

    .shop-btn:after {
        content: "\27A5";
        position: absolute;
        color: #fff;
        right: 20px;
        top: 20px;
    }

    .shop-btn span {
        color: #fff;
        font-size: 20px;
    }

    .shop-btn:hover {
        background: #01c07e;
    }

.products-container {
    position: relative;
}

.prod-1 span, .prod-2 span, .prod-3 span, .prod-4 span, .prod-5 span, .prod-6 span {
    font-weight: 700;
}

.prod-1, .prod-2, .prod-3, .prod-4, .prod-5, .prod-6 {
    padding: 8px 15px;
    border-radius: 100%;
    text-align: center;
    background: #01c07e;
    position: absolute;
    color: #fff;
}

.prod-1 {
    bottom: 10%;
    right: 15%;
}

.prod-2 {
    top: 25%;
    left: 20%;
}

.prod-3 {
    top: 18%;
    left: 43%;
}

.prod-4 {
    top: 33%;
    right: 15%;
}

.prod-5 {
    top: 50%;
    right: 30%;
}

.prod-6 {
    top: 55%;
    left: 13%;
}

.prod-text01 p, .prod-text02 p, .prod-text03 p, .prod-text04 p, .prod-text05 p, .prod-text06 p {
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.prod-text01, .prod-text02, .prod-text03, .prod-text04, .prod-text05, .prod-text06 {
    background: #3b3b3b;
    text-align: center;
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    transition: all 400ms ease-in-out;
    opacity: 0;
}

    .prod-text01.active {
        opacity: 1;
        top: -155%;
    }

    .prod-text02.active {
        opacity: 1;
        top: -155%;
    }

    .prod-text03.active {
        opacity: 1;
        top: -188%;
    }

    .prod-text04.active {
        opacity: 1;
        top: -188%;
    }

    .prod-text05.active {
        opacity: 1;
        top: -152%;
    }

    .prod-text06.active {
        opacity: 1;
        top: -152%;
    }

.prod-text01 {
    left: -13%;
    top: -185%;
}


.prod-text02 {
    left: -74%;
    top: -185%;
}

.prod-text03 {
    left: -74%;
    top: -220%;
}

.prod-text04 {
    left: -74%;
    top: -220%;
}

.prod-text05 {
    left: -52%;
    top: -188%;
}

.prod-text06 {
    left: -26%;
    top: -188%;
}

/* .prod-text01.active {
  opacity: 1;
} */

.prod-text01:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3b3b3b transparent transparent transparent;
    bottom: -9px;
    left: 17px;
}


.prod-text02:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3b3b3b transparent transparent transparent;
    bottom: -10px;
    left: 38px;
}

.prod-text03:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3b3b3b transparent transparent transparent;
    bottom: -10px;
    left: 38px;
}

.prod-text04:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3b3b3b transparent transparent transparent;
    bottom: -10px;
    left: 38px;
}

.prod-text05:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3b3b3b transparent transparent transparent;
    bottom: -10px;
    left: 30px;
}


.prod-text06:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3b3b3b transparent transparent transparent;
    bottom: -10px;
    left: 20px;
}


.ledkit-container, .membership-kit-container {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    padding: 20px 0 30px 0;
    transition: all 150ms ease-in-out;
    position: relative;
}

    .ledkit-container h2, .membership-kit-container h2 {
        font-weight: 300 !important;
    }

.ledkit-container {
    margin: 20px;
}

.value01 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 200px;
    overflow: hidden;
    height: 200px;
}

.value-inner {
    background-color: #006bcd;
    margin-top: 50px;
    transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg);
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

    .value-inner span {
        font-weight: 700;
    }

.membership-kit-container:hover {
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.3);
}

.ledkit-price {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    background: #4a5f70;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
}

.led-shop button {
    padding: 10px 40px;
    border: none;
    background: #000;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    transition: all 150ms ease-in-out;
    cursor: pointer;
}

    .led-shop button:hover {
        background: #4a5f70;
        transform: scale(1.1);
    }


.led-subscribe button {
    padding: 10px 40px;
    border: none;
    background: #01c07e;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    transition: all 150ms ease-in-out;
    cursor: pointer;
}

    .led-subscribe button:hover {
        transform: scale(1.1);
    }

.membership-kit-price {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    background: #01c07e;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
}

.price-big {
    font-size: 90px;
    font-weight: 900;
}

.prod-details {
    padding: 30px 0 20px 0;
}

.prod-det {
    position: relative;
    margin: 0 0 15px 40px;
}

.prod-det01 {
    position: relative;
    margin: 0 0 15px 40px;
}

.prod-det:before {
    content: url("../img/check-black.png");
    margin: 2px 10px 0 0;
    position: absolute;
    left: -35px;
}


.prod-det01:before {
    content: url("../img/check-blue.png");
    margin: 2px 10px 0 0;
    position: absolute;
    left: -25px;
}

.peryear {
    width: 200px;
    position: relative;
    display: block;
    margin: auto;
    text-align: left;
}

.per-text {
    font-size: 16px;
}

.peryearinner {
    position: absolute;
    right: 40px;
    font-size: 30px;
    top: 55px;
    line-height: 20px;
    font-weight: 900;
}
/* ------*/

/*Section04*/
.section04 {
    padding: 30px 0;
    width: 98%;
    display: block;
    margin: auto;
}

    .section04 h2 {
        font-family: Nilland !important;
        color: #01c07e;
    }

    .section04 a {
        color: #01c07e;
        font-weight: 300;
        font-size: 1.5rem;
    }

        .section04 a:hover {
            text-decoration: none;
            color: #01c07e;
        }

.readmore {
    padding: 15px 30px;
    border: solid 1px #01c07e;
    border-radius: 4px;
    transition: all 300ms ease-in-out;
    background: #fff;
    font-size: 16px;
    color: #01c07e;
    font-weight: 300;
    cursor: pointer;
}

    .readmore:hover {
        background: #01c07e;
        color: #fff;
    }

.slick-dots {
    display: none !important;
}


/*------*/

/*------*/


/* MEDIA QUERIES */
@media only screen and (max-width: 768px) {
    .icons {
        display: none;
    }

    .header-links {
        display: none;
    }

    .header-links-mobile {
        /*display: block !important;*/
    }

    .burger-toggle {
        display: block !important;
    }

    .header {
        padding: 30px 60px 30px 30px;
    }

    .max2 {
        max-width: 50% !important;
    }

    .number-of-order {
        right: -15px;
    }
}


@media only screen and (min-width: 768px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .regular-mobile.slider {
        display: block !important;
    }

    .regular.slider {
        display: none;
    }
}

.regular-mobile.slider {
    display: none;
}

/* -------- */


/* SLIDE CSS */
* {
    box-sizing: border-box;
}

.slider {
    width: 89%;
    margin: 30px auto;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}
/*  */
