html{
    scroll-behavior: smooth;
}

body{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    color:rgb(66, 66, 66) ;
    font-family: 'Open Sans Condensed', sans-serif;
}
.navust{
    width: 100%;
    height: 10vh;
    background-color: #FFBC00 ;
    display: flex;
    justify-content: space-between;
}
.menu{
    height: 100%;
    width: 60px;
    color: rgb(66, 66, 66);
    display: flex;
    align-items: center;
    justify-content: center;
}

.baslik{
    color:rgb(66, 66, 66);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}

img{
    padding: 6px;
}
.main{
   width: 100%;
   display: flex; 
   flex-wrap: wrap;
}
.acmenu{
    display:flex;
    position: absolute;
    left: -700px; 
    width: 100%;
    height: 100px;
    background: #FFBC00;
    transition: all 400ms;
}

.acmenu-acik{
    left: 0px;
    display: flex;
    width: 100%;
    height: 100px;
    background: #FFBC00;
    transition: all 400ms;
    flex-wrap: wrap;
}

#anaekran{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.acmenu-item{
    width: 100%;
    height: 50%;
    border-top: 1px solid rgb(66, 66, 66);
    font-family: 'Open Sans Condensed', sans-serif;
    color: rgb(66, 66, 66);
    display: flex;
    align-items: center;
    justify-content: center;   
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.icondiv{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.acmenu-a{
    border: 1px soldi rgb(223, 223, 223);
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-home{
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-sol-ust{
    height: 100%;
    margin-left: 16px;
}
.cont-sayfa-1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(221, 221, 221);
}

.cont-sayfa-2{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFBC00;
}

.cont-sayfa-3{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(221, 221, 221);
}

.cont-1{
    width: 90%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
}

.cont-1-1{
    width: 100%;
    height: 86%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-1-2{
    width: 100%;
    height: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.svg-anaekran-1{
    width: 34px;
    height: 34px;
    margin-left: 10px;
}

.svg-anaekran-2{
    width: 150px;
    height: 150px;
}

.svg-anaekran-3{
    width: 110px;
    height: 110px;
    color: rgb(0, 0, 0);
}

.svg-p-cont{
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.svg-1{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-2{
    width: 100%;
    height: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.p-1{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
}

.cont-2-1{
    width: 100%;
    height: 95%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 1.3rem;
}

.cont-2-2{
    width: 100%;
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-top: 5px;
}

.p-acikla{
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.asagi-kaydir{
    width: 100%;
    height: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgb(78, 78, 78) ;
    color: #FFBC00;
    border-radius: 3px;
    opacity: 90%;
    transition-property: all;
    transition-duration: 250ms;
    margin-bottom: 6px;
}

.asagi-kaydir:hover{
    letter-spacing: 3px;
    transition-property: all;
    transition-duration: 250ms;
}

.asagi-kaydir-1{
    width: 100%;
    height: 7%;
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
    background-color:rgb(109, 109, 109) ;
    color: #ebebeb;
    border-radius: 3px;
    opacity: 90%;
    transition-property: all;
    transition-duration: 250ms;
}

.asagi-kaydir-1:hover{
    letter-spacing: 3px;
    transition-property: all;
    transition-duration: 250ms;
}

#pencil-1{
    width: 70px;
    height: 70px;
}

#whatsapp-1{
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

b{
    font-weight: 700;
}

.cont-sayfa-4{
    width: 100%;
    height: 200vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFBC00;
}

.basvur-cont{
    width: 90%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.basvurbilgi{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 270px;
    background-color:rgb(221, 221, 221) ;
    padding: 10px;
    font-size: 1.2rem;
    border-radius: 6px;
    margin-bottom: 10px;
}

.p-bilgi{
    width: 100%;
    margin-bottom: 10px;
}

.basvurbas-1{
    width: 100%;
    height: 200px;
    background-color:rgb(221, 221, 221) ;
    border-radius: 6px;
    margin-bottom: 13px;
}

.basvurbas-res-1{
    width: 100%;
    height: 25%;
    background-color:rgb(136, 135, 135);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    color: rgb(221, 221, 221);
}



.basvurbas-res-2-1{
    width: 100%;
    height: 50%;
    background-image: url("0-a1.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    color: rgb(221, 221, 221);
}

.basvurbas-res-2-2{
    width: 100%;
    height: 50%;
    background-image: url("2.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    color: rgb(221, 221, 221);
}

.basvurbas-res-2-3{
    width: 100%;
    height: 50%;
    background-image: url("3.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    color: rgb(221, 221, 221);
}


.basvurbas-res-2-4{
    width: 100%;
    height: 50%;
    background-image: url("4.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    color: rgb(221, 221, 221);
}

.basvurbas-res-3{
    width: 100%;
    height: 25%;
    background-color:rgb(221, 221, 221);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    color: rgb(221, 221, 221);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.basvur-buton{
    width: 30%;
    height: 80%;
    border:1px solid rgb(109, 109, 109);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(100, 100, 100);
    font-size: 0.9rem;
}

.basvur-fiyat{
    width: 30%;
    height: 80%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(100, 100, 100);
    font-size: 0.9rem;
    font-style: italic;
}

.basvuru-anc{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}