@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
/*@import url('http://fonts.cdnfonts.com/css/verveine');*/
/*:root {*/
/*    --font3: 'Roboto', sans-serif;*/
/*}*/

 *{
    padding: 0;
    margin: 0;
     font-family: 'Poppins', sans-serif; 
} 

.eve {
    font-size: 30px;
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    color: #2A767D;
}

.hea {
    font-weight: 900;
    font-size: 60px;
}

.main {
    margin-top: 50px;
}

.wl{
    width: 25px;
    height: 25px;
}

.container {
    text-align: center;
    display: block;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.cards {
    padding-top:5px;
    display:inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom:20px;
    z-index:-10px;
}

h4.ht {
    font-size: 30px;
    padding-top: 5px;
    font-weight: 400;
}

p.para {
    font-size: 25px;
    font-weight: 400;
    padding: 0px 0;
    color: #5E5E5E;
}

button.btn1 {
    padding: 13px 35px;
    background-color: #2A767D;
    color: #fff;
    font-weight:900;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border-radius:50px;
}



.btn2{
    cursor: pointer;
    text-decoration: none;
}

div.lin a{
    text-decoration: none;
}

.celeb{
    width: 300px;
    height: 250px;
}


/* .main-skills{
    display: block;
    margin-top: 20px;
}

.main-skills .card{
    width: 200px;
    margin: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1); 
}

.main-skills .card h3{
    margin: 10px;
    text-transform: capitalize;

} */

/* @media (max-width: 700px) {
    .container {
      flex-direction: column;
    }
  } */


  /* nav {
    background: #161616;
    height: 85px;
  }

  nav ul {
    float: right;
    padding: 0px 20px;
    font-weight: 500;
    font-family: poppins;
  }

  span .ttt {
    position: absolute;
    margin-top: 35px;
  }

  .nav-link{
    text-decoration: none;
    color: gray;
  }

  a.nav-link.active{
    color: rgb(50, 140, 148) !important;
    border-bottom: 2px solid rgb(50, 140, 148);
    padding-bottom: 3px;
  }

  a.nav-link.active:hover {
    color: rgb(80, 208, 220) !important;
    border-bottom: 2px solid rgb(80, 208, 220);
    padding-bottom: 3px;
    transition: 0.3s;
  }

  .nav-link:hover {
    color: rgb(80, 208, 220);
    border-bottom: 2px solid rgb(80, 208, 220);
    padding-bottom: 3px;
    transition: 0.3s;
  }

  .navbar-brand:hover{
    color: rgb(80, 208, 220) !important;
  }

  .textcol{
    color: rgb(80, 208, 220);
  }

  .textcol h1{
    font-size: 35px;
    font-weight: 500;
  }

  .footer1{
    text-decoration: none;
    color: #319ea8;
  }

  @media (min-width: 320px) and (max-width: 480px) {
    .about1{
      flex-direction: column;
    }
    .invite {
    font-size: 50px;
    font-weight: 500;
    }
    .sakshi{
      max-width: 300px;
    }
    .navbar-brand{
      font-size: 15px;
    }
    .navstyle{
      margin: 0px !important;
    }
    .navstyle img{
      margin: 0px;
    }
    .navstyle a{
      margin: 0px;
    }
  }

  @media (min-width: 320px) and (max-width: 768px) {
    .interest1{
      flex-direction: column;
    }
    .interest2{
      flex-direction: column-reverse;
    }
    ul.navbar-nav li a {
    color: #319ea8;
  }
  ul.navbar-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  margin-top: 4px;
  }

  li.nav-item {
  display: inline-block;
  background-color: currentColor;
  width: 100%;
  }

  a.active.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  }
}

  @media (min-width: 480px) and (max-width: 768px) {
    .interest1 div img{
      max-width: 350px;
      max-height: 300px;
    }
    .interest2 div img{
      max-width: 350px;
      max-height: 300px;
    }
  } */

/* card css */

.card {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1;
    border-radius: 1rem;
    display: flex;
}

.img-hover-zoom--colorize img {
    border-radius: 50%;
    width: 150px;
    height: auto;
    margin-top: 20px;
    padding: 1px;
    transition: transform .5s;
    filter: grayscale(0);
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(100%);
    transform: scale(1.05);
}

.card h5 {
    overflow: hidden;
    height: 80px;
    font-weight: 300;
    font-size: 1rem;
}

.card h5 a {
    color: black;
    text-decoration: none;
}

.role {
    color: #7a7a7a;
}

.box {
    display:block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.fab {
    font-size: 1.5rem;
    color: darkgray;
    transition: transform .5s;
}

.fab:hover {
    color: black;
    transform: scale(1.1);
}

.card h2 {
    font-size: 1rem;
}

.img-hover-zoom.img-hover-zoom--colorize {
  padding: 10px;
}
/* MEDIA */

@media only screen and (min-width: 1200px) {
    .img-hover-zoom--colorize img {
        width: 200px;
    }
     .h1,
    h1 {
        font-size: 2rem;
    }
}
@media  (min-width:768px) and (max-width:820){
 
        .col-md-3{
            width:50%;
        }
        .img-hover-zoom.img-hover {
  padding: 0px;
}
        
}
