*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    height: 100%;
    width: 100%;
    perspective: 100%;
    font-family:'montserrat';
    background-color: white;
}
*::selection{
    color: white;
    background-color: rgb(128, 186, 41);
}
#nav
{
    width: 100%;
    height:26%;
    display: flex;
    background-color:transparent;
    display: flex;
    align-items: center;
    padding-top: 0px;
    justify-content:flex-start;
    padding-left: 8vw;
    gap:30px;
    position:fixed;
    z-index: 100;
}
#nav img
{
    height: 70px;
}
#nav h4
{
    color: white;
    font-weight:400;
    letter-spacing:2px;
    text-transform: uppercase;
}
#nav #nav-butns
{
    position: absolute;
    right:10%;
    top:65%;
}
#nav #nav-butns button
{
    height: 100%;
    text-transform: uppercase;
    font-size: 13px;
    padding:15px 20px 13px 20px;
    border-radius: 100px;
    background-color: black;
    color: white;
    border:2px solid #95C11E;
}
#cursor{
    height: 25px;
    width: 25px;
    background-color: #95C11E;
    position: fixed;
    z-index: 99;
    border-radius: 50%;
}
#cursor-blur{
    height:400px;
    width:400px;
    background-color: #96c11e2b;
    position: fixed;
    z-index: 99;
    border-radius: 50%;
    filter:blur(60px);
}
video
{
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#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;
    color: white;
    flex-direction: column;
    text-align: center;
    z-index: 10;
}
#page1 h1
{
    font-size: 120px;
    text-transform: uppercase;
    font-weight:900;
    color: white;
}
#page1::before{

    content: "Eat. Drink. Play.";
    position: absolute;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 900;
    top: 28%;
    left: 4%;
    color: black;
    -webkit-text-stroke: 2px #95C11E;  
    z-index: -1;
    pointer-events: none;         
    white-space: nowrap;           
}

#page1 h2
{
    font-weight:900;
    text-transform: uppercase;
    padding-top:20px;
    padding-bottom: 20px;
}
#page1 p
{
     width:40%;
     font-family: 'monsterrat';
     font-weight: 900;
}
#page2{
    min-height: 100vh;
    width: 100%;
    z-index: 10;
}
#scroller{
    white-space: nowrap;
    color: white;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    z-index: 99;
}
#scroller-in 
{
    display: inline-block;
    white-space: nowrap;
    animation: scroll 30s linear infinite reverse;
}
#scroller::-webkit-scrollbar{
    display: none;
}
#scroller-in h4
{
    padding: 10px;
    display: inline-block;
    font-weight: 900;
    font-family: gilroy;
    font-size: 120px;
    color: white;
    margin-right: 10px;
    -webkit-text-stroke:2px #95C11E;
    color: transparent;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}
#scroller-in h4:hover
{
    color: #95C11E;
}
#about-us
{
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 70px;
}
#about-us img
{
    height:60%;
    width: 10%;
    object-fit: cover;
    border-radius: 25px;
}
#about-us-in{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
}
#about-us-in p
{
    padding-top: 20px;
    line-height: 3vw;
}
#about-us-in h3{
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 30px;
}
#about-us-in
{
    font-family: sans-serif;
    width: 35%;
    color: white;
}

#cards
{
    height:100vh;
    display: flex;
    position: relative;
    z-index:10;
    align-items: center;
    justify-content: center;
    gap:40px;
    padding-top: 10vw;
    overflow: hidden;
}
#card2
{
    border-radius:10px;
    height: 90%;
    width: 30%;
    background-image:url("./Assests/card2.webp");
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
#card1
{
    border-radius: 10px;
    height: 90%;
    width: 30%;
    background-image:url("./Assests/card1.avif");
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
#card3
{
    border-radius: 10px;
    height: 90%;
    width: 30%;
    background-image:url("./Assests/card3.avif");
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
.overlay {
  height: 100%;
  width: 100%;
  background-color: #95c11e;
  padding: 30px;
  padding-top: 160px;
  opacity: 0;
  transition: all ease 0.6s;
}
.overlay h3 {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 20px;
  font-weight: 800;
}
.overlay p 
{
  color: #000;
  font-size: 18px;
}

#green-div {
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: red; */
  background: linear-gradient(to left bottom, #119f3a, #ace022);
}
#green-div h4 {
  width: 45%;
  line-height: 50px;
  color: #000;
  text-align: center;
  font-weight: 800;
  font-size: 27px;
  text-transform: uppercase;
}
#green-div img {
  height: 100%;
  object-fit: cover;
  width: 14%;
}
#page3 {
  height: 100vh;
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
#page3 > p {
  font-size: 35px;
  font-weight: 700;
  width: 60%;
  line-height: 45px;
  text-align: center;
  color: white;
}

#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;
}
.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;
}
#page4 h1 {
  font-size: 6.4vw;
  position: absolute;
  top: -15%;
  font-weight: 900;
  font-family: gilroy;
  color: #000;
  -webkit-text-stroke: 2px #fff;
}
#footer {
  height: 40vh;
  width: 100%;
  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;
}
#footer > img {
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 0;
}
#f1 img {
  height: 100px;
}
#f1,
#f2,
#f3,
#f4 {
  width: fit-content;
  position: relative;
  z-index: 99;
  /* background-color: red; */
}
#f2 h3 {
  font-size: 1.6vw;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  margin-bottom: 8px;
}

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

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

body::-webkit-scrollbar {
  display: block;
  width: 8px;
  background: #95c11e;
}
body::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 50px;
}