@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;
}

button {
    cursor: pointer;
}

.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: 480px;
    justify-content: space-between;
}

.top__menu .menu__main .container .main__left p:first-child {
    font-size: 48px;
    width: 800px;
    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;
    margin-top: 1rem;
    text-align: left;
    width: 700px;
    line-height: 30px;
}

.top__menu .menu__main .container .main__right {
    overflow: hidden;
}

/*Section2*/

.section__2 {
    background-color: #f5f6fc;
    height: 450px;
    padding: 46px 64px 55px 46px;
}

.section__2 .section__2__card {
    background-color: #fff;
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-direction: column;
    height: 820px;
    border-bottom: 3px solid #f5f6fc;
}

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

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

.section__2 .section__2__card .section__2__select {
    display: flex;
    gap: 26px;
    justify-content: center;
}

.section__2 .section__2__card p:nth-child(3) {
    font-family: "Europa-Regular", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 34.86px;
    text-align: left;
    color: #000000;
    padding: 0 41px 0 91px;
    margin-bottom: 29px;
}

.section__2 .section__2__card .section__2__select p {
    font-family: "Europa-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 152px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    cursor: pointer;
    padding: 0;
    border: 1px solid #e3dcdc;
    margin-bottom: 0;
    color: inherit;
}
.selected {
    color: #fff !important;
    background-color: #ff7713;
    border: none;
}
.menu__content {
    display: none;
}

.menu__content.active {
    display: block;
}
.section__2 .section__2__card .section__2__select__info {
    display: flex;
    flex-direction: column;
    padding: 0 41px 0 91px;
    gap: 10px;
}

.section__2 .section__2__card .section__2__select__info div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Europa-Regular", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 34.86px;
    text-align: left;
}
.section__2 .section__2__card .section__2__select__info div:last-child {
    align-items: start;
}
.section__2
    .section__2__card
    .section__2__select__info
    div:last-child
    .ellipse {
    margin-top: 8px;
}
.section__2 .section__2__card .section__2__select__info div .ellipse {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    background-color: #ff7713;
}
.section__2 .section__2__card .section__2__select__info div p {
    width: 1100px;
}
.section__2 .section__2__card .section__2__select__info div span {
    font-family: "Europa-Bold", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 34.86px;
    text-align: left;
}

/* Section 3 */

.section__3 .section__3__card {
    display: flex;
    margin: 54px 26px;
    background-color: #fff;
    height: 274px;
    top: 283px;
    gap: 40px;
    padding: 20px 40px;
}
.section__3 .section__3__card__boru {
    display: flex;
    margin: 54px 26px;
    background-color: #fff;
    height: 274px;
    top: 283px;
    gap: 40px;
    padding: 20px 40px;
    margin-top: 100px;
}
.section__3 .section__3__card__boru .card {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 13px;
    width: 300px;
    height: 250px;
    width: 100%;
}
.section__3 .section__3__card__boru .card img {
    width: 50px;
    object-fit: cover;
}

.section__3 .section__3__card__boru .card p:nth-child(2) {
    color: #261e5f;
    font-family: "Europa-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.section__3 .section__3__card__boru .card p:nth-child(3) {
    color: #717171;
    font-family: "Europa-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 258px;
}
.section__3 .section__3__card .card {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 13px;
    width: 300px;
    height: 250px;
    width: 100%;
}

.section__3 .section__3__card .card img {
    width: 50px;
    object-fit: cover;
}

.section__3 .section__3__card .card p:nth-child(2) {
    color: #261e5f;
    font-family: "Europa-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.section__3 .section__3__card .card p:nth-child(3) {
    color: #717171;
    font-family: "Europa-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 258px;
}

