@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Arima:wght@100..700&family=Instrument+Serif:ital@0;1&family=Meow+Script&family=Sofia&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Arima:wght@100..700&family=Great+Vibes&family=Ms+Madi&family=SUSE:wght@100..800&display=swap");

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.logo img {
    width: 110px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    left: 27rem;

}

header {
    background: linear-gradient(34deg,
            rgba(0, 0, 0, 0.8436624649859944) 0%,
            rgba(0, 0, 0, 0.7372198879551821) 93%);

    height: 150px;

    a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;

        h1 {
            font-family: "Alex Brush", serif;
            font-optical-sizing: auto;
            font-weight: 100;
            font-style: normal;
            font-size: 55px;
            letter-spacing: 2px;
            margin-top: 0;
        }

        h1:hover {
            text-shadow: 0px 0px 5px rgb(255, 217, 0);
            transition: 0.5s ease;
        }
    }

}


.hamburger {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
    cursor: pointer;
    margin-left: 1rem;
    position: absolute;
    top: 4rem;
    left: 2;
}

.line {
    height: 4px;
    background-color: white;
    transition: 0.3s;
    display: flex;
}



nav {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.8240546218487395) 23%,
            rgba(25, 25, 25, 0.63) 100%);

    display: none;
    width: 250px;
    margin-top: 4.5rem;
    height: 100vh;
    position: fixed;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 5rem;
    left: 2;
    z-index: 999;

    a {
        text-decoration: none;
        color: white;
        font-size: 20px;
        margin-left: -50px;
        padding: 1rem;
        font-family: "SUSE", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 2px;
    }

    a:hover {
        transform: scale(1.1);
        transition: 0.5s ease;
    }

    ul li {
        list-style: none;
        margin-top: 2rem;
    }

    img {
        max-width: 100px;
        height: auto;
        position: fixed;
        top: 90%;
        left: 4%;

    }
}

.menu.active {

    display: block;
}


.contact {
    max-width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;


    i {
        text-decoration: none;
        color: rgb(82, 81, 81);
    }

    i:hover {
        color: rgb(42, 43, 43);
        transform: scale(1.1);
        filter: drop-shadow(2px 5px 20px black);
        transition: 0.5s ease;

    }

    a {
        font-size: 30px;
    }

    .mail {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;

        h1 {
            text-align: center;
            font-size: 35px;
            letter-spacing: 5px;
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            font-style: normal;
            letter-spacing: 7px;

        }

        a {
            text-decoration: none;
            font-family: serif;
        }


        i {
            text-decoration: none;
            color: rgb(82, 81, 81);
            font-size: 30px;
            padding: 1rem;
        }

        i:hover {
            color: black;

            p {
                font-weight: 500;
            }
        }

        p {
            display: inline;
            padding-left: 1rem;
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            letter-spacing: 3px;
            font-size: 18px;
        }

    }

    .linee {
        background-color: black;
        width: 100%;
        height: 1px;

    }

}







.footer {
    width: auto;
    height: auto;

    text-align: center;
    background-color: rgb(190, 190, 190);
    padding: 2rem;

    i {
        margin-top: 3rem;
        color: rgb(133, 133, 133);
    }

    i:hover {
        transform: scale(1.2);
        color: rgb(68, 68, 68);
        transition: 0.3s ease-in-out;
        cursor: pointer;
    }

    #iletisim {
        color: black;
        font-weight: 500;
        filter: drop-shadow(2px 5px 5px black)
    }

    a {
        text-decoration: none;
        color: white;
        margin: 1rem;
        font-size: 20px;
        font-weight: 500;
        font-family: "Arima", system-ui;
        letter-spacing: 2px;
        color: rgb(88, 88, 88);
        transition: 0.3s ease;
    }

    a:hover {
        font-weight: 700;
        color: rgb(70, 70, 70);
        filter: drop-shadow(2px 5px 20px black);
        transition: 0.3s ease;

    }

    p {
        margin: 2rem;
        font-size: 16px;
        letter-spacing: 1px;
    }
}


@media (max-width:1536px) {
    .card {
        top: 70%;
        font-size: 15px;
        margin: 1.2rem;


        h1 {
            font-size: 30px;
            margin-bottom: 0;
        }
    }

    .marka img {
        max-width: 130px;
        max-height: 120px;
    }

}

@media (max-width:1340px) {



    .card {
        top: 70%;
        font-size: 15px;
        margin: 2rem;


        h1 {
            font-size: 25px;
            margin-bottom: 0;
            letter-spacing: 1px;
        }

        p {
            font-size: 14px;
        }
    }

    .marka img {
        max-width: 110px;
        max-height: 120px;
    }

}

@media(max-width:1205px) {
    .card {
        top: 70%;
        font-size: 15px;
        margin: 2rem;


        h1 {
            font-size: 25px;
            margin-bottom: 0;
            letter-spacing: 1px;
        }

        p {
            font-size: 14px;
        }
    }

    header nav img {
        left: 6%;
    }


}

@media (max-width: 900px) {
    header nav img {
        left: 8%;
    }
}

@media(max-width:700px) {
    header {
        a h1 {
            margin-top: 1rem;
            font-size: 45px;

        }

        .hamburger {
            width: 30px;
            height: 30px;
        }

        .line {
            height: 3px;
        }

        nav {
            width: 200px;

            img {
                left: 8%;
            }
        }

    }


    .frontinfo {
        p {
            font-size: 16px;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            padding: 1rem;
            padding-top: 1rem;
            padding-bottom: 1rem;
            letter-spacing: 2px;
            text-wrap: pretty;
        }
    }
}

@media (max-width:500px) {
    .logo img {

        margin-top: 35px;
        width: 90px;

    }

    header {

        a h1 {

            margin-top: 1rem;
            font-size: 35px;

        }

        nav a {
            font-size: 18px;
            font-weight: 100;
        }

        .hamburger {
            width: 25px;
            height: 25px;
        }

        .line {
            height: 3px;
        }

        nav {
            width: 200px;

            img {
                left: 12%;
            }
        }


    }

    .contact {
        .mail {
            padding: 0;

            p {
                font-size: 15px;
                font-weight: 500;

            }

            a i {
                padding-left: 0;
                padding-right: 0;
                font-size: 25px;
            }

        }
    }

    .footer {
        a {
            margin: 0.5rem;
            font-size: 16px;
        }
    }
}
@media (prefers-color-scheme: dark) {
    :root {
      color-scheme: light;
    }
  }