* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #FFFF;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
#nav{
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 140px;
    /* background-color: rgb(255, 255, 255); */
    justify-content: flex-end;
    padding: 10px 70px;
    gap: 80px;
    z-index: 99;

}

#nav h4{
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}
#nav img{
    height: 90px;
    border-radius: 39%;

}
/* #cursor{
    
    height: 20px;
    width: 20px;
    background-color: rgb(27, 230, 224);
    position: fixed;
    border: 1px solid black;
    border-radius: 50%;
    z-index: 99;
} */
#cursor-blur{
    height: 300px;
    width: 300px;
    background-color: rgb(27, 230, 224);
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 9;
    
}


video{
    position: fixed;
    width: 100%;
    z-index: -1;
  
   object-fit: cover;
}
#main{
    position: relative;


}
#page1{
    height: 100vh;
    width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
 flex-direction: column;
 text-align: center; 
 z-index: 10;
}


#page1 h1{
    font-size: 140px;
    font-weight: 800;
    position: relative;
    color: rgb(255, 255, 255);

}
#page1 h1::after{
    content: "EAT.CODE.SLEEP";
    position: absolute;
    color: rgb(0, 0, 0);
    top: -3px;
    left: -3px;
    z-index: -1;
    -webkit-text-stroke: 1px red;

}
#page1 h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}
#page1 P{
    font-size: 20px;
    font-weight: 500;
    width: 40%;
}

button {
    background: linear-gradient(45deg, #4add65, #30f9e1);
    color: rgb(0, 0, 0);
    padding: 15px 30px;
    font-size: 18px;
    border: 2px solid blue;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(99, 250, 255, 0.7);
}

button:active {
    transform: scale(0.95);
    color: rgb(216, 57, 57);
} 
#page2{
   min-height: 100vw;
    width: 100%;
    z-index: 10;
}
#scroller{
    /* background-color: blue; */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
position: relative;
z-index: 10;

}

#scroller::-webkit-scrollbar{
    display: none;
}
#scroller h4{
    display: inline-block;
    font-size: 130px;
    font-weight: 679;
    margin-right: 20px;
    color: transparent;
    transition: all linear 0.6s;
    -webkit-text-stroke:2px #26ffe6;


}

#scroller h4:hover{
    color: #26ffe6;
}
#scroller1{
    display: inline-block;
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
}

#scroller1{
    display: inline-block;
    white-space: nowrap;
    
}
@keyframes scroll {
    from{
        transform: translate(0);
    }
    to{
        transform: translate(-100%);
    }
}

#aboutus{
    height: 50vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    margin-top: 120px;
    margin-bottom: 150px;
    position: relative;
    z-index: 10;

}
#aboutus img{
    height: 100%;
    width: 30%;
    border-radius: 30px;
}
#aboutuspara{
    line-height: 30px;
    text-align: center;
    padding: 30px;
}
#aboutuspara h3{
    font-size: 30px;
    margin-bottom: 30px;
}
#cards{
    height: 60vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: blue; */
    background-size: cover;
    background-position: center;
    gap: 70px;
    position: relative;
    z-index: 10;
    margin-bottom: 120px;
}
.card{
    height: 90%;
    width: 20%;
    border-radius: 20px;
    /* background-color: red; */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: all ease 0.6s;
   
}


#card1{
    background-image: url(https://plus.unsplash.com/premium_photo-1678566153919-86c4ba4216f1?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mjl8fGNvZGluZ3xlbnwwfHwwfHx8MA%3D%3D);
}
#card2{
    background-image: url(https://images.unsplash.com/photo-1638482856830-16b0e15fcf2c?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NzF8fGNvZGluZ3xlbnwwfHwwfHx8MA%3D%3D);
}
#card3{
    background-image: url(https://images.unsplash.com/photo-1618389041494-8fab89c3f22b?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTM4fHxjb2Rpbmd8ZW58MHx8MHx8fDA%3D);
}

.overlay{
    height: 100%;
    width: 100%;
    background-color: rgb(82, 234, 243);
    transition: all ease 0.6s;
    padding: 160px 20px;
    text-align: center;
    opacity: 0;
 
}

.card:hover .overlay{
    opacity: 1;
  
}
.overlay h4{
    color: black;
font-size: 30px;
font-weight: 800px;
white-space: nowrap;

}
.overlay p{
    color: black;
    margin-bottom: 10px;
}

.card:hover{
    transform: rotate3d(1,1,0,20deg);
}

#imgbag{
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: linear-gradient(45deg, #4add65, #30f9e1);
    position: relative;
    z-index: 11;
    /* background-color: red; */
}
#imgbag h2{
    text-align: center;    
    width: 50%;
    font-size: 15px;
}
#imgbag .code{
    height: 100%;
    width: 30%; 
    border-radius: 40px;
    margin-left: 20px;
    object-fit: cover;
    /* background-color: blue; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;    
}
#imgbag .code h1{
  font-size:70px ;
}
#imgbag .code h1:hover{
    color: #ff0000;
    transition: all ease 1s;
}
#page3{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 position: relative;
    text-align: center;
    position: relative;
    z-index: 10;
}
#page3 p{
    font-size: 30px;
    font-weight: 600;
    width: 55%;
    text-align: center;
}

#page3 img{
   position: absolute;
   height: 60px;

}
#page3 #colon1{
    left: 13%;
    top: 20%;
}
#page3 #colon2{
    bottom: 30%;
    right: 10%;
}

#page4{
    height: 50vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
position: relative;

}
.bottomclass{
    height: 40%;
    width: 20%;
    overflow: hidden;
    border-radius: 20px;
 position: relative;

}

.bottomclass h2{
    height: 100%;
    width: 100%;
    background-color: #26ffe6;
    display: flex;
    position: absolute;
    z-index: 10;
    align-items: center;
    color: black;
    /* border: 1px solid rgb(196, 33, 33); */
    justify-content: center;
    font-size: 30px;

    transition: all ease 1s;
    
}
.bottomclass img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.1;
    
}
.bottomclass:hover h2{
 color: white;
 background-color: transparent;

}
.bottomclass:hover img{
    scale: 1;
}
#page4 h1{
    font-size: 90px;
    position: absolute;
    top: 3%;
    color: rgb(135, 252, 193);
    -webkit-text-stroke: 2px white;

}

#footer{
    height: 40vh;
    width: 100%;
    /* background: #111b1a; */
    /* background:linear-gradient( to left bottom,  rgb(9, 244, 185), rgb(48, 189, 236)); */
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    position: relative;
    z-index: 10;
}
#footer img{
    height: 150px;
    width: 150px;
    margin-left: 30px;
    border-radius: 40px;
 
}
.footerdiv{
    text-align: center;
    color: rgb(255, 255, 255);
    margin-right: 30px;
}
.footerdiv h3{
  color: rgb(209, 209, 209);
  border-radius: 10px solid black;
    font-size: 20px;
    
    
}
.footerdiv p{
    font-size: 20px;
    font-weight: 500;
    color: rgb(11, 11, 19);
}
