<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

a, b, blockquote, body, canvas, caption, code, div, em, embed, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, label, li, main, nav, object, ol, p, pre, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, video {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-family: "Montserrat", sans-serif!important;
}

h1, h2 {
    color: #0a3947 !important;
}

.mbr-section-title {
    font-weight: 700;
}

.contentid42  {
    padding-top: 90px;
    padding-bottom: 38px;
    background-color: #fff;
}


/* detay */
.prod_picture_box {
  padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(135 135 135 / 58%);
}
div &gt; div &gt; div &gt; h1 {
      font-weight: 600!important;
}

div &gt; div &gt; div &gt; h1:before {
    content: ' ';
    display: inline-block;
    border: 2px solid #2499c3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100px;
    margin: 10px 20px 40px 0px;
    position: absolute;
    top: -30px;
}


#video1-3:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /* background: #000000e6; */
    background: linear-gradient(319deg, rgb(0 0 0 / 92%) 0%, rgb(36 153 195 / 88%) 100%);
    border-top: solid 10px #0a3947;
}

#video1-3 {
    background-image: url(https://www.iskasera.com.tr/uploads/categori/neden-iska-32inzzeQ-1.jpeg);
}


/* detay */


#features1-3 &gt; div &gt; div &gt; div:nth-child(1) {
  background: #143f4a;
  border-radius: 40px 0px 0px 40px;
  position: relative;
  overflow: hidden;
}

/* Fiyat alma formu*/
.catsectionid59 #input-form-label, #select-form-label, #textarea-form-label {
  display:none;
}
.FormArea h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #0a3947;
}

.catsectionid59  .form-control {
    background-color: #e9efe5;
}

/* Fiyat alma formu*/


/* Ä°letiÅŸim iconlar */
	#contact &gt; div &gt; div.col-lg-6.mt-4.d-flex.flex-column.justify-content-top.pl-5.pr-5.mb-3 &gt; div:nth-child(6) &gt; div {
          padding: 0;
    }
	
/* Ä°letiÅŸim iconlar */


/* ParÄ±ltÄ± efekti */
#features1-3 &gt; div &gt; div &gt; div:nth-child(1)::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  transform: rotate(0deg);
  animation: shimmer 3s infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes shimmer {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}




/*!
 * ÃœrÃ¼nler Liteleme Zoom 
 */

.card-wrapper {
    position: relative;
    overflow: hidden;
}

.card-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; /* mask etkisinin dÄ±ÅŸarÄ± taÅŸmasÄ±nÄ± engeller */
}

.card-img img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    object-fit: cover;
    mask-image: inherit;
    -webkit-mask-image: inherit;
}

.card-wrapper:hover .card-img img {
    transform: scale(1.2);
}

/*!
 * ÃœrÃ¼nler Liteleme Zoom 
 */


/* Blog resimleri iÃ§in mask ve zoom efekti */
.blog-list {
    position: relative;
    overflow: hidden; /* Resmin dÄ±ÅŸÄ±na taÅŸmasÄ±nÄ± engeller */
}

.blog-list img {
    transition: transform 0.5s ease !important; /* YavaÅŸÃ§a bÃ¼yÃ¼me efekti */
    transform: scale(1) !important; /* BaÅŸlangÄ±Ã§ta normal boyutta */
    width: 100%;
    height: auto;
    object-fit: cover;
    mask-image: inherit;
    -webkit-mask-image: inherit;
}

/* Hover efektiyle bÃ¼yÃ¼tme */
.blog-list:hover img {
    transform: scale(1.2) !important; /* Hover yapÄ±ldÄ±ÄŸÄ±nda bÃ¼yÃ¼tme */
}



/*!
 * blog
 */

.categories-menu {
      background: #e9efe5;
}

.sidebarmenu :hover {
    background-color: #2499c3;
    color: #fff !important;
}

.catsectionid42 &gt; div &gt; div &gt; div &gt; div &gt; div &gt; a &gt; h2 {
	font-size: 1.2rem;
    font-weight: 700;
    margin-top: -20px !important;
    background-color: #fff;
    padding: 20px 20px 0px 20px;
    display: inline-block;
    max-width: 310px;
    border-radius: 0px 10px 10px 10px;
  position: relative;
    z-index: 10;
}

.catsectionid42 &gt; div &gt; div &gt; div &gt; div &gt; div &gt; a &gt; div {
    font-size: 0.8rem;
    margin: 0px 0px 0px 20px;
}

