.project-wrapper {
    display: flex;
    padding-bottom: 60px;
    gap:28px;
}
.projects_main_wrapper {
    margin-top: 40px !important;
}
.leftproject-content-area {
    width: 66%;
}

section.project.project-online {
    margin-top: 40px;
}
.rightproject-content-area{
    width: 32%;
}


/***breadcrumbs****/

.breadcrumbs nav ol {
    display: flex;
    gap: 8px;
}
.breadcrumbs nav ol li {
    list-style-type: none;
}
li.breadcrumb-item {
    font-weight: 500;
    font-size: 14px;
}
li.breadcrumb-item.active {
    font-weight: 400;
}
.breadcrumbs {
    padding-bottom: 28px;
}


.project-title {
    padding-bottom: 28px;
}
.project-featuredimg img {
    border-radius: 12px;
    width: 100%;
margin-bottom: 48px;
}
.project h3{
    padding-bottom: 24px;
}

ul.ev-points li {
    padding-bottom: 8px;
}
ul.ev-points {
    padding-bottom: 48px;
}
.project p{
    font-size:20px;
    line-height: 30px;
color: #6E706C;
    font-weight: 400;
}
ul.ev-points li {
    font-size: 20px;
    list-style-type: unset;
    margin-left: 20px;
color: #6E706C;
}

ul.ev-points li span {
    color: #303430;
}

.ev-content img{
    width: 100%;
    border-radius: 12px;
    margin-bottom: 48px;
}
ul.ev-points li::marker {
    color: var(--secondary-color);
}



/***Speaker info css****/
.project-speaker-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.project-speaker-info {
    padding: 16px;
    box-shadow: var(--box-shadow-heavy);
    border-radius: 12px;
    padding-right: 36px;
}
.sp-institute h6 {
    font-weight: 500;
    color: var(--secondary-color);
}
.project-speaker-info {
    display: flex;
    gap: 20px;
}

.project-wrapper .leftproject-content-area .ev-content p:nth-child(9){
padding-bottom: 16px !important;
}

.project-wrapper .leftproject-content-area .ev-content ul:nth-child(10) li:nth-child(1),
.project-wrapper .leftproject-content-area .ev-content ul:nth-child(10) li:nth-child(2),
.project-wrapper .leftproject-content-area .ev-content ul:nth-child(10) li:nth-child(3){
color: #303430;
}

.sp-institute img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 0px;
}
.sp-institute {
    display: flex;
    gap: 6px;
}
.project-sp-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}
.project-sp-content p {
    font-size: 14px;
    line-height: 20px;
}
.project-speaker-info {
    margin-top: 4px;
    margin-bottom: 32px;
}
.project h4{
    padding-bottom:12px;
}
/***ev tags css****/
.ev-tags span {
    background: #f7f7f7;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 28px;
    color: #6E706C;
    font-size: 12px;
}
.ev-tags {
    display: flex;
    gap: 6px;
    padding-bottom: 28px;
}
.ev-tags h6 {
    padding-right: 20px;
}

/***Share css****/
.ev-share img {
    width: 52px;
    
}
.ev-share img{
    box-shadow: var(--box-shadow-light);
    border-radius: 100%;
    padding: 12px;
}
.ev-share {
    display: flex;
    gap: 16px;
    align-items: center;
}
.ev-share h6 {
    padding-right: 4px;
}

.project .ft-card-wrap {
    grid-template-columns: repeat(3, 1fr);
}
.ft-card .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.project .ft-card .excerpt{
    font-size: 14px;
    line-height: 20px;
}
.project .ft-meta-info p {
    font-size: 12px;
}
.ft-left-meta-date img , ft-left-meta-location img{
    width: 16px;
    height: 16px;
}
.project .ft-meta-info p {
    padding-bottom: 0px;
}
.project .ft-featured-img img {
    height: 281px;
    object-fit: cover;
}
/***right side css****/
.project-inner-sidebar{
    padding: 32px;
    background-color: var( --light-gray-color);
    border-radius: 12px;
}
.bg-white{
    background-color: var(--white-color);
}
.project-date.bg-white,.project-format.bg-white, .project-duration.bg-white , .project-fund.bg-white {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center;
    border-radius: 12px;
    height: 44px; 
    padding: 12px;
}

.ev-date, .ev-format, .ev-duration , .ev-fund{
    font-weight: 500;
    color: var(--primary-color);
}
button.Register {
    width: 100%;
    margin-top: 32px;
}



.ev-share img {
    margin-bottom: 0px;
}
.project-date-text, .project-format-text ,.project-duration-text, .project-fund-text{
    display: flex;
    align-items: center;
    gap:8px;
}
.project-speaker-img img {
    margin-bottom: 0px;
}

/*
@media screen and (max-width: 862px) {
      
    .project-wrapper {
        flex-direction: column-reverse;
    }
    .leftproject-content-area {
        width: 100%;
    }
    .project-featuredimg img {
       
        height: 200px;
        margin-bottom: 20px;
    }
    .project p{
        font-size: 18px;
        line-height: 28px;
    }
    ul.ev-points li {
        font-size: 18px;
        line-height: 28px;
    }
    .project-speaker-info {
      flex-direction: column;
    }
    .rightproject-content-area {
        width: 100%;
    }
    .project .ft-card-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .project-inner-sidebar {
        padding: 24px;}
        
}

*/



