@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@275;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html, body {
    width: 100%;
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-color: #fff;
}


.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 29px;
    padding-bottom: 29px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;

    .navbar-logo {
        img {
            max-width: 125px;
        }
    }

    .hamburger-menu {
        top: 30px;
    }
}

.navbar-container {
    max-width: 1672px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1680px) {
    .navbar-container {
        padding: 0 15px;
        max-width: 100%;
    }
}

.navbar-logo {
    

    @media (max-width: 1050px) {
        img {
            max-width: 125px;
            max-height: 63px;
        }
    }
}

.navbar-links {
    display: flex;
    flex-direction: row;
    gap:65px;
    list-style: none; 
    
    
    @media (max-width: 1315px) {
        gap: 20px;
    }

    li {
        list-style: none;
        font-size: 16px;
        font-weight: 500;
    }

    a {
        text-decoration: none;
        color: #fff;
    }
}

@media (max-width: 1050px) {
    .navbar-links {
        display: none;
    }
}


.navbar-buttons {
    display: flex;
    flex-direction: row;
}

@media (max-width: 1050px) {
    .navbar-buttons {
        display: none;
    }
}

.navbar-button {
        color: #fff;
        outline: none;
        background: transparent;
        border-radius: 600px;
        font-weight: 700;
        padding: 20px 37px;
        font-size: 16px;
        font-weight: 500;
        border: 1px solid #FFFFFF;
        transition: all 0.3s ease;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-button-active {
        background: #fff;
        color: #FF3C5A;
    }

    .navbar-button:hover {
        background: #fff;
        color: #FF3C5A;
    }

.footer-section {
    padding-top: 139px;
    width: 100%;
    padding-bottom: 58px;
    display: flex;
    justify-content: center;
}

.footer-section-container {
    max-width: 1217px;
    width: 100%;
        padding: 0 15px;

}

@media (max-width: 1220px) {
    .footer-section-container {
        padding: 0 15px;
    }
}



.footer-section-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    .form-text-info {
        max-width: 540px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .form-text-info-title {
         font-size: 14px;
            color: #FE4F30;
            font-weight: 600;
            font-family: 'Manrope', sans-serif;
            text-transform: uppercase;
        }

        .form-text-info-subtitle {
            font-size: 32px;
            font-weight: 600;
            line-height: 48px;
            margin-top: 16px;
            color: #2A2C37;
            max-width: 471px;
            width: 100%;
        }

        .form-text-info-description {
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
            margin-top: 16px;
            color: #6A6B73;
        }

       
    } 
    
    .form-text-info-text {
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
            margin-top: 16px;
            color: #6A6B73;
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 418px;

            img {
                width: 24px;
                height: 24px;
            }
        }
}

@media (max-width: 1090px) {
   .footer-section-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .form-text-info {
        max-width: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;

        .form-text-info-title {
            text-align: center;
        }

        .form-text-info-subtitle {
            text-align: center;
        }

        .form-text-info-description {
            text-align: center;
        }
    }


    .form-text-info-text {
        display: none;
    }

   }


}


@media (max-width: 750px) {
    .form-text-info-title {
        align-self: center;
        text-align: center;
        }

        .form-text-info-subtitle {
            font-size: 12px;
            font-weight: 600;
            line-height: 48px;
            margin-top: 16px;
            color: #2A2C37;
            max-width: 100%;
            width: 100%;
            text-align: center;
        }

        .form-text-info-description {
            max-width: 100%;
            width: 100%;
            text-align: center;
        }
}

.wpcf7-response-output {
    max-width: 587px;
    width: 100%;
}

