/* primary color #4046FC */
/* success color #158C4D */
/* danger color #D9211B */
.bg-pidi-primary{
    background-color: #2228d7;
    color: #ffffff;
}
.bg-pidi-success{
    background-color: #158C4D;
    color: #ffffff;
}
.bg-pidi-danger{
    background-color: #be1812;
    color: #ffffff;
}
.bg-pidi-warning{
    background-color: #be7112;
    color: #ffffff;
}
.bg-pidi-tender{
    background: url('../../assets/bg/PIDITender.jpg') #2228d7;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}
.bg-pidi-forum{
    background: url('../../assets/bg/PIDIForum.jpg') #158C4D;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}
.bg-pidi-news{
    background: url('../../assets/bg/PIDINews.jpg') #be1812;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}
.bg-pidi-marketplace{
    background: url('../../assets/bg/PIDIMarket.jpg') #be7112;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}
.badge-transparent{
    background-color: transparent;
}
.btn-pill{
    border-radius: 2rem;
}
.w-10{
    width: 10%;
}
.swal2-container{
    z-index: 999999999 !important;
}
/* end util */
.nav-header{
    width: 10%;
}
.nav-cart{
    max-height: 378px;
    overflow: scroll;
}
.nav-cart .cart-image{
    width: 50px;
    height: 50px;
    border-radius: 1.2rem;
    overflow: hidden;
}
.nav-cart .cart-image img{
    border-radius: .5rem;
}
.nav-cart .deleteCart{
    width: 1rem;
    height: 1rem;
    color: #be1812;
    border: 1px solid lightgray;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: .8rem;
}
#cart{
    font-size: 1.5rem;
    position: relative;
}
#cart i{
    cursor: pointer;
}
#cart #cart-list{
    position: absolute;
    bottom: 10;
    left: -130px;
    width: 90vw;
    height: auto;
    background-color: #ffffff;
    color: #0b0b0b;
    box-shadow: 0px .5px 8px #6e6e6e;
    z-index: +1;
    padding: .5rem;
    border-radius: .5rem;
    font-size: 1rem;
    max-height: 80vh;
    overflow: scroll;
}
.cart-wrapper{
    position: relative;
}
.cart-wrapper .badge{
    position: absolute;
    font-size: .7rem;
    right: -15px;
    top: -5px;
}
.header{
    box-shadow: 0.2px 0.2px 10px grey;
}
.brand-logo img{
    height: 1.2rem;
}
#landing-wrapper{
    width: 100vw;
    height: 100vh;
    background-image: url('../../assets/hero-image.jpg');
    /* background-position: center; */
}
#about-wrapper{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url('../../assets/about-page2.jpg');
    /* background-position: center; */
}
.about-cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: .9;
}
.about-image{
    position: relative;
    width: 80%;
    height: 30vh;
    margin: 0 auto;
}
.about-image img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: +1;
}
.about-text{
    text-align: center;
    color: white;
}

