/* body */
body {
    margin: 0;
    padding: 0;
    display: block;
    background-image:linear-gradient(to bottom, #c5d2df, white);

}

/* This is for nav bar */
nav {
    background-color: white;
    display: flex;
    height: 2.5rem;
    padding: 1em;
    justify-content: space-between;
    margin-top: 1.5em;
    padding: 1em;
    align-items: center;
    
  }
  
  /* This is for nav-bar buttons only */
  nav {
    background-color: white;
    display: flex;
    height: 2.5rem;
    padding: 1em;
    justify-content: space-between;
    margin-top: 1.5em;
    padding: 1em;
    align-items: center;
    
  }
  
  /* This is for nav-bar buttons only */
  .nav-btn {
    text-decoration: none;
    color: black;
    padding: 0.5em;
    
  
    
  }
  
  
  /* Navbar Logo */
  
  #vip {
    width: 3em;
    height: 3em;
    margin-left: 3.5em;
  }
  
  
  /* This is for left side buttons */
  
  .left {
    margin-left: 2em;
  
  }
  .left a {
    font-weight: bold;
    padding-right:1.3em ;
    padding-left: 1.3em;
  }
  .left a:hover{
    border: 1px solid black;
    border-radius: 1em;
    background-color: #333;
    color: white;
  }
  
  /* This is for right side buttons */
  .right {
    margin-left: 33em;
    margin-right: 8rem;
  }
  .right a {
    border: 1px solid black;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    background-color: #333;
    color: white;
    margin-right: 1.5em;
  }
  .right a:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-weight: bold;
  }
  

/* for heading of the page */

.heading {
    text-align: center;
    color:  black;
    cursor: pointer;
    
}
.upper {
    font-size: 4em;
    text-shadow:4px 3px 1px rgb(187, 232, 255);
  }
  .lower {
    font-size: 2.5em;
    text-shadow: 3.5px 2.5px 1px rgb(187, 232, 255);
  }
  .upper:hover {
    font-size: 4.05em;
    text-shadow: 20px 10px 2px rgb(160, 189, 204);
  }
  .lower:hover {
    font-size: 2.55em;
    text-shadow: 8px 11px 2px rgb(160, 189, 204);
  }


/* for individual boxes */
.box {
    margin-left: 10em ;
    background-image: linear-gradient(to bottom, rgb(160, 189, 204), white);
    text-align: center;
    width: 60em;
    border-radius: 2em;
    box-shadow: 10px 10px 5px black;
    cursor: pointer;
    
}

/* for all images */
.img {
    width: 25em;
    height: 25em;
    border-radius: 2em;
    cursor: pointer;
}


.container {
    background-color: #5d7892;
    padding: 3em;
    margin:5em;
    border-radius: 2em;
    display: flex;
    box-shadow: 15px 15px 5px rgb(0, 0, 0);
   
}

/* for heading */
.box h1 {
    font-size: 2em;
}

/* for para */
.box p {
    font-size: 1.5em;
    font-family: "Gill Sans", sans-serif;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 1em;
}

/* Footer */

.footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}
  
  /* Logo footer */
  .logo-nav{
    display: flex;
    height: 20em;
    width: 20em;
  }
  
  .fot-sec{
    margin-top: 5em;
  }
  
  .foot-h2{
    margin-top: 4em;
    margin-left: -2em;
  }
  
  /* This is for links */
  
  .astyle{
    color: aliceblue;
    text-decoration: none;
    padding-top: 1.15em;
  }
  
  /* This is for icons */
  
  .fa-solid{
    color: aliceblue;
    padding-top: 1.15em;
    padding-right: 0.5em
  }
  
  .fa-brands{
    color: aliceblue;
    padding-top: 1.15em;
    padding-right: 0.5em;
  }
  
  .fot-btn {
    text-decoration: none;
    color: black;
    padding: 0.5em;
    margin:1em;
    color: aliceblue;
  }
  
  .column1{
    margin-top: 2em;
  }
  .fot-btn:hover{
    text-decoration: underline;
    color: lightblue;
  }
  .copyright {
   background-color: #333;
   color: #fff;
   padding: 20px;
   text-align: center;
   margin-top: -7em;

 }
 
 /* footer ends here */