    * {
    font-family: 'Quicksand', sans-serif;
    margin: 0%;
    padding: 0%;
}

.Box_Ucret_Hesapla:hover {
    background-color: red;
    transition: 300ms ease-in all;
}

.Konum_Adres:hover {
    background-color: red;
    transition: 300ms ease-in all;
}

.Siparis_Ver_:hover {
    background-color: red;
    transition: 300ms ease-in all;
}

.button_content {
    position: absolute;
    bottom: -25px;
    width: 100%;
    height: 27%;
    display: flex;
    justify-content: space-around;
}

.Box_Ucret_Hesapla {
    width: 33%;
    height: 100%;
    left: 0%;
    background-color: #0068B4;
    position: absolute;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.Siparis_Ver_ {
    width: 33%;
    height: 100%;
    background-color: #0068B4;
    position: absolute;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.Konum_Adres {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
    height: 100%;
    background-color: #0068B4;
    right: 0%;
    position: absolute;
    bottom: 20%;
}

.Form_Container {
    width: 100%;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.534);
    position: absolute;
    top: 0%;
}

.Robot____msuun {
    display: none;
}

#Form {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#text___ {
    width: 55%;
    height: 30%;
    font-size: 18px;
}

#submit___ {
    width: 30%;
    background-color: #0068B4;
    color: white;
    border: none;
    font-size: 18px;
    height: 33%;
    margin-left: 10px;
}

#submit___:hover {
    background-color: orangered;
    transition: 300ms all;
    cursor: pointer;
}

@media only screen and (max-width: 365px) {
    .log_o img {
        position: absolute;
        left: 120px;
        width: 143px;
        bottom: 15px;
    }
    .button_content {
        height: 60%;
        bottom: -99px;
    }
}

#text___ {
    width: 350px;
}


/* 365 px ayarı */

@media only screen and (max-width: 765px) {
    .log_o img {
        position: absolute;
        left: 20px;
        width: 173px;
        bottom: 5px;
    }
    .button_content {
        height: 40%;
        bottom: -99px;
    }
    #icon_ {
        position: absolute;
        right: 25px;
        top: 60px;
        font-size: 20px;
        color: white;
    }
    #text___ {
        width: 350px;
        position: absolute;
        top: 29px;
        border-bottom: 2px solid;
        border: none;
    }
    #submit___ {
        height: 62px;
        background-color: red;
        width: 350px;
        font-size: 20px;
        border-radius: 8px;
        position: relative;
        top: 40px;
    }
    .Box_Ucret_Hesapla {
        font-size: 13px;
    }
    .Siparis_Ver_ {
        font-size: 13px;
    }
    .Konum_Adres {
        font-size: 13px;
    }
    #icon_tec {
        position: absolute;
        left: 12px;
        font-size: 12px;
    }
    header {
        width: 100%;
        position: relative;
        height: 80px;
        background-color: white;
        border-bottom: 2px solid red;
        box-sizing: border-box;
    }
    #icon {
        position: absolute;
        left: 1px;
        font-size: 10px;
    }
    .Gonderi_Box_ {
        width: 100%;
        height: 360px;
        left: 0%;
        top: 20px;
        position: absolute;
    }
    .menu_container_ {
        width: 97%;
        position: absolute;
        height: 45px;
        right: 10px;
        justify-content: space-between;
        bottom: 2px;
        display: flex;
    }
    #menu_:hover {
        background-color: red;
    }
    #menu_ {
        width: 24.8%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #0068B4;
        color: white;
        transition: 500ms all;
        font-size: 11px;
        text-decoration: none;
    }
    .menu_one__ {
        border-top-left-radius: 30px;
    }
    .menu_two__ {
        border-top-right-radius: 30px;
    }
}


/*765 px ayarı */

@media only screen and (min-width: 766px) {
    .log_o {
        position: absolute;
        left: 20px;
        bottom: 10px;
        width: 143px;
    }
    .Gonderi_Box_ {
        position: absolute;
        bottom: -100px;
        left: 5%;
        width: 70%;
        height: 95%;
    }
    .Box_Ucret_Hesapla {
        font-size: 14px;
    }
    .Siparis_Ver_ {
        font-size: 14px;
    }
    .Konum_Adres {
        font-size: 14px;
    }
    #icon_tec {
        font-size: 16px;
    }
    header {
        width: 100%;
        height: 100px;
        display: flex;
        position: relative;
        align-items: center;
        background-color: white;
        border-bottom: 2px solid red;
        box-sizing: border-box;
    }
    .menu_container_ {
        width: 70%;
        position: absolute;
        height: 50px;
        right: 30px;
        justify-content: space-between;
        display: flex;
    }
    #menu_:hover {
        background-color: red;
    }
    #menu_ {
        width: 24.8%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0068B4;
        color: white;
        transition: 500ms all;
        text-decoration: none;
    }
    .menu_one__ {
        border-top-left-radius: 30px;
    }
    .menu_two__ {
        border-top-right-radius: 30px;
    }
    #icon_ {
        position: absolute;
        left: 20px;
        color: white;
    }
    #text___ {
        width: 380px;
    }
    #submit___ {
        height: 62px;
        width: 150px;
        background-color: red;
    }
    .button_content {
        height: 40%;
        bottom: -99px;
    }
    @media only screen and (min-width: 1205px) {
        .button_content {
            height: 40%;
            bottom: -99px;
        }
        #icon_ {
            position: absolute;
            left: 40x;
            color: white;
        }
        #text___ {
            width: 650px;
        }
        #submit___ {
            height: 62px;
            width: 150px;
        }
        header {
            width: 100%;
            height: 100px;
            display: flex;
            align-items: center;
            position: relative;
            background-color: white;
            border-bottom: 3px solid red;
            box-sizing: border-box;
        }
        .menu_container_ {
            width: 90%;
            position: absolute;
            height: 50px;
            right: 30px;
            justify-content: space-between;
            display: flex;
        }
        #menu_:hover {
            background-color: red;
        }
        #menu_ {
            border: 1px dotted #203239;
            width: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #0068B4;
            color: white;
            transition: 500ms all;
            text-decoration: none;
        }
        .menu_one__ {
            border-top-left-radius: 30px;
        }
        .menu_two__ {
            border-top-right-radius: 30px;
        }
    }