body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
}
.navigator{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    transition:all .2s ease-in-out;
    z-index: 10;
}
.navigator .imagebox{
    width: 30vh;
    height: 100%;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    border:1px solid gray;
    border-bottom-left-radius:15vh;
    border-bottom-right-radius:15vh;
    box-shadow: 0 0 100px gray, 0 0 50px gray, 0 0 25px gray, 0 0 15px gray, 0 0 5px gray;
}
.navigator img{
    height: 150%;
}
.wpbutton{
    width: 5vh;
    height: 5vh;
    z-index: 5;
    border-radius: 50%;
    background-color: #25D366;
    position: fixed;
    top: 92vh;
    left:3vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.6em;
    color: white;
    transition:all .2s ease-in-out;
}
.wpbutton:hover{
    background-color: white;
    border:1px solid #25D366;
    color:#25D366;
}
.section1{
    width: 100%;
    display: flex;
    flex-direction:column;
    padding-top: 15vh;
    justify-content: center;
    align-items: center;
}
.sec1imagebox{
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    z-index: -1;
    display: flex;
    justify-content: flex-end;
    background-image: url(../images/11062b_1bb9fa5d0fe74f3c82a50ba7079a91cb~mv2.jpeg);
    background-repeat: no-repeat;
    background-position:right;
    background-size: cover;
}
.section1 .cardsbigbox{
    width: 100%;
}
.section1 video{
    width: 86.6%;
    z-index: 9;
    box-shadow:
            0 0 5px 3px #fff,
            0 0 10px 5px #fff,
            0 0 20px 10px #fff;
}
.section1 .cards{
    width: 100%;
    margin: auto;
    height: 35vh;
    z-index: 2;
    background-color: rgba(22, 49, 124, .8);
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: row;
    overflow: hidden;
}
.section1 .cards .cardbox{
    width:33.33%;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.section1 .cards .cardbox:nth-child(1){
    left:0;
}
.section1 .cards .cardbox:nth-child(2){
    left:33.33%;
}
.section1 .cards .cardbox:nth-child(3){
    left:66.66%;
}
.section1 .cards .cardbox:nth-child(4){
    left:99.99%;
}
.section1 .cards .cardbox:nth-child(5){
    left:133.32%;
}
.section1 .cards .card{
    width: 80%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border:1px solid rgb(22, 49, 124);
    transition:all .2s ease-in-out;
    background-color: white;
}
.section1 .cards .card:hover i , .section1 .cards .card:hover h1{
    color: #E7C513;
}
.section1 .cards .card:hover{
    box-shadow:0 0 10px #E7C513, 0 0 25px #E7C513;
    border:1px solid #E7C513
}
.section1 .cards .card i{
    font-size: 4em;
    margin-bottom: 2vh;
    color: #16317C;
    transition: all .2s ease-in-out;
}
.section1 .cards .card h1{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 2em;
    text-align: center;
    color: #16317C;
    transition: all .2s ease-in-out;
}
.section2{
    background-color: #e7e7e7;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 5vh;
}
.section2 .box2{
    width: 80%;
    box-sizing: border-box;
    padding: 3vh 5vh;
    background-color: #b7b7b7;
    border-radius: 10px;
    margin-top: 5vh;
}

.section2 .box2 .baslik{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section2 .box2 .text{
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.section2 .box2 h1{
    margin:1vh 10vh;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2.4em;
    color: #16317C;
}
.section2 .box2 p{
    margin: 1vh 5vh;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    color: black;
}
.section3{
    background-color: white;
    display: flex;
}
.section3 .text3{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding:10vh 5%;
}
.section3 .text3 h1{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2.4em;
    color: #E7C513;
    text-align: end;
}
.section3 .text3 p{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    text-align: end;
    color: black;
    
}
.section3 .image3{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10vh 0;
}
.section3 .image3 .imagebox3{
    width: 90%;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #16317C;
    height: 60vh;
}
.section4{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #e8e8e8;

}
.section4 .header4{
    width: 100%;
    height: 12vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
}
.section4 .header4 h1{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2em;
    text-align: end;
    color:#E7C513;
}
.section4 .content4{
    width: 100%;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section4 .content4 .images4{
    width: 55%;
    height: 75vh;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.section4 .content4 .button4{
    width: 5vh;
    height: 75vh;
    box-sizing: border-box;
    margin: 0 1vb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section4 .button4 .prev{
    width: 5vh;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(43, 43, 43, 0.8);
    border-radius: 50%;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    user-select: none;
}
.section4 .button4 .next{
    width: 5vh;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(43, 43, 43, 0.8);
    border-radius: 50%;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
}
.section4 .content4 .images4 .imageboxxx{
    height: 75vh;
    position:absolute;
    width: 45%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.section4 .images4 .imageboxxx img{
    width: 100%;
    height: 75vh;
}
.section4 .content4 .images4:nth-child(1){
    margin: 0;
}
.section4 .end4{
    width: 100%;
    display: flex;
    height:10vh;
    justify-content: center;
    align-items: center;
}
.section4 .end4 p{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    text-align: center;
    color: black;
}
.section5{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.section5 .text5{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30vh;
    background-color: rgba(22, 49, 124, .8);
    box-sizing: border-box;
    padding: 5vh;
}
.section5 .text5 p{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    text-align: center;
    color:white;
}
.section5 .content5{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.section5 .content5 .baslik{
    width: 100%;
    height: 12vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section5 .content5 .baslik h1{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2.4em;
    color:#E7C513;
}
.section5 .content5 .hakbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.section5 .content5 .hakbox:nth-child(3){
    background-color: #b7b7b7;
}
.section5 .content5 .hakbox:nth-child(3) .yazi5{
    align-items: flex-end;
}
.section5 .hakbox .image5{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5 .hakbox .image5 .imagebox5{
    width: 80%;
    height: 35vh;
    overflow: hidden;
    border-radius: 10px;
    border:1px solid #16317C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section5 .hakbox .image5 .imagebox5 img{
    width: 120%;
}
.section5 .content5 .yazi5{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.section5 .content5 .yazi5 h1{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    color:#16317C;
    margin: 1.5vh 0 0 0;
}
.section5 .content5 .yazi5 p{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color:black;
    margin:.5vh 0;
}.section5 .yardim{
    width: 100%;
    height:30vh;
    display: flex;
    align-items: center;
    position: relative;
}
.section5 .yardim .imagebox5a{
    width: 100%;
    height: 30vh;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 0;
    overflow: hidden;
}
.section5 .yardim .imagebox5a img{
    width: 110%;
}
.section5 .yardim .overlay{
    width: 100%;
    height: 30vh;
    background-color: rgba(22, 49, 124, .6);
    position: absolute;
    z-index: 2;
}
.section5 .yardim p{
    z-index: 3;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    color:white;
    text-align: center;
    margin: auto;
}
.section6{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #e7e7e7;
}
.section6 .header6{
    width: 100%;
    height: 8vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.section6 .header6 h1{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 2.2em;
    color:#E7C513;
}
.section6 .content6{
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 40vh;
}
.section6 .content6 .bilgiler{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.section6 .content6 .bilgiler .infobox{
    width: 70%;
    height:10vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #16317C;
}
.section6 .bilgiler .infobox .image6{
    width: 30%;
    height: 10vh;
    background-color: #16317C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.section6 .bilgiler .infobox .image6 i{
    font-size: 2em;
    color: #E7C513;
}
.section6 .bilgiler .infobox .info{
    width: 70%;
    height: 10vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    background-color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.section6 .bilgiler .infobox .info h1{
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    color:#E7C513;
}
.section6 .bilgiler .infobox .info p{
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: .8em;
    color:black;
}
.section6 .content6 .harita{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section6 .content6 .harita iframe{
    width: 90%;
    height: 37vh;
    border-radius: 5px;
}
.section7{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #292929;
}
.section7 .footerlinks{
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section7 .footerlinks img{
    width: 22vh;
}
.section7 .footertext{
    width: 100%;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section7 .footertext p{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: .7em;
    color:white;
}
@media screen and (max-width: 1500px){
    .section4 .content4{
        height: 65vh;
    }
    .section4 .content4 .images4{
        height: 65vh;
    }
    .section4 .content4 .images4 .imageboxxx{
        height: 65vh;
    }
    .section4 .images4 .imageboxxx img{
        height: 65vh;
    }
    .section5 .hakbox .image5 .imagebox5{
        height: 30vh;
    }
    .section1 .cards .card h1{
        font-size: 1.7em;
    }
}
@media screen and (max-width: 1250px){
    .section4 .content4 .images4{
        width: 65%;
    }
    .section4 .end4 p{
        font-size: 1.4em;
    }
    .section3 .image3{
        width: 50%;   
    }
    .section3 .text3{
        width: 50%;
    }
    .section5 .content5 .baslik{
        align-items: flex-end;
    }
    .section5 .hakbox .image5 .imagebox5{
        height: 25vh;
    }
    .section5 .yardim{
        height: 25vh;
    }
    .section5 .yardim .imagebox5a{
        height: 25vh;
    }
    .section5 .yardim .overlay{
        height: 25vh;
    }
    .section1 .cards .card h1{
        font-size:1.5em ;
    }
}
@media screen and (max-width: 1100px){
    .section1 video{
        width: 100%;
    }
    .section4 .content4 .images4{
        width: 75%;
    }
    .section6 .content6 .bilgiler{
        width: 40%;
    }
    .section6 .content6 .harita{
        width: 60%;
    }
    .section5 .hakbox .image5 .imagebox5 img{
        width: 135%;
    }
    .section5 .yardim{
        height: 20vh;
    }
    .section5 .yardim .imagebox5a{
        height: 20vh;
    }
    .section5 .yardim .overlay{
        height: 20vh;
    }
    .section1 .cards .card h1{
        font-size: 1.2em;
    }
}
@media screen and (max-width: 900px){
    .section1 .cards .card h1{
        font-size: 1.4em;
    }
    .section2 .box2 p{
        font-size: 1.2em;
    }
    .section2 .box2 h1{
        font-size: 1.8em;
    }
    .section3{
        flex-direction: column;
    }
    .section3 .text3 p{
        margin: 5%;
        text-align: center;
    }
    .section3 .text3{
        width: 100%;
        padding: 6vh 0 0 0;
        align-items: center;
    }
    .section3 .image3{
        width: 100%;
        padding: 5vh 0;
    }
    .section4 .content4 .images4 .imageboxxx{
        width: 100%;
    }
    .section4 .content4 .images4{
        width: 40%;
    }
    .section5 .content5 .yazi5 p{
        font-size: 1em;
    }
    .section5 .content5 .yazi5 h1{
        font-size: 1.5em;
    }
    .section3 .image3 .imagebox3{
        height: 50vh;
    }
    .section5 .hakbox .image5 .imagebox5{
        height: 20vh;
    }
    .section5 .yardim p{
        font-size: 1.2em;
    }
    .section6 .header6{
        align-items: center;
    }
    .section6 .content6{
        flex-direction: column;
        box-sizing: border-box;
        padding: 5%;
        height: 60vh;
    }
    .section6 .content6 .bilgiler{
        width: 100%;
        flex-direction: row;
    }
    .section6 .content6 .bilgiler .infobox{
        width: 30%;
    }
    .section6 .content6 .harita{
        box-sizing: border-box;
        margin-top:3vh;
        width: 100%;
    }
    .section6 .bilgiler .infobox .info p{
        font-size: .65em;
    }
    .section6 .bilgiler .infobox .info h1{
        font-size: 1em;
    }
    .section5 .text5 p{
        font-size: 1em;
    }
    .section4 .end4 p{
        font-size: 1em;
    }
    .section5 .content5 .hakbox{
        height: 55vh;
    }
    .section5 .content5 .baslik h1{
        margin: 0;
    }
    .section5 .content5 .yazi5 h1{
        font-size: 1.2em;
    }
    .section5 .hakbox .image5 .imagebox5 img{
        width: 150%;
    }
    .navigator{
        height: 10vh;
    }
    .navigator .imagebox{
        width: 20vh;
    }
    .wpbutton{
        top: 87vh;
    }
}
@media screen and (max-width: 700px){
    .section1 .cards .card h1{
        font-size: 1.2em;
    }
    .section1 .cards{
        height: 30vh;
    }
    .section1 .cards .cardbox{
        height: 30vh;
    }
    .section1 .cards .card{
        height: 26vh;
    }

    .section4 .content4 .images4{
        width: 45%;
    }
}
@media screen and (max-width: 600px){
    .section6 .content6 .bilgiler .infobox{
        height: 12vh;
    }
    .section6 .bilgiler .infobox .image6{
        height: 12vh;
    }
    .section6 .bilgiler .infobox .info{
        height: 12vh;
    }
    .section6 .bilgiler .infobox .image6 i{
        font-size: 1.6em;
    }
    .section5 .content5 .yazi5 p{
        font-size:.8em ;
    }
    .section3 .text3 p{
        font-size: 1.2em;
    }
    .section2 .box2 h1{
        font-size: 1.4em;
        margin:2vh 0;
    }
    .section5 .text5{
        height: 25vh;
    }
    .section6 .content6 .bilgiler{
        flex-direction: column;
    }
    .section6 .content6 .bilgiler .infobox{
        width: 70%;
        height: 8vh;
        overflow: hidden;
        margin: 1vh 0;
    }
    .section6 .content6{
        height: 80vh;
    }
    .section6 .content6 .bilgiler .infobox .image6{
        height: 8vh;
    }
    .section6 .content6 .bilgiler .infobox .info{
        height: 8vh;
    }
    .section6 .content6 .bilgiler .infobox h1{
        font-size:1.2em;
    }
    .section6 .content6 .bilgiler .infobox p{
        font-size: .7em;
    }
    .section1 .cards .card h1{
        font-size: 1em;
    }
}
@media screen and (max-width: 550px){
    .section1 .cardsbigbox{
        margin-top: 0;
    }
    .section4 .content4{
        height: 55vh;
    }
    .section4 .content4 .images4{
        height: 55vh;
    }
    .section4 .content4 .images4 .imageboxxx{
        height: 55vh;
    }
    .section4 .images4 .imageboxxx img{
        height: 55vh;
    }
    .section2 .box2 p{
        font-size:1em ;
        margin: 0;
    }
    .section4 .content4 .images4{
        width: 50%;
    }
    .section5 .yardim .imagebox5a img{
        width: 150%;
    }
    .section5 .hakbox .image5 .imagebox5{
        height: 16vh;
    }
    .section2 .box2{
        width: 100%;
        border-radius: 0;
    }
    .section1 .cards .card h1{
        font-size: .9em;
    }
    .section1 .cards{
        height: 25vh;
    }
    .section1 .cards .cardbox{
        height: 25vh;
    }
    .section1 .cards .card{
        height: 22vh;
    }
}
@media screen and (max-width: 450px){
    .section3 .text3 p{
        font-size: 1em;
    }
    .section3 .image3 .imagebox3{
        height: 35vh;
    }
    .section3 .image3 .imagebox3 img{
        width: 130%;
    }
    .section4 .content4 .images4{
        width: 55%;
    }
    .section5 .yardim{
        height: 16vh;
    }
    .section5 .yardim .imagebox5a{
        height: 16vh;
    }
    .section5 .yardim .overlay{
        height: 16vh;
    }
    .section5 .hakbox .image5{
        display: none;
    }
    .section5 .content5 .yazi5{
        width: 90%;
    }
    .section5 .content5 .hakbox{
        height: 45vh;
    }
    .section1 .cards .card h1{
        font-size: .8em;
    }
    .section6 .content6 .bilgiler .infobox h1{
        font-size:1em;
    }
    .section6 .content6 .bilgiler .infobox p{
        font-size: .6em;
    }
    .section5 .content5 .yazi5 p{
        font-size: .7em;
    }
}
@media screen and (max-width: 400px){
    .section3 .image3 .imagebox3{
        height: 30vh;
    }
    .section4 .header4 h1{
        text-align: center;
        font-size: 1.8em;
    }
    .section4 .content4 .images4{
        width: 60%;
    }
}