.blog-detail-section .date {
    position: absolute;
    background: #2499c3;
    color: #fff;
    font-weight: 600;
    padding: 10px;
	max-width: fit-content;
}

.catsectionid42 .date {
	position: absolute;
    top: 0;
    background: #2499c3;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    max-width: fit-content;
    margin: 0px 0px 0px -20px;
      border-radius: 0px 0px 10px 0px;
}

.blog-list .mbr-section-btn {
  display:none!important;
}

.mbr-gallery .mbr-gallery-item {
      margin-bottom: 40px;
}

.mbr-gallery .mbr-gallery-item img {
	border-radius: 10px;
    border-top: solid 5px #2499c3;
    box-shadow: 10px 10px 10px #6666664d;
}


.blog-detail-title {
  font-weight: 700;
}


/*!
 * blog
 */

.WhatsApp {
    border: solid 2px #fff;
}


.btn-info-outline, .btn-info-outline:active {
    background: 0 0;
    border-color: #0a3946;
    color: #0a3946;
}

.btn-info, .btn-info:active {
    background-color: #2499c3 !important;
    border-color: #2499c3 !important;
    color: #fff !important;
}

.cid-ry6drk2Fr4 .mbr-overlay {
    z-index: 1;
    background: linear-gradient(319deg, rgba(0, 0, 0, 0.75) 0%, rgba(18, 93, 45, 0.75) 100%) !important;
    background-color: transparent !important;
}


/*!
 * catheader
 */
.catheader::before {
  //content: "";
  //position: absolute;
  //bottom: 0;
  //left: 0;
  //width: 100%;
  //height: 100px; /* GÃ¶rsel yÃ¼ksekliÄŸine gÃ¶re ayarla */
  //background-image: url('https://www.iskasera.com.tr/uploads/bg-img-slider.png');
  //background-repeat: repeat-x;
  //background-position: bottom center;
  //background-size: 50% auto;
  /7z-index: 1;
}
.catheader {
      margin-top: -110px;
}
.catheader h2{
	font-weight: 500;
    padding-top: 30px;
}
/*!
 * catheader
 */


/*!
 * prodheader
 */
.detail-parallax-background::before {
  //content: "";
  //position: absolute;
  //bottom: 0;
  //left: 0;
  //width: 100%;
  //height: 100px; /* GÃ¶rsel yÃ¼ksekliÄŸine gÃ¶re ayarla */
  //background-image: url('https://www.iskasera.com.tr/uploads/bg-img-slider.png');
  //background-repeat: repeat-x;
  //background-position: bottom center;
  //background-size: 50% auto;
  //z-index: 1;
}

#product-detail-body .detail-parallax-background {
      padding-top: 150px!important;
    padding-bottom: 150px!important;
    margin-top: -110px;
}

#product-detail-body .detail-parallax-background h2{
	font-weight: 500;
    padding-top: 30px;
}
/*!
 * prodheader
 */



/*!
 * iconlu iÃ§erik
 */


.contentid35 {
    margin-top: -100px;
    z-index: 2;
}
.contentid35 .container {
  max-width: 1420px;
}
.contentid35 .card {
    background-color: transparent;
    border: none;
    background: #fff;
    min-height: 280px;
    border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 30px -5px #4444557d;
      min-height: 355px;
      border-bottom: solid 5px #143f4a;
}

#features1-3 &gt; div &gt; div &gt; div:nth-child(1) {
    background: #143f4a;
        border-radius: 40px 0px 0px 40px;
}

#features1-3 &gt; div &gt; div &gt; div:nth-child(4) {
      border-radius: 0px 40px 40px 0px;
}


@media screen and (max-width: 991px) { 
  
  #features1-3 &gt; div &gt; div &gt; div:nth-child(1) {
		border-radius: 40px 40px 0px 0px;
  }

  #features1-3 &gt; div &gt; div &gt; div:nth-child(4) {
	    border-radius: 0px 0px 40px 40px;
  }
}


#features1-3 &gt; div &gt; div &gt; div &gt; div.card-box &gt; h4 {
    font-size: 1.2rem;
    font-weight: 700;
}
#features1-3 &gt; div &gt; div &gt; div &gt; div.card-box &gt; p {
    line-height: 1.6;
    font-weight: 500;  
}
#features1-3 &gt; div &gt; div &gt; div:nth-child(1) &gt; div.card-box &gt; p {
    color:#fff;
} 



/*!
 * iconlu iÃ§erik
 */

