@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Europa-Bold", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.top__menu {
    background-color: #b3bec9;
}

.container {
    width: 1440px;
    max-width: 96%;
    margin: auto;
}

.top__menu .navbar {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    max-width: 96%;
    margin: auto;
}
.top__menu .navbar .navbar__left {
    display: flex;
}

.top__menu .navbar .navbar__left .navbar__menu {
    display: flex;
    margin-left: 150px;
}

.top__menu .navbar .navbar__left .navbar__logo {
    background-image: url("./assets/indir\ \(1\)\ 1.svg");
    width: 260px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.top__menu .navbar .navbar__left p,
.top__menu .navbar .navbar__left a {
    margin-left: 28px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

.top__menu .navbar .navbar__left p:after,
.top__menu .navbar .navbar__left a:after {
    content: "";
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition:
        width 0.7s ease,
        background-color 0.5s ease;
}

.top__menu .navbar .navbar__left p:hover:after,
.top__menu .navbar .navbar__left a:hover:after {
    width: 100%;
    background-color: #ff7713;
}
.top__menu .navbar .navbar__right {
    margin-top: 19px;
}
.top__menu .navbar .navbar__right .container {
    width: 100%;
}

.top__menu .navbar .navbar__right button {
    width: 106px;
    height: 44px;
    border-radius: 9px;
    color: #fff;
    opacity: 0px;
    background: #ff7713;
    border: 1px solid #b3bec9;
    font-family: "Europa-Regular", sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.top__menu .menu__main .container {
    display: flex;
    align-items: center;
    height: 485px;
    justify-content: space-between;
}

.top__menu .menu__main .container .main__left p:first-child {
    font-size: 48px;
    color: #4d4d4d;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.top__menu .menu__main .container .main__left p:first-child span {
    font-size: 48px;
    width: 500px;
    color: #ff7713;
}

.top__menu .menu__main .container .main__left p:last-child {
    color: #717171;
    font-size: 20px;
    margin-bottom: 2rem;
    line-height: 30px;
    margin-top: 1rem;
    text-align: left;
    width: 650px;
}
.top__menu .menu__main .container .main__right {
    overflow: hidden;
}

/* Section 2 */

.section__2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 57px;
    gap: 15px;
}

.section__2 .container {
    width: 1440px;
    max-width: 94%;
    margin: auto;
}

.section__2 p:nth-child(1) {
    font-family: "Europa-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #717171;
}

.section__2 p:nth-child(2) {
    font-family: "Europa-Bold", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #4d4d4d;
}

.section__2 p:nth-child(2) span {
    color: #ff7713;
}

.section__2 p:nth-child(3) {
    font-family: "Europa-Regular", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #717171;
}

.section__2 .section__2__card {
    display: flex;
    margin-top: 61px;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 44px;
}

.section__2 .section__2__card .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 625px;
    height: 222px;
    background-color: #faf6f6;
    border-radius: 6px;
    padding: 24px 48px 23px 48px;
}

.section__2 .section__2__card .card .card__left p:nth-child(1) {
    font-family: "Europa-Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: left;
    color: #000;
    margin-bottom: 33px;
}

.section__2 .section__2__card .card .card__left p:nth-child(2) {
    font-family: "Europa-Bold", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #717171;
    margin-bottom: 18px;
}

.section__2 .section__2__card .card .card__left p:nth-child(3) {
    font-family: "Europa-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #ff7713;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Section 3 */
input:focus {
    outline: none;
    border: none;
}

.section__3 {
    display: flex;
    flex-direction: column;
    margin-top: 69px;
}

.section__3 p:first-child {
    font-family: "Europa-Bold", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #4d4d4d;
    margin-bottom: 88px;
    text-align: center;
}

.section__3 p:first-child span {
    color: #ff7713;
}

.section__3 .contact__form {
    display: flex;
    flex-direction: column;
    gap: 83px;
}

.section__3 .contact__form .name__email__input,
.section__3 .contact__form .phone__company__input,
.section__3 .contact__form .description__input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.section__3 .contact__form .name__email__input .name,
.section__3 .contact__form .name__email__input .email,
.section__3 .contact__form .phone__company__input .phone,
.section__3 .contact__form .phone__company__input .company,
.section__3 .contact__form .description__input .description {
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 29px;
    position: relative;
}

.section__3 .contact__form .name__email__input .name input,
.section__3 .contact__form .name__email__input .email input,
.section__3 .contact__form .phone__company__input .phone input,
.section__3 .contact__form .phone__company__input .company input {
    width: 488px;
    border: none;
    border-bottom: 1px solid #b3bec9;
}

.section__3 .contact__form .description__input .description input {
    width: 983px;
    border: none;
    border-bottom: 1px solid #b3bec9;
}

.section__3 .contact__form .name__email__input .name label,
.section__3 .contact__form .name__email__input .email label,
.section__3 .contact__form .phone__company__input .phone label,
.section__3 .contact__form .phone__company__input .company label,
.section__3 .contact__form .description__input .description label {
    font-family: "Europa-Regular", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #717171;
}

.section__3 .contact__form .accept__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}
.section__3 .contact__form .accept__info .info__box {
    display: flex;
}
.section__3 .contact__form .accept__info .info__box input {
    margin-right: 19px;
    width: 25px;
    height: 25px;
    border: none;
    border: 1px solid #b3bec9;
}

.section__3 .contact__form .accept__info .info__box label {
    font-family: "Europa-Regular", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 980px;
    line-height: 21.6px;
    color: #717171;
}

.section__3 .contact__form .accept__info p {
    text-align: start;
    margin-top: 14px;
    font-family: "Europa-Regular", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #717171;
    margin-left: 40px;
}
.section__3 .contact__form .accept__info p label {
    color: #ff7713;
}
.section__3 .contact__form .accept__info p span {
    margin-left: 17px;
}
.section__3 .contact__form button {
    width: 134px;
    height: 43px;
    background-color: #ee7f36;
    border: none;
    border-radius: 6px;
    color: #fff;
    margin: auto;
}

/* Footer */
.footer {
    background-color: #272535;
    color: #fff;
    margin-top: 72px;
}

.footer .container {
    padding: 84px 74px;
    display: flex;
    flex-direction: column;
}

.footer .container .footer__top {
    display: flex;
    justify-content: space-between;
}

.footer .container .footer__top p,
.footer .container .footer__top a {
    font-family: "Europa-Regular", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #9c95b7;
    margin-bottom: 29px;
}

.footer .container .footer__top p:first-child {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 33.02px;
    color: #fff;
}
.footer .container .footer__top .footer__1 {
    display: flex;
    flex-direction: column;
}
.footer .container .footer__top .footer__3 {
    display: flex;
    flex-direction: column;
}
.footer .container .footer__top .footer__4 p:nth-child(3),
.footer .container .footer__top .footer__4 p:nth-child(5) {
    color: #ee7f36;
    font-weight: 700;
}

.footer .container .footer__top .footer__5 p:nth-child(3) {
    width: 193px;
    line-height: 19px;
}

.footer .container .footer__top .footer__5 p:nth-child(4) {
    width: 229px;
    line-height: 19px;
}

.footer .container .footer__top .footer__5 p:nth-child(3) span {
    text-decoration: underline;
}

.footer .container .footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
    font-family: "Europa-Regular", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #9c95b7;
}

