@keyframes blink {
   0% {
      opacity: 0.1;
   }

   50% {
      opacity: 1;
   }

   100% {
      opacity: 0.1;
   }
}

.blinking {
   animation: blink 1s infinite;
}

.blinking:hover {
   animation-name: none;
   opacity: 1;
}

#slider .col-lg-3 {
   margin-right: 10px;
}

#slider .slick-track {
   background: none !important;
}

#slider .slick-slide {
   background-color: white !important;
}

.bilisim-suclari {
   padding: 10px;
   text-align: center;
   background-image: linear-gradient(157deg, #d1110d 0%, #005c89 90%);
   font-size: 16px;
   color: white;
   position: sticky;
   bottom: 0;
   z-index: 1000;
}

.page-app {
   display: flex;
   align-items: center;
}

.page-app .icon {
   background: linear-gradient(to bottom, #FBFCFF, #f8faff);
   box-shadow: inset 0px 0px 10px 5px rgba(243, 243, 243, 0.5);
   border-radius: 20px;
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1px solid #eaeaea;
}

.page-app .icon img {
   max-width: 100px;
   padding: 15px;
}

iframe {
   bottom: 34px !important
}