* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

*::selection {
    background-color: #fff;
    color: #A7D921;
}

html,
body {
    width: 100%;
    height: 100%;
    /* perspective: 800px; */
}

body::-webkit-scrollbar {
    display: block;
    width: 10px;
    background-color: #000;
}

body::-webkit-scrollbar-thumb {
    background-color: #A7D921;
    border-radius: 50px;
    height: 50px;
}

#nav {
    height: 140px;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    position: fixed;
    gap: 50px;
    justify-content: flex-start;
    padding-left: 120px;
    z-index: 99;
}

#nav img {
    height: 75px;
}

#nav h4 {
    text-transform: uppercase;
    font-weight: 500;
    transition: all ease-in .1s;
}
#nav h4:hover{
    color: #A7D921;
}
#cursor {
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    background-color: #7fa516;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    /* transition:  0.1s; */
}

#cursor-blur {
    height: 400px;
    width: 400px;
    background-color: #c3ec5358;
    border-radius: 50%;
    position: fixed;
    filter: blur(60px);
    z-index: 9;
    left: 0;
    top: 0;
    /* transition: */
}



video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: fixed;
    z-index: -1;
}

#main {
    position: relative;
    background-color: rgba(0, 0, 0, 0.37);
}

#page1 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 10;

}

#page1 h1 {
    font-size: 140px;
    font-weight: 900;
    position: relative;

}

#page1 h1::before {
    content: "EAT. DRINK. PLAY.";
    position: absolute;
    color: black;
    top: -4px;
    left: -4px;
    z-index: -1;
    -webkit-text-stroke: 2px #b3e42c;
}

#page1 h2 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;

}

#page1 p {
    font-size: 20px;
    font-weight: 400;
    width: 45%;

}

#page1 #arrow {
    height: 180px;
    width: 180px;
    background-color: transparent;
    border: 2px solid #b3e42c;
    position: absolute;
    left: -40px;
    bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease-in 0.4s;

}

#page1 #arrow i {
    font-size: 50px;
    font-weight: 100;


}

#page1 #arrow:hover {
    scale: 0.4;
    background-color: #a8d921be;
}

#page2 {
    min-height: 100vh;
    width: 100%;
    z-index: 10;

}

#scroller {
    /* background-color: red; */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 10;
    position: relative;

}

#scroller::-webkit-scrollbar {
    display: none;
}

.scroller-in {
    display: inline-block;
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#scroller h4 {
    display: inline-block;
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 10px;
    transition: all linear 0.2s;
    -webkit-text-stroke: 2px #b3e42c;
    color: #000;
}

#scroller h4:hover {
    color: #b3e42c;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* About Us  */
#about-us {
    height: 40vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 80px;
    position: relative;
    z-index: 10;
    margin-top: 70px;

}

#about-us img {
    height: 160px;
    width: 160px;
    border-radius: 10px;
    object-fit: cover;
    position: relative;
    z-index: 9;
}

#about-us-in {
    width: 50%;
    text-align: center;

}

#about-us-in h3 {
    font-size: 50px;
    font-weight: 800;
    margin: 20px 0;


}

#about-us-in p {
    font-size: 20px;
    /* font-weight: 800; */
    margin-bottom: 30px;
    line-height: 30px;

}

/* Cards  */
#cards-container {
    height: 100vh;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    z-index: 10;
}

.cards {
    height: 80%;
    width: 25%;
    /* background-color: blue; */
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: all ease 0.6s;
}

#card1 {
    background-image: url(https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/home-toptracer-1024x682.jpg?strip=all&lossy=1&sharp=1&ssl=1);
}

#card2 {
    background-image: url(https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/hero-4-1024x1024.jpg?strip=all&lossy=1&sharp=1&ssl=1);
}

#card3 {
    background-image: url(https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/home-lessons-1024x682.jpg?strip=all&lossy=1&sharp=1&ssl=1);
}

.overlay {
    height: 100%;
    width: 100%;
    background-color: #b3e42c;
    padding: 30px;
    padding-top: 100px;
    opacity: 0;
    transition: all ease 0.6s;

}

.overlay h4 {
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    /* white-space: nowrap; */
    margin-bottom: 20px;
    font-weight: 800;
}

.overlay p {
    color: #000;
    font-size: 18px;
    line-height: 40px;
}

.cards:hover .overlay {
    opacity: 1;
}

.cards:hover {
    transform: rotate3d(-1, 1, 0, 10deg);
}

#green-div {
    height: 40vh;
    background: linear-gradient(to right top, #29A534, #A7D921);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

#green-div h4 {
    width: 45%;
    color: black;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;

}

#green-div img {
    height: 100%;
    object-fit: cover;
    width: 10%;
}

#page3 {
    height: 100vh;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

#page3>p {
    font-size: 30px;
    width: 55%;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;

}

#page3 img {
    position: absolute;
    height: 45px;
}

#page3 #colon1 {
    left: 15%;
    top: 25%;
}

#page3 #colon2 {
    bottom: 30%;
    right: 15%;
}

#page4 {
    height: 40vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    position: relative;
}

.elem {
    height: 50%;
    width: 26%;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.elem h2 {
    height: 100%;
    width: 100%;
    background-color: #95c11e;
    display: flex;
    color: #000;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    font-size: 2.5vw;
    position: absolute;
    z-index: 10;
}

.elem img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
    scale: 1.1;
}

.elem:hover h2 {
    color: #fff;
    background-color: transparent;
}

.elem:hover img {
    scale: 1;
}

#page4 h1 {
    font-size: 80px;
    position: absolute;
    font-weight: 900;
    top: 0;
    -webkit-text-stroke: 2px #fff;
    color: #000;
}

#footer {
    height: 50vh;
    width: 100%;
    background: linear-gradient(to right top, #A7D921, #29A534);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6.5vw;
    padding: 0 100px;
    z-index: 10;

}

#footer>img {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;

}
#clm-left{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#clm-left img{
    height: 100px;
   transition: all ease-in 0.2s;
  
}

#clm-left img:hover{
    scale: 0.9;
}

#clm-left i{
    font-size: 40px;
    color: #000;
    border-radius: 10px;
}

#clm-left,
.clm-mid,
#clm-right{
    top: -10px;
    width: fit-content;
    position: relative;
    z-index: 99;
    /* background-color: red; */
}

.clm-mid h4{
    font-size: 30px;
    font-weight: 800;
    color: #000;
    line-height: 55px;
    text-transform: uppercase;
    transition: all ease 0.4s;
}
.clm-mid h4:hover{
    color: #fff;
}
#clm-right p {
    font-size: 20px;
    color: #000;
    font-weight: 600;

}
#clm-right a{
    text-decoration: none;
    color: #000;
    font-weight: 700;
    transition: all ease 0.4s;
}
#clm-right a:hover{
    color: #fff;
}

#clm-right h4{
    font-size: 20px;
    color: #000;
    font-weight: 900;
    padding-top: 5px;
}
#clm-right h4:hover{
    color: #fff;
}
#legal{
    height: 10%;
    width: 90%;
    position:absolute;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: red; */

}

#legal p{
    color: #000;
    font-weight: 500;
    display: inline-block;
}

