﻿body {
    font-family: 'Karla', sans-serif;
    /*font-family: 'Roboto Slab', serif;*/
}
:root {
    --color-dark: #59178a;
    --color-light: #b591d6;
}
header {
    /*background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/bg.png);
    background-size:100% 100%;
    background-position: 50% 50%;*/
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
    /*height:700px;*/
}
a{
    color: #000;
}
#wrapper {
    background-color: #eee;
    padding-bottom: 1em;
}
#topbar
{
    padding:10px 0;
}
#topbar a
{
    padding:10px;
    color:var(--color-dark);
    text-decoration:none;
    border-radius:5px;
}
    #topbar a:hover
    {
        background-color:var(--color-dark);
        color:#fff;
    }
nav .navbar-brand
{
    padding:0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

nav .navbar-brand img {
    width: 270px;
}
.navbar-nav .nav-link {
    padding: 10px 20px !important;
    color: #000;
    border-radius:5px;
    margin-left:5px;
    margin-right:5px;
}
    .navbar-nav .active,
    .navbar-nav .nav-link:hover {
        background-color: var(--color-dark);
        color: #fff;
        border-radius: 5px;
    }
#heading #homeSliders {
    width:100%;
}
#heading .intro {
    color: var(--color-dark);
    position:absolute;
    top:100px;
    font-weight:600;
}
#heading .carousel-item {
    width: 100%;
    height: 450px;
}
    /*#heading h1 {
        font-family: 'Roboto Slab', serif;
        font-weight:900;
        font-size:4em;
        margin-bottom:0.5em;
    }
    #heading p {
        color: #656565;
        margin-bottom: 3em;
        font-size: 1.2em;
    }
    #heading a
    {
        background-color:var(--color-dark);
        color:#fff;
        border-radius:40px;
        padding:15px 30px;
        text-decoration:none;
    }
    #heading #carouselProducts .carousel-item img{
        border-radius:10px;
        height:400px;
    }
    #heading img {
        width: 100%;
    }*/

#whyus
{
    padding:30px 0;
}
#whyus h6
{
    color:var(--color-dark);
    font-weight:600;
}
#whyus h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    font-size:2.2em;
    line-height:1.4em;
    margin-top:0.3em;
}
#whyus p
{
    margin:15px 0;
    font-size:1.1em;
    color:#444;
}
    #whyus .card {
        border: none;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
        text-align:center;
        border-radius:10px;
    }
        #whyus .card .card-body
        {
            padding:25px;
        }
        #whyus .card .card-title {
            font-family: 'Roboto Slab', serif;
            font-weight: 900;
            margin-bottom:15px;
        }
        #whyus .card .card-text
        {
            margin:0;
            padding:0;
            font-size:1em;
            color:#757575;
        }
        #whyus .card img {
            width: 60px;
            margin-bottom: 20px;
        }
    #whyus .card:hover
    {
        background-color:var(--color-dark);
        color:#fff;
    }
        #whyus .card:hover p
        {
            color:#fff;
        }
#presence
{
    padding:50px 0;
}
    #presence h6 {
        color: var(--color-dark);
        font-weight: 600;
        text-transform:uppercase;
        text-align:center;
    }

    #presence h1 {
        font-family: 'Roboto Slab', serif;
        font-weight: 900;
        font-size: 2.2em;
        line-height: 1.4em;
        margin-top: 0.3em;
        text-align:center;
        margin-bottom:1em;
    }
    #presence .card {
        border: none;
        box-shadow: 6px 5px 20px 7px rgba(0, 0, 0, 0.05);
    }
    #presence .card-title {
        font-size: 1.4em;
        font-weight:600;
    }
    #presence .img-wrapper {
        margin: 0 auto;
        width: 500px;
        overflow: hidden;
        font-size: 0;
    }
#presence img {
    max-width: 100%;
    transition: transform 0.3s ease-in-out;
}

    #presence .img-wrapper:hover img {
        transform:rotate(-25deg) scale(1.4);
    }

#home-products {
    padding: 30px 0;
    text-align:center;
}

    #home-products h6 {
        color: var(--color-dark);
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    #home-products h1 {
        font-family: 'Roboto Slab', serif;
        font-weight: 900;
        font-size: 2.2em;
        line-height: 1.4em;
        margin-top: 0.3em;
        text-align: center;
        margin-bottom: 1em;
    }
    #home-products .card {
        border: none;
        padding: 8px 4px;
        box-shadow: 0px 2px 4px #b68bd8;
    }
    #home-products .card-img-top
    {
        /* width:255px; */
        height:215px;
    }
    #home-products .card-body
    {
        text-align:center;
    }
    #home-products .card-title {
        margin: 0;
        background-color: rgba(181, 145, 214, 0.4);
        color:var(--color-dark);
        padding:5px;
        font-size:0.95em;
        border-radius:30px;
    }
    #home-products .ah
    {
        background-color:var(--color-dark);
        color:#fff;
        margin-top:30px;
        text-align:center;
        text-decoration:none;
        padding:10px 30px;
        border-radius:40px;
    }
