@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    font-family: Poppins;
    font-size: 12px;
}

html,body{
    height:100%;
    width: 100%;
}
body{
    overflow-x: hidden;
    user-select: none;
    background-size: cover;
}

@keyframes navAnimation {
    to{width:  50%;}
    from {width: 0% ; overflow: hidden;}
}

body .bgimg{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    position: fixed;
}

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


a{
    text-decoration: none;
    color: white;
    transition: 0.3s;
}
a:hover{
    font-size: 15px;
    color: rgb(116, 116, 116);
    font-weight: 500;
}
button{
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 100px;
    font-size: 15px;
    background-color: #eee5;
    color: rgb(0, 0, 0);
    letter-spacing: 2px;
    border: none;
    transition: 0.5s;
}

/* header */
#nav {
    height: 10rem;
    width: 100dvw;
    display: flex;
    align-items: center;
    position: fixed;
    justify-content: space-between;
    z-index: 999;
    backdrop-filter: blur(1.5px);
    background-image: linear-gradient(to top,transparent,black);
}

#nav ul{
    display: flex;
    width: fit-content;
    list-style-type: none;
    
}

#nav ul a {
    display: block;
    margin: 0 10px;
    letter-spacing: 2px;
    cursor: pointer;
    animation: navAnimation 2s linear forwards;
    text-decoration: none;
    color: white;

}

#nav .logo{
    font-weight: bold;
    color: #eee;
    padding-left: 1rem;
    font-size: 2.5rem;
    animation: navAnimation 2s linear forwards;
}

#nav .menu{
    color: white;
    text-transform: uppercase;
    list-style: none;      
}

.main {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.39);
    scroll-behavior: smooth;
}
.main::-webkit-scrollbar{
    width: 3px;
    background-color: #000;
}
.main::-webkit-scrollbar-thumb{
    background-color: gray;
    border-radius: 20px;
}

.page1 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 10;
    scroll-snap-align:start;
    backdrop-filter: blur(1px);
    background-image: linear-gradient(to top,rgb(0, 0, 0) 5%,transparent);
}

.page1 h1{
    font-size: 10rem;
    font-weight: 900;
    position: relative;
    color: #eee;
}

.page1 h1::before {
    content: "PULAHA";
    position: absolute;
    color: #000000;
    top: -3px;
    left: -5px;
    -webkit-text-stroke: 1.5px #95c11e;
    z-index: -1;
}

