* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Quicksand', sans-serif;
}

.row {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header {
    background-image: url(assets/6.jpeg);
    background-position: center;
    background-size: cover;
}

nav{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 100px;
    margin: 0 70px;
    position: fixed;
    z-index: 999;
}

.navs {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}

.nav-links{
    margin: 7px 20px 0 100px;
}

.nav-links a {
    font-size: 20px;
    margin-left: 50px;
    text-decoration: none;
    color: black;
    transition: transform 0.3s ease-in-out;
}

.nav-links a:hover {
    transform: scale(1.3);
}

.headers{
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;
    margin: 200px 40px;
    max-width: 1280px;
    height: 400px;
    border-radius: 10px;  
}

.header-text {
    margin: 200px 200px 150px 0;
}

.header-text h3 {
    font-size: 50px;
}

.header-text h2 {
    font-size: 30px;
    font-weight: 700;
}

.header-text button {
    background-color: #fff;
    border-style: none;
    color: black;
    opacity: 0.8;
    width: 150px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.header-text button:hover {
    transform: scale(1.1);
}

.headerImage {
    margin: 270px 0 140px 0;
}

.about {
    align-items: center;
    text-align: center;
    justify-content: center;
    background-image: url(assets/13.jpeg);
    background-size: cover;
}

.about-text {
    color: #ffffff;
    padding: 150px;
}

.about-text h2 {
    font-weight: 700;
}

.counter-wrapper{
    color: #ffffff;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 40px;
}

.counter-wrapper::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.counter{
    margin: 40px 60px;
    font-size: 30px;
    font-weight: 700;
}

.counter::before {
    position: fixed;
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about-advanced-text {
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;
    background-color: #ffffff;
    max-width: 180px;
    padding: 100px 100px;
    height: 490px;
    margin: 0 0 0 80px;   
    border-radius: 0px;
}

.about-advanced-text h3 {
    font-weight: 800;
    font-size: 2em;
}

.about-advanced-text-list ul {
    list-style-type: none;
}

.about-advanced-text-list li {
    font-weight: 500;
}

.about-advanced-image {
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;
    max-width: 180px;
    height: 490px;   
    border-radius: 0px;
    padding: 100px 0 0 0;
    margin: 0 100px 0 0;
}

.gallery-text {
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 1;
    max-width: 1280px;
    height: 150px;   
    border-radius: 0px;
    margin: 70px 0 0 0;
}

.gallery-text h4 {
    font-size: 1.1em;
    font-weight: 700;
}

.gallery-text h2 {
    font-weight: 800;
}

.photo-gallery {
    display: flex;
    gap: 10px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.photo img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.product-text {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 1;
    max-width: 1280px;
    height: 150px;   
    border-radius: 0px;
    margin: 70px 0 0 0;
}

.product-card {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 45px;
}

.card {
    margin-right: 50px;
}

.contact-text {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 1280;
    margin: 100px 0 50px 0;
}

.contact-form {
    background-color: #ffffff;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 1280px;
    padding: 0 400px;
}


#email-text {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 10px;
}

#email {
    border-style: none;
    width: 400px;
    height: 35px;
    border-radius: 7px;
    margin-bottom: 10px;
    box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.75);
}

#email[type="email"] {
    padding-left: 20px;
}

#message-text {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 10px;
}

#message {
    border-style: none;
    border-radius: 7px;
    margin-bottom: 10px;
    box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.75);
}


.contact-form button {
    margin-top: 20px;
    color: white;
    background-color: black;
    border-style: none;
    border-radius: 7px;
    width: 120px;
    height: 40px;
    cursor: pointer;
}

.contact-logo {
    width: 1280px;
    margin: 50px 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}

.logo img {
    width: 3%;
}

.logo p {
    margin: 0 10px;
    font-weight: 500;
}

footer {
    padding: 20px;
    display: flex;
}

footer img {
    width: 20%;
    margin-left: 80px;
    margin-right: 600px;
}

footer p {
    margin-top: 20px;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {

    .navs {
        display: none;
    }

    .header-text {
        margin: 200px 120px 150px 100px;
    }

    .headerImage {
        margin: 270px 80px 140px 0;
    }

    .counter{
        margin: 40px 60px;
        font-size: 20px;
        font-weight: 700;
    }

    .about-advanced-text-list li {
        font-size: 1em;
        font-weight: 500;
    }

    .about-advanced-image {
        margin: 0 30px 0 0;
    }

    .gallery-text {
        margin: 300px 0 0 0;
    }

    .contact-form {
        justify-content: center;
        text-align: center;
        align-items: center;
        width: 800px;
        padding: 0 0px;
    }

    .contact-logo {
        width: 800px;
        margin: 50px 0;
    }

    footer {
        display: none;
    }
}


@media screen and (max-width: 480px){
    .navs {
        display: none;
    }

    .headers{
        display: inline;
        color: #fff;
        justify-content: center;
        align-items: center;
        position: relative;
        flex: 1;
        margin: 200px 40px;
        max-width: 480px;
        height: 400px;
        border-radius: 10px;  
    }

    .header-text {
        margin: 50px 50px 150px 0;
    }

    .headerImage {
        display: none;
    }

    .about-text {
        color: #ffffff;
        padding: 50px;
    }
    
    .about-text h2 {
        font-weight: 700;
    }
    
    .counter-wrapper{
        color: #ffffff;
        display: flex;
        margin: 0 0 0 0;
    }

    .counter{
        margin: 0px 10px;
        font-size: 0.8em;
        font-weight: 500;
    }

    .about-advanced-text {
        max-width: 180px;
        padding: 50px 100px;
        margin: 0 0 40px 20px;   
    }
    
    .about-advanced-text-list li {
        font-weight: 200;
    }
    
    .about-advanced-image {
    display: none;
    }

    .gallery-text {
        margin: 100px 0 40px 0;
    }
    
    .product-card {
        display: inline;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        flex: 1;
        max-width: 1280px;
        height: 150px;   
        border-radius: 0px;
        margin: 0 0 0 0;
    }
    
    .card {
        width: 1rem;
        margin: 50px 0 0 20px;
    }

    .contact-form {
        background-color: #ffffff;
        justify-content: center;
        text-align: center;
        align-items: center;
        width: 50px;
        padding: 0 40px;
    }

    #email {
        border-style: none;
        width: 300px;
        height: 35px;
        border-radius: 7px;
        margin-bottom: 10px;
        box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.75);
    }

    #message {
        width: 300px;
    }

    .contact-logo {
        width: 300px;
        margin: 50px 0;
    }
    
    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 20px 0;
        cursor: pointer;
    }
    
    .logo img {
        width: 10%;
    }
    
    .logo p {
        margin: 0 10px;
        font-weight: 500;
    }

    footer {
        display: none;
    }
}