*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'montserrat';
    color: #fff;
}
html, body{
    height: 100%;
    width: 100%;
}
#cursor{
    height: 20px;
    width: 20px;
    background-color: #95c11e;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
}
#cursor-blur{
    height: 400px;
    width: 400px;
    background-color: #96c11e53;
    border-radius: 50%;
    position: fixed;
    filter: blur(50px);
    z-index: 9;
}
#nav {
    height: 150px;
    width: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    padding: 0 150px;
    gap: 50px;
    justify-content: flex-start;
    z-index: 99;
}
#nav img {
    height: 75px;
}
#nav h4{
    transition: all ease .5s;
    text-transform: uppercase;
    font-weight: 500;
}
video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: fixed;
    z-index: -1;
}
#main {
    position: relative;
    background-color: rgba(0, 0, 0, .4);
}
#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 {
    position: relative;
    text-transform: uppercase;
    font-size: 92px;
    font-weight: 800;
}
#page1 h1::before{
    content: "EAT. DRINK. PLAY.";
    position: absolute;
    color: black;
    top: -4px;
    left: -4px;
    -webkit-text-stroke: 2px #95c11e;
    z-index: -1;
}
#page1 h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}
#page1 p {
    font-size: 18px;
    font-weight: 800;
    font-weight: 100;
    width: 40%;
}
#page1 #arrow{
    height: 200px;
    width: 200px;
    background-color: red;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: -2%;
    bottom: 0%;
    background-color: transparent;
    border: 2px solid #95c11e;
    transition: all ease .6s;
    cursor: pointer;
}
#page1 #arrow i{
    font-size: 35px;
    font-weight: 500;
}
#page1 #arrow:hover{
    scale: 0.4;
    background-color: #95c11e;
}
#page2 {
    min-height: 100vh;
    width: 100%;
    z-index: 10;
}
#scroller {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 10;
}
#scroller::-webkit-scrollbar{
    display: none;
}
#scroller-in{
    display: inline-block;
    white-space: nowrap;
    animation: scroll 35s linear infinite ;
}
#scroller h4{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 95px;
    font-weight: 900;
    margin-right: 10px;
    color: transparent;
    -webkit-text-stroke: 2px #95c11e;
}
#scroller h4:hover{
    color: #95c11e;
}
@keyframes scroll {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
#about-us{
    height: 40vh;
    width: 100%;
    display: flex;
    padding: 0 65px;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 10;
}
#about-us #img1{
    height: 160px;
    width: 160px;
    border-radius: 10px;
    object-fit: cover;
}
#about-us #img2{
    height: 220px;
    width: 150px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
#about-us-in {
    text-align: center;
    width: 45%;
}
#about-us-in h3{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 40px;
}
#about-us-in p{
    font-size: 14px;
    line-height: 20px;

}
#cards-container{
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
    z-index: 10;

}
.card{
    height: 80%;
    width: 24%;
    background-color: black;
    border-radius: 30px;
    background-size: cover;
    background-position: center; 
}
#card1{
    background-image: url(https://i.pinimg.com/736x/5d/04/46/5d0446c5bc6736c2a3c7373a6f2bedc7.jpg);
}
#card2{
    background-image: url(https://i.pinimg.com/736x/c6/54/ed/c654ed11133af1d7992d050da437aebb.jpg);
}
#card3{
    background-image: url(https://i.pinimg.com/1200x/7f/2a/92/7f2a92caf0515fad65602dadb653d169.jpg);
}
.overlay{
    height: 100%;
    width: 100%;
    border-radius: 30px;
    background-color: #95c11e;
    padding-top: 80px;
    padding: 80px 20px;
    opacity: 0;
    transition: all ease 0.6s;
}
.overlay h4{
    color: black;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    white-space: nowrap;
}
.overlay p{
    color: #000;
    font-size: 14px;
    line-height: 2;
}
.overlay:hover{
    opacity: 1;
}
.card:hover{
    transform: rotate3d(1,-1,0,20deg);
}
#green-div{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(45deg,#fafc00,#088400);
}
#green-div h4{
    width: 40%;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: #111;
}
#green-div img{
    height: 100%;
    object-fit: cover;
    width: 14%;
}
#page3{
    min-height: 100vh;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#page3>p{
    font-size: 35px;
    font-weight: 700;
    width: 65%;
    text-align: center;
    line-height: 45px;
}
#page3 img{
    position: absolute;
    height: 40px;
}
#page3 #colon1{
    left: 15%;
    top: 30%;
}
#page3 #colon2{
    right: 15%;
    bottom: 30%;
}
#page4{
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
}
.elem{
    height: 70%;
    width: 26%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.elem h2{
    height: 100%;
    width: 100%;
    background-color: #95c11e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 800;
    position: absolute;
    z-index: 10;
    transition: all ease 0.8s;
}
.elem img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease .3;
}
.elem:hover h2{
    color: white;
    background-color: transparent;
}
#page4 h1{
    font-family: arial;
    font-size: 77px;
    position: absolute;
    font-weight: 900;
    top: -12%;
    color: #000;
    -webkit-text-stroke:2px white;
}
#footer{
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(to left bottom,#119f3a,#ace002);
    position: relative;
    z-index: 10;
}
#footer>img{
    height: 80px;
}
#f1 h3,h6{
    color: #000;
    cursor: pointer;
}

#icon i{
    color: #000;
    cursor: pointer;
}