/*banner*/
.main-slider-three .swiper-slide {
	background-color: unset;
}

.main-slider-three .swiper-slide .main-slider-three-color{
	background: linear-gradient(180deg, rgba(101, 70, 150, 0.969625350140056) 7%, rgba(101, 70, 150, 0) 100%);
}

/*message*/
.section-message{
	background-color: #eee;
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-message .section-title__title{
	color: #584991;
}

.section-message .passage-wrapper .about-three__text-1{
	font-size: 20px;
    line-height: 36px;
    padding-bottom: 41px;
    color: var(--oxpins-black);
    font-weight: 700;
}

/*form*/
.section-form .section-title__title{
	color: #584991;
}

.section-form .donate-now__personal-info-form textarea{
	resize: none;
}

.section-form .donate-now__personal-info-form .card-bottom{
	margin-top: 2.5em;
	margin-bottom: 1em;
}

.section-form .donate-now__personal-info-form .card-bottom .btn-submit{
    color: #FFF;
    background-color: #d93879;
	cursor: pointer;
}

.section-form .donate-now__personal-info-form .response-msg{
	padding: 0.5em;
}

.section-form .donate-now__personal-info-form .response-msg.warning{
    border: 2px solid #f1d463;
}

.section-form .donate-now__personal-info-form .response-msg.danger{
    border: 2px solid #dd2e2e;
}

.section-form .donate-now__personal-info-form .response-msg.success{
    border: 2px solid #26c326;
}

.section-form .donate-now__personal-info-form .response-msg .message{
	color: #000;
}


/*Brands*/
.brand-one{
	background-color: #eee;
}

.brand-one .section-title__title{
	color: #584991;
}

.brand-one .swiper-slide img{
	opacity: 1;
}

