body{
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.5rem;
    margin: 0px;
    padding: 0px;
    background-color: #f0f4f7;
    font-family:Arial, Helvetica, sans-serif;
}
.logo{
    color: rgb(32, 32, 32);
    font-size: 35px;
    font-weight: 600;
}
.logo.active{
    color: white;
}
.logo span{
    color: rgb(32,32,32);
    font-family: sans-serif;
    transition: all 0.7s ease;
}
.logo span.active{
    color: white;
}
div a.logo{
    text-decoration: none;
}
.picture{
    height: 290px;
    width: 290px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.align{
    margin-top: 70px;
}
.align-pic{
    margin-bottom: 20px;
}
.introduction{
    text-align: center;
}
.text-1{
    font-weight: bold;
}
.about{
    text-align: center;
    font-family:sans-serif;
    font-weight: 700;
    margin-top: 92px;
    padding: 7px;
}
.about-1{
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}
html{
    scroll-behavior: smooth;
}
.footer{
    text-align:center;
    line-height: 2rem;
}
.footer-whole{
    background-color:rgb(128,128,128);
    margin-top: 20px;
    padding: 0px;
}
.footer-whole ul{
  padding: 0px;
}
.footer ul li{
    list-style: none;
}
.footer ul li a{
    color: white;
    font-size: 20px;
    font-weight: 100px;
}
.contact{
    text-align: center;
    color: white;
}
.social-m a{
    color: white;
    font-size: 25px;
    margin-right: 30px;
    text-decoration: none;
    margin-left: 10px;
}
.social-m a:hover{
  text-decoration: none;
  background-color: black;
  color: white;
  transition: all 0.5s ease;
  border-radius: 50%;
}
.social-m{
    text-decoration: none;
    text-align: 70px;
    text-align: center;
}
.skills{
    text-align: center;
    font-family:sans-serif;
    font-weight: 700; 
}
.btn1 {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .btn2 {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .btn-primary1 {
    color: black;
    margin-right: 40px;
    margin-bottom: 30px;
  }
  .btn-primary1:hover{
    background-color: rgb(32, 32, 32);
    transition: all 0.7s ease;
    color: white;
  }
  .programming-skills{
    text-align: center;
  }
  .pgg-skill{
    color: rgb(32,32,32);
    text-align: center;
    margin: 20px 0px 20px 0px;
  }
  .core-s{
    color: rgb(32, 32, 32);
    text-align: center;
    margin: 20px 0px 20px 10px;
  }
  .core-skills{
    margin: auto;
  }
  .projects{
    text-align: center;
    font-family:sans-serif;
    font-weight: 700;
    margin-top: 40px;
  }
  .card-1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:white;
    background-clip: border-box;
    border-radius: 0.25rem;
    text-align: center;
    color: black;
    margin-bottom: 16px;
  }
  .card-1 .card-body a{
    color: black;
  }
  .gotobtn{
    display: none;
  }
  .gotobtn.active{
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 40px;
    right: 20px;
    border-radius: 50%;
    border: 2px solid rgb(32, 32, 32);
    color: white;
    background: rgb(32,32,32);
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    opacity: .6;
    display: block;
}

.btn-align{
  margin-bottom: 10px;
}
.btnAlign{
  margin-left: 50%;
}
.btnAlign:hover{
  color: white;
}
.btna{
  color: white;
  text-decoration: none;
}
.rights{
  color: white;
  text-align: center;
}
.image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.image__img {
  display: block;
  width: 100%;
  height: 180px;
  border: 1px solid rgba(0, 0, 0, 0.336);
  padding: 2px;
}
.image__img1 {
  display: block;
  width: 100%;
  height: 180px;
  border: 1px solid rgba(0, 0, 0, 0.336);
  padding: 2px; 
}
.image1 {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}
.image__overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}
.image__overlay--blur {
  backdrop-filter: blur(50px);
}

.image__overlay--primary {
  background: #009578;
}

.image__overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.image__overlay:hover {
  opacity: 1;
}
.image__overlay1:hover {
  opacity: 1;
}
.image__overlay:hover > * {
  transform: translateY(0);
}
.image__overlay1:hover > * {
  transform: translateY(0);
}

.image__title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.image__description {
  font-size: 1.25em;
  margin-top: 0.25em;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  padding: 5px;
}
.image__description:hover{
  text-decoration: none;
  color: black;
  background-color: white;
  transition: all 0.7s ease-in-out;
  font-weight: 600;
}
.resume{
  border: 1px solid white;
  padding: 8px;
}
.resume1{
  border: 1px solid steelblue;
  padding: 8px;
  color: black;
  
}
a .resume1{
  text-decoration: none;
}
li.resume-1{
  margin-bottom: 10px;
}
ul li a.resume{
  font-size: 15px;
}
.resume:hover{
  background-color: white;
  transition: all 0.5s ease;
  color: black;
  text-decoration: none;
}
.section {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.hidden {
  opacity: 0;
}
.techSize{
  width: 50px;
  height: 50px;
}

/********************* Navigation Bar **********************/
nav.navi{
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 10px;
    margin-bottom: 20px;
    z-index: 999;
  }
  .navi.sticky{
    background-color: rgb(128,128,128);
    transition: all 0.5s ease;
  }
  nav.navi ul li a.active{
    color: white;
  }
  nav.navi ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  nav.navi ul li{
    margin: 0 5px;
  }
  nav.navi ul li a{
    color: black;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 15px;
    letter-spacing: 1px;
    transition: all 0.9s ease;
  }
  nav.navi ul li a:hover{
    color: white;
    background: rgb(32,32,32);
  }
  nav.navi .menu-btn i{
    color: black;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 999;
  }
  input[type="checkbox"]{
    display: none;
  }
  .navbar-height{
    height: 80px;
  }
  
                             /***************** MEDIA QUERY FOR THE NAVIGATION BAR *****************/
  @media (max-width: 1000px){
    nav.navi{
      padding: 0 30px 0 20px;
    }
  }
  @media (max-width: 920px) {
    nav.navi .menu-btn i{
      display: block;
    }
    #click:checked ~ .menu-btn i:before{
      content: "\f00d";
    }
    nav.navi ul{
      position: absolute;
      top: 60px;
      left: -100%;
      background: rgb(128,128,128);
      height: 500px;
      width: 100%;
      text-align: center;
      display: block;
      transition: all 0.3s ease;
      z-index: 990;
      padding: 0px;
      border-radius: 2px;
    }
    nav.navi ul a.active{
      right: 0;
    }
    #click:checked ~ ul{
      left: 0;
    }
    nav.navi ul li{
      width: 100%;
      margin: 40px 0;
    }
    nav.navi ul li a{
      width: 100%;
      margin-left: -90%;
      display: block;
      font-size: 15px;
      transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      color: white;
    }
    #click:checked ~ ul li a{
      margin-left: 0px;
    }
    
    nav.navi ul li a:hover{
      background: none;
      color: black;
    }
    .logo{
        font-size: 25px;
    }
    .programming-skills span{
        margin: auto;
      }
    .footer{
        margin: auto;
        line-height: 2.9rem;
    }
    .rights{
      color: white;
      text-align: center;
    }
    .about-1{
      padding: 30px;
      font-size: 15px;
    }
    .social-m{
      text-align: center;
    }
    ul.navi.active{
      left: 0;
    }
    nav.navi .menu-btn i.white{
      color: white;
    }
    .gotobtn.active{
      right: 30px;
  }
  }