.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 0px;
}
.cid-rxVuiMJXcQ .dropdown-item:hover, .cid-rxVuiMJXcQ .nav-link:hover {
 color: #f2b439!important;
}

#categories-body .cid-ry6ebB5y3k .header3 img {
  padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(135 135 135 / 58%);
}

.contentid17 &gt; div.mbr-overlay {
    background: linear-gradient(319deg, rgba(0, 0, 0, 0.75) 0%, rgba(18, 93, 45, 0.75) 100%);
}

.contentid17 .mbr-section-btn {
      margin-bottom: 20px;
}

.contentid17 &gt; div.container &gt; div &gt; div &gt; h3 {
      font-size: 1rem;
    font-weight: 600;
}

/*!
 *  ana sayfa karÅŸÄ±lama
 */
.contentid30 .title h2{
    color: #3f90aa !important;
    background: linear-gradient(90deg, #3a7286 0%, #538897 40%, #2499c3 100%);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text !important;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: fixed;
    background-position: 0 0;
    FONT-VARIANT: JIS83;
    font-size: 2rem!important;
    font-weight: 400!important;
    line-height: 3rem!important;
    font-style: italic;
}
/*!
 *  ana sayfa karÅŸÄ±lama
 */


/*!
 *  menu
 */
  .cid-rxVuiMJXcQ .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-rxVuiMJXcQ .navbar-collapse.show .navbar-nav .nav-item {
        border-bottom: 0px solid #d8d8d8;
   }
@media screen and (min-width: 768px) { 
	
  .navbar2 .nav-item a {
    padding: .2rem .2rem !important;
  }

}

@media (min-width: 1023px) {
  .new-header-2 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 3% 0%);
  } 
}
.nav-link {
    padding: 0.5rem 0.5rem;
}
.new-header-1 {
    display: flex;
    padding: 5px;
}
.new-header-2 {
    background: #083947;
    display: flex;
    padding: 5px;
}
.new-header-1 a {
      font-weight: 300;
      text-shadow: 0px 0px 10px #444;
}
.new-header-2 .fa-user {
  float: left;
    font-size: 22px!important;
    margin-right: 6px;
    width: 20px;
    text-align: center;
    color: #2499c3;
}

.new-header-2 .fa-book {
  float: left;
    font-size: 22px!important;
    margin-right: 6px;
    width: 20px;
    text-align: center;
    color: #2499c3;
}

.randevu-button {
    max-width: 190px;
    border-right: solid 1px #444;
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-content: center;
    align-items: center;
}
.header-new-soc-item {
      display: contents;
}
.header-new-soc-item .soc-item {
    padding: 13px 10px 0px 0px;
    font-size: 13px;
}
.navbar-dropdown {
    margin-top: 10px;
    background: #2499c3;
}
.cid-rxVuiMJXcQ .navbar {
    max-width: 1420px;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 0px 0px 40px 40px;
      box-shadow: 0px 0px 20px #00000063;
}
.cid-rxVuiMJXcQ .menu-logo .navbar-brand, .cid-rxVuiMJXcQ .menu-logo .navbar-brand .navbar-caption-wrap {
    margin-left: 8px;
}
  .headerTop3 {
    padding-top: 160px!important;
  }
  #menu2-1 &gt; div &gt; nav {
    top: -10px;
  }
/*!
 *  menu
 */
/*!
 * Mobil menu
 */

@media (max-width: 1023px) {
  
    .col-lg-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
	}
  
  .headerTop3 {
    padding-top: 160px!important;
  }
  #menu2-1 &gt; div &gt; nav {
    top: -60px;
    /*display: grid;*/
  }
}

/*!
 * Mobil menu
 */


/*!
 *  ana sayfa arabalar alanÄ±
 */ 
.contentid22 .mbr-section-btn {
    margin-bottom: 20px;
}

.contentid22 &gt; div.mbr-overlay {
  background: linear-gradient(319deg, rgba(0, 0, 0, 0.75) 0%, rgba(18, 93, 45, 0.75) 100%);
}
.contentid22 {
  border-top: solid 10px #2499c3;
      padding-top: 100px;
    padding-bottom: 100px;
}
.contentid22 h3 {
    color: #fff!important;
    font-size: 1.5rem;
    font-weight: 500;
} 

.contentid22 h2 {
  color: #fff!important;
    font-size: 2.5rem;
    font-weight: 500;
}

