* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #f8f8f8;
}

.topheader p {
    background: #BB9642;
    padding: .5rem;
    text-align: end;
    color: white;
}

header {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #BB9642;
}

header .logo img {
    width: 120px;
    height: 120px;
    margin-top: 15px;
}

header a {
    font-size: 15px;
    color: white;
    margin: 10px;
    text-decoration: none;
}

.links {
    margin-left: 10px;
}

nav {
    padding: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

nav {
    background: #757575;
}

.breadcrumb {
    font-size: 14px;
    color: white;
}


.breadcrumb a {
    text-decoration: none;
    color: white
}

.company {
    height: 240px;
    background-image: url(/assets/background.jpeg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.company-info {
    align-items: center;
    display: flex;
    color: white;
}

.company-logo img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.company-name h2 {
    margin-left: 20px;
    font-size: 17px;
}

.company-share img {
    width: 25px;
}

.company-share .btn {

    display: flex;
    justify-content: space-around;
    padding: 10px;
    background: #353B48;
}

section {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.contact-info {
    border-radius: 20px;
    height: auto;
    padding: 10px;
    width: 382px;
    background: white;
}

.contact-info h3 {
    font-size: 18px;
}

.link {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.contact-info a {
    display: block;
    text-decoration: none;
    color: black;
    width: 300px;
    padding: 5px;
    margin: 5px;
    font-size: 15px !important;
}

iframe {
    display: flex;
    width: 324px;
    height: 144px;
    border-radius: 20px;
    margin: auto;
}

.line {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box {
    font-size: 4px;
    width: 45%;
    margin: 5px;
}

.line .box p {
    font-size: 12px;
}

img {
    width: 20px;
}


.gray {
    opacity: .3;
}

.contact-info .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.company-statics .title {
    color: #cf9303;
    margin-left: 25px;
    height: 0px;
    font-size: 18px;
    justify-content: flex-start;
}



.quality .title {
    color: #cf9303;
    margin-left: 25px;
    height: 0px;
    font-size: 18px;
    justify-content: flex-start;
}

.verified {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px;
}

.verified img {
    width: 35px;
}

.verified p {
    font-size: 15px;
}

.social {
    margin-top: 20px;
    display: flex;
}

.social img {
    width: 40px;
    border-radius: 100px;
}

.social a {
    margin-left: 20px;
    padding: 0px;
}

/* iletişim bitti */

.about {
    height: auto;
    width: 45%;
}

.about .btn-groups {
    display: flex;
    margin-left: 25px;
}

.about .btn-groups button {
    background: white;
    border: 1px solid #393185;
    color: black;
    padding: .8rem;
    border-radius: 10px;
    width: 150px;
    margin: 10px;
    font-size: 15px;
}

.products {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 25px;
}

.product {
    background: rgb(255, 255, 255);
    margin: 10px;
    width: 40%;
    height: 290px;
    border-radius: 10px;
}

.product .image {
    height: 70%;
}

.product .image img {
    display: flex;
    width: 95%;
    margin: auto;
    height: 100%;
    border-radius: 20px;
    object-fit: contain;
}

.product .title p {
    font-size: 13px;
    margin: 10px;
    width: 100%;
}

.product .number {
    margin: 5px;
    font-size: 9px;
    background: #393185;
    border-radius: 10px;
    color: white;
    padding: .5rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-title {
    font-size: 16px;
    text-align: center;
}

.scroll-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-container .box {
    width: 300px;
    height: 220px;
    background: white;
    color: black;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.box .box-image {
    background-image: url(/assets/background.jpeg);
    height: 50%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-size: cover;
}

.box .box-image .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .box-image .logo img {
    margin-top: 15px;
    width: 25%;
    height: 250%;
}

.box .box-title {
    font-size: 12px;
    font-weight: bold;
    text-align: start;
    padding: 1rem;
    text-align: center;
}

.box .btn button {
    background: #393185;
    border: none;
    padding: .6rem;
    color: white;
    border-radius: 100px;
    font-size: 12px;
    margin: 5px;
}


.responsive-header {
    display: none;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
}

.responsive-header nav {
    background-color: #393185;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;

}

.menu {
    list-style: none;
    display: flex;

}

.menu li {
    padding: .5rem;
}

.menu img {
    width: 80px;
    margin-left: 45px;
    margin-bottom: 10px;
}

.menu a {
    text-decoration: none;
    color: white;
    font-size: 20px;

    margin: 20px;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 25px;
}



/*  Responsive  */

@media (max-width:830px) {
    section {
        display: block;
    }

    header {
        display: none;
    }


    .about .btn-groups {
        margin: 30px;
    }

    .about .btn-groups button {
        width: 170px;
        font-size: 20px;
    }

    .contact-info {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .contact-info iframe {
        width: 95%;
    }

    .about {
        width: 100%;
    }

    .products {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .product .title p {
        font-size: 16px;
    }

    .product {
        height: auto;
        width: 44%;
    }

    .product .number {
        margin-left: 10px;
        width: 150px;
    }

    .product .number p {
        font-size: 15px;
    }

    .contact-info .title h3 {
        font-size: 30px;
    }

    .link img {
        width: 30px;
    }

    .link a {
        font-size: 20px !important;
    }

    .line .box p {
        font-size: 20px;
    }

    .company-statics .title {
        font-size: 24px;
    }

    .quality .title {
        font-size: 24px;
    }

    .about .title p {
        font-size: 20px;
    }

    .services h3 {
        font-size: 30px;
    }

    .verified p {
        font-size: 20px;
    }

    .contact-info a {
        width: 500px;
    }


    .responsive-header {
        display: block;
    }

    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 0;
        height: 100vh;
        background-color: #393185;
        width: 100%;
    }

    .menu.active {
        display: flex;
        justify-content: center;

    }

    .menu-toggle {
        display: block;
    }

}


@media (max-width:500px) {
    * {
        padding: 0;
        margin: 0;
    }

    .about .btn-groups {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about .btn-groups button {
        width: 150px;
        font-size: 14px;
    }

    header {
        display: none;
    }

    section {
        display: block;
    }

    .contact-info {
        height: auto;
    }

    .about {
        width: 100%;
    }

    .about .products {
        width: 100%;
        margin: 0;
    }

    .about .products .product {
        height: auto
    }

    .about .products .product .image img {
        object-fit: fill;
    }

    .about .product .title p {
        font-size: 12px;
    }

    nav .breadcrumb {
        font-size: 13px;
        text-align: center;
    }

    .company {
        margin-top: 70px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }


    .company-info {
        width: 90%;
    }

    .company-logo img {
        width: 100px;
        height: 100px;
    }

    .company-name h2 {
        font-size: 20px;
    }

    .contact-info .link a {
        font-size: 14px !important;
    }

    .contact-info .link img {
        width: 25px;
    }

    .line .box p {
        font-size: 14px !important;
    }

    .number p {
        font-size: 11px !important;
    }

    .quality .social img {
        width: 30px;
    }

    .line .box p {
        font-size: 12px;
    }

    .quality .verified p {
        font-size: 14px;
    }

    .company-statics .title {
        font-size: 20px;
    }

    .quality .title {
        font-size: 20px;
    }

    .contact-info .title h3 {
        font-size: 20px;
    }


    .scroll-container {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        border: 1px solid #ccc;
        padding: 10px;
        display: flex;
        justify-content: flex-start;
    }

    .scroll-container .box {
        width: 300px;
        height: 220px;
        background: white;
        color: black;
        display: inline-block;
        margin-right: 10px;
        text-align: center;
    }


}