@font-face{    
        font-family: Elyazisi;
        src: url(./font/Elyazmasi.TTF);
        
        
}
@font-face {
    font-family: Aleo;
    src: url(./font/aleo.woff);
}

@font-face {
    font-family: inpact;
    src: url(./font/impact.ttf);
}
@font-face{
    font-family: master;
    src:url(./font/mtcorsva.TTF);
}
.formx{
    width:30%;
    display: block;
    
}

body{
    background-color: #fff5d7;    
    background-image: url("./img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    background-attachment: fixed;
    filter: blur(0.15x);    
    opacity: 10.3;
    
}
input[type="date"]{
    border-radius: 50px;
    padding-left: 10px;
    border: 1px rgb(245, 240, 240) solid;
    font-family: Aleo;
    height: 60px;
    width: 600px;
    margin-top: 40px;
    font-size: 16px;
    color: rgb(36, 37, 37);
}
.uyari{
    margin-top: 50px;
    color:#490B3D;
    /*color:#FF6A3D;*/
    font-family: Aleo;
    opacity: 10.3;
    font-size: 25px;
    font-weight:bold;
}

.yemmenu2{
    font-family: inpact;
    text-align: center;
    font-size: 30px;
}
.menuadx{
    margin-top:40px;
    font-family: master;
    font-size: 40px;
    color: grey; 

}
.menuadx2{
    margin-top:40px;
    font-family: master;
    font-size: 20px;
    font-weight: bold;
    color: red; 

}
.menuadx2-1{
    margin-top:5px;
    font-family: master;
    font-size: 20px;
    font-weight: bold;
    color: red; 

}
.menuadx3{
    font-family: master;
    font-size: 20px;
    font-weight: bold;
    color: black; 
   
   

}
.menuadx4{
    font-family: master;
    font-size: 13px;
    color: black; 
    margin-left: 10px;

}
.fiyatyemek{
    display:flex;
    justify-content: space-between;
    justify-content: center;
    

}

.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}

.tepe{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0px;
    /*align-items: center;*/
}
.logorest img{
    width:150px;
    height:150px;
    margin-top: 30px;
    margin-left: 54px;
    

}
.baslik{
    margin-top: 40px;
    text-align:center;
    font-family:Elyazisi;
    font-size: 80px;
    color: #d91a2a;
    margin-left:0px;
    margin-bottom: 0px;
}

.logothm img {
    margin-top: 40px;
    width:350px;
    margin-right: 15px;
    opacity: 0.5;
    
}
.altbaslik{
    text-align:center;
    font-family: Aleo;
    font-size: 60px;
    margin-bottom: 0px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #00a3ef;
   
}
input[type="text"] {
    
    border-radius: 50px;
    padding-left: 10px;
    border: 1px rgb(245, 240, 240) solid;
    font-family: Aleo;
    height: 63px;
    width: 550px;
    margin-top: 40px;
    font-size: 28px;
    color: rgb(36, 37, 37);
    border: 2px solid #f8cccf;
    
    
}
select{
    border-radius: 50px;
    padding-left: 10px;
    border: 1px rgb(245, 240, 240) solid;
    font-family: Aleo;
    height: 63px;
    width: 550px;
    margin-top: 40px;
    font-size: 25px;
    color: rgb(36, 37, 37);
    border: 2px solid #f8cccf;

}

#ui-datepicker-div {
    width: 550px;
    
}
#ui-datepicker-div > table > tbody{
    background-color: red;
    
}

#ui-datepicker-div > table > tbody > tr > td > a {
    color: green;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
