* {
margin: 0;
padding: 0;
}

html {
  font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
}

html {
}

body {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
}

header {
    padding: 25px 50px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between; /* sol ve sağ kenara yasla, ortayı ortaya koy */
    align-items: center;
    font-size: 18px;
    width: calc(100% - 100px);
}

.fl {
float: left;
text-align: left;
}

.fr {
float: right;
text-align: right;
}

header .box {
    display: inline-block;
    width: 33.33%;
}

.logo img {
width: 130px;
}

header i {
    font-size: 35px;
    font-weight: 100;
}

header .contact-btn {
    color: #fff;
    text-align: center;
    padding: 15px 40px;
    background-color: #C19A5B;
    margin-left: 30px;
}

header .logo {
text-align: center;
}

header a {
text-decoration: none;
color: inherit;
}

nav ul {
    list-style: none; /* nokta işaretlerini kaldır */
    margin: 0;
    padding: 20px 0;
    display: flex; /* yatay hizalama */
    justify-content: center; /* merkeze hizala */
    gap: 15px; /* elemanlar arası boşluk */
}

    nav ul li a {
        text-decoration: none; /* alt çizgiyi kaldır */
        color: #333; /* yazı rengi */
        font-weight: 500;
        padding: 8px 12px;
        font-size: 18px;
    }

    nav ul li a:hover {
        border-bottom: 3px solid #000;
    }

.color1 {
    background: #f6f5ed;
    width: 100%;
    display: inline-block;
    padding: 60px 0;
}

.mt60 {
margin-top: 60px !important;
}

.container .about-us {
text-align: center;
}

@media screen and (min-width: 1920px) {
    .container {
        width: 1820px;
        margin: 0 auto;
    }

    .short-text {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 100;
        font-size: 24px;
        display: block;
        margin-bottom: 40px;
    }

    .heading {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 800;
        font-size: 18px;
    }

    .departments .item {
        display: inline-block;
        width: 18.8%;
        margin-left: 1.5%;
        position: relative;
    }

        .departments .item:first-child {
            margin-left: 0;
        }

        .departments .item img {
            width: 100%;
        }

        .departments .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .hero-banner {
        margin-bottom: 60px;
    }

        .hero-banner img {
        width: 100%;
        }


    .products .item {
        display: inline-block;
        width: 15%;
        margin-left: 2%;
        position: relative;
    }

    .products .item:first-child {
        margin-left: 0;
    }

    .products .item img {
        width: 100%;
    }

    .products .item span {
        position: absolute;
        bottom: 3px;
        left: 0;
        background: rgba(0,0,0,0.6);
        padding-left: 20px;
        width: calc(100% - 20px);
        color: #fff;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brands .item {
        display: inline-block;
        width: 23.5%;
        margin-left: 2%;
        position: relative;
    }

        .brands .item:first-child {
            margin-left: 0;
        }

        .brands .item img {
            width: 100%;
        }


    .image {
    width: 45%;
    margin: 0 auto;
    }

        .image img {
        width: 100%;
        }

    .text {
        width: 45%;
        font-size: 18px;
        margin: 60px auto;
        display: block;
        text-align: center;
        color: #5e544b;
    }

    .contact .map {
    width: 65%;
    float :left;
    display: inline-block;
    }

    .contact .info {
        width: 30%;
        float: right;
        display: inline-block;
        text-align: right;
        font-size: 22px;
        color: #5e544b;
    }

    .contact .text {
    text-align: left;
    margin: 20px 0;
    }

    .contact img {
    margin-top: 10px;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        background: #fff;
        border: 1px solid #ddd;
    }


}

