.body{
    background-color: #FCFBF3;
}
.gray-container{
    position: relative;
    z-index: 1;
}
.gray-container:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: "";
    background: #F1F0E8;
    border-radius: 20px;
    z-index: -1;
}

.pp-desc{
    min-height: 120px;
}

.pp-list{
    min-height: 140px;
}

.bg-custom{
    background: #F1F0E8!important;
}
.text-custom{
    color: #F1F0E8!important;
}

.min-h-90vh{
    min-height: 90vh!important;
}

.min-h-80vh{
    min-height: 80vh!important;
}

.comp-table td{
    padding: 5px

}

.comp-table tbody td{
    padding: 1rem .25rem;
    border-bottom:1px solid #e2e8f0;
    color: #64748b;
}


.comp-table thead td{
    padding: 1rem;
    border-bottom:1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-weight: bold;
}

.text-n{
    color: #FEEB29!important;
}
.bg-n{
    background: #FEEB29!important;
}
.border-b-n{
    border-bottom: 1px solid #FEEB29!important;
}
.border-b-n-2{
    border-bottom: 2px solid #FEEB29!important;
}
.bg-n:hover{
    background: #fff488!important;
}


.bg-modal-overlay{
    background: rgba(0,0,0,0.7);
    position: fixed;
    min-height: 100vh;
    min-width: 100vw;
    top: 0;
    left: 0;
    z-index: 1050;
}

.anti-hero-cont{
    width: 100%;
    height: 100vh;
    background: url(../img/slider-bg.jpg) no-repeat center center/cover;
    transition: all 0.5s ease-in-out;
}

.anti-hero-cont.scrolled{
    height: auto;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 50px 0;
    background: url(../img/slider-bg.jpg) no-repeat top center/cover;
}

.text-shad{
    text-shadow: 0 0px 4px rgba(0,0,0,0.5)
}


@media screen and (max-width:640px){
    .gray-container:before{
        height: 100%
    }
}