@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    max-width: 100vw;
}

header {
    display: flex;
    padding: 25px;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.header {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.header .title {
    margin-left: 10px;
    font-size: 20px;
}

.navbar-title {
    margin-right: auto;
}

nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin-right: 15px;
}

nav ul li a {
    text-decoration: none;
    color: black;
}

.download {
    background-color: #2889ff;
    padding: 15px;
    border-radius: 5px;
    color: white;
}

.features {
    background-image: url(bg.jpg);
    background-size: cover;
    width: 100%;
    height: 600px;
    align-items: center;
}

.features h1 {
    text-align: center;
    font-size: 50px;
    color: white;
    padding: 100px;
    font-weight: 300;
}

.features p {
    text-align: center;
    font-size: 20px;
    color: grey;
    margin-top: -40px;
}

a {
    text-decoration: none;
}

.btn-download {
    background-color: #2889ff;
    color: white;
    padding: 15px;
    border-radius: 5px;
}

.button-download {
    text-align: center;
    margin-top: 80px;
}

.container-text-work {
    color: grey;
    text-align: center;
    margin-top: 30px;
}

.pricing h5 {
    text-align: center;
    padding: 40px;
    font-size: 30px;
    font-weight: 300;
}

.pricing-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.faq {
    display: flex;
    align-items: center;
}

.container-img {
    padding: 20px;
    margin-top: 100px;
    margin-left: -50px;
}

.container-text-faq h2{
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.25;
    margin-bottom: 2.5rem;
}

.container-text-faq {
    width: 30%;
    margin-top: -120px;
}

.container-text-faq p {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    font-weight: 300;
}

/* faq2 */

.faq2 {
    display: flex;
    align-items: center;
}

.container-img-faq2 {
    padding: 20px;
    margin-top: 100px;
}

.container-text-faq2 h2 {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.25;
}

.container-text-faq2 {
    margin-left: 400px;
    margin-bottom: 235px;
    width: 50%;
}

.container-text-faq2 p {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    font-weight: 300;
}

/* faq3 */

.faq3 {
    display: flex;  
    align-items: center;
}

.container-img-faq3 {
    padding: 20px;
    margin-top: 200px;
    margin-left: -50px;
}

.container-text-faq3 h2{
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.25;
    margin-bottom: 2.5rem;
}

.container-text-faq3 {
    width: 30%;
    margin-top: -120px;
}

.container-text-faq3 p {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    font-weight: 300;
}

.container-text-blog {
    margin-top: 300px;
    text-align: center;
}

.container-text-blog h1 {
    font-size: 50px;
    font-weight: 300;
}

.container-text-blog p {
    font-size: 21px;
    margin-top: 20px;
}

.container-img-blog {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 30px;
    justify-content: center;
    padding: 20px;
}

.card-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    min-width: 150px;
}

.card-img img {
    width: 50px;
    height: auto;
    display: flex;
    margin-top: 100px;
}

.card-img h3 {
    margin-top: 30px;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
}

.card-img p {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
    font-weight: 300;
    font-size: 15px;
}

.container-image-blog {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.cowork {
    padding: 250px 0;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7)), url(cowork-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 79%;
    background-attachment: fixed;
    margin-top: 200px;
}

.cowork h1 {
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 50px;
}

.cowork p {
    color: grey;
    text-align: center;
    margin-top: 20px;
}

.all-btn {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}

.btn-buy a {
    background-color: #2889ff;
    color: white;
    padding: 15px;
    border-radius: 5px;
}

.btn-explore a {
    background-color: transparent;
    color: white;
    border: 2px solid grey;
    border-radius: 5px;
    padding: 15px;
}

.btn-explore a:hover {
    background-color: white;
    border: 2px solid #fff;
    color: black;
}

footer {
    background-color: black;
}

.text {
    width: 100%;
    height: 300px;
    display: flex;
    text-align: left;
    justify-content: center;
}

.product {
    color: white;
    padding: 100px;
    justify-content: center;
}

.support {
    color: white;
    padding: 100px;
    justify-content: center;
}

.resources {
    color: white;
    padding: 100px;
    justify-content: center;
}

.company {
    color: white;
    padding: 100px;
    justify-content: center;
}

.text ul li {
    list-style-type: none;
    margin-top: 10px;
}

.text li a {
    color: grey;
    transition: 1s;
}

.text li a:hover {
    color: white;
}

.logo {
    text-align: center;
    padding: 40px;
}

.logo p {
    text-align: center;
    color: grey;
}

@media (max-width: 1024px) {
    .navbar-title {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-left: 35px;
    }
    .download {
        display: none;
    }
    .features h1 {
        font-size: 2rem;
    }
    .features p {
        font-size: 1rem;
        margin-top: -55px;
    }
    .button-download {
        margin-top: 40px;
    }
    .pricing h5 {
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .pricing-img {
        flex-wrap: wrap;
        padding: 20px;
        margin: 20px;
        margin-top: -20px;
    }
    .faq {
        flex-direction: column;
    }
    .container-img img {
        width: 300px;
        margin-left: 70px;
    }
    .container-text-faq{
        margin-top: 20px;
        transform: none;
        width: 65%;
    }
    .container-text-faq h2 {
        font-size: 2rem;
    }
    .container-text-faq p {
        font-size: 1rem;
    }
    .faq2 {
        flex-direction: column;
        margin-top: -200px;
    }
    .container-img-faq2 {
        margin-top: -220px;
    }
    .container-img-faq2 img {
        width: 300px;
    }
    .container-text-faq2{
        margin-top: 350px;
        transform: none;
        margin-right: 450px;
    }
    .container-text-faq2 h2 {
        font-size: 2rem;
    }
    .container-text-faq2 p {
        font-size: 1rem;
        margin-top: 20px;
    }
    .faq3 {
        flex-direction: column;
        margin-top: -200px;
    }
    .container-img-faq3 {
        margin-top: 250px;
        margin-left: -5px;
    }
    .container-img-faq3 img {
        width: 300px;
    }
    .container-text-faq3{
        margin-top: 20px;
        transform: none;
        width: 65%;
    }
    .container-text-faq3 h2 {
        font-size: 2rem;
    }
    .container-text-faq3 p {
        font-size: 1rem;
    }
    .blog {
        margin-top: -100px;
    }
    .container-text-blog h1 {
        font-size: 2rem;
    }
    .container-text-blog p {
        font-size: 17px;
    }
    .container-image-blog{
        flex-direction: column;
        align-items: center;
    }
    .container-img-blog{
        margin: -80px;
    }
    .card-img h3{
        font-size: 20px;
    }
    .card-img p{
        font-size: 15px;
    }
    .cowork h1{
        font-size: 30px;
    }
    .cowork p{
        font-size: 15px;
    }
    .cowork{
        padding: 145px 0;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7)), url(cowork-7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 79%;
        background-attachment: fixed;
        margin-top: 200px;
         align-items: center;
    }
    .text{
        font-size: 14px;
        flex-wrap: wrap;
        padding: 10px;
    }
    .product{
        padding: 20px;
        margin-top: 100px;
    }
    .support{
        padding: 20px;
        margin-top: 100px;
    }
    .resources{
        padding: 20px;
        margin-top: 100px;
    }
    .company{
        padding: 20px;
        margin-top: 30px;
        margin-left: 70px;
    }
    footer{
        height: 100vh;
    }
    .logo{
        margin-top: 200px;
    }
}