*{/*universal selector*/
    margin :0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'montserrat';
    
    color: white;/*text color*/
}
/*cntrl A karne par select karne wala color*/
*::selection{
    background-color: rgb(255, 255, 255);
    color: #95C11E;
   }
   /*page slide karne wala bar*/
body::-webkit-scrollbar{
    display: block;
    width: 5px;
    background-color:#95C11E ;
}
/*page slide karne wala thumb*/
body::-webkit-scrollbar-thumb{
    background-color: #fff;
    border-radius: 20px;
}
#cursor{
     height: 20px;
     width: 20px;
     background-color:#95C11E;
     border-radius: 50%;
     position: fixed;
     z-index: 99;
     
}
#cursor-b{
    height: 400px;
     width: 400px;
     background-color:#b3f4023d;
     border-radius: 50%;
     position: fixed;
     z-index: 9;
     filter: blur(118px);

}

html , body{
    height: 100%;
    width: 100%;
}
body{
     overflow-x: hidden;
}
#nav{
     height: 145px;
     width: 100%;
    
     display: flex; /* for making all h4 in single line*/
     align-items: center;/*y-axis is center*/
     padding: 0 150px ;
     gap: 50px;
     justify-content: flex-start;/*flexbox disme display flex lagaya hai uske pehele a jao (x axis)*/
     position: fixed;
     z-index: 99;  /*tells that always nav will be always at top*/
    }   
#nav img{
    height: 75px;
}
#nav h4{
    text-transform: uppercase;
    font-weight: 500;/*boldness*/
}
video{
    height: 100%;
    width: 100%;
    object-fit: cover;/*now video will cover full screen (no scroll)*/
    z-index: -1;
    position: fixed; /*freeze*/
}
#main{
    position: relative;/*relative means relative to it normal position use TOP BOTTOm*/
   background-color: rgba(0, 0, 0, 0.471);
}
#page1{
    height: 100vh; /*parent ka 100% so use vh viewport height screen ki jitni haeight hai utni*/
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}
#page1 #arrow{
    height: 230px;
    width: 230px;
    background-color: red;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: -1%;
    top: 70%;
   border: 3px solid #95C11E;
    background-color: transparent;
    transition: 0.5s;
}
#page1 #arrow i{
     font-size: 70px;
     font-weight: 200;
     
}
#page1 #arrow:hover {
      scale: 0.5;
      border:2px solid #95C11E;
      background-color: #95C11E;
      
    }
#page1 h1{
    font-size:  100px;
    font-weight: 900px;
    position:relative ;
}

#page1 h2{
    font-size:  30px;
    font-weight: 900px;
    
}
#page1 h1::before{
    content: "EAT.DRINK.PLAY"; /*it will write eat before  h1 EAT.DRINK,PLAY*/
    position: absolute;/* absolute hai relative to body ,,,,,,,,h1 ke EAT.DRINK....ke upar beth gaya ye*/
    color: black;
    top: -6px;
    left: -6px;
    -webkit-text-stroke: 2px #95C11E;/*used for text color border with width*/
      z-index: -1; /*send it extreme back*/
}
#page1 p{
    margin-top: 10px;
    font-size:  15px;
    font-weight: 800px;
    text-align: center;
}
#page2{
    min-height: 100vh;/*min height itni he honi cahiye taki video chale iske age hoga toh video nhi chalegi*/
    width:100%;
    z-index: 9;
    background-color: transparent;
}
#scroller{
   
    white-space: nowrap;  /*no next line*/
   /*below overflow is for scroll bar*/
    overflow-x: auto;
    overflow-y:hidden ;
    position: relative;
    z-index: 10;
    background-color: transparent;
}
/*making scoll bar transparent which is in scroller selector*/
#scroller::-webkit-scrollbar{
    display: none;
}
#scroller-in{
    display: inline-block;
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 30s;
    animation-timing-function: linear ;/*determine the speed of animation*/
    animation-iteration-count: infinite;
   background-color: transparent;
}

