* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@keyframes imageLoad {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    130% {
        opacity: 1;
        transform: translateY(0);
    }
}
.img1{
    animation: none;
}

img {
    animation: imageLoad 1.4s ease-out forwards;
}

body {
    font-family: "Poppins", sans-serif;
}

button {
    transition: all 0.2s ease-in-out;
}

button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.mainh {
    display: none;
}

.links {
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin: 0 auto;
    height: 70px;
    align-items: center;
    margin-top: 30px;

    img {
        width: 106px;
        height: 34px;
    }


    button {
        width: 220px;
        height: 70px;
        border-radius: 5px;
        border: 2px #263238 solid;
        color: black;
        font-size: 24px;
        font-family: Poppins;
        font-weight: 400;
        word-wrap: break-word;
        cursor: pointer;


    }

    ol {
        display: flex;
        gap: 25px;

        ul {
            list-style: none;
        }

        a {
            text-decoration: none;
            color: #263238;
            font-size: 20px;
            font-family: Poppins;
            font-weight: 500;
            word-wrap: break-word;
        }
    }

}


.links_ul a {
    display: flex;
}

.page1_div2 img {
    width: 660px;
    height: 660px;
}

.page1 {
    display: flex;
    width: 88%;
    margin: 0 auto;
    height: 730px;
    align-items: center;
}

.div_2 {
    display: flex;

    h1 {
        color: black;
        font-size: 64px;
        font-family: Poppins;
        font-weight: 600;
        line-height: 80px;
        word-wrap: break-word;
        width: 387px;
    }

    img {
        width: 99.13px;
        height: 99.72px;
        margin-left: 10%;
        margin-top: 14%;
    }
}

.page1_div1 {
    p {
        color: #8F95A5;
        font-size: 24px;
        font-family: Poppins;
        font-weight: 400;
        word-wrap: break-word;
        width: 632px;
        padding-top: 40px;
    }

    button {
        width: 438px;
        height: 118px;
        background: #263238;
        border-radius: 15px;
        color: white;
        font-size: 36px;
        font-family: Poppins;
        font-weight: 400;
        word-wrap: break-word;
        margin-top: 60px;
        cursor: pointer;
    }
}

.page2 h1 {
    color: black;
    font-size: 48px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 80px;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.page2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 440px);
    gap: 24px;
    width: 88%;
    margin: 40px auto;
}

.page2-grid>div {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.box1 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    height: 100%;
}

.box2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.box3 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
}

.box4 {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px !important;
}

.box1 img {
    align-self: center;
    max-width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    margin-bottom: 16px;
}

.box4 p {
    line-height: 50px;
}

.box4 img {
    width: 400px;
    height: 700px;
}

.box2 img,
.box3 img {
    align-self: center;
    max-width: 100%;
    height: auto;
    max-height: 130px;
    object-fit: contain;
    margin-bottom: 12px;
}

.page2-grid h5 {
    color: #263238;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 8px 0;
    line-height: 1.2;
}

.page2-grid p {
    color: #8F95A5;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 12px;
    max-width: 347px;
    text-decoration: none !important;
}

.page2-grid p a {
    color: inherit;
    text-decoration: none;
}

.page2-grid button {
    width: 230px;
    height: 60px;
    background: #263238;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1 button,
.box2 button,
.box3 button {
    margin-top: auto;
}

.box4-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 55%;
    margin-top: 70px;
}

.box4-image {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box4-image img {
    max-width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    margin-top: 70px;
}

.page3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    margin: 100px auto;
    margin-top: 70px;
}

.page3>div:first-child {
    max-width: 55%;
}

.page3 h1 {
    color: #263238;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
}

.page3 p {
    color: #8F95A5;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 650px;
}

.page3-number {
    display: flex;
    gap: 100px;
}

.page3-number>div {
    text-align: center;
}

.page3-number h2 {
    color: #263238;
    font-size: 64px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}

