*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
img, video{
    max-width: 100%;
    height: auto;
}
.menu-toggle{
    display: none;
    font-size: 25px;
    cursor: pointer;
    color: white;
}
/* HEADER */
header{
    background: #0f172a;
    color: white;
    padding: 15px 0;
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    gap: 10px;
}
.container .log{
    width: 100px;
}
.container h1{
    font-size: 1.2rem;
    flex: 1;
    margin-right: 550px;
    text-align: center;
}
@media (max-width: 768px){
    .container h1{
        margin-right: 0;
        font-size: 1rem;
    }
}
header nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
header nav a{
    color: white;
    margin: 5px 10px;
    text-decoration: none;
}
@media (max-width: 768px) {
    .menu-toggle{
        display: block;
    }
     header nav{
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 999;
        background: rgba(15, 23, 42, 0.95);
        display: none;
        width: 100%;
        flex-direction: column;
        text-align: center;
        background: #1e293b;
        margin-top: 10px;
        padding: 10px 0;
    }
    header nav.active{
        display: flex !important;
    }
    header nav a{
        padding: 10px;
        border-bottom: 1px solid #334155;
        width: 100%;
    }
}
/* HERO */
.hero{
    position: relative;
    min-height: 100vh;
    display: flex;
	width: 100%;
	height: 100svh:
	overflow: hidden;
    align-items: center;
    color: white;
    padding: 0px;
}
.slides{
    position: relative;
    width: 100%;
    height: 100svh;
}
.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    padding-left: 10%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.slide.active{
    opacity: 1;
}
@media(max-width: 768px){
    .hero, .slides{
        height: 100svh;
        min-height: 100%;
        overflow: hidden;
    }
    .slide{
        background-size: cover;
        background-position: center center;
    }
}
.slide::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.hero-text{
    position: relative;
    z-index: 2;
	color: white;
    
}
.hero h2{
    font-size: 28px;
}
.hero p{
    font-size: 16px;
}
.btn, .btnwhatsapp{
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}
.btn{
    background: #2563eb;
}
.btnwhatsapp{
    background: #22c55e;
}
/* SERVICES */
.services{
    text-align: center;
    padding: 40px 20px;
}
.cards{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.card{
    width: 220px;
    padding: 15px;
    background: #f1f5f9;
    border-radius: 10px;
}
.card img{
    width: 150px;
    height: 150px;
    border-radius: 10px;
}
.kart{
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    display: flex;
    justify-content: center;
}
.kutu{
    gap: 15px;
    display: flex;
    justify-content: center;
    width: 45%;
    text-align: center;
    max-width: 1100px;
    flex-wrap: wrap;
    padding: 15px;
    background: #2563eb;
    border-radius: 10px;
    color: white;
}
.kutu h3{
    color: white;
    margin-top: 27px;
}
.kutu img{
    width: 80px;
}
/* JOB */
.is, .is2{
    background: #f8f9fa;
    color: #222;
    padding: 40px 20px;
    text-align: center;
}
.isler-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.tamır, .tamıriki, .vd-card{
    width: calc(33.33% - 20px);
    background-color: #f9f8fa;
    border-radius: 5px;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    overflow: hidden;
}
.tamıriki{
    display: flex;
    flex-wrap: wrap;
}
.tamıriki .tamırr2{
    width: 50%;
}
.tamırbas, .tamırbas2, .vd-card h3{
    font-size: 18px;
    color: white;
    background: #2563eb;
    margin: 0;
    padding: 15px 5px;
    width: 100%;
}
@media (max-width: 768px){
    .tamır, .tamıriki, .vd-card{
        width: 100%;
    }
    .tamırr, .tamırr2{
        height: auto;
    }
}
.is{
    background: #f8f9fa !important;
    color: white;
    text-align: center;
    padding: 10px;
    overflow: auto;
}
.is h1 {
	color: black;
}
.is h3{
    font-size: 30px;
    text-align: center;
    background-color: white;
    color: #2563eb;
}
.tamır{
    width: 30%;
    background-color: #f8f9fa;
    margin: 10px;
    border-radius: 5px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    
}
.tamırr{
    width: 510px;
    height: 550px;
    margin-top: 0;
	display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 1;
    transition: 0.8s;
}
.tamırbas{
    font-size: 20px;
    display: inline-block;
    margin-top: 0px;
    color: white;
    text-align: center;
    height: auto;
    line-height: 45px;
    background: #2563eb;
    width: 100%;
    margin-top: -5px;
}
.tamırbas2{
    font-size: 20px;
    display: inline-block;
    margin-top: 0px;
    color: white;
    text-align: center;
    height: auto;
    line-height: 45px;
    background: #2563eb;
    width: 100%;
    margin-top: -5px;
}
@media (max-width: 768px){
     .tamırr2{
        width: 50%;
    }
}
.tamırr2{
    width: 252px;
    height: 550px;
    margin-top: 0;
	display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 1;
    transition: 0.8s;
}
.is2{
    background: #f8f9fa !important;
    color: white;
    text-align: center;
    padding: 10px;
    overflow: auto;
}
.is2 h3{
    font-size: 40px;
    text-align: center;
    background-color: white;
    color: #2563eb;
}
.vd-card{
    width: calc(33.33% - 20px);
    background-color: #f8f9fa;
	border-radius: 5px;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
	overflow: hidden;
}
.vd-card video{
    width: 100%;
    height: 550px;
	object-fit: cover;
    margin-top: 0;
	margin-bottom: 0 !important;
	display: block !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 1 !important;
    transition: 0.8s;
}
.vd-card h3{
    font-size: 20px;
    display: inline-block;
    margin-top: 0px;
    color: white;
    text-align: center;
    height: auto;
    line-height: 45px;
    background: #2563eb;
    width: 100%;
    margin-top: -5px;
}
@media (max-width: 768px) {
    .vd-card{
        width: 90%;
        margin: 10px 0;
        float: none;
        display: block;
        clear: both;
    }
    .vd-card video{
        width: 100%;
    }
}
.isler-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
	align-items: stretch;
}
.desc{
    color: #666;
    margin-bottom: 30px;
}
.tabs{
    margin-bottom: 40px;
}
.tab-btn{
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    background: #e0e0e0;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}
.tab-btn.active{
    background: #ff6600;
    color: white;
}
.tab-btn:hover{
    transform: scale(1.05);
}
.tab-content{
    display: none;
}
.tab-content.active{
    display: block;
}
.ligthbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
}
.ligthbox img{
    max-width: 90%;
    max-height: 80%;
}
.ligthbox .close{
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
.tab-content h3{
    font-size: 40px;
    text-align: center;
    background-color: white;
    color: #2563eb;
}
.vdbas{
	background: #2563eb !important;
    color: white !important;
    padding: 15px 5px;
    margin: 0;
    width: 100%;
    display: block;
}
.vd-card .vdbas{
    font-size: 25px;
}
/* COMMENTS */
.comments{
    background: white !important;
    padding: 60px 20px;
    text-align: center;
    color: black;
}
.slider{
    position: relative;
    max-width: 100%;
	padding: 0 40px;
    margin: auto;
}
.comments-container{
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.comment-box{
    background: #2563eb;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    border-radius: 15px;
    min-width: 300px;
	max-width: 300px;
	flex-shrink: 0;
    box-sizing: border-box;
    margin: 15px auto;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px){
	.comment-box{
		min-width: 85%;
		max-width: 85%;
	}
}
.prev, .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: black;
    color: white;
    border: none;
    font-size: 25px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
.prev{ left: 0px; }
.next{ right: 0px; }
.comment-box img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.comment-text h5{
    color: white;
}
.comment-text h4{
    color: white;
    margin-bottom: 5px;
}
.comment-text p{
    color: white;
	font-size: 14px;
	line-height: 1.5;
	word-break: break-word;
}
.stars{
    color: gold;
    margin-bottom: 5px;
}
.mutlu-musteri{
    margin-top: 50px;
    text-align: center;
}
.mutlu-musteri h2{
    font-size: 50px;
    color: #2563eb;
    margin: 0;
    font-weight: bold;
}
.mutlu-musteri p{
    font-size: 25px;
    color: #333;
    margin-top: 5px;
}
/*CONTACT*/
.map, .contact-info, .social-links{
    flex: 1;
}
.map{
    flex: 1 1 300px;
    min-width: 300px;
    margin-top: 20px;
    display: flex;
}
.contact-container .map iframe{
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.contact{
    background-color: #2563eb;
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
}
.contact h2{
    color: white;
}
.contact-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.contact-info{
    text-align: center;
    flex: 1;
    display: inline-block;
    flex-direction: column;
}
.contact-info p{
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.contact-info p img{
    width: 40px;
    height: 40px;
}
.social-links{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}
.social-links a{
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.instagram{
    background: #E1306C;
}
.armut{
    width: 50px;
    height: 50px;
    background: #ff7a00;
}
@media (max-width: 768px){
    .contact-container{
        flex-direction: column;
        align-items: center;
    }
    .map, .contact-info, .social-links{
        width: 100%;
        min-width: 100%;
        flex: none;
    }
    .comments-container .map iframe{
        width: 100%;
        height: 300px;
    }
    .contact-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-info p{
        justify-content: center;
    }
    .social-links{
        justify-content: center;
    }
}
/* FOOTER */
footer{
    background: #020617;
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 14px;
    opacity: 0.7;
}
@media (max-width: 768px){
    .menu-toggle{
        display: block;
    }
    .tamır, .vd-card{
        width: 100%;
    }
    .hero h2{
        font-size: 22px;
    }
    .hero p{
        font-size: 14px;
    }
    .container h1{
        font-size: 16px;
    }
}