#ui-datepicker-div > table > tbody > tr > td{
    border: 1px solid white;
}
input[type="password"]{
    border-radius: 50px;
    padding-left: 10px;
    border: 1px rgb(245, 240, 240) solid;
    font-family: Aleo;
    height: 63px;
    width: 550px;
    margin-top: 40px;
    font-size: 28px;
    color: rgb(36, 37, 37);
}
input[type="mail"]{
    border-radius: 50px;
    padding-left: 10px;
    border: 1px rgb(245, 240, 240) solid;
    font-family: Aleo;
    height: 63px;
    width: 550px;
    margin-top: 10px;
    font-size: 28px;
    color: rgb(36, 37, 37);
    border: 2px solid  #f8cccf;
   
}
input[type="mail"]:invalid{
    border:2px solid red;

}
input[type="tel"]{
    
    border-radius: 50px;
    padding-left: 10px;
    border: 1px rgb(245, 240, 240) solid;
    font-family: Aleo;
    height: 63px;
    width: 550px;
    margin-top: 10px;
    font-size: 28px;
    color:rgb(36, 37, 37);
    border: 2px solid #f8cccf;
    
    
}
.tel{
    display: flex;
    justify-content: right;
   
    width:100%;
}
.tablos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    

}
input[type="number"]{
    border-radius: 50px;
    padding-left: 10px;
    border: 1px rgb(245, 240, 240) solid;
    font-family: Aleo;
    height: 40px;
    width: 300px;
    margin-top: 10px;
    font-size: 16px;
    color: rgb(36, 37, 37);
}
input[type="number"]:invalid{
    border: 2px solid red;
}
input[type="submit"]{
    border-radius: 50px;
    height: 63px;
    width: 550px;
    margin-top: 20px;
    font-size: 28px;
    background-color: red;
    color: white;
    border: none;
    font-family: Aleo;
}
.submit{
    display: flex;
    margin-top:20px;
    justify-content: center;
    align-items: center;
}
input[type="submit"]:hover{
    border-radius: 50px;
    width: 550px;
    height: 63px;
    font-size: 28px;
    background-color: rgb(35, 207, 49);
    color: white;
    border: none;
    font-family: Aleo;
}

.tabloalti{
    display: flex;
    margin-top:40px;
    justify-content: center;
    border-radius: 40px;
    background-color:rgba(207, 201, 201, 0.993);
    width: 40%;
  order: 1px solid red;
    
}

.textx{
    color: black;
    font-family: Aleo;
    background-color: white;
    font-size: 18px;

}
.textb{
    margin-top:50px;
    color: black;
    font-family: Aleo;    
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;

}
@media only screen and (max-width: 1362px) and (min-width: 767px) {
    .container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width:100%;
    }
    .tepe{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        margin-bottom: 0px;
        align-items: center;
    }
    .baslik{
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        margin-left: 0px;
        margin-bottom: 0px;
        font-family:Elyazisi;
        font-size: 68px;
        color: #d91a2a;  
    }
    .altbaslik{
        text-align:center;
        font-family: Aleo;
        font-size: 30px;
        margin-bottom: 7px;
        margin-top: 30px;
        color: #00a3ef;
       
    }
    .logorest img{
        width:150px;
        height:120px;
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 30px;

    }
    .logothm img {
        margin-top: 40px;
        width:269px;
        margin-right: 2px;
        margin-left: 30px;
        opacity: 0.5;
    }   
    .formx{
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }

    input[type="text"]{
        border-radius: 50px;
        padding-left: 10px;
        border: 1px rgb(245, 240, 240) solid;
        font-family: Aleo;
        height: 53px;
        width: 484px;
        margin-top: 17px;
        font-size: 22px;
        color: rgb(36, 37, 37);
        align-items: center;
        
    }
    input[type="mail"]{        
        border-radius: 50px;
        padding-left: 10px;
        border: 1px rgb(245, 240, 240) solid;
        font-family: Aleo;
        height: 53px;
        width: 484px;
        margin-top: 17px;
        font-size: 22px;
        align-items: center;
        color: rgb(36, 37, 37);
    }
    input[type="mail"]:invalid{
        border: 2px solid red;
    }
    input[type="tel"]{
        border-radius: 50px;
        padding-left: 10px;
        border: 1px rgb(245, 240, 240) solid;
        font-family: Aleo;
        height: 53px;
        width: 484px;
        margin-top: 17px;
        font-size: 22px;
        align-items: center;
        color: rgb(36, 37, 37);
        
        
    }
    select{
        border-radius: 50px;
        padding-left: 10px;
        border: 1px rgb(245, 240, 240) solid;
        font-family: Aleo;
        height: 53px;
        width: 484px;
        margin-top: 17px;
        font-size: 22px;
        color: rgb(36, 37, 37);

    }
    .tablos{
 
        display: flex;
        flex-direction: row;
        
        /*justify-content: center;*/
    
    }
   
    input[type="submit"]{
        border-radius: 50px;
        height: 53px;
        width: 484px;
        margin-top: 17px;
        font-size: 22px;
        align-items: center;
        background-color: red;
        color: white;
        border: none;
        margin-top:8px;
        font-family: Aleo;
        
    }
    input[type="submit"]:hover{
        border-radius: 50px;
        height: 53px;
        width: 484px;
        margin-top: 17px;
        font-size: 22px;
        align-items: center;
        
        color: white;
        border: none;
        margin-top:8px;
        font-family: Aleo;
        background-color:  rgb(35, 207, 49);
        
    }
    .tabloalti{
        display: flex;
        margin-top:20px;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        background-color:rgba(207, 201, 201, 0.993);
        width:99%;
        margin-top: 40px;
        
    }
    .right{
        display:absolute;
    
    }

}

