.blank {
  padding-top:0px;
}

.clear-anchor {all: unset;}
.clear-anchor a:link {text-decoration: none;}
.clear-anchor a:visited {text-decoration: none;}
.clear-anchor a:hover {text-decoration: underline;}
.clear-anchor a:active {text-decoration: underline;}

.hr {
  border-bottom: 2px solid #F66200;
  border-radius: 2px;
  box-shadow: 0px 0px 8px #888888;
  width:75%;
  text-align:center;
  margin: 10px 0 50px 0;
}

.hr2 {
  border-bottom: 2px solid #006FBE;
  border-radius: 2px;
  box-shadow: 0px 0px 8px #888888;
  width:75%;
  text-align:center;
  margin: 10px 0 50px 0;
}

.hr-typ3 {margin: auto;margin-top: 80px;width: 80%;position: relative;}
.hr-typ3 .shadow {overflow: hidden;height: 2px;}
.hr-typ3 .shadow:after {content: '';display: block;margin: -25px auto 0;width: 100%;height: 25px;border-radius: 125px/12px;box-shadow: 0 0 5px #000000;}
.hr-typ4 .shadow {border:0;height:1px;background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));}

.table, .table th, .table tr, .table td {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.input-grup {
  height:35px;
  position: relative;
}

.ig_w130 {
  width:130px;
  background-color:rgba(255,255,255,0.9);
  padding:0 10px 0 10px;
  border-radius:20px;
}

.ig_w330 {
  width:330px;
  background-color:rgba(255,255,255,0.9);
  padding:0 10px 0 10px;
  border-radius:20px;
}

.ig_w240 {
  width:240px;
  background-color:rgba(255,255,255,0.9);
  padding:5px 10px 5px 10px;
  border-radius:20px;
}

.input-grup span {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  width:230px;height:35px;
  background-color: transparent;
}

.input-grup span input,
.input-grup span input:hover,
.input-grup span input:focus {
  border-style:none;
  outline: none !important;
  width:max-content;
}
.input-grup .form-select,
.input-grup .form-select:focus {
  border:none;
  border-style:none;
  outline: none !important;
}

.urun-list-item {
  color:#20284B!important;
  font-weight: 500;
  text-shadow: 1px 1px 2px #FBFBFB;
  max-width:350px;
  min-width:150px;
}
.urun-list-item img {
  transform: none;
  border-radius:0px;
  border: 1px solid #000000;
  box-shadow: 0 3px 10px 3px #777777;
  text-shadow:none;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.urun-list-item img:hover {
  border: 1px solid #777777;
  box-shadow:none;
}
.urun-list-item .card-title {
  margin:0px;
  font-size:14px;
  width:100%px;
  height:65px;
  overflow:hidden;
  background:-webkit-linear-gradient(#333 75%,#EEE);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}
.urun-list-item .card-body {
  width:99%!important;
}


.sosyal {
  display:flex;
  margin:5px;
}
.sosyal i {
  background-color:#1F294A !important;
  color:#FFFFFF !important;
  margin-left:5px;
}
.sosyal i:hover {
  border:none;
  background-color:#FFFFFF !important;
  color:#1F294A !important;
}

.goTamami{
  width:auto;
  height:auto;
  position:absolute;
  right:0;
  padding:5px 10px 5px 10px;
  border:1px solid #FFFFFF;
  border-radius:5px;
  background: rgba(255,255,255,0.3)!important;
  font-size:13px;
  color:#292E49!important;
  text-shadow:none;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.goTamami:hover {
  background: rgba(255,126,0,0.9)!important;
  color:#FFFFFF !important;
  transition: all 0.3s;
  border:1px solid rgba(255,255,255,0.3)!important;
  text-decoration: none;
}
.goTamamiIcon  {
  font-weight:bold;
}

.set-scrollbar-style {
  overflow-y: scroll;
  border-radius: 8px;
}

.set-scrollbar-style::-webkit-scrollbar-thumb {
  background-color: red;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;  
}

.set-scrollbar-style::-webkit-scrollbar {
  width: 14px;
}

/*--------------------------------------------------------------
# Topic
--------------------------------------------------------------*/

.topic {
  /*background: url("../img/bg-topic.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 20px 0 0px 0;
  position: relative;
}

.topic::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
/*  background: rgba(255, 255, 255, 0.92);*/
  z-index: 9;
}

.topic .container {
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 2px #FFFFFF;
}

.topic .container .swiper {
  padding:0 20px 0 20px;
}

/*
.topic .container .swiper .swiper-slide img:hover {
  transform: none;
  border: 1px solid #000000;
  box-shadow: 0 15px 20px -5px #FFFFFF;
}
*/

.topic .container .col a {
background-color:red!important;
}

.topic .container .col a:hover {
  transform: none;
  border: 5px solid yellow;
  box-shadow: 0 15px 20px -5px #FFFFFF;
}
/*--------------------------------------------------------------
# Banner Slider
--------------------------------------------------------------*/
#banner .swiper {
      width: 100%;
      horizontal-align:center;
    }
#banner .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height:auto;
    }
#banner .swiper-slide img {
      display: block;
      width: 100%;
      border-radius: 1px;
/*      box-shadow: 0 15px 20px -15px rgb(0 0 0 / 73%);*/
      box-shadow: 0 15px 20px -5px #000000;
      transform: scale(1);
      opacity: 1;
      transition: all 0.3s;
      margin-top:50px;
      margin-bottom:0px;
    }
#banner .swiper-slide img:hover {
      transform: scale(1.1);
    }
#banner .swiper-pagination {
      margin-top: 50px;
      position: relative;
    }
