* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
  color: white;
  /* overflow-x: hidden; */
}
*::selection {
  color: #95c11e;
  background-color: white;
}
html{
  scroll-padding-top: 20vh;
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}
html,body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  height: auto;
}
body::-webkit-scrollbar {
  background-color: black;
  width: 9px;
}
body::-webkit-scrollbar-thumb {
  background-color: #95c11e;
  border-radius: 100px;
}
/* .main{
  width: 100vw;
  min-height: 100vh;
} */
.nav {
  display: flex;
  align-items: center;
  height: 16vh;
  padding: 4.25vw 5.5vw;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
.nav .options{
  display: flex;
}
.logo {
  height: 10vh;
  width: 10vw;
  transition: all 0.2s linear 0.001s;
  overflow: hidden;
}
.logo img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.logo:hover {
  padding: 0.25vw 0 0 0.25vw;
}
.nav h5 {
  padding: 0.75vw;
  font-size: 1.15vw;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.02s linear 0.0001s;
}
.nav h5:hover {
  color: #a7db18;
}
.btns{
  display: flex;
  gap: 2vw;
  margin-left: 1vw;
}
.nav button{
  background-color: black;
  padding: 1vw 1.65vw;
  border-radius: 1.5vw;
  border: 1.5px solid #95c11e;
  font-weight: 500;
  font-size: 1vw;
  position: relative;
  overflow: hidden;
  z-index: 12;
}
.nav button p{
  z-index: 12;
}
.nav button::before{
  content: "";
  height: 150%;
  width: 150%;
  border-radius: 30%;
  border: 5px solid green;
  position: absolute;
  background-color: #95c11e;
  top: 109%;
  left: -8%;
  transition: all 0.1s linear 0s;
  z-index: -1;
}
.nav button:hover::before{
  top:-9px
}
video {
  position: fixed;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  z-index: -99;
}
.main {
  position: relative;
  background-color: rgba(0, 0, 0, 0.39);
  top: 0;
}
.page1 {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5vw;
  position: relative;
  z-index: 10;
}
.page1 h1 {
  font-size: 7.5vw;
  position: relative;
  font-weight: 900;
}
.page1 h1::before {
  content: "EAT. DRINK. PLAY.";
  position: absolute;
  -webkit-text-stroke: 1.5px #95c11e;
  color: black;
  z-index: -1;
  top: -3px;
  left: -5px;
}
.page1 h3 {
  font-size: 2vw;
  font-weight: 700;
}
.page1 p {
  width: 41%;
  font-size: 1.25vw;
  margin-top: 0.75vw;
}
.cursor {
  position: fixed;
  background-color: #95c11e;
  border: none;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  z-index: 100;
}
.cursor-blur {
  height: 500px;
  width: 500px;
  background-color: rgba(150, 193, 30, 0.267);
  border-radius: 50%;
  position: fixed;
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}
.arrow {
  position: absolute;
  bottom: 0;
  left: -1.75vw;
  border: 2px #95c11e solid;
  border-radius: 50%;
  padding: 6vw 6vw;
  margin: 0;
  transition: all 0.4s linear;
  z-index: 10;
  cursor: pointer;
}
.arrow i {
  font-size: 3vw;
}
.arrow:hover {
  scale: 0.4;
  background-color: #95c11e;
}
.page2{
  scroll-behavior: smooth;
}
.scroller {
  /* background-color: red; */
  display: flex;
  margin-top: 1vh;
  overflow-x: auto;
}
.scroller::-webkit-scrollbar {
  display: none;
}
.scroller-in {
  display: flex;
  animation: 25s linear 0 scroll;
  animation-iteration-count: infinite;
}
.scroller-in h4 {
  white-space: nowrap;
  font-size: 7.5vw;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-left: 2vw;
  transition: all 0.2s linear;
}
.scroller-in h4:hover {
  color: #95c11e;
  -webkit-text-stroke: 1px #95c11e;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.aboutus {
  display: flex;
  margin-top: 15vh;
  padding: 0 7vw;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
}
.aboutus img {
  height: 30vh;
  width: 15vw;
  object-fit: cover;
  border-radius: 10%;
  z-index: 10;
}
.aboutus .center {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5.5vh;
  line-height: 4.5vh;
}
.aboutus .center h1 {
  font-size: 3.5vw;
  font-weight: bolder;
}
.aboutus .center p {
  width: 80%;
  font-size: 1.25vw;
}
.cards {
  display: flex;
  width: 100vw;
  justify-content: space-around;
  margin-top: 25vh;
  padding: 0 5vw;
  position: relative;
  z-index: 10;
}
.card {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.card img {
  height: 85vh;
  width: 25vw;
  object-fit: cover;
  border-radius: 4%;
}
.cards .dotted {
  position: absolute;
  top: -60px;
  left: 94px;
  z-index: 5;
}
.cards .dotted {
  height: 12vh;
  width: 12vw;
}
.card .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 4%;
  background-color: #95c11e;
  padding: 14vh 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.card .overlay h1 {
  font-size: 3vw;
  color: black;
}
.card .overlay .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2vh;
}
.card .overlay .text p {
  color: black;
  margin-top: 1vh;
  line-height: 5vh;
}
.card .overlay i {
  position: absolute;
  right: -32px;
  top: -32px;
  font-size: 8vw;
  font-weight: 100;
}
.card:hover .overlay {
  opacity: 100;
}
.signup {
  width: 100vw;
  height: 50vh;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#a5d621, #97c31f, #5eb329);
  margin-top: 15vh;
  align-items: center;
  overflow: hidden;
}
.signup img {
  height: 90%;
  width: 20vw;
  object-fit: cover;
}
.signup .left img {
  transform: rotate(180deg);
}

.signup .text {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 2vh;
}
.signup .text h1 {
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}


.image-swiper{
  overflow-x: scroll;
  display: flex;
  margin-top: 20vh;
  transform: rotate(-3deg);
  gap: 5vw;
  z-index: 10;
  position: relative;
}
.image-swiper .container{
  display: flex;
  gap: 5vw;
  animation: scroll 30s linear 0s infinite ;

}
.image-swiper .container img{
  height: 30vh;
  width: 15vw;
  object-fit: cover;
  border-radius: 5%
}
.image-swiper::-webkit-scrollbar{
  display: none;
}
.page3 .follow{
  display: flex;
  justify-content: flex-end;
  transform: rotate(-3deg);
  margin-top: 3vh;
  text-transform: uppercase;
  cursor: pointer;
}
.page3 .follow i{
  margin-right: 0.5vw;
}
.page3 .follow h1{
  font-weight: 800;
  font-size: 1.45vw;
  margin-right:15vw;
}
.page3 .follow h1:hover{
  color: #95c11e;
}
.page3 .follow h1 i{
  color: inherit;
}
.nav h5:hover  .cursor{
  scale: 5;
}
.review{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35vh;
  position: relative;
}
.review img{
  height: 8vh;
  width: 8vw;
  position: absolute;
}
.review #quote1{
  left: 5vw;
  top: -20vh;
}
.review #quote2{
  right: 5vw;
  bottom: -20vh;
}
.review p{
  font-size:2vw;
  width: 60%;
  line-height: 2.75vw;
  text-align: center;
  font-weight: bold;
}
.bottom{
  margin-top: 45vh;
  position: relative;
}
.bottom>h1{
  z-index: 0;
  position: absolute;
  font-size: 5.98vw;
  font-weight: 900;
  top: -11vh;
  left: 8.5vw;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  paint-order: stroke fill;
  font-family: "Roboto", sans-serif;
  transition: all 0.2s linear 0s;
}

