/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');


#footer2-5 {
      background-color: #000000;
    border-top: solid 10px #e8cc73;
}

#content5-o > div.title.col-12.col-md-12 > h2 > span {
   font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 4rem;
    font-style: italic;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

#content5-o > div.container > div > h2 {
  font-family: 'Dancing Script', cursive;
}

#slider-text-zep > div > h2 > strong {
  font-family: 'Dancing Script', cursive;
      color: #cec089;
    text-shadow: 0px 0px 5px #000;
    font-size: 3rem;
}

.accordion2 h3 strong {
    color: !important;
    font-family: 'Dancing Script', cursive;
    color: #fcc903;
    font-size: 5rem;
    font-style: italic;
}

#accordion2-d h4{
    font-family: 'Dancing Script', cursive;
      color: #fcc903;
	font-size: 3rem;
	    font-style: italic;
}

/*!
 * kategori h2 yanlara çizgi web görünümünde
 */
@media (min-width: 1023px) {
    .title h2::before,
    .title h2::after {
        display: inline-block;
        content: "";
        border-top: .3rem solid #cec089;
        width: 4rem;
        margin: 0 1rem;
        transform: translateY(-0.5rem);
    }
  }
/*!
 * kategori h2 yanlara çizgi web görünümünde
 */

.cid-rycW8slXou .display-5 {
      margin-top: 10px;
    color: !important;
    font-family: 'Dancing Script', cursive;
    color: #fcc903;
    font-size: 5rem;
    font-style: italic;
}

.accordion2 h3 strong {
    color: !important;
    font-family: 'Dancing Script', cursive;
    color: #fcc903;
    font-size: 5rem;
    font-style: italic;
}

.CorporationContent {
    background-color: #fff;
    padding: 20px;
}


.navbar-brand {
	background-color: #000;
    border-radius: 10px 10px 10px 10px;
    margin: 5px;
    padding: 5px!important;
}


/*!
 * iconlar
 */
.contentid18 {
      min-height: 200px;
}


.contentid18 .container .media-container-row {
    margin-top: -100px
}

.contentid18 .container .media-container-row > div:nth-child(1){
      box-shadow: 10px 10px 20px -6px;
  background-color: #fff;
}

.contentid18 .container .media-container-row > div:nth-child(3){
      box-shadow: 10px 10px 20px -6px;
  background-color: #191a1c;

}

.contentid18 .container .media-container-row > div:nth-child(2){
      box-shadow: 10px 10px 20px -6px;
    background-color: #f44337;

}
.contentid18 .container .media-container-row .card:nth-child(2) .card-box h4 {
      color:#fff;
}

.contentid18 .container .media-container-row .card:nth-child(3) .card-box h4 {
      color:#fff;
}
/*!
 * iconlar
 */

.contentid16 {
	-webkit-animation: slide-in-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.1s both;
	        animation: slide-in-bottom 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.1s both;
}


/*!
 * slider yuvarlak butonlar
 */
.cid-ry6drk2Fr4 .mbr-slider .carousel-indicators {
    bottom: 100px;
}
/*!
 * slider yuvarlak butonlar
 */


#slider-img-zep {
  -webkit-animation: kenburns-top 30s ease-out both;
	        animation: kenburns-top 30s ease-out both;
}

#slider-text-zep {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s  both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s  both;
}


/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}