body {
    margin: 0;
    font-family: 'Roboto', sans-serif;;
  }
  


  /* Loading animation styles */
  .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .loading-image {
    animation: shrink 4s ease-in-out;
  }
  @keyframes shrink {
    0% { transform: scale(0.5); opacity: 1; }
    100% { transform: scale(1); opacity: 0; }
  }

  /* nav bar*/
.navbar{
  background-color: #040404;
  margin-bottom: 0%;
}

.collapse{
  position: absolute;
  left: 65%;
}

#nav-tog{
  position: absolute;
  right: 0%;
}

.navbar-brand{
  padding-right: 2px;
}

.navbar-brand img{
  margin-left: 2%;
  width: 15%;
  height: 15%;
}

.fa-user{
  color: white;
  padding: 10%;
  border-radius: 50px;
  border: 1px solid rgb(192, 255, 192);
}

.user{
    display: flex;
    align-items: center;
    border-left: 2px solid #ffffff;
    padding-left: 10px;
      }

.navi-bar{
  justify-content: space-between;
}

#nav-tog{
  margin-left: 75%;
}

 
  
  .section1 {
    background-color: rgb(241, 160, 172); /* ppink */
    display: block;

  }
  .sec1{
    color: rgb(88, 211, 88);
    font-size: 4rem;
    font-weight: 900;
   font-family: 'Roboto', sans-serif;
  }
.sec2{
  color: rgb(143, 58, 47);
    font-size: 3.5rem;
    font-weight: 800;
   font-family: 'Roboto', sans-serif;
}


  .center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .butn{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    background-color: rgb(143, 58, 47);
    border: 0px;
    border-radius: 25px;
   padding-top: 0.5%;
   padding-bottom: 0.5%;
   padding-left: 5%;
   padding-right: 5%;
  }

  .buton{
    color: #0b4bfc;
    font-weight: bold;
    background-color: rgb(88, 211, 88) ;
    border: 0px;
    border-radius: 25px;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .section2 {
    background-color: #0b4bfc;
  }
  
  .section3 {
    background-color: #111411; 
  }

  .logo{
    width: 75%;
    height: 60%;
  }

  .head{
    color: #3f3f3f;
  }

#whiteText{
  color: #fff;
}

#whiteText p{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.start{
  color: rgb(88, 211, 88);
  font-size: large;
  margin-bottom: 3%;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}

.fa-brands{
  color: white;
  padding: 8%;
  font-size: 1.6rem;
  margin-left: 5%;
  background-color: #222222;
  border-radius: 50px;
}

.fa-brands:hover{
  color: rgba(48, 212, 48, 0.959);
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #107a06;
}

body::-webkit-scrollbar-track {
  background-color: #4d4c4c;
}