*{
    margin: 0;
    padding: 0;
    font-family: 'poppins' ,sans-serif;
    box-sizing: border-box;
    /* border: 1px solid red; */
    /* border: 1px solid red; */
}
button{
    color: rgb(48, 179, 74);
    background-color: rgb(113, 42, 201);
    font-size: 30px;
}




.hero{
    background: #1d2026;
    min-height: 100vh;
    /* min-width: 100vh; */
    width: 100%;
    color: white;
    position: absolute;
    
}
nav{
    display: inline-block;
    align-items: center;
    padding: 20px 8%;
    position: relative; 
    z-index: 1;
    

}
nav .menu-img{
    width: 25px;
    margin-right: 20px;
    cursor: pointer;
}
nav .logo{
    width: 160px;
    cursor: pointer;
    position: sticky;
    
}
nav ul{
    flex: 1;
    text-align: left; 
    
}
nav ul li{
    display: inline-block;
    list-style: none;
     margin-left: 0;
     margin: 0 0px;
}
nav ul li a{
    text-decoration: none;
    color: white;
}
/* button{
    background: #efefef;
    height: 30px;
    width: 60px;
    border-radius: 20px;
    border: 0;
    outline: 0;

} */
/* button span{
    display: block;
    background: #999;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-left: 2px;
} */
.lamp-container {
    position: absolute;
    top: -10px;
    left: 20vw;
    align-items: center;
    transform: translate(50%, -20%);
    overflow: hidden;
    
}
.lamp{
   width: 140px;
   display: block;                                                                
    margin: 0 auto;
   
}
@media only screen and (max-width: 600px) {
    .lamp-container {
      width: 100vw; /* reduce the width of the container to take less space */
      /* left: 0; move the container to the left */
      margin: 25% auto; /* center the container horizontally */
      /* object-fit: cover; */
      margin-left: -300px;
    }
  }
.light {

max-width: 500%;
height: auto;
display: block ;

/* margin-left: -100px; */
margin: 0 auto;



}
.profile-pic{
    position: relative;
    z-index: 1;
    /* top: 100%; */
    left: 0%;
    width: 200px;
    margin-top: -50%;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 100px ;
    /* margin-left: -50px; */
    box-shadow: 1px 30px 10px #1d2026;
    display: block;
    /* margin: auto; */
    
    /* margin-top: -200px; */
    
}
.text-container{
    max-width: 100vw;
    margin: 10% auto 0;
    position: relative;
    /* top: 50%;
    right: 50%; */
    /* transform: translateY(50%); */
    text-align: center;
    /* transform: translate(50%, 200%); */
    display: block;
    margin-top: 25%;
    margin-left: 50%;
    transform: translateX(-50%);

}
@media only screen and (max-width: 600px) {
    .text-container {
      width: 90%; /* reduce the width of the container to take less space */
      margin-left: 50%; /* remove the left margin */
     margin-top: 100%;
    }
  }

.text-container h1{
    font-size: 80px;
    font-weight: 400;
    text-shadow: 7px 6px 11px #00986f;

}
@media only screen and (max-width: 600px){
    .text-container h1{
        font-size: 50px;
    }
}
.text-container p{
    font-size: 3.5VH;
    text-shadow: -1px 0px 11px whitesmoke; text-shadow: -1px 0px 11px whitesmoke;
    
}
@media only screen and (max-width: 600px){
    .text-container p{
        font-size: 25px;
    }
}




.text-container a{
    text-decoration: none;
    background: #00986f;
    padding: 14px 40px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    cursor: pointer;
    text-shadow: 2px 4px 6px black;
    box-shadow: 2px 6px 10px black;
    margin-top: 30px;
   
    
} 

.image{
    width: 40px;
    height: 40px;
    max-width:  30%;
    /* border: 1px solid red; */
    margin-right: 10px;
    /* margin-left: 0px; */
    margin: auto;
    border-radius: 10px;
    box-shadow: -1px 0px 11px whitesmoke;

}
.image1{
    width: 40px;
    height: 40px;
    max-width:  30%;
    /* border: 1px solid red; */
    margin-right: 10px;
    margin: auto;
    border-radius: 18px;
    box-shadow: inset -1px 0px 11px whitesmoke ,    -1px 0px 11px whitesmoke;
    



}
.icons {
    display: inline-block;
    padding: 90px;
    margin-left: 35%;
}  