.page3-number p {
    color: #8F95A5;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.page3>div:last-child {
    max-width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page3 img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.page4 {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 120px;
}

.page4 h1 {
    text-align: center;
    color: black;
    font-size: 48px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 80px;
    word-wrap: break-word;
    padding-top: 100px;
    margin-bottom: 60px;
}

.page4-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.page4-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.page4-card img {
    align-self: center;
    max-width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    margin-bottom: 30px;
}

.page4-card h4 {
    color: #263238;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 16px 0 12px 0;
    line-height: 1.3;
}

.page4-card p {
    color: #8F95A5;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
    width: 370px;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    background-color: #EEEEEE;
    padding: 12px 24px;
    border-radius: 5px;
    margin-top: auto;
}

.price-badge strong {
    color: #263238;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-right: 8px;
}

.price-badge span {
    color: #8F95A5;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.page5 {
    width: 88%;
    margin: 120px auto 40px auto;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    margin-bottom: 80px;
}

.contact-image {
    width: 45%;
    display: flex;
    justify-content: center;
}

.contact-image img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

.contact-content {
    width: 50%;
}

.contact-content h1 {
    color: #263238;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.contact-content p {
    color: #8F95A5;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 600px;
}

.contact-form {
    display: flex;
    gap: 16px;
}

.contact-form input {
    width: 380px;
    height: 60px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.contact-form button {
    width: 190px;
    height: 60px;
    background: #263238;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-divider {
    border: none;
    border-top: 1px solid #E5E5E5;
    width: 100%;
    margin-bottom: 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.footer-logo img {
    width: 106px;
    height: 34px;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #8F95A5;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.footer-links span {
    color: #8F95A5;
    font-size: 18px;
}

@media (max-width: 500px) {
    .mo1 {
        display: none;
    }

    .mainh {
        display: block;
    }

    .mainh img {
        width: 32px;
        height: auto;
    }

    .page1 {
        flex-direction: column-reverse;
        height: auto;
        text-align: center;
    }

    .page1 img {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .div_2 {
        justify-content: center;
    }

    .div_2 img {
        display: none;
    }

    .div_2 h1,
    .page1_div1 p,
    .page1_div1 button {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .div_2 h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    .page1_div1 p {
        font-size: 16px;
        padding-top: 16px;
    }

    .page1_div1 button {
        height: 60px;
        font-size: 20px;
        margin-top: 30px;
        border-radius: 8px;
        border: none;
    }

    .page2-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }

    .box1,
    .box2,
    .box3,
    .box4 {
        grid-row: auto;
        grid-column: auto;
        height: auto;
    }

    .box4 {
        flex-direction: column-reverse;
        padding: 24px 30px;
    }

    .box4-content,
    .box4-image {
        width: 100%;
    }

    .box4-image img {
        margin-bottom: 20px;
    }

    .page2-grid>div {
        align-items: center;
        text-align: center;
    }

    .page2-grid button {
        align-self: center;
        margin-top: 20px;
    }

    .page3 {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .page3>div:first-child {
        display: contents;
    }

    .page3 h1 {
        order: 1;
    }

    .page3>div:last-child {
        order: 2;
        display: block;
        margin: 24px auto 32px auto;
        width: 100%;
        max-width: 350px;
    }

    .page3 img {
        width: 100%;
        height: auto;
    }

    .page3 p {
        order: 3;
        font-size: 16px;
        line-height: 1.6;
        margin: 0 auto 40px auto;
        max-width: 320px;
    }

    .page3-number {
        order: 4;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .page4-grid {
        display: block;
        width: 100%;
    }

    .page4-card {
        align-items: center;
        text-align: center;
        margin-bottom: 50px;
    }

    .page5 {
        width: 90%;
        margin: 60px auto 20px auto;
    }

    .contact-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .contact-content {
        display: contents;
    }

    .contact-form {
        order: 4;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .contact-form input,
    .contact-form button {
        width: 100%;
        max-width: 350px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
        padding-top: 30px;
    }

    .footer-links {
        justify-content: center;
        gap: 8px;
    }

    .contact-image {
        width: 100%;
        order: 2;
    }

    .contact-image img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .contact-content h1 {
        order: 1;
        font-size: 36px;
        margin: 0;
    }

    .contact-content p {
        order: 3;
        font-size: 16px;
        max-width: 320px;
        margin: 0 auto;
    }
}