.elementor-63 .elementor-element.elementor-element-6eace14{--display:flex;--margin-top:0px;--margin-bottom:88px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-63 .elementor-element.elementor-element-1b9ca9e{width:100%;max-width:100%;background-color:#F0F0F0;padding:70px 0px 80px 0px;text-align:center;}.elementor-63 .elementor-element.elementor-element-1b9ca9e .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:600;line-height:65px;}.elementor-63 .elementor-element.elementor-element-cb057e8{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-63 .elementor-element.elementor-element-4b160c42{column-gap:88px;}@media(max-width:1024px){.elementor-63 .elementor-element.elementor-element-cb057e8{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-63 .elementor-element.elementor-element-1b9ca9e .elementor-heading-title{font-size:30px;}.elementor-63 .elementor-element.elementor-element-cb057e8{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for text-editor, class: .elementor-element-4b160c42 */.crowdfunding-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}
.crowdfunding-grid-list.columns-2 {
    display: grid;
  gap: 20px;
  margin-bottom: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width:991px) {
   .crowdfunding-grid-list.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:767px) {
    .crowdfunding-grid-list.columns-2 {
    grid-template-columns: repeat(1, 1fr);
}
}
.campaign-item {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    transition: 0.5s all ease;
}
.campaign-item:hover {
    box-shadow: 4px 3px 19px 0 rgba(0, 0, 0, 0.14);
}
.campaign-image {
    display: block;
    width: 215px;
    height: 260px;
    position: relative;
}
@media (max-width:991px) {
    .campaign-image {
        width: 100%;
    }
}
.campaign-image .love-campaign{
    position: absolute;
    top: 5px;
    right: 5px;
    
}
.campaign-image img{
    width: 100%;
    height: 100%;
   object-fit: cover;
}
.campaign-content {
    flex: 1;
    padding: 10px 20px;
}
.campaign-item-category {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.campaign-title {
   font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}
.campaign-value {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.campaign-progress {
  background: #eee;
  height: 6px;
  border-radius: 10px;
}
.campaign-progress .bar {
  height: 100%;
  background: #c9366f;
  border-radius: 10px;
}
.campaign-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #ebebf1;
    padding-top: 10px;
    margin-top: 10px;
}
.campaign-raised {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393c40;
    margin-bottom: 5px;
}
.campaign-raised.right {
    text-align: right;
}
.campaign-raised .text {
    color: #8A8D91;
    margin-bottom: 5px;
}
.campaign-info .author {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.campaign-info .author .author-avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}
.campaign-info  .percent {
    text-align: right;
}
.campaign-info > div .value {
    font-weight: bold;
}
.campaign-info > div span {
    color: #c9366f;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.campaign-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
    color: #000;
}
.campaign-item {
  border-radius: 4px;      
  overflow: hidden;         
  background: #fff;
  border: solid 1px #ebebf1;
}
.campaign-title a {
    color: #000;
}/* End custom CSS */