@media only screen and (max-width: 767px) {
    .container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width:100%;
    }
    .tepe{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        margin-bottom: 0px;
        align-items: center;
    }
    .baslik{
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        font-family:Elyazisi;
        font-size: 45px;
        color: #d91a2a;  
    }
    .logorest{
        display:none;
    }
    .logothm{
        display:none;
    }
    .logorest img{
       display:none;
    }
    .logothm{
        display:none;
    }
    .altbaslik{
        text-align:center;
        font-family: Aleo;
        font-size: 30px;
        margin-bottom: 0px;
        margin-top: 40px;
        color: #00a3ef;
       
    }
    .formx{
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }

    input[type="text"]{
        border-radius: 50px;
        padding-left: 10px;
        border: 1px rgb(245, 240, 240) solid;
        font-family: Aleo;
        height: 33px;
        width: 280px;
        margin-top: 120px;
        font-size: 15px;
        color: rgb(36, 37, 37);
        align-items: center;
        
    }
    input[type="mail"]{
        
        border-radius: 50px;
        padding-left: 10px;
        border: 1px rgb(245, 240, 240) solid;
        font-family: Aleo;
        height: 33px;
        width: 280px;
        font-size: 15px;
        align-items: center;
        
        font-size: 15px;
        color: rgb(36, 37, 37);
    }
    input[type="mail"]:invalid{
        border: 2px solid red;
    }
    input[type="tel"]{
        border-radius: 50px;
        padding-left: 10px;
        border: 1px rgb(245, 240, 240) solid;
        font-family: Aleo;
        height: 33px;
        width: 280px;
        font-size: 15px;
        align-items: center;
        color: rgb(36, 37, 37);
        
        
    }
    select{
        border-radius: 50px;
        padding-left: 10px;
        border: 1px rgb(245, 240, 240) solid;
        font-family: Aleo;
        height: 33px;
        width: 280px;
        margin-top: 10px;
        font-size: 15px;
        color: rgb(36, 37, 37);

    }
    .tablos{
 
        display: flex;
        flex-direction: row;
        
        /*justify-content: center;*/
    
    }
   
    input[type="submit"]{
        border-radius: 50px;
        height: 33px;
        width: 280px;
        font-size: 15px;
        align-items: center;
        background-color: red;
        color: white;
        border: none;
        margin-top:8px;
        font-family: Aleo;
        
    }
    input[type="submit"]:hover{
        border-radius: 50px;
        height: 33px;
        width: 280px;
        font-size: 15px;
        align-items: center;
        
        color: white;
        border: none;
        margin-top:8px;
        font-family: Aleo;
        background-color:  rgb(35, 207, 49);
        
    }
    .tabloalti{
        display: flex;
        margin-top:20px;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        background-color:rgba(207, 201, 201, 0.993);
        width:99%;
        margin-top: 40px;
        
    }
    .right{
        display:absolute;
        
    
    }
  
    /*
    #ui-datapicker-div{
        position: absolute;
        top: 146px;
        left: 133px;
        display: block;
        z-index: 1;
       
    }
    */
    #ui-datepicker-div > table > tbody{
        background-color: red;
        
    }
    
    #ui-datepicker-div > table > tbody > tr > td > a {
        color: green;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }
    #ui-datepicker-div > table > tbody > tr > td{
        border: 1px solid white;
    }
    
}