#home-events {
    text-align: center;
    padding: 20px 0 70px 0;
}
    #home-events h6 {
        color: var(--color-dark);
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    #home-events h1 {
        font-family: 'Roboto Slab', serif;
        font-weight: 900;
        font-size: 2.2em;
        line-height: 1.4em;
        margin-top: 0.3em;
        text-align: center;
        margin-bottom: 1.3em;
    }
    #home-events img
    {
        height:160px;
    }
    #home-events span {
        font-size: 0.9em;
        margin-bottom: 0.5em;
        display: inline-block;
    }
    #home-events .card-body
    {
        text-align:left;
    }
    #home-events .card-title {
        font-family: 'Roboto Slab', serif;
        font-size: 1.2em;
        margin-bottom: 0.75em;
    }
        #home-events .card-title a
        {
            color:var(--color-dark);
            text-decoration:none;
        }
        #home-events .card-title a:hover {
            color: #000;
            text-decoration: none;
        }
    #home-events .card-text
    {
        color:#656565;
    }
    #home-events .view
    {
        background-color:var(--color-dark);
        color:#fff;
        border-radius:40px;
        padding:12px 30px;
        text-decoration:none;
    }

#members {
    padding: 40px 0 70px 0;
}

    #members h6 {
        color: var(--color-dark);
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    #members h1 {
        font-family: 'Roboto Slab', serif;
        font-weight: 900;
        font-size: 2.2em;
        line-height: 1.4em;
        margin-top: 0.3em;
        text-align: center;
        margin-bottom: 1.3em;
    }

    #members img {
        width: 100%;
    }

#amora {
    padding: 10px 0 70px 0;
}

    #amora h6 {
        color: var(--color-dark);
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }
    #amora img
    {
        width:100%;
    }

#footer {
    background-color: #F3F3F3;
    padding:14px 0 7px;
}
    #footer #subscribe
    {
        margin-bottom:2em;
    }
    #footer #subscribe h3
    {
        font-weight:600;
        margin:0;
        font-size:1.2em;
    }
        #footer #subscribe .form-control {
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
            border:none;
            padding:20px;
            box-shadow:none;
        }
        #footer #subscribe .btn {
            background-color: var(--color-dark);
            border: none;
            color: #fff;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
        }
    #footer #foo-links img
    {
          width: 350px;
    margin-bottom: 2em;
    margin-top: -32px;
    }
    #footer #foo-links p
    {
        font-size:0.99em;
        color:#888;
        line-height:1.7em;
    }
    #footer #foo-links .social a {
        color:var(--color-dark);
        padding:15px;
        text-decoration:none;
    }
    #footer #foo-links h3 {
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
        margin-bottom:1em;
        font-size:1.2em;
    }
    #footer #foo-links ul
    {
        margin:0;
        padding:0;
        list-style-type:none;
    }
    #footer #foo-links ul li
    {
        padding:5px 0px;
    }
        #footer #foo-links ul li a
        {
            color:#333;
            text-decoration:none;
        }
        #footer #foo-links ul li a:hover {
            color: var(--color-dark);
            text-decoration: underline;
        }
    #footer #foo-links .media
    {
        margin-bottom:0.3em;
    }
        #footer #foo-links .media i {
            margin: 4px 15px 0 0;
            color:var(--color-dark);
        }
        #footer #foo-links .media .media-body {
            font-size: 0.95em;
        }
#credit {
    background-color: #F3F3F3;
    color:#858585;
    font-size:0.85em;
}
#credit a
{
    color:var(--color-dark);
    text-decoration:none;
}
/*Common CSS */
#page-heading
{
    text-align:left;
    padding-top:20px ;
}
    #page-heading h6 {
        font-family: 'Roboto Slab', serif;
        font-weight: 100;
        margin-bottom: 0.3em;
        padding-bottom:0.5em;
        border-bottom: solid 2px #eee;
        color:var(--color-dark);
    }
#page-heading a
{
    color:var(--color-dark);
    text-decoration:none;
    margin-left:10px;
    margin-right:10px;
}
    #page-heading a:hover
    {
        color:#000;
    }
    #page-heading .static,
    #page-heading .static:hover{
        color: var(--color-light);
    }
.block-heading h6 {
    color: var(--color-dark);
    font-weight: 600;
    text-transform: uppercase;
}

.block-heading h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
/*///// About Us Page /////*/
#aboutus
{
    padding:20px 0 60px 0;
}
#aboutus img
{
    box-shadow:10px 10px var(--color-light);
}
.accordion .btn {
    box-shadow: none;
    text-decoration: none;
    color: var(--color-dark);
    font-size: 16pt;
}
.accordion .card {
    border-radius: 0;
    margin-bottom:1em;
    border:none;
}
.accordion .card-header {
    background-color: #fafafa;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion .card-body {
    border-bottom:solid 3px var(--color-dark);
}
.collapsible-link {
    position: relative;
}
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

