html {
    scroll-behavior: smooth;
}

body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
    color: black;
    font-family: 'Open Sans Condensed', sans-serif;
}

.abvtf{
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFBC00;

}

.abvtfin{
    /* border: 2px solid black; */
    width: 70%;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.anabaslik{
    width: 100%;
    text-align: center;
    color:rgb(66, 66, 66);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

#anabaslik-ust{
    width: 100%;
    text-align: center;
    color:rgb(66, 66, 66);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 300;
}

.anabuton{
    width: 100%;
    height: 45px;
    background-color: rgb(226, 226, 226);
    border-radius: 4px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 70%;
}


/* ------------------------------------ */
form{
    width: 100%;
    height: 100vh;
}

.anaekran{
    width: 100%;
    height: 100vh;
    background-color: #FFBC00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#ananav{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
}

.ananav-item-1{
    width: 100%;
    height: 50%;
    background-color: rgb(226, 226, 226);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ananav-item-2{
    width: 100%;
    height: 50%;
    background-color: #FFBC00;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ananav-item-1-mid,.ananav-item-2-mid{
    width: 60%;
    height: 70%;
}

.ananav-buton-1{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FF9E00;
    font-size: 1.7rem;
    text-align: center;
}

.ananav-buton-2{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgb(66, 66, 66);
    font-size: 1.7rem;
    text-align: center;
}

svg{
    width: 100px;
    height: 100px;
}

.ananav-item-3{
    width: 100%;
    height: 100%;
    background-color: #FFBC00;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ananav-item-2-mid-pos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.textbox1{
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color:rgb(226, 226, 226) ;
    opacity: 90%;
    font-size: 1.6rem;
    padding: 10px;
}

.submit1{
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color:rgb(226, 226, 226) ;
    opacity: 90%;
    font-size: 1.6rem;
    padding: 10px;
    margin-top: 20px;
}