.contentid22 .container {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
  .contentid22 h3 {
    font-size: 1rem;
	} 

   .contentid22 h2 {
    font-size: 1.5rem;
	}
}
/*!
 *  ana sayfa arabalar alanÄ±
 */ 

/*!
 *  slider
 */ 

#slider-text-zep &gt; div &gt; h2 {
  display:none;
}
#slider-text-zep &gt; div &gt; p {
  display:none;
}
#slider-text-zep &gt; div &gt; div {
  display:none;
}

.cid-ry6drk2Fr4 .mbr-slider .carousel-indicators li {
    background-color: #0a3947;
}

.slide::before {
  //content: "";
  //position: absolute;
  //bottom: 0;
  //left: 0;
  //width: 100%;
  //height: 100px; /* GÃ¶rselin yÃ¼ksekliÄŸine gÃ¶re ayarla */
  //background-image: url('https://www.iskasera.com.tr/uploads/bg-img-slider.png');
  //background-repeat: repeat-x;
  //background-position: bottom center;
  //background-size: 50% auto; /* GeniÅŸlik %50, yÃ¼kseklik otomatik */
  //z-index: 1;
}


.cid-ry6drk2Fr4 .mbr-slider .carousel-indicators {
    bottom: 100px;
}
.cid-ry6drk2Fr4 .mbr-slider .carousel-control {
    width: 50px;
    height: 50px;
    font-size: 45px;
    background-color: rgb(0 0 0 / 0%);
    border: 0px solid #fff;
}

.cid-ry6drk2Fr4 .mbr-slider .carousel-indicators li {
    border-radius: 50%;
}
.slide {
  /*border-bottom: solid 10px #273138;*/
}

.slide .btn-info, .btn-info:active {
	background-color: #2499c3 !important;
    border-color: #2499c3 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 800;
}
.slide strong {
    text-shadow: 0px 0px 10px #000;
}
.slide p {
	text-shadow: 0px 0px 10px #000;
    font-size: 1.4rem;
    line-height: 25px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  #slider-img-zep {
      height: 700px!important;
  }
  .carousel-item {
      height: 700px!important;
  }
  .container-slide {
      height: 700px!important;
  }
  
  .cid-ry6drk2Fr4 .mbr-slider .carousel-control.carousel-control-next {display:none;}
  .cid-ry6drk2Fr4 .mbr-slider .carousel-control.carousel-control-prev {display:none;}
}

/*!
 *  slider
 */ 


/*!
 *  Ã¼stÃ¼ Ã§izgi
 */ 
.header3 h1:before {
    content: ' ';
    display: inline-block;
    border: 1px solid #2499c3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100px;
    margin: 10px 20px 40px 0px;
    position: absolute;
    top: -30px;
}
.content5 h2:before {
	content: ' ';
    display: inline-block;
    border: 4px solid #2499c3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
/*!
 *  Ã¼stÃ¼ Ã§izgi
 */ 

/*!
 *  giriÅŸ Ã§Ã¶zÃ¼mlerimiz
 */ 

.contentid18 &gt; div.container &gt; div &gt; div.media-content &gt; h1 {
      font-weight: 700;
}


@media (min-width: 1200px) {
    .contentid18 .container {
        max-width: 1420px;
    }
}

.contentid18 {
    padding-top: 90px;
    padding-bottom: 40px;!important
    background-color: #fff;
  margin-top: 70px;
}


.contentid18 .fa {
    font-size: 2rem;
    color: #0a3947 !important;
    margin-right: 10px;
}

.contentid18 span {
	font-size: 0.9rem;
}
/*!
 *  giriÅŸ Ã§Ã¶zÃ¼mlerimiz
 */ 


/*!
 *  listeleme
 */ 
.card-box { 
  display: flex;
  flex-direction: column; 
} 
.card-box .basket-list-button { 
  order: 1; 
}

.card-wrapper {
      padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(135 135 135 / 58%);
      border-bottom: solid 8px #c5c5c5;
}
#main-prod h4 {
  color: #032e42;
}
.card-wrapper .mbr-section-btn a.btn:not(.btn-form) {
	/*border-radius: 0px;
    width: 100%;
    text-align: left;
    display: block;
    background: #f5f5f5;
    border-color: #f5f5f5;
	color: #032e42;
    font-size: 16px;
	background-image: url(https://www.iskasera.com.tr/uploads/button.jpg);
    min-height: auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;*/
}
/*!
 *  listeleme
 */

/*!
 *  ana sayfa Ã¶ne Ã§Ä±kanlar
 */