/**project donor card***/



        .donors-card {
            background-color: white;
            border-radius: 12px;
            box-shadow: var(--shadow-heavy);
            padding: 32px;
        }

        .donors-card h2 {
            font-size: 40px;
            color: #303430;
            line-height:50px;
            padding-bottom: 16px;
        }
.donor-card-img img {
    width: 144px;
    height: 144px;
}
.donors-card-header {
    display: flex;
    justify-content: space-between;
	gap:50px;
}

.donor-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.details {
    display: flex;
justify-content: space-between;
}

p.donor-name-info {
    font-size: 14px;
    line-height:20px;
    color: #8E908B;
}
      p.name {
    padding-bottom: 8px;
}
p.amount {
    padding-bottom: 0px !important;
}
p.donor-name-info {
    padding-bottom: 0px !important;
}
p.gift-aid {
    padding-bottom: 0px;
}
.details {
    background: #f7f7f7;
    padding: 14px 20px;
    border-radius: 12px;
}
        .donors-card .donor:last-child {
            border-bottom: none;
        }

        
        .donor-card-img img {
    margin-bottom: 0px;
}
.donor-card-title p {
    padding: 0px !important;
}
.donor {
    margin-top: 16px;
}

        .donors-card .donor .details .name {
                color: #303430;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
        }
.donor-card-title p {
    font-size: 16px;
    line-height: 24px;
    color: #8E908B;
    font-weight: 400;
}

        .donors-card .donor .amount {
        font-size: 24px;
    	font-weight: 600;
   	color:#303430;
	line-height: 36px;
        }

        .donors-card .donor .gift-aid {
            font-size: 14px;
            color: #8E908B;
            font-weight:500;
            line-height: 20px;
        }

.project-wrapper .leftproject-content-area .ev-content div:nth-child(6) div{
align-items: center;
}


/**sidebar**/
.project-inner-sidebar p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    color: #8E908B;
}
.project-inner-sidebar-heading-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.project-inner-sidebar h2 {
    padding-bottom: 16px;
}
.project-inner-sidebar-heading-image img {
    position: relative;
    left: 32px;
}

.campaign-progress-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.campaign-progress-heading p {
    color: #8E908B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 0px;
}

.campaign-progress-heading p strong {
    color: #303430;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/* .campaign-progress-wrapper {
    margin-bottom: 32px;
} */

.campaign-description{
    margin-bottom: 0px !important;
}

.project-inner-sidebar .campagi-donation-info {
    background: white;
    padding: 20px;
    border-radius: 20px;
}
.project-inner-sidebar .form-group {
    display: flex;
    justify-content: space-between;
   
}
.project-inner-sidebar .form-group.radio-buttons input {
    width: 18px;
    height: 18px;
    border: 1px solid #E2E4E2;
}
.project-inner-sidebar .form-group.radio-buttons div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.project-inner-sidebar input#amount {
    border: 1px solid #E2E4E2 !important;
    border-radius: 28px;
    width: 100%;
    padding: 16px;
    margin-top: 16px;
}
.project-inner-sidebar .form-group.radio-buttons {
    margin-top: 28px;
}
.project-inner-sidebar .form-group.divider {
    margin-top: 28px;
    margin-bottom: 28px;
}

.form-group.buttons button {
    width: 100%;
}

.project-inner-sidebar select#campaign {
border-right-width: 1px;
    border-color: var(--border-color);
    padding: 16px;
    font-family: var(--font-family);
    color: var(--primary-color);
    border-radius: 28px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom:20px;
	outline: none;
    appearance: none;
    background-image: url(http://restless.21days.org.uk/wp-content/uploads/2025/01/Icon-Frame.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

.project-wrapper .rightproject-content-area form .campagi-donation-info p{
	font-size: 12px;
    line-height: 16px;
text-align: center;
padding-bottom: 12px;
}

.project-inner-sidebar input#amount:focus-visible {
    outline: none;
}
.project-inner-sidebar select#country-code {
    border-radius: 28px;
    border: 1px solid #E2E4E2;
    padding: 16px;
	outline: none;
    appearance: none;
    background-image: url(http://restless.21days.org.uk/wp-content/uploads/2025/01/Icon-Frame.png);
    background-repeat: no-repeat;
    background-position: 70%;
    width: 32%;
}
.project-inner-sidebar .line-divide hr {
    width: 100px;
}
.project-inner-sidebar  label {
    color: #303430;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.project-inner-sidebar .quantity-container {
    display: flex;
    align-items: center;
}
.project-inner-sidebar .amount-display {
    width: 50%;
    text-align: center;
    box-shadow: var(--box-shadow-light);
    padding: 16px;
    border-radius: 28px;
    font-size: 24px;
    font-weight: 600;
    color: #303430;
    margin-right: 12px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-inner-sidebar  .inc-and-dec {
    display: flex;
    width: 50%;
}
.project-inner-sidebar .inc-and-dec #decrement {
    background: white;
    border: 1px solid #E2E4E2;
    border-radius: 0px;
    color: black;
    border-right-width: 1px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    border-top-width: 1px;
}
.project-inner-sidebar input#quantity {
    border: 1px solid #E2E4E2 !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}
