@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
:root{
    --header-bg: #89ca2e;
    --sd-bg-white:#fff;
    --sd-text-white:#fff;
    --sd-tittle-clr:#388522;
    --sd-green-clr:#388522;
    --sd-brown-clr:#674104;
    --sd-text-light-dark:#3d3d3d;
    --sd-text-light-green:#388522;
    --sd-bg-green: #89ca2e;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.text-green{
    color: var(--sd-green-clr);
}
.text-brown{
    color: var(--sd-brown-clr);
}
.light-gray-bg{
    background-color: #f7fafe;
}
.white-bg{
    background-color: #ffffff;
}
.py-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .py-70{
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
.py-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.sd-main-tittle{
    color: var(--sd-tittle-clr);
    font-size: 40px;
}
.sd-main-tittle{
    color: #1f201f;
    font-size: 28px;
    font-weight: 600;
}
.sd-main-tittle p{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .sd-main-tittle{
        font-size: 30px;
    }
    .sd-main-tittle span{
        font-size: 17px;
    }
}
.sd-avatar{
    position: relative;
}
.sd-avatar img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sd-btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display:inline-block;
    font-size: 17px;
    border:2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform:capitalize;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
.white-trans-btn{
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px 20px;
    background-color: transparent;
    transition: .5s ease;
    font-size: 14px;
    border-radius: 3rem;
}
.white-trans-btn:hover{
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
}
.sd-login-btn{
    border: 0;
    color: #FFFFFF;
    padding: 10px 20px;
    background-color: transparent;
    transition: .5s ease;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: unset;
}
.sd-login-btn:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .sd-login-btn{
        padding: 5px;
        font-size: 12px;
    }
}
.green-btn{

    border: solid 1px #388522;
    color: #FFFFFF;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #388522;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
}
.green-btn:hover{
    border:solid 1px #000000;
    color: #FFFFFF;
    background-color: #000000;
}

