* {
    margin: 0;
    padding: 0;
}

/* ===================== Fonts ===================== */
.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.merriweather {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* ===================== Shared Styles ===================== */
.bg_primary {
    background-color: #4E47FF;
}

.color_primary {
    color: #4E47FF;
}

.color_secondary {
    color: #252432;
}

button{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    border-radius: 10px;
    border: none;
    padding: 12px 36px;
    cursor: pointer;
}

.section_margin {
    margin: 115px 140px 0;
}

.display_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: rgba(37, 36, 50, 0.5);
}

.bold_font {
    font-weight: bold;
}

.center_align {
    text-align: center;
}

/* ===================== Header Styles ===================== */

.header_section {
    background-image: url(../assets/Hero-bg.png);
}

.navbar {
    margin: 0 150px 208px;
}

.navbar ul li {
    list-style: none;
}

.navbar ul li a {
    text-decoration: none;
}

.navbar ul li a button {
    border-radius: 10px;
    margin-top: 50px;
    padding: 12px 36px;
    border: none;
}

.navbar h1 {
    font-weight: 900;
    font-size: 34px;
    line-height: 51px;
    margin-top: 50px;
}

.hero h2 {
    font-size: 65px;
    margin-bottom: 37px;
}

.hero_btn button {
    margin-bottom: 200px;
}

/* === Action Styles === */
.column1 {
    max-width: 515px;
}

.action_title {
    font-size: 42px;
}

.action_description {
    margin: 23px 0;
}

.action_image {
    max-width: 405px;
    border-radius: 45px;
}

/* === Procudtive Users Styles === */
.productive_users {
    padding: 50px 142px;
    background-color: rgba(78, 71, 255, 0.1);
}

.productive_users_title {
    font-size: 38px;
    margin-bottom: 40px;
}

.count {
    font-size: 80px;
}

.short_description {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 20px;
}

/* === Users Say Style === */
.users_say {

}

.users_say_title {
    font-size: 42px;
    margin-bottom: 50px;
}

.colums {
    align-items: stretch;
    gap: 20px;
}

.column {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 25px;
    border: 1px solid #F2EDED;
    border-radius: 15px;
}

.users_say_subtitle {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.users_say_description {
    margin-bottom: 24px;
    color: 1E1E1E;
}

.user_info {
    justify-content: flex-start;
}

.user_image {
    border-radius: 50%;
    margin-right: 12px;
}

.user_name {
    color: #757575;
}

.date {
    color: #B3B3B3;
}

/* === Focus Better Styles === */
.focus_better {
    padding: 70px 150px;
    background-color: #fff;
    border-radius: 10px;
}

.focus_better_title {
    font-size: 50px;
}

.focus_better_description {
    margin: 20px 0;
    color: rgba(0, 0, 0, 0.5);
}

.focus_better_button {
    margin-bottom: 20px;
}

.focus_better_image {
    border-radius: 45px;
}

/* === Get In Touch Styles === */
.get_in_touch_title {
    font-size: 95px;
    line-height: 115px;
    max-width: 525px;
}

.get_in_touch_form {
    margin: 70px 0;
}

.get_in_touch_form label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.get_in_touch_form input::placeholder,
.get_in_touch_form textarea::placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
}

.get_in_touch_form input,
.get_in_touch_form textarea {
    display: block;
    width: 495px;
    margin: 10px 0 20px;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #D6DDED;
}

.get_in_touch_form input[type="submit"] {
    display: block;
    width: 100%;
    display: block;
    color: white;
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

/* === Footer Styles === */
footer {
    padding: 105px 450px;
    background-color: white;
}

.footer {
    max-width: 530px;
}

footer .logo {
    font-weight: 900;
    font-size: 100px;
    margin-bottom: 8px;
}

footer .description {
    color: #8987A1;
    margin-bottom: 20px;
}

footer ul li a {
    text-decoration: none;
    color: #8987A1;
}

footer ul li {
    display: inline;
    margin: 0 24px;
}