.address:hover {
    text-decoration: underline #00803f 1px !important;
}
.quick-item-feature-card {
    width: 100%;
    display: flex;
    padding: 10px;
    max-width: 1400px;
    transition: 0.3s;
    align-items: flex-start;
    border-color:#D9D9D9;
    border-width: 1px;
    border-radius: 8px;
    flex-direction: column;
    justify-content: flex-start;
}
.quick-item-feature-card:hover {
    transform: scale(1.02);
}
.quick-item-image {
    width: 96px;
    height: 96px;
    padding: 8px;
    align-self: center;
    margin-top: 16px;
    object-fit: cover;
    border-radius: 4px;
}
.quick-item-text {
    padding: 8px;
    font-size: 18px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    margin-bottom: 32px;
    padding-right: 8px;
}
.quick-item-text a {
    text-transform: none;
    color: #222;
    text-decoration: none;
}

.mySlides {
    display: none;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    background: #00803F;
    background-size: initial;
    background-position: right 0px bottom 0px;
    background-image: url('https://cdn.discordapp.com/attachments/801346541183827988/1077525240986480650/background_quote.png');
    height: auto;
    border-radius: 25px;
}

.slideshow-container .clearfix {
    height: 600px;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.slider-dot {
    height: 15px;
    width: 15px;
    margin: 0 4px;
    background-color:none;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin-bottom: 20px;
    cursor:pointer;
    zoom:1;
    border: 1px dashed #ebebeb;
}
.slider-dot span {
background:#fff;
}
.slider-dot:hover{
     background:#fff;
}

.active-dot {
    background-color: #fff;
}

.inner1 {
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
    border-width: 4px;
    border-color: #146c20;
    padding: 40px;
}

.inner2 {
    float: left;
    margin-right: -100%;
    position: relative;
    width: 100%;
    text-align: center;
    list-style: none !important;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

.inner3 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.inner4 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 400px;
}

.slideimage img {
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0 solid #333;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    max-width: 560px;
    margin-right: 4%;
    bottom: auto;
    float: left;
    border-radius: 15px;
    margin-top: 20px;
}

.slideimage .active {
    opacity: 1;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft;
}

.innerdesc {
    text-align: center;
    width: 47.25%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    float: right;
    margin-top: 15px;
}

.innercontent {
    color: #9dcda4 !important;
    line-height: 1.9em !important;
}

.innercontent p {
    line-height: 1.9em !important;
}

.innertitle {
    font-weight: 400 !important;
    font-size: 24px;
    color: #fff;
}

.innerbutton a {
    border-width: 5px !important;
    border-color: #ffffff;
    background-color: #ffffff;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    line-height: 2;
    margin-bottom: 20px;
    cursor: pointer;
    color: #00803F;
    text-decoration: none;

}
    .innerbutton a:hover{
    background:#333;
    color:#fff;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media (max-width: 1366px) {

    .slideimage{
        float:none;
        width: 50%;
            margin:0 auto;
            margin-bottom:20px;
            position:relative;
        }
        .innerdesc {
            width: 50%;
            float:none;
            margin-top:20px;
            display:inline-block;
        }

    .innertitle {
        font-size: 19px;
    }

    .innercontent p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .innerbutton a {
        font-size: 14px;
    }

    .slideimage {
        display: block !important;
        top: 0;
        max-height: 500px;
    }
    }
    @media (max-width: 992px) {

        .slideimage{
        float:none;
        width: 50%;
            margin:0 auto;
            margin-bottom:20px;
            position:relative;
        }
        .innerdesc {
            width: 50%;
            float:none;
            margin-top:20px;
            display:inline-block;
        }

    .innertitle {
        font-size: 22px;
    }

    .innercontent p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slideimage {
        display: block !important;
        top: 0;
        max-height: 300px;
    }

    .slideimage .innerdesc {
        float: none;
        text-align: center;
        width: 100%;
    }
    }

@media (max-width: 767px) {

    .slideimage,
    .innerdesc {
        width: 100%;
    }

    .innertitle {
        font-size: 19px;
    }

    .innercontent p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .innerbutton a {
        font-size: 14px;
    }

    .slideimage {
        display: block !important;
        top: 0;
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .slideimage .innerdesc {
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

.leftimage {
    animation-name: fadeInLeft;
    animation-duration: 1s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.updesc {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.outer1 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
    padding-top: 79px;
    padding-bottom: 79px;
    background-size: initial;
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-image: url('https://cdn.discordapp.com/attachments/1058437621447151706/1068190914478100592/background_quote.png');
    background-color: #00803f;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
    width: 100%;
    max-width: 1800px;
    margin: auto;
    position: relative;
    display: flex;
}

.outer2 {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
    background-repeat: no-repeat;
}

.outer3 {
    text-align: left;
    padding-right: 50px !important;
    padding-left: 50px !important;
    word-wrap: break-word;
}

.outertext {
    position: relative;
}

#aya {
    color: #ffffff !important;
    line-height: 1.5em;
}

.outerlight {
    text-align: left;
    padding-right: 50px !important;
    padding-left: 50px !important;
    position: relative;
}

.outerlight>:last-child {
    padding-bottom: 0;
}

.outerdesc h4 {
    
    color: #9dcda4 !important;
    font-size: 18px;
}

.outerdesc h5 {
    font-weight: 300;
    font-style: italic;
    color: #9dcda4 !important;
    font-size:18px;
}

.ayetdegiskeni {
    position: relative;
}

.outer4 {
    background-color: none;
    border-radius: 15px;
    overflow: hidden;
    transform: translateX(-48px) translateY(0px);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
    width: 80%;
    height: 250px;
}

.sagdakiresimdis {
    padding-right: 26px;
    padding-left: 26px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

.sagdakiresimdis .sagdakiresimic {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.sagdakiresimic {
    position: relative;
    float: right;
}

.sagdakiresimic img {
    height: auto;
    width: 250px;
}
@media (max-width: 1366px) {
    .sagdakiresimic img {
        display:none;
    }
}
#aya {
font-size:24px;}

.stories-container {
display: flex;
background: #fff;
border-radius: 14px!important;
border: 1px solid #e8f5e3;
box-shadow: none!important;
width: 100%;
margin: 1% auto 2%;
padding: 20px 36px 20px 28px!important;
gap: 48px;
overflow: hidden;
overflow-x: hidden;
box-sizing: border-box;
}

* {
  font-family: 'Poppins', sans-serif;
}

.donationhomepage {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  height: auto;
  border-radius: 25px;
  padding: 0;
}

.donationhomepage-image {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.donationhomepage-image img {
  width: 100%;
  height: auto;
  max-height:560px;
}

.donationhomepage-text {
  width: 100%;
  margin-left: 20px;
  text-align: center;
}

.donationhomepage-text h3 {
  margin: 0 0 10px 0px;
  font-size: 24px;
  color: #222;
}

.donationhomepage-text p {
  margin: 0 0 10px 0px;
  font-size: 18px;
}

  .partnerfoot p {
  margin-top:15px;
  font-size:12px;
  font-weight:400;
  text-align:center;
  color:  #444;
  float:none;
}

.donationhomepage-button {
  background-color: #00803F;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 auto;
  display: inline-block;
}
  .donationhomepage-button:hover {
  background-color: #333;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 auto;
  display: inline-block;
}

.donationhomepage-button a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1366px) {
  .donationhomepage {
    flex-direction: column;
  }
  
  .donationhomepage-image {
    width: auto;
    max-width:1224px;
    height: 200px;
    float:none;
  }
    .donationhomepage-image img {
  width: 100%;
  height: 100%;
  max-height:560px;
}
    .donationhomepage-text h3 {
    margin-top:15px;
    font-weight:bold;
  font-size: 18px;
}
  .donationhomepage-text p {
  font-size:16px;
}
    .partnerfoot p {
  margin-top:15px;
  text-align:center;
  float:none;
  font-size:14px;
  font-weight:400;
}
  .donationhomepage-text {
    margin-left: 0;
  }
}