@import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gasoek+One&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
.body {
    font-family: "Gruppo", sans-serif;
    background: #000000;
    color: #fff;
    overflow-x: hidden;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000;
    z-index: 1000;
}
nav ol {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

nav ol li {
    list-style: none;
}

nav ol li a {
    color: #F69308;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

nav ol li a:hover {
    color: #cf7c07;
}

nav ol img {
    width: 24px;
    height: 24px;
}

.hero {
    background-image: url("../img/tlo-header.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 20px;
    position: relative;
}

.hero .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}

.hero .container .title {
    text-align: right;
    font-family: "Gasoek One", sans-serif;
}

.hero .container .title h1 {
    font-size: 88px;
    font-weight: 400;
    color: #F69308;
    line-height: 40px;
    text-shadow: 4px 4px 4px #000;
}

.hero .container .title h2 {
    font-size: 68px;
    font-weight: 400;
    line-height: 54px;
    text-shadow: 4px 4px 4px #000;
}

.hero .container span {
    font-size: 48px;
}

.hero .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 6px;
    background: #F69308;
}

.map {
    padding: 100px 20px;
}

.map img {
    width: 100%;
}

.where {
    position: relative;
    padding: 0px 40px;
}

.where .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.where .container .title {
    font-family: "Gasoek One", sans-serif;
    font-size: 28px;
}

.where .container .title h2 {
    font-weight: 400;
}

.where .container .title h2 span {
    color: #F69308;
}

.where .container .text {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.where .container .text .col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.where .container .text .col p {
    z-index: 100;
}

.where .container .text .col p span {
    color: #E88D0D;
}

.where img {
    width: 100%;
    position: absolute;
    bottom: -200px;
    right: 0;
}

.where .line1 {
    position: absolute;
    left: 14px;
    top: 0;
    width: 5px;
    height: 300px;
    background: #F69308;
}

.where .line2 {
    position: absolute;
    right: 14px;
    bottom: 0px;
    width: 5px;
    height: 300px;
    background: #F69308;
}

.where .line3 {
    display: none;
}

.trivias {
    margin-top: 240px;
    position: relative;
    padding: 0px 20px;
}

.trivias .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.trivias .container .title {
    font-family: "Gasoek One", sans-serif;
    font-size: 28px;
}

.trivias .container .title h2 {
    font-weight: 400;
    line-height: 48px;
}

.trivias .container .title h2 span {
    color: #F69308;
}

.trivias .container .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.trivias .container .content .box {
    width: 100%;
    z-index: 100;
}

.trivias .container .content .box .image {
    width: 100%;
    height: 400px;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trivias .container .content .box:hover .image {
    filter: grayscale(0);
}

.trivias .container .content .box:nth-child(1) .image {
    background-image: url('../img/box1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.trivias .container .content .box:nth-child(2) .image {
    background-image: url('../img/box2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.trivias .container .content .box:nth-child(3) .image {
    background-image: url('../img/box3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.trivias .container .content .box:nth-child(4) .image {
    background-image: url('../img/box4.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.trivias .container .content .box .image .border {
    width: 90%;
    height: 90%;
    border: 4px solid #F69308;
}

.trivias .container .content .box .title-box {
    background: #F69308;
    text-align: center;
    font-size: 22px;
    padding: 10px 0px;
}

.trivias .container .content .box p {
    font-size: 18px;
    margin-top: 10px;
}

.trivias .img1 {
    display: none;
}

.trivias .img2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.arms {
    position: relative;
    padding: 120px 0px;
}

.arms .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.arms .container .title {
    font-family: "Gasoek One", sans-serif;
    font-size: 28px;
    padding: 0px 40px;
}

.arms .container .title h2 {
    font-weight: 400;
    line-height: 48px;
}

.arms .container .title h2 span {
    color: #F69308;
}

.arms .container .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.arms .container .content .paragraph {
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
}

.arms .container .content .paragraph p span {
    color: #F69308;
}

.arms .container .content .image1 {
    margin: 100px 0px 300px 0px;
    display: flex;
    justify-content: center;
}

.arms .container .content .image1 .text1 {
    position: absolute;
    left: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: -40px;
    width: 100px;
}

.arms .container .content .image1 .text1 p {
    font-size: 18px;
}

.arms .container .content .image1 .text1 p span {
    color: #E88D0D;
}

.arms .container .content .image1 .text1 .line {
    width: 2px;
    height: 30px;
    background: #E88D0D;
    transform: rotate(-10deg);
}

.arms .container .content .image1 .text2 {
    position: absolute;
    right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: -100px;
    width: 200px;
}

.arms .container .content .image1 .text2 p {
    font-size: 18px;
}

.arms .container .content .image1 .text2 p span {
    color: #E88D0D;
}

.arms .container .content .image1 .text2 .line {
    width: 2px;
    height: 60px;
    background: #E88D0D;
    transform: rotate(10deg);
}

.arms .container .content .image1 .text3 {
    position: absolute;
    right: 4%;
    bottom: 36%;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    gap: 10px;
    margin-top: -100px;
    width: 240px;
}

.arms .container .content .image1 .text3 p {
    font-size: 18px;
}

.arms .container .content .image1 .text3 p span {
    color: #E88D0D;
}

.arms .container .content .image1 .text3 .line {
    width: 2px;
    height: 60px;
    background: #E88D0D;
    transform: rotate(10deg);
    margin-right: 60px;
}

.arms .container .content .image1 img {
    width: 100%;
}

.arms .container .content .image2 img {
    width: 100%;
    transform: rotate(-90deg);
}

/** **/

.arms .container .content .image2 {
    margin-top: 200px;
}

.arms .container .content .image2 .text1 {
    position: absolute;
    left: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: -140px;
    width: 120px;
}

.arms .container .content .image2 .text1 p {
    font-size: 18px;
}

.arms .container .content .image2 .text1 p span {
    color: #E88D0D;
}

.arms .container .content .image2 .text1 .line {
    width: 2px;
    height: 30px;
    background: #E88D0D;
    transform: rotate(-10deg);
}

.arms .container .content .image2 .text2 {
    position: absolute;
    right: 4%;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    gap: 10px;
    margin-top: -160px;
    width: 120px;
}

.arms .container .content .image2 .text2 p {
    font-size: 18px;
}

.arms .container .content .image2 .text2 p span {
    color: #E88D0D;
}

.arms .container .content .image2 .text2 .line {
    width: 2px;
    height: 30px;
    background: #E88D0D;
    transform: rotate(-10deg);
    margin-right: 20px;
}

.arms .container .content .image2 .text3 {
    position: absolute;
    right: 4%;
    bottom: -6%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 10px;
    margin-top: -100px;
    width: 240px;
}

.arms .container .content .image2 .text3 p {
    font-size: 18px;
}

.arms .container .content .image2 .text3 p span {
    color: #E88D0D;
}

.arms .container .content .image2 .text3 .line {
    width: 2px;
    height: 60px;
    background: #E88D0D;
    transform: rotate(-10deg);
    margin-right: 60px;
}

.arms .line1,
.arms .line2,
.arms .line3 {
    display: none;
}

.footer-top-img {
    margin-top: 300px;
    padding: 0px 20px;
}

.footer-top-img img {
    width: 100%;
}

.footer {
    padding: 60px 20px;
}

.footer .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer .container .logo img {
    width: 100%;
}

.footer .container .newsletter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .container .newsletter h3 {
    font-size: 32px;
    color: #E88D0D;
}

.footer .container .newsletter .input input {
    background: #5C5B5B;
    border: 0;
    border-radius: 999px;
    padding: 8px;
    color: #fff;
}

.footer .container .newsletter .input input::placeholder {
    color: #fff;
}

.footer .container .newsletter .input button {
    background: #5C5B5B;
    border: 0;
    border-radius: 999px;
    padding: 8px;
    color: #fff;
}


@media (min-width: 620px) {
    nav ol {
        padding: 20px;
    }

    nav ol li a {
        font-size: 20px;
    }

    nav ol img {
        width: 32px;
        height: 32px;
    }

    .hero .container .title h1 {
        font-size: 140px;
        line-height: 80px;
    }

    .hero .container .title h2 {
        font-size: 92px;
        line-height: 70px;
    }

    .hero .container span {
        font-size: 62px;
    }

    .where img {
        bottom: -340px;
    }

    .trivias .container .content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 40px;
    }

    .trivias .container .content .box {
        width: 44%;
    }

    .trivias .container .content .box .image {
        height: 300px;
    }

    .arms .container .content .image1 .text1 {
        left: 14%;
        gap: 20px;
        width: 160px;
    }

    .arms .container .content .image1 .text1 p {
        font-size: 20px;
    }

    .arms .container .content .image1 img,
    .arms .container .content .image2 img {
        width: 80%;
    }

    .arms .container .content .image1 .text2 {
        position: absolute;
        right: 8%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin-top: -80px;
        width: 200px;
    }

    .arms .container .content .image1 .text2 p {
        font-size: 20px;
    }

    .arms .container .content .image1 .text3 {
        position: absolute;
        right: 14%;
        bottom: 40%;
        display: flex;
        justify-content: center;
        align-items: end;
        flex-direction: column;
        gap: 10px;
        margin-top: 0px;
        width: 280px;
    }

    .arms .container .content .image1 .text3 p {
        font-size: 20px;
    }

    .arms .container .content .image2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arms .container .content .image2 .text1 {
        left: 26%;
        margin-top: -640px;
    }

    .arms .container .content .image2 .text1 p {
        font-size: 20px;
    }

    .arms .container .content .image2 .text2 {
        position: absolute;
        right: 12%;
        display: flex;
        justify-content: center;
        align-items: end;
        flex-direction: column;
        gap: 10px;
        margin-top: -600px;
        width: 200px;
    }

    .arms .container .content .image2 .text2 p {
        font-size: 20px;
    }

    .arms .container .content .image2 .text3 {
        position: absolute;
        left: 26%;
        bottom: -8%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-top: 0px;
    }

    .arms .container .content .image2 .text3 p {
        font-size: 20px;
    }

    .footer-top-img {
        display: flex;
        justify-content: center;
    }

    .footer-top-img img {
        width: 80%;
    }

    .footer .container .logo img {
        width: 60%;
    }
}

@media (min-width: 1000px) {
    nav ol {
        justify-content: end;
        gap: 60px;
        padding: 20px;
    }

    nav ol li a {
        font-size: 42px;
    }

    nav ol img {
        width: 54px;
        height: 54px;
    }

    .hero {
        padding: 180px 20px;
    }

    .hero .container {
        gap: 40px;
    }

    .hero .container .title h1 {
        font-size: 240px;
        line-height: 160px;
    }

    .hero .container .title h2 {
        font-size: 160px;
        line-height: 100px;
    }

    .hero .container span {
        font-size: 80px;
    }

    .where .container {
        gap: 40px;
    }

    .where .container .title {
        font-size: 34px;
    }

    .where .container .text {
        font-size: 22px;
        flex-direction: row;
        gap: 40px;
    }

    .where .container .text .col {
        gap: 40px;
    }

    .where img {
        width: auto;
        position: absolute;
        bottom: -500px;
        right: 0;
    }

    .where .line1 {
        position: absolute;
        left: 14px;
        top: 0;
        width: 5px;
        height: 300px;
        background: #F69308;
    }

    .where .line2 {
        position: absolute;
        right: 14px;
        bottom: -300px;
        width: 5px;
        height: 600px;
        background: #F69308;
    }

    .where .line3 {
        display: block;
        width: 60%;
        height: 5px;
        background: #F69308;
        position: absolute;
        right: 0px;
        bottom: -100px;
    }

    .trivias {
        margin-top: 440px;
    }

    .trivias .container {
        gap: 40px;
    }

    .trivias .container .title {
        font-size: 34px;
    }

    .trivias .img2 {
        width: auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .arms .container .content .image1 {
        justify-content: end;
    }

    .arms .container .content .image1 img {
        width: auto;
    }

    .arms .container .content .image2 {
        justify-content: start;
    }

    .arms .container .content .image2 img {
        width: auto;
        transform: rotate(0deg);
    }

    .arms .container .content .image1 .text1 {
        left: 48%;
        gap: 20px;
        width: 160px;
    }

    .arms .container .content .image1 .text2 {
        right: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        margin-top: -80px;
        width: 200px;
    }

    .arms .container .content .image1 .text3 {
        position: absolute;
        right: 24%;
        bottom: 44%;
        display: flex;
        justify-content: center;
        align-items: end;
        flex-direction: column;
        gap: 20px;
        margin-top: 0px;
        width: 280px;
    }

    .arms .container .content .image2 .text1 {
        left: 24%;
        margin-top: -940px;
    }

    .arms .container .content .image2 .text2 {
        position: absolute;
        right: 28%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-top: -600px;
        width: 200px;
    }

    .arms .container .content .image2 .text2 .line {
        transform: rotate(10deg);
    }

    .arms .container .content .image2 .text3 {
        position: absolute;
        left: 26%;
        bottom: -4%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-top: 0px;
    }

    .footer {
        padding: 60px 20px;
    }

    .footer .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .footer .container .logo img {
        width: 100%;
    }

    .footer .container .newsletter {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer .container .newsletter h3 {
        font-size: 32px;
        color: #E88D0D;
    }

    .footer .container .newsletter .input input {
        background: #5C5B5B;
        border: 0;
        border-radius: 999px;
        padding: 8px;
        color: #fff;
    }

    .footer .container .newsletter .input input::placeholder {
        color: #fff;
    }

    .footer .container .newsletter .input button {
        background: #5C5B5B;
        border: 0;
        border-radius: 999px;
        padding: 8px;
        color: #fff;
    }
}

@media (min-width: 1400px) {
    .where {
        padding: 0px 100px;
    }

    .where .container .text {
        width: 800px;
    }

    .where img {
        width: auto;
        position: absolute;
        bottom: -400px;
        right: 0;
    }

    .where .line1 {
        position: absolute;
        left: 40px;
        top: 0;
        width: 5px;
        height: 700px;
        background: #F69308;
    }

    .where .line2 {
        position: absolute;
        right: 40px;
        bottom: -400px;
        width: 5px;
        height: 700px;
        background: #F69308;
    }

    .where .line3 {
        display: block;
        width: 60%;
        height: 5px;
        background: #F69308;
        position: absolute;
        right: 0px;
        bottom: -300px;
    }

    .trivias {
        padding: 0px 80px;
    }

    .trivias .container {
        align-items: end;
    }

    .trivias .container .title {
        width: 600px;
        text-align: right;
    }

    .trivias .container .content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: end;
        gap: 40px;
        width: 800px;
    }

    .trivias .container .content .box {
        width: 380px;
    }

    .arms .container .title {
        padding: 0px 80px;
    }

    .arms .container .content .paragraph {
        width: 700px;
        padding: 0px 80px;
    }

    .arms .container .content .image1 .text1 {
        left: 62%;
        gap: 20px;
        width: 160px;
    }

    .arms .container .content .image1 .text2 {
        right: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        margin-top: -120px;
        width: 200px;
    }

    .arms .container .content .image2 .text1 {
        left: 18%;
        margin-top: -940px;
    }

    .arms .container .content .image2 .text2 {
        position: absolute;
        right: 40%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-top: -600px;
        width: 200px;
    }

    .footer-top-img img {
        width: auto;
    }

    .footer {
        padding: 60px 80px;
    }
}

@media (min-width: 1860px) {
    nav ol {
        justify-content: end;
        gap: 60px;
        padding: 40px 100px;
    }

    .hero {
        padding: 160px 100px;
    }

    .hero .container .title h1 {
        font-size: 310px;
        line-height: 160px;
    }

    .hero .container .title h2 {
        font-size: 240px;
        line-height: 160px;
    }

    .where .container {
        gap: 80px;
    }

    .where .container .title {
        font-size: 100px;
        width: 1200px;
        line-height: 160px;
    }

    .where .container .text {
        width: 1000px;
        font-size: 32px;
    }

    .trivias .container {
        gap: 80px;
    }

    .trivias .container .title {
        font-size: 100px;
        width: 1200px;
    }

    .trivias .container .title h2 {
        line-height: 140px;
    }

    .trivias .container .content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: end;
        gap: 80px;
        width: 1200px;
    }

    .trivias .container .content .box {
        width: 520px;
    }

    .trivias .container .content .box .image {
        height: 440px;
    }

    .trivias .container .content .box p {
        font-size: 32px;
        margin-top: 10px;
    }

    .trivias .container .content .box .title-box {
        background: #F69308;
        text-align: center;
        font-size: 32px;
        padding: 10px 0px;
    }

    .arms .container {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .arms .container .title {
        padding: 0px 100px;
        font-size: 100px;
        width: 1200px;
    }

    .arms .container .title h2 {
        line-height: 140px;
    }

    .arms .container .content .paragraph {
        width: 1200px;
        padding: 0px 100px;
        font-size: 32px;
    }

    .arms .container .content .image1 .text1 p,
    .arms .container .content .image1 .text2 p,
    .arms .container .content .image1 .text3 p,
    .arms .container .content .image2 .text1 p,
    .arms .container .content .image2 .text2 p,
    .arms .container .content .image2 .text3 p {
        font-size: 32px;
    }

    .arms .container .content .image1 .text1 .line,
    .arms .container .content .image1 .text2 .line,
    .arms .container .content .image1 .text3 .line,
    .arms .container .content .image2 .text1 .line,
    .arms .container .content .image2 .text2 .line,
    .arms .container .content .image2 .text3 .line {
        height: 60px;
        width: 4px;
    }

    .arms .container .content .image1 .text1 {
        left: 67%;
        margin-top: -80px;
        gap: 20px;
        width: 160px;
    }

    .arms .container .content .image1 .text2 {
        right: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        margin-top: -180px;
        width: 280px;
    }

    .arms .container .content .image1 .text3 {
        position: absolute;
        right: 24%;
        bottom: 38%;
        display: flex;
        justify-content: center;
        align-items: end;
        flex-direction: column;
        gap: 20px;
        margin-top: 0px;
        width: 400px;
    }

    .arms .container .content .image2 .text1 {
        left: 10%;
        margin-top: -940px;
        width: 300px;
    }

    .arms .container .content .image2 .text2 {
        position: absolute;
        right: 46%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-top: -600px;
        width: 300px;
    }

    .arms .container .content .image2 .text3 {
        position: absolute;
        left: 26%;
        bottom: -2%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-top: 0px;
        width: 640px;
    }
}