@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;800&display=swap");

* {
    padding: 0;
    margin: 0;
}

:root {
    --greey: #f8f9fa;
    --red: rgb(220, 20, 60);
    --green: #28a745;
    --orang: #f45302;
}

/*=============================*/
/*=========  banar  ===========*/
/*=============================*/
.blood-banar {
    font-family: "Lato", sans-serif;
}

.blood-banar-shodow {
    padding: 90px 0;
    background: rgba(0, 0, 0, 0.62);
}

.blood-banar .banar-head h2 {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.blood-groups-hedding {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.blood-groups-hedding h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.headding-img::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: #d8203b;
    width: 65px;
    height: 3px;
    bottom: 15px;
    border-radius: 10px;
    margin: 0 0 0 0px;
}

.headding-img {
    width: 50px;
    margin: auto;
    position: relative;
}

.headding-img::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #d8203b;
    width: 65px;
    height: 3px;
    bottom: 15px;
    border-radius: 10px;
    left: -76px;
    margin: 0 0 0 10px;
}

.blood-banar input,
.blood-banar select {
    border: none;
}

.blood-banar input::placeholder,
.blood-banar select {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    border: none;
}

.blood-groups {
    padding: 60px 0;
    background: #f2f3f3;
}

.blood-banar .btn-submit {
    background-color: #d8203b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    transition: all 0.5s;
}

.blood-groups .card {
    padding: 50px 0;
    background: #d8203b;
    margin: 0 0 35px 0;
}

.blood-groups .card h3 {
    color: #ff0000;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 42.85px;
}

/*=============================*/
/*=========  banar end ========*/
/*=============================*/

.card:hover {
    background: #333333;
    transition: all 0.5s;
}

.blood-banar .btn-submit:hover {
    background: #333333;
}

.blood-banar .btn-submit:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 29, 0.256);
}

@media screen and (max-width: 575px) {
    .input-items {
        width: 80%;
        margin: auto;
    }

    .blood-banar .banar-head h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 575px) {
    .input-items {
        width: 100%;
        margin: auto;
    }

    .blood-banar .banar-head h2 {
        font-size: 21px;
    }
}

/*================================*/

.input-aria {
    background: #222;
    padding: 30px 0;
}

/* .result .outer-aria {
    border: 2px solid #7d2ae8;
}
.result .outer-aria .iner-aria {
    background: #d8203b;
}
.result .outer-aria {
    border: 2px solid #7d2ae8;
    padding: 12px 12px 13px 13px;
} */