.sd-header-container{
    background: var(--header-bg);
    position: relative;
}
@media screen and (max-width: 767px) {
    .sd-header-container{
        padding: 5px;
    }
}
.sd-header-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.sd-header-left{
    display: flex;
}
.sd-header-left .logo{
    position: relative;
    width: 85px;
    margin-right:-4px;
}
@media (min-width:767px){
    .sd-header-left .logo{
        z-index: 9999;
    }
    .sd-header-left .logo img{
        position: absolute;
        width: 85px;
        top: -3px;
        left: 0;
    }
}
@media (max-width:767px){
    .sd-header-left .logo{
        margin-right: 5px;
    }
}
.sd-header-left .logo img{
    max-width: 100%;
}
.MegaNav{
    border-right: 1px solid #fff;
}
.MegaNav .dropdown-toggle{
    display: inline-flex;
    align-items: center;
    padding: 1rem 1.3rem;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s, color 0.3s 0.3s;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.MegaNav .dropdown-toggle:hover, .is-active .toggle {
    box-shadow:300px 0 0 0 rgba(0, 0, 0, 0.20) inset;
    background-color: transparent;
}

.MegaNav .dropdown-menu{
    margin: 0 !important;
}

.MegaNav .dropdown-toggle:after{
    display: none;
}

.MegaNav-menu{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 8;
}
.MegaNav-menu > div{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.MegaNav-menu div ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-tittle{
    font-size: 16px;
    line-height: 34px;
    color: #8bce2e;
    font-weight: 600;
    font-family: "Lato";
}
.MegaNav-menu div ul li{
    margin-bottom: 5px;
}
.MegaNav-menu ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
}
.MegaNav-menu ul li a span{
    width: 35px;
    display: block;
    margin:0 10px 10px 0;
}
.MegaNav-menu ul li a span img{
    max-width: 100%;
}
.MegaNav-menu ul li a:hover{
    text-decoration: underline;
}
.menu-hide{
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.adropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 8;
    background: #262627;
    padding:40px 15px 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.is-active .adropdown-menu {
    display: block;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.sd-header-right{
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.BasketWrap{
    margin-left: .950rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.BasketWrap-counter{
    background-color: var(--sd-bg-white);
    padding: 5px 7px;
    display: inline-flex;
    align-items: center;
    margin-right: .50rem;
}
.BasketWrap-text{
    color: var(--sd-text-white);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .sd-header-right{
        line-height: 1;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .BasketWrap{
        margin:0;
    }
    .BasketWrap-counter{
        padding: 5px 3px;
        margin-right: 0;
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
    .sd-header-left .logo{
        width: 35px;
        position: relative;
        top: 0;
        flex: 0 0 auto;
    }
    .MegaNav .toggle {
        padding: 1rem 0.65rem;
        font-size: 14px;
    }
    .MegaNav .dropdown-toggle{
        padding: 0rem 0.3rem;
        font-size: 10px;
    }
    .MegaNav{
        margin: 0;
        flex-wrap:wrap;
        flex-grow: 1;
    }

    .sd-header-left{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
    }
    .sd-header-wrapper .white-trans-btn{
        padding: 9px;
        font-size: 9px;
    }
    .BasketWrap-text {
        display: none;
    }
    .menu-hide{
        display: flex;
        justify-content: end;
    }
    .MegaNav-menu{
        padding: 15px;
    }
    .MegaNav-menu > div{
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .adropdown-menu{
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: auto;
        padding:20px 15px 25px;
        top: 0;
        z-index: 99;
    }
}
/* =================================== header appear css ====================================== */
.header-appear{
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 999999;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* SLider */
.homepage-slider{
    padding: 1px 0;
    background: #F0F0F0;
}
.slide-tittle{
    font-size: 40px;
    color: var(--sd-text-light-dark);
    line-height: 40px;
    font-weight: 800;
}
.slide-tittle span{
    color: var(--sd-text-light-green);
    font-weight: 900;
}
.homepage-slider p{
    font-size: 24px;
    padding: 1rem 0;
    color: #6e7c90;
    line-height: 26px;
}
.homepage-slider .sd-btn{
    border-radius: 5px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .slide-tittle{
        font-size: 30px;
        line-height: 28px;
    }
    .homepage-slider p{
        font-size: 17px;
        padding:15px 15px 0 0;
    }
    .homepage-slider .sd-btn{
        flex: 1;
    }


}
/* our-status */
.our-status .row{
    background-color: transparent;
}
.status-wrap{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-family: 'Quicksand', sans-serif;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.status-wrap .status-wrap-counter{
    color: #388522;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}
.status-wrap .status-wrap-text{
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .our-status .row{
        background-color: transparent;
        border-radius: unset;
        box-shadow:unset;
    }
    .status-wrap .status-wrap-counter{
        color: #388522;
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 0px;
    }
    .status-wrap .status-wrap-counter{
        margin: 0 0 15px;
    }
    .status-wrap{
        flex-direction: column;
        padding: 15px 0;
    }
}
#sd-testimonial-slider .sd-avatar{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
}
#sd-testimonial-slider .sd-avatar:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .20);
    position: absolute;
    top: 0;
    left: 0;
}
#sd-testimonial-slider .sd-avatar span{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .20);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    justify-content: center;
    align-items: center;
}
#sd-testimonial-slider .sd-avatar svg{
    width: 60px;
    height: 60px;
}
#sd-testimonial-slider .sd-avatar span{
    display: flex;
    cursor: pointer;
}
#sd-testimonial-slider.owl-carousel .owl-nav.disabled {
    display: block;
}
#sd-testimonial-slider.owl-carousel .owl-nav.disabled button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    background:transparent;
}
#sd-testimonial-slider.owl-carousel .owl-nav.disabled button:focus{
    outline: unset;
}
#sd-testimonial-slider.owl-carousel .owl-nav.disabled svg{
    width: 100px;
    height: 100px;
}
#sd-testimonial-slider.owl-carousel .owl-nav.disabled .owl-prev{
    left: -60px;
}
#sd-testimonial-slider.owl-carousel .owl-nav.disabled .owl-next{
    right:-60px;
}
#sdtestimonialVideo .modal-dialog{
    max-width: 100%;
    position: relative;
    height: calc(100vh - 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
#sdtestimonialVideo .modal-content{
    background: transparent;
    border: 0;
    width: 70%;
    height: 70%;
}
#sdtestimonialVideo .modal-dialog .close{
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9;
    font-size: 32px;
    cursor: pointer;
}
@media screen and (max-width: 1000px) {
    #sdtestimonialVideo .modal-dialog .close {
        top: -9px;
        right: -1px;
        width: 30px;
        height: 30px;
        font-size: 21px;
    }
    #sdtestimonialVideo .modal-content{
        width: 95%;
        height: 95%;
    }
    #sd-testimonial-slider.owl-carousel .owl-nav.disabled button{
        z-index: 99;
    }
    #sd-testimonial-slider.owl-carousel .owl-nav.disabled svg{
        width: 40px;
        height: 40px;
    }
    #sd-testimonial-slider.owl-carousel .owl-nav.disabled .owl-prev{
        left: 0px;
    }
    #sd-testimonial-slider.owl-carousel .owl-nav.disabled .owl-next{
        right:0px;
    }
}
/**/
.sd-lend-box{
    background-color: #252525;
    padding:40px 20px;
    border-radius: 3px;
    margin: 10px 0;
}
.sd-home-donate-box{
    background-color:#388522;
    padding:40px 20px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.donated-content-box{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
}
.donate-text{
    width: 250px;
    margin: 0 25px;
    position: relative;
    overflow-x: clip;
}
.donate-text div{
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.donate-text::after{
    content: "";
    position: absolute;
    border-bottom: 2px dotted #fff;
    display: block;
    left: 0;
    right: 0;
    bottom: 50%;
}
.slide-right {
    -webkit-animation: slide-right 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: slide-right 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
}
.sd-home-donate-box-btn{
    color: #fff;
    text-decoration: none;
}
.sd-home-donate-box-btn:hover{
    color: #000000;
}
@media screen and (max-width: 767px) {
    .donated-content-box{
        flex-direction: column;
    }
    .Donor-t{
        padding-bottom: 50px;
    }
    .donate-text div{
        top: -15px;
    }
}


/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
}

.navbar .dropdown-menu {
    border:none;
    background: #262627 !important;
    padding: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* breakpoint and up - mega dropdown styles */
@media (min-width: 768px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding:.5rem .5rem;
        margin:0 .25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {position:static; }

    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        /*  height of nav-item  */
        top:54px;

        display:block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;

    }




    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
    }

}

