@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/gill-sans-2");
@import url("https://fonts.cdnfonts.com/css/montserrat");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  /* -webkit-text-fill-color: white; */
}

html,
body {
  width: 100%;
  height: 100%;
  color: white;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: block;
  width: 10px;
  background: #000;
}
body::-webkit-scrollbar-thumb {
  background-color: #95c11e;
  border-radius: 50px;
}

/* 
#scroller::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #000000;
}

#scroller::-webkit-scrollbar-thumb {
    background-color: #95C11E;
    border-radius: 10px;
}

#scroller::-webkit-scrollbar-thumb:hover {
    background-color: #7FA515;
}

#scroller::-webkit-scrollbar-track {
    background-color: #a4d521;
} */

#cursor {
  width: 25px;
  height: 25px;
  background-color: #95c11e;
  border-radius: 50%;
  position: fixed;
  z-index: 99;
  pointer-events: none;
  /* width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    z-index: 99; */
}

#cursor-blur {
  width: 400px;
  height: 400px;
  background-color: #c7f34f62;
  filter: blur(100px);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9;
}

#nav {
  height: 135px;
  width: 100vw;
  /* margin-left: -40px; */
  /* margin-top: -5px; */
  /* background-color: rebeccapurple; */
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 0 50px;
  justify-content: center;
  position: fixed;
  z-index: 99;
}

#nav button {
  margin-top: -5px;
}

#nav img {
  height: 65px;
  transition: transform 0.7s ease;
}

#nav h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#nav h4:hover {
  color: #a4d521;
  cursor: pointer;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  z-index: -1;
}

#main {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.445);
  /* background: linear-gradient(to top, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.37) 60%); */
}

#page1 {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 10;
}

#page1 h1 {
  font-size: 90px;
  font-weight: 900;
  margin-top: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

#page1 h1::before {
  content: "Eat. Drink. Play.";
  position: absolute;
  font-size: 90px;
  font-weight: 900;
  -webkit-text-stroke-color: #bbff00;
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 1px;
  z-index: -1;
  margin-top: -4px;
  margin-left: -4px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

#page1 h2 {
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}

#page1 p {
  font-size: 18px;
  font-weight: 100;
  font-family: "Poppins";
  width: 50%;
}

#page2 {
  min-height: 120vh;
  width: 100vw;
  position: relative;
  z-index: 10;
}

#scroller::-webkit-scrollbar {
  display: none;
}
#scroller {
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  z-index: 10;
}

.scroller-in {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

/* #scroller-in-2 {
    display: inline-block;
    white-space: nowrap;
} */

#scroller h4 {
  display: inline-block;
  font-size: 100px;
  font-weight: 900;
  /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
  margin-right: 15px;
  -webkit-text-fill-color: #000;
  -webkit-text-stroke: 1px white;
  transition: -webkit-text-fill-color 0.3s ease,
    -webkit-text-stroke-color 0.3s ease;

  /* transition: all linear 0.5s; */
  /* -webkit-text-stroke-width: 1px; */
}

/* #scroller h4:hover {
    -webkit-text-fill-color: #95C11E;
    -webkit-text-stroke-color: #95C11E;
} */

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#about-us {
  min-height: 40vh;
  width: 100vw;
  /* background-color: red; */
  display: flex;
  padding: 0 50px;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 140px;
}

#about-us #img1 {
  height: 140px;
  width: 140px;
  border-radius: 20px;
  object-fit: cover;
}

#about-us #img2 {
  height: 190px;
  width: 140px;
  border-radius: 20px;
  object-fit: cover;
}

#about-us-in {
  width: 54%;
  text-align: center;
}

#about-us-in h3 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
}

#about-us-in p {
  font-size: 18px;
  line-height: 33px;
  margin-top: 20px;
}

#card-container {
  width: 100vw;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  position: relative;
  z-index: 10;
  margin-top: 140px;
}

.overlay h4 {
  color: #000;
  font-size: 27px;
  font-weight: 900;
}