.result .top-aria {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.result .top-aria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.result .outer-aria .iner-aria {
    position: relative;
    background: #333333;
    border-bottom: 5px solid var(--bd-light-red);
    padding: 14px 20px 20px 20px;
    border-radius: 7px;
    /* box-shadow: 5px -2px 1px 0 #130f40c4; */
}

.blood-grp-absolute {
    position: absolute;
    right: 0px;
}

.blood-grp-absolute div {
    height: 30px;
    width: 60px;
    background-color: var(--bd-light-red);
}

.bottom-aria h4 {
    font-size: 22px;
    color: #ffffff;
    /* font-family: "Roboto Condensed", sans-serif; */
    font-weight: 700;
    margin-top: 0px;
    /* margin-bottom: 19px; */
}

.button a {
    background: var(--bd-common-white);
    width: 100%;
    border-radius: 0;
    /* border: 2px solid var(--bd-common-white); */
    /* color: var(--bd-common-white); */
    /* font-family: "Roboto Condensed", sans-serif; */
    font-weight: 700;
    transition: all 0.5s;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.button a:hover {
    color: var(--bd-common-white);
    background: #d9d9d9;
}

.result-hedding h2 {
    font-size: 22px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .result-hedding h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 440px) {
    .result-hedding h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 440px) {
    .result-hedding h2 {
        font-size: 20px;
    }
}

/*============================================================================*/
.bottom-hedding {
    margin-top: 12px;
    margin-bottom: 20px;
}

.bottom-hedding p {
    margin-bottom: 0px !important;
    color: white;
    font-size: 14px;
    /* line-height: 1.7;
    letter-spacing: 0.4px; */
    font-weight: 300;
}

.profile-pic {
    text-align: center;
}

.profile-pic img {
    width: 150px;
    height: 150px;
    border-radius: 50% !important;
}

.donor-details .content {
    text-align: center;
}

.donor-details .content h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.donor-details .content span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
}

.donor-details .content span:last-of-type {
    color: red;
}

.form-hedding h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.all-input label {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    display: block;
}

.all-input input,
.all-input textarea {
    display: block;
    margin-bottom: 20px;
}

.table-hadding h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.all-input input[type="submit"] {
    background-color: #7d2ae8;
    color: #ffffff;
    transition: 0.5s;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
}

.all-input input[type="submit"]:hover {
    background-color: #222;
}

.result .top-aria img {
    border-radius: 4px;
}

td {
    border: 1px solid #dee2e6;
}

td:nth-child(odd) {
    color: red;
}

@media screen and (max-width: 991px) {

    .donor-details .col-lg-8 .col-12,
    .donor-details .col-lg-8 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 507px) {
    td {
        font-size: 14px;
    }
}

.donor-details .col-lg-4 {
    background: #f9f9f9;
}

.donor-details .col-lg-4 {
    background: #f9f9f9;
}

.donor-details .table-aria {
    background: #f9f9f9;
}

.brow-aria {
    background: var(--greey);
}

.brow-aria .hedding h2 {
    font-family: "Barlow", sans-serif;
    font-size: 40px;
    font-weight: 800;
}

.brow-aria .sub-hedding h3 {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.brow-aria .itens .carosole-content .carosole-headding {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 95%;
    display: block;
}

.owl-dot {
    display: inline-block;
}

#carosole .owl-dots {
    text-align: center;
}

#carosole .owl-dots button {
    position: relative;
    margin: 0 10px 0 0;
    display: inline-block;
}

#carosole .owl-dots span::after {
    content: "";
    display: block;
    border: 1px solid rgb(220, 20, 60) !important;
    margin: 0 10px 0 0;
    position: absolute;
    top: -2px;
    left: -1px;
    width: 26px;
    height: 26px;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    z-index: -1;
    border-radius: 14px;
}

#carosole .owl-dots span {
    width: 10px;
    height: 10px;
    display: block;
    background: #d6d6d6;
    border-radius: 10px;
    margin: 6px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#carosole .owl-dots button:hover span {
    background: rgb(220, 20, 60);
}

#carosole .owl-dots button:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

#carosole .owl-dots .owl-dot.active span {
    background: rgb(220, 20, 60);
}

#carosole .owl-dots .owl-dot.active::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.brow-aria .owl-carousel a {
    font-family: "Barlow", sans-serif;
}

.brow-aria .owl-carousel .carosole-headding {
    z-index: 1;
}

.brow-aria .owl-carousel .carosole-headding h5 {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.brow-aria .owl-carousel .carosole-content .cont-items::after {
    content: "";
    background: rgba(0, 0, 0, 0.412);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}

.brow-aria .owl-carousel .carosole-content .cont-items:hover::after {
    background: rgba(0, 0, 0, 0.18);
}

.brow-aria .carosole-content .carosol-image img {
    width: 100%;
    border-radius: 4px;
}

/*==================*/

.banar-car .banar-car-heading h1 {
    font-family: "Barlow", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
}

.banar-car .banar-car-sub-heading h2 {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
}

.banar-car::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    position: absolute;
    top: 0;
    left: 0;
}

.banar-car .banar-content {
    z-index: 1;
    position: relative;
}

.catagari-car .cointents-car .image-content {
    width: 100%;
}

.catagari-car .cointents-car .image-content img {
    width: 100%;
}

.catagari-car .cointents-car .text-content {
    padding: 20px;
    padding-bottom: 0;
}

.catagari-car .cointents-car .text-content .con-hdding h2 {
    font-size: 20px;
    font-weight: 800;
    color: #343a40;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
}

.catagari-car .cointents-car .text-content .hr {
    width: 100%;
    height: 5px;
    background: var(--green);
    border-radius: 5px;
}