.form-text-info-form, .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 587px;
    width: 100%;

    p {
        max-width: 587px;
        width: 100%;
    }

    .form-text-info-form-input {
        padding: 16px 24px;
        border-radius: 6px;
        border: none;
        outline: none;
        background-color: transparent; 
        font-size: 16px;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
        color: #2A2C37;
        background: #F7F9FD;
        max-width: 587px;
        width: 100%;
    }

    .form-text-info-form-input:not(:empty) {
        background: #fff;
    }

    .form-text-info-form-input:focus {
        border: 1px solid #FE4F30;
        background: #fff;
    }

    .form-text-info-form-input::placeholder {
        color: #797979;
    }

    .form-text-info-form-textarea {
        padding: 16px 24px;
        border-radius: 6px;
        outline: none;
        border: 1px solid #B1B1D0;
        min-height: 204px;
        border: none;
        background: #F7F9FD;
        font-size: 16px;
        font-weight: 500;
        color: #2A2C37;
        resize: none;
        max-width: 587px;
        width: 100%;
        font-family: 'Inter', sans-serif;
    }

    .form-text-info-form-textarea::placeholder {
        color: #797979;
    }

    .form-text-info-form-textarea:focus {
        border: 1px solid #FE4F30
    }

    .form-text-info-form-button {
        color: #fff;
        outline: none;
        border: none;
        background: transparent;
        border-radius: 600px;
        font-weight: 600;
        padding: 24px 32px;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        text-decoration: none;
        background-color: #FF1F96;
        max-width: 243px;
        width: 100%;
        transition: all 0.3s ease;
        cursor: pointer;
        max-width: 150px;
        margin-top: 24px;
    }

    .form-text-info-form-button:hover {
        background-color: #FF3C5A;
    }
}

@media (max-width: 1090px) {
    .form-text-info-form {
        max-width: 100%;
        width: 100%;
        margin-top: 48px;
    }
}




.contacts-section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #EDF0F5;
    border-bottom: 1px solid #EDF0F5;
    padding-bottom: 48px;
    margin-top: 80px;
    padding-top: 48px;

    .phones-items {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 80%;
        width: 90%;
        gap: 32px;

        .phones-item {
            display: flex;
            flex-direction: row;
            gap: 16px;
            align-items: center;

            img {}

           .phones-item-text {
            font-size: 20px;
            font-weight: 600;
            color: #2A2C37;
            font-family: 'Poppins', sans-serif;
            text-decoration: none;
           }
        }
    }

    .social-media-items {
        display: flex;
        flex-direction: row;
        gap: 16px;

        .social-media-item {
            a {
                text-decoration: none;
            }
        }
    }
}

@media (max-width: 1080px) {
    .contacts-section-content {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        .phones-items {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            max-width: 100%;
            width: 100%;

            .phones-item {
                justify-content: center;
                width: 100%;
            }
        }

        .social-media-items {
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            max-width: 100%;
            width: 100%;
            margin-top: 32px;
        }
    }
}

.cpy-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 48px;

    .cpy-text {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Manrope', sans-serif;
        color: #6A6B73;
    }

    a {
        text-decoration: none;
        color: #6A6B73;
    }
}


@media (max-width: 1080px) {

    .cpy-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;

        .cpy-text {
            text-align: center;
        }
    }
    
}




.whatsap-float-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FF3C5A;
    padding: 10px;
    min-width: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}

@media (max-width: 750px) {
    .whatsap-float-button {
       display: none;
    }
}

.whatsap-float-button:hover {
    background-color: #FF1F96;
}


.hamburger-menu {
    display: none;
     position: absolute;
     top: 40px;
     right: 20px;
     z-index: 11;
     cursor: pointer;
     .hamburger-menu-line {
        width: 24px;
        height: 2px;
        background-color: #fff;
     }

     .hamburger-menu-line:nth-child(2) {
        margin: 6px 0;
     }

     .hamburger-menu-line:nth-child(3) {
        margin-top: 6px;
     }
}

.hamburger-menu-active {
    position: fixed;

    .hamburger-menu-line {
        transform: rotate(-45deg) translateY(8px) translateX(-13px);
        transition: all 0.3s ease;
    }

    .hamburger-menu-line:nth-child(2) {
        display: none;
        transition: all 0.3s ease;
    }

    .hamburger-menu-line:nth-child(3) {
        transform: rotate(45deg) translateY(7px) translateX(5px);
        transition: all 0.3s ease;
    }
}

@media (max-width: 1050px) {
    .hamburger-menu {
        display: block;
    }
}

.menu-mobile-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: linear-gradient(231.19deg, #FF1F96 -49.68%, #FE4F30 91.72%);
    left: -100%;
    transition: all 0.3s ease;


    .menu-mobile-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-top: 100px;
        margin-left: 24px;
    }

     li {
        list-style: none;
        font-size: 16px;
        font-weight: 500;
    }

    a {
        text-decoration: none;
        color: #fff;
    }
}

.menu-mobile-container-active {
    left: 0;
}