@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Poppins:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hubballi&family=Open+Sans&family=Roboto+Slab:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    list-style: none;
}
body {
	line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.header{
	background: #fafafa url(../img/header-min.webp) no-repeat;
	height: 625px;
	object-fit: cover;
	max-width: 9999px;
	width: 100%;
	background-position: center;
	position: relative;
}
.lazy
{
    display:block;
    width:100%;
}
.sec{
	max-width: 1500px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;

}
.sec img{

	width: 150px;
    height: 40px;
    margin-left: 88px;
}
.menu{
	height: 80px;
    z-index: 1000;
}
#navbar{
    display: none;
}
.sec>label>img{
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    margin: 20px;
    display: none;
    
}
.menu>ul{
	display: flex;
	list-style: none;
	margin-right: 88px;
}
.menu>ul>li{
    position: relative;
    margin: 0px 20px;
}
.menu>ul>li:hover>ul{
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.menu>ul>li>a{
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 80px;
}
.menu>ul>li>ul{
    position: absolute;
    left: -20px;
    width: 210px;
    display: block;
    background: white;
    padding: 0;
    margin: 0;
    box-shadow: 0 0px 10px rgb(37 37 37 / 12%);
    -webkit-box-shadow: 0 0px 10px rgb(37 37 37 / 12%);
    border-radius: 11px;
    opacity: 0;
    visibility: hidden;
    transition: 250ms;
    margin-top: 20px;
}
.menu>ul>li>ul>li{
    position: relative;
    width: 100%;
    margin: 0px 0px;
    padding: 10px;
}
.menu>ul>li>ul>li>a{
    position: relative;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    text-transform: none;
    color: #252525;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    left: 0px;
    transition: 0.5s;
}
.menu>ul>li>ul>li>a:hover{
        left: 5px;
}
.menu>ul>li>ul>li>a:hover{
    color: #9999;
}
.secc{
	max-width: 1500px;
	width: 100%;
	margin: 0px auto;
	height: 450px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 70px;
}
.secc img{
	min-width: 450px;
	background-position: center center;
	background-size: cover;
	object-fit: cover;
	-webkit-animation-name: img;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

}
.secc img:hover{
    animation-play-state: paused;
    cursor: pointer;
}
@keyframes img{
    
        0% {
        margin-top: -40px;
            opacity: 1;
        }
        25% {
        margin-top: -70px;
        }
        50% {
            margin-top: -100px;
        }
        75% {
            margin-top: -70px;
        }
        100% {
            margin-top: -40px;
            opacity: 1;
        }
}
.ptext{
	width: 500px;
}
.ptext h1{

	font-size: 55px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fafafa;
	


}
.ptext h4{

	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 25px 0px 45px 0px;
	color: #fff;
	opacity: 0.6;

}
.ptext a{

	background: #e64e67;
    padding: 10px 20px;
    border-radius: 7px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1.5px;
    transition: 0.2s;
    border: 2px solid #e64e67;
    text-decoration: none;
    box-shadow: #401d73 0px 7px 29px 0px;
}
.ptext a:hover{
	color: #fff;
	 padding: 13px 20px;
}

.hizmetler{
	position: relative;
	top: 100px;
	display: flex;
	flex-direction: column;
	height: auto;
}
.hizmetler h2{
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
}

.hizmetler .box-content{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    margin: 50px 0px;

}
.hizmetler .box-content .box{
    position: relative;
	max-width: 400px;
	background: #fff;
	margin:20px 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	text-decoration: none;
	transition: 0.5s;
	border: 1px solid rgba(68, 88, 144, 0.14);
}
.hizmetler .box-content .box:hover{
    transform: scale(1.04);
}
.hizmetler .box-content .box img{
    width: 100%;
}

.hizmetler .box-content .box .text{
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
}
.hizmetler .box-content .box .name, .price{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
.sayaclar{
    position: relative;
    width: 100%;
    margin-top: 100px;
    background: #eef0ff;
    min-height: 200px;
}
.sayaclar .sayacbox-content{
    max-width: 1250px;
    position: relative;
    top: 0px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 200px;
    align-items: center;
    
}
.sayaclar .sayacbox-content .sayacbox{
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    width: 270px;
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 20px 20px;
    height: 130px;
    
}
.sayaclar .sayacbox-content .sayacbox i{
    background: #3e5adc;
    padding: 15px;
    font-size:20px;
    color: #fff;
    border-radius: 50%;
    margin: 10px;
    margin-top: -20px;
}
.sayaclar .sayacbox-content .sayacbox .sayi{
    font-size:35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
       
}
.sayacbox-content .sayacbox .text{
    font-size:14px;
    color: rgba(0,0,0,0.7);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
}
.ssss{
    position: relative;
    width: 100%;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 0px;
    background: #fff;
    
}
.ssss>h3{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    font-size: 2.55rem;
    text-align: center;
}
.ssss>p{
    position: relative;
    margin: 0px auto;
    max-width: 900px;
    color: #888;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 75px;
}
.sss{
    position: relative;
    max-width: 1140px;
    margin: 0px auto;
}
.sss .row{margin: 0;}
.holder{
    padding: 0px 30px;
}
.soru{
    margin-bottom: 40px;
}
.soru>h5{
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    font-size: 1.125rem;
    font-family: 'Poppins', sans-serif;
}
.soru>p{
    color:#666;
    font-size: 1rem;
}
.footer{
	background: #4430f0;
	display: flex;
	justify-content: space-between;
	min-height: 70px;
	color: #fff;
	align-items: center;
}
.footer-text{
	font-family: 'Poppins',sans-serif;
	padding-left:60px;
}
.whatsapp{
	font-family: 'Poppins',sans-serif;
	padding-right:60px;
	color: white;
}
.whatsapp>a{
	color: white;
	text-decoration: none;
}
.whatsapp>a:hover{
	color: white;
	text-decoration: underline;
}
.hyazi{
    
    position: relative;
    max-width: 1200px;
    padding: 5px 0px;
    margin-right: 50px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(68, 88, 144, 0.14);
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: -150px;
    
}
.hyazi>h4{
    position: relative;
    color:#525252;
    opacity: 0.9;
    padding: 5px 50px;
    font-family: 'Poppins',sans-serif;
    
}
.hyazi>p{
    position: relative;
    color:#525252;
    opacity: 0.9;
    padding: 5px 50px;
    font-family: 'Poppins',sans-serif;
    
}
.hyazi>p>a{
    text-decoration: none;
}
.login-form{
    position: relative;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    min-height: 500px;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
.login-form h1{
    font-size: 35px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Poppins',sans-serif;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 20px;
}
.login-form .inputbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px 0px;
}
.login-form .inputbox label{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    padding: 10px 5px;
    color: rgba(0, 0, 0, 0.7);
}
.login-form .inputbox input{
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 15px;
    padding: 6px 10px;
    transition: 0.5s;
    border-radius: 6px;
    outline: none;
}
.login-form .inputbox input:focus{
    border-color: #442ff0;
}
.login-form .fmid{
    padding: 20px 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-form .fmid label{
    cursor: pointer;
    font-size: 15px;
}
.login-form .buttonbox{
    width: 100%;
    text-align: center;
}

.login-form .buttonbox button{
    width: 100%;
    margin: auto;
    border: none;
    background: #3e5adc;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.login-form .fbottom{
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 15px;
}
.hdetay{
    
    position: relative;
    max-width: 1200px;
    padding: 5px 0px;
    margin-right: 50px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(68, 88, 144, 0.14);
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: -150px;
    
}
.hdetay>img{
	width: 100%;
	margin-bottom: 20px;
}
.hdetay>p{
    position: relative;
    color:#525252;
    opacity: 0.9;
    padding: 5px 50px;
    font-family: 'Poppins',sans-serif;
    
}

/* 404 Sayfası */
.nfound{
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nfound h1{
    font-size: 150px;
    font-family: 'Roboto',sans-serif;
}
.nfound p{
    font-size: 25px;
    font-family: 'Roboto',sans-serif;
}

@media only screen and (max-width:1240px){

    .sayaclar .sayacbox-content .sayacbox{
        margin: 20px 10px;
    }
}
@media only screen and (max-width:1220px){

    .sayaclar .sayacbox-content .sayacbox{
        margin: 20px 10px;
    }
    .hyazi{
        margin-left: 10px;
        margin-right: 10px;
    }
    .hdetay{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media only screen and (max-width:1160px){

    .sayaclar .sayacbox-content{
        justify-content: center;
    }
    .sayaclar .sayacbox-content .sayacbox{
        width: 45%;
        height: 130px;
    }
}
@media only screen and (max-width:990px){
    
    .secc img{
	min-width: 400px;
}
.ptext{
	width: 400px;
}
.ptext h1{
    letter-spacing: 5px;
    }
    
}
@media only screen and (max-width:870px){

.sec img{
   margin-left: 10px;
}
.sec>label>img{
        display: block;
}
.menu>ul{
	display: none;
    position: absolute;
    left: 10px;
    right: 10px;
    overflow: auto;
    top: 80px;
    background: #fff;
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0px;
    
}
.menu>ul>li{
    padding: 0px;
    margin: 0;
    border-top: 1px solid rgba(0,0,0, 0.1);
}
.menu>ul>li>a{
    font-size: 15px !important;
    line-height: 50px;
    padding: 10px 20px;
    color: #401d73 !important;
    letter-spacing: 0.3px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    
}
.menu>ul>li>ul{
    margin-top: 0px;
    width: 100%;
    position: relative;
    visibility: visible;
    opacity: 1;
    left: 0px;
    background: #fff;
    z-index: 999;
    border-radius: 0px;
    box-shadow: none;
}
.menu>ul>li>ul>li{
    border-top: 1px solid rgba(0,0,0, 0.1);
}
.menu>ul>li>ul>li>a{
    color: #828282 !important;
    left: 10px;
    font-size: 13px !important;
}
.menu>ul>li>ul>li>a::before{
    content: '';
    position: absolute;
    left:0px;
    top: 40%;
    border-top: 5px solid transparent;
    border-left: 5px solid #828282 !important;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.sec>#navbar:checked ~ .menu>ul{
    display: block;
}
    
.secc{
        padding: 0px 10px;
}
    
.secc img{
	max-width: 350px;

}
.ptext{
	width: 300px;
}
.ptext h1{
	letter-spacing: 0px;
	


}
    
}
@media only screen and (max-width:790px){
    
.ptext{
	width: 400px;
}
.ptext h1{

	font-size: 45px;
	


}
    
}
@media only screen and (max-width: 820px){
.footer-text{
	padding-left:10px;
}
.whatsapp{
	padding-right:10px;
}
}
@media only screen and (max-width: 750px){

.footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 30px;
	text-align: center;
}
.footer-text{
	font-size: 14px;
	padding-left: 0px;
}
.whatsapp{
	font-size: 14px;
	padding-right:0px;
}
}
@media only screen and (max-width:705px){
    .secc{
	justify-content: center;
    flex-direction: column;
	align-items: center;
	padding: 0px 0px;
}
.secc img{
    display: none;

}
.ptext{
	max-width: 500px;
    width: 100%;
    text-align: center;
}
.ptext h1{

	font-size: 45px;
	letter-spacing: 10px;
}

}
@media only screen and (max-width:600px){
    .sayaclar .sayacbox-content .sayacbox{
        width: 100%
    }
}
@media only screen and (max-width:405px){
    .ptext h1{
	font-size: 35px;
	letter-spacing: 5px;
}
}
@media only screen and (max-width: 300px){
.ptext h1{

	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fafafa;
}
    
.hizmetler>h2{
	font-size: 30px;
	letter-spacing: 1px;
}
.ssss>h3{
	font-size: 1.75rem;
	letter-spacing: 1px;
}
.hizmetler .box-content .box .text{
    padding: 25px 10px;
    display: flex;
    justify-content: space-between;
}
.hizmetler .box-content .box .name, .price{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
}
@media only screen and (max-width: 250px){
.hizmetler>h2{
	font-size: 22px;
	letter-spacing: 1px;
}
.ssss>h3{
	font-size: 1.55rem;
	letter-spacing: 1px;
}
}
@media only screen and (max-width:220px){
    .ptext h1{

	font-size: 22px;
	letter-spacing: 0px;
}
.ptext h1{

	font-size: 15px;

}
.ptext a{

	background: #e64e67;
    padding: 10px 20px;
    border-radius: 7px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1.5px;
    transition: 0.2s;
    border: 2px solid #e64e67;
    text-decoration: none;
    box-shadow: #401d73 0px 7px 29px 0px;
}
}
@media only screen and (max-width: 205px){
.ssss>h3{
	font-size: 20px;
	letter-spacing: 0px;
}
}