#banner .swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background-color: #D22312;
      opacity: 1;
    }

@media (max-width: 992px) {
  #banner .swiper-slide img {
          width: 300px;
          height:auto;
  }
}

#banner .sld_info {
      z-index:2;
      margin:0;
      padding:0;
      position:absolute;
      bottom:1px;
      left:1px;
      padding-left:10px;
      padding-right:10px;
      width:99%;
      height:90px;
      background-color:#1F1F1F;
      border-radius: 2px;
      visibility:hidden;
      transition:visibility 1s, opacity 1s;
      opacity:0;
    }
#banner .sld_info a {
      text-decoration:none;
      color:#FFFFFF;
    }
#banner .sld_info a:hover {
      text-decoration: underline dotted white 2px;
      color:#FFFFFF;
    }

#banner .sld_base{z-index:1;color: #FFFFFF;font-weight:bold;}

#banner .sld_base:hover > div {
      z-index:1;
      visibility:visible;
      opacity: 0.7;
      transition:visibility 1s, opacity 1s;
    }

/*--------------------------------------------------------------
# Swiper Slider if disabled
--------------------------------------------------------------*/
.swiper-slider-disabled .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.swiper-slider-disabled .column {
  flex: 20%;
  max-width: 20%;
  padding: 0 20px;
text-align:center;
vertical-align:center;
}

.swiper-slider-disabled .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
text-align:center;
vertical-align:center;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.swiper-slider-disabled .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.swiper-slider-disabled .column {
    flex: 100%;
    max-width: 100%;
  }
}


/*--------------------------------------------------------------
# Urun Detay
--------------------------------------------------------------*/

.urun-detay .table th, .urun-detay .table tr, .urun-detay .table td {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.urun-detay .table img {
  width: 300px;
  height: auto;
}
.urun-detay .ust-ayrinti a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
.urun-detay .ust-ayrinti a:hover {
  text-decoration: underline;
}
.urun-detay .ort-ayrinti p {
  font-size: 14px;
}
.urun-detay .ort-ayrinti ul li i {
  padding-right:10px;
  color: #358FE5;
}
.urun-detay .alt-ayrinti {
  font-size: 14px;
}
.urun-detay .alt-ayrinti i {
  font-size: 20px;
}
.urun-detay .alt-ayrinti a {
  text-decoration: none;
}
.urun-detay .alt-ayrinti a:hover {
  text-decoration: underline;
}
.urun-detay .alt-ayrinti .bilgi, .urun-detay .alt-ayrinti .bilgi a {
  color: #000000;
  font-weight: 600;
}
.urun-detay .ust-ayrinti a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
.urun-detay .ust-ayrinti a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Book Slider
--------------------------------------------------------------*/
.swiper {
      width: 100%;
      horizontal-align: center;
      margin-bottom:30px;
    }
.swiper-slide {
      background-position: center;
      background-size: cover;
      width: 150px;
      height: auto;
    }
.swiper-slide_ img {
      display: block;
      /*width: 100%;*/
      /*box-shadow: 0 15px 20px -15px rgb(0 0 0 / 73%);*/
      /*box-shadow: 0 15px 20px -5px #000000;*/
      /*opacity: 1;*/
      /*margin-bottom:0px;*/
      transition: 0.2s;
      border-radius: 2px!important;
      /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
      margin-top: 0px;
    }
.swiper-slide_ img:hover {
      border-radius: 2px!important;
      border: none!important;
      transform: scale(1.02)!important;
    }
.swiper-pagination {
      position: relative;
      padding:5px;
    }
.swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background-color: #FF7E00;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      opacity: 1;
    }

