/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/*!
 * 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 #000;
        width: 4rem;
        margin: 0 1rem;
        transform: translateY(-0.5rem);
    }
  }
/*!
 * kategori h2 yanlara çizgi web görünümünde
 */
#content5-o > div.title.col-12.col-md-12 > h2 > span {
   font-family: 'Great Vibes', 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;
}

.CorporationContent {
    background-color: #fff;
    padding: 0px;
}

.display-2 {
    font-weight: 600;
}

.cid-rycP9Lrxh0 {
    background-color: #141817;
}
.card-img img, .mbr-figure img {
    border-radius: 40px;
    border: 5px solid #fbc800;
}


.cid-rycW8slXou .display-5 {
      margin-top: 10px;
    color: !important;
    font-family: 'Great Vibes',cursive;
    color: #fcc903;
    font-size: 5rem;
    font-style: italic;
}

.accordion2 h3 strong {
    color: !important;
    font-family: 'Great Vibes',cursive;
    color: #fcc903;
    font-size: 5rem;
    font-style: italic;
}

.cid-rycW8slXou h3 b {
    font-weight: 700;
    font-size: 2rem;
}


.cid-rycP9Lrxh0 .mbr-section-subtitle, .cid-rycP9Lrxh0 p {
    color: #ffffff;
    font-size: 1.4rem;
}
#accordion2-d h4{
    font-family: 'Great Vibes', cursive;
      color: #fcc903;
	font-size: 3rem;
	    font-style: italic;
}
#footer2-5 h2 {
  font-family: 'Great Vibes', cursive;
    color: #fcc903!important;
  font-style: italic;
      font-size: 4rem;
}

.cid-rxVuiMJXcQ .navbar {
    border-top: 10px solid #fbc800;
}

.slider-tel {
      color: #fff;
    font-size: 24px;
}

.cid-rDVWtCctjD {
  
        background-color: #141716;
    border-top: 10px solid #fbc800;
}
.btn-info, .btn-info:active {
    background-color: #fcc903!important;
    border-color: #fcc903!important;
    color: #000!important;
}

.PhoneCall .fa {
    color: #000;
}

button.navbar-toggler .hamburger span {
    background-color: #fcc903!important;
}

.slide .display-5 {
    font-size: 2rem;
    color: #fcc903;
    font-weight: 500;
}
.cid-ry6drk2Fr4 .mbr-slider .carousel-indicators li {
    background-color: #fcc903;
}

a.text-black:focus, a.text-black:hover {
    color: #fcc903!important;
}
.cid-rxVuiMJXcQ .dropdown-item:hover, .cid-rxVuiMJXcQ .nav-link:hover {
    color: #fcc903!important;
}





#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 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;
  }
}