﻿* {
    padding: 0;
    margin: 0px;
    box-sizing: border-box
}

.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif;
}

/*nav-start*/
.navbar-logo {
    padding: 15px;
    color: #fff;
}

.navbar-mainbg {
    background-color: #353b4d;
    padding: 0px;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

    #navbarSupportedContent ul {
        padding: 0px;
        margin: 0px;
    }

        #navbarSupportedContent ul li a i {
            margin-right: 10px;
        }

    #navbarSupportedContent li {
        list-style-type: none;
        float: left;
    }

    #navbarSupportedContent ul li a {
        color: rgba(255,255,255,1);
        text-decoration: none;
        font-size: 15px;
        display: block;
        padding: 20px 20px;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        position: relative;
    }

    #navbarSupportedContent > ul > li.active > a {
        color: #353b4d;
        background-color: #f9f6f1;
        transition: all 0.7s;
        border-radius: 20px 20px 0px 0px;
    }

    #navbarSupportedContent a:not(:only-child):after {
        content: "\f105";
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 14px;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        transition: 0.5s;
    }

    #navbarSupportedContent .active > a:not(:only-child):after {
        transform: rotate(90deg);
    }

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

    .hori-selector .right,
    .hori-selector .left {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #fff;
        bottom: 10px;
    }

    .hori-selector .right {
        right: -25px;
    }

    .hori-selector .left {
        left: -25px;
    }

        .hori-selector .right:before,
        .hori-selector .left:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #353b4d;
        }

    .hori-selector .right:before {
        bottom: 0;
        right: -25px;
    }

    .hori-selector .left:before {
        bottom: 0;
        left: -25px;
    }


@media(min-width: 992px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }

        .navbar-expand-custom .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }
}


@media (max-width: 991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }

    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

        .hori-selector .left,
        .hori-selector .right {
            right: 10px;
        }

        .hori-selector .left {
            top: -25px;
            left: auto;
        }

        .hori-selector .right {
            bottom: -25px;
        }

        .hori-selector .left:before {
            left: -25px;
            top: -25px;
        }

        .hori-selector .right:before {
            bottom: -25px;
            left: -25px;
        }
}


.container.nav-container {
    background: #353b4d;
}

.container-fluid.nav-container-fluid {
    background: #353b4d;
}

/*nav-end*/


/*section1-start*/
.section1 {
    position: relative;
    background-image: url(../img/banner-img.jpg);
    padding: 75px;
    background-size: cover;
    height: 550px;
    background-repeat: no-repeat;
    background-position: 110px 0px;
}

    .section1::after {
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff24;
        content: "";
        width: 100%;
        height: 100%;
        z-index: -1;
    }

h1.section1-heading {
    font-size: 80px;
    font-weight: 300;
    font-family: 'Barlow';
}

