@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Aclonica&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin-top: 72px;
}

a {
    text-decoration: none !important;
}

button:active,
button:focus,
button {
    outline: none;
    box-shadow: none;
}

.primary-nav.navbar-light .navbar-nav .nav-link:not(.case):not(.brush) {
    color: #483d8b;
    font-weight: 500;
    border: 1px solid #483d8b;
    margin: 0 5px;
    /* border-radius: 9px; */
    padding-left: 20px;
    padding-right: 20px;
}

.primary-nav.navbar-light .navbar-nav .nav-link.brush {
    color: #fff;
    font-weight: 500;
    border: 1px solid #F48FB1;
    background-color: #F48FB1;
    margin: 0 5px;
    /* border-radius: 9px; */
    padding-left: 20px;
    padding-right: 20px;
}
.primary-nav.navbar-light .navbar-nav .nav-link.case {
    color: #fff;
    font-weight: 500;
    border: 1px solid #483d8b;
    background-color: #483d8b;
    margin: 0 5px;
    /* border-radius: 9px; */
    padding-left: 20px;
    padding-right: 20px;
}

header {
    box-shadow: 0 3px 13px rgb(0 0 0 / 19%);
    position: absolute;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: #fff !important;
}

.navbar-brand .logo {
    max-width: 150px;
}


/* *******************************
******************************* */

.hero-section {
    /* min-height: calc(100vh - 72px); */
    /* background-image: url('../images/all.jpg'); */
    /* background-color: #483d8b; */
    background-color: #FAFAFA;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hero-item {
    height: calc(80vh - 72px);
}

.hero-item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (max-width: 320px) {
    .hero-item img {
        -o-object-fit: contain;
           object-fit: contain;
    }

    .hero-item {
        height: 110px;
    }

    section.products {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .section-title {
        margin-bottom: 30px !important;
    }

    .section-title h3 {
        font-size: 24px !important;
    }

    .initiative_content_wrap {
        padding: 40px 30px !important;
    }

}

@media (max-width: 425px) and (min-width: 321px) {
    .hero-item {
        height: 200px;
    }

    .hero-item img {
        -o-object-position: right;
           object-position: right;
    }

    section.products {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .section-title {
        margin-bottom: 30px !important;
    }

    .section-title h3 {
        font-size: 24px !important;
    }

    .initiative_content_wrap {
        padding: 40px 30px !important;
    }

}


.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}


@media (max-width: 991px) {
    .primary-nav.navbar-light .navbar-collapse {
        border-top: 1px solid #eaeaea;
        padding-top: 15px;
    }
    .primary-nav.navbar-light .nav-link {
        text-align: center;
        margin-bottom: 10px !important;
    }
}

/* *******************************
******************************* */

.btn-block {
    display: block;
}

.sec-gap {
    /* margin-top: 30px; */
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-gap h3 {
    font-size: 42px;
    color: #fff;
    font-family: 'Aclonica', sans-serif;
    text-align: center;
    cursor: default;
}
.sec-gap.sec-bg-pink {
    background-image: url('../images/sec-bg-pink.jpg');
}
.sec-gap.sec-bg-blue {
    background-image: url('../images/sec-bg-blue.jpg');
}

@media (max-width: 768px) {
    .sec-gap {
        margin-bottom: 30px;
    }
}
@media (max-width: 425px) {
    .sec-gap h3 {
        font-size: 32px;
    }
}

.section-title h3 {
    font-size: 36px;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 60px;
}

.sec-title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 55px;
}

.sec-title h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* *******************************
******************************* */

.initiative_banner {
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: contain;
    background-position: center;
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.initiative_content_wrap {
    padding: 120px 80px;
    background: #fff;
    position: relative;
}

.initiative_content {
    max-width: 420px;
    margin: 0 auto;
}

.initiative_content h3 {
    color: var(--theme-text-color);
}

.initiative-btn {
    border-radius: 0 !important;
}

.triangle {
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
}

@media (min-width: 768px) {
    .initiative_wrap.even .initiative_banner .triangle {
        border-width: 50px 50px 50px 0;
        border-color: transparent #ffffff transparent transparent;
        right: -1px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
                filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    }

    .initiative_wrap.even .initiative_banner {
        box-shadow: inset -5px 0px 10px rgb(0 0 0 / 14%);
    }
    .initiative_wrap.odd .initiative_banner {
        box-shadow: inset 5px 0px 10px rgb(0 0 0 / 14%);
    }
    .initiative_wrap.odd .initiative_banner .triangle {
        border-width: 50px 0 50px 50px;
        border-color: transparent transparent transparent #ffffff;
        left: -1px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
                filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    }
}

@media (max-width: 767px) {
    .initiative_wrap.odd {
        flex-direction: column-reverse;
    }

    .initiative_banner {
        height: 0;
        padding-bottom: 66.66%;
        box-shadow: inset 0px -5px 10px rgb(0 0 0 / 0.14);
    }

    .triangle {
        border-width: 0 50px 50px 50px;
        border-color: transparent transparent #ffffff transparent;
        left: 50%;
        bottom: -1px;
        transform: translateX(-50%);
        -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
                filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    }
}

/* *******************************
******************************* */

section.products {
    padding-top: 60px;
    padding-bottom: 60px;
    /* background: #deb887; */
    background: #1a0d52;
}

.product {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    cursor: default;
    height: 100%;
}

.product-image img {
    height: 200px;
    object-fit: contain;
    object-position: center;
    background-color: #fff;
    width: 100%;
}

.product-image {
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.product-meta {
    height: 110px;
    border-bottom: 1px solid #eaeaea;
}

.buy-btn {
    margin-top: 15px;
}

.product-price {
    padding-bottom: 10px;
}

.product-price span strong {
    color: #424242;
}

.product-price span {
    color: #FF9800;
    font-weight: 700;
}


/*--------------------------------------
------- FAQ AREA CSS START -------
---------------------------------------*/
#faqs {
    padding-top: 60px;
    padding-bottom: 60px;
}

.faq-area {
    box-shadow: 0 0 15px #eee;
}
.faq-area .card {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    padding: 10px 30px;
}
.faq-area .card-header {
    background: transparent;
}
.faq-area .card-header {
    border: none;
    border-radius: 0;
    padding: 0;
}
.faq-area .card-header a {
    color: #303030;
    padding: 15px;
    font-size: 16px;
    display: block;
    position: relative;
}
.faq-area .card-header a::after {
    font-family: 'icofont';
    font-size: 20px;
    content: "\eb5a";
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    vertical-align: middle;
    bottom: 0;
    margin: auto;
	opacity: 0.7;
}
.faq-area .card-header a[aria-expanded="true"]::after {
    content: "\eb62";
}
.faq-area .card-body {
    padding: 0;
    margin: 10px 40px 20px;
    position: relative;
    padding-left: 30px;
}
.faq-area .card-body::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #7c9afc;
    content: "";
}

.faq-area .panel-collapse {
    background: #fafafa;
}

/*--------------------------------------
-------- FAQ AREA CSS END --------
---------------------------------------*/


/* *******************************
******************************* */

footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #212121;
}

.copyright-txt {
    color: #fff;
}
.copyright-txt strong {
    color: #dcae6a;
}

.designer {
    color: #fff;
}

.designer a {
    color: #dcae6a;
    font-weight: 700;
}
.designer a:hover {
    text-decoration: none;
}