/* Font */
@font-face {
    font-family: 'Nature Beauty Personal Use Regular';
    src: url('Nature Beauty Personal Use Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Carousel */
.carousel-indicators{
    /* position: absolute!important; */
    /* right: 0!important; */
    bottom: 0!important;
    left: 0!important;
    z-index: 15!important;
    width: 170px!important;
    margin: 12px auto!important;
    border-radius: 20px!important;
    display: flex!important;
    padding: 9px!important;
    background: #0607078a!important;
    justify-content: center!important;
    -ms-flex-pack: center!important;
    /* padding-left: 0; */
    /* margin: auto; */
    /* list-style: none; */
}
.general-caption{
    font-size: 12px;
    font-family: "Poppins";
}
.general-icon{
    font-size: 20px;
}
.general-arrowback{
    color: #000;
    position: absolute;
    top: 8%;
    left: 1%;
    font-size: 52px;
}
.general-icon-caption{
    font-size: 18px;
    align-self: center;
    font-family: "Poppins";
    font-weight: 600;
}
.owl-next{
    right: -55px;
}
.owl-prev{
    left: -55px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.carousel-indicators li{

    border-radius: 20px;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 9px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    opacity: .5;
    transition: opacity .6s ease;
    background-clip: unset;
    border-top: unset;
    border-bottom: unset;
}
/*.carousel-caption{padding-bottom:5em;}*/
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/* Carousel */

/*  *Navbarn/
@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/
.logo-wrapper{
    width: 10em;
}
.acenter{
    align-self: center;
}
.navbar-brand  span{
	color: #fed136;
	font-size:25px;font-weight:700;letter-spacing:0.1em;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
}
.navbar-brand {
	color: #fff;
	font-size:25px;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
	font-weight:700;
	letter-spacing:0.1em;
}

.navbar-nav .nav-item .nav-link{
	padding: 1.1em 1em!important;
	font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
   font-family: 'Gothic A1', sans-serif;
}
.navbar-nav .nav-item .nav-link:hover{color:#fed136;}
.navbar-expand-md .navbar-nav .dropdown-menu{
	border-top:3px solid #fed136;
}
.dropdown-item:hover{background-color:#fed136;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
	}
	
.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.normal {
    background-color: #fff;
}

/* mobile view */
@media (max-width:500px)
{
.navbar-nav{
    background-color:#000;
    border-top:3px solid #fed136;
    color:#fff;
    z-index:1;
    margin-top:5px;
    }
.navbar-nav .nav-item .nav-link{
    padding: 0.7em 0.5em!important;
    font-size: 100%;
    font-weight: 500;
}
.banner-text{
	padding:150px 0 150px 0;
}
.banner-heading{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-sub-heading{
	font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    margin-bottom: 40px;
}

}

@media (max-width:768px){
    .banner-text{
        padding:150px 0 150px 0;
    }
    .banner-sub-heading{
        font-size: 23px;
        font-weight: 200;
        line-height: 23px;
        margin-bottom: 40px;
    }
}
/* Sidebar */
a {
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

a:hover {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.sidebar-nav ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.sidebar-nav ul li {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    width: 100%;
}

.sidebar-nav ul li a {
    color: #fe8989;
    font-size: 0.75em;
    padding: 1.05em 0em;
    position: relative;
    display: block;
}

.sidebar-nav ul li a:hover {
    background-color: #fe8989;
    color: #fff!important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.sidebar-nav ul li i {
    font-size: 1.8em;
    padding-right: 0.5em;
    width: 9em;
    display: inline;
    vertical-align: middle;
}



.sidebar-nav .nav-flyout {
    position: absolute;
    background-color: #080D11;
    z-index: 9;
    left: 2.5em;
    top: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-nav .nav-flyout a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-nav ul>li:hover .nav-flyout {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.text-center {
    text-align: center;
}

.navbar-toggler {
    color: rgba(255, 79, 79, 0.5) !important;
    padding: 0.3em 0.4em;
    border-radius: 20px;
    border-color: rgba(255, 79, 79, 0.5) !important;
    box-shadow: 0px 1px 14px rgba(228, 153, 153, 0.66);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.navbar-toggler:hover {
    -webkit-transform: scale(1.2);
}

i {
    transition: all 0.5s ease;
}

.navbar-toggler:hover i {
    animation: rotate .6s;
}
.navbar-main{
    background-color: #fff!important;
    height: 70px;
    padding: 0 12px;
    box-shadow: 0px 4px 40px 9px #ffd6d659;
}
#promo-banner{
    margin-top: 70px;
}

@keyframes aima {
    0% {
        padding: 0.4em 1em;
    }
    50% {
        padding: 0.4em 4em;
    }
    100% {
        padding: 0.4em 2em;
    }
}


/* css from internal blade */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot span {
    background: none;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 41px;
    font-weight: bold;
}

.owl-nav button {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    background: rgb(235 135 124 / 65%) !important;
}

.owl-nav button.owl-prev {
    left: -16px;
}

.owl-nav button.owl-next {
    right: -16px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

a:hover {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.app {
    height: 100vh;
    overflow: hidden;
}

.sidebar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar header {
    background-color: #fbcbdb;
    width: 100%;
    display: block;
    padding: 0.75em 1em;
}

.sidebar-nav {
    position: fixed;
    background: linear-gradient(90deg, #fff, #ffcfcf);
    height: 100%;
    padding: 21px;
    color: #ff7c90;
    width: 100%;
    font-weight: 400;
    font-size: 1.2em;
    /* padding-bottom: 6em; */
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.sidebar-nav ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.sidebar-nav ul li {
    padding: 0 12px;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    width: 100%;
}

.sidebar-nav ul li a {
    color: #fe8989;
    font-size: 0.75em;
    padding: 1.05em 1em;
    position: relative;
    display: block;
}

.sidebar-nav ul li a:hover {
    background-color: #fe8989;
    color: #fff !important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.sidebar-nav ul li i {
    font-size: 1.8em;
    padding-right: 0.5em;
    width: 9em;
    display: inline;
    vertical-align: middle;
}

.sidebar-nav .nav-flyout {
    position: absolute;
    background-color: #080D11;
    z-index: 9;
    left: 2.5em;
    top: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-nav .nav-flyout a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-nav ul>li:hover .nav-flyout {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.text-center {
    text-align: center;
}

.navbar-toggler {
    color: rgba(255, 79, 79, 0.5) !important;
    padding: 0.3em 0.4em;
    border-radius: 20px;
    border-color: rgba(255, 79, 79, 0.5) !important;
    box-shadow: none;
    border: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.navbar-toggler:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

i {
    transition: all 0.5s ease;
}

.navbar-toggler:hover i {
    animation: rotate .6s;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(50deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.modal-body {
    overflow-y: hidden;
}

.navbar-button {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Poppins";
    padding: 0.6em 1em;
    box-shadow: 0px 3px 11px #fe8989;
    border-color: transparent;
    background: #fe8989;
    border-style: solid;
    border-radius: 7px;
    border-width: 1px;
    margin-top: -12%;
    cursor: pointer;
}

.navbar-button:hover {
    color: #fe8989 !important;
    background: #fff;
    border-color: #fe8989;
}

.navbar-register {
    color: #fe8989 !important;
    font-weight: 700;
    font-size: 14px;
    font-family: "Poppins";
    padding: 0.6em 1em;
    box-shadow: 0px 0px 5px #fe8989;
    border-color: transparent;
    background: transparent;
    border-style: solid;
    border-radius: 7px;
    border-width: 1px;
    margin-top: -12%;
    cursor: pointer;
}

.navbar-register:hover {
    color: #fff !important;
    background: #fe8989;
    border-color: #fe8989;
}
/* Landing Page body */
.text-title{
    font-family: "Nature Beauty Personal Use";
    color: #ff738c;
}
.lw-about{
    margin: 25px 0;
    text-align: center;
    padding: 20px;
}
.text-desc{
    font-size: 18x;
    font-family: "Montserrat";
}
.owl-dots{
    margin: 16px;
}
/* .owl-dots{
    position: absolute!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    z-index: 15!important;
    width: 170px!important;
    margin: 12px auto!important;
    border-radius: 20px!important;
    display: flex!important;
    padding: 9px!important;
    background: #0607078a!important;
    justify-content: center!important;
    -ms-flex-pack: center!important;
    /* padding-left: 0; */
    /* margin: auto; */
    /* list-style: none; */
    /* margin-top: 10px; */
    /* position: absolute; */
    /* top: 88%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* background: white; */
    /* padding: 12px; */
    /* border-radius: 200px; */

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: none!important;
}
.lw-feature-item-1{
    height: 300px;
    background:#F7EBF3;
    position: relative;
    border-radius: 25px;
}
.lw-feature-item-2{
    height: 300px;
    background:#FFF6E3;
    position: relative;
    border-radius: 25px;
}
.lw-feature-button{
    
}
.lw-feature-item-3{
    height: 300px;
    background:#DCEFEB;
    position: relative;
    border-radius: 25px;
}
.lw-feature-title{
    text-align: center;
    font-family: "Poppins";
    font-weight: 900;
    font-size: 3em;
}
.lw-feature-desc{
    text-align: center;
    font-family: 'Poppins';
    font-size: 14px;
}
.lw-feature-item{
    margin:42px 21px 0px;
}
.lw-feature-col{
    width: 320px;
    margin-bottom: 25px;
}
.lw-feature-button{
    color: #ffffff;
    display: block;
    margin: 15px 20px 2px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    background: none;
    padding: 11px 11px;
    background: #d7208a;
    text-align: center;
}
.lw-feature-body{
    position: absolute;
    left: 50%;
    bottom: -26%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.lw-feature-img{
    width: 100%;
}
/* Portfolio */
.lw-portfolio-card{
    padding: 0;
    background: #fff;
    height: 250px;
}
.portfolio-item{
    padding: 4px;
}
.portfolio-item a{
    text-decoration: none;
}
.lw-portfolio-name{
    font-size: 16px;
    font-family: "Poppins";
    color: #ff738c;
    text-align: left;
    font-weight: bold;
    height: 23px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    /* margin: 0 5px 0 5px; */
    /* text-align: center; */
    text-decoration: none;
    text-overflow: ellipsis;
}
.lw-portfolio-theme{
    font-family: "Poppins";
    font-size: 11px;
}
.portfolio-container{
    padding: 25px 20px;
    background-color: #fdf3f8;
}

/* Portfolio */

/* Article */
.lw-article-card{
    padding: 0;
    height: 220px;
}
.lw-article-name{
    font-size: 20px;
    font-family: "Nunito Sans";
    color: #000;
    text-align: left;
    font-weight: 900;
    margin: 10px 0 0;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    /* margin: 0 5px 0 5px; */
    /* text-align: center; */
    text-decoration: none;
    text-overflow: ellipsis;
}
.slider-item{
  margin:14px;
}
.lw-article-desc{
  color: #989696;
  font-size: 15px;
  font-family: "DM Serif Text";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lw-article-theme{
    font-family: "Poppins";
    font-size: 11px;
}
.article-container{
    padding: 25px 100px;
}
.article-fit{
    border-radius: 20px!important;
    object-fit: cover;
}
/*  */

/* Testimonial */
.lw-testimonial-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdf3f8;
}
.lw-testimonial-container .lwcontainer{
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.lw-testimonial-container .lwcontainer .lw-testimonial-title{
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 15px;
}
.lw-testimonial-container .lwcontainer .lw-testimonial-title h2{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
.more-article-card{
  padding: 24px!important;
}
.lw-testimonial-content .owl-carousel .owl-stage-outer {
    padding: 30px 50px;
    margin-left: -35px;
    width: calc(100% + 100px);
}
.lw-testimonial{
    border: 7px solid #ff738b;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
}
.lw-testimonial p{
    color: #ff738b;
    font-family: "DM Serif Text";
    font-size: 18px;
    line-height: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}
.testimonial-details{
    color: #ff738b;
    font-weight: 900;
    font-family: "Oswald";
    font-size: 18px;
}
.testimonial-info{
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: left;
     padding-bottom: 50px;
}
.testimonial-info .client-detail h6{
    color:#fff;
    font-size: 18px;
    font-weight: 700;
}
.testimonial-info .testimonial-pic{
    padding-right: 15px;
}
.testimonial-info .testimonial-pic .testimonial-image{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.owl-dots button{
    background:#ff9797 !important;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    margin: 0 5px;
    transition: .3s;
}
.owl-dots{
    text-align: center;
}
.owl-dots button.active{
    background-color:#9c4747!important;
    width: 30px;
}
.testimonial-info::before{
    content: '\f10d';
    font-family: FontAwesome;
    position: absolute;
    left: -35px;
    top: -35px;
    background: #fdf3f8;
    width: 126px;
    height: 100px;
    font-size: 72px;
    color: #ff738b;
    text-align: center;
}
.testimonial-info::after{
    content: '\f10e';
    font-family: FontAwesome;
    position: absolute;
    right: -35px;
    bottom: -15px;
    background: #fdf3f8;
    width: 126px;
    height: 100px;
    font-size: 72px;
    color: #ff738b;
    text-align: center;
}

/*  */

/* Footer */
.col-question-visitor {
    padding-bottom: 18px;
}

.big-title-question-visitor {
    font-family: "Poppins";
    font-weight: 900;
    font-size: 2em;
    text-align: left;
    padding:0;
    color: #000;
}

.text-faq {
    font-size: 14px;
}
.faq-produk{
    font-family: "Poppins";
}
.item-faq .title-faq {
    width: 90% !important;
}
.text-faq {
    font-size: 16px;
}

.btn-faq {
    margin-bottom: 3px;
    padding: 8px 20px;
    background-color: #FF7D8D;
    color: white !important;
    font-weight: 500;
    border-radius: 8px;
}

.btn-faq:hover {
    background-color: #d36d79;
}

.item-faq {
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 2px solid #5757571c;
}

.item-faq.active {
    background: #FF7D8D;
    color: white;;
}
.footer {
    position: relative;
    width: 100%;
    margin: 190px 0 0;
    background: #ff748c;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/wave.png");
    background-size: 1000px 100px;
  }
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }

  ul.list-payment-method {
    display: flex;
    flex-wrap: wrap;
}
.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
    color: #6b6060;
}
.footer-menu {
    padding-left: 48px;
}
.footer-menu ul li a {
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}
.footer-menu ul{
    padding-left: 1em;
}
.footer-menu ul li a:hover {
    color: #5867dd;
}
.footer-menu ul li  {
    list-style: none!important;
}
.footer-menu--1 {
    width: 100%;
}
.footer-widget-title {
    /* line-height: 42px; */
    margin-bottom: 10px;
    font-size: 18px;
}
.footer-widget-title {
    /* line-height: 42px; */
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 600;
}
.img-footer{
    padding: 12px;
    background: white;
    border-radius: 22px;
    margin: 12px 0;
}
ul.list-payment-method li.item-payment-method {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
    margin-right: .5rem
}

ul.list-payment-method li.item-payment-method img {
    width: 50px;
    margin: 0!important
}
/*  */
.fit{
    object-fit: cover;
}
/*  */
/* View All */
.view-button{
    padding: 6px 21px;
    margin: 15px 0px;
    border: 1px solid #ff4b99;
    background: transparent;
    color: #ff4b99;
    border-radius: 11px;
    width: auto;
    font-family: "DM Serif Text";
    transition: .6s;
}
.back-button{
    padding: 6px 21px;
    margin: 15px 0px;
    border: 1px solid #ff4b99;
    background: transparent;
    color: #ff4b99;
    border-radius: 11px;
    width: auto;
    font-family: "DM Serif Text";
    transition: .6s;
}
.detail-button{
    padding: 6px 0;
    margin: 15px 0px;
    background: transparent;
    color: #ff4b99;
    border-radius: 11px;
    width: auto;
    font-family: "DM Serif Text";
    transition: .6s;
}
.view-button:hover{
    padding: 6px 21px;
    margin: 15px 0px;
    border: 1px solid #ff4b99;
    background: #ff4b99;
    color: #f5f4f4;
    border-radius: 11px;
    width: auto;
    font-family: "DM Serif Text";
    cursor: pointer;
}
.article-card-container{
    box-shadow: 3px 5px 8px 4px #6b6b6b21;
    border-radius: 20px;
}
.article-card-container img{
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}
.article-card{
    padding: 8px;
    margin: 12px 0;
}
.content {
  /* padding-top: 5.2em; */
  padding-top: 6.5em;
  padding-bottom: 5.2em;
}
.caption-container {
  padding: 1em 2em;
  margin: 12px;
  background: #ffe0f3;
  border: 4px;
  border-left-style: solid;
  border-left-color: #f38596;
}
.caption-title {
  font-family: "Poppins";
  font-size: 1.2em;
  font-weight: 600;
  color: #f38596;
}
.caption-desc {
  font-family: "Poppins";
  font-size: 1.15em;
  padding: 1.8em 0em;
}
.caption-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #982828;
}
.caption-subtitle {
  font-weight: bold;
  padding: 0.8em 0em;
  font-size: 1.2em;
}
.caption-image {
  padding: 1em 1em;
  width: 100%;
  height: 27em;
  display: flex;
  border-radius: 12px;
}
.image-inner {
  object-fit: cover;
  border-radius: 12px;
}
.caption-date-container {
  padding: 0.8em 0em 0em 1em;
}
.caption-icon {
  font-size: 1em;
  color: #fff;
}
.caption-date { 
  font-size: 0.9em;
  color: #fff;
  padding: 0.5em;
  font-weight: 800;
  font-family: "Poppins";
}
.caption-id {
  padding: 0.5em 0.6em;
  width: 13em;
  text-align: center;
  border-radius: 6px;
  background-color: #b21852;
}
.thumbnail-container {
  width: 100%;
  height: 150px;
}
.blogs-thumbnail {
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;}
.blogs-caption {
  font-size: 0.9em;
  font-weight: 500;
  color: #000 !important;
  font-family: "Poppins";
  padding: 1.2em;
}
.blog-space{
  margin-bottom: 1em;
  width: 50%;
}
.blog-wrapper{
  box-shadow: 0px 0px 12px #d0c8c8;
  border-radius: 7px;
}
.blogs-date {
  position: absolute;
  background-color: #ff3f3fcc;
  padding: 0.6em 1.4em;
  bottom: 10px;
  height: 2.6em;
  left: 8px;
  color: #fff;
  border-radius: 19px;
  font-size: 0.77em;
  font-weight: 600;
  font-family: "Poppins";
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fe8989;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #fe8989;
  border-color: #fe8989;
}
/* Company */
.company-profile-container{
    position: relative;
    top: -80px;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -0%);
}
.company-logo-container{
    width: 230px;
    height: 230px;
    margin: auto;
    border-radius: 50%;
    padding: 8px;
    background: #eaeaea;
}
.logo-container{
    border-radius: 50%;
    object-fit: cover;
}
.company-name{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.company-category-caption{
    padding: 0 6px;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Poppins';
    font-weight: 300;
}
.company-place{
    padding: 0 6px;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Poppins';
    font-weight: 300;
}
.company-share{
    text-decoration: none!important;
    height: 32px;
    width: 94px;
    font-size: 13px;
    padding: 7px;
    font-weight: 600;
    font-family: 'Poppins';
    text-align: center;
    background: #dcffe2;
    border-radius: 20px;
    margin: 4px 0 0;
    transition: .3s;
}
.company-share:hover{
    background: #007bff;
    color: #fff;
}
.company-wrapper{
    margin: 15px 0 50px;
}
.company-card {
    padding: 21px;
    margin-bottom: 1em;
    border-radius: 10px;
    box-shadow: 0px 8px 24px #6864644f;
    position: relative;
    height: 125px;
    cursor: pointer;
    transition: .8s;
}
.company-card:hover {
    transform: scale(1.1);
}

.company-card-body{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 900;
    color: #fff;
}
.company-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #f080bd7a, #fd026f69);
}
/*  */
/* =============== VENDOR CSS ================== */

/* Banner */
.banner{
    margin-top: 60px;
}

/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: #FFC43F;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}
.swiper-prev:hover,
.swiper-next:hover {
  background: #FFC43F;
}.btn-link {
  margin-right: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  text-transform: capitalize;
  color: #787878;
}
/* category carousel */
.category-carousel .category-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.category-carousel .category-item:hover {
  transform: translate3d(0,-10px,0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

.btn-link {
    margin-right: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    text-transform: capitalize;
    color: #787878;
  }
  /* category carousel */
  .category-carousel .category-item {
    background: #FFFFFF;
    border: 1px solid #FBFBFB;
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    text-align: center;
    padding: 60px 20px;
    margin: 20px 0;
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
  }
  .category-carousel .category-item:hover {
    transform: translate3d(0,-10px,0);
    box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
  }
  .category-carousel .category-item .category-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    margin-top: 20px;
  }
/* Product */
/* product tabs */
.product-tabs .nav-tabs {
    justify-content: flex-end;
    border: none;
    
    --bs-nav-link-hover-color: #111;
    --bs-nav-link-color: #555;
    --bs-nav-tabs-link-border-color: #fff;
    --bs-nav-tabs-link-hover-border-color: transparent;
    --bs-nav-tabs-link-active-border-color: #fff;
  }
  .product-tabs .nav-tabs .nav-link.active, 
  .product-tabs .nav-tabs .nav-item.show .nav-link {
    /* border: none; */
    border-bottom: 3px solid var(--accent-color);
  }
  
  /* product-grid */
  /* .product-grid {
    gap: 25px;
  } */
  .product-item {
    position: relative;
    padding: 16px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #FBFBFB;
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease-out;
  }
  .product-item:hover {
    box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
  }
  .product-item h3 {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #333333;
    margin: 0;
  }
  .product-item figure {
    background: #F9F9F9;
    border-radius: 12px;
    text-align: center;
  }
  .product-item figure img {
    max-height: 210px;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .product-item .btn-wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    transition: all 0.3s ease-out;
  }
  .product-item .btn-wishlist:hover {
    background: rgb(240, 56, 56);
    color: #fff;
  }
  .product-item .qty {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #9D9D9D;
  }
  .product-item .rating {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    color: #222222;
  }
  .product-item .rating iconify-icon {
    color: #FFC43F;
  }
  .product-button{
    position: absolute;
    color: #ff0270;
    border: 1px solid #ff0270;
    font-family: 'Montserrat';
    margin: 12px 0;
    width: 90%;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-button:hover{
    position: absolute;
    background: #ff0270;
    color:#fff;
   
  }
  .product-item .price {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #222222;
  }
  .col{
    margin: 8px 0;
  }
  .product-item .product-qty {
    width: 85px;
  }
  .product-item .btn-link {
    text-decoration: none;
  }
  .product-item #quantity {
    height: auto;
    width: 28px;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
  }
  .product-item .btn-number {
    width: 26px;
    height: 26px;
    line-height: 1;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    color: #222;
    padding: 0;
  }
  .vendor-title{
    font-family: "Freeman";
  }
  
  @import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400';
/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */
html {
  width: 100%;
  height: 100%;
}
.bg-grey{
    background: #f7f7f7;
}
body {
  color: #333;
  font-family: "Raleway";
  height: 100%;
}
body h1 {
  text-align: center;
  color: #428BFF;
  font-weight: 300;
  padding: 40px 0 20px 0;
  margin: 0;
}
/* .vendor-panel-container{
    padding-top: 1em;
    padding-bottom:1em;
} */
.vendor-panel{
    border-radius: 22px;
    padding: 35px 31px;
    background-color: #fff;
    margin: 12px;
}
.tag {
  display: inline-block;
  border-radius: 3px;
  padding: .2em .5em .3em;
  border-radius: 2px;
  background: var(--tag-bg);
  color: var(--text-color);
  font-weight: 600;
  margin: .25em .1em
}

h1.tag {
  margin-left: 0;
  margin-right: 0
}

.tag-sm {
  font-size: .7em;
  display: inline-block;
  letter-spacing: .15ch;
  font-weight: 400
}

.tag-lg {
  font-size: 1.2em;
  border-radius: 4px
}
.tag-graphql {
  color: #fff;
  font-size: 12px;
  background: #e10097
}
.vendor-category-tags{
  font-family: "Poppins";
  color:#e10097;
  font-weight: 300;
}
.vendor-panel-caption{
    text-align: center;
    font-family: "Poetsen One";
    font-size: 1.5em;
    font-weight: 800;
}
.vendor-panel-outer{
    position: relative;
    top: -98px;
    width: 90%;
    margin: auto!important;
}
.tabs {
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    width: 100%;
    margin: 12px 0;
    border-radius: 22px;
    min-width: 240px;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #428BFF;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}
  
/* Vendor area selectbox */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");






.centered {
  margin-bottom: 1rem;
  text-align: center;
  vertical-align: middle;
}

.form-group {
  position: relative;
}
.form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: var(--color-darks);
}
.form .dropdown {
  position: relative;
  border-radius: 4px;
  background: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),     0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.selected{
  background-color: #eaeaea !important;
}
.form .dropdown-select {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: var(--color-black);
  background-clip: padding-box;
  background-color: var(--color-white);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}
.form .dropdown-menu {
  position: relative;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  box-shadow: var(--shadow-large);
  transition: all 0.3s ease-in-out;
}
.form .dropdown-menu-inner {
  max-height: 16rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.form .dropdown-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
.form .dropdown-menu-inner::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: var(--color-greys);
  box-shadow: var(--shadow-small);
}
.form .dropdown-menu-item {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  user-select: none;
  padding: 0.65rem 1.25rem;
  background-color: var(--color-white);
  transition: all 0.2s ease-in-out;
}
.form .dropdown-menu-item:hover {
  color: var(--color-black);
  background-color: var(--color-greys);
}
.form .dropdown-menu-item.is-select, .form .dropdown-menu-item.is-select:hover {
  color: var(--color-white);
  background-color: var(--color-blues);
}
.form .dropdown-menu-search {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  color: var(--color-black);
  background-clip: padding-box;
  background-color: var(--color-light);
}

.wrapper-column {
 
  height: auto;
  margin: 0 auto;

  border-radius: 0.25rem;
}
/*  */
/* ============ Pricelist =========================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --baseColor: #656c7c;
  --baseSize: 16px;
  --baseLineHeight: 1.5;
  --fontFamily: Inter, sans-serif;
  --pink: #ea4c89;
  --pinkLight: #ffecf0;
  --blue: #1769ff;
  --redTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23EA455F'/%3E%3C/svg%3E%0A");
  --whiteTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  --close: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1.414 16.586 0 9 7.586 1.414 0 0 1.414 7.586 9 0 16.586 1.414 18 9 10.414 16.586 18 18 16.586 10.414 9 18 1.414Z' fill='%23B1B8C9'/%3E%3C/svg%3E");
  --entpIcon: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.813 11.077 21 1.155l17.187 9.922v19.846L21 40.845 3.813 30.923V11.077Z' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='21' cy='21' r='8' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  color: var(--baseColor);
  font-family: var(--fontFamily);
  font-size: var(--baseSize);
  line-height: var(--baseLineHeight);
}

body {
  margin: 0;
}

.plans {
  width: 96%;
  max-width: 1128px;
  margin: 0 auto;
}
.plans__container {
  padding: 1rem 0 2rem;
}

.plansHero {
  text-align: center;
  padding: 5rem 0 4.5rem;
  line-height: 1.21;
}
.plansHero__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #000;
}
.plansHero__subtitle {
  margin: 0;
}

.planItem {
  --border: 1px solid #e6e6e6;
  --bgColor: #fff;
  --boxShadow: none;
  background-color: var(--bgColor);
  border: var(--border);
  border-radius: 1rem;
  box-shadow: var(--boxShadow);
  padding: 2rem 1.5rem;
  display: inline-flex;
  flex-direction: column;
}
.planItem__container {
  --direction: column;
  display: grid;
  grid-auto-flow: var(--direction);
  grid-auto-columns: 1fr;
  gap: 1.5rem;
}
.planItem .price {
  --priceMargin: 2rem 0;
}
.planItem--pro {
  --border: 0;
  --boxShadow: 0px 14px 30px rgba(204, 204, 204, 0.32);
}
.planItem--pro .label {
  --labelBg: #fdb72e;
  --labelColor: #fff;
}
.planItem--entp {
  --bgColor: var(--blue);
}
.planItem--entp .card {
  --titleColor: #fff;
  --descColor: rgb(255 255 255 / 80%);
}
.planItem--entp .card__icon {
  background-image: var(--entpIcon);
  background-size: cover;
}
.planItem--entp .price,
.planItem--entp .featureList {
  --color: #fff;
}
.planItem--entp .featureList {
  --icon: var(--whiteTick);
}
.planItem .button {
  margin-top: auto;
}

.button {
  --bgColor: var(--pinkLight);
  --color: var(--pink);
  --shadowColor: rgb(234 76 137 / 30%);
  --outline: var(--pink);
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--bgColor);
  color: var(--color);
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button--pink {
  --bgColor: var(--pink);
  --color: #fff;
  --shadowColor: rgb(234 76 137 / 50%);
}
.button--white {
  --bgColor: #fff;
  --shadowColor: rgb(255 255 255 / 30%);
  --outline: #fff;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 10px var(--shadowColor);
}
.button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid var(--outline);
}

.card {
  --titleColor: #000;
  --descColor: var(--baseColor);
  background-color: transparent!important;
  border-style: none;
}
.pricing .pricing-padding {
  padding: 1px;
}
.pricing .pricing-price .font-pricing:first-child{
  font-weight: 900;
  font-size: 1.5rem;
  margin: 30px 10px 0px 10px;
}
.pricing .pricing-price .font-pricing-real{
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0 10px 20px;
}
.font-discount {
  font-size: 1rem !important;
  text-decoration: line-through
}
.discount-badge {
  background-color: #d24545;
  width: 100%;
  font-size: 17px;
  text-align: center;
  margin: auto;
  color: #fff;
}
.pricing {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.pricing.pricing-highlight .pricing-title {
  background-color: #6777ef;
  color: #fff;
}

.pricing.pricing-highlight .pricing-cta a {
  background-color: #6777ef;
  color: #fff;
}

.pricing.pricing-highlight .pricing-cta a:hover {
  background-color: #394eea !important;
}

.pricing .pricing-padding {
  padding: 40px;
}

.pricing .pricing-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  background-color: #f3f6f8;
  color: #6777ef;
  border-radius: 0 0 3px 3px;
  display: inline-block;
  padding: 5px 15px;
}

.pricing .pricing-price {
  margin-bottom: 45px;
}

.pricing .pricing-price div:first-child {
  font-weight: 600;
  font-size: 50px;
}

.pricing .pricing-details {
  text-align: left;
  display: inline-block;
}

.pricing .pricing-details .pricing-item {
  display: flex;
  margin-bottom: 15px;
}

.pricing .pricing-details .pricing-item .pricing-item-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #47c363;
  color: #fff;
  margin-right: 10px;
}

.pricing .pricing-details .pricing-item .pricing-item-icon i {
  font-size: 11px;
}

.pricing .pricing-cta {
  margin-top: 20px;
}

.pricing .pricing-cta a {
  display: block;
  padding: 20px 40px;
  background-color: #f3f6f8;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 3px 3px;
}

.pricing .pricing-cta a .fas, .pricing .pricing-cta a .far, .pricing .pricing-cta a .fab, .pricing .pricing-cta a .fal, .pricing .pricing-cta a .ion {
  margin-left: 5px;
}

.pricing .pricing-cta a:hover {
  background-color: #e3eaef;
}
.pricing .pricing-details {
  padding: 10px;
  max-height: 250px;
  overflow-x: auto;
}
.pricing .pricing-details .pricing-item .pricing-item-icon {
  width: 1.3em;
  background-color: transparent;
  color: #f38596;
}
.pricing.pricing-highlight .pricing-title {
  background-color: #f38596;
  color: #fff;
}
.pricing .pricing-title {
  font-size: 12px;
  font-weight: bolder;
}
.active-pricing {
  background-color: #f38596;
  border-color: transparent;
}

.cart-title .section-title:before {
  background-color: #f38596;
}
.total-payment {
  font-size: 1.3em;
  color: #f38596;
}
.card__header {
  display: flex;
  gap: 1rem;
  align-items: center;
  
}
.card__icon {
  width: 2.625rem;
  height: 2.625rem;
}
.card h2 {
  color: var(--titleColor);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  flex-grow: 1;
  font-weight: bold;
}
.card__desc {
  margin: 1.5rem 0 0;
  color: var(--descColor);
}

.label {
  --labelColor: var(--baseColor);
  --labelBg: #e5e5e5;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1rem;
  text-align: center;
  padding: 0.625rem 1.125rem;
  border-radius: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: var(--labelBg);
  color: var(--labelColor);
}

.price {
  --color: #000;
  --priceMargin: 0;
  display: flex;
  color: var(--color);
  align-items: center;
  gap: 0.5625rem;
  font-weight: 600;
  font-size: 2rem;
  margin: var(--priceMargin);
}
.price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--baseColor);
}

.featureList {
  --color: #000;
  --icon: var(--redTick);
  --height: 0.875rem;
  margin: 0 0 2.75rem;
  padding: 0;
  font-weight: 500;
}
.featureList li {
  color: var(--color);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.featureList li:before {
  content: "";
  background-image: var(--icon);
  background-size: cover;
  display: block;
  width: 1.125rem;
  height: var(--height);
}
.featureList li:last-child {
  margin-bottom: 0;
}
.featureList li.disabled {
  --color: #b1b8c9;
  --height: 1.125rem;
  --icon: var(--close);
}

.symbol {
  --big: 2.625rem;
  --small: 1.5rem;
  --radius: 0.25rem;
  border: 2px solid var(--blue);
  width: var(--big);
  height: var(--big);
  border-radius: var(--radius);
  position: relative;
}
.symbol--rounded {
  --radius: 2rem;
}
.symbol:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 2px solid var(--pink);
  width: var(--small);
  height: var(--small);
  border-radius: var(--radius);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .plans {
    max-width: 480px;
    width: 90%;
  }

  .planItem__container {
    --direction: row;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  :root {
    --baseSize: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  :root {
    --baseSize: 14px;
  }
}

/* ============================================= */
/*  */
@media only screen and (max-width: 900px) {
    .lw-feature-col{
        width: 320px;
    }
}
@media only screen and (max-width: 767px) {
    .footer {
        padding-bottom: 0px;
    }
    .lct-icon {
        font-size: 1em!important;
        padding-right: 0.5em!important;
        width: 1em!important;
        display: inline!important;
        vertical-align: middle!important;
    }
    .thumbnail-container {
        width: 100%;
        height: 95px;
    }
    .article-container{
        padding: 36px 30px;
    }
    .portfolio-row{
        width: 50%!important;
    }
}
/*  Navbarn*/