﻿body {
    font-size: 14px;
}

a {
    text-decoration: none !important;
    color:#000;
}

.ff1 {
    font-family: 'Poppins', Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fw700 {
    font-weight: 700 !important;
}
.fw300 {
    font-weight: 300 !important;
}
.bbtnwhite {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 50rem !important;
    padding: 0.5rem 2rem !important;
    font-size: 14px;
    box-shadow: 0px 3px 20px #C3B5CB80;
    color: #7910A1;
}

.maintm {
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 1920px) {
    .maintm {
        max-width: 1620px
    }
}
@media screen and (max-width: 1920px) {
    .maintm {
        max-width: 1620px
    }
}
@media screen and (min-width: 1400px) and (max-width: 1620px){
    .maintm {
        max-width: 1320px
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .maintm {
        max-width: 1140px
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .maintm {
        max-width: 100%
    }

    .minp15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .minp15{
        padding-left:15px;
        padding-right:15px;
    }
}

/*Nav Begin*/
.navbar-default {
    height: 110px;
    border: none;
    background: 0 0;
    transition: all .5s;
    background-color: #5b067b;
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,.3);*/
    box-shadow: 0px 10px 20px #21022D52;
    color: #be81ff;
}
.navbar-brand > img {
    margin: 5px 5px 0 0;
    display: inline-block;
    transition: all .5s
}

.navbar-default .navbar-nav > li {
    padding: 0px 20px 5px;
}

.navbar-default .nav .nav-item .show:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-weight: 400;
    color: #be81ff;
    transition: all 250ms
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-default .nav .dropdown-menu {
    border: none !important;
    background-color: #be81ff;
    padding: 0 !important;
    border-radius: 0px !important;
}

.navbar-default .nav .dropdown-menu a {
    font-size: 14px;
    line-height: 1.8;
}

.navbar-default .nav .nav-link {
    padding: 0px !important;
}

.navbar-dark {
    box-shadow: 0px 10px 20px #21022D52;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        border-bottom: 3px solid #fff;
    }

    .navbar-default .navbar-nav > li:hover .dropdown-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-toggle {
        border: none;
        color: #c4800c;
        font-size: 26px
    }

    .navbar-default .container {
        background: #5b067b;
        z-index: 1000;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 500px;
        border: none
    }

    .navbar-default .navbar-nav {
        width: 100%;
    }

    .navbar-default .navbar-nav > li {
        padding: 5px 0
    }

    .navbar-default .navbar-nav li a {
        text-align: center !important;
    }

    .navbar-default .nav .dropdown-menu {
        background-color: #be81ff;
        border-radius: 0px;
        border: none !important;
    }

    .navbar-default .nav .dropdown-menu a {
        color: #fff !important;
        background-color: #5b067b;
        border: none !important;
    }

    .navbar-default {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        height: 70px;
    }

    .navbar .container {
        width: 100%;
    }
}

.nav-fill{
    width:100%;
    height:110px;
}
@media screen and (max-width: 767px) {
    .nav-fill {
        height: 70px;
    }
}

.h-bell {
    position: relative;
    display: block;
    border-bottom: none !important;
    transition: none !important;
}

.h-bell:hover, .h-bell:active {
    border-bottom: none !important;
}

.h-bell .v-icon {
    width: 20px;
    height: 20px;
    color: #fff;
}

.h-bell .dot {
    border-radius: 50%;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #dc3545;
}

/*Nav End*/


.carouselbar {
    width: 100%;
    padding-bottom: 100px;
    background-color: #fff;
}

.carousel-indicators {
    bottom: -68px;
    background-color: #fff;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50% !important;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    background-color: #b4b5bb;
}
.carousel-item img {
    border-radius: 0px 0px 50px 50px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #7910a1;
}
.ccarroricon {
    width: 100px;
    height: 100px;
}
@media screen and (max-width: 1360px) {
    .carousel-item img {
        border-radius: 0px 0px 30px 30px;
    }
}
@media screen and (max-width: 1024px) {
    .carousel-item img {
        border-radius: 0px 0px 25px 25px;
    }
    .carouselbar {
        padding-bottom: 60px;
    }
    .carousel-indicators {
        bottom: -58px;
    }
    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-item img {
        border-radius: 0px 0px 20px 20px;
    }
    .carouselbar {
        padding-bottom: 45px;
    }
    .carousel-indicators {
        bottom: -45px;
    }
    .carousel-indicators [data-bs-target] {
        width: 6px;
        height: 6px;
    }
    .b-arrow-icon {
        width: 32px;
        height: 32px;
        color: #fff;
    }
}


.bmore {
    box-shadow: 0px 3px 30px #3500496E;
    border-radius: 31px;
    background-color: #7910A1;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0.8rem 2rem;
}
.bmore:hover {
    color: #fff;
}

.hpheader{
    width:100%;
    text-align:center;
    margin:3rem auto;
}
.hpheader .tmain{
    font-weight: 700 !important;
    font-size:28px;
}
.hpheader .tsub {
    font-weight: 300 !important;
    margin-top:0.5rem;
}
@media screen and (max-width: 768px) {
    .hpheader {
        text-align: left;
        margin: 1rem auto 1rem;
    }
}

.hpbody {
    margin:0 auto;
    text-align:center;
}
.hplist{
    display:flex;
    flex-wrap:nowrap;
    padding:30px;
    justify-content:center;
}
.hplist .hpitem {
    flex:1;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 80px #9F89AC94;
    margin-right: 50px;
    flex-shrink: 0;
    max-width:500px;
}
.hplist .hpitem:last-child{
    margin-right:0px;
}
.hplist .hpitem:hover{
    background-color:#f4f4f4;
}
.hplist .hpitem .img {
    width: 100%;
    border-radius: 10px;
    overflow:hidden;
}
.hplist .hpitem .img img{
    width:100%;
    border-radius:10px;
}
.hplist .hpitem .ft{
    height:6.5rem;
}
.hplist .hpitem .tit{
    font-size:22px;
    font-weight:700;
    color:#000;
    margin-top:1.5rem;
    line-height:1.3;
    text-align:left;
    max-height:60px;
    overflow:hidden;
}
.hplist .hpitem .price {
    color: #7910A1;
    font-size: 18px;
    font-weight: 700;
    margin-top:0.5rem;
    text-align:left;
}

.hpbody .hpftmore {
    margin: 3rem auto;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .hplist .hpitem {
        margin-right: 30px;
    }
    .hplist .hpitem .tit {
        font-size: 18px;
    }
    .hplist .hpitem .price {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .hplistwarp {
        overflow-x: auto;
    }
    .hplist {
        width: 900px;
        padding: 30px 20px;
    }
    .hplist .hpitem {
        margin-right: 15px;
        padding: 10px;
        border-radius: 16px;
        box-shadow: 0px 4px 20px #9F89AC94;
    }
    .hplist .hpitem .ft{
        height:5.5rem;
    }
    .hplist .hpitem .tit {
        font-size: 16px;
        margin-top:0.6rem;
    }
    .hplist .hpitem .price {
        font-size: 14px;
    }
    .hpbody .hpftmore {
        text-align: left;
    }
}




.hlheader{
    margin:3rem auto;
    text-align:left;
}
.hlheader .logo{
    text-align:left;
}
.hlheader .tmain{
    font-weight:700;
    font-size:36px;
    color:#000;
    margin-top:1rem;
    line-height:1.3;
    max-width:700px;
}

.hlbody{
    margin: 0 auto;
}
.hllist{
    display:flex;
    flex-wrap:nowrap;
}
.hllist .hlitem{
    flex:1;
    margin-right:50px;
    box-shadow: 0px 4px 80px #9F89AC94;
    border-radius: 20px;
    padding:0px 20px 20px;
    max-width:500px;
}
.hllist .hlitem:last-child{
    margin-right:0px;
}
.hllist .hlitem .itbody{
    display:flex;
    justify-content:space-between;
}
.hllist .hlitem .itbody .itcon{
    text-align:left;
}
.hllist .hlitem .itbody .num {
    font-weight: 700;
    font-size: 60px;
    color: #5B067B;
}
.hllist .hlitem .itbody .tit{
    font-weight:700;
    font-size:18px;
    color:#000;
}
.hllist .hlitem .itbody .itimg{
    margin-top:20px;
}
.hllist .hlitem .vmore {
    display:inline-block;
    background-color: #E2D0E7;
    color: #7910A1;
    padding:0.3rem 1.2rem;
    border-radius:3rem;
    margin-top:1.5rem;
    font-weight:700;
}
@media screen and (max-width: 1200px) {
    .hllist .hlitem {
        margin-right: 30px;
    }
}
@media screen and (max-width: 768px) {
    .hlheader .tmain {
        font-size: 26px;
        max-width: 70%;
    }
    .hllist{
        flex-wrap:wrap;
    }
    .hllist .hlitem {
        flex:auto;
        width:100%;
        margin-right:0px;
        margin-bottom:1rem;
    }
    .hllist .hlitem:last-child{
        margin-bottom:0rem;
    }
}

.hsbody{
    width:100%;
}
.hslist{
    margin:0 auto;
}
.hslist .hsitem{
    margin-top:3rem;
    width:100%;
    position:relative;
}
.hslist .hsitem .img{
    width:100%;
    border-radius:1.25rem;
}
.hslist .hsitem .img img {
    width: 100%;
    border-radius:1.25rem;
}
.hslist .hsitem .itcon{
    display:flex;
    justify-content:space-between;
    position:absolute;
    bottom:20px;
    width:100%;
    left:0px;
    color:#fff;
}
.hslist .hsitem .itcon .tit{
    font-weight:700;
    font-size:30px;
    margin-left:58px;
    line-height:1.3;
}
.hslist .hsitem .itcon .addmore{
    margin-right:58px;
    width:4rem;
    height:4rem;
    border-radius:3rem;
    background-color:#fff;
    color:#78109f;
    text-align:center;
    font-size:2.3rem;
    display:flex;
    justify-content:center;
    align-items:center;
}
.hslist .hsitem .itcon .addmore:hover{
    background-color:#78109f;
    color:#fff;
}

@media screen and (max-width: 768px) {
    .hslist .hsitem {
        margin-top: 1rem;
    }
    .hslist .hsitem .itcon .tit {
        font-size: 20px;
        margin-left: 18px;
        max-width:50%;
    }
    .hslist .hsitem .itcon .addmore {
        margin-right: 18px;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.5rem;
    }
}

.bbtn1 {
    display: inline-block;
    background-color: #E2D0E7;
    color: #7910A1;
    padding: 0.3rem 1.2rem;
    border-radius: 3rem;
    font-weight: 700;
}
.bbtn2 {
    box-shadow: 0px 3px 30px #3500496E;
    border-radius: 31px;
    background-color: #7910A1;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0.8rem 2.5rem;
}
.bbtn2:hover{
    color:#fff;
}
.bbtn3 {
    border-radius: 31px;
    background-color: #fff;
    color: #7910A1;
    font-size: 14px;
    display: inline-block;
    padding: 0.8rem 2.5rem;
    box-shadow: 0px 3px 30px #35004940;
}

.hoheader {
    width: 100%;
    text-align: center;
    margin: 3rem auto 0rem;
    display:flex;
    justify-content:space-between;
}
.hoheader .hcon{
    text-align:left;
}
.hoheader .tmain {
    font-weight: 700 !important;
    font-size: 28px;
}
.hoheader .tsub {
    font-weight: 300 !important;
    margin-top: 0.5rem;
}
.hobody {
    width: 100%;
}
.hoswiper {
    overflow: hidden;
    padding: 3rem 0px;
}
.holist {

}
.holist .hoitem {
    margin-left:15px;
    margin-right: 15px;
    border-radius: 20px;
    max-width: 500px;
    flex-shrink: 0;
    box-shadow: 0px 0px 40px #35004940;
}
.holist .hoitem .img{
    width:100%;
    height:250px;
    overflow:hidden;
}
.holist .hoitem .img img{
    width:100%;
    border-radius:20px 20px 0px 0px;
}
.holist .hoitem .con{
    padding:10px 20px 20px;
    min-height:158px;
    text-align:left;
}
.holist .hoitem .tit{
    font-size:30px;
    font-weight:700;
    color:#000;
}
.holist .hoitem .ft{
    margin-top:0.5rem;
}

@media screen and (max-width: 768px) {
    .holist .hoitem {
        max-width: 300px;
    }
    .holist .hoitem .img{
        height:150px;
    }
    .holist .hoitem .tit{
        font-size:20px;
    }
    .holist .hoitem .con {
        min-height: 128px;
    }
}


.hbbody{
    display:flex;
    margin-top:2rem;
}
.hbbody .hbimg{
    flex:1;
    border-radius:20px;
    height:350px;
    overflow:hidden;
}
.hbbody .hbimg img{
    border-radius:20px;
    height:350px;
}
.hbbody .hbblock{
    width:450px;
    height:350px;
    background: transparent linear-gradient(136deg, #5B067B 0%, #2E033E 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    margin-left:1rem;
    padding:20px 20px 20px 40px;
    text-align:left;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.hbbody .tit{
    width:100%;
    color:#fff;
    font-size:35px;
    font-weight:700;
    line-height:1.3;
}
.hbbody .ft{
    width:100%;
    display:block;
    margin-top:1rem;
}
.hbbody .ft .bbtn3{
    width:300px;
    text-align:center;
}
@media screen and (max-width: 768px) {
    .hbwarp {
        padding-left: 0px !important;
        padding-right: 0px !important;
        position: relative;
    }
    .hbbody {
        flex-wrap: wrap;
    }
    .hbbody .hbimg {
        flex:auto;
        width:100%;
        max-width:100%;
        height:auto;
        padding:0rem 1rem;
        position:absolute;
        left:0;
        top:0;
        border-radius:0.5rem;
        box-shadow: 0px 40px 100px #C3B5CB24;
    }
    .hbbody .hbimg img {
        border-radius: 0.5rem;
        height: auto;
        width:100%;
    }
    .hbbody .hbblock {
        width:100%;
        max-width:100%;
        margin-left:0px;
        border-radius:0px;
        margin-top:15rem;
        padding-top:15rem;
        height:auto;
        padding-bottom:5rem;
    }

}

.footer{
    width:100%;
    margin:0px auto;
    text-align:center;
    padding-bottom:5rem;
}
.footer .footerbody{
    padding-top:5rem;
}
.footer .ftrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    align-items:center;
}
.footer .ftrow:first-child{
    margin-bottom:2rem;
}
.footer .ftlogo{
    flex:1;
    text-align:left;
}
.footer .ftmenu{
    max-width:350px;
    list-style-type:none;
    padding:0px;
    margin:0px;
    display:flex;
    flex-wrap:wrap;
}
.footer .ftmenu li{
    font-weight:700;
    font-size:16px;
    width:50%;
    text-align:left;
    padding:0.4rem 0rem;
}
.footer .ftmenu li a{
    color:#000;
}
.footer .ftsocial{
    flex:1;
}
.footer .ftsocial a{
    margin-right:20px;
}
.footer .copyright {
    flex:1;
    text-align:right;
    font-size:12px;
}

@media screen and (max-width: 768px) {
    .footer .footerbody {
        padding-top: 3rem;
    }
    .footer .ftmenu{
        width:100%;
        max-width:100%;
        margin-top:2rem;
    }
    .footer .copyright {
        flex: auto;
        width: 100%;
        margin-top: 2rem;
        text-align:left;
        margin-right:2rem;
    }
}