
#yorum {
    background: linear-gradient(112deg, #ffffff 50%,#d3f1cc 50%);
    max-width: 100%;
    margin: auto
}
#yorum::before {
    background-image: url(../palm-sol.png) !important;
    background-size: 120px 240px;
    display: inline-block;
    width: 120px;
    height: 240px;
    position: absolute;
    content: "";
    bottom: 0px;
    left: -2px;
    animation: sol 4s infinite;
    pointer-events: none;
    transform-origin: bottom left;
}

#yorum::after {
    background-image: url(../palm-sag.png) !important;
    background-size: 120px 240px;
    display: inline-block;
    width: 120px;
    height: 240px;
    position: absolute;
    content: "";
    bottom: 0px;
    right: -2px;
    pointer-events: none;
    animation: sag 4s infinite;
    transform-origin: bottom right;

}

@keyframes sol {
  0%, 100%{ transform: rotate(1deg);
    transition-timing-function: ease;}
    50%{ transform: rotate(3deg); 
     transition-timing-function: ease-in-out;}
   }
   @keyframes sag {
    0%, 100%{ transform: rotate(-1deg);
      transition-timing-function: ease;}
      50%{ transform: rotate(-3deg); 
       transition-timing-function: ease-in-out;}
     }

@media(max-width:767px) {
  #yorum::before {

    background-size: 60px 120px;
    width: 60px;
    height: 120px;
}

#yorum::after {

    background-size: 60px 120px;
    width: 60px;
    height: 120px;
}
}


.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 10rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}


#image-caption {
    font-style: normal;
    font-size: 1.3rem;
    margin-top: 0.5rem
}


#image-caption2 {
    font-style: normal;
    font-size: 1rem;
    font-weight: lighter;
}



.carousel-control-prev i, .carousel-control-next i {
    color: #007e59;
    background-color: transparent;
    padding: 1.4rem
}

@media(max-width:767px) {
   .carousel-control-prev i, .carousel-control-next i {
    padding: 0.8rem
}
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}