/* 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;
}


/* heading style */

.heading {
  text-align: center;
  color: black;
}
.upper {
  font-size: 4em;
  text-shadow:5px 3px 1px rgb(187, 232, 255);
}
.lower {
  font-size: 2.5em;
  text-shadow: 2.5px 3.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);
}





/* images properties  */


.img {
    width: 25em;
    height: 25em;
    display:inline-block;
    padding: 2em;
    margin:0.5em;
    cursor: pointer;
    border-radius: 10em;
   

}
.img1 {
    width: 25em;
    height: 25em;
    display: inline-block;
    padding: 2em;
    margin:0.5em;
    cursor: pointer;
    border-top-left-radius: 10em;
    border-bottom-right-radius: 10em;
  

}

/* for hovering effects */


.container {
    position: relative;
    width: 10%;
  }
  

  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 21.5em;
    width: 21.5em;
    opacity: 0;
    transition: 0.3s ease;
    background-color: white;
    display: inline-block;
    padding: 2em;
    margin-top:2.2em;
    margin-left:2.2em;
    cursor:all-scroll;
    border-top-left-radius: 9em;
    border-bottom-right-radius: 8.5em;
  }
  
  .overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22em;
    width: 22em;
    opacity: 0;
    transition: 0.3s ease;
    background-color: white;
    display: inline-block;
    padding: 2em;
    margin-top:2em;
    margin-left: 2em;
    cursor:all-scroll;
    border-radius: 9.7em;
   
  }

  .container:hover .overlay {
    opacity: 0.6;
  }
  
  .container:hover .overlay1 {
    opacity: 0.6;
  }


  /* text properties */


  .text {
    color: black;
    font-size: 2.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
  }

  /* div properties */


  .main1 {
    display: inline-block;
  
  }
  .main2 {
    display: inline-block;
    
  }
  .main3 {
    display: inline-block;

  }
  .main4 {
    display: inline-block;

  }
  .main5 {
    display: inline-block;

  }
  .main6 {
    display: inline-block;

  }
  
  
  .main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }




  /* footer section */


 .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;
}
.copyright {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: -7em;
}
.fot-btn:hover{
  text-decoration: underline;
  color: lightblue;
}

/* footer ends here */