.page1 h2 {
    border-radius: 5px;
    color:hsl(0, 2%, 89%);
    font-size: 2.5rem;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page1 p{
    font-size: 1.5rem;
    font-weight: 500;
    width: 65%;
    color: rgb(255, 255, 255);
}

.page2,.page3,.page4,.page5{
    min-height: 100vh;
    width: 100%;
    z-index: 10;
    background-color: black;
}

@keyframes scroll {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.scroller {
    /* background-color: red; */
    padding-top: 5rem;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.scroller::-webkit-scrollbar{
    display: none;
}

.scroller-detail{
    white-space: nowrap;
    display: inline-block;
    transition: 0.5s ease-in-out;
    animation: scroll 40s linear 0.2s infinite;
}

.scroller h4 {
    display: inline-block;
    color: rgba(255, 255, 255, 0);
    font-size: 25vw;
    font-weight: 500;
    margin-right:10vw;
    -webkit-text-stroke: 2px #95c11e;
    transition: all linear 0.3s;
}

.scroller h4:hover {
    color: #95c11e;
    -webkit-text-stroke: 2px #95c11e;
}
.about{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    height: 50vh;
    overflow: hidden;
}
.about-detail{
    height: 50vh;
    width: 50%;
    text-align: center;
}
.page2 h3{
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 2px;
}
.about-detail p{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.about img{

    width:55vh;
    border-radius: 20px;
    object-fit: cover;
}

.foodandmess{
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 10;
    padding: 1rem;
    height: 100vh;
    padding-top:10px;
}
.foodandmess-detail{
    width: 50%;
    text-align: center;
    padding: 1rem;
}
.page3 h3{
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 2px;
}

.page3 p{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.imgcontainer{
    width:400px ;
    z-index: 15;
    display: flex;
    border-radius: 1rem;
    position: relative;
    gap: 10px;
    box-sizing: border-box;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 1rem;
}
.imgcontainer img:hover{
    box-shadow:1px 1px 20px #eeeeee8f;
}
.imgcontainer::-webkit-scrollbar{
    height: 5px;
}
.imgcontainer::-webkit-scrollbar-thumb{
    background-color: gray;
    border-radius: 20px;
}

.imgcontainer img{
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    transition: 0.5s;
    scroll-snap-align: start ;   
}

.page3 .banner{
    z-index: 15;
    height: 25vh;
    background-image:linear-gradient(to right top,#c1931e,#b3f54f);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    transition: all ease 0.5s;
}
.page3 .banner h1{
    font-size: 6vw;
    color: #fff;
    position: relative;
    transition: 0.5s;
}

.page4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  overflow: scroll;
}
/* .page4 h1 .page4:hover{
    top: -7.5%;
} */
.page4::-webkit-scrollbar{
    display: none;
}
.elem-container{
display: flex;
justify-content: space-between;
padding: 0 1rem;
position: absolute;
top: 20vh;
padding-bottom: 1rem;
}
.elem {
  width: 32%;
  height: 60%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.elem h2 {
  height: 100%;
  width: 100%;
  backdrop-filter: blur(1.5px);
  background: #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 h2:hover{
    backdrop-filter: blur(0px);
}
.elem img {
  height: 100%;
  width: 100%;
  padding-top: 5px;
  object-fit: cover;
  transition: all ease 0.5s;
  scale: 1.4;
}
.elem:hover h2 {
  color: #fff;
  background-color: transparent;
}
.elem:hover img {
  scale: 1.3;
}
.page4 h1 {
  font-size: 14vw;
  position: absolute;
  top: 0%;
  opacity: 0;
  font-weight: 900;
  color: #000;
  -webkit-text-stroke: 2px #fff;
  transition: all ease 0.5s;
}
.page4:hover h1{
    opacity: 1;
    top: -7.5%;
}
#head-text {
    display: flex;
    justify-content: center;
}

.page5 .head-text{
    position: relative;
    display: flex;
    justify-content: center;
}

.page5 .head-text h1 {
    font-size: 14vw;
    position: relative;
    letter-spacing: 1vw;
    font-weight: 900;
    color: #ffffff;
}
@keyframes appear{
    from{
    opacity: 0;
    scale: 0.5;}
    to{
    opacity: 1;
    scale: l;
    }
}
.page5 .img-cointainer{
    padding-bottom: 1rem;
}
.page5 .img-gallery{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-direction: row;
    padding: 0 1rem;
}

.page5 .img-cointainer .img-gallery .imgelem{
    display: flex;
    flex-direction: column;
    width: 32.5%;
    gap: 1rem;
}

.img-gallery .imgelem img{
    width: 100%;
    border-radius: 1rem;
    cursor: pointer;
    animation:appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%
}

.img-gallery .popup-img{
    position: fixed;
    top: 0; left: 0;
    background:#000000;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    transition: ease-in-out 0.5s;
}
.img-gallery .popup-img span{
    position: absolute;
    top: 0; right: 10%;
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 100;
    transition: ease-in-out 0.5s;
}
.img-gallery .popup-img img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 33%;
    transition: ease-in-out 0.5s;
}

.footer{
    background-color: #333333;
}
.socialIcons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialIcons li{
    list-style: none;
    margin:0 1rem;
}
.socialIcons li a ion-icon{
    font-size: 3rem;
}
.footerContainer{
    padding: 1rem 0;
}
.footerBottom{
    padding:5px;
    background-color: #000;
    text-align: center;
}
.footerBottom p{
    color: white;
}
.designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}
.page5 h1 {
    font-size: 5vw;
    color: white;
    text-align: center;
    padding-bottom: 1rem;
}