* {
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    user-select: none;
    overflow-x: hidden !important;
    background-color: #fff;
}

.body {
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.page {
    min-height: 150vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.body {
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    width: 100%;
}

.header {
    height: 90.5vh;
    background: url("../images/peacock.png") center/cover no-repeat;
    width: 100%;
    position: relative;
}


.imgbox {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: center;
    gap: 3rem;
    margin-top: 5rem;
}

.boximg, .imgbox img {
    max-width: 100%;
    height: auto;
    display: block;
}

.box {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.box1 {
    grid-column: 1;
    grid-row: 1;
}

.box3 {
    grid-column: 3;
    grid-row: 1;
}

.box2 {
    grid-column: 2;
    grid-row: 2;
}

.info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Road Rage", sans-serif;
    text-align: center;
    color: black;
}
.info p{
    font-size: 2.8rem;
}

.info h1 {
    font-size: 3rem;
    margin-bottom: 0.1rem;
    font-weight: 100;
}

.times {
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-weight: 100;

}

.times h2 {
    font-size: 3rem;
    margin-bottom: 0rem;
    font-weight: 100;

}

.times p {
    font-size: 3rem;
    font-weight: 100;

}

.box2 .info p,
.box3 .info p {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 100;

}

.btn {
    display: inline-block;
    padding: 0.6rem 1.8rem;
    background: rgba(0, 0, 0, 0.15);
    border: 2px solid black;
    border-radius: 0.5rem;
    font-size: 2rem;
    color: black;
    text-decoration: none;
    font-family: "Road Rage", sans-serif;
    font-weight: 100;
    transition: all 0.3s ease; 
}

.btn:hover {
    transform: scale(1.08); 
    background: rgba(0, 0, 0, 0.25); 
    box-shadow: 0 6px 12px rgba(0,0,0,0.25); 
    border-color: #333; 
}



.navBar {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    box-sizing: border-box;
    height: auto;
    min-height: 70px;
    background: #7ea87c;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    color: white;
    z-index: 500;
    justify-content: space-between;
    gap: 1.5rem;
}

.navBar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28%;
    height: 100%;
    background: #1d3d2c;
    border-radius: 1rem 0 0 1rem;
    clip-path: polygon(0 0, 85% 0, 65% 100%, 0 100%);
    z-index: -1;
}

.leftText {
    position: relative;
    flex-shrink: 0;
    font-family: "Road Rage", sans-serif;
    white-space: nowrap;
}

.leftText h1 {
    font-size: clamp(1.2rem, 3vw, 2rem);
    font-weight: 400;
    color: #f1c057;
    margin: 0;
}

.leftText p {
    font-size: clamp(0.7rem, 1.5vw, 1rem);
    color: #f1c057;
    margin: 0;
}

.menu {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.menu li a:hover::after {
    transform: scale(1.1);
}

.menu li {
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
    font-weight: bold;
    cursor: pointer;
}

.planBtn {
    flex-shrink: 0;
    background: #659a66;
    padding: 0.7rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    font-size: clamp(0.9rem, 1.1vw, 1.3rem);
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.planBtn a {
    color: white;
    text-decoration: none;
}

.planBtn:hover {
    background: #4d8856;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.planBtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


.cheetahtxt {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
    width: 35vw;
    font-family: "Road Rage", sans-serif;
    color: white;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 200;
    z-index: 300;
}

.bodytxt {
    color: black;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 100;
    font-family: "Road Rage", sans-serif;
    text-align: center;
}

.bodytxt h1 {
    line-height: 3;
    font-weight: 100;
}

.bodytxt p {
    width: 100%;
    max-width: 600px;
    font-size: 32px;
    margin: 0 auto;
    position: relative;
    left: 0;
    transform: none;
}

.footer {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px;
    margin: 0px;

}

.footer-img {
    background: url("../../assets/images/footer.png");
    min-height: 449px;
    max-height: 449px;
    width: 100%;
}

.bottom-span {
    position: relative;
    top: 40%;
    left: 10%;
    max-width: 30vw;
}

.bottom-span p {
    font-family: "Road Rage";
    font-size: 42px;
}

.bottom-span img {
    gap: 50%;
    padding: 2%;
}

.footerinfo {
    position: relative;
    top: 15%;
    left:40%;
    max-width: 50%;
    font-family: "Road Rage";
    font-size: 42px;
    text-align: center;
}

.links {
    color: white;
    text-decoration: none;
}

a {
    color: white;
    text-decoration: none; 
}

.nav-auth {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 12px;

    flex-shrink: 0;
}

.nav-user {
    color: #fffbe6;
    font-weight: 700;
    font-size: 0.95rem;
}

.nav-account-btn, .nav-logout-btn {
    background: #f1c057;
    color: #1d3d2c;
    border: none;
    padding: 0.45rem 0.8rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.nav-account-btn:hover, .nav-logout-btn:hover {
    background: #ffd274;
}

.nav-logout-form {
    display: inline;
}