@media (max-width: 1360px) {
    .about-content h2 {
        font-size: 50px;
        line-height: 80px;
        max-width: 516px;
    }
}


@media (max-width: 1200px) {
    .address-wrapper {
        flex-wrap: wrap;
    }

    .active-address {
        height: 0;
    }

    .address-container.active .active-address {
        height: auto;
    }

    .address-container {
        width: 50%;
    }

    .address-container:nth-child(2) .address {
        border-right: none;
    }

    .address-container:last-of-type {
        width: 100%;
        margin-top: 30px;
    }

    .address-container:last-of-type .address {
        width: fit-content;
        margin-inline: auto;
        border-top: 1px solid #B6BABC;
    }

    .contact-form {
        padding: 50px 50px 50px 40px;
    }

    .about-content {
        width: 90%;
    }

    .about-img-wrapper {
        padding-left: 50px;
    }

    .icon-wrapper img {
        width: 100px;
        height: 100px;
    }

    .about-section {
        padding-inline: 40px;
        gap: 32px;
    }

    .about-content h2 {
        font-size: 40px;
        line-height: 70px;
        max-width: 400px;
    }

    .about-content h6 {
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0 8px;
    }

    .about-content p {
        margin-bottom: 16px;
    }

    .about-img-wrapper {
        width: 100%;
    }

    .contact-heading h2 {
        font-size: 40px;
        line-height: 46px;
        max-width: 390px;
    }

    .contact-heading {
        max-width: 350px;
    }

    .contact-form {
        max-width: 580px;
    }

    .contact-section {
        padding-inline: 40px;
    }

    .address-section {
        padding-inline: 40px;
    }

    .footer {
        padding-inline: 50px;
    }

    .social-links {
        gap: 50px;
    }
}

@media (max-width: 1025px) {
    .about-section {
        flex-direction: column-reverse;
        padding-block: 50px;
    }

    .header {
        padding: 30px 40px 0;
    }

    .header a img {
        width: 170px;
    }

    .about-img-wrapper {
        max-width: 660px;
    }

    .about-content {
        width: 100%;
        max-width: 660px;
    }

    .contact-section {
        flex-direction: column;
        padding-block: 50px;
        gap: 30px;
    }

    .address-section {
        padding: 60px 40px 50px;
    }

    .contact-form {
        max-width: unset;
    }

    .contact-heading,
    .contact-heading h2 {
        max-width: 500px;
    }

    .btn a {
        height: 48px;
        font-size: 16px;
        padding: 10px 32px;
        line-height: 20px;
    }

    .footer-bottom-content img {
        width: 80px;
        height: 80px;
        margin: 24px auto 28px;
    }

    .hero-section {
        padding: 40px;
    }

    .hero-section h2 {
        font-size: 36px;
        line-height: 30px;
        margin-top: 150px;
    }

    .hero-section h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer {
        padding: 50px 40px 30px;
    }

    .social-links {
        gap: 30px;
        padding-right: 0;
    }

    .social-links a img {
        width: 26px;
        height: 26px;
    }

    .social-links div div {
        gap: 16px;
    }

    .contact-form button {
        height: 48px;
        font-size: 16px;
        padding-inline: 20px;
    }

    .hero-section {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 400px;
    }

    .hero-section h2 {
        margin-top: 90px;
    }

    .address-container {
        width: 100%;
        margin-top: 30px;
    }

    .address-container:first-of-type {
        margin-top: 0;
    }

    .address-container:first-of-type .address {
        border-top: none;
    }

    .address-container .address {
        border-top: 1px solid #B6BABC;
        border-right: none;
        width: fit-content;
        margin-inline: auto;
    }

    .footer-content {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .social-links {
        width: 100%;
        max-width: 275px;
        justify-content: space-between;
    }

    .header a img {
        width: 140px;
    }

    .header .btn a {
        height: auto;
        padding: 10px 24px;
        font-size: 14px;
    }

    .header {
        padding: 20px 30px 0;
    }

    .hero-section {
        padding: 30px;
    }

    .hero-section h2 {
        font-size: 28px;
        line-height: 22px;
    }

    .hero-section h6 {
        max-width: 220px;
    }

    .about-content h2 {
        font-size: 32px;
        line-height: 65px;
        max-width: 330px;
    }

    .contact-heading h2 {
        font-size: 32px;
        line-height: 36px;
        max-width: 380px;
    }

    .contact-heading {
        max-width: 400px;
    }

    .footer-content {
        padding: 50px 0 40px;
    }

    .address-container img {
        width: 60px;
        height: 60px;
    }

    .address-container .address {
        padding-bottom: 0;
    }

    .address-container.active .active-address {
        margin-top: 12px;
    }

    .address h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .address h6 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 4px;
    }

    .address-container {
        margin-top: 20px;
    }

    .social-links h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .footer-bottom-content img {
        width: 65px;
        height: 65px;
    }

    .icon-wrapper img {
        width: 80px;
        height: 80px;
    }

    .about-img-wrapper {
        padding-left: 40px;
    }
}

@media (max-width: 480px) {
    .header {
        padding-inline: 20px;
    }

    .hero-section {
        padding: 20px;
    }

    .about-section {
        padding-inline: 20px;
    }

    .about-content h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .hero-section h2 {
        font-size: 21px;
        line-height: 18px;
    }

    .hero-section h6 {
        max-width: unset;
        margin-top: 8px;
    }

    .social-links{
        justify-content: center;
    }

    .hero-section {
        height: 350px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .about-content .btn a {
        margin-top: 6px;
    }

    .contact-section {
        padding-inline: 20px;
    }

    .contact-heading h2 {
        max-width: 310px;
    }

    .contact-form {
        padding-inline: 20px;
    }

    .address-section {
        padding-inline: 20px;
    }

    .address-wrapper {
        margin-top: 20px;
    }

    .footer-logo img {
        width: 150px;
    }

    .footer {
        padding-inline: 20px;
    }

    .header a img {
        width: 90px;
    }

    .header .btn a {
        padding: 10px 20px;
        font-size: 12px;
    }

    .language-btn {
        width: 44px;
    }

    .header>div {
        gap: 16px;
    }

    .header .btn a {
        padding: 8px 12px;
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .header a img {
        width: 70px;
    }

    .header .btn a {
        padding: 8px 10px;
        font-size: 8px;
    }

    .hero-section {
        height: 340px;
    }

}