.project-inner-sidebar .inc-and-dec input {
    width: 100%;
    border-radius: 0px;
    height: 57px;
    text-align: center;
}
.project-inner-sidebar .inc-and-dec #increment {
    background: white;
    border: 1px solid #E2E4E2;
    border-radius: 0px;
    color: black;
    border-right-width: 1px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-top-width: 1px;
}
.project-inner-sidebar .quantity-container {
   display: flex !important;
}

button#add-to-list {
    width: 100%;
    margin-top: 5px;
}
div#donation-list {
    margin-top: 8px;
}
div#total-amount {
    background: #177E382E;
    padding: 12px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
div#list-items {
    background: white;
    padding: 32px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 0px !important;
}
div#total-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#total-amount p {
    padding: 0px;
    color: #177E38;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.total-donation {
    color: #177E38;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
p.reset-donation {
    text-align: right;
}
button#donate-button {
    width: 100%;
}
.list-item {
    display: flex;
    justify-content: space-between;
}
.project-inner-sidebar input#email {
    border: 1px solid #E2E4E2 !important;
    border-radius: 28px;
    width: 100%;
    padding: 16px;
    margin-top: 28px;
}
input#email:focus-visible {
    outline: none;
}
p.reset-donation:hover {
    cursor: pointer;
}

.projects_main_wrapper .campaigns-grid{
grid-template-columns: repeat(3, 1fr);
}

.projects_main_wrapper .ft-info {
    margin-bottom: 40px;
}

.campaign-card-overlay .campaign-title{
    padding-bottom: 0px !important;
}
.campaign-content p{
    padding-bottom: 0px !important;
}
@media screen and (max-width: 767px){
.project-title h1,
.ft-info h1 {
    font-size: 30px;
    line-height: 30px;
}
.project-inner-sidebar label{
    font-size: 12px;
}
.project-inner-sidebar h2 {
    font-size: 24px;
line-height: 24px;
}

.project-inner-sidebar-heading-image img {
    left: 23px;
}

.project-inner-sidebar .quantity-container {
    display: block !important;
}

.project-inner-sidebar .amount-display,
.project-inner-sidebar .inc-and-dec{
width: 100%;
}
.project-inner-sidebar .amount-display{
margin-bottom: 15px;
}
.project h3 {
    padding-bottom: 10px;
    font-size: 24px;
line-height: 24px;
}

    .project p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 24px;
    }

ul.ev-points li {
        font-size: 14px;
        line-height: 20px;
    }

.donors-card-header{
display: block;
}

.donors-card h2 {
    font-size: 24px;
    line-height: 24px; 
}

.donor-card-img img {
    position: relative;
    left: 30%;
}

.details {
    display: block;
    text-align: center;
}

.donor-price {
    display: block;
    margin-top: 15px;
}

.campaign-card-overlay .campaign-title{
    font-size: 24px !important;
    line-height: 24px !important;
}

.project-wrapper{
display: block;
}

.leftproject-content-area,
.rightproject-content-area {
    width: 100%;
}
.leftproject-content-area{
margin-bottom: 20px;
}

}


@media screen and (min-width: 768px) and (max-width: 991px){
.leftproject-content-area {
    width: 60%;
}

.rightproject-content-area {
    width: 39%;
}

.project-title h1,
.ft-info h1 {
    font-size: 40px;
    line-height: 50px;
}

.project-inner-sidebar h2 {
    font-size: 30px;
    line-height: 40px;
}

.project h3 {
    font-size: 26px;
    line-height: 30px;
}

.project p {
    font-size: 18px;
    line-height: 20px;
}

ul.ev-points li {
    font-size: 16px;
}

.donors-card h2 {
    font-size: 30px;
    line-height: 30px;
}

.donors-card .donor .gift-aid{
text-align: right;
}

.campaign-card-overlay .campaign-title{
    font-size: 24px !important;
    line-height: 30px !important;
}

.campaign-buttons{
display: block;
}

.campaign-view-btn{
margin-bottom: 15px;
}

.form-group h5 {
    font-size: 16px;
}
}



.campaign-progress-wrapper {
    margin-bottom: 32px;
}



input#ticket-price {
    width: 100%;
    border-color: var(--border-color);
    min-height: 55px;
    border-radius: 28px;
    padding: 16px;
    border: 1px solid #E2E4E2 !important;
background-color: #fff;
}


.form-group.radio-buttons {
    display: flex
;
    flex-direction: column;
    align-content: flex-start;
}


.campagi-donation-info .form-group.radio-buttons{
    align-items: flex-start !important;
}


.rightproject-content-area .form-group.radio-buttons {
    display: flex !important
;
    flex-direction: column !important;
}
.donation-label p , .donation-amount p {
    padding-top: 20px;
}