*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: montserrat;
    color: white;
}
html,body{
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
/* #cursor {
  height: 20px;
  width: 20px;
  background-color: #c9f05f;
  border-radius: 50%;
  position: fixed;
  z-index: 99;
  transition: all linear 0.1s;
}
#cursor-blur {
  height: 500px;
  width: 500px;
  background-color: #bbda664d;
  border-radius: 50%;
  position: fixed;
  filter: blur(80px);
  z-index: 9;
  transition: all linear 0.1s;
} */

#nav{
    height: 145px;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    padding: 0 150px;
    gap: 10px;
    font-size: 20px;
    position: fixed;
    justify-content: space-evenly;
    z-index: 99;
    
}
#nav a:hover{
  color: #119f3a;
  cursor: pointer;
  text-decoration: underline;
}
/* #nav img{
    height: 0px;
    width: 120px;

} */
#nav a{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;    
}
video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    position: fixed;
}
#main{
    position: relative;
    background-color: rgba(0, 0, 0, 0.37);

}
#page1{
    height:100vh ;

    width: 100%;
    position: relative;
    display: flex;
    align-items:center ;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#page1 h1{
    font-size: 100px;
    font-weight: 900;
    position: relative;
}
#page1 h1::before{
    content: "SAY NO TO RAGGING";
    position: absolute;
    color: black;
    top: -6px;
    left: -4px;
    -webkit-text-stroke: 2px #95C11E;
    z-index: -1;

    
}

#page1 h2{
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}
#page1 p{
    font-size: 22px;
    font-weight: 500 ;
    width: 40%;
}
#page2{
    min-height: 100vh;
    width: 100%;
    z-index: 10;
}
#scroller{
    /* background-color: red; */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y:  hidden;
    position: relative;
    z-index: 10;
}
#scroller::-webkit-scrollbar{
    display: none;
}
#scroller1{
    display: inline-block;
    white-space: nowrap;
    
    animation-name: scroll;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count:infinite;
    gap: 60px;
}



#scroller h4{
    display: inline-block;
    font-size: 120px;
    font-weight: 900;
    font-family: gilroy;
    margin-right: 10px;
    transition: all linear 0.5s;
    color: transparent ;
    -webkit-text-stroke:2px #95C11E;
}
#scroller h4:hover{
    color: #95C11E;
}
@keyframes scroll{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
#about{
    height: 40vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    padding: 0 50px;
    align-items: center ;
    position: relative;
    z-index: 10;
    justify-content:space-around ;
}
#about img{
    height: 220px;
    width: 220px;
    border-radius: 20px;
    object-fit: cover;
}

#about-us{
     width: 40%;
     text-align: center;
}
#about-us h3{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #119f3a;
}
#about-us p{
    font-size: 20px;
    line-height: 26px;
}
#cards{
    /* background-color: red; */
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 10 ;
    margin-left: 40px;
    margin-right: 40px;
}
.card1{
    height: 50%;
    width: 30%;
    /* background-color: blue; */
    border-radius: 60px;
    
    background-size: cover;
    /* align-items: center; */
    background-position: center;
    overflow: hidden;
    transition: all ease 0.6;
    font-size: 10px;
    cursor: pointer;
    margin-left: 40px;
    margin-right: 40px;
}
#cont-1{
    background-image: url(new1.jpg);
    background-size: contain;
    position: relative;
    object-fit: cover;
    background-repeat: no-repeat;
    height: fit-content;
    width: fit-content;
}
#cont-2{
    background-image: url(new2.jpg);
    background-size: contain;
    position: relative;
    object-fit: cover;
    background-repeat: no-repeat;
    height: fit-content;
    width: fit-content;
}
#cont-3{
    background-image: url(new3.jpg);
    background-size: contain;
    position: relative;
    object-fit: cover;
    background-repeat: no-repeat;
    height: fit-content;
    width: fit-content;
}
.p1{
    height: 100%;
    width: 100%;
    background-color: #95C11E;
    padding: 30px;
    
    /* padding-top: 160px; */
    opacity: 0;
    transition: all ease 0.6s;

}
.p1 h4{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: 800;
}
.p1 p{
    color: #000;
    font-size: 18px;

}
.card1:hover .p1{
    opacity: 1;
}


#green{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: red; */
    background: linear-gradient(to left bottom, #119f3a, #ace022);
  }
  #green h4 {
    width: 45%;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-weight: 800;
    font-size: 27px;
    text-transform: uppercase;
  }
  #green img {
    height: 100%;
    object-fit: cover;
    width: 14%;
  }
  #page3 {
    height: 100vh;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
  }
  #page3 > p {
    font-size: 35px;
    font-weight: 700;
    width: 60%;
    line-height: 45px;
    text-align: center;
  }
  
  #page3 img {
    position: absolute;
    height: 60px;
  }
  #page3 #colon1 {
    left: 15%;
    top: 25%;
  }
  #page3 #colon2 {
    bottom: 30%;
    right: 15%;
  }
  #page4 {
    height: 30vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
  }
  .elem {
    height: 70%;
    width: 26%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
  }
  
  .elem h2 {
    height: 100%;
    width: 100%;
    background-color: #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 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
    scale: 1.1;
  }
  .elem:hover h2 {
    color: transparent;
    background-color: transparent;
    cursor: pointer;
  }
  .elem:hover img {
    scale: 1;
  }
  #page4 h1 {
    font-size: 80px;
    position: absolute;
    top: -50%;
    font-weight: 900;
    font-family: gilroy;
    color: #000;
    -webkit-text-stroke: 2px #fff;
  }
  #footer {
    height: 40vh;
    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;
    overflow: hidden;
  }
  /* #footer > img {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
  } */
  #f1 img {
    height: 150px;
    width: auto;
    
  }
  #f1{
    margin-right: 10px;
  }
  #f2,
  #f3,
  #f4 {
    width: fit-content;
    position: relative;
    z-index: 99;
    /* background-color: red; */
  }
  #f2 h3 {
    font-size: 1.5vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    margin-bottom: 8px;
  }
  
  #f4 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;
  }
  #f5{
    margin-top: 30px;
   }
  #f5 h4 {
    font-size: 1vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .credits {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-icons {
    margin-top: 8PX;
}

.social-icons a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
}

.social-icons img {
    width: 30px;
    height: 30px;
}
    

