@font-face {
    font-family: 'Romancio';
    src: url('../fonts/Romancio/Romancio.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zalando Sans';
    src: url('../fonts/Zalando_Sans_Expanded/ZalandoSansExpanded-VariableFont_wght.ttf') format('truetype-variations'),
        url('../fonts/Zalando_Sans_Expanded/ZalandoSansExpanded-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-style: normal;
}

@font-face {
    font-family: 'Zalando Sans';
    src: url('../fonts/Zalando_Sans_Expanded/ZalandoSansExpanded-Italic-VariableFont_wght.ttf') format('truetype-variations'),
        url('../fonts/Zalando_Sans_Expanded/ZalandoSansExpanded-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-style: italic;
}

body {
    margin: 0;
    font-family: "Zalando Sans";
}

main section {
    padding: 0 234px;
    overflow: hidden;
}

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

.link {
    color: unset;
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

.link:hover {
    color: #E61C04;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
div,
span {
    margin: 0;
}

nav {
    display: flex;
    justify-content: center;
    margin-top: 42px;
    position: absolute;
    z-index: 1100;
    width: 100%;
}

nav img {
    width: 128px;
    margin: 0 auto;
}

.sec-1 {
    background-image: url('/assets/img/sec-1.jpg');
    background-size: cover;
    height: 980px;
    background-position: center;
}

.sec-1 .heading {
    padding: 25% 0 0 0;
    color: #FFEACF;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
}

.sec-1 h1 {
    font-family: Romancio;
    font-weight: 400;
    font-size: 140px;
}

.sec-1 .caption {
    font-family: "Zalando Sans";
}

.sec-1 .caption p {
    font-size: 16px;
    font-weight: 700;
}

.sec-1 .caption a {
    font-size: 36px;
    font-weight: 700;
}

.sec-2 {
    background-image: url('/assets/img/sec-2.jpg');
    background-size: cover;
    height: 1023px;
    padding: 126px 0;
    background-position: center;
}

.sec-2 .img {
    position: relative;
    z-index: 10;
}

.sec-2 .prop-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sec-2 .prop-image img:first-child {
    width: 35%;
    top: -4%;
    left: -14%;
    position: absolute;
    z-index: 11;
}

.sec-2 .prop-image img:nth-child(2) {
    width: 45%;
    position: absolute;
    top: 61%;
    left: -54%;
    z-index: 11;
}

.sec-2 .prop-image img:nth-child(3) {
    width: 48%;
    position: absolute;
    top: 21%;
    left: 102%;
    z-index: 11;
}

.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

.sec-2 .img-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 43px;
    margin: auto 0;
    height: 100%;
}

.sec-2 .img-flex .img {
    width: 18%;
}

.sec-2 .img-flex img {
    width: 100%;
}

.sec-2 .heading {
    color: #FFEACF;
    width: 50%;
    text-align: center;
}

.sec-2 .heading h2 {
    font-family: Romancio;
    font-weight: 400;
    font-size: 64px;
    margin-bottom: 24px;
}

.sec-2 .caption {
    font-family: "Zalando Sans";
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec-3 {
    background-image: url('/assets/img/sec-3.jpg');
    background-size: cover;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    transition: background-image 1.5s ease-in-out;
}

.sec-3 .heading {
    color: #FFEACF;
    width: 50%;
    text-align: center;

}

.sec-3 .heading h2 {
    font-family: Romancio;
    font-weight: 400;
    font-size: 64px;
    margin-bottom: 24px;
}

.sec-3 .caption {
    font-family: "Zalando Sans";
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec-4 {
    background-image: url('/assets/img/sec-4.jpg');
    background-size: cover;
    height: 1023px;
    background-position: center;
}

.sec-4 .menu-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 43px;
    margin: auto;
    height: 100%;
    max-width: 1023px;
    justify-content: flex-end;
}



.sec-4 .menu-img-wrapper {
    position: relative;
    width: 74%;
    display: flex;
    justify-content: center;
}

.show-mobile {
    display: none;
}

.show-desktop {
    display: block;
}

.sec-4 .menu-image {
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}

.sec-4 .prop-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sec-4 .prop-image img:nth-child(1) {
    width: 15%;
    top: -46%;
    left: -10%;
    position: absolute;
    z-index: 11;
}

.sec-4 .prop-image img:nth-child(2) {
    width: 17%;
    top: -48%;
    left: 91%;
    position: absolute;
    z-index: 11;
}

.sec-4 .prop-image img:nth-child(3) {
    width: 34%;
    bottom: 27%;
    left: -41%;
    position: absolute;
    z-index: 11;
}

.sec-4 .prop-image img:nth-child(4) {
    width: 32%;
    bottom: 40%;
    right: -45%;
    position: absolute;
    z-index: 11;
}

.sec-4 .heading {
    color: #294023;
    text-align: center;
}

.sec-4 .heading h2 {
    font-family: Romancio;
    font-weight: 400;
    font-size: 64px;
    margin-bottom: 11px;
}

.sec-4 .caption {
    font-family: "Zalando Sans";
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec-4 .menu-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

.sec-4 .menu-list li {
    color: #294023;
    font-family: "Zalando Sans";
    font-size: 20px;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
}

.sec-4 .menu-list li:hover {
    color: #E61C04;
}

.sec-4 .menu-list li:hover::after {
    border-bottom-color: #E61C04;
}

.sec-4 .menu-list li::after {
    content: "";
    display: block;
    border-bottom: 2px solid #294023;
    transition: border-bottom-color 0.3s ease-in-out;
}

.sec-5 {
    background: #FFE3BF;
}

.sec-5 .container {
    padding: 100px 0 72px 0;
}

.sec-5 .heading {
    color: #294023;
    text-align: center;
}

.sec-5 .heading h2 {
    font-family: Romancio;
    font-weight: 400;
    font-size: 64px;
    margin-bottom: 24px;
}

.sec-5 .caption {
    font-family: "Zalando Sans";
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec-5 .location-route {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 43px;
    margin-top: 102px;
    margin-bottom: 40px;
}

.sec-5 .location-route .location-list {
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: center;
}

.sec-5 .location-route .location-list .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    color: #294023;
}

.sec-5 .location-route .location-list p:first-child {
    font-family: "Zalando Sans";
    font-size: 20px;
    font-weight: 700;
}

.sec-5 .location-route .location-list p {
    font-family: "Zalando Sans";
    font-size: 14px;
    font-weight: 400;
}


.sec-5 .location-route .location-list a {
    font-family: "Zalando Sans";
    font-size: 13px;
    font-weight: 700;
}

.sec-5 .map img {
    width: 100%;
}


.footer .social-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
    margin-top: 38px;
}

.footer .social-list li {
    list-style-type: none;
    background-color: #2F4D33;
    border-radius: 999px;
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}

.footer .social-list li:hover {
    background-color: #E61C04;
}

.footer .copyright {
    text-align: center;
    font-family: "Zalando Sans";
    font-size: 11px;
    font-weight: 400;
}


@media screen and (min-width: 1300px) {
    .sec-5 .map {
        padding: 0 6%;
    }
}

/* iPad & Tablet (768px - 1024px) */
@media screen and (min-width: 860px) and (max-width: 1024px) {
    main section {
        padding: 0 80px;
    }

    nav {
        margin-top: 30px;
    }

    nav img {
        width: 110px;
    }

    .sec-1 {
        height: auto;
        min-height: 700px;
        padding-bottom: 80px;
    }

    .sec-1 .heading {
        padding: 180px 0 0 0;
        gap: 30px;
    }

    .sec-1 h1 {
        font-size: 100px;
        line-height: 1.1;
    }

    .sec-2 {
        height: auto;
        padding: 80px 236px;
    }

    .sec-2 .heading,
    .sec-3 .heading {
        width: 100%;
    }

    .sec-2 .heading h2,
    .sec-3 .heading h2,
    .sec-4 .heading h2,
    .sec-5 .heading h2 {
        font-size: 52px;
    }

    .sec-2 .img-flex .img {
        width: 35%;
    }

    .sec-3 {
        height: auto;
        min-height: 600px;
        padding: 80px 236px;
    }

    .sec-4 {
        height: auto;
        padding: 80px 0 0 0;
    }

    .sec-4 .menu-content {
        gap: 40px;
        justify-content: center;
        margin-top: 0;
        height: auto;
    }

    .sec-4 .menu-img-wrapper {
        width: 54%;
        margin-top: 20px;
    }

    .sec-4 .menu-list {
        gap: 25px;
    }

    .sec-4 .menu-list li {
        font-size: 18px;
    }

    .sec-4 .prop-image img:nth-child(1) {
        width: 20%;
        top: -40%;
    }

    .sec-4 .prop-image img:nth-child(2) {
        width: 22%;
        top: -42%;
    }

    .sec-4 .prop-image img:nth-child(3) {
        width: 34%;
        bottom: 27%;
        left: -12%;
        position: absolute;
        z-index: 11;
    }

    .sec-4 .prop-image img:nth-child(4) {
        width: 32%;
        bottom: 40%;
        right: -18%;
        position: absolute;
        z-index: 11;
    }

    .sec-5 .container {
        padding: 80px 0;
    }

    .sec-5 .location-route {
        margin-top: 60px;
        gap: 30px;
    }

    .sec-5 .location-route .location-list {
        gap: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 860px) {
    main section {
        padding: 0 80px;
    }

    nav {
        margin-top: 30px;
    }

    nav img {
        width: 110px;
    }

    .sec-1 {
        height: auto;
        min-height: 700px;
        padding-bottom: 80px;
    }

    .sec-1 .heading {
        padding: 180px 0 0 0;
        gap: 30px;
    }

    .sec-1 h1 {
        font-size: 100px;
        line-height: 1.1;
    }

    .sec-2 {
        height: auto;
        padding: 80px 136px;
    }

    .sec-2 .heading,
    .sec-3 .heading {
        width: 100%;
    }

    .sec-2 .heading h2,
    .sec-3 .heading h2,
    .sec-4 .heading h2,
    .sec-5 .heading h2 {
        font-size: 52px;
    }

    .sec-2 .img-flex .img {
        width: 35%;
    }

    .sec-3 {
        height: auto;
        min-height: 600px;
        padding: 80px 136px;
    }

    .sec-4 {
        height: auto;
        padding: 80px 0 0 0;
    }

    .sec-4 .menu-content {
        gap: 40px;
        justify-content: center;
        margin-top: 0;
        height: auto;
    }

    .sec-4 .menu-img-wrapper {
        width: 54%;
        margin-top: 20px;
    }

    .sec-4 .menu-list {
        gap: 25px;
    }

    .sec-4 .menu-list li {
        font-size: 18px;
    }

    .sec-4 .prop-image img:nth-child(1) {
        width: 20%;
        top: -65%;
    }

    .sec-4 .prop-image img:nth-child(2) {
        width: 22%;
        top: -64%;
    }

    .sec-4 .prop-image img:nth-child(3) {
        width: 34%;
        bottom: 27%;
        left: -21%;
        position: absolute;
        z-index: 11;
    }

    .sec-4 .prop-image img:nth-child(4) {
        width: 38%;
        bottom: 29%;
        right: -39%;
        position: absolute;
        z-index: 11;
    }

    .sec-5 .container {
        padding: 80px 0;
    }

    .sec-5 .location-route {
        margin-top: 60px;
        gap: 30px;
    }

    .sec-5 .location-route .location-list {
        gap: 40px;
    }
}

@media screen and (max-width: 767px) {
    main section {
        padding: 0 20px;
    }

    nav {
        margin-top: 20px;
    }

    nav img {
        width: 100px;
    }

    .sec-1 {
        height: auto;
        min-height: 52vh;
        padding-bottom: 60px;
    }

    .sec-1 .heading {
        padding: 213px 0 0 0;
        gap: 20px;
    }

    .sec-1 h1 {
        font-size: 56px;
        line-height: 1.1;
    }

    .sec-1 .caption p {
        font-size: 14px;
    }

    .sec-1 .caption a {
        font-size: 24px;
    }

    .sec-2 {
        height: auto;
        padding: 60px 36px;
    }

    .sec-2 .heading,
    .sec-3 .heading {
        width: 100%;
    }

    .sec-2 .heading h2,
    .sec-3 .heading h2,
    .sec-4 .heading h2,
    .sec-5 .heading h2 {
        font-size: 40px;
    }

    .sec-2 .caption {
        font-size: 16px;
        gap: 12px;
    }

    .sec-2 .img-flex {
        gap: 30px;
    }

    .sec-2 .img-flex .img {
        width: 60%;
    }

    .sec-2 .img img {
        width: 100%;
        height: auto;
    }

    .sec-2 .prop-image img:first-child {
        width: 35%;
        left: -15%;
        top: -5%;
    }

    .sec-2 .prop-image img:nth-child(2) {
        width: 45%;
        left: -35%;
        top: 65%;
    }

    .sec-2 .prop-image img:nth-child(3) {
        width: 48%;
        left: 89%;
        top: 22%;
    }

    .sec-3 {
        height: auto;
        min-height: 500px;
        padding: 60px 36px;
    }

    .sec-3 .caption {
        font-size: 16px;
    }

    .sec-4 {
        background-image: url('/assets/img/sec-4-mb.jpg');
        padding: 0;
        height: fit-content;
    }

    .sec-4 .caption {
        font-size: 12px;
    }

    .sec-4 .menu-content {
        gap: 30px;
        justify-content: center;
        margin-top: 36%;
    }

    .sec-4 .menu {
        width: 66%;
    }

    .sec-4 .menu-list {
        flex-direction: row;
        gap: 15px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sec-4 .menu-list li {
        font-size: 16px;
    }

    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .sec-4 .menu-image {
        width: 68%;
    }

    .sec-4 .menu-img-wrapper {
        width: 100%;
        margin-top: 40px;
    }

    .sec-4 .prop-image img:nth-child(1) {
        width: 19%;
        left: 8%;
        top: -97%;
    }

    .sec-4 .prop-image img:nth-child(2) {
        width: 20%;
        right: 4%;
        left: auto;
        top: -93%;
    }

    .sec-4 .prop-image img:nth-child(3) {
        width: 32%;
        left: 0%;
        bottom: 33%;
        top: auto;
    }

    .sec-4 .prop-image img:nth-child(4) {
        width: 30%;
        right: 2%;
        bottom: 50%;
    }

    .sec-5 {
        padding: 0;
    }

    .sec-5 .container {
        padding: 60px 0;
    }

    .sec-5 .heading {
        padding: 0px 70px;
    }

    .sec-5 .caption {
        font-size: 12px;
    }

    .sec-5 .location-route {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }

    .sec-5 .location-route .location-list {
        gap: 20px;
    }

    .sec-5 .location-route .location-list p:first-child {
        font-size: 18px;
    }

    .sec-5 .location-route .location-list p {
        font-size: 14px;
    }

    .sec-5 .location-route .location-list a {
        font-size: 13px;
    }

    .sec-5 .map {
        transform: scale(1.2);
    }

    .sec-5 .location-route>img {
        transform: rotate(90deg);
        width: 12px;
        margin: 0 auto;
    }

    .footer .social-list {
        margin-top: 48px;
    }

    .footer .copyright {
        padding: 0 68px;
    }
}

@media screen and (max-width: 430px) {
    .sec-4 .menu-content {
        margin-top: 40%;
    }

    .sec-4 .menu {
        width: 85%;
    }

    .sec-4 .menu-list li {
        font-size: 16px;
    }

    .sec-4 .prop-image img:nth-child(1) {
        width: 18%;
        left: 4%;
        top: -99%;
    }

    .sec-4 .prop-image img:nth-child(2) {
        width: 20%;
        right: 2%;
        top: -102%;
    }

    .sec-4 .prop-image img:nth-child(3) {
        width: 30%;
        left: -5%;
        bottom: 30%;
    }

    .sec-4 .prop-image img:nth-child(4) {
        width: 28%;
        right: -5%;
        bottom: 55%;
    }
}

@media screen and (max-width: 420px) {
    .sec-4 .menu-content {
        margin-top: 40%;
    }

    .sec-4 .menu {
        width: 85%;
    }

    .sec-4 .menu-list li {
        font-size: 16px;
    }

    .sec-4 .prop-image img:nth-child(1) {
        width: 18%;
        left: 5%;
        top: -105%;
    }

    .sec-4 .prop-image img:nth-child(2) {
        width: 20%;
        right: 2%;
        top: -104%;
    }

    .sec-4 .prop-image img:nth-child(3) {
        width: 30%;
        left: -5%;
        bottom: 30%;
    }

    .sec-4 .prop-image img:nth-child(4) {
        width: 28%;
        right: -9%;
        bottom: 55%;
    }
}