* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #f8f8f8;
}

.topheader p {
    background: #353B48;
    padding: .5rem;
    text-align: end;
    color: white;
}

header {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #353B48;
}

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;
}


.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;
}

.about .btn-groups button:active {
    background: #393185;
    color: white;
}

.title h2 {
    font-size: 30px;
    margin: 35px;
}

.about p {
    font-size: 15px;
    margin-left: 35px;
}

.divider {
    display: flex;
    width: 50%;
    border: 1px solid rgb(204, 204, 204);
    justify-content: center;
    margin: auto;
}

.services {
    margin-left: 20px;
    font-size: 16px;
    padding: 1rem;
}

.work-groups {
    display: flex;
    align-items: center;
    height: 80px;
}

.work-groups .work {
    border-radius: 10px;
    background: #393185;
    padding: .8rem;
    color: white;
    font-size: 12px;
    margin: 5px;
}

.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: 20%;
    height: 20%;
}

.box .box-title {
    overflow: hidden;
}

.box .box-title p {
    font-size: 12px !important;
    width: 100%;
    font-weight: bold;
    text-align: start;
    padding: 1rem;
    margin: 0;
}

.box .btn button {
    background: #393185;
    border: none;
    padding: .6rem;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    margin: 5px;
}



@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%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .product {
        width: 40%;
    }

    .contact-info .title h3 {
        font-size: 30px;
    }

    .link img {
        width: 30px;
    }

    .link a {
        font-size: 20px !important;
    }

    .box p {
        font-size: 20px !important;
    }

    .company-statics .title {
        font-size: 24px;
    }

    .quality .title {
        font-size: 24px;
    }

    .about .title h2 {
        font-size: 25px !important;
    }

    .about p {
        font-size: 20px;
        margin: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 10px;
    }

    .services h3 {
        font-size: 25px;
    }

    .verified p {
        font-size: 20px;
    }

    .contact-info a {
        width: 500px;
    }

    .work-groups .work {
        font-size: 18px;
    }

    .box-groups .box {
        margin: 10px;
    }

    .scroll-container {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        border: 1px solid #ccc;
        padding: 10px;
        display: flex;
        justify-content: flex-start;
    }
}

@media (max-width:500px) {

    .responsive-header {
        display: block;
    }

    header {
        display: none;
    }


    section {
        display: block;
    }

    .contact-info {
        width: 100%;
        height: auto;
    }


    .about {
        width: 100%;
    }

    .about .title h2 {
        margin: 30px;
    }


    .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;
    }

    .about .title p {
        padding: .5rem;
        font-size: 16px;
    }

    .services h3 {
        font-size: 20px;
        text-align: center;
    }

    .services {
        margin-left: 0;
    }


    .work-groups {
        margin-top: 20px;
        display: block;
        height: auto;
    }

    .work-groups .work {
        font-size: 13px;
        text-align: center;
    }

    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: 80px;
        height: 80px;
    }

    .company-name h2 {
        font-size: 19px;
    }

    .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;
    }


    .quality .verified p {
        font-size: 14px;
    }

    .company-statics .title {
        font-size: 20px;
        width: 90% !important;
    }

    .quality .title {
        font-size: 20px;
        width: 90% !important;
    }

    .contact-info .title h3 {
        font-size: 20px;
    }

    .contact-info .link img {
        width: 25px;
    }

    .quality .social img {
        width: 30px;
    }

    .about p {
        font-size: 13px !important;
    }

    .work-groups .work {
        font-size: 12px;
    }

    .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;
    }


}