*{
    margin: 0;
    padding: 0;
}

/* Bakım */
#bakim{
    width: 100%;
    height: 100vh;
    background: url("../img/bakim-background-left.jpg");
    background-size: 100% 100%;
}
#bakim #sol{
    width: 60%;
    height: 100vh;
    position: relative;
    float: left;
}
#bakim #sol #tepea-bakim-logo{
    width: 60%;
    padding-top: 5vh;
    padding-left: 5vw;
    display: block;
}
#bakim #sol #bakim-asamasinda{
    width: 20%;
    position: absolute;
    bottom: 3vh;
    left: 50%;
    transform: translateX(-50%);
}
#bakim #sag{
    background: url("../img/bakim-background-right.png");
    background-size: 100% 100%;
    width: calc(40% - 5vw);
    float: right;
    height: calc(100vh - 5vh);
    position: relative;
    padding: 2.5vh 2.5vw;
    overflow: hidden;
}
#bakim #sag img{
    width: 80%;
    margin-top: 11.5vh;
    margin-left: 4vw;
}
#bakim #sag #form{
    position: absolute;
    bottom: 14vh;
    right: 5.5vw;
    width: 15vw;
}
#bakim #sag #form input{
    width: calc(100% - 4.2vh);
    padding: 2vh;
    border: 0.1vh solid #cfcfcf;
    border-radius: 1vh;
    font-size: 1.8vh;
}
#bakim #sag #form button{
    padding: 1vh 2vh;
    border-radius: 1vh;
    border: 0.1vh solid #cfcfcf;
    margin: 0 auto;
    margin-top: 1vh;
    background: white;
    cursor: pointer;
    transition: .2s ease-in-out;
    font-size: 1.8vh;
    display: table;
}
#bakim #sag #form button:hover{
    background: black;
    color: white;
    border: 0.1vh solid black;
}
#mesaj{
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 100vh;
    background: rgba(0,0,0,.8);
    padding: 0 10px;
}
#mesaj #mesaj_animation{
    display: table;
    width: 100%;
    height: 100vh;
    font-family: Arial , sans-serif;
}
#mesaj #mesaj_icerik{
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 12px 20px;
    border-radius: 10px;
    background: white;
    transform: translate(-50%,-50%);
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 1001px){
    #bakim #sag #form {
        bottom: 36vh;
        right: 2.5vw;
        width: 18vw;
    }
}
@media screen and (max-width: 1000px) and (min-width: 768px){
    #bakim #sol{
        width: 100%;
        height: 60vh;
        float: none;
    }
    #bakim #sol #tepea-bakim-logo{
        width: 70%;
        padding-top: 5vh;
        padding-left: 50px;
    }
    #bakim #sol #bakim-asamasinda{
        width: 20%;
        position: absolute;
        bottom: 20px;
        right: 50px;
        left: auto;
        transform: none;
    }
    #bakim #sag{
        width: calc(100% - 40px);
        background-size: 300% 100%;
        background-position-x: -500px;
        float: right;
        display: table;
        position: relative;
        padding: 20px;
        overflow: hidden;
        height: auto;
    }
    #bakim #sag img{
        width: 80%;
        display: table;
        margin: 0 auto;
    }
    #bakim #sag #form{
        bottom: 93px;
        right: 52px;
        width: 46%;
    }
}
@media screen and (max-width: 767px) and (min-width: 421px){
    #bakim #sag #form{
        bottom: 24vh;
    }
}
@media screen and (max-width: 420px){
    #bakim #sol{
        width: 100%;
        height: 50vh;
        float: none;
    }
    #bakim #sol #tepea-bakim-logo{
        width: 70%;
        padding-top: 5vh;
        padding-left: 50px;
    }
    #bakim #sol #bakim-asamasinda{
        width: 20%;
        position: absolute;
        bottom: 20px;
        right: 50px;
        left: auto;
        transform: none;
    }
    #bakim #sag{
        width: calc(100% - 40px);
        background-size: 200% 100%;
        background-position-x: -100px;
        float: right;
        display: table;
        position: relative;
        padding: 20px;
        overflow: hidden;
        height: auto;
    }
    #bakim #sag img{
        width: 80%;
        display: table;
        margin: 0 auto;
    }
    #bakim #sag #form{
        position: absolute;
        bottom: 30px;
        right: 10px;
        width: 50%;
    }
}
@media screen and (max-width: 412px) and (min-width: 411px){
    #bakim #sag{
        background-position-x: -112px !important;
    }
    #bakim #sag #form{
        bottom: 21px !important;
        right: 11px !important;
    }
}
