*{
    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: 150px;
}
.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;
    background: url(MAR.jpg) no-repeat center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    padding: 20px;
    padding-left: 10%;
}
.hero::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.hero-text{
    position: relative;
    z-index: 2;
    
}
.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: #0f172a;
    color: white;
    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: #0f172a;
    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ırr:hover, .tamırr2:hover, .vd-card video:hover{
    opacity: 1;
}
.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: #0f172a !important;
    color: white;
    text-align: center;
    padding: 10px;
    overflow: auto;
}
.is h3{
    font-size: 30px;
    text-align: center;
    background-color: white;
    color: #2563eb;
}
.tamır{
    width: 30%;
    background-color: #0f172a;
    margin: 10px;
    border-radius: 5px;
    height: auto;
    float: left;
    border-radius: 5px;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    
}
.tamırr{
    width: 510px;
    height: 550px;
    margin-top: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 0.6;
    transition: 0.8s;
}
.tamırr:hover{
    opacity: 1;
}
.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: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 0.6;
    transition: 0.8s;
}
.tamırr2:hover{
    opacity: 1;
}
.is2{
    background: #0f172a !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: 30%;
    height: auto;
    background-color: #0f172a;
    float: left;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
}
.vd-card video{
    width: 100%;
    height: 100%;
    margin-top: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 0.6;
    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;
}
/* COMMENTS */
.comments{
    background: white !important;
    padding: 60px 20px;
    text-align: center;
    color: black;
}
.slider{
    position: relative;
    max-width: 700px;
    margin: auto;
}
.comments-container{
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
}
.comment-box{
    background: #2563eb;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 15px;
    min-width: 48%;
    box-sizing: border-box;
    margin: 15px auto;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.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: -10px; }
.next{ right: -10px; }
.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;
}
.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;
    }
}