* {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
    background: #E6E9F4 ; 
    
  }
  
  /* -----------------------------------------  */
  
  /* navbar  */ 
  
   
  .navbar {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #383745;
    color: white;
    position: fixed  !important;
    top: 0;
    width: 100%;
    padding: 15px 29px;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 10 !important;
  }
  
  .brand-title {
    margin: 0.5rem;
  }
  
  .brand-title a {
    text-decoration: none; 
    color: #969ba1; 
    font-size: 30px !important;
    
  }
  
  .navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  .navbar-links li {
    list-style: none;
    font-size: 1.3rem;
  }
  
  .navbar-links li a {
    text-decoration: none;
    color: #969ba1;
    padding: 1rem;
    display: block;
    font-family: "Poppins", sans-serif;
  }
  
  .navbar-links li a:hover {
    color: white;
  }
  
  .toggle-button {
    position: absolute;
    top: 1.8rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 21px;
  }
  
  .toggle-button .bar1 {
    height: 3px;
    width: 70%;
    border-radius: 20px;
    background-color: #bcbcbf;
  }
  
  .toggle-button .bar2 {
    height: 3px;
    width: 50%;
    border-radius: 20px;
    background-color: #bcbcbf;
    text-align: center;
  }
  
  .toggle-button .bar3 {
    height: 3px;
    width: 70%;
    border-radius: 20px;
    background-color: #bcbcbf;
  }
  
  .toggle-button .bar4 {
    height: 3px;
    width: 60%;
    border-radius: 20px;
    background-color: black;
  }
  
  
  /* End navbar  */ 
  
  
  /* ------------------------------------  */
  
  
  /* header  */
  
  header {
    padding: 200px;
    background: transparent;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    background: #22202B;      
    background: url("/images/abstract-dark-blue-futuristic-digital-grid-background.jpg");
    /* background-color: #484c50; */
    /* background-color: rgb(71, 74, 78); */
    
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  
  
  
  header h1{
    font-size: 40px !important;
    font-weight: 400;
    letter-spacing: 2px;
    color: whitesmoke;
    text-shadow: 0 1px 0 rgb(194, 182, 182),
  
    0 1px 0 #868b90,
    0 1px 0 #868b90,
    0 2px 0 #868b90,
    0 3px 0 #868b90,
    0 4px 1px rgba(0,0,0,.1),
    0 0 4px rgba(0,0,0,.1),
    0 1px 2px rgba(0,0,0,.3),
    0 2px 4px rgba(0,0,0,.2),
    0 5px 7px rgba(0,0,0,.25),
    0 8px 6px rgba(0,0,0,.2),
    0 15px 15px rgba(0,0,0,.15);
    
  }
  
  h2 {
    letter-spacing: 2px;
    color: #648bfb;
    text-align: center;
    padding: 50px;
  }
  
  
    
  
  
  
  /* End of header  */
  
  
  
  
  /* ----------------------------------------------------------------   */
  
  /* Start of grid  */
  


  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr  ;
    /* background-color: #2196F3; */
    margin: 50px 300px 100px 300px;
     column-gap: 200px;
    row-gap: 60px;
    background-color: #648bfb;
    padding: 20px;
    width: 100%;
    margin: auto;
  }


  .grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px;
    font-size: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    /* border-radius: 15px; */
    
  }

  .grid-item a {
    text-decoration: none;
    color: #648bfb;
  }

  .grid-item p {
    font-size: 16px;
    word-wrap: break-word;
  }
  
  .grid-item:hover {
    /* background-color: red; */
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    
  }

  
  .grid-item:hover>a {
   text-decoration: underline;
    
  }





  @media only screen and (max-width: 1300px) {
    .grid-container {
      grid-template-columns: 1fr 1fr;
      padding: 30px;
      margin: auto;
      
    }

    .grid-item p {
      font-size: 14px;
    }

    .grid-item a {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 600px) {
    .grid-container{
      grid-template-columns: 1fr;
      padding: 30px;
     margin: auto;
    }
  }
  
  /* End of grid  */
  
  
  
  
  
  /* ----------------------------------------------------------------   */
  
  
  
  /* Up & Down buttons  */
  
  
  
  
  .arrows {
    position: fixed;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2%;
    bottom: 5%;
    position: fixed;
  }
  
  .arrows img {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background:  #f5f5f7;
    transition: 0.5s;
    margin: 5px 0;
    border-radius: 50%;
    border: 3px solid #648bfb;
    ;
  }
  
  .arrows img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  /* End of Up & Down Buttons  */
  
  
  /* -----------------------------------------------------   */
  
  
  
  /* Footer  */
  
  .site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:16px;
  line-height:24px;
  color:#737373;
}

.row {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
   
}

.row .text-justify {
    max-width: 400px;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.2;
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}

.copyright-text
{
  margin:0
}
@media (max-width:991px)


{
  .header h2 {
      font-size: 16px;
  }

  main {
      font-size: 16px;
  }

  main img {
      width: 100% !important;
  }



  .row {
      flex-direction: column;
      text-align: center;
     
  }

  .about-text a {
      padding: 10px 30px;
      font-size: 16px;
      
  }
  
  .site-footer
  {
   
    font-size:12px;
   
  }

}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}



hr {
  margin: auto;
  width: 80%;
  border-top-color:#bbb;
opacity:0.2;
}
  
  
  /* End of footer  */
  
  
  /* --------------------------------------------------------  */
  
  
  /* RESPONSIVE VERSION  */
  
  
  
  
  @media (max-width: 600px) {
  
    hr {
      width: 200px; 
      margin: auto;
    }
  
    .header h1 {
      font-size: 36px !important;
    }
  
    .navbar {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .toggle-button {
      display: flex;
    }
        
    .navbar-links {
      display: none;
      width: 100%;
    }
    
  
    .navbar-links ul {
      width: 100%;
      flex-direction: column;
    }
  
    .navbar-links li {
      text-align: center;
    }
  
    .navbar-links li a {
      padding: 1rem 1rem;
    }
  
    .navbar-links.active {
      display: flex;
    }
  
    header {
     
      padding: 170px 20px 50px 20px;
     
      
    }
  
   
  

  

    
  
  
   
  
   
  }
  
  
  
  