.catagari-car .cointents-car .text-content .paragraph p {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
}

.catagari-car .cointents-car .text-content .price-aria .price-cr h4 {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: #343a40;
}

.catagari-car .cointents-car .text-content .price-aria h5 {
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    color: #343a40;
}

.catagari-car .cointents-car .text-content .price-aria .price-cr span {
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #81898f;
}

.catagari-car .cointents-car .text-content .proflie-aria-car .profile-picture {
    width: 25px;
    height: 25px;
}

.catagari-car .cointents-car .text-content .proflie-aria-car .profile-picture img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.catagari-car .cointents-car .text-content .proflie-aria-car ul {
    list-style: none;
}

.catagari-car .cointents-car .text-content .proflie-aria-car ul li {
    display: inline-block;
}

.catagari-car .cointents-car .text-content .proflie-aria-car ul li:nth-child(2) span {
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
    color: #212529;
}

.catagari-car .cointents-car .text-content .proflie-aria-car ul li:nth-child(2) span.by {
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
}

.proflie-aria-car .date-line span {
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #343a40;
}

.text-content .hr-greey {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.catagari-car .cointents-car {
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.catagari-car .cointents-car:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

/*==============================================*/

.suppori-homeless-left-aria-heading h1 {
    font-size: 32px;
    font-weight: 800;
    color: #343a40;
    line-height: 40px;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

.uer-profile ul {
    list-style: none;
}

.uer-profile .profile-picture {
    width: 30px;
    height: 30px;
}

.uer-profile .profile-picture img {
    width: 30px;
    height: 30px;
}

.suppori-homeless .price .amount h5 {
    font-size: 20px;
    font-weight: 800;
    color: #343a40;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
}

.suppori-homeless .price .raised {
    font-size: 14px;
    font-weight: 400;
    color: #343a40;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
}

.hr {
    width: 100%;
    height: 5px;
    background: var(--green);
    border-radius: 5px;
}

.price .percentage span {
    font-size: 14px;
    font-weight: 400;
    color: #343a40;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
}

.donation-history ul {
    list-style: none;
    margin: 0;
}

.donation-history ul li {
    display: inline-block;
    width: 45%;
    font-size: 16px;
    font-weight: 400;
    color: #343a40;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
}

.donation-history ul li:nth-child(2) {
    border-left: 1px solid #dee2e6;
    text-align: right;
}

.donation-history {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.donate-btn a {
    color: #fff;
    background: var(--orang);
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
    padding: 14px 0;
}

.donate-btn a:hover {
    color: #fff;
}

.tabs-aria ul {
    max-width: 70%;
    width: 100%;
}

.tabs-aria ul li {
    width: 150px;
    text-align: center;
}

.tabs-aria ul li a {
    color: #343a40;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
    padding: 20px 0 20px 0;
}

.tabs-aria .tab-content {
    max-width: 70%;
    width: 100%;
}

.tabs-aria .tab-content p {
    font-size: 16px;
    font-weight: 400;
    color: #343a40;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
}

.tabs-aria .tab-content .donations ul {
    list-style: none;
}

.tabs-aria .tab-content .donations ul li {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #343a40;
    line-height: 20px;
    font-family: "Barlow", sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.tabs-aria .tab-content .donations ul li strong {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #343a40;
    line-height: 24px;
}

.tabs-aria .tab-content .donations ul li .donated-amount {
    font-size: 16px;
    font-weight: 800;
    color: #343a40;
    line-height: 20px;
    color: var(--green);
    font-family: "Barlow", sans-serif;
}

.tabs-aria .tab-content .donations ul li h5 {
    font-size: 16px;
    font-weight: 400;
    color: #343a40;
    line-height: 20px;
    font-family: "Barlow", sans-serif;
}

.tabs-aria .tab-content .donations ul li i {
    color: var(--green);
    font-size: 30px;
    transform: translate(0px, -15px);
}

.tabs-aria .tab-content .donations ul li ul {
    width: 100%;
}

.tabs-aria .tab-content .donations ul li ul li {
    border: none;
    display: inline-block;
    width: auto;
    padding-right: 10px;
}