*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}

::selection{
    background-color: #fff;
    color: #95c11e;
}

.nav img{
    height: 100px;
}

.cursor{
    height: 18px;
    width: 18px;
    background-color: #95c11e;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
}

.cursor-blur{
    height: 350px;
    width: 350px;
    background-color: #b0e9142c;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    filter: blur(50px);
    z-index: 9;
}

.nav{
    padding: 0 50px;
    height: 145px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: white;
    position: fixed;
    z-index: 99;
}

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

.main{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4)
}

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

.page1 h1{
    font-size: 120px;
    font-weight: 800;
    position: relative;
}

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

.page1 h2{
    margin-top: 20px;
    font-size: 100px;
    font-weight: 900;
}

.page1 p{
    width: 550px;
    margin-top: 10px;
}

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

.scrollbar{
    /* background: red; */
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}

.scrollbar::-webkit-scrollbar{
    display: none;
}

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

.scroll-in h4{
    display: inline-block;
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    color: black;
    /* color: transparent; */
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px #fff;
    transition: all linear 0.5s;
    margin-right: 10px;
}

.scroll-in h4:hover{
    color: #95c11e;
    -webkit-text-stroke: 2px #95c11e;
}

.about-us{
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* background: red; */
    position: relative;
    z-index: 10;
}

.about-us img{
    height: 170px;
    width: 170px;
    border-radius: 24px;
    object-fit: cover;
}

.about-us-in {
    color: white;
    width: 750px;
    text-align: center;
}

.about-us-in h3{
    font-size:40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-us-in p{
    margin-bottom: 20px;
    line-height: 20px;
}

.card-container{
    height: 60vh;
    /* width: 100%;  */
    /* background-color: red; */
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
    gap: 50px;
    z-index: 10;
    /* margin: 50px; */
    /* margin-right: 60px; */
    /* padding-left: 60px; */
    /* margin-left: 60px; */
}

.card{
    height: 400px;
    width: 400px;
    background-position: center;
    background-color: blue;
    border-radius: 24px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    
}

.card h3{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    white-space: nowrap;
    position: absolute;
    bottom: 90px;
    /* left: 30px; */
    padding-left: 30px;
    z-index: 1;
}

#card1{
    background: url(/card1.avif);
    /* object-fit: cover; */
    background-size: cover;
    
}


#card2{
    background: url(/card2.webp);
    background-size: cover;

}

#card3{
    background: url(/card3.avif);
    background-size: cover;
}

.overlay{
    height: 100%;
    width: 100%;
    background-color: #95c11e;
    border-radius: 24px;
    /* padding: 50px; */
    padding-top: 150px;
    opacity: 0;
    z-index: 9;
    transition: all ease 0.5s;
}

.overlay h4{
    /* text-align: center; */
    margin-bottom: 10px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 20px;
    padding-right: 20px;
}

.overlay p{
    padding-left: 20px;
    padding-right: 20px;
}

.overlay:hover{
    opacity: 1;
}
.card:hover{
    transform: rotate3d(1,1,0,20deg);
}

.green-div{
    height: 30vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to left bottom, #119f3a, #ace022);
}

.green-div h4{
    width: 40%;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    text-align: center;
    line-height: 40px;
}

.green-div img{
    height: 100%;
    object-fit: cover;
    width: 12%;
}

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


.page3 > p {
    font-size: 25px;
    font-weight: 700;
    width: 60%;
    color: white;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
  }
  
.page3 img {
    position: absolute;
    height: 60px;
  }


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


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

.page4 {
    height: 30vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
}

.page4 h1 {
    font-size: 5vw;
    position: absolute;
    top: -15%;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
    -webkit-text-stroke: 2px #fff;
    z-index: 9;
}

.elem {
    height: 70%;
    width: 26%;
    overflow: hidden;
    border-radius: 20px;
    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: 2vw;
    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;
}

.footer {

    height: 40vh;
    width: 86.8%;
    background: linear-gradient(to left bottom, #119f3a 0%, #a3d421 80%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6.5vw;
    padding: 0 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-right: 10px; */
    overflow: hidden;
  }

.footer>img{
    position: absolute;
    top: 10%;
    left: 20px;
    height: 100%;
    z-index: 0;
}

.footer1 img{
    height: 100px;
}

.footer1,.footer2,.footer3,.footer4{
    width: fit-content;
    position: relative;
    z-index: 99;
    /* background-color: red; */
}

.footer2 h3 {
    font-size: 1.6vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    margin-bottom: 8px;
}
  
.footer3 h3 {
    font-size: 1.6vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    margin-bottom: 8px;
}

.footer4 h4 {
    font-size: 1vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

.footer-last{
    font-weight: 800;
}

@keyframes scroll {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}