body {
  font-family: "Open Sans";
  background-color: #121420;
}

hr.ayirici {
  border-bottom: 1px solid #50525A;
}

.lastBlog__img {
  display: flex;
}
.lastBlog__img img {
  height: 640px;
  width: 430px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

.lastBlog__wrap {
  display: flex;
  flex-direction: column;
}
.lastBlog__wrap h2 {
  font-family: "Open Sans";
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lastBlog__wrap p {
  font-family: "Open Sans";
  font-size: 18px;
  color: #eee;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0.3rem;
}
.lastBlog__wrap a {
  display: flex;
  align-self: flex-start;
  font-family: "Open Sans";
  font-size: 17px;
  text-decoration: underline !important;
  color: #fff;
}
.lastBlog__wrap a:hover {
  text-decoration: none;
  color: #ccc;
}

.otherBlog__wrap {
  display: flex;
  flex-direction: row;
}
.otherBlog__wrap__item {
  display: flex;
  flex-direction: column;
}
.otherBlog__wrap__item:focus, .otherBlog__wrap__item:active, .otherBlog__wrap__item:hover {
  border: none;
  outline: 0;
  text-decoration: none;
}
.otherBlog__wrap__item__img {
  display: flex;
  justify-content: center;
}
.otherBlog__wrap__item__img img {
  height: 320px;
  width: 216px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  transition: all 0.2s;
}
.otherBlog__wrap__item__img img:hover {
  transform: scale(0.95);
  transition: all 0.2s;
}
.otherBlog__wrap__item__text {
  display: flex;
}
.otherBlog__wrap__item__text p {
  font-family: "Open Sans";
  font-size: 14px;
  color: #eee;
  width: 216px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.otherBlog__wrap__item__text p:hover {
  text-decoration: none;
}

.contentSlider__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contentSlider__title > a {
  text-decoration: none;
}
.contentSlider__title h1 {
  display: flex;
  font-size: 22px;
  color: #eee;
  font-family: "Open Sans";
}
.contentSlider__title > span {
  display: flex;
  font-size: 22px;
  color: #eee;
  font-family: "Open Sans";
}
.contentSlider__title div {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .contentSlider__title div {
    display: none;
  }
}
.contentSlider__title div span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.2s;
}
.contentSlider__title div span:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.2s;
}

.contentSlider__title[data-tur=anaKategori] {
  font-size: 15px;
}

.contentSlider__wrap {
  display: flex;
  flex-direction: row;
  padding: 0 8px 10px 12px;
  overflow: auto;
  cursor: grab;
}
.contentSlider__wrap::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.contentSlider__wrap::-webkit-scrollbar-thumb {
  background: #333;
}
.contentSlider__wrap::-moz-scrollbar {
  width: 2px;
  height: 2px;
}
.contentSlider__wrap::-moz-scrollbar-thumb {
  background: #333;
}
.contentSlider__wrap__item {
  display: flex;
  flex-shrink: 0;
  max-width: 235px;
  margin-right: 10px;
}
.contentSlider__wrap__item:focus, .contentSlider__wrap__item:active {
  border: none;
  outline: 0;
}
.contentSlider__wrap__item__img {
  display: flex;
  justify-content: center;
  position: relative;
}
.contentSlider__wrap__item__img .imgAfterWrap {
  display: flex;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.contentSlider__wrap__item__img .imgAfterWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  transition: all 0.2s;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=altKategori] {
  align-items: center;
  justify-content: center;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=altKategori] .sliderUrl {
  position: absolute;
  z-index: 1;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=altKategori] .sliderUrl i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 4rem;
  background-color: transparent;
  color: #fff;
  transition: margin 0.2s;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] {
  width: 100%;
  flex-direction: column;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo h3 {
  display: flex;
  text-align: center;
  padding-top: 0.7rem;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media screen and (max-width: 992px) {
  .contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo h3 {
    font-size: 18px;
  }
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo div {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
  align-items: center;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo div span {
  display: flex;
  color: #fff;
  font-weight: 300;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo div i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 15px;
  background-color: #fff;
  color: #000;
  transition: margin 0.2s;
}
.contentSlider__wrap__item__img .imgAfterWrap[data-tur=anaKategori] .sliderInfo > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 15px;
  background-color: #fff;
  color: #000;
  transition: margin 0.2s;
  margin-bottom: 0.7rem;
}
.contentSlider__wrap__item__img .iconOverlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.35);
  transition: background-color 0.2s;
}
.contentSlider__wrap__item__img .imgAfterWrap:hover {
  transition: all 0.2s;
}
.contentSlider__wrap__item__img .imgAfterWrap:hover img {
  transform: scale(0.95);
  transition: all 0.2s;
}
.contentSlider__wrap__item__img .imgAfterWrap:hover:after {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.contentSlider__wrap__item__img .imgAfterWrap:hover i {
  margin-bottom: 0.5rem;
  transition: margin 0.2s;
}
.contentSlider__wrap__item__img img {
  width: 175px;
  height: 260px;
}

.contentSlider__wrap[data-tur=anaKategori] img {
  width: 100%;
  height: auto;
}

.contentSlider__wrap__item[data-tur=podcast] img {
  width: 192px;
  height: 192px;
}

.topPage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 99999 !important;
  position: fixed;
  bottom: -100px;
  right: 25px;
  overflow: auto;
  background-color: #C00D0E;
  color: #fff;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.topPage:hover {
  transition: all 0.2s ease-in-out;
  background-color: #eee;
  color: #C00D0E;
}

@media (max-width: 1499px) {
  .lastBlog__img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1400px) {
  .lastBlog__img img {
    width: auto;
    height: 500px;
  }
  .lastBlog__wrap h2 {
    -webkit-line-clamp: 1;
    font-size: 28px;
  }
  .lastBlog__wrap p {
    -webkit-line-clamp: 2;
    font-size: 15px;
  }
  .otherBlog__wrap__item__img img {
    height: 300px;
    width: 200px;
  }
  .otherBlog__wrap__item__text p {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .contentSlider__wrap[data-tur=anaKategori] img {
    width: 100%;
    height: auto;
  }
  .lastBlog__img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .lastBlog__img {
    justify-content: center;
  }
  .lastBlog__img img {
    height: 450px;
    width: 305px;
  }
  .lastBlog__wrap h2 {
    -webkit-line-clamp: 2;
  }
  .lastBlog__wrap p {
    -webkit-line-clamp: 3;
  }
  .otherBlog__wrap__item__img img {
    width: 135px;
    height: 200px;
  }
  .otherBlog__wrap__item__text p {
    width: 135px;
  }
}
@media (max-width: 680px) {
  .otherBlog__wrap__item__img img {
    height: 160px;
    width: 110px;
  }
  .otherBlog__wrap__item__text p {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .lastBlog__img img {
    width: 240px;
    height: auto;
    max-height: 350px;
  }
  .lastBlog__wrap h2 {
    -webkit-line-clamp: 1;
  }
  .lastBlog__wrap p {
    -webkit-line-clamp: 1;
  }
  .lastBlog__wrap a {
    font-size: 14px;
  }
  .contentSlider__wrap__item__img img {
    width: 150px;
    height: auto;
    max-height: 260px;
  }
  .contentSlider__wrap__item__img .sliderInfo h3 {
    font-size: 20px;
  }
  .contentSlider__wrap[data-tur=anaKategori] img {
    width: 185px;
    height: 276px;
  }
  .contentSlider__wrap__item[data-tur=podcast] img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .lastBlog__img {
    justify-content: center;
  }
  .lastBlog__wrap h2 {
    font-size: 22px;
  }
  .otherBlog__wrap__item__img img {
    height: 200px;
    width: 135px;
  }
  .otherBlog__wrap__item__text p {
    width: 135px;
  }
  .contentSlider__title {
    font-size: 18px;
  }
  .contentSlider__title[data-tur=anaKategori] {
    font-size: 20px;
  }
  .contentSlider__wrap__item__img img {
    width: 125px;
    height: 185px;
  }
  .contentSlider__wrap__item__img .sliderInfo h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .otherBlog__wrap__item__img img {
    height: 220px;
  }
  .otherBlog__wrap__item__img img {
    width: 110px;
    height: 160px;
  }
  .otherBlog__wrap__item__text p {
    width: 110px;
  }
}
@media (max-width: 425px) {
  .contentSlider__wrap__item__img img {
    width: 100px;
    height: 150px;
  }
  .otherBlog__wrap__item__text p {
    font-size: 14px;
  }
  .contentSlider__wrap__item[data-tur=podcast] img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 390px) {
  .lastBlog__img img {
    height: 250px;
    width: 170px;
  }
  .contentSlider__wrap__item__img img {
    width: 90px;
    height: 135px;
  }
}
@media (max-width: 370px) {
  .otherBlog__wrap__item__img img {
    width: 80px;
    height: 120px;
  }
  .contentSlider__wrap__item[data-tur=podcast] img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 345px) {
  .contentSlider__wrap__item__img img {
    width: 110px;
    height: 160px;
  }
}/*# sourceMappingURL=main.css.map */