.square-image-cover{
    position: absolute;
    top: 50%;
    right: -7%;
    transform: translateY(-50%);
    border: 5px solid grey;
    width: 80%;
    height: 120%;
}
.bg-transparent{
    background: transparent;
}
.service-wrapper{
    width: 80vw;
}
.card{
    height: auto;
}
.card-service{
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
}
.card-service-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.card-service img{
    border-radius: .2rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: unset;
    transition: all .7s;
}
.card-service img:hover{
    transform: scale(1.1);
}
.other-service{
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.other-service img{
    position: absolute;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .7s;
}
.other-service:hover img{
    width: 50%;
    height: 50%;
}
.read-news-image{
    height: 50vh !important;
}
/* .card-service-image-cover{
    border-radius: .2rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    opacity: .5;
    transition: all .5s;
}
.card-service-image-cover:hover{
    opacity: 0;
} */
.tagline h1{
    font-size: 1.8rem;
}
.tagline p{
    color: #fff;
    font-size: .9rem;
}
.pidi-btn{
    text-transform: uppercase;
    color: white;
    background-color: rgb(255,102,0);
    border-radius: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    transition: all .4s;
}
.pidi-btn:hover{
    background-color: rgb(218, 90, 5);
}
.pidi-btn:focus{
    background-color: rgb(218, 90, 5);
}
.pidi-icon-btn{
    display: flex;
    /* font-size: .8rem; */
    padding-left: 1rem;
    padding-right: 1rem;
}
.pidi-left-icon{
    display: block;
    padding: 0;
    margin: 0;
    margin-right: .5rem;
}
/* carousel */
.carousel-wrapper{
    height: 80vh;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.carousel-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-text, .carousel-news-caption{
    width: 80%;
    position: absolute;
    left: 20%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: auto;
    text-align: left;
    text-shadow: none;
    color: #0b0b0b;
}
.carousel-text-title{
    font-size: 1.8rem;
}
.carousel-text-content{
    font-size: 1rem;
}
.carousel-text-button{
    font-size: 1rem !important;
    color: #ffffff;
    background-color: #FEAE00;
    border-radius: 2rem;
}
.carousel-news-caption{
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
    -ms-transform: none;
    transform: none;
    left: 0;
    padding: 2.5rem 5rem;
    color: #ffffff;
}
.carousel-news-caption .carousel-text-title{
    font-size: 1.2rem;
}
.carousel-news-caption .carousel-text-content{
    font-size: 1rem;
}
.carousel-news-caption .carousel-text-button{
    font-size: .9rem !important;
    background-color: #00e9fe;
}
#trending-news-carousel .owl-nav{
    width: auto;
    top: -15%;
    right: -40px;
    transform: none;
    justify-content: end;
    gap: .5rem;
}
#trending-news-carousel .owl-nav .owl-prev,
#trending-news-carousel .owl-nav .owl-next{
    color: #0b0b0b;
    font-size: 1.5rem;
    border-radius: 50%;
    transition: all .3s;
}
#trending-news-carousel .owl-nav .owl-prev::after,
#trending-news-carousel .owl-nav .owl-next::after{
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid grey;
}
#trending-news-carousel .owl-nav .owl-prev:hover,
#trending-news-carousel .owl-nav .owl-next:hover{
    background-color: #d4d4d4;
}
#trending-news-carousel .owl-dots{
    display: none;
}
.owl-nav{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: +1;
}
.owl-prev, .owl-next{
    cursor: pointer;
    position: relative;
    padding: .2rem 1rem;
    color: #ffffff;
    font-size: 2rem;
}
.owl-prev::after, .owl-next::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: grey;
    opacity: .3;
}
.owl-dots {
    position: absolute;
    bottom: 1rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
  background-color: #FEAE00;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left:1px;
}
.owl-dots .owl-dot{
  border: 1px solid gray;
  background: white;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
}
/* carousel end--------------- */
/* product card start--------- */
.card-product{
    height: auto;
    overflow: hidden;
    border-radius: .5rem;
}
.card-product-body{
    overflow: hidden;
    padding: 0;
}
.new-arrival-product{
    overflow: hidden;
}
.new-arrival-content{
    padding: 1.5rem 1rem;
}
.new-arrivals-img-contnent{
    overflow: hidden;
    height: 150px;
}
.new-arrivals-img-contnent img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
}
.new-arrival-product-price{
    text-transform: capitalize !important;
}
.new-arrival-product-name{
    text-transform: capitalize;
    color: #6e6e6e;
    font-weight: normal;
}
/* product card end--------- */
.btn-icon-left{
    background-color: transparent;
    border-radius: 0;
}
.btn-add-to-cart{
    font-size: .6rem !important;
}
.product-detail-image{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.product-detail-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.image-indicator, .cart-image{
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding: .25rem;
    cursor: pointer;
}
.image-indicator img, .cart-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.false-price{
    text-decoration: line-through;
}
.cart-image{
    width: 75px;
    height: 75px;
}
#decrease, #increase{
    padding: 1rem;
    border: 1px solid lightgray;
    cursor: pointer;
    border-radius: .2rem;
    box-shadow: .1px 1.5px lightgray;
    transition: all .2s;
}
#decrease:hover, #increase:hover{
    box-shadow: .1px .8px lightgray;
}
.counter-value{
    display: block;
    border: none;
    width: 25%;
    text-align: center;
}
#cartPage{
    position: relative;
}
.loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    opacity: .7;
    color: #0b0b0b;
    z-index: +1000;
    margin: 0 auto;
    display: none;
    justify-content: center;
    align-items: center;
}
/* .card-horizontal */
.card-horizontal{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-image-wrapper, .card-horizontal-image-wrapper{
    width: 100%;
    height: 150px;
    border-radius: .5rem;
}
.card-image-wrapper img, .card-horizontal-image-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: .8rem;
    object-fit: cover;
    object-position: center;
}
.card-news-image-wrapper {
    height: 200px;
}
.card-horizontal .card-horizontal-content{
    width: 100%;
}
.card-title, .card-horizontal-title{
    display: block;
    color: #0b0b0b;
    text-transform: capitalize;
    font-weight: 700;
}
.card-image-cover{
    width: 100%;
    height: 250px;
    position: relative;
}
.card-image-cover .card-image-wrapper{
    height: 100%;
}
.card-image-cover .card-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    padding: .5rem 1.5rem;
    color: #ffffff;
}
.card-image-cover .card-title{
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
}
.card-image-cover .carousel-text-button{
    background-color: #00e9fe;
    font-size: .75rem !important;
}
#pidipickItem .card-horizontal-image-wrapper{
    width: 60%;
    height: 100px;
}
#latestNews .card-horizontal-text{
    font-size: .9rem;
}
#latestNews button{
    border-radius: 2rem;
}
.pidi-list .list-group-item{
    border: none;
    border-bottom: 1px solid grey;
    padding-left: 0;
    padding-right: 0;
}
.forum-status{
    font-size: .6rem;
}
#packageDetail .modal-lg,
#__packageDetailModal .modal-lg{
    max-width: 95vw;
    width: 95vw;
}
.rounded-img{
    border-radius: 1rem;
}
.rounded-img-1{
    border-radius: .5rem;
}
p.membership-name{
    text-align: center;
}
.active-membership{
    margin-top: -20px;
    box-shadow: 1px 1px 30px yellow;
    box-sizing: border-box;
}
.select_error{
    border: 2px solid red;
}
/* responsive */
@media screen and (min-width: 576px ) {
    #cart #cart-list{
        right: 0;
        width: 30vw;
    }
    .forum-status{
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px ) {
    .card-service{
        flex-basis: 25%;
        max-width: 25%;
    }
    .tagline h1{
        font-size: 3rem;
    }
    .tagline p{
        color: #fff;
        font-size: 1.4rem;
    }
    .pidi-btn{
        font-size: larger;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .carousel-text{
        width: 50%;
        left: 15%;
    }
    .carousel-text-title{
        font-size: 3.5rem;
    }
    .carousel-text-content{
        font-size: 1.2rem;
    }
    .carousel-text-button{
        font-size: 1.2rem !important;
    }
    .new-arrivals-img-contnent{
        height: 200px;
    }
    .btn-add-to-cart{
        font-size: .75rem !important;
    }
    .mt-md-0{
        margin-top: 0 !important;
    }
    .about-text{
        text-align: left;
    }
    .about-image{
        height: 50vh;
    }
    #trending-news-carousel .owl-nav{
        top: -20%;
    }
    #latestNews .card-horizontal-image-wrapper{
        width: 60%;
        height: 200px;
    }
    #cart #cart-list{
        right: 0;
        width: 30vw;
    }
}
@media screen and (min-width: 992px ) {
    p.membership-name{
        text-align: left;
    }
    .card-service{
        flex-basis:15%;
        max-width:15%;
    }
}