.footer .container .footer__bottom .bottom__1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer .container .footer__bottom .bottom__2 p {
    margin-right: 40px;
}

.footer .container .footer__bottom .bottom__2 p span {
    color: #df6856;
}

#err-msg1,
#err-msg2,
#err-msg3,
#err-msg4,
#err-msg5 {
    position: absolute;
    top: 80px;
    font-size: 14px;
    color: #ee7f36;
}

/* ===========================
   HAMBURGER MENU
   =========================== */
.hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #272535;
    margin-top: 20px;
    padding: 0 8px;
    line-height: 1;
}

/* ===========================
   RESPONSIVE - TABLET & MOBILE
   =========================== */
@media (max-width: 1024px) {
    .top__menu .navbar {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        flex-wrap: wrap;
        position: relative;
        box-sizing: border-box;
    }

    .top__menu .navbar .navbar__left {
        flex: 1;
        min-width: 0;
    }

    .top__menu .navbar .navbar__left .navbar__logo {
        position: relative;
        left: auto;
        width: 180px;
        height: 60px;
        background-size: contain;
    }

    .top__menu .navbar .navbar__left .navbar__menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #b3bec9;
        z-index: 999;
        padding: 12px 0 16px;
        margin-left: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .top__menu .navbar .navbar__left .navbar__menu.open {
        display: flex;
    }

    .top__menu .navbar .navbar__left .navbar__menu a,
    .top__menu .navbar .navbar__left .navbar__menu p {
        margin: 6px 24px;
        font-size: 15px;
    }

    .hamburger {
        display: block;
        margin-left: auto;
    }

    .top__menu .navbar .navbar__right {
        display: none;
    }

    .top__menu .menu__main .container {
        flex-direction: column;
        height: auto;
        padding: 30px 16px 40px;
        align-items: flex-start;
        gap: 20px;
    }

    .top__menu .menu__main .container .main__left p:first-child {
        font-size: 2rem;
        width: 100%;
    }

    .top__menu .menu__main .container .main__left p:last-child {
        width: 100%;
        font-size: 1rem;
    }

    /* Section 2 */
    .section__2 p:nth-child(2) {
        font-size: 30px;
        line-height: 1.3;
        padding: 0 16px;
    }

    .section__2 .section__2__card {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
    }

    .section__2 .section__2__card .card {
        width: 100% !important;
        height: auto;
        min-height: 160px;
        padding: 16px 20px;
    }

    .section__2 .section__2__card .card .card__left p:nth-child(2) {
        width: 100%;
    }

    .section__2 .container iframe {
        width: 100% !important;
        height: 280px;
    }

    /* Section 3 (Form) */
    .section__3 p:first-child {
        font-size: 30px;
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .section__3 .contact__form {
        gap: 40px;
        padding: 0 16px;
    }

    .section__3 .contact__form .name__email__input,
    .section__3 .contact__form .phone__company__input {
        flex-direction: column;
        width: 100%;
    }

    .section__3 .contact__form .name__email__input .name input,
    .section__3 .contact__form .name__email__input .email input,
    .section__3 .contact__form .phone__company__input .phone input,
    .section__3 .contact__form .phone__company__input .company input {
        width: 100%;
        max-width: 100%;
    }

    .section__3 .contact__form .description__input {
        padding: 0;
        width: 100%;
    }

    .section__3 .contact__form .description__input .description {
        width: 100%;
    }

    .section__3 .contact__form .description__input .description input {
        width: 100%;
        max-width: 100%;
    }

    .section__3 .contact__form .accept__info {
        padding: 0;
        width: 100%;
    }

    .section__3 .contact__form .accept__info .info__box label {
        width: auto;
        font-size: 14px;
    }

    .section__3 .contact__form .accept__info p {
        margin-left: 0;
        font-size: 14px;
    }

    /* Footer */
    .footer .container {
        padding: 36px 16px;
    }

    .footer .container .footer__top {
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer .container .footer__top .footer__1,
    .footer .container .footer__top .footer__2,
    .footer .container .footer__top .footer__3,
    .footer .container .footer__top .footer__4,
    .footer .container .footer__top .footer__5 {
        width: calc(50% - 12px);
        min-width: 140px;
    }

    .footer .container .footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-top: 16px;
    }

    .footer .container .footer__bottom .bottom__2 p {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .footer .container .footer__top .footer__1,
    .footer .container .footer__top .footer__2,
    .footer .container .footer__top .footer__3,
    .footer .container .footer__top .footer__4,
    .footer .container .footer__top .footer__5 {
        width: 100%;
    }
}
