:root {
    --sari: #f9b921;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

body,
html {
    position: relative;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-size: 17px;
    text-decoration: none;
    font-weight: normal;
    color: #202020;
    width: 100%;
    background-color: #FFF;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fcl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fcr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.border {
    border: 1px solid #FF0032;
}

#header {
    position: relative;
    height: 100vh;
    background-image: url("../assets/banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#header .logo {
    position: absolute;
    left: 0;
    top: 10%;
    width: 34vw;
    height: auto;
}

#header .slogan {
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

#header .slogan h1 {
    position: relative;
    font-weight: 400;
    font-size: 2.9vw;
    line-height: 3vw;
}

#header .hemen_ara {
    position: relative;
    background-color: var(--sari);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    white-space: nowrap;
    width: min-content;
    color: #000;
    padding: 10px 30px 10px 10px;
    border-radius: 24px;
}

#header .hemen_ara .icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#header .telefon {
    position: absolute;
    left: 32%;
    bottom: 0;
    height: 55vh;
    width: auto;
}

#header .butonlar {
    position: absolute;
    right: 8%;
    top: 8%;
    display: grid;
    grid-template-columns: min-content min-content;
    gap: 40px;
}


#header .butonlar .icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--sari);
    margin: auto;
}

#header .butonlar .text {
    color: #fff;
    white-space: nowrap;
    height: 50px;
    text-align: right;
}

#header .butonlar .tx1 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
}

#header .butonlar .tx1:after {
    content: "";
    position: absolute;
    top: 30%;
    bottom: 30%;
    right: -20px;
    border-left: 1px solid var(--sari);
}

#core {
    position: relative;
}

#core .alan1 {
    position: relative;
    display: grid;
    grid-template-columns: 45% auto;
    gap: 30px;
    max-width: 1000px;
    margin: 60px auto;
}

#core .alan1 .taksi_container {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

#core .alan1 .taksi {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#core .alan1 h2 {
    color: #000;
    font-size: 30px;
    margin: 10px 0;
}

#core .alan1 p {
    font-size: 16px;
    font-weight: 500;
}

#core .alan1 p b {
    color: var(--sari);
    font-weight: 600;
}


#core .alan2 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 60px;
}

#core .alan2 .icon_container {
    position: relative;
    width: 147px;
    height: 147px;
    border: 1px solid #000;
    border-radius: 12px;
    margin: auto;
}

#core .alan2 .icon_container svg {
    width: 100px;
    height: 100px;
    fill: var(--sari);
}

#core .alan2 h3 {
    text-align: center;
    margin: 14px 0;
    font-size: 17px;
}

#core .alan2 p {
    text-align: center;
    font-size: 13px;
    color: #000;
}





#footer {
    position: relative;
}

#footer .kareli_alan {
    position: relative;
    width: 100%;
}

#footer .kareli_alan .k1 {
    height: 15px;
    background: repeating-linear-gradient(90deg, var(--sari) 0, var(--sari) 15px, #000 15px, #000 30px);
}

#footer .kareli_alan .k2 {
    height: 15px;
    background: repeating-linear-gradient(90deg, #000 0, #000 15px, var(--sari) 15px, var(--sari) 30px);
}

#footer .footer_core {
    position: relative;
    margin: 20px 5%;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 20px;
}


@media only screen and (max-width: 900px) {
    .m_fcc {
        justify-content: center !important;
        align-items: center !important;
    }

    #core .alan2 {
        grid-template-columns: 1fr;
    }

    #footer .footer_core {
        grid-template-columns: 2fr;
    }

    #footer .footer_core .order_plaka {
        order: 1;
        grid-column: span 3;
    }

    #footer .footer_core .order_marka {
        order: 2;
        grid-column: span 1;
    }

    #footer .footer_core .order_author {
        order: 3;
        grid-column: span 1;
    }

    #core .alan2 p {
        font-size: 15px;
    }

    #core .alan2 h3 {
        font-size: 18px;
    }

    #core .alan1 {
        grid-template-columns: 1fr;
        margin: 20px;
    }

    #header .logo {
        top: 5%;
        width: 90vw;
    }

    #header .butonlar {
        top: 20%;
    }

    #header .slogan {
        left: 8%;
    }

    #header .slogan p {
        font-size: 15px;
    }

    #header .slogan h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #header .telefon {
        right: 0;
        bottom: 0;
        height: 30vh;
    }

    #core .alan1 p {
        font-size: 14px;
    }


}