*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    color: white;
}
html, body {
    width: 100%;
    height: 100%;
}
 
#cursor {
    width: 20px;
    height: 20px;
    z-index: 99;
    background-color: rgb(112, 241, 72);
    border-radius: 50%;
    position: fixed;
}
#cursor-blur {
    width: 400px;
    height: 400px;
    z-index: 9;
    background-color: rgba(75, 148, 53, 0.473);
    border-radius: 50%;
    position: fixed;
    filter: blur(50px);
}
#nav{
    width: 100%;
    height: 145px;
    
    position: fixed;
    display: flex;
    align-items:center;
    justify-content: flex-start;
    padding: 0 150px;
    color: white;
    gap: 20px;
    z-index: 99;



}
.h1:hover, .h2:hover, .h3:hover, .h4:hover, .h5:hover {
    color: rgba(8, 8, 8, 0.87);
    transition: all linear 0.2s;
}
#nav img{
    width: 60px;
    height: 60px;
    
}
video{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    
}
#main{
    position: relative;
    background-color: rgba(0, 0, 0, 0.37);
}
#page1{
    height: 100vh;
    width: 100%;   
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#page1 h1{
    font-size: 90px;
    color: white;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    
}
#page1 h1::before{
    content: 'EAT. DRINK. PLAY.';
    position: absolute;
    
    top: -2px;
    left: -3px;
    color: black;
    z-index: -1;
    opacity: 0.8;
    -webkit-text-stroke: 1.5px greenyellow;
}
#page1 h3{
    font-size: 20px;
    color: white;
    text-align: center;
    font-weight: 600px;
    margin-top: 10px;
}
#page1 p{
    font-size: 16px;
    color: white;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    width: 50%;
}
#page2{
    min-height: 100vh;
    width: 100%;
    z-index: 10;
    
}
#scroll{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 10;
}
#scroll::-webkit-scrollbar {
    display: none;
}
#scroll-in{
    display: inline-block;
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}
#scroll h4{
    display: inline-block;
    font-weight: 700px;
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 50px;
    color: transparent;
    transition: all linear 0.4s;
    -webkit-text-stroke: 2px rgba(93, 167, 75, 0.87);

}
#scroll h4:hover{
    color:  rgba(90, 204, 61, 0.87);
    
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
#about{
    margin-top: 100px;
    display: inline-block;
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#about img{
    
    width: 50%;
    height: 80%;
    object-fit: cover;
    border-radius: 30px;
}
#about-us {
    color:white ;
    text-align: center;
    justify-content: center;
    width: 70%;
    height: 90%;
    padding: 20px;
    line-height: 25px;
}
#card-containor{
    background-color: transparent;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
    z-index: 10;


}
.card{
    width: 24%;
    height: 80%;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    
}
#card1 {
    background-image: url('https://images.pexels.com/photos/2828723/pexels-photo-2828723.jpeg?cs=srgb&dl=pexels-thomasleeward-2828723.jpg&fm=jpg');
}
#card2 {
    background-image: url('https://t3.ftcdn.net/jpg/00/08/48/90/360_F_8489083_gyFQj5QhX6ZpoH42Vwasg2ZCl1duhntD.jpg');
}
#card3 {
    background-image: url('https://media.istockphoto.com/id/1454927838/photo/golf-ball-on-tee-in-the-evening-golf-course-with-sunshine-background.jpg?s=612x612&w=0&k=20&c=JVPWL390168anp8roB3Y8pChxj1-cCe1_mAg9OeoC3E=');
}
#content1{
    height: 100%;
    width: 100%;
    background-color: #95C11E;
    padding:  50px;
    border-radius: 30px;
    padding-top: 60px;
    opacity: 0;

}
#content1 h2{
    font-size: 20px;
    color: rgb(24, 23, 23);
    font-weight: 600;

}
#content1 p{
    font-size: 17px;
    color: rgb(37, 36, 36);
    font-weight: 400;
    margin-top: 10px;
}
.card:hover #content1{
    opacity: 1;
    transition: all linear 0.4s;
}
.card:hover {
    transform: scale(1.05);
    transition: all linear 0.4s;
}
#signupbox{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(to left bottom,#29A635,#95C11E)

}
#signupbox h3{
    color: rgb(7, 7, 7);
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    width: 50%;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    line-height: 40px;
}
#signupbox img{
    height: 100%;
    object-fit: cover;
    width: 18%;
    margin: 10px;
    opacity: 0.5;
}
#page3{
    height: 100vh;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#page3 p{
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 50%;
    line-height: 45px;
}
#page3 img{
    position: absolute;
    height: 60px;
}
#page3 #commaleft{
    left: 180px;
    top: 200px;
}
#page3 #commaright{
    right: 150px;
    top: 380px;
}
#footer{
     height: 30vh;
    display: flex;
    
    justify-content: center;
    background:linear-gradient(to left bottom,#29A635,#95C11E)
}
#footer p{
    color: rgb(7, 7, 7);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 40%;
    margin-top: 100px;
    margin-left: 80px;
    z-index: 10;
    align-items: center;
}
#footer img{
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 50px;
    left: 20px;
}
footer h4{
    color: rgb(7, 7, 7);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 50%;
    margin-top: 60px;
    z-index: 10;
}