.section__4 {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.section__4 .section__4__card {
    display: flex;
}

.section__4 .section__4__card .card {
    background-color: #f5f6fc;
    width: 431px;
    height: 263px;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.section__4 .section__4__card .card p:nth-child(1) {
    font-family: "Europa-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #261e5f;
}

.section__4 .section__4__card .card p:nth-child(2) {
    font-family: "Europa-Bold", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #717171;
    width: 380px;
}

.section__4 .section__4__card .card button,
.section__4 .section__4__card .card a {
    width: 167px;
    height: 43px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ee7f36;
    font-family: "Europa-Bold";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

/* 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;
}

.table-container {
    max-height: 600px;
    overflow-x: auto;
    margin-top: 500px;
}

table {
    border-collapse: collapse;
    width: 100%;
}
thead {
    background-color: #ee7f36;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
td,
th {
    border: 1px solid #969696;
    font-weight: 700;
    outline: 1px solid #969696;
    padding: 8px;
    text-align: center;
}

/* Section 5 */

.section__5 {
    display: flex;
    flex-direction: column;
    margin-top: 78px;
    margin-top: 500px;
}

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

.section__5 p:first-child span {
    font-family: "Europa-Bold";
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #ee7f36;
}

.section__5 p:nth-child(2) {
    font-family: "Europa-Regular";
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #717171;
}

.section__5 .section__5__card {
    display: flex;
    padding: 0 53px;
    justify-content: center;
    width: 1440px;
    margin: 66px auto;
    align-items: center;
    max-width: 96%;
    gap: 28px;
}

.section__5 .section__5__card .card {
    flex: 1;
    min-width: 0;
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section__5 .section__5__card .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.section__5 .section__5__card .card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.section__5 .section__5__card .card:hover img {
    transform: scale(1.04);
}

.section__5 .section__5__card .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 50%, transparent 100%);
    border-radius: 20px;
    z-index: 1;
}

.section__5 .section__5__card .card p {
    position: absolute;
    bottom: 68px;
    left: 24px;
    right: 24px;
    font-family: Europa-Bold;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    z-index: 2;
    margin: 0;
}

.section__5 .section__5__card .card button,
.section__5 .section__5__card .card a {
    position: absolute;
    bottom: 22px;
    left: 24px;
    right: 24px;
    height: 44px;
    border-radius: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ee7f36;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    font-family: "Europa-Bold", sans-serif;
    letter-spacing: 0.4px;
    transition: background 0.2s ease;
}

.section__5 .section__5__card .card button:hover,
.section__5 .section__5__card .card a:hover {
    background: #d96a20;
}

/* ===========================
   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;
        line-height: 1.6;
    }

    .top__menu .menu__main .container .main__right img {
        max-width: 100%;
        height: auto;
    }

    /* Section 2 */
    .section__2 {
        height: auto;
        padding: 20px 8px;
    }

    .section__2 .section__2__card {
        height: auto;
        padding: 20px 16px;
    }

    .section__2 .section__2__card p:first-child {
        font-size: 28px;
        line-height: 1.3;
    }

    .section__2 .section__2__card p:nth-child(3) {
        padding: 0 16px;
        font-size: 16px;
        line-height: 1.6;
    }

    .section__2 .section__2__card .section__2__select {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 0 16px;
    }

    .section__2 .section__2__card .section__2__select p {
        width: calc(50% - 5px);
        height: 48px;
        font-size: 14px;
    }

    .section__2 .section__2__card .section__2__select__info {
        padding: 0 16px;
    }

    .section__2 .section__2__card .section__2__select__info div p {
        width: 100% !important;
        font-size: 16px;
        line-height: 1.6;
    }

    .section__2 .section__2__card .section__2__select__info div span {
        font-size: 16px;
    }

    /* Section 3 cards */
    .section__3 .section__3__card,
    .section__3 .section__3__card__boru {
        flex-direction: column;
        height: auto;
        margin: 24px 8px;
        padding: 12px;
    }

    .section__3 .section__3__card__boru {
        margin-top: 24px;
    }

    .section__3 .section__3__card .card p:nth-child(3),
    .section__3 .section__3__card__boru .card p:nth-child(3) {
        width: 100%;
    }

    /* Section 4 */
    .section__4 .section__4__card {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 16px;
    }

    .section__4 .section__4__card .card {
        width: 100% !important;
        height: auto;
        padding: 20px;
    }

    .section__4 .section__4__card .card p:nth-child(2) {
        width: 100%;
    }

    /* Section 5 */
    .section__5 {
        margin-top: 40px !important;
    }

    .section__5 p:first-child {
        font-size: 28px;
        line-height: 1.3;
        padding: 0 16px;
    }

    .section__5 p:nth-child(2) {
        font-size: 18px;
        padding: 0 16px;
    }

    .section__5 .section__5__card {
        flex-direction: column;
        width: 100%;
        padding: 0 16px;
        margin: 24px auto;
        gap: 16px;
        align-items: stretch;
    }

    .section__5 .section__5__card .card {
        flex: none;
        width: 100% !important;
        height: 260px !important;
        border-radius: 18px;
    }

    .section__5 .section__5__card .card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section__5 .section__5__card .card p {
        bottom: 56px;
        left: 20px;
        right: 20px;
        font-size: 16px;
    }

    .section__5 .section__5__card .card a,
    .section__5 .section__5__card .card button {
        bottom: 16px;
        left: 20px;
        right: 20px;
        height: 38px;
        font-size: 13px;
        border-radius: 10px;
    }

    /* Table */
    .table-container {
        margin-top: 40px;
    }

    /* 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%;
    }
}
