
@import url('https://fonts.googleapis.com/css2?family=Sometype+Mono&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');


.plist {
    width: 100%;
    font-family: 'Sometype Mono', monospace;
}

.plist .listing {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
}

.plist .head {
    position: fixed;
    margin-top: 74px;
    z-index: 222;
    width: 100%;
    background: #fff;
    color: #000;
}
.plist .head h5{
    
    font-weight:200;
}
.pmain {
    max-width: 1200px;
    padding-top: 10px;
    margin: 0 auto;
    font-family: 'Quicksand', serif;
}


.plist .card img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.plist .btn {
    margin-top: 10px;
    color: #ffffff;
    padding: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.plist .btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.pcards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.plist .cards_item {
    display: flex;
    padding: 1rem;
    width: 100%;
    height: 350px;
    
}

@media (min-width: 40rem) {
    .plist .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .plist .cards_item {
        width: 25%;
        
    }
}

.plist .card {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0.5rem;
    border: 1px solid $0000008b;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.plist .card_content {
    padding: 1rem;
    background: #fff;


}

.plist .card_title {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.plist .card_text {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.2;
    margin: .1rem 0;
    font-weight: 400;
}

.plist .card span {
    color: #000;
    font-size: 0.975rem;
    line-height: 1;
    font-weight: 400;
}


.dcard_image {
    width: 43%;
    height: 300px;
    position: relative;
    overflow: hidden;
    z-index: 7;
}



.slideImg {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    transition: 1s;
    vertical-align: middle;
    position: absolute;
}

.imgnav {
    position: absolute;

    z-index: 9;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.imgnav button {
    background: transparent;
    border: none;
    width: 20%;
    height: 100%;
    color: #ffffff;
}

.dbtn {
    margin-top: 10px;
    color: #000;
    padding: 0.8rem;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(93, 39, 39, 0.593);
    background: transparent;
}

.dbtn:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.dcards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dcards_item {
    display: flex;
    padding: 1rem;
    width: 100%;
}



.dcard {
    background-color:#fff;
    border-radius: 0.5rem;
    border: 1px solid #0000008b;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.dcard_content {
    padding: 1rem;
    background: #fff;
    width: 50%;

}

.dcard_title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.dcard_text {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    margin: .5rem 0;
    font-weight: 400;
}

.dcard span {
    color: #000;
    font-size: 0.975rem;
    line-height: 1.75;
    font-weight: 400;
}
@media only screen and (max-width: 950px) {

    .dcard {

        flex-direction: column;
    }

    .dcard_image {
        width: 100%;
    }

    .dcard_content {
        width: 100%;
    }

    .dcard .img {
        width: 100%;
    }

    .listing {
        width: 90%;

    }

}
.like {
    filter: drop-shadow(8px 6px 8px #000)
}