.bottom .highlights{
  display: flex;
  justify-content: center;
  gap: 2vw;
}
.bottom .highlight img{
  opacity: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 1;
  transition: all 0.25s linear 0s;
}
.highlight{
  /* border: 2px solid #95c11e; */
  background-color: #95c11e;
  /* padding: 7.5vh 2vw; */
  height: 23vh;
  width: 26vw;
  border-radius: 1vw;
  position: relative;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highlight h1{
  color: inherit;
  z-index: 5;
  position: relative;
  font-weight: 900;
  font-size: 2.8vw;
  text-align: center;
}
.highlight:hover img{
  opacity: 1;
}
.footer {
  height: 50vh;
  width: 100vw;
  background: linear-gradient(#a5d621, #97c31f, #5eb329);
  position: relative; 
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8vh 0vw 2vh 5vw;
  z-index: 10;
}
.footer .contain{
  height: 93%;
  width: 30%;
  object-fit: cover;
  position: absolute;
  left: -2vw;
  top: 2vh;
}
.footer .contain img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: rotate(180deg);
  z-index: 0;
}
.footer .top{
  display: flex;
  justify-content: space-around;
  gap: 4vw;
  width: 100%;
  margin-left: 5vw;
  position: relative;
}
.footer .part1{
  display: flex;
  flex-direction: column;
  gap: 4vh;
}
.company-packet{
  margin-left: 1.75vw;
}
.company-packet i{
  font-size: 2vw;
  color: black;
}
.footer .top .part4 p{
  width: 30%;
}
.part2,.part3{
  line-height: 3vw;
}
.footer h1{
  color: black;
  font-weight: 900;
}
.footer p{
  color: black;
}
.footer h3{
  color: black;
  font-weight: 900;
}
.part4{
  display: flex;
  flex-direction: column;
  gap: 1vh;
}
.footer .logo {
  height: 12vh;
  width: 12vw;
}
.footer .below{
  display: flex;
  justify-content: space-between;
  gap: 17vw;
  position: relative;
  z-index: inherit;
}
.footer a{
  text-decoration: none;
  color: black;
}
.footer a:hover{
  color: white;
}
.footer i:hover{
  color: white;
  cursor: pointer;
}