@media screen and (min-width: 1468px) and (max-width: 1919px) {
    .container {
        width: 1368px;
        margin: 0 auto;
    }

    .short-text {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 100;
        font-size: 24px;
        display: block;
        margin-bottom: 40px;
    }

    .heading {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 800;
        font-size: 18px;
    }

    .departments .item {
        display: inline-block;
        width: 18.8%;
        margin-left: 1.5%;
        position: relative;
    }

        .departments .item:first-child {
            margin-left: 0;
        }

        .departments .item img {
            width: 100%;
        }

        .departments .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .hero-banner {
        margin-bottom: 60px;
    }

        .hero-banner img {
            width: 100%;
        }


    .products .item {
        display: inline-block;
        width: 15%;
        margin-left: 2%;
        position: relative;
    }

        .products .item:first-child {
            margin-left: 0;
        }

        .products .item img {
            width: 100%;
        }

        .products .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .brands .item {
        display: inline-block;
        width: 23.5%;
        margin-left: 2%;
        position: relative;
    }

        .brands .item:first-child {
            margin-left: 0;
        }

        .brands .item img {
            width: 100%;
        }


    .image {
        width: 45%;
        margin: 0 auto;
    }

        .image img {
            width: 100%;
        }

    .text {
        width: 45%;
        font-size: 18px;
        margin: 60px auto;
        display: block;
        text-align: center;
        color: #5e544b;
    }

    .contact .map {
        width: 65%;
        float: left;
        display: inline-block;
    }

    .contact .info {
        width: 30%;
        float: right;
        display: inline-block;
        text-align: right;
        font-size: 22px;
        color: #5e544b;
    }

    .contact .text {
        text-align: left;
        margin: 20px 0;
    }

    .contact img {
        margin-top: 10px;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        background: #fff;
        border: 1px solid #ddd;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1467px) {
    .container {
        width: 924px;
        margin: 0 auto;
    }

    header .fl.box, header .fr.box {
    display: none;
    }

    header .logo {
    margin: 0 auto;
    }

    .short-text {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 100;
        font-size: 24px;
        display: block;
        margin-bottom: 40px;
    }

    .heading {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 800;
        font-size: 18px;
    }

    .departments .item {
        display: inline-block;
        width: 32%;
        margin-left: 2%;
        position: relative;
        margin-bottom: 2%;
    }

        .departments .item:first-child {
            margin-left: 0;
        }

        .departments .item:nth-child(4) {
        margin-left: 175px;
        }



        .departments .item img {
            width: 100%;
        }

        .departments .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .hero-banner {
        margin-bottom: 60px;
    }

        .hero-banner img {
            width: 100%;
        }


    .products .item {
        display: inline-block;
        width: 32%;
        margin-left: 2%;
        position: relative;
        margin-bottom: 2%;
    }

        .products .item:first-child, .products .item:nth-child(4) {
            margin-left: 0;
        }

        .products .item img {
            width: 100%;
        }

        .products .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .brands .item {
        display: inline-block;
        width: 23.5%;
        margin-left: 2%;
        position: relative;
    }

        .brands .item:first-child {
            margin-left: 0;
        }

        .brands .item img {
            width: 100%;
        }


    .image {
        width: 45%;
        margin: 0 auto;
    }

        .image img {
            width: 100%;
        }

    .text {
        width: 45%;
        font-size: 18px;
        margin: 60px auto;
        display: block;
        text-align: center;
        color: #5e544b;
    }

    .contact .map {
        width: 65%;
        float: left;
        display: inline-block;
    }

    .contact .info {
        width: 30%;
        float: right;
        display: inline-block;
        text-align: right;
        font-size: 22px;
        color: #5e544b;
    }

    .contact .text {
        text-align: left;
        margin: 20px 0;
    }

    .contact img {
        margin-top: 10px;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        background: #fff;
        border: 1px solid #ddd;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 668px;
        margin: 0 auto;
    }

    header .fl.box, header .fr.box {
        display: none;
    }

    header .logo {
        margin: 0 auto;
    }

    .short-text {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 100;
        font-size: 24px;
        display: block;
        margin-bottom: 40px;
    }

    .heading {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 800;
        font-size: 18px;
    }

    .departments .item {
        display: inline-block;
        width: 49%;
        margin-left: 2%;
        position: relative;
        margin-bottom: 2%;
    }

        .departments .item:nth-child(odd) {
            margin-left: 0;
        }

        .departments .item:nth-child(5) {
            margin-left: 175px;
        }



        .departments .item img {
            width: 100%;
        }

        .departments .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .hero-banner {
        margin-bottom: 60px;
    }

        .hero-banner img {
            width: 100%;
        }


    .products .item {
        display: inline-block;
        width: 49%;
        margin-left: 2%;
        position: relative;
        margin-bottom: 2%;
    }

        .products .item:nth-child(odd) {
            margin-left: 0;
        }

        .products .item img {
            width: 100%;
        }

        .products .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .brands .item {
        display: inline-block;
        width: 49%;
        margin-left: 2%;
        position: relative;
        margin-bottom: 2%;
    }

        .brands .item:nth-child(odd) {
            margin-left: 0;
        }

        .brands .item img {
            width: 100%;
        }


    .image {
        width: 75%;
        margin: 0 auto;
    }

        .image img {
            width: 100%;
        }

    .text {
        width: 100%;
        font-size: 18px;
        margin: 60px auto;
        display: block;
        text-align: center;
        color: #5e544b;
    }

    .contact .map {
        width: 100%;
        float: left;
        display: inline-block;
    }

    .contact .info {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
        font-size: 22px;
        color: #5e544b;
        margin-top: 20px;
    }

    .contact .text {
        text-align: left;
        margin: 30px 0;
        display: inline-block;
        width: 50%;
    }

    .contact img {
        margin-top: 20px;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        background: #fff;
        border: 1px solid #ddd;
    }
}

@media screen and (min-width: 468px) and (max-width: 767px) {
    .container {
        width: 428px;
        margin: 0 auto;
    }

    nav ul {
    display: none;
    }

    .logo img {
        width: 80px;
    }

    header .fl.box, header .fr.box {
        display: none;
    }

    header .logo {
        margin: 0 auto;
    }

    .short-text {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 100;
        font-size: 18px;
        display: block;
        margin-bottom: 40px;
    }

    .heading {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 800;
        font-size: 18px;
    }

    .departments .item {
        display: inline-block;
        width: 100%;
        margin-left: 0%;
        position: relative;
        margin-bottom: 2%;
    }

        .departments .item:nth-child(odd) {
            margin-left: 0;
        }

        .departments .item:nth-child(5) {
            margin-left: 0;
        }



        .departments .item img {
            width: 100%;
        }

        .departments .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .hero-banner {
        margin-bottom: 60px;
    }

        .hero-banner img {
            width: 100%;
        }


    .products .item {
        display: inline-block;
        width: 100%;
        margin-left: 0%;
        position: relative;
        margin-bottom: 2%;
    }

        .products .item:nth-child(odd) {
            margin-left: 0;
        }

        .products .item img {
            width: 100%;
        }

        .products .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .brands .item {
        display: inline-block;
        width: 100%;
        margin-left: %;
        position: relative;
        margin-bottom: 2%;
    }

        .brands .item:nth-child(odd) {
            margin-left: 0;
        }

        .brands .item img {
            width: 100%;
        }


    .image {
        width: 75%;
        margin: 0 auto;
    }

        .image img {
            width: 100%;
        }

    .text {
        width: 100%;
        font-size: 18px;
        margin: 60px auto;
        display: block;
        text-align: center;
        color: #5e544b;
    }

    .contact .map {
        width: 100%;
        float: left;
        display: inline-block;
    }

    .contact .info {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
        font-size: 22px;
        color: #5e544b;
        margin-top: 20px;
    }

    .contact .text {
        text-align: left;
        margin: 30px 0;
        display: inline-block;
        width: 50%;
    }

    .contact img {
        margin-top: 20px;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        background: #fff;
        border: 1px solid #ddd;
    }
}

@media screen and (min-width: 320px) and (max-width: 467px) {
    .container {
        width: 300px;
        margin: 0 auto;
    }

    nav ul {
        display: none;
    }

    .logo img {
        width: 80px;
    }

    header .fl.box, header .fr.box {
        display: none;
    }

    header .logo {
        margin: 0 auto;
    }

    .short-text {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 100;
        font-size: 18px;
        display: block;
        margin-bottom: 40px;
    }

    .heading {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: #5e544b;
        font-weight: 800;
        font-size: 18px;
    }

    .departments .item {
        display: inline-block;
        width: 100%;
        margin-left: 0%;
        position: relative;
        margin-bottom: 2%;
    }

        .departments .item:nth-child(odd) {
            margin-left: 0;
        }

        .departments .item:nth-child(5) {
            margin-left: 0;
        }



        .departments .item img {
            width: 100%;
        }

        .departments .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .hero-banner {
        margin-bottom: 60px;
    }

        .hero-banner img {
            width: 100%;
        }


    .products .item {
        display: inline-block;
        width: 100%;
        margin-left: 0%;
        position: relative;
        margin-bottom: 2%;
    }

        .products .item:nth-child(odd) {
            margin-left: 0;
        }

        .products .item img {
            width: 100%;
        }

        .products .item span {
            position: absolute;
            bottom: 3px;
            left: 0;
            background: rgba(0,0,0,0.6);
            padding-left: 20px;
            width: calc(100% - 20px);
            color: #fff;
            font-size: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .brands .item {
        display: inline-block;
        width: 100%;
        margin-left: %;
        position: relative;
        margin-bottom: 2%;
    }

        .brands .item:nth-child(odd) {
            margin-left: 0;
        }

        .brands .item img {
            width: 100%;
        }


    .image {
        width: 75%;
        margin: 0 auto;
    }

        .image img {
            width: 100%;
        }

    .text {
        width: 100%;
        font-size: 18px;
        margin: 60px auto;
        display: block;
        text-align: center;
        color: #5e544b;
    }

    .contact .map {
        width: 100%;
        float: left;
        display: inline-block;
    }

    .contact .info {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
        font-size: 22px;
        color: #5e544b;
        margin-top: 20px;
    }

    .contact .text {
        text-align: left;
        margin: 30px 0;
        display: inline-block;
        width: 50%;
    }

    .contact img {
        margin-top: 20px;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        background: #fff;
        border: 1px solid #ddd;
    }
}