* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: white;
  font-family: "montserrat";
}
html,
body {
  width: 100%;
  height: 100%;
}
#nav {
  height: 100px;
  width: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  position: fixed;
  z-index: 99;
}
#nav img {
  height: 70px;
}
#nav h4 {
  text-transform: uppercase;
  font-weight: 500;
}
#cursor {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #b0e60e;
  position: fixed;
  z-index: 99;
}
#cursor-blur {
  height: 360px;
  width: 360px;
  border-radius: 50%;
  background-color: #b3c96f46;
  position: fixed;
  z-index: 9;
  filter: blur(30px);
}
video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: fixed;
  z-index: -1;
}
#main {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
#page1 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 10;
}
#page1 h1 {
  font-size: 100px;
  font-weight: 900;
  position: relative;
}
#page1 h2 {
  font-size: 30px;
  font-weight: 800;
}
#page1 p {
  font-size: 15px;
  font-weight: 400;
  width: 50%;
}
#page1 h1::before {
  content: "EAT. DRINK. PLAY.";
  position: absolute;
  color: black;
  top: -5px;
  left: -5px;
  -webkit-text-stroke: 2px #95c113;
  z-index: -1;
}
#page2 {
  width: 100%;
  min-height: 100vh;
  z-index: 10;
}
#marque {
  position: relative;
  z-index: 10;
}
#marque-content h4 {
  display: inline-block;
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke: 1px #95c113;
  color: transparent;
  transition: all linear 0.5s;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
#marque-content h4:hover {
  color: #95c113;
}
#about-us {
  height: 40vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 50px;
  position: relative;
  z-index: 10;
}
#about-us img {
  width: 220px;
  height: 220px;
  border-radius: 20px;
  object-fit: cover;
}
#about-us-in h3 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 40px;
}
#about-us-in p {
  font-size: 16px;
}
#about-us-in {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#cards-container {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: relative;
  z-index: 10;
}
.card {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: all ease 0.5s;
}
#card1 {
  background-image: url(https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/home-toptracer-1024x682.jpg?strip=all&lossy=1&sharp=1&ssl=1);
}
#card2 {
  background-image: url(https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/hero-4-1024x1024.jpg?strip=all&lossy=1&sharp=1&ssl=1);
}
#card3 {
  background-image: url(https://eiwgew27fhz.exactdn.com/wp-content/uploads/2023/02/home-toptracer-1024x682.jpg?strip=all&lossy=1&sharp=1&ssl=1);
}
.overlay {
  height: 100%;
  width: 100%;
  background-color: #95c113;
  padding: 30px;
  padding-top: 70px;
  opacity: 0;
  transition: all ease 0.5s;
}
.overlay:hover {
  opacity: 1;
}
.card:hover {
  transform: rotate3d(1, 1, 0, 15deg);
}
.overlay p {
  color: black;
  font-size: 15px;
}
.overlay h4 {
  color: black;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
#green-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30vh;
  background: linear-gradient(to left bottom, #15bf45, #ace022);
}
#green-div h4 {
  width: 40%;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  color: black;
}
#green-div img {
  height: 100%;
  object-fit: cover;
  width: 10%;
}
#page3{
  height: 100vh;
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#page3 p{
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  width: 65%;
  text-align: center;
}
#page3>img{
position: absolute;
height: 60px;
}
#page3 #colon1{
left: 15%;
top: 25%;
}
#page3 #colon2{
  bottom: 30%;
  right:15% ;
}