/*///// Contact Us Page /////*/
#contactus {
    padding:20px 0 60px 0;
}
#contactus .card
{
    border:none;
}
#contactus .card-body
{
    padding:0;
}
    #contactus .card-title {
        font-family: 'Roboto Slab', serif;
        font-size: 1.6em;
        border-bottom: solid 1px #ddd;
        padding: 20px 0;
        margin-bottom:1em;
    }
    #contactus .card .media{
        margin-bottom:1em;
    }
    #contactus .card i {
        color: VAr(--color-dark);
        margin: 4px 15px 0 0;
        font-size:1.2em;
    }
    #contactus #social a
    {
        text-decoration:none;
        color:#777;
        font-size:1.1em;
    }
        #contactus #social a:hover i
        {
            background-color:var(--color-dark);
            color:#fff;
            border:solid 1px var(--color-dark);
        }

        #contactus #social i {
            color: #000;
            font-size: 1.2em;
            padding: 15px;
            border: solid 1px #ddd;
            border-radius: 50%;
            margin-right: 15px;
        }
/*//////// Categories page /////*/
#categories {
    padding:20px 0 60px 0;
}
    /*#categories #cat-list
    {
        column-count:2;
    }*/
        #categories #cat-list .nav-link {
            /*height: 122px;*/
            text-align: left;
            padding: 1em;
            background-color:#eee;
            color:#000;
            border-radius:0;
        }
            #categories #cat-list .nav-link:hover,
            #categories #cat-list .nav-link.active {
                background-color: var(--color-dark);
                color: #fff;
            }
    #categories .carousel-indicators {
        position: static;
    }

        #categories .carousel-indicators > li {
            width: 100px
        }

        #categories .carousel-indicators li img {
            display: block;
            opacity: 0.5;
            border: solid 2px #fff;
            height: 60px;
    width: 100%;
        }

        #categories .carousel-indicators li.active img {
            opacity: 1;
            border: solid 2px var(--color-dark);
        }

        #categories .carousel-indicators li:hover img {
            opacity: 0.75;
            border: solid 2px var(--color-dark);
        }

    #categories .carousel-item img {
        width: 100%;
        height: 560px;
    }
    #categories h1 {
        font-family: 'Roboto Slab', serif;
        font-size: 1.6em;
        border-bottom:solid 2px #ddd;
        margin-bottom:1em;
        padding-bottom:0.5em;
    }
    #categories h5
    {
        font-weight:600;
    }

/*/////// Products Page //////*/
#products {
    padding: 20px 0 60px 0;
}

#products #prodList img
{
    height:200px;
    width:100%;
}
    #products #prodList .card-title {
        font-family: 'Roboto Slab', serif;
        font-size: 1.4em;
        margin-bottom:0;
        color:var(--color-dark);
    }
    #products #prodList span
    {
        display:inline-block;
        width:60px;
    }
    #products #prodList .list-group-item {
        padding: .3rem 1.25rem;
        color:#656565;
        border:none;
    }
    #products #prodList .list-group
    {
        padding-bottom:15px;
    }
    #products #prodList .card {
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
        border: none;
        position: relative;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1);
        transition: all 200ms ease-in;
        transform: scale(1);
    }
        /*#products #prodList .card:hover {*/
            /*box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.05);*/
            /*box-shadow: 0px 0px 150px #000000;
            z-index: 2;
            -webkit-transition: all 200ms ease-in;
            -webkit-transform: scale(1.5);
            -ms-transition: all 200ms ease-in;
            -ms-transform: scale(1.5);
            -moz-transition: all 200ms ease-in;
            -moz-transform: scale(1.5);
            transition: all 200ms ease-in;
            transform: scale(1.5);
        }*/
#events
{
    margin-top:2em;
}
#events span {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    display: inline-block;
}

#events .card-body {
    text-align: left;
}

#events .card-title {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
    margin-bottom: 0.75em;
    line-height:1.8em;
}

    #events .card-title a {
        color: var(--color-dark);
        text-decoration: none;
    }

        #events .card-title a:hover {
            color: #000;
            text-decoration: none;
        }

#events .card-text {
    color: #656565;
}
    #events .box-carousel, #events .slide-box-carousel {
        width: 100%;
         height: 100%; 
         padding-bottom: 37.5%; 
        overflow: hidden;
    }
        #events .slide-carousel:not(.slide-detail),
        #events .box-carousel .slide:not(.slide-detail),
        #events .slide-box-carousel .slide:not(.slide-detail) {
            top: 0;
            width: 100%;
             height: unset; 
            /* padding-bottom: 75%; */
            background-size: cover;
            cursor: inherit;
        }