@keyframes down{
    0%{
        transform: translateY(-500%);
    }
    100%{
        transform: translateY(0%);
    }
}

@keyframes show{
    0%{
        color: rgba(255,255,255,0);
    }
    100%{
        color: rgba(255,255,255,1);
    }
}

* {
    margin: 0;
    padding: 0;
}


.wrapper2 {
    position: relative;
    overflow: hidden;
    /*display: flex;*/
    flex-wrap: wrap;
    padding: 5%;
   /* max-width: 1100px;
    margin: 5vh auto;*/
}

.pyramid2-en-content {
  text-align: justify;
}

.pyramid2 {
    position: relative;
    /*float: left;*/
    /*width: 550px;*/
    /*height: 480px;*/
    /*font-family: 'Gabriela';*/
    /*shape-outside: polygon(450px 0, 150px 600px, 700px 600px);*/
    /*padding-right: 60px;*/
    height: 500px;
    /*font-family: 'Gabriela', serif;*/
    shape-outside: polygon(310px 0, 130px 500px, 610px 500px);
    
}

.pyramid2-tr-content {
    text-align: justify;
}

.zone2 {
    padding: 9.5% 0;
    text-align: center;
    margin: 0 auto;
    background-blend-mode: lighten;
    cursor: pointer;
    color: #222;
    animation: down 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    transform: translateY(-500%);
    transition: background-color 0.5s;
}
.zone2:hover{
    color: white;
    text-shadow: 1px 1px 2px #000;
}

/* All images from pexels.com */
#yaziC2 {
    background: #f39c12;
    background-size: cover;
    width: 16%;
    -webkit-clip-path: polygon(25% 0, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0, 100% 100%, 0% 100%);
    color: white;
    font-weight: bold;
    animation-delay: 2.5s;
}

#yaziC2:hover {
    background-color: rgba(173, 173, 173, 1);
}

#yaziC1 {
    background: #f1c40f;
    background-size: cover;
    width: 32%;
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
    clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
    color: white;
    font-weight: bold;
    animation-delay: 2.0s;
}

#yaziC1:hover {
    background-color: rgba(173, 173, 173, 1);
}


#yaziB2 {
    background: #c0392b;
    background-size: cover;
    width: 48%;
    -webkit-clip-path: polygon(16.5% 0, 83% 0, 100% 100%, 0 100%);
    clip-path: polygon(16.5% 0, 83% 0, 100% 100%, 0 100%);
    color: white;
    font-weight: bold;
    animation-delay: 1.5s;
}
#yaziB2:hover {
    background-color: rgba(173, 173, 173, 1);
}

#yaziB1{
    background: #e74c3c;
    background-size: cover;
    width: 64%;
    -webkit-clip-path: polygon(12.5% 0, 87.5% 0, 100% 100%, 0 100%);
    clip-path: polygon(12.5% 0, 87.5% 0, 100% 100%, 0 100%);
    color: white;
    font-weight: bold;
    animation-delay: 1.0s;
}
#yaziB1:hover {
    background-color: rgba(173, 173, 173, 1);
}

#yaziA2 {
    background: #2980b9;
    background-size: cover;
    width: 80%;
    -webkit-clip-path: polygon(12.5% 0, 87.5% 0, 100% 100%, 0 100%);
    clip-path: polygon(12.5% 0, 87.5% 0, 100% 100%, 0 100%);
    color: white;
    font-weight: bold;
    animation-delay: 0.5s;
}
#yaziA2:hover {
    background-color: rgba(173, 173, 173, 1);
}

#yaziA1 {
    background: #3498db;
    background-size: cover;
    width: 96%;
    -webkit-clip-path: polygon(12.5% 0, 87.5% 0, 100% 100%, 0 100%);
    clip-path: polygon(12.5% 0, 87.5% 0, 100% 100%, 0 100%);
    color: white;
    font-weight: bold;
    animation-delay: 0.2s;
}
#yaziA1:hover {
    background-color: rgba(173, 173, 173, 1);
}




#yaziC2{
    -webkit-clip-path: url("#part1");
    clip-path: url("#part1");
}

#yaziC1{
    -webkit-clip-path: url("#part2");
    clip-path: url("#part2");
}

#yaziB2{
    -webkit-clip-path: url("#part3");
    clip-path: url("#part3");
}

#yaziB1{
    -webkit-clip-path: url("#part4");
    clip-path: url("#part4");
}
#yaziA2{
    -webkit-clip-path: url("#part5");
    clip-path: url("#part5");
}
#yaziA1{
    -webkit-clip-path: url("#part6");
    clip-path: url("#part6");
}

#baslik{
    margin-bottom: 5%;
}

#baslik-en{
   margin-bottom: 5%;
}


/*Tüm seviyeleri bitirdikten sonra neler yapabileceksiniz?  bölüm styles*/


.text-container {
    position: relative;
    text-align: left;
    color: white;
    font-size: 0.9vw;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right1 {
    position: absolute;
    top: 8%;
    left: 58%;
    margin-bottom: 5%;
    width: 40%;
    text-align: justify;
}

.j-top-right1 {
    position: absolute;
    top: 40%;
    left: 55%;
    margin-bottom: 5%;
    width: 40%;
    text-align: justify;
}

.top-right2 {
    position: absolute;
    top: 24%;
    left: 55.5%;
    width: 43%;
    text-align: justify;
}

.top-right3 {
    position: absolute;
    top: 40%;
    left: 53%;
    width: 45%;
    text-align: justify;
}

.c1-top-right1 {
    position: absolute;
    top: 8%;
    left: 58%;
    margin-bottom: 5%;
    width: 40%;
    text-align: justify;
}

.c1-top-right2 {
    position: absolute;
    top: 37%;
    left: 54%;
    width: 43%;
    text-align: justify;
}

.c1-top-right3 {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 45%;
    text-align: justify;
}

.c2-top-right1 {
    position: absolute;
    top: 8%;
    left: 58%;
    margin-bottom: 5%;
    width: 40%;
    text-align: justify;
}

.c2-top-right2 {
    position: absolute;
    top: 30%;
    left: 55%;
    width: 43%;
    text-align: justify;
}

.c2-top-right3 {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 45%;
    text-align: justify;
}

.top-right4 {
    position: absolute;
    top: 56%;
    left: 50%;
    width: 47%;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Tüm seviyeleri bitirdikten sonra neler yapabileceksiniz?  bölüm styles*/

