@font-face {
    font-family: 'Estedad-Medium';
    src: url('./fonts/Estedad-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad-Regular';
    src: url('./fonts/Estedad-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad-Bold';
    src: url('./fonts/Estedad-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-spacing: 0;
    font-family: 'Estedad-Medium';
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

:root {
    --blue-1: #01CED1;
    --white: #FFFFFF;
    --gray: #EFEFEF;
    --green: #BED4BE;
    --light-green: #EDF2ED;
}

.container {
    margin: 24px 60px;
}

header {
    background-color: var(--blue-1);
    border-radius: 16px;
    padding: 1rem 1.5rem;
}

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

.header-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-right img {
    width: 178px;
    height: 64px;
}

.header-menu-container {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.header-menu-container a {
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.header-btn {
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--blue-1);
    width: 142px;
    height: 40px;
    font-family: 'Estedad-Bold';
    font-size: 14px;
    color: var(--blue-1);
    font-weight: 600;
    margin-left: 39px;
}

.hamburger-menu {
    display: none;
}

/* main */

/* pady-intro */

.pady-intro-container {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro-header h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    color: var(--blue-1);
}

.intro-header h2 {
    margin-top: 12px;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

.intro-body {
    margin-top: 40px;
}

.intro-body p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Estedad-Regular';
}

.intro-btn-container {
    margin-top: 40px;
    min-height: 40px;
    max-width: 173px;
}

.intro-btn-start {
    border-radius: 8px;
    width: 10.4rem;
    height: 2.5rem;
    background-color: var(--blue-1);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    border: none;
}

/* pady-text */

.pady-text {
    margin-top: 102px;
    background-color: var(--gray);
    height: 88px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pady-text p {
    font-size: 30px;
}

/* pady-goales */

.pady-goales-container {
    margin-top: 101px;
    padding: 0 60px;
}

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

.pady-goales-container>*:not(:first-child) {
    margin-top: 27px;
}

.goal-text h4 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Estedad-Bold';
}

.goal-text p {
    font-size: 20px;
    margin-top: 20px;
}

.goal-image {
    max-width: 30rem;
}

.goal-image img {
    width: 100%;
}

/* footer */

/* top-footer */

footer {
    margin-top: 33px;
    border-radius: 32px;
    background-color: var(--gray)
}

.top-footer-container {
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
    padding-left: 65px;
    padding-right: 65px;
}

.footer-logo-container {
    max-width: 167px;
    max-height: 60px;
}

.footer-logo-container img {
    width: 100%;
    height: 100%;
}

.footer-text .text {
    margin-top: 19px;
}

.footer-text .text p {
    font-family: 'Estedad-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.connections-ways {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ways-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.connections-ways h4 {
    font-family: 'Estedad-Bold';
    font-size: 16px;
    color: var(--blue-1);
    font-weight: 700;
}

.connections-ways .way {
    display: flex;
    align-items: center;
    gap: 8px;
}

.connections-ways .way p {
    font-family: 'Estedad-Regular';
    font-size: 14px;
    font-weight: 400;
}

.line {
    margin: 12px 40px;
    background: var(--green);
    height: 1px;
}

/* bottom footer */

.bottom-footer-container {
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.socialMedia-logo-container {
    display: none;
}

.pady-socialMedias-container h4 {
    font-family: 'Estedad-Bold';
    color: var(--blue-1);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.socialMedias-logo-container {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 16px;
}

.socialMedias-logo-container svg {
    min-width: 1.5rem;
    min-height: 1.5rem;
}

.pady-mobileApps-container h4 {
    font-family: 'Estedad-Bold';
    color: var(--blue-1);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.apps-container {
    margin-top: 0.5rem;
    display: flex;
    gap: 12px;
}

.apps-container a img {
    max-width: 6.75rem;
    max-height: 2rem;
}

.company-logo-container a img {
    max-height: 9rem;
    min-width: 8.5rem;

}

.copyRight-txt-container {
    padding: 2rem 0 0 0;
    padding-bottom: 2rem;
}

.copyRight-txt-container p {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        margin: 20px 40px;
    }

    .pady-goales-container {
        padding: 0 40px;
    }

    .intro-header h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .intro-header h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 992px) {
    .header-menu-container {
        display: none;
    }

    .header-right img {
        width: 140px;
        height: 50px;
    }

    .pady-intro-container {
        flex-direction: column-reverse;
        margin-top: 60px;
    }

    .pady-intro-container img {
        max-width: 100%;
    }

    .goal {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .goal:nth-child(2) {
        flex-direction: column;
    }

    .goal-image {
        max-width: 100%;
    }

    .goal-text h4 {
        font-size: 28px;
    }

    .goal-text p {
        font-size: 18px;
    }

    .top-footer-container {
        flex-direction: column;
        padding: 40px;
    }

    .bottom-footer-container {
        flex-direction: column;
        align-items: flex-start;
    }

    footer {
        background-color: var(--light-green);
    }

    .footer-responsive {
        display: none;
    }

    .socialMedia-logo-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
    }

    .footer-text .text {
        margin-top: 16px;
    }

    .connections-ways {
        margin-top: 32px;
    }

    .pady-mobileApps-container {
        order: -1;
    }

}

@media (max-width: 768px) {
    .container {
        margin: 16px 20px;
    }

    header {
        padding: 0.75rem 1rem;
    }

    .header-btn {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    .header-right img {
        width: 120px;
        height: 43px;
    }

    .header-right {
        width: 100%;
        justify-content: center;
    }

    .pady-intro-container {
        margin-top: 44px;
    }

    .pady-intro-container img {
        display: none;
    }

    .intro-header h1 {
        font-size: 22px;
        line-height: 36px;
    }

    .intro-header h2 {
        font-size: 16px;
        line-height: 32px;
    }

    .intro-body {
        margin-top: 24px;
    }

    .intro-body p {
        font-size: 16px;
    }

    .intro-btn-container {
        margin-top: 24px;
    }

    .intro-btn-start {
        width: 167px;
        height: 40px;
    }

    .pady-text {
        margin-top: 80px;
        padding: 20px;
    }

    .pady-text p {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 700;
    }

    .pady-goales-container {
        margin-top: 60px;
        padding: 0 20px;
    }

    .goal:not(:first-child) {
        margin-top: 40px;
    }

    .goal-text h4 {
        font-size: 24px;
    }

    .goal-text p {
        font-size: 16px;
        margin-top: 16px;
    }

    footer {
        margin-top: 60px;
    }

    .top-footer-container {
        padding: 32px 24px;
    }

    .line {
        margin: 12px 24px;
    }

    .bottom-footer-container {
        padding: 1.5rem;
    }

    .copyRight-txt-container p {
        font-size: 16px;
        line-height: 24px;
    }

    .company-logo-container {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .container {
        margin: 12px 16px;
    }

    header {
        padding: 18px 20px;
    }

    .header-right {
        width: 100%;
        justify-content: center;
    }

    .header-btn {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    .hamburger-menu svg {
        width: 25px;
        height: 25px;
    }

    .pady-intro-container img {
        display: none;
    }

    .intro-header h1 {
        font-size: 22px;
        line-height: 36px;
    }

    .intro-header h2 {
        font-size: 16px;
        line-height: 28px;
    }

    .intro-body p {
        font-size: 15px;
    }

    .pady-text p {
        font-size: 15px;
    }

    .goal-text h4 {
        font-size: 20px;
    }

    .goal-text p {
        font-size: 14px;
    }

    .goal-text p br {
        display: none;
    }

    .top-footer-container {
        padding: 24px 16px;
    }

    .bottom-footer-container {
        padding: 1rem;
    }

    .socialMedias-logo-container {
        flex-wrap: wrap;
    }

    .apps-container a img {
        max-width: 100%;
    }

    .company-logo-container a img {
        max-height: 4.5rem;
        min-width: 4.2rem;
    }

    .copyRight-txt-container p {
        font-size: 14px;
    }
}