.proMainContainer{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 50px;
}

.proSubConstainer{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.singleProCard{
    width: 300px;
    height: 415px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 15px;
    margin-top: 25px;
}

.singleProCardImg{
    width: 100%;
} 

.singleProName{
    font-family: 'bytes';
    font-size: 40px;
}

.singleProSeprate{
    width: 100%;
    height: 1px;
    border-radius: 50%;
    background-color: rgba(99, 99, 99, 0.2);
    margin-top: 10px;
}

.singleProMainInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    margin-top: 7px;
}

.singleProMainSingleInfo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    color: #000080;
}

.singleProInfoTitle{
    font-size: 16px;
}

.singlePtoInfoDetail{
    font-family: 'bytes';
    font-size: 24px;
}

.proMainButtons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 15px;
}

.proMainSingleButton{
    width: 100%;
    height: 40px;
    border-radius: 7px;
    border: none;
    font-family: 'castle';
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.proMainSingleButton i{
    font-size: 18px;
    font-weight: bold;
}

.blueButtun{
    background-color: #004c97;
    color: #efefef;
}

.whiteButton{
    background-color: #efefef;
    color: #004c97;
}

.proSubTitle{
    margin-top: 25px;
    font-family: 'castle';
    font-weight: normal;
    font-size: 32px;
    color: #004c97;
}