.MainPageProdList {
    background-color: #fff;
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://www.iskasera.com.tr/uploads/home1-bg2.jpg);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contentid23 h2 {
    color: #3f90aa !important;
    background: linear-gradient(90deg, #3a7286 0%, #538897 40%, #2499c3 100%);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text !important;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: repeat;
    font-size: 2.5rem!important;
    font-weight: 600!important;
    line-height: 4rem!important;
}
.contentid23 h3 {
    font-size: 1.4rem;
}
/*!
 *  ana sayfa Ã¶ne Ã§Ä±kanlar
 */

/*!
 *  bizden haberlar
 */
.contentid24 h2 {
    color: #3f90aa !important;
    background: linear-gradient(90deg, #3a7286 0%, #538897 40%, #2499c3 100%);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text !important;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: repeat;
    font-size: 2.5rem!important;
    font-weight: 600!important;
    line-height: 4rem!important;
}
.contentid24 h3 {
    font-size: 1.4rem;
}
/*!
 *  bizden haberlar
 */


/*!
 *  MarkalarÄ±mÄ±z
 */
.contentid43 h2 {
    color: #3f90aa !important;
    background: linear-gradient(90deg, #3a7286 0%, #538897 40%, #2499c3 100%);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text !important;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    box-decoration-break: clone;
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: repeat;
    font-size: 2.5rem!important;
    font-weight: 600!important;
    line-height: 4rem!important;
}
.contentid43 h3 {
    font-size: 1.4rem;
}

.contentid43 {
	background: linear-gradient(319deg, rgb(0 0 0 / 2%) 0%, rgb(18 93 45 / 31%) 100%) !important;
    background-color: transparent !important;
}


/*!
 *  MarkalarÄ±mÄ±z
 */


.CorporationContent {
    background-color: #fff;
    padding: 20px;
}

.cid-ryhAs5k9qM {
    padding-bottom: 20px;
}

.header-social {
  display:none;
}

.header-new-soc-item .soc-item a span{
    color: #bbb!important;
}


/*!
 * ana sayfa blog
 */
#main-blog &gt; div &gt; div &gt; div.card-box &gt; a &gt; h4 {
      padding-top: 1rem;
	  font-size: 1.2rem!important;
}
.mainbloglist {
      background-color: #fff;
}

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

  	#main-blog &gt; div &gt; div &gt; div.card-img {   
    width: 50%;
    float: left;
    }
    #main-blog &gt; div &gt; div &gt; div.card-box {    
        width: 50%;
        float: left;
        padding: 10px;
    }
  
}

#main-blog .listdetail {
      margin: 10px;
}

#main-blog .card-wrapper {
  padding: 0;
}
#main-blog .mbr-section-btn {
  display:none;
}
.BlogMainDate {
  display:none;
}
/*!
 * ana sayfa blog
 */

/*!
 * footer
 */

.footer-logo {
  filter: brightness(0) invert(1);
    height: auto!important;
}
#footer2-5 {
      background-color: #252628;
}

#footer2-5 .text-white {
    color: #fff!important;
}

#footer2-5 strong {
    font-size: 1.4rem;
    color: #021d25;
}

.cid-rDVWtCctjD { 
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://www.iskasera.com.tr/uploads/slider/slider-22iiXfhJ-1.jpeg);
    background-size: cover;
}

.cid-rDVWtCctjD:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /*background: #000000e6;*/
	background: linear-gradient(319deg, rgb(0 0 0 / 92%) 0%, rgb(36 153 195 / 88%) 100%);
    border-top: solid 10px #0a3947;
 }
/*!
 * footer
 */




/*!
 * Katalog
 */

.content4 .container h2 { 
	font-weight: 600;
    margin-top: 20px;
}

.content4 .container { 
    background-image: url(https://www.iskasera.com.tr/uploads/categori/neden-iska-32inzzeQ-1.jpeg);
    background-size: cover;
}

.content4 .container:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #249ac5cc;
 }

.content4 .container .btn-info, .btn-info:active {
    background-color: #0d3947 !important;
    border-color: #0d3947 !important;
    color: #ffffff !important;
    font-weight: 800;
}

/*!
 * Katalog
 */

#slider-img-zep {
  -webkit-animation: kenburns-top 30s ease-out both;
	        animation: kenburns-top 30s ease-out both;
}

#slider-text-zep {
  max-width: 1340px;
    margin: 0 auto;
  
	-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;
  }
}</pre></body></html>