* {

    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
   
}



.logo {
    background-color: aliceblue;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: start;
    align-items: center;
}

.logoyaniyazi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logoyaniyazi1 {
    font-size: 25px;
    color: rgb(228, 167, 89);
    font-family: "Brush Script MT"
}

.logoyaniyazi2 {
    font-size: 22px;
    font-family: "Brush Script MT"
}

.logo>img {
    width: 70%;
    height: 5.9rem;
    display: flex;
    background-color: aliceblue;
    object-fit: contain;
}

.bodymenü {
    overflow-x:unset;
   position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    transform: translateX(-100%);
    width: 17%;
    height: 100dvh;
    background: linear-gradient(to bottom, #868ebe, #1A2A80);
    transition: all 300ms;

}

.bodymenüitems {
    padding-top: 5px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bodymenüitems>ul {
    list-style: none;
}

.bodymenüitems>ul>li>a {
    color: rgb(235, 232, 232);
    font-size: 21px;
    padding: 0px 10px;

    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 3rem;
    transition: all 300ms;
}

.bodymenüitems>ul>li>a:hover {
    border-radius: 10px;
    margin-left: 10px;
    background-color: white;
    color: black;
    transition: all 300ms;
}

.bodymenüitemleftdiv>i {
    margin-right: 5px;
}
.navbarclosbtn {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 2rem;
    height: 3.7rem;
    background-color: #5360b6;
    color: white;
    top: 5.6rem;
    left: 23.8rem;
}

.menüopenclosecheckbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 4rem;
    background-color: #3B38A0;
    position:absolute;
    right: -24px;
    z-index: 100;
    top: 3.9rem;
    z-index: 200;
}

.menüopenclosecheckboxinput {
    display: none;
}

.menüopenclosecheckboxinput:checked~.bodymenü {

    transform: translateX(0);
}
.üstnavbar{
    z-index: 100000000000;
}
/* messagediv */

.messagecontainer{
    position: absolute;
    right: 0px;
    top: 5rem;
    z-index: 10000000000000000000;
    padding: 1rem 2rem;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    
}
.bgsecces{
    background-color: rgb(19, 53, 241);
}
.close{
    transform: translateX(100%);
    transition: all 100;
}

/* bitişi */
.profilrigtcontainer{
    width: 20%;
    height: calc(100dvh - 4rem);
    position: absolute;
    border: 1px solid gray;
    margin-top: 0px;
    transform: translateX(100%);
    transition: all 100ms;
    cursor: pointer;
    right: 0;
    background:linear-gradient(to bottom, #3B38A0,#868ebe) ;
    z-index: 10000000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#profil{
    display: none;
}
.profilitem{
    display: flex;
    flex-direction: column;
    color: white;
    width: 90%;
    margin: 0px auto;
}
.profilitem>input{
    font-size: 15px ;
    padding: .5rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
}
.profilitem>label{
  
    margin-bottom: .8rem;
}
.profilitemsbtn{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.profilitemsbtn>button{
    padding: .7rem 2.5rem;
    color: white;
}
.btnprimary{
background-color: #4c4ff7;
border: 1px solid white;
color: white;
border-radius: .3rem;
}
.btndanger{
background-color: #f74c4c;
border: 1px solid white;
border-radius: .3rem;
}
.profilitem:nth-child(1){
   margin-top: 4rem;
}
.tekkunlanimlikkodesubmitbtn{
 padding: 1rem;
 font-size: 20px;
}
.cikisyapdiv{
    width: 90%;
    padding: 0.4rem;
    background-color: white;
    color: black;
    margin:5px auto;

}
.sikisyaplink{
    width: 100%;
    display: block;
}
#profil:not(:checked)~.profilrigtcontainer{
    transform: translateX(100%);
    display: none;
     transition: all 100ms;
}
#profil:checked~.profilrigtcontainer{
    transform: translateX(0%);
     transition: all 100ms;
}
.profil{
    cursor: pointer;
}
.topmenünav{
    display: flex;
    justify-content: end;
    background-color: #5360b6;
    height: 4rem;
    align-items:center;
}
.profil{
    height: 3rem;
    margin-right: 1rem;
    padding:  8px ;
    display: flex;
    border: 1px solid gray;
    justify-content: center;
    align-items: center;
    border-radius: 8px;

}

@media screen and (min-width: 350px) and (max-width: 992px) {
    
* {

    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
   
}



.logo {
    background-color: aliceblue;
    width: 100%;
    height: 3.9rem;
    display: flex;
    justify-content: start;
    align-items: center;
}

.logoyaniyazi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logoyaniyazi1 {
    font-size: 25px;
    color: rgb(228, 167, 89);
    font-family: "Brush Script MT"
}

.logoyaniyazi2 {
    font-size: 22px;
    font-family: "Brush Script MT"
}

.logo>img {
    width: 70%;
    height: 1dvh;
    display: flex;
    background-color: aliceblue;
    object-fit: contain;
}

.bodymenü {
    overflow-x:unset;
   position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    transform: translateX(-100%);
    width: 40%;
    height: 100dvh;
    background: linear-gradient(to bottom, #868ebe, #1A2A80);
    transition: all 300ms;

}

.bodymenüitems {
    padding-top: 5px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bodymenüitems>ul {
    list-style: none;
}

.bodymenüitems>ul>li>a {
    color: rgb(235, 232, 232);
    font-size: 15px;
    padding: 0px 10px;

    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 3rem;
    transition: all 300ms;
}

.bodymenüitems>ul>li>a:hover {
    border-radius: 10px;
    margin-left: 10px;
    background-color: white;
    color: black;
    transition: all 300ms;
}

.bodymenüitemleftdiv>i {
    margin-right: 5px;
}
.navbarclosbtn {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 2rem;
    height: 3.7rem;
    background-color: #5360b6;
    color: white;
    top: 5.6rem;
    left: 23.8rem;
}

.menüopenclosecheckbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 4rem;
    background-color: #3B38A0;
    position:absolute;
    right: -24px;
    z-index: 100;
    top: 3.9rem;
    z-index: 200;
}

.menüopenclosecheckboxinput {
    display: none;
}

.menüopenclosecheckboxinput:checked~.bodymenü {

    transform: translateX(0);
}
.üstnavbar{
    z-index: 100000000000;
}
/* messagediv */

.messagecontainer{
    position: absolute;
    right: 0px;
    top: 5rem;
    z-index: 10000000000000000000;
    padding: 1rem 2rem;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    
}
.bgsecces{
    background-color: rgb(19, 53, 241);
}
.close{
    transform: translateX(100%);
    transition: all 100;
}

/* bitişi */
.profilrigtcontainer{
    width: 20%;
    height: calc(100dvh - 4rem);
    position: absolute;
    border: 1px solid gray;
    margin-top: 0px;
    transform: translateX(100%);
    transition: all 100ms;
    cursor: pointer;
    right: 0;
    background:linear-gradient(to bottom, #3B38A0,#868ebe) ;
    z-index: 10000000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#profil{
    display: none;
}
.profilitem{
    display: flex;
    flex-direction: column;
    color: white;
    width: 90%;
    margin: 0px auto;
}
.profilitem>input{
    font-size: 15px ;
    padding: .5rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
}
.profilitem>label{
  
    margin-bottom: .8rem;
}
.profilitemsbtn{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.profilitemsbtn>button{
    padding: .7rem 2.5rem;
    color: white;
}
.btnprimary{
background-color: #4c4ff7;
border: 1px solid white;
color: white;
border-radius: .3rem;
}
.btndanger{
background-color: #f74c4c;
border: 1px solid white;
border-radius: .3rem;
}
.profilitem:nth-child(1){
   margin-top: 4rem;
}
.tekkunlanimlikkodesubmitbtn{
 padding: 1rem;
 font-size: 20px;
}
.cikisyapdiv{
    width: 90%;
    padding: 0.4rem;
    background-color: white;
    color: black;
    margin:5px auto;

}
.sikisyaplink{
    width: 100%;
    display: block;
}
#profil:not(:checked)~.profilrigtcontainer{
    transform: translateX(100%);
    display: none;
     transition: all 100ms;
}
#profil:checked~.profilrigtcontainer{
    transform: translateX(0%);
     transition: all 100ms;
}
.profil{
    cursor: pointer;
}
.topmenünav{
    display: flex;
    justify-content: end;
    background-color: #5360b6;
    height: 4rem;
    align-items:center;
}
.profil{
    height: 3rem;
    margin-right: 1rem;
    padding:  8px ;
    display: flex;
    border: 1px solid gray;
    justify-content: center;
    align-items: center;
    border-radius: 8px;

}

   
}