.overlay p {
  margin-top: 20px;
  color: #000000b9;
  font-size: 18px;
  line-height: 30px;
}

.card {
  height: 545px;
  width: 344px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s ease-in-out;
  text-align: left;
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  cursor: pointer;
  transition: transform 0.8s ease-in-out; /* Smooth scale */
}

.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  /* justify-content: center; */
  text-align: left;
  flex-direction: column;
  background-color: rgb(174, 223, 39);
  padding: 30px;
  padding-top: 110px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.card.hovered img {
  transform: scale(1.1);
  cursor: pointer;

}

.card.hovered .overlay {
  opacity: 1;
  pointer-events: auto;
  /* cursor: pointer; */
}

#dot-patch1 {
  position: absolute;
  height: 120px;
  top: 645px;
  left: 80px;
}

.card-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 28px;
  font-weight: 900;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: left;
  width: auto;
}

#card-text2 {
  position: absolute;
  bottom: 65px;
  left: 20px;
  font-size: 20px;
  font-weight: 800;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: left;
}

#green-div {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(20deg, #a4d521, #049c3d);
  margin-top: 140px;
}

#green-div h4 {
  width: 50%;
  text-align: center;
  color: #000;
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
}

#green-div img {
  height: 100%;
  object-fit: cover;
  width: 14%;
  opacity: 50%;
}

#green-div img:nth-child(1) {
  transform: rotate(180deg);
}

#page3 {
  min-height: 120vh;
  width: 100vw;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px;
}

#page3-left {
  width: 56%;
}

#page3-left img {
  width: 570px;
  height: 380px;
  border-radius: 15px;
  position: relative;
  z-index: 10;
}

#dotpatch3 img {
  position: absolute;
  height: 140px;
}

#dotpatch3 {
  position: absolute;
  top: 480px;
  left: 120px;
}

#page3-right {
  width: 44%;
}

#page3-right h4 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
}

#page3-right p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 35px;
}

#slider-dots {
  width: 100px;
  height: 40px;
  position: absolute;
  top: 570px;
  left: 400px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  /* background: red; */
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active-dot {
  background-color: #95c11e;
}

.dot.active-dot::before {
  content: "";
  width: 25px;
  position: absolute;
  top: 4px;
  left: 2px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #95c11e;
}

/* 

button{
    margin-top: 25px;
    padding: 15px 30px;
    width: 180px;
    height: 50px;
    background-color: #000;
    color: white;
    border-radius: 40px;
    border: 2px solid #95C11E;
} */

button {
  margin-top: 25px;
  padding: 15px 30px;
  width: 180px;
  height: 50px;
  background-color: #000;
  color: white;
  border-radius: 40px;
  border: 2px solid #95c11e;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text animation */
button span {
  position: absolute;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

/* Top text */
button .text-top {
  transform: translateY(0);
  opacity: 1;
}

/* Bottom text (initially hidden below) */
button .text-bottom {
  transform: translateY(100%);
  color: black;
  opacity: 0;
}

/* Circle fill animation */
button::before,
button::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: #95c11e;
  border-radius: 50%;
  transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
  z-index: -1;
}

button::before {
  background-color: #7fa515; /* Darker inner layer */
  width: 160%;
  height: 160%;
  transition: bottom 0.45s ease-in-out, opacity 0.45s ease-in-out;
}

/* Hover effect */
button.hovered {
  transform: scale(0.95);
}

/* Circles expand from the bottom */
button.hovered::before,
button.hovered::after {
  bottom: -10%;
  opacity: 1;
}

/* Text disappears on hover */
button.hovered .text-top {
  transform: translateY(-100%);
  opacity: 0;
}

button.hovered .text-bottom {
  transform: translateY(0);
  opacity: 1;
}

/* Reset on hover out */
button:not(.hovered) .text-top {
  transform: translateY(0);
  opacity: 1;
}

button:not(.hovered) .text-bottom {
  transform: translateY(100%);
  opacity: 0;
}

#nav img:hover {
  transform: scale(0.95);
  cursor: pointer;
}

