*{
    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 - 150px);
	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: 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;
    }
}

/***************Content*************/
#Content{
    padding-bottom: 40px;
}
#yaptigimalan{
    text-align: center;
    color: #333;
}
.kutular-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 53px;
}
.kutu{
    width: 45%;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}
.kutu img{
    max-width: 40%;
    height: auto;
    border-radius: 5px;
}
.kutu h3{
    margin-top: 10px;
    font-size: 24px;
  }
.kutu p{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
}
/***************\Content*************/

/***************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;
    }
}