@import url('https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&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');


html {
    height: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Grandstander", cursive;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}

.container {
    width: 1440px !important;
}

.kango-button {
    display: inline-flex;
    align-items: center;
    font-family: "Grandstander", cursive;
    border-style: solid;
    border-width: 1px;
    border-radius: 60px 20px 60px 20px;
    background-color: #f0f0f0;
    padding: 20px 40px 16px 40px;
    font-size: 16px;
    gap: .5rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.1s ease;
    width: fit-content;
}

.kango-button:hover {
    border: 1px solid #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.kango-button .icon {
    font-size: 24px;
    font-weight: 300;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    z-index: 1;
    pointer-events: none;
    background-blend-mode: darken;
    height: calc(100% - 550px);
}

.page .overlay {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
}

.page .overlay:after {
    height: 400px;
    bottom: 0;
    background-image: url('/assets/images/page-header-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 22%;
    background-position: center;
}

.page .white-lines:before {
    position: absolute;
    content: "";
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('/assets/images/page-header-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 80%;
    transform: rotate(180deg);
}


.box {
    width: 100%;
    z-index: 100;
}

.box .box-header {
    border-radius: 40px 20px 0 0;
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.box .box-header .box-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.box .box-header .icon {
    font-size: 38px;
    font-weight: 100;
}

.box .box-content {
    background-color: #FFF3E8;
    border-radius: 0 0 40px 20px;
    color: #000;
    padding: 24px 48px;

}

.right-line:after {
    content: "";
    position: absolute;
    top: 0;
    right: -4.5rem;
    width: 60px;
    height: 100%;
    background-image: url('/assets/images/yellow-line.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: rotate(90deg);
}

.left-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2.6rem;
    width: 60px;
    height: 100%;
    background-image: url('/assets/images/yellow-line.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: rotate(90deg);
}

.left-line-white:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 100%;
    background-image: url('/assets/images/white-line.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: rotate(90deg);
}

.ticket-left-line-white a {
    position: relative;
}

.ticket-left-line-white a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -34px;
    width: 50px;
    height: 100%;
    background-image: url('/assets/images/white-line.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: rotate(90deg);
}

.ticket-left-line-white a:last-child:after {
    background: none;
}

.green-lines {
    position: relative;
    width: 100%;
    height: 100%;
}

.green-lines:before {
    position: absolute;
    content: "";
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('/assets/images/header-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}


.green-lines:after {
    position: absolute;
    content: "";
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('/assets/images/header-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(-180deg);
    z-index: 5;
}

.custom-dashed {
    width: 110px;
    height: 110px;
    background-image: url('/assets/images/dashed-circle.svg');
    background-repeat: no-repeat;
}

.yellow-lines:after {
    position: absolute;
    content: "";
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('/assets/images/yellow-section-bottom.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.small-box {
    border-radius: 50px 20px 50px 20px;
}

.brown-lines:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('/assets/images/brown-section-top.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.brown-lines:after {
    position: absolute;
    content: "";
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('/assets/images/brown-section-bottom.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.z-999 {
    z-index: 999 !important;
}

@media (max-width: 768px) {

    #mobileMenu {
        width: 100%;
        height: 100vh;
        top: 0px;
    }

    .container {
        width: 100% !important;
        padding: 0 20px;
        z-index: 0;
    }

    .hero {
        z-index: 20;
    }

    .green-lines:before, .green-lines:after, .brown-lines:before, .brown-lines:after {
        background-size: 260%;
        height: 50px;
        background-position: center center;
    }

    .green-lines:before {
        top: -40px;
    }

    .brown-lines:before {
        top: -4px;
    }

    .green-lines:after, .brown-lines:after {
        bottom: -40px;
    }

    .yellow-lines:after {
        background-size: 260%;
        height: 50px;
        background-position: center center;
    }

    .yellow-lines:after {
        bottom: -40px;
    }

    .right-line:after {
        content: "";
        position: absolute;
        top: 0;
        right: -4rem;
        width: 60px;
        height: 80%;
        background-image: url('/assets/images/yellow-line.svg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        transform: rotate(90deg);
    }

    .page .overlay {
        height: 70px;
    }

    .page .overlay:after {
        height: 200px;
        background-size: 260%;
    }

    .page .white-lines:before {
        bottom: -40px;
        background-size: 260%;
    }
}
