/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.wrapper1 {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapper1 i {
  top: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 30px;
  background: #52a3ff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  opacity: 0.6;
  z-index: 1;

}
.wrapper1 i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper1 i:first-child{
  left: 10px;
}
.wrapper1 i:last-child{
  right: 15px;
}
.wrapper1 .carousel1{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) + 3px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 10px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 20px;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}
.carousel1::-webkit-scrollbar {
  display: none;
}
.carousel1.no-transition {
  scroll-behavior: auto;
}
.carousel1.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel1.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel1 :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel1 .card {
  scroll-snap-align: start;
  height: auto;
  list-style: none;
  background: transparent;
  cursor: pointer;
  padding-bottom: 0px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel1 .card .img {
  height: auto;
  width: 95%;
  margin-top: 15px;
  margin-left: 0px;
  border: 2px solid #fff;
  
}

.carousel1 .card h2 {
  font-weight: 500;
  top: 85%;
  
  position: absolute;
  text-shadow: 2px 2px #474747;
  color: #ffffff;
  line-height: 0.9;
  max-width:60%;
}
.carousel1 .card span {
  color: #7afc00;
  position: absolute;
  top: 75%;
  text-shadow: 2px 2px #353535;
  line-height: 0.8;
  max-width:60%;
}

.kades::-webkit-scrollbar {
  display: none;
}
.kades.no-transition {
  scroll-behavior: auto;
}
.kades.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.kades.dragging .card1 {
  cursor: grab;
  user-select: none;
}
.kades :where(.card1, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kades .card1 {
  scroll-snap-align: start;
  height: auto;
  list-style: none;
  background: transparent;
  cursor: pointer;
  padding-bottom: 0px;
  flex-direction: column;
  border-radius: 8px;
}


.kades .card1 h2 {
  font-weight: 500;
  top: 85%;
  position: absolute;
  text-shadow: 2px 2px #474747;
  color: #ffffff;
  line-height: 0.9;
  max-width:60%;
}
.kades .card1 span {
  color: #7afc00;
  position: absolute;
  top: 75%;
  text-shadow: 2px 2px #353535;
  line-height: 0.8;
  max-width:60%;
}
@media screen and (min-width: 901px) {
  .wrapper1 .carousel1 {
    grid-auto-columns: calc((100% / 3) + 5px);
  }
  .card1 .img img {
    width: 95%;
    height: 350px;
    object-fit: cover;
  }
  .kades .card1 .img {
    height: auto;
    width: 80%;
    margin-top: 15px;
    margin-left: 0px;
    border: 2px solid #fff;
  }

  .kades .card1 .img2 {
    height: 100px;
    width: 60px;
    border: 2px solid #fff;
  }

  .card .img img {
    width: 95%;
    height: 240px;
  }
  .card .img2 img {
    width: 60px;
    height: 100px;
    object-fit: cover;
  }
  .padding_kepala{
    padding:20px 30px 0px 30px;
  }
  .padding_testi{
    padding: 1.0rem 1.0rem;
  }
  
}
@media screen and (max-width: 900px) {
  .wrapper1 .carousel1 {
    grid-auto-columns: calc((100% / 3) - 9px);
  }
  .card1 .img img {
    width: 95%;
    height: 350px;
    object-fit: cover;
  }
  .card .img2 img {
    width: 60px;
    height: 100px;
    object-fit: cover;
  }
  .kades .card1 .img {
    height: auto;
    width: 80%;
    margin-top: 15px;
    margin-left: 0px;
    border: 2px solid #fff;
  }
  .card .img img {
    width: 95%;
    height: 240px;
    object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  .wrapper1 .carousel1 {
    grid-auto-columns: 110%;
  }
  .card1 .img img {
    width: 300px;
    height: 350px;
    object-fit: cover;
  }
  .card .img2 img {
    width: 60px;
    height: 100px;
    object-fit: cover;
  }
  .kades .card1 .img {
    height: auto;
    width: 240px;
    margin-top: 15px;
    margin-left: 0px;
    border: 2px solid #fff;
  }
  .card .img img {
    width: auto;
    height: 240px;
    object-fit: cover;
  }
}








 





.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #202020;
  background-color: #ffffff;
  border: 1px solid #b6d9ff;
  margin-left: 1px;
  border-radius: 5px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0071ce;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c5c4c4;
  background-color: #7a7a7a;
  border-color: #7a7a7a;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}