p.section1-sub-heading {
    color: #49494c;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

a.section1-btn {
    background: #353b4d;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 2px 3px 0px #0000002b;
    transition: all 0.3s ease;
    padding: 16px 52px;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    background-color: #ffffcc;
    white-space: nowrap;
    position: relative;
}

.slider {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 10s linear infinite;
}

@keyframes scrollText {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.slider span {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}
/*section1-end*/


/*section2-start*/
h1.section2-heading {
    font-family: 'Barlow';
    margin: 30px 0px;
    margin-top: 0px;
    font-weight: 300;
}

.section2-img {
    background-image: url('../img/section2-card-img/section2-card-img1.jpg');
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.section2-btn {
    padding: 8px 10px;
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-family: 'Barlow';
    font-weight: 300;
    text-transform: none;
    width: 100%;
    box-shadow: 0px 2px 2px 0px #00000024;
    transition: .5s all ease;
    cursor: pointer
}

    .section2-btn a {
        text-decoration: none;
        color: #353b4d;
    }

        .section2-btn a i {
            transform: rotate(325deg);
            font-size: 14px;
            color: #353b4d;
        }

    .section2-btn:hover {
        background: #353b4d;
    }

        .section2-btn:hover a {
            color: #fff
        }

            .section2-btn:hover a i {
                color: #fff
            }

section.section2 {
    padding: 30px 0px;
    background: #F5F5F5;
}


.section2-img.two {
    background-image: url('../img/section2-card-img/section2-card-img2.jpg');
}

.section2-img.three {
    background-image: url('../img/section2-card-img/section2-card-img3.jpg');
}

.section2-img.four {
    background-image: url('../img/section2-card-img/section2-card-img4.jpg');
}

.section2-img.five {
    background-image: url('../img/section2-card-img/section2-card-img5.jpg');
}

.section2-img.six {
    background-image: url('../img/section2-card-img/section2-card-img6.jpg');
}

a.section2-heading {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: 'Barlow';
}
/*section2-end*/


/*section3-start*/
.section3 .wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
}

.section3 section.row {
    margin: 0 0 30px 0;
}

/* Actual content */

.item-top-title h2 {
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 600;
}

.item {
    width: 24%;
    height: 350px;
    background-image: url(http://i202.photobucket.com/albums/aa307/slucas_bucket/fresh-1.jpg);
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: relative;
    float: left;
    margin-right: 1.33%;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .item.one {
        background-image: url('../img/price-section-imgs/price-card-img1.jpg');
    }

    .item.two {
        background-image: url('../img/price-section-imgs/price-card-img2.jpg');
    }

    .item.three {
        background-image: url('../img/price-section-imgs/price-card-img3.jpg');
    }

    .item.four {
        background-image: url('../img/price-section-imgs/price-card-img4.jpg');
    }

    .item.five {
        background-image: url('../img/price-section-imgs/price-card-img5.jpg');
    }

    .item:nth-child(4n+4) {
        margin-right: 0px;
    }

.item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.42)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000', GradientType=0);
    /* IE6-8 */

    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.item:hover .item-overlay {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.42)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000', GradientType=0);
    /* IE6-8 */

    background-color: rgba(0, 0, 0, 0.4);
}

.item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-top-content {
    position: relative;
}

.item-top-content-inner {
    position: absolute;
    bottom: 0;
    padding: 10px 15px 10px 15px;
    background: rgba(255, 255, 255, .85);
    width: 100%;
}

.item-add-content {
    padding: 0 15px 15px 15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-add-content {
    opacity: 1
}

.item-add-content-inner {
    border: 0px solid #dadada;
    border-top-width: 1px;
    padding-top: 10px;
}
/* Buttons */



.btn.buy {
    background-color: #353b4d;
    text-align: center;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    opacity: 1;
    border: 0px solid #353b4d;
    border-bottom-width: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn.buy:hover {
        background-color: #353b4d;
    }

.expand {
    display: block;
}
/* Tags */

.sale-tag {
    width: 50px;
    height: 100px;
    background: #353b4d;
    position: absolute;
    top: -45px;
    right: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

    .sale-tag span {
        position: absolute;
        top: 48px;
        left: 2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 11px;
        color: #fff;
    }
/* content */

.item-product {
    width: 70%;
    float: left;
}

.item-product-price {
    width: 30%;
    float: right;
    text-align: right;
}
/* Style / Theming */


.subdescription {
    font-family: 'helvetica neue';
    font-size: 0.8em;
    font-weight: 400;
    color: #7d7d7d;
    margin: 0px
}
/*product price*/

.item-product-price {
    color: #353b4d;
    font-size: 1em;
    font-weight: 700;
    position: relative;
    font-family: 'helvetica neue'
}

    .item-product-price .subdescription {
        color: #7d7d7d;
    }

.old-price {
    border: 0 solid #7d7d7d;
    border-bottom-width: 1px;
    margin-top: -11px;
    width: 30px;
    position: absolute;
    right: -2px;
    bottom: 10px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.item-content {
    background: rgba(255, 255, 255, .85);
}

.item-add-content {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #7d7d7d;
}

    .item-add-content .section {
        margin-bottom: 10px;
    }

        .item-add-content .section:last-of-type {
            margin-bottom: 0;
        }

    .item-add-content h4 {
        font-weight: 600;
        color: #222;
        font-size: 0.8em;
    }

    .item-add-content p {
        font-size: 0.8em;
    }

h1.section3-heading {
    font-family: 'Barlow';
    margin: 0px 0px;
    margin-top: 0px;
    font-weight: 300;
    text-align: center;
}

span.section3 {
    text-align: center;
    font-family: 'Barlow';
    font-weight: 400;
    color: #707070;
    font-size: 14px;
    margin: 15px 0px;
    margin-bottom: 30px;
}

section.section3 {
    padding: 50px 0px;
    background: #f5f5f5;
}

/*section3-end*/

/*section4-start*/

section.section4 {
    margin: 50px 0px;
}

.row.section4-row {
    background: #607d8b2e;
    padding: 20px;
    border-radius: 40px;
    align-items: center;
}

.section4.h1 {
    font-size: 60px;
    font-family: 'Barlow';
    font-weight: 100;
}

    .section4.h1 span {
        font-size: 60px;
        font-family: 'Barlow';
        font-weight: bold;
    }

.section4.span {
    color: #545454;
    font-weight: 400;
}

.content {
    text-align: center;
}

.title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Barlow';
    margin-bottom: 5px;
}

.content p {
    font-family: 'Barlow';
    font-size: 14px;
    font-weight: 400;
    color: #4d5052;
}

.icon i {
    font-size: 25px;
}

.icon {
    text-align: center;
    margin-bottom: 10px;
}

.card.section4 {
    border: 1px solid #e7e0e0;
    background: #ffffff8c;
}
/*section4-end*/


/*section5-start*/

.section5.h1 {
    font-size: 60px;
    font-family: 'Barlow';
    font-weight: 100;
}

    .section5.h1 span {
        font-size: 60px;
        font-family: 'Barlow';
        font-weight: bold;
    }

.section5.span {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

a.section5-btn {
    background: #353b4d;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 2px 3px 0px #0000002b;
    transition: all 0.3s ease;
    padding: 16px 52px;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
/*section5-end*/

/*section6-start*/
section.section6 {
    padding: 50px 0px;
    margin: 50px 0px;
    background: #f5f5f5;
    margin-bottom: 0px;
}

h1.section6-heading {
    font-family: 'Barlow';
    margin: 0px 0px;
    margin-top: 0px;
    font-weight: 300;
    text-align: center;
}

span.section6 {
    text-align: center;
    font-family: 'Barlow';
    font-weight: 400;
    color: #707070;
    font-size: 14px;
    margin: 15px 0px;
    margin-bottom: 30px;
}

.card-section6-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.section6-text {
    font-size: 16px;
    line-height: 28.8px;
    font-family: 'Barlow';
    margin: 15px 0px;
    font-weight: 400;
    color: #353b4d;
}

.section6-author .name {
    font-weight: 600;
}

.section6-author .metas {
    font-size: 14px;
    color: #545454;
}

.section6-author {
    margin: 20px 0px;
}

.section6-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #80808040;
}

.section6-content-wrap .product-title a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.section6-content-wrap .price {
    font-weight: bold;
    font-family: 'Barlow';
}

.section6-content-wrap {
    text-align: center;
}

a.price-icon {
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    text-align: center;
    text-decoration: none;
    color: #000;
    transform: rotate(-45deg);
    transition: .5s all ease;
}

    a.price-icon:hover {
        padding: 10px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ffffff;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        transform: rotate(-45deg);
        background: #000;
    }

.image a img {
    border-radius: 8px;
    border: 1px solid #e3e3e3;
}

.card.section6-card {
    border: 1px solid #0000000f;
    padding: 20px;
    box-shadow: 1px 1px 3px 0px #d5d4d412;
}
/*section6-end*/

/*footer-start*/
.footer {
    background: linear-gradient(105deg, #353b4d, #161618);
    padding-top: 50px;
    padding-bottom: 20px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer {
}

@media only screen and (max-width: 768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Barlow';
}

    .single_footer h4::after {
        content: "";
        display: block;
        height: 2px;
        width: 40px;
        background: #fff;
        margin-top: 20px;
    }

.single_footer p {
    color: #fff;
    font-family: 'Barlow';
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .single_footer ul li a {
        color: #fff;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 30px;
        font-size: 12px;
        text-transform: capitalize;
        font-family: 'Barlow';
        text-decoration: none;
    }

        .single_footer ul li a:hover {
            color: #03a9f4;
        }

.single_footer_address ul li {
    color: #fff;
    font-family: 'Barlow';
}

    .single_footer_address ul li span {
        font-weight: 400;
        color: #fff;
        line-height: 28px;
        font-family: 'Barlow';
    }

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Barlow';
}

@media only screen and (max-width: 768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #03a9f4;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    font-family: 'Barlow';
}

    .subscribe__btn i {
        transition: all 0.3s ease 0s;
    }

@media only screen and (max-width: 768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #03a9f4;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 40px;
}

    .social_profile ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .social_profile ul li {
            float: left;
        }

            .social_profile ul li a {
                text-align: center;
                border: 0px;
                text-transform: uppercase;
                transition: all 0.3s ease 0s;
                margin: 0px 5px;
                font-size: 18px;
                color: #fff;
                border-radius: 30px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                display: block;
                border: 1px solid rgba(255, 255, 255, 0.2);
            }

@media only screen and (max-width: 768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social_profile ul li a:hover {
    background: #03a9f4;
    border: 1px solid #03a9f4;
    color: #fff;
    border: 0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
    margin-top: 15px;
    padding-top: 20px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}

    .copyright a {
        color: #03a9f4;
        transition: all 0.2s ease 0s;
    }

        .copyright a:hover {
            color: #03a9f4;
        }

/*footer-end*/

/*Responsive-theme-start*/
@media(max-width:991px) {
    .section1 {
        padding: 15px;
    }

    h1.section1-heading {
        font-size: 65px;
        font-weight: 300;
        font-family: 'Barlow';
    }

    p.section1-sub-heading {
        color: #49494c;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }

    .section2-img {
        height: 100vh;
        margin-bottom: 15px;
    }

    .item {
        width: 100%;
        height: 350px;
        margin-bottom: 25px;
        -webkit-box-shadow: none !IMPORTANT;
        box-shadow: none !important;
    }

    .section4.h1 span {
        font-size: 55px;
        font-family: 'Barlow';
        font-weight: bold;
    }

    .row.section4-row {
        background: #607d8b2e;
        padding: 20px;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a.section5-btn {
        margin-bottom: 15px;
    }
}
/*Responsive-theme-end*/