#scroller h4{
     display: inline-block; /*all h4 will be in horizontal show instead of vertically*/
     white-space: nowrap;
     font-size: 120px;
     font-weight: 900;
     font-family: gilroy;
     margin-right: 10px;
     transition: all linear 0.5s;/*used when hover is used*/
     -webkit-text-stroke: 2px #ffffff;
    color: #000; /*text*/
}
#scroller h4:hover{
    color: #95C11E;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
#about-us{
    height: 70vh;
    width: 100%;
    
    display: flex;
    padding: 0 50px;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 10;
}
#about-us img{
    height: 220px;
    width :220px;
    border-radius: 20px;
    object-fit: cover;
}
#about-us-in{
    width: 50%;
    text-align: center;
}
#about-us-in h3{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 40px;
}
#about-us-in p{
    font-size:  20px;
    line-height: 26px;/*lines ke bich me height*/
    margin-bottom: 40px;
}
#cards-container{
 margin-left: 50px;
 margin-right: 50px;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 70px;
    position: relative;
    z-index: 10;
}
.card{
    height:70%;
    width: 29%;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: all ease 1s;
}
#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://wallpapers.com/images/high/stewart-cink-golfing-on-a-field-4hg8p1bb4sthpzdn.webp");
}
.overlay{
    height: 100%;
    width: 100%;
    background-color: #95C11E;
    padding: 30px;
     padding-top: 110px;
     opacity: 0;
     transition: all ease 1s;
}
.overlay h4{
    color: black;
    font-size: 35px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 800;
}
.overlay p{
    color: black;
    margin-top: 10px;
    font-size:18px ;
}
.overlay:hover {
    opacity: 1;
}
.card:hover{
    transform: rotate3d(-1,1,0,20deg);
}
#green-div{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
  background: linear-gradient(to left bottom ,  #26A837, #95C11E);
     
}
#green-div h4{
    font-weight: 800; 
    width: 50%;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: black;
   
}
#green-div img{
    height: 100%;
    object-fit:cover;
    width: 10%;
}
#page3 {
   height: 100vh;
   width: 100%;
   background-color: black;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}
#page3>p{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    width: 55%;
}
#page3 img{
    position: absolute;/*if you use absolute then parent must be relative*/
    height: 60px;
}
#page3 #colon1{
      left: 15%;
      top:25%;
}
#page3 #colon2{
    bottom: 30%;
    right: 20%;
}
#page4{
    height: 30vh;
    width:100% ;
  
    display: flex;
    align-items: center;
    gap: 70px;;
    justify-content: center;
}
#page4 #elem{
     height: 70%;
     width: 25%;
     overflow: hidden;
     border-radius: 20px;
     position: relative;
    
}
#elem h2{
    height: 100%;
    width: 100%;
    background-color: #95C11E;
    display:flex;
    align-items: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

    font-weight: 1000;
    font-size: 27px;
    color: black;
    position: absolute;
    z-index: 10;
    transition: all ease  0.5s;
}
#elem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.2;
    transition: all ease  0.6s;
}
#elem:hover h2{
    color: white;
   background-color: transparent;
}
#elem:hover  img{
   scale: 1;
}
#page4 h1{
  
   font-size: 87px;
   color: black;
   -webkit-text-stroke: 2px white;
    position: absolute;
    bottom: 15%;
  
    font-family:gilroy;
    font-weight: 900;
  
}   
#footer{
    height: 40vh;
    width: 100%;
    background:linear-gradient(to left bottom , #26A837 , #95C11E) /*top to bottom*/;
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap:150px;
    padding : 0 100px;
}
#footer img{
    position: absolute;
    
    left: 0;
    height: 100%;
    z-index: 0;
   
}
#f1 img {
    height: 125px;
  }
  #f1,
  #f2,
  #f3,
  #f4 {
     margin-top: 7%;
    width: fit-content;
    position: relative;
    z-index: 99;
    /* background-color: red; */
  }
  #f2
  {
    padding-left: 15%;
    /* 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;
  }
  #f3 h3::selection{
   background-color: red;
   color: black;
  }
