* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
    color: #fff;
}
*::selection{
    background-color: #fff;
    color: #89B11B;
}
body::-webkit-scrollbar{
    display: block;
    width: 8px;
    background-color: #89B11B;
    background: #89B11B;
}
body::-webkit-scrollbar-thumb{
    background-color: #fff;
    border-radius: 50px;
}

body {
    height: 100%;
    width: 100%;
}

#nav {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 90px;
    gap: 30px;
    position: fixed;
    z-index: 10;

}

#nav img {
    height: 70px;

}

#nav ul {
    display: flex;
    gap: 15px;
    list-style: none;

}

#nav ul a {
    text-transform: uppercase;
    text-decoration: none;
    text-wrap: nowrap;
    font-size: 14px;
}

.nav-btn{
    text-wrap: nowrap;
    color: #000;
    padding: 12px 20px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 28px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border: 4px solid #89B11B;
}
.nav-btn:hover{
    background-color: #89B11B;
    color: #000;
    transition: all 0.4s ease-in-out;
}
#cursor {
    height: 20px;
    width: 20px;
    background-color: #89B11B;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
}

#cursor-blur {
    height: 400px;
    width: 400px;
    background-color: #90b9212c;
    border-radius: 50%;
    position: fixed;
    filter: blur(40px);


}

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

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

}

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

}

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

#page1 h1::before {
    content: 'Eat. Drink. Play.';
    position: absolute;
    color: #000;
    top: -6px;
    left: -6px;
    -webkit-text-stroke: 1px #89B11B;
    z-index: -1;
}
#page1 #arrow{
   height: 100px;
   width: 100px;
   border: 2px solid #89B11B;
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   left: 1%;
   bottom: 1%;
   transition: all 0.6s ease-in-out;
}
#page1 #arrow:hover{
    scale: 0.4;
    background-color: #89B11B;
}
#page1 #arrow i{
    font-size: 50px;
    color: #fff;
}

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

#page1 p {
    font-size: 20px;
    font-weight: 500;
    width: 40%;
}

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


}

#scroller {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 10;
}

#scroller h4 {
    display: inline-block;
    font-size: 120px;
    font-weight: 800;
    transition: all 1s ease-in-out;
    margin-right: 10px;
    -webkit-text-stroke: 2px #89B11B;
    text-transform: uppercase;
    color: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#scroller h4:hover {
    color: #89B11B;
    cursor: pointer;
}

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

#scroller-1 {
    display: inline-block;
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 20S;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

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

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

#aboutus {
    height: 40vh;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 50px;
    justify-content: space-around;
    flex-direction: row-reverse;
    z-index: 10;
}

#aboutus img {
    height: 220px;
    width: 220px;
    border-radius: 10px;
    object-fit: cover;
}

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

#about-us-in h3 {
    font-size: 54px;
    margin-bottom: 30px;
    font-weight: 800;
}

#about-us-in p {
    font-size: 20px;
    line-height: 20px;
}

#card-container {
    height: 60vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 70px;
}

.card {
    height: 80%;
    width: 24%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    transition: all 0.6s ease;

   
}


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

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

#card-3 {
    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: #89B11B;
    padding-top: 160px;
    padding: 30px;
    opacity: 0;
    transition: all 0.6s ease;

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

}
.card:hover{
    transform: rotate3d(-1,1,0,20deg);
}
.overlay h4{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    white-space: nowrap;
    margin-bottom: 20px;
}
.overlay p{
    font-size: 18px;
    color: #000;
}
#green-div{
    height: 30vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to left bottom, #A9DB22, #55B12C );

}
#green-div h4{
    width: 45%;
    font-size: 27px;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
#green-div img{
    height: 100%;
    object-fit: cover;
    width: 14%;


}
#page-3{
    height: 60%;
    padding: 30px 100px;
    display:  flex;
    justify-content: space-between;
    align-items: center;
}
#page-3 img{
    height: 450px;
    width: 650px;
    border-radius: 10px;
}

.text-3{
   
    height: 60%;
    width: 50%;
    padding: 0 50px;
    
}
.text-3 h3{
    font-size: 35px;
    margin: 20px 10px;
}
.text-3 p{
    margin: 20px 10px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    line-height: 30px;

    
}
.text-3 button{
    color: #000;
    padding: 16px 25px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 28px;
    margin: 20px 10px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border: 4px solid #89B11B;
}

.text-3 button:hover{
    transition: all 0.4s ease;
    background-color: #89B11B;
    color: #000;
    font-weight: 600;
}
#page-4{
    height: 80vh;
    background-color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#page-4>p{
    font-size: 30px;
    width: 60%;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin: 0;
}
#page-4 img{
    position: absolute;
    height: 50px;
}
#colon1{
    top: 15%;
    left: 15%;
}
#colon2{
    bottom: 15%;
    right: 15%;
}
#page-5{
    height: 60vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
    z-index: 1;

}
.elem{
    height: 50%;
    width: 26%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.elem h4{
    height:  100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #89B11B;
    color: #000;
    font-size: 40px;
    border-radius: 20px;
    font-weight: 800;
    position: absolute;
    z-index: 10;
    transition: all 0.5s ease-in-out;

}
.elem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    scale: 1.1;
    transition: all 0.5s ease-in-out;
}
.elem:hover  h4{
    color: #fff;
    background-color: transparent;
}
.elem:hover  img{
    scale: 1;

}
#page-5 h1{
    font-size: 65px;
    position: absolute;
    top: 30px;
    font-weight: 900;
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-text-stroke: #fff 2px;
    
}
#fotter{
    height: 60%;
    width: 100%;
    background: linear-gradient(to left bottom, #55B12C , #A9DB22 );
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}
#fotter img{
    height: 300px;
    width: 300px;
}
#f1{
    position: absolute;
    top: 26%;
    left: 8%;
}
#f1 img{
    height: 100px;
    width: 110px;

}
#f2{
    padding: 20px 100px;
}
#f2 li {
    list-style: none; 
}
#f2 li a{
    text-decoration: none;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
}
#f2 li a:hover{
    color: #fff;
    transition: all 0.5s ease-in-out;
}
#fotter p{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
}