*{
    font-family:'Noto Sans',sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
/***************Menu***************/
.arkaplanimg{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: calc(100vh - 300px);
    margin-bottom: 50px;
}
.arkaplanimg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.arkaplanimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    background-color: transparent;
}
.logo a{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}
.sagmenu a{
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
}
.hosgeldiniz{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 55px;
    text-align: center;
    z-index: 2;
}
/***************\Menu***************/

.tel-menu{
    display: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
.bar{
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #f41d59;
}

@media only screen and (max-width: 1500px) and (min-width:841px) {
    
    #ben{
        text-align: center;
        top: auto
    }
    #ben img{
        width: 800px;
        border: 1px solid #555;
        display: inline-block;
    }
}
@media only screen and (max-width: 840px) and (min-width:601px) {
        
    #ben{
        text-align: center;
        top: auto
        }
    #ben img{
        width: 500px;
        border: 1px solid #555;
        display: inline-block;
        }
    }
@media only screen and (max-width: 600px) {
    .sagmenu{
        display: none;
        position: absolute;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        top: 70px;
        left: 0;
        text-align: center;
        padding-top: 20px;
        clear: both;
    }
    .sagmenu a{
        margin-right: 20px;
        display: block;
        margin-bottom: 20px;
    }
    .tel-menu{
        display: block;
    }
}
@media only screen and (max-width: 600px) and (min-width:536px) {
    #ben{
        text-align: center;
        top: auto
    }
    #ben img{
        width: 450px;
        border: 1px solid #555;
        display: inline-block;
    }
}
@media only screen and (max-width: 535px) and (min-width:391px){
    #ben{
        text-align: center;
        top: auto
    }
    #ben img{
        width: 350px;
        border: 1px solid #555;
        display: inline-block;
    }
}
@media only screen and (max-width: 390px) {
    #ben{
        text-align: center;
        top: auto
    }
    #ben img{
        width: 300px;
        border: 1px solid #555;
        display: inline-block;
    }
}

/***************Footer*************/
#Footer{
    background-color: #030126;
    height: 100px;
    width: 100%;
    color: #c8d3d3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-info{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mail, .tel{
    margin: 5px;
}
.social-links{
    margin-top: 10px;
}

@media (max-width: 560px){
    .contact-info{
        flex-direction: column;
    }
    il{
        display: none;
    }
    .social-links{
        margin-bottom: 10px;
    }
}