body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f1f9fc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.pCard_card {
    width: 400px;
    height: 615px;
    margin: 50px auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background-color: #f6fcfe;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    position: relative;
    overflow: hidden;
}

/****************
Back
****************/

.pCard_card .pCard_back {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 21%;
    /*margin-top: -129px;*/
    font-weight: 600;
    z-index: 1;
}

.pCard_card .pCard_back a {
    text-decoration: none;
}

/****************
UP
****************/

.pCard_card .pCard_up {
    position: absolute;
    width: 100%;
    height: 437px;
    background-image: url(../Image/Image_Profile.jpg);
    background-position: 50%;
    background-size: cover;
    z-index: 3;
    text-align: center;
    -webkit-border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -ms-border-top-left-radius: 30px;
    -o-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -ms-border-top-right-radius: 30px;
    -o-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_up {
    height: 100px;
    box-shadow: 0 0 30px #CFD8DC;
}
.fa-custom-size{
    font-size: 2em;
}

.pCard_card .pCard_up .pCard_text {
    position: absolute;
    top: 290px;
    left: 0;
    right: 0;
    color: #f1f7f9;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_up .pCard_text {
    top: 20px;
}

.pCard_card .pCard_up .pCard_text h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}

.pCard_card .pCard_up .pCard_text p {
    margin: 0;
    font-size: 16px;
    color: #E3F1F5;
}

