.cont{
    background-image: url(hakkimizda.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 200vh;
    display: inline-block;
}

.cont-baslik{
    text-align: center;
    color: white;
    letter-spacing: 2vh;
    font-weight: 200;
    font-size: 7vh;
    margin-top: 25vh;
}

.cont-med{
    width: 80%;
    height: auto;
    background-color: ;
    margin: 0 auto;
}

.vizyon{
    font-size: 3.5vh;
    color: white;
}

.biz-yapan{
    font-size: 5vh;
    color: #c40005;
    margin-top: -3vh;
    font-weight: 300;
}

.vizyon-ust{
    width: 100%;
    height: 40vh;
    background-color: ;
}

.vizyon-sol{
    float: left;
    background-color: ;
    width: 50%;
    height: 100%;
}

.vizyon-sol h1{
    font-size: 4vh;
    color: #ff0008;
}

.vizyon-sol p{
    color: rgb(219, 219, 219);
    font-size: 2.5vh;
    line-height: 4vh;
    padding-right: 10%;
    font-weight: 500;
}

.vizyon-sag{
    float: right;
    background-color: ;
    width: 50%;
    height: 100%;
}

.vizyon-sag h1{
    font-size: 4vh;
    color: #ff0008;
}

.vizyon-sag p{
    color: rgb(219, 219, 219);
    font-size: 2.5vh;
    line-height: 4vh;
    padding-right: 10%;
    font-weight: 500;
}

.vizyon-alt{
    width: 100%;
    height: 40vh;
    background-color: ;
}

.cont-bottom{
    width: 100%;
    height: auto;
    margin: 0  auto;
    background-color: ;
    text-align: center;
    margin-top: 10vh;
}

.cont-bottom button{
    width: 30vh;
    height: 9vh;
    font-size: 3vh;
    background: none;
    color: white;
    border: 0.3vh solid white;
    transition: ease .4s;
    cursor: pointer;
    font-weight: 500;
}

.cont-bottom button:hover{
    background-color: white;
    color: black;
    border-radius: 2vh;
}

.farkimiz-div{
    width: 55vh;
    height: 30vh;
    padding: 2vh;
    background-color: #c4000742;
    border: 0.3vh solid white;
    border-top-right-radius: 20vh;
    border-bottom-left-radius: 20vh;
    transition: ease .4s;
    display: inline-table;
    margin: 2vh;
}

.farkimiz-div h1{
    color: white;
    font-size: 4vh;
}

.farkimiz-div p{
    color: white;
    font-size: 2.4vh;
}

.farkimiz-div:hover{
    border-top-right-radius: 0vh;
    border-bottom-left-radius: 0vh;
    border-top-left-radius: 20vh;
    border-bottom-right-radius: 20vh;
}