.my-custom-wrap.nav-tabs .nav-link{
    border:0;
    padding: 0 10px;
}

.tabs-inner-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #388522;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
    padding: 20px;
    width: 110px;
    font-size: 13px;
    border-radius: 6px;
    position: relative;
}

.tabs-inner-wrap i{
    font-size: 40px;
    display: block;
    margin: 0 0 7px;
}

.tabs-inner-wrap svg{
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.my-custom-wrap.nav-tabs .nav-link.active  .tabs-inner-wrap{
    color: #ffffff;
    background-color: #388522;
}

.my-custom-wrap.nav-tabs .nav-link.active .tabs-inner-wrap svg{
    display: block;
}

@media screen and (max-width: 767px) {
    .tabs-inner-wrap{
        padding:10px 20px;
        width: 75px;
        font-size: 10px;
        border-radius: 6px;
        position: relative;
    }

    .tabs-inner-wrap i{
        font-size: 30px;
        margin: 0 0 4px;
    }

    .tabs-inner-wrap svg{
        position: absolute;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    .MegaNav .dropdown-menu {
        position: fixed !important;
        top: -2px !important;
        left: 0 !important;
        right: 0 !important;
        transform: unset !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        overflow: auto !important;
        border-radius: 0 !important;
    }
}

.start-funding-single-post{
    border:1px solid #d8d8d8;
    color: #000000;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.start-funding-single-post-tittle{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
    padding-top: 15px;
}

.start-funding-single-post-progress{
    padding: 15px 0;
}

.start-funding-single-post-sub-tittle{
    color: #444;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 10px;
}

.start-funding-single-post a{
    color:#50800d;
    text-decoration: underline;
}
.seedout-grid-view .grid-view-shadow {
    height: 100%;
}

@media (max-width: 991px){
    .MegaNav .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
.login-avatar-wrap .dropdown-menu {
    width: auto;
    min-width: 200px;
    right: 0;
    left: auto;
    background: #262627 !important;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}
.login-avatar-wrap .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    top: 100%;
    margin-top: 13px !important;
}
.login-avatar-wrap .dropdown-menu .dropdown-item{
    padding:8px 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}
.login-avatar-wrap .dropdown-menu .dropdown-item{
    border: 0 !important;
}
.login-avatar-wrap .dropdown-menu .dropdown-item:hover,
.login-avatar-wrap .dropdown-menu .dropdown-item:focus{
    text-decoration: underline;
    background: transparent;
}
.login-avatar{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.login-avatar .avatar-image{
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px 0 0;
    background: #fff;
}
.login-avatar .avatar-image img{
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.login-avatar .avatar-name{
    color :#fff;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 768px){
    .login-avatar .avatar-name{
        display: none;
    }
}
@media (min-width: 768px){
    .navbar .MegaNavContain .dropdown {
        position: relative;
    }
}
.navbar .MegaNavContain .MegaNav-menu > div{
    display: block;
}
.navbar .MegaNavContain .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin: 0;
    min-width: 300px;
}
.MegaNavContain{
    border: 0 !important;
}

.seedout-user-img-wrap .img-fluid-w-100{
    object-fit: cover;
    height: 220px;
}

@media screen and (max-width: 767px) {
    .MegaNavContain{
        display:none !important;
    }
    .MegaNav {
        border-color:transparent;
    }
}
@media screen and (max-width: 767px) {
    .currency-conversion.cc-desktop {
        display: flex !important;
        align-items: center;
    }
    .currency-conversion li {
        padding: 4px;
        font-size: 8px;
    }
}