/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@700&display=swap');

h1 {
  font-family: 'Cardo', serif!important;
} 
.contentid19 img {
	width: 80% !important;
}

@media screen and (max-width: 900px) {
  #menu2-1 > div > nav > a:nth-child(1) {
  display:none;
  }
}  

/*!
 * iconlar tek olursa
 */
.contentid16 .col-lg-3 {
    flex: auto;
    max-width: fit-content;
      border-top: solid 5px #a7271f;
}
.contentid16 img {
  width: 20%!important
} 
.contentid16 .display-7 {
    font-size: 1.4rem;
}
/*!
 * iconlar tek olursa
 */



/*!
 * iconlar
 */
.contentid16 {
      min-height: 200px;
}


.contentid16 .container .media-container-row {
    margin-top: -100px
}

.contentid16 .container .media-container-row > div:nth-child(1){
      box-shadow: 10px 10px 20px -6px;
  background-color: #fff;
}

.contentid16 .container .media-container-row > div:nth-child(3){
      box-shadow: 10px 10px 20px -6px;
  background-color: #191a1c;

}

.contentid16 .container .media-container-row > div:nth-child(2){
      box-shadow: 10px 10px 20px -6px;
    background-color: #f44337;

}
.contentid16 .container .media-container-row .card:nth-child(2) .card-box h4 {
      color:#fff;
}

.contentid16 .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;
  }
}