
body {
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 300px;
    background-color: #2b0653;
    background-image: url('/img/11.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

services ,works referencesTitle ,h1 {
    color: #2b0653 !important;
}


.navBarIcon {
    position: absolute;
    left: 75px;
    height: 100%;
    display: flex;
    align-items: center;
}

    .navBarIcon img {
        height: 40px;
        width: auto;
    }

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 15vw;
    height: 100vh;
    background-color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 20px;
}

    .menu.open {
        transform: translateX(0);
    }

    .menu.open {
        left: 0;
    }

    .menu a {
        display: block;
        margin: 20px 0;
        padding-top: 20px;
        text-decoration: none;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        transition: color 0.3s ease;
    }

        .menu a:hover {
            color: #d32f2f;
        }

.navBarIcon img {
    cursor: pointer;
    width: 98px;
    height: auto;
    transition: transform 0.3s ease;
}

    .navBarIcon img:hover {
        transform: scale(1.1);
    }

.menu .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: color 0.3s ease;
}

.containerMenu {
    margin-top: 75px;
}

.menu .close-btn:hover {
    color: #d32f2f;
}

.kayraOcalImg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .kayraOcalImg img {
        height: 70px;
        width: auto;
        object-fit: contain;
    }

/*.containerBanner {
    width: 100%;
}

.bannerImg {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

    .bannerImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }*/

.section {
    margin-top: 50px;
}

.servicesWorks {
    display: flex;
    width: 100%;
    box-sizing: border-box;

}


.services {
    margin: 0px 50px 0px 150px;
    text-align: center;
}


    .services h1 {
        margin-bottom: 25px;
    }

.services, .works {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.servicesImgAll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

.servicesImg {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .servicesImg:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

.works {
    margin: 0px 50px 0px 150px;
}
.works p{
    line-height:2
}

.h1Title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    display: inline-block;
}

.h1Ref{
    text-decoration:none;
    display:inline-block;
}
.referencesTitle {
    margin-top: 75px;
    margin-left: 100px;
    margin-bottom: 25px;
}

.references {
    box-sizing: border-box;
}

.referencesSlider {
    overflow: hidden;
    width: 100%;
}

.referencesTrack {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

.referencesImg {
    width: calc((60vw - 20px) / 3);
    height: 225px;
    object-fit: contain !important;
    margin-right: 20px;
    transition: transform 0.3s ease-in-out;
}
    .referencesImg:hover {
        transform: scale(1.05);
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.wideImg {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-top: 100px;
}


    .wideImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


* {
    box-sizing: border-box;
}

.container {
    position: relative;
    margin-top: 100px;
}

.worksTitle {
    text-align: center;
    font-size: 36px;
    margin-bottom: 25px;
    color: #2b0653;
}

.mySlides img {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.numbertext {
    color: #f2f2f2;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 100;
    left: 10;
    z-index: 1000;
    display: block;
}

.caption-container {
    display: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

.column img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}


.h1Photos{
    text-decoration:none;
    display:inline-block;
}

.galleryMain {
    text-align: center;
    margin-top: 100px
}
.galleryMain h1{
    font-size:32px;
}

.gallery {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.photo-card {
    width: 400px; 
    height: 500px; 
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease;
}

    .photo-card:hover {
        transform: scale(1.03);
    }

    .photo-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }



.video-section {
    padding: 40px 20px;
}

    .video-section h2 {
        margin-bottom: 20px;
        font-size: 24px;
        color: #333;
        text-align: center;
    }

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1380px;
    margin: 0 auto;
}

.video-wrapper video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}





















.footer {
    background-color: #2b0653;
    color: white;
    padding: 40px 0;
    text-align: center;
    margin-top: 200px;
}

.footerContent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footerLogo img {
    height: 50px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
}

    .footerLinks ul li {
        margin: 10px 0;
    }

        .footerLinks ul li a {
            color: white;
            text-decoration: none;
        }

            .footerLinks ul li a:hover {
                text-decoration: underline;
            }

.footerSocial a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

    .footerSocial a:hover {
        text-decoration: underline;
    }


@media (max-width: 768px) {

    .navBarIcon {
        display: flow;
        left: 15px;
        height: 50%;
    }
}

/* header kısmı */

@media (min-width: 769px) {
    .navBarIcon {
        display: flex;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 0 20px;
        background-image: url('/img/1111_1.png');
    }

    .navBarIcon {
        top: 24px;
        left: 20px;
    }

        .navBarIcon img {
            width: 72px;
        }

    .kayraOcalImg img {
        height: 60px;
    }

    .menu {
        width: 100%;
    }

        .menu a {
            font-size: 16px;
        }

    .containerMenu {
        text-align: center;
    }
}


@media (max-width: 768px) {
    .bannerImg img {
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .bannerImg {
        height: 250px;
    }
}



/*hakkımızda ve işler kısmı responsive*/

@media (max-width: 768px) {
    .servicesWorks {
        flex-direction: column;
        padding: 0 20px;
    }

    .services, .works {
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

    .servicesImgAll {
        grid-template-columns: 1fr; /* resimler alt alta */
    }

    .servicesImg {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .services h1 {
        font-size: 2rem;
    }

    .works p {
        font-size: 1rem;
        text-align: center;
    }
}



/* referanslar kısmı responsive */

@media (max-width: 768px) {
    .referencesTitle {
        margin: 50px 20px 20px 20px;
        text-align: center;
    }

    .referencesTrack {
        animation-duration: 60s;
    }

    .referencesImg {
        width: 80vw;
        height: 180px;
        margin-right: 15px;
    }
}

/* Responsive videolar */
@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }

    .video-wrapper video {
        height: 200px;
    }
}