.pCard_card .pCard_up .pCard_add {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #ed145b;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -ms-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -o-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    position: absolute;
    top: 392px;
    left: 0;
    right: 0;
    margin: auto;
    width: 88px;
    height: 88px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_up .pCard_add {
    -webkit-transform: rotate(360deg) scale(.5);
    -moz-transform: rotate(360deg) scale(.5);
    -ms-transform: rotate(360deg) scale(.5);
    -o-transform: rotate(360deg) scale(.5);
    transform: rotate(360deg) scale(.5);
    top: 470px;
}

/****************
Down
****************/

.pCard_card .pCard_down {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 178px;
    z-index: 2;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -ms-border-bottom-left-radius: 30px;
    -o-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -ms-border-bottom-right-radius: 30px;
    -o-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

@media (max-width: 767px) {
.pCard_card .pCard_down {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 130px;
    z-index: 2;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -ms-border-bottom-left-radius: 30px;
    -o-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -ms-border-bottom-right-radius: 30px;
    -o-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
}
.pCard_on .pCard_down {
    height: 100px;
    -webkit-box-shadow: 0 0 30px #CFD8DC;
    -moz-box-shadow: 0 0 30px #CFD8DC;
    -ms-box-shadow: 0 0 30px #CFD8DC;
    -o-box-shadow: 0 0 30px #CFD8DC;
    box-shadow: 0 0 30px #CFD8DC;
}

.pCard_card .pCard_down div {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 70px;
    font-size: 18px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_down div {
    margin-top: 10px;
}

.pCard_card .pCard_down div p:first-of-type {
    color: #68818c;
    margin-bottom: 5px;
}

.pCard_card .pCard_down div p:last-of-type {
    color: #334750;
    font-weight: 700;
    margin-top: 0;
}

@media screen and (max-width: 1279px) {
    div.pCard_card.profile {
        width: 100%;
        margin: 0;
        height: 100vh;
    }

    div.pCard_card .pCard_up {
        height: 87%;
    }

    div.pCard_card.pCard_on .pCard_up {
        height: 500px;
    }

    div.pCard_card.profile.pCard_on .pCard_up .pCard_text {
        top: 250px;
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 1140px;
    }

    div.pCard_card.profile .pCard_up .pCard_text {
        top: 1000px;
    }

    .pCard_card .pCard_up .pCard_text h2 {
        font-size: 50px;
    }

    .pCard_card .pCard_up .pCard_text p {
        font-size: 30px;
    }

    div.pCard_card.pCard_on .pCard_up .pCard_add {
        top: 1220px;
    }
}

@media screen and (max-width: 360px) {

    div.pCard_card.profile.s5 .pCard_up .pCard_add {
        top: 405px;
    }

    div.pCard_card.s5 .pCard_up .pCard_text {
        top: 260px;
    }

    div.pCard_on.profile.s5 .pCard_up .pCard_add {
        top: 495px;
    }
    .pCard_card .pCard_back a i {
        margin: 10px;
        padding: 10px;
    }
    .btn-section .fixed-btn-section {
        top: 33% !important;
    }
}

@media screen and (max-width: 767px) {
    div.pCard_card.profile.pCard_on .pCard_up .pCard_text {
        top: 40px;
    }

    .pCard_card .pCard_up .pCard_text h2 {
        font-size: 25px;
    }

    .pCard_card .pCard_up .pCard_text p {
        font-size: 16px;
    }

    div.pCard_card.profile {
        width: 100%;
        margin: 0;
        height: 100vh;
    }

    div.profile .pCard_up {
        height: 80%;
    }

    div.profile.pCard_on .pCard_up {
        height: 140px;
    }

    div.pCard_on .pCard_up .pCard_text {
        top: 40px;
    }

    div.pCard_on .pCard_down {
        height: 100px
    }

    div.pCard_on .pCard_up .pCard_add {
        top: 500px;
    }
}

@media screen and (max-width: 735px) {
    div.pCard_on .pCard_up .pCard_add {
        top: 592px;
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 500px;
    }
}

@media screen and (max-width: 639px) {
    div.pCard_on .pCard_up .pCard_add {
        top: 500px;
    }
}

@media screen and (max-width: 567px) {
    div.pCard_on.profile .pCard_up .pCard_add {
        top: 425px;
    }

    div.profile .pCard_up {
        height: 82%;
    }

    div.pCard_card .pCard_up .pCard_text {
        top: 280px;
    }

    div.pCard_card .pCard_up .pCard_add {
        top: 355px;
    }

    div.pCard_on.profile .pCard_up .pCard_text {
        top: 40px;
    }
}

@media only screen and (min-width: 414px) and (max-width: 424px){

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 460px;
    }

    div.pCard_card.pCard_on.profile .pCard_up .pCard_add {
        top: 500px;
    }
    
}

@media only screen and (min-width: 375px) and (max-width: 812px) {
    div.pCard_card.profile.pCard_on .pCard_up .pCard_text {
        top: 40px;
    }

    div.pCard_card.pCard_on.profile .pCard_up .pCard_add {
        top: 480px;
    }

    div.profile .pCard_up {
        height: 82%;
    }

    div.pCard_card.profile .pCard_up .pCard_text {
        top: 350px;
    }

    div.pCard_card.profile .pCard_up .pCard_add {
        top: 460px;
    }

    .pCard_card .pCard_back a i {
        margin: 10px;
        padding: 10px;
    }
}


@media only screen and (min-width: 414px) and (max-width: 736px) {
    div.profile .pCard_up {
        height: 84%;
    }

    /* div.pCard_card.profile .pCard_up .pCard_add {
        top: 550px;
    } */

    .mobile_btn{
        margin-top: 3rem!important;
    }

    div.pCard_card .pCard_up .pCard_text {
        top: 440px;
    }

    /* div.pCard_on.profile .pCard_up .pCard_add {
        top: 590px !important;
    } */
}

.gallery-profile {
    height: 250px;
    width: 250px;
}

.blog-image {
    height: 200px;
    width: 200px;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.gallery-profile img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.fa-icon-size {
    font-size: 1.5em;
}

.btn-section .fixed-btn-section {
    align-items: center;
    display: flex;
    position: absolute;
    top: 35%;
    right: 0%;
}

.btn-darkred{
    --bs-btn-color: #fff;
    --bs-btn-bg: #7c0710;
    --bs-btn-border-color: #7c0710;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7c0710;
    --bs-btn-hover-border-color: #7c0710;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7c0710;
    --bs-btn-active-border-color: #7c0710;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7c0710;
    --bs-btn-disabled-border-color: #7c0710;
    
}

/*@media only screen and (min-width: 375px) 
    and (max-width: 667px){ 

div.pCard_on.profile .pCard_up .pCard_add {
    top: 520px !important;
}
div.profile .pCard_up {
    height:75%;
}
div.pCard_card.profile .pCard_up .pCard_add {
    top: 450px;
}
div.pCard_card .pCard_up .pCard_text {
    top: 370px;
}
}
*/
/*@media only screen and (min-width: 320px) 
    and (max-width: 568px){ 
.pCard_card .pCard_up .pCard_add i {
    color: white;
    font-size: 30px;
    line-height: 75px;
}
div.pCard_card.profile .pCard_up .pCard_add {
    top: 380px;
    width: 70px;
    height: 70px;
}
div.pCard_card .pCard_up .pCard_text {
    top: 310px;
}
div.pCard_on.profile .pCard_up .pCard_add {
    top: 435px !important;
}

}

@media only screen and (min-width: 411px) 
    and (max-width: 731px){

div.pCard_card.profile .pCard_up .pCard_add {
    top: 510px;
}
div.pCard_on.profile .pCard_up .pCard_add {
    top: 600px !important;
}
}

@media only screen and (min-width: 360px) 
    and (max-width: 640px){

div.pCard_card.profile .pCard_up .pCard_add {
    top: 440px;
}
div.pCard_card .pCard_up .pCard_text {
    top: 350px;
}
}*/