/* body related styles */
body {
    font-family: "Raleway", sans-serif;
    margin: 0;
    background-color: #F5F8FF;
}

/* primary styles */
.primary-button {
    background-color: #4E47FF;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 12px 36px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}

/* nav related styles */
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

nav h2 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    color: #4E47FF;
}

/* sec-1 related styles */
.sec-1 {
    margin: 0px 150px;
}

.header {
    background-image: url('../assets/hero-bg.png');
    background-repeat: no-repeat;
    height: 650px;
    background-position: center center;
}

.header-items {
    text-align: center;
    margin-top: 100px;
}

.header-items h1 {
    margin-top: 0;
    font-size: 65px;
    margin-bottom: 90px;
    color: #252432;
}

/* main related css */
.main {
    margin: 0px 150px;
}

/* sec-2 related styles */
.sec-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 115px;
    margin-bottom: 0;
    align-items: center;
}

.sec-2-texts h3 {
    margin-top: 0;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 0;
    color: #252432;
}

.sec-2-texts p {
    margin-top: 20px;
    width: 500px;
    color: rgba(37, 36, 50, 0.5);
    font-size: 24px;
    margin-bottom: 20px;
}

.sec-2-image img {
    width: 403px;
    height: 328px;
    border-radius: 48px;
    display: block;
}

/* sec-3 related styles */
.sec-3 {
    margin-top: 115px;
}

.sec-3-container {
    background-color: rgba(78, 71, 255, 0.1);
    padding: 50px 140px;
    border-radius: 24px;
}

.sec-3-container h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
}

.sec-3-productive-container {
    display: flex;
    justify-content: space-around;
}

.sec-3-productive-container h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #4E47FF;
    font-family: "Inter", sans-serif;
    font-size: 80px;
}

.sec-3-productive-container p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

/* sec-4 related styles */
.sec-4 {
    margin-top: 135px;
}

.sec-4-text h2 {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
}

.sec-4-card-img-container {
    margin-bottom: 10px;
}

.sec-4-card-img-container img {
    margin-right: 4px;
}

.card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card {
    background-color: rgba(255, 255, 255, 0.5);
    width: 270px;
    height: 170px;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #F2EDED;
}

.card h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.card p {
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

.card-user-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.card-user-container img {
    margin-right: 12px;
    border-radius: 50%;
}

.card-user-container h5 {
    margin-top: 0;
    margin-bottom: 2px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #757575;

}

.card-user-container p {
    margin-top: 0;
    margin-bottom: 0;
    color: #B3B3B3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

/* sec-5 related styles */
.sec-5 {
    background-color: #FFFFFF;
    margin-top: 135px;
    border-radius: 14px;
}

.sec-5-container {
    padding: 70px 0px;
    text-align: center;
}

.sec-5-container h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 50px;
}

.sec-5-container p {
    margin-top: 0;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.centered-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.get-started-btn {
    font-weight: 500;
}

.sec-5-container img {
    width: 840px;
    height: 364px;
    display: block;
    margin: auto;
    border-radius: 48px;
}

/* sec-6 related styles */
.sec-6 {
    margin-top: 90px;
}

.sec-6-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-6-container h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 97px;
}

form .input {
    display: block;
    margin-bottom: 19px;
}

input {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    outline: none;
    width: 350px;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #D6DDED;
    border-radius: 10px;
    padding: 2px 20px;
}

input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

form .text-area {
    width: 350px;
    height: 100px;
    background-color: #FFFFFF;
    border: 1px solid #D6DDED;
    border-radius: 10px;
    padding: 20px 20px;
}

textarea {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    outline: none;
    resize: none;
}

textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.form-text {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.get-in-touch-btn {
    width: 392px;
    padding: 17px 36px;
}

/* sec-7 related styles (footer) */
.sec-7-footer-container {
    text-align: center;
    padding: 100px 420px;
    margin-top: 80px;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sec-7-footer-container h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 100px;
    color: #4E47FF;
}

.footer-text {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #8987A1;
}

.footer-items-container {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.footer-items-container p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #8987A1;
}

/* responsive media query for mobile device */
@media screen and (max-width: 576px) {
    .sec-1 {
        margin: 0;
    }

    .navigation {
        margin: 0px 10px;
    }

    .header {
        height: 600px;
    }

    .header-items {
        margin-top: 0px;
    }

    .header-items h1 {
        font-size: 55px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 30px;
    }

    .header-items button {
        margin-top: 30px;
    }

    .main {
        margin: 0;
    }

    .sec-2 {
        flex-direction: column-reverse;
        margin-left: 14px;
        margin-right: 15px;
    }

    .sec-2-image img {
        width: 100%;
        height: 100%;
    }

    .sec-2-texts {
        margin-top: 20px;
        text-align: center;
        margin-right: 15px;
        margin-left: 15px;
    }

    .sec-2-texts p {
        width: 100%;
    }

    .sec-3-container {
        padding: 45px 40px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .sec-3-productive-container {
        flex-direction: column;
        text-align: center;
    }

    .card-container {
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .sec-5 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .sec-5-container {
        padding: 50px 15px;
    }

    .sec-5-container img {
        width: 100%;
        height: 100%;
    }

    .sec-6-container {
        flex-direction: column;
        padding: 0px 15px;
    }

    .sec-6-container h1 {
        text-align: center;
    }

    .sec-6-form {
        margin-top: 30px;
    }

    .sec-6-form {
        width: 100%;
    }

    form input {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    textarea {
        max-width: 100%;
        min-width: 100%;
        min-height: 130px;
        box-sizing: border-box;
    }

    .get-in-touch-btn {
        width: 100%;
    }

    .sec-7-footer-container {
        padding: 25px 15px;
    }
}
