:root {
    --fs-xl: clamp(1.5rem, 4.14vi + 0.46rem, 3.77rem);
}

body {
    aspect-ratio: 1920/796;
    margin: 0;
}



.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}


.header {
    background-color: #5958CC;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
    padding: 1em;

}

.header p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10em;
}

.navbar a {
    color: white;
    text-decoration: none;
    margin-right: 2em;
    padding: 0 18px;
    position: relative;


}



.navbar a+a::before {
    content: "";
    position: absolute;
    left: -20px;

    height: 16px;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
}

.header-2 {
    background: white;
    display: flex;
    align-items: center;
    margin-top: 0.5em;
    margin-left: 10em;
}

.header-2 img {
    margin-left: 1em;

}

address a {
    gap: 1em;
    padding-left: 1em;
    text-decoration: none;
    font-style: normal;
    color: black;
}

main {
    background-image: url("/img/fatih-1.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 10%;
    overflow: hidden;
    aspect-ratio: 1280/796;
    position: relative;
    display: flex;
    align-items: center;

}

.slogan-main {
    background-color: #ffffffa1;
    max-width: 546px;
    position: absolute;
    top: 50%;
    left: 60%;
    right: 5%;
    text-align: center;


}

.slogan-main {
    padding: 0 1em;
    padding-bottom: 2em;
}

.order {
    background-color: #30BE6C;
    height: 60px;
    padding: 1em 4em;
    text-decoration: none;
    color: white;


}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 2em;

}

.topbar {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: 4em;
}

.header-social {
    margin-left: auto;
    display: flex;

}


.hero {
    display: flex;
    margin-top: 135px;
    padding: 0 2em;
    justify-content: space-between;
}

.hero-image img {

    width: 635px;
    height: 654px;
}

.hero-image {
    display: flex;
    justify-content: flex-end;
    aspect-ratio: 635/654;
}

@media(max-width: 900px) {
    .header p {
        margin-left: 0;
    }

    .header-2 {
        margin-left: 0em;
        display: block;
        margin-top: 0;
    }

    .topbar {
        margin-left: 1em;
    }


    .imggroup32 img {
        margin-left: 0;
    }

    .hero {
        display: block;
        text-align: center;
    }

    .hero-image {
        display: block;
    }

    .open-sans {
        font-size: var(--fs-l);
        display: block;
    }

    main {
        overflow: visible;
        display: block;
    }

    .slogan-main {
        background-color: #ffffffa1;
        max-width: 546px;
        position: absolute;
        top: 0%;
        left: 25%;

        text-align: center;


    }

    .slogan-main {
        background-color: #ffffffdd;
        color: black;

        max-width: 546px;
        position: absolute;
        top: 50%;
        left: 60%;
        right: 5%;
        text-align: center;
    }

    footer .open-sans {
        display: grid;
        grid-template-columns: 1fr 1fr;

    }

    address .footer-call {
        grid-column: 2;
        grid-row: 1;

    }

    .slogan-main {
        left: 0;
    }

    .hero-image img {
        width: 100%;
        height: 100%;
    }

    .header {
        padding: 0;
        gap: 0;

    }

    footer {
        display: flex;
        flex-direction: column;
    }
}