#page4 {
  min-height: 60vh;
  width: 100vw;
  position: relative;
  z-index: 10;
}

.image-bar-container {
  display: flex;
  gap: 15px;
  height: 320px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100vw;
  rotate: -3deg;
}

#follow-on-ig {
  position: absolute;
  font-size: 30px;
  font-weight: 900;
  top: 90%;
  left: 60%;
  transition: all 1s ease;
}

#follow-on-ig:hover {
  font-size: 29px;
  color: #7fa515;
  cursor: pointer;

}

#follow-on-ig i {
  font-size: 30px;
  font-weight: 500;
}

.image-track {
  display: flex;
  gap: 15px;
  animation: scroll 30s linear infinite;
  width: max-content;
}

.image-track img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  border-radius: 20px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#page5 {
  height: 110vh;
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

#page5 > p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  width: 60%;
  line-height: 40px;
  text-align: center;
}

#page5 img {
  position: absolute;
  height: 60px;
}
#page5 #colon1 {
  left: 15%;
  top: 25%;
}
#page5 #colon2 {
  bottom: 30%;
  right: 15%;
}

#page6 {
  height: 30vh;
  width: 100%;
  margin-bottom: 16vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  position: relative;
}
.elem {
  height: 90%;
  width: 26%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.elem h2 {
  height: 100%;
  width: 100%;
  background-color: #95c11e;
  display: flex;
  color: #000;
  font-weight: 900;
  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;
  filter: brightness(0.8);
  scale: 1.1;
}
.elem:hover h2 {
  color: #fff;
  cursor: pointer;
  background-color: transparent;
}

#page6:hover h1 {
  -webkit-text-stroke: 2px #a3d421;
}
.elem:hover img {
  scale: 1;
}
#page6 h1 {
  font-size: 70px;
  position: absolute;
  top: -30%;
  font-weight: 900;
  transition: all 1s ease-in-out;
  color: #000;
  -webkit-text-stroke: 2px #fff;
}
#footer {
  height: 60vh;
  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: 80%;
  z-index: 0;
}
#f1 {
  display: flex;
  flex-direction: column;
}
#footer-social {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 30px;
}

#footer-social i {
  color: #000;
  font-size: 35px;
  transition: all 0.3s ease;
}

#footer-social i:hover {
    color: #fff;
    cursor: pointer;

}

#f1 img {
  height: 100px;
  transition: all 0.5s ease;
  /* position: absolute; */
  /* margin-top: 80px; */
}

#f1 img:hover {
    transform: scale(0.95);
    cursor: pointer;

}

#f1,
#f2,
#f3,
#f4 {
  width: fit-content;
  position: relative;
  z-index: 99;
  /* background-color: red; */
}
#f2 h3 {
  font-size: 23px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
#f2 h3:hover {
    color: #fff;
    cursor: pointer;

  }

#f3 h3 {
  font-size: 23px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}
#f3 h3:hover {
    color: #fff;
    cursor: pointer;

  }
#f4 h4 {
  font-size: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

#span1 {
  font-size: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  line-height: 20px;
  transition: all 0.3s ease;
}

#span1:hover {
    color: #fff;
    cursor: pointer;
}

#rights {
  display: flex;
  height: 30px;
  gap: 15px;
  width: 100%;
  bottom: 20px;
  position: absolute;
  /* background-color: red; */
  font-size: 12px;
  font-weight: 500;
  color: black;
}

#f-links {
  display: flex;
  gap: 15px;
}

#link-divider {
  border-left: 1px solid rgba(49, 58, 8, 0.877);
  height: 15px;
}
/* #f-links .common-class {
} */

.common-class:hover {
    color: white;
    cursor: pointer;

}

#webdesign:hover {
    color: white;
    cursor: pointer;

}