.duyurubody {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
  background: #e4e2e5;
}
.duyurubody #wrap {
  width: 800px;
  height: 500px;
  box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #e4e2e5));
  background: linear-gradient(to bottom, #fff 50%, #e4e2e5 50%);
}
.duyurubody #wrap .trigger {
  position: absolute;
  width: 5%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 99;
  opacity: 1;
  cursor: pointer;
}
.duyurubody #wrap .trigger:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.015);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .trigger:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #222;
  top: calc(50% - 20px);
  right: 8.5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.duyurubody #wrap .trigger:first-of-type:checked ~ .innerwrap .cards .cardwrap:first-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(1):after {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):hover:after {
  border-color: transparent transparent transparent #fff;
}
.duyurubody #wrap .trigger:nth-of-type(1):hover:before {
  background: #222;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked {
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 98;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cards {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(1):checked ~ .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.duyurubody #wrap .trigger:first-of-type:checked ~ .innerwrap .cards .cardwrap:first-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(2):after {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):hover:after {
  border-color: transparent transparent transparent #fff;
}
.duyurubody #wrap .trigger:nth-of-type(2):hover:before {
  background: #222;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked {
  pointer-events: none;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 97;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cards {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(2):checked ~ .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.duyurubody #wrap .trigger:first-of-type:checked ~ .innerwrap .cards .cardwrap:first-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(3):after {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):hover:after {
  border-color: transparent transparent transparent #fff;
}
.duyurubody #wrap .trigger:nth-of-type(3):hover:before {
  background: #222;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked {
  pointer-events: none;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 96;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cards {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(3):checked ~ .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
}
.duyurubody #wrap .trigger:first-of-type:checked ~ .innerwrap .cards .cardwrap:first-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(4):after {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):hover:after {
  border-color: transparent transparent transparent #fff;
}
.duyurubody #wrap .trigger:nth-of-type(4):hover:before {
  background: #222;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked {
  pointer-events: none;
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 95;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cards {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(495deg);
          transform: rotate(495deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(4):checked ~ .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-495deg);
          transform: rotate(-495deg);
}
.duyurubody #wrap .trigger:first-of-type:checked ~ .innerwrap .cards .cardwrap:first-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(5):after {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):hover:after {
  border-color: transparent transparent transparent #fff;
}
.duyurubody #wrap .trigger:nth-of-type(5):hover:before {
  background: #222;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked {
  pointer-events: none;
  -webkit-transform: translateX(500%);
          transform: translateX(500%);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 94;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cards {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(495deg);
          transform: rotate(495deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-495deg);
          transform: rotate(-495deg);
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(5):checked ~ .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-540deg);
          transform: rotate(-540deg);
}
.duyurubody #wrap .trigger:first-of-type:checked ~ .innerwrap .cards .cardwrap:first-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(6):after {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):hover:after {
  border-color: transparent transparent transparent #fff;
}
.duyurubody #wrap .trigger:nth-of-type(6):hover:before {
  background: #222;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked {
  pointer-events: none;
  -webkit-transform: translateX(600%);
          transform: translateX(600%);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 93;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cards {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(495deg);
          transform: rotate(495deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(585deg);
          transform: rotate(585deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-495deg);
          transform: rotate(-495deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-540deg);
          transform: rotate(-540deg);
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(6):checked ~ .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-585deg);
          transform: rotate(-585deg);
}
.duyurubody #wrap .trigger:first-of-type:checked ~ .innerwrap .cards .cardwrap:first-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(7):after {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):hover:after {
  border-color: transparent transparent transparent #fff;
}
.duyurubody #wrap .trigger:nth-of-type(7):hover:before {
  background: #222;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked {
  pointer-events: none;
  -webkit-transform: translateX(700%);
          transform: translateX(700%);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 92;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cards {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(495deg);
          transform: rotate(495deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(585deg);
          transform: rotate(585deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(630deg);
          transform: rotate(630deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-495deg);
          transform: rotate(-495deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-540deg);
          transform: rotate(-540deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-585deg);
          transform: rotate(-585deg);
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(7):checked ~ .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-630deg);
          transform: rotate(-630deg);
}
.duyurubody #wrap .trigger:first-of-type:checked ~ .innerwrap .cards .cardwrap:first-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .trigger:nth-of-type(8):after {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):hover:after {
  border-color: transparent transparent transparent #fff;
}
.duyurubody #wrap .trigger:nth-of-type(8):hover:before {
  background: #222;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked {
  pointer-events: none;
  -webkit-transform: translateX(800%);
          transform: translateX(800%);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .trigger {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 91;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cards {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(495deg);
          transform: rotate(495deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(585deg);
          transform: rotate(585deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(630deg);
          transform: rotate(630deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(675deg);
          transform: rotate(675deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-495deg);
          transform: rotate(-495deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-540deg);
          transform: rotate(-540deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-585deg);
          transform: rotate(-585deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-630deg);
          transform: rotate(-630deg);
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:last-of-type {
  opacity: 1;
}
.duyurubody #wrap .trigger:nth-of-type(8):checked ~ .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-675deg);
          transform: rotate(-675deg);
}
.duyurubody #wrap .innerwrap {
  position: absolute;
  width: 1300px;
  height: 1300px;
  left: -725px;
  top: -400px;
  z-index: 999;
}
.duyurubody #wrap .innerwrap input {
  position: absolute;
  top: calc(50% - 175px);
  height: 350px;
  width: 280px;
  left: 900px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: -350px;
          transform-origin: -350px;
  -webkit-perspective: 600px;
          perspective: 600px;
  z-index: 7;
  opacity: 0;
  cursor: pointer;
}
.duyurubody #wrap .innerwrap input:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: 9;
  pointer-events: none;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked:before {
  width: 500%;
  left: -125%;
  height: 500%;
  top: -125%;
  pointer-events: auto;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked:hover ~ .cards .cardwrap:nth-of-type(1) .inner .text:before {
  -webkit-animation: turn 0.25s ease-in-out infinite alternate;
          animation: turn 0.25s ease-in-out infinite alternate;
}
@-webkit-keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap {
  z-index: -1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
          transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap .card .inner .text p, .duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transform: translateY(0px) skewY(0deg);
          transform: translateY(0px) skewY(0deg);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
          letter-spacing: 0.07em;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap:nth-of-type(1) {
  z-index: 2;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap:nth-of-type(1) .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
          transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap:nth-of-type(1) .card .inner .text, .duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap:nth-of-type(1) .card .inner .link {
  -webkit-transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) ;
  transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out;
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s, 0.6s, 0s;
          transition-delay: 0.3s, 0.6s, 0s;
  -webkit-transform: translateX(150%) rotateX(0deg);
          transform: translateX(150%) rotateX(0deg);
  box-shadow: inherit;
  opacity: 1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap:nth-of-type(1) .card .inner .link {
  -webkit-transition-delay: 0.3s, 0.75s, 0s;
          transition-delay: 0.3s, 0.75s, 0s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap:nth-of-type(1) .card .inner .link p:before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap:nth-of-type(1) .card .inner:after {
  -webkit-transform: skewX(0deg) translateZ(-1px) scale(1);
          transform: skewX(0deg) translateZ(-1px) scale(1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(1):checked ~ .cards .cardwrap:nth-of-type(1) .card .inner:before {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked:before {
  width: 500%;
  left: -125%;
  height: 500%;
  top: -125%;
  pointer-events: auto;
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked:hover ~ .cards .cardwrap:nth-of-type(2) .inner .text:before {
  -webkit-animation: turn 0.25s ease-in-out infinite alternate;
          animation: turn 0.25s ease-in-out infinite alternate;
}
@keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap {
  z-index: -1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
          transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap .card .inner .text p, .duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transform: translateY(0px) skewY(0deg);
          transform: translateY(0px) skewY(0deg);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
          letter-spacing: 0.07em;
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap:nth-of-type(2) {
  z-index: 2;
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap:nth-of-type(2) .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
          transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap:nth-of-type(2) .card .inner .text, .duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap:nth-of-type(2) .card .inner .link {
  -webkit-transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) ;
  transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out;
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s, 0.6s, 0s;
          transition-delay: 0.3s, 0.6s, 0s;
  -webkit-transform: translateX(150%) rotateX(0deg);
          transform: translateX(150%) rotateX(0deg);
  box-shadow: inherit;
  opacity: 1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap:nth-of-type(2) .card .inner .link {
  -webkit-transition-delay: 0.3s, 0.75s, 0s;
          transition-delay: 0.3s, 0.75s, 0s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap:nth-of-type(2) .card .inner .link p:before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap:nth-of-type(2) .card .inner:after {
  -webkit-transform: skewX(0deg) translateZ(-1px) scale(1);
          transform: skewX(0deg) translateZ(-1px) scale(1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(2):checked ~ .cards .cardwrap:nth-of-type(2) .card .inner:before {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked:before {
  width: 500%;
  left: -125%;
  height: 500%;
  top: -125%;
  pointer-events: auto;
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked:hover ~ .cards .cardwrap:nth-of-type(3) .inner .text:before {
  -webkit-animation: turn 0.25s ease-in-out infinite alternate;
          animation: turn 0.25s ease-in-out infinite alternate;
}
@keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap {
  z-index: -1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
          transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap .card .inner .text p, .duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transform: translateY(0px) skewY(0deg);
          transform: translateY(0px) skewY(0deg);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
          letter-spacing: 0.07em;
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap:nth-of-type(3) {
  z-index: 2;
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap:nth-of-type(3) .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
          transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap:nth-of-type(3) .card .inner .text, .duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap:nth-of-type(3) .card .inner .link {
  -webkit-transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) ;
  transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out;
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s, 0.6s, 0s;
          transition-delay: 0.3s, 0.6s, 0s;
  -webkit-transform: translateX(150%) rotateX(0deg);
          transform: translateX(150%) rotateX(0deg);
  box-shadow: inherit;
  opacity: 1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap:nth-of-type(3) .card .inner .link {
  -webkit-transition-delay: 0.3s, 0.75s, 0s;
          transition-delay: 0.3s, 0.75s, 0s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap:nth-of-type(3) .card .inner .link p:before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap:nth-of-type(3) .card .inner:after {
  -webkit-transform: skewX(0deg) translateZ(-1px) scale(1);
          transform: skewX(0deg) translateZ(-1px) scale(1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(3):checked ~ .cards .cardwrap:nth-of-type(3) .card .inner:before {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(4) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked:before {
  width: 500%;
  left: -125%;
  height: 500%;
  top: -125%;
  pointer-events: auto;
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked:hover ~ .cards .cardwrap:nth-of-type(4) .inner .text:before {
  -webkit-animation: turn 0.25s ease-in-out infinite alternate;
          animation: turn 0.25s ease-in-out infinite alternate;
}
@keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap {
  z-index: -1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
          transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap .card .inner .text p, .duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transform: translateY(0px) skewY(0deg);
          transform: translateY(0px) skewY(0deg);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
          letter-spacing: 0.07em;
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap:nth-of-type(4) {
  z-index: 2;
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap:nth-of-type(4) .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
          transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap:nth-of-type(4) .card .inner .text, .duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap:nth-of-type(4) .card .inner .link {
  -webkit-transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out;
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s, 0.6s, 0s;
          transition-delay: 0.3s, 0.6s, 0s;
  -webkit-transform: translateX(150%) rotateX(0deg);
          transform: translateX(150%) rotateX(0deg);
  box-shadow: inherit;
  opacity: 1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap:nth-of-type(4) .card .inner .link {
  -webkit-transition-delay: 0.3s, 0.75s, 0s;
          transition-delay: 0.3s, 0.75s, 0s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap:nth-of-type(4) .card .inner .link p:before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap:nth-of-type(4) .card .inner:after {
  -webkit-transform: skewX(0deg) translateZ(-1px) scale(1);
          transform: skewX(0deg) translateZ(-1px) scale(1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(4):checked ~ .cards .cardwrap:nth-of-type(4) .card .inner:before {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(5) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked:before {
  width: 500%;
  left: -125%;
  height: 500%;
  top: -125%;
  pointer-events: auto;
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked:hover ~ .cards .cardwrap:nth-of-type(5) .inner .text:before {
  -webkit-animation: turn 0.25s ease-in-out infinite alternate;
          animation: turn 0.25s ease-in-out infinite alternate;
}
@keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap {
  z-index: -1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
          transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap .card .inner .text p, .duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transform: translateY(0px) skewY(0deg);
          transform: translateY(0px) skewY(0deg);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
          letter-spacing: 0.07em;
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap:nth-of-type(5) {
  z-index: 2;
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap:nth-of-type(5) .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
          transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap:nth-of-type(5) .card .inner .text, .duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap:nth-of-type(5) .card .inner .link {
  -webkit-transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out;
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s, 0.6s, 0s;
          transition-delay: 0.3s, 0.6s, 0s;
  -webkit-transform: translateX(150%) rotateX(0deg);
          transform: translateX(150%) rotateX(0deg);
  box-shadow: inherit;
  opacity: 1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap:nth-of-type(5) .card .inner .link {
  -webkit-transition-delay: 0.3s, 0.75s, 0s;
          transition-delay: 0.3s, 0.75s, 0s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap:nth-of-type(5) .card .inner .link p:before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap:nth-of-type(5) .card .inner:after {
  -webkit-transform: skewX(0deg) translateZ(-1px) scale(1);
          transform: skewX(0deg) translateZ(-1px) scale(1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(5):checked ~ .cards .cardwrap:nth-of-type(5) .card .inner:before {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(6) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked:before {
  width: 500%;
  left: -125%;
  height: 500%;
  top: -125%;
  pointer-events: auto;
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked:hover ~ .cards .cardwrap:nth-of-type(6) .inner .text:before {
  -webkit-animation: turn 0.25s ease-in-out infinite alternate;
          animation: turn 0.25s ease-in-out infinite alternate;
}
@keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap {
  z-index: -1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
          transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap .card .inner .text p, .duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transform: translateY(0px) skewY(0deg);
          transform: translateY(0px) skewY(0deg);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
          letter-spacing: 0.07em;
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap:nth-of-type(6) {
  z-index: 2;
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap:nth-of-type(6) .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
          transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap:nth-of-type(6) .card .inner .text, .duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap:nth-of-type(6) .card .inner .link {
  -webkit-transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out;
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s, 0.6s, 0s;
          transition-delay: 0.3s, 0.6s, 0s;
  -webkit-transform: translateX(150%) rotateX(0deg);
          transform: translateX(150%) rotateX(0deg);
  box-shadow: inherit;
  opacity: 1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap:nth-of-type(6) .card .inner .link {
  -webkit-transition-delay: 0.3s, 0.75s, 0s;
          transition-delay: 0.3s, 0.75s, 0s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap:nth-of-type(6) .card .inner .link p:before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap:nth-of-type(6) .card .inner:after {
  -webkit-transform: skewX(0deg) translateZ(-1px) scale(1);
          transform: skewX(0deg) translateZ(-1px) scale(1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(6):checked ~ .cards .cardwrap:nth-of-type(6) .card .inner:before {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(7) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked:before {
  width: 500%;
  left: -125%;
  height: 500%;
  top: -125%;
  pointer-events: auto;
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked:hover ~ .cards .cardwrap:nth-of-type(7) .inner .text:before {
  -webkit-animation: turn 0.25s ease-in-out infinite alternate;
          animation: turn 0.25s ease-in-out infinite alternate;
}
@keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap {
  z-index: -1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
          transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap .card .inner .text p, .duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transform: translateY(0px) skewY(0deg);
          transform: translateY(0px) skewY(0deg);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
          letter-spacing: 0.07em;
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap:nth-of-type(7) {
  z-index: 2;
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap:nth-of-type(7) .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
          transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap:nth-of-type(7) .card .inner .text, .duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap:nth-of-type(7) .card .inner .link {
  -webkit-transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out;
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s, 0.6s, 0s;
          transition-delay: 0.3s, 0.6s, 0s;
  -webkit-transform: translateX(150%) rotateX(0deg);
          transform: translateX(150%) rotateX(0deg);
  box-shadow: inherit;
  opacity: 1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap:nth-of-type(7) .card .inner .link {
  -webkit-transition-delay: 0.3s, 0.75s, 0s;
          transition-delay: 0.3s, 0.75s, 0s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap:nth-of-type(7) .card .inner .link p:before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap:nth-of-type(7) .card .inner:after {
  -webkit-transform: skewX(0deg) translateZ(-1px) scale(1);
          transform: skewX(0deg) translateZ(-1px) scale(1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(7):checked ~ .cards .cardwrap:nth-of-type(7) .card .inner:before {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(8) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked:before {
  width: 500%;
  left: -125%;
  height: 500%;
  top: -125%;
  pointer-events: auto;
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked:hover ~ .cards .cardwrap:nth-of-type(8) .inner .text:before {
  -webkit-animation: turn 0.25s ease-in-out infinite alternate;
          animation: turn 0.25s ease-in-out infinite alternate;
}
@keyframes turn {
  from {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap {
  z-index: -1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
          transform: rotateX(0deg) translateZ(-100px) scale(0.95) translateY(-30px) translateX(-50px);
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap .card .inner .text p, .duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transform: translateY(0px) skewY(0deg);
          transform: translateY(0px) skewY(0deg);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
          letter-spacing: 0.07em;
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap .card .inner .link p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap:nth-of-type(8) {
  z-index: 2;
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap:nth-of-type(8) .card .inner {
  -webkit-transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
          transform: rotateX(0deg) translateZ(150px) translateY(-20px) translateX(-70px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap:nth-of-type(8) .card .inner .text, .duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap:nth-of-type(8) .card .inner .link {
  -webkit-transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out;
  transition: opacity 0s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.3s, 0.6s, 0s;
          transition-delay: 0.3s, 0.6s, 0s;
  -webkit-transform: translateX(150%) rotateX(0deg);
          transform: translateX(150%) rotateX(0deg);
  box-shadow: inherit;
  opacity: 1;
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap:nth-of-type(8) .card .inner .link {
  -webkit-transition-delay: 0.3s, 0.75s, 0s;
          transition-delay: 0.3s, 0.75s, 0s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap:nth-of-type(8) .card .inner .link p:before {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap:nth-of-type(8) .card .inner:after {
  -webkit-transform: skewX(0deg) translateZ(-1px) scale(1);
          transform: skewX(0deg) translateZ(-1px) scale(1);
}
.duyurubody #wrap .innerwrap input:nth-of-type(8):checked ~ .cards .cardwrap:nth-of-type(8) .card .inner:before {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}
.duyurubody #wrap .innerwrap .cards {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100px;
  top: 0;
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap {
  position: absolute;
  top: calc(50% - 150px);
  height: 300px;
  width: 250px;
  left: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: -350px;
          transform-origin: -350px;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1n) .card .inner {
  background: #32cbfb;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2n) .card .inner {
  background: #fc3359;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3n) .card .inner {
  background: #fefb3a;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner {
  position: absolute;
  width: 112.5%;
  height: 112.5%;
  left: -0.675%;
  top: -0.675%;
  background: #fc3359;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-30deg) translateZ(-100px);
          transform: rotateX(-30deg) translateZ(-100px);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  padding: 25px 25px 40px 25px;
  box-sizing: border-box;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  position: relative;
  color: #222;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner h1 span {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  padding: 5px;
  background: #222;
  color: #fff;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner:before {
  content: "01";
  left: 25px;
  top: 25px;
  font-size: 75px;
  color: #bl;
  font-family: 'Anton';
  position: absolute;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0e-05)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0e-05), rgba(0, 0, 0, 0.1));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: -1;
  -webkit-transform: skewX(-10deg) translateZ(-1px) scale(1);
          transform: skewX(-10deg) translateZ(-1px) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner .text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), linear-gradient(-45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), #fc3359;
  z-index: 999;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 5px #fc3359;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner .text, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner .link {
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 60%;
  left: 0;
  top: 0;
  background: #222;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(150%) rotateX(90deg);
          transform: translateX(150%) rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  overflow: hidden;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner .text p, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner .link p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  font-family: "Raleway";
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(200px) skewY(20deg);
          transform: translateY(200px) skewY(20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner .link {
  -webkit-transform-origin: top;
          transform-origin: top;
  height: calc(40% - 15px);
  top: calc(60% + 15px);
  background: #fff;
  color: #222;
  -webkit-transform: translateX(150%) rotateX(-90deg);
          transform: translateX(150%) rotateX(-90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1) .card .inner .link p {
  -webkit-transform: translateY(200px) skewY(-20deg);
          transform: translateY(200px) skewY(-20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1n) .card .inner {
  background: #32cbfb;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2n) .card .inner {
  background: #fc3359;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3n) .card .inner {
  background: #fefb3a;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner {
  position: absolute;
  width: 112.5%;
  height: 112.5%;
  left: -0.675%;
  top: -0.675%;
  background: #fc3359;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-30deg) translateZ(-100px);
          transform: rotateX(-30deg) translateZ(-100px);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  padding: 25px 25px 40px 25px;
  box-sizing: border-box;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  position: relative;
  color: #222;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner h1 span {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  padding: 5px;
  background: #222;
  color: #fff;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner:before {
  content: "02";
  left: 25px;
  top: 25px;
  font-size: 75px;
  color: #bl;
  font-family: 'Anton';
  position: absolute;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0e-05)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0e-05), rgba(0, 0, 0, 0.1));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: -1;
  -webkit-transform: skewX(-10deg) translateZ(-1px) scale(1);
          transform: skewX(-10deg) translateZ(-1px) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner .text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), linear-gradient(-45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), #fc3359;
  z-index: 999;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 5px #fc3359;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner .text, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner .link {
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 60%;
  left: 0;
  top: 0;
  background: #222;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(150%) rotateX(90deg);
          transform: translateX(150%) rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  overflow: hidden;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner .text p, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner .link p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  font-family: "Raleway";
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(200px) skewY(20deg);
          transform: translateY(200px) skewY(20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner .link {
  -webkit-transform-origin: top;
          transform-origin: top;
  height: calc(40% - 15px);
  top: calc(60% + 15px);
  background: #fff;
  color: #222;
  -webkit-transform: translateX(150%) rotateX(-90deg);
          transform: translateX(150%) rotateX(-90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2) .card .inner .link p {
  -webkit-transform: translateY(200px) skewY(-20deg);
          transform: translateY(200px) skewY(-20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1n) .card .inner {
  background: #32cbfb;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2n) .card .inner {
  background: #fc3359;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3n) .card .inner {
  background: #fefb3a;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner {
  position: absolute;
  width: 112.5%;
  height: 112.5%;
  left: -0.675%;
  top: -0.675%;
  background: #fc3359;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-30deg) translateZ(-100px);
          transform: rotateX(-30deg) translateZ(-100px);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  padding: 25px 25px 40px 25px;
  box-sizing: border-box;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  position: relative;
  color: #222;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner h1 span {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  padding: 5px;
  background: #222;
  color: #fff;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner:before {
  content: "03";
  left: 25px;
  top: 25px;
  font-size: 75px;
  color: #bl;
  font-family: 'Anton';
  position: absolute;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0e-05)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0e-05), rgba(0, 0, 0, 0.1));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: -1;
  -webkit-transform: skewX(-10deg) translateZ(-1px) scale(1);
          transform: skewX(-10deg) translateZ(-1px) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner .text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), linear-gradient(-45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), #fc3359;
  z-index: 999;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 5px #fc3359;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner .text, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner .link {
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 60%;
  left: 0;
  top: 0;
  background: #222;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(150%) rotateX(90deg);
          transform: translateX(150%) rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  overflow: hidden;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner .text p, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner .link p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  font-family: "Raleway";
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(200px) skewY(20deg);
          transform: translateY(200px) skewY(20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner .link {
  -webkit-transform-origin: top;
          transform-origin: top;
  height: calc(40% - 15px);
  top: calc(60% + 15px);
  background: #fff;
  color: #222;
  -webkit-transform: translateX(150%) rotateX(-90deg);
          transform: translateX(150%) rotateX(-90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3) .card .inner .link p {
  -webkit-transform: translateY(200px) skewY(-20deg);
          transform: translateY(200px) skewY(-20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1n) .card .inner {
  background: #32cbfb;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2n) .card .inner {
  background: #fc3359;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3n) .card .inner {
  background: #fefb3a;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner {
  position: absolute;
  width: 112.5%;
  height: 112.5%;
  left: -0.675%;
  top: -0.675%;
  background: #fc3359;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-30deg) translateZ(-100px);
          transform: rotateX(-30deg) translateZ(-100px);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  padding: 25px 25px 40px 25px;
  box-sizing: border-box;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  position: relative;
  color: #222;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner h1 span {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  padding: 5px;
  background: #222;
  color: #fff;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner:before {
  content: "04";
  left: 25px;
  top: 25px;
  font-size: 75px;
  color: #bl;
  font-family: 'Anton';
  position: absolute;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0e-05)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0e-05), rgba(0, 0, 0, 0.1));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: -1;
  -webkit-transform: skewX(-10deg) translateZ(-1px) scale(1);
          transform: skewX(-10deg) translateZ(-1px) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner .text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), linear-gradient(-45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), #fc3359;
  z-index: 999;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 5px #fc3359;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner .text, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner .link {
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 60%;
  left: 0;
  top: 0;
  background: #222;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(150%) rotateX(90deg);
          transform: translateX(150%) rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  overflow: hidden;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner .text p, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner .link p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  font-family: "Raleway";
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(200px) skewY(20deg);
          transform: translateY(200px) skewY(20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner .link {
  -webkit-transform-origin: top;
          transform-origin: top;
  height: calc(40% - 15px);
  top: calc(60% + 15px);
  background: #fff;
  color: #222;
  -webkit-transform: translateX(150%) rotateX(-90deg);
          transform: translateX(150%) rotateX(-90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(4) .card .inner .link p {
  -webkit-transform: translateY(200px) skewY(-20deg);
          transform: translateY(200px) skewY(-20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1n) .card .inner {
  background: #32cbfb;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2n) .card .inner {
  background: #fc3359;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3n) .card .inner {
  background: #fefb3a;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner {
  position: absolute;
  width: 112.5%;
  height: 112.5%;
  left: -0.675%;
  top: -0.675%;
  background: #fc3359;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-30deg) translateZ(-100px);
          transform: rotateX(-30deg) translateZ(-100px);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  padding: 25px 25px 40px 25px;
  box-sizing: border-box;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  position: relative;
  color: #222;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner h1 span {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  padding: 5px;
  background: #222;
  color: #fff;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner:before {
  content: "05";
  left: 25px;
  top: 25px;
  font-size: 75px;
  color: #bl;
  font-family: 'Anton';
  position: absolute;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0e-05)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0e-05), rgba(0, 0, 0, 0.1));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: -1;
  -webkit-transform: skewX(-10deg) translateZ(-1px) scale(1);
          transform: skewX(-10deg) translateZ(-1px) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner .text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), linear-gradient(-45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), #fc3359;
  z-index: 999;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 5px #fc3359;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner .text, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner .link {
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 60%;
  left: 0;
  top: 0;
  background: #222;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(150%) rotateX(90deg);
          transform: translateX(150%) rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  overflow: hidden;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner .text p, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner .link p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  font-family: "Raleway";
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(200px) skewY(20deg);
          transform: translateY(200px) skewY(20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner .link {
  -webkit-transform-origin: top;
          transform-origin: top;
  height: calc(40% - 15px);
  top: calc(60% + 15px);
  background: #fff;
  color: #222;
  -webkit-transform: translateX(150%) rotateX(-90deg);
          transform: translateX(150%) rotateX(-90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(5) .card .inner .link p {
  -webkit-transform: translateY(200px) skewY(-20deg);
          transform: translateY(200px) skewY(-20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1n) .card .inner {
  background: #32cbfb;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2n) .card .inner {
  background: #fc3359;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3n) .card .inner {
  background: #fefb3a;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner {
  position: absolute;
  width: 112.5%;
  height: 112.5%;
  left: -0.675%;
  top: -0.675%;
  background: #fc3359;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-30deg) translateZ(-100px);
          transform: rotateX(-30deg) translateZ(-100px);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  padding: 25px 25px 40px 25px;
  box-sizing: border-box;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  position: relative;
  color: #222;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner h1 span {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  padding: 5px;
  background: #222;
  color: #fff;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner:before {
  content: "06";
  left: 25px;
  top: 25px;
  font-size: 75px;
  color: #bl;
  font-family: 'Anton';
  position: absolute;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0e-05)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0e-05), rgba(0, 0, 0, 0.1));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: -1;
  -webkit-transform: skewX(-10deg) translateZ(-1px) scale(1);
          transform: skewX(-10deg) translateZ(-1px) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner .text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), linear-gradient(-45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), #fc3359;
  z-index: 999;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 5px #fc3359;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner .text, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner .link {
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 60%;
  left: 0;
  top: 0;
  background: #222;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(150%) rotateX(90deg);
          transform: translateX(150%) rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  overflow: hidden;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner .text p, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner .link p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  font-family: "Raleway";
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(200px) skewY(20deg);
          transform: translateY(200px) skewY(20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner .link {
  -webkit-transform-origin: top;
          transform-origin: top;
  height: calc(40% - 15px);
  top: calc(60% + 15px);
  background: #fff;
  color: #222;
  -webkit-transform: translateX(150%) rotateX(-90deg);
          transform: translateX(150%) rotateX(-90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(6) .card .inner .link p {
  -webkit-transform: translateY(200px) skewY(-20deg);
          transform: translateY(200px) skewY(-20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1n) .card .inner {
  background: #32cbfb;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2n) .card .inner {
  background: #fc3359;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3n) .card .inner {
  background: #fefb3a;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner {
  position: absolute;
  width: 112.5%;
  height: 112.5%;
  left: -0.675%;
  top: -0.675%;
  background: #fc3359;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-30deg) translateZ(-100px);
          transform: rotateX(-30deg) translateZ(-100px);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  padding: 25px 25px 40px 25px;
  box-sizing: border-box;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  position: relative;
  color: #222;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner h1 span {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  padding: 5px;
  background: #222;
  color: #fff;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner:before {
  content: "07";
  left: 25px;
  top: 25px;
  font-size: 75px;
  color: #bl;
  font-family: 'Anton';
  position: absolute;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0e-05)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0e-05), rgba(0, 0, 0, 0.1));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: -1;
  -webkit-transform: skewX(-10deg) translateZ(-1px) scale(1);
          transform: skewX(-10deg) translateZ(-1px) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner .text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), linear-gradient(-45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), #fc3359;
  z-index: 999;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 5px #fc3359;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner .text, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner .link {
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 60%;
  left: 0;
  top: 0;
  background: #222;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(150%) rotateX(90deg);
          transform: translateX(150%) rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  overflow: hidden;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner .text p, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner .link p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  font-family: "Raleway";
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(200px) skewY(20deg);
          transform: translateY(200px) skewY(20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner .link {
  -webkit-transform-origin: top;
          transform-origin: top;
  height: calc(40% - 15px);
  top: calc(60% + 15px);
  background: #fff;
  color: #222;
  -webkit-transform: translateX(150%) rotateX(-90deg);
          transform: translateX(150%) rotateX(-90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(7) .card .inner .link p {
  -webkit-transform: translateY(200px) skewY(-20deg);
          transform: translateY(200px) skewY(-20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:last-of-type {
  opacity: 0;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(1n) .card .inner {
  background: #32cbfb;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(2n) .card .inner {
  background: #fc3359;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(3n) .card .inner {
  background: #fefb3a;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner {
  position: absolute;
  width: 112.5%;
  height: 112.5%;
  left: -0.675%;
  top: -0.675%;
  background: #fc3359;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateX(-30deg) translateZ(-100px);
          transform: rotateX(-30deg) translateZ(-100px);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  padding: 25px 25px 40px 25px;
  box-sizing: border-box;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner h1 {
  font-family: 'Anton';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 40px;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  position: relative;
  color: #222;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner h1 span {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  padding: 5px;
  background: #222;
  color: #fff;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner:before {
  content: "08";
  left: 25px;
  top: 25px;
  font-size: 75px;
  color: #bl;
  font-family: 'Anton';
  position: absolute;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1.0e-05)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0e-05), rgba(0, 0, 0, 0.1));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: -1;
  -webkit-transform: skewX(-10deg) translateZ(-1px) scale(1);
          transform: skewX(-10deg) translateZ(-1px) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner .text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), linear-gradient(-45deg, rgba(255, 255, 255, 1.0e-05) calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), rgba(255, 255, 255, 1.0e-05) calc(50% + 2px)), #fc3359;
  z-index: 999;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 5px #fc3359;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner .text, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner .link {
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  height: 60%;
  left: 0;
  top: 0;
  background: #222;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(150%) rotateX(90deg);
          transform: translateX(150%) rotateX(90deg);
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-transform: none;
  overflow: hidden;
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner .text p, .duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner .link p {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  font-family: "Raleway";
  -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(200px) skewY(20deg);
          transform: translateY(200px) skewY(20deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner .link {
  -webkit-transform-origin: top;
          transform-origin: top;
  height: calc(40% - 15px);
  top: calc(60% + 15px);
  background: #fff;
  color: #222;
  -webkit-transform: translateX(150%) rotateX(-90deg);
          transform: translateX(150%) rotateX(-90deg);
}
.duyurubody #wrap .innerwrap .cardwrap:nth-of-type(8) .card .inner .link p {
  -webkit-transform: translateY(200px) skewY(-20deg);
          transform: translateY(200px) skewY(-20deg);
}
.duyurubody #wrap .innerwrap .cardwrap .card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.card{
    background-color: transparent !important;
    border: none;
}