@media only screen and (min-width: 577px) {

body {
  font-family: 'Roboto Medium', sans-serif;
}

@font-face {
 font-family: 'Satisfy';
 src: url(Satisfy.woff2) format('woff2');
}

  .fontBaslik {
    /* font-family: 'Champagne & Limousines', cursive; */
    font-family: 'Roboto Medium', sans-serif;
    font-size: 18px;
    text-align: center;
  }

  .Fiyat{
    color: grey;
    float: left;
  }

  .ilkyazi{
    font-family: 'Pacifico', cursive;
    color: #f182b4;
    font-size: 30px;

  }

  .dropdown-menu-scrool {
    max-height: 500px;
    overflow-y: auto;
  }

  .yazislider{
    margin-bottom: 4rem;
    color: grey;
  }

  .card{
    border-color: pink;
  }

  .card {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);

  }

  .index-Ana-Baslik {
    /* font-family: 'Champagne & Limousines', cursive; */
    font-family: 'Pacifico', cursive;

    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f182b4;
  }

  .card-footer a {
  color: #7C7C7D;
  }

  .card-footer small h5  {
  color: black;
  }


  .card-footer {
    background-color: pink;
  }

  .img-hover:hover{
    background-color: #AA2E69;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  .card-img-top:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .d-block:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .footer-background-color {
    background-color:#712B4C;
  }


  .dropdown:hover > .showDropdownItem {
    display: block;
  }


  .displayDesktop {
    display: block;
  }

.displayMobile {
  display: none;
}

.collapse ul li {
  margin: 0.5rem;
}

.dropdown-item {
  font-size: 20px;
  color: grey;
}

.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

}

.mad-banner:not(:last-child) {
           margin-bottom: 1.75rem;
       }

       .mad-banner img {
           width: 100%;
       }

       .mad-banner:not(.style-3) .mad-banner-inner {
           position: absolute;
           top: 18%;
           right: 66px;
           max-width: 310px;
           z-index: 2;
       }

       h5.mad-banner-title {
         color: grey;
           font-size: 20px;
       }

       h5.mad-banner-title:not(:last-child) {
           margin-bottom: 2.625rem;
       }

       .mad-banner-title {
           font-weight: bold;
       }

       .mad-banner.style-2 .mad-banner-inner {
           right: 3.25rem;
           max-width: 100%;
           top: 50%;
           transform: translateY(-50%);
       }

       .mad-banner.style-2.left-side .mad-banner-inner {
           right: auto;
           left: 3.25rem;
       }

       .mad-banner.style-3:after {
           content: '';
           position: absolute;
           top: 0;
           left: 0;
           width: 100%;
           bottom: 0;
           border: 2px solid #fff;
           opacity: 0.6;
           margin-top: 0.4375rem;
           margin-left: 0.4375rem;
           margin-bottom: 0.4375rem;
           transition: all .5s ease;
       }

       .mad-banner.style-3:hover:after {
           opacity: 1;
       }

       .mad-banner.style-3 .mad-banner-inner {
           background: #fff;
           opacity: 90%;
           padding: 0.3rem 1rem;
           position: absolute;
           bottom: 0;
           right: 0;
       }

       .mad-banner.style-3:hover .mad-banner-title {
           color: pink;
       }

       .mad-banner.style-3 .mad-banner-title {
           font-weight: normal;
           transition: color .45s ease;
           letter-spacing: -0.1px;
       }

       .mad-banner .mad-banner-link {
           position: absolute;
           top: 0;
           left: 0;
           right: 0;
           bottom: 0;
           background: none!important;
       }
       .fourCard:hover{
         opacity:0.7;
         transform: scale(1.1);

       }

.container-fluid {
  background-color: #fde9f3;
}

.staticFooter{

  padding: 30px 30px 60px 30px;
}

.staticFooter h5, .staticFooter h5 a {
  text-align: left;
  font-size: 14px;
  color: grey;
}

.staticFooter span, .staticFooter span a {
  text-align: left;
  font-size: 12px;
  color: grey;
  padding: 2px;
}

.staticFooter p {
color:#712B4C;
}

.footerA:hover {
   font-size: 130%;
}

@media only screen and (max-width: 576px) {

  body {
    font-family: 'Roboto Medium', sans-serif !important;
  }

  .displayDesktop {
    display: none;
  }

  .displayMobile {
  display: block;
  }

  h5.mad-banner-title {
    color: grey;
      font-size: 12px;
  }

  h5.mad-banner-title:not(:last-child) {
      margin-bottom: 1px;
  }

  .mad-banner.style-3 .mad-banner-inner {
      background: #fff;
      opacity: 90%;
      padding: 0.5rem 1rem;
      position: absolute;
      bottom: 0;
      right: 0;
  }

.card-footer, .card-footer h5 {
  color:black !important;
background-color: pink !important ;
}

.ilkyazi{
      font-family: 'Pacifico', cursive;
  color: #f182b4;
  font-size: 20px;
}

.dropdown-menu-scrool {
  max-height: 500px;
  overflow-y: auto;
}

.footer-background-color {
    background-color: #712B4C;
}

.index-Ana-Baslik {
  /* font-family: 'Champagne & Limousines', cursive; */
      font-family: 'Pacifico', cursive;

  font-size: 40px;
  font-weight: 300;
  line-height: 1;

  color: #f182b4;
}

.yazislider{
  font-size: 10px;
  color: grey!important;
  margin-bottom: 2rem;

}

.container-fluid {
  background-color: #fde9f3;
}

.staticFooter{

  padding: 30px 30px 60px 30px;
}

.staticFooter h5, .staticFooter h5 a {
  text-align: left;
  font-size: 14px;
  color: grey;
}

.staticFooter span, .staticFooter span a {
  text-align: left;
  font-size: 12px;
  color: grey;
  padding: 2px;
}

.staticFooter p {
color:#712B4C;
}



}