@media (max-width: 640px) {
.swiper-slide img, .img-fluid {
          //width: 300px!important;
          width: 92%!important;
          height: auto;
      }
}

@media (max-width: 992px) {
.swiper-slide img, .img-fluid {
          //width: 300px!important;
          width: 92%!important;
          height: auto;
      }
}

@media (max-width: 1200px) {
.swiper-slide img, .img-fluid {
          //width: 300px!important;
          width: 92%!important;
          height: auto;
      }
}

@media (max-width: 1900px) {
.swiper-slide img, .img-fluid {
          //width: 300px!important;
          width: 92%!important;
          height: auto;
      }
}


/*--------------------------------------------------------------
# Iletisim
--------------------------------------------------------------*/
.iletisim {
  display: block;
  padding: 20px;
}
.iletisim .iletisim-item {
  width: 100%;
  font-size: 16px;
  color: #292E49;
  text-align: center;
  padding: 0;
  align-items: center; /* vertical */
  justify-content: center; /* horizontal */
}
.iletisim .iletisim-item img {
  padding: 20px;
  width: 150px;
  height: auto;
}
.iletisim .iletisim-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center; /* vertical */
  justify-content: center; /* horizontal */
}
.iletisim .iletisim-item li {
  position: relative;
  width: 50px;
}
.iletisim .iletisim-item>ul>li {
  white-space: nowrap;
  padding: 2px 4px 2px 4px;
}
.iletisim .iletisim-item p,
.iletisim .iletisim-item p a {
/*  color: #666;*/
color:#292E49;
  text-shadow: 1px 1px 1px #FFFFFF;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .3px;
}
.iletisim .iletisim-item p a:hover {
  text-decoration: underline;
}
.iletisim .social-links {
  margin: 30px 0 30px 0;
}
.iletisim .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #292E49;
  color: #FFFFFF;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.iletisim .social-links a:hover {
  background: #FF7E00;
  color: #FFFFFF;
  text-decoration: none;
}

.list-group-item {
color:#000000;font-weight:300;font-size:12px;line-height:normal;padding:5px;
}

.list-group-item:hover {
  color: #008df1;
  text-decoration: none;
}

input-group {
border:1px solid #E0E0E0;
/*border-radius:0 5px 0 5px;*/
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);max-width:400px;overflow-wrap:break-word;word-wrap:break-word;
}


/*--------------------------------------------------------------
# Referanslar
--------------------------------------------------------------*/
/* smooth transitions */
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}

.u-wrapper {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.c-carousel {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.c-carousel__wrapper.swiper {
  margin: 0 48px;
  position: static;
}

.c-carousel__inner-wrapper.swiper-wrapper {
  display: flex;
  align-items: center;
}
/*
.swiper-wrapper {
  display: flex;
  align-items: center;
}
*/
.swiper-slide {
  margin: 0 20px;
  position: static;
}

.swiper-slide img {
  width:100%;
  margin: 0;
  position: relative;
}

.c-carousel img {
  margin: 20px;
  border:2px solid none;
  border-radius: 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  transition: 0.2s;
}

.c-carousel img:hover {
  /*cursor: pointer;*/
  border:2px solid #394054;
  transition: all 0.1s;
}

/*--------------------------------------------------------------
# Bootstrap modal popup
--------------------------------------------------------------*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  height:80%!important;
  width:auto!important;
  max-height:100%!important;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption  {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #mCaption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 75%;
  }
  .close {
    right: 25px;
  }
}
