.main-container {
  font-family: "ralewayr" !important;
  font-size: 17px;
  display: flex;
  /* height:100% */
}
.leftNav {
  background-color: #29292a;
  color: white;
  padding: 0px 15px;
  display: flex;
  flex-basis: 30%;
  flex-direction: column;
}
.navContent {
  padding: 5px;
}

.Heading {
  font-family: "ralewayb";
  font-size: 50px;
  text-align: center;
  margin-top: 75px;
}

.leftHighBorder {
  margin: 20px;
  margin-top: 40px;
  font-family: "ralewayb";
  font-size: 20px;
}

.leftHighBorder span {
  border: 3px solid white;
  border-radius: 10%;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.rightNav h3,.cv h3 {
  font-family: "ralewayb";
}
.rightNav h5,.cv h5 {
  font-family: "ralewaysb";
}
.boldHead span {
  font-family: "ralewaysb";
}
.skills {
  text-align: left;
}

.skills ul {
  margin-left: 15px;
}

.aDec a {
  color: white;
  text-decoration: none;
}

.aDec a:hover {
  color: white;
  text-decoration: none;
}

.projects span {
  font-family: "ralewayb";
}

.blackTxt,
.blackTxt a {
  color: black !important;
}

.projects .fontl b4 {
  font-family: "ralewayl";
}
.skills span {
  font-family: "ralewayb";
}
.skills ul span {
  font-family: "ralewaysb";
}

.rightNav {
  text-align: justify;
  margin-top: 150px;
  /* max-width: 2400px; */
flex-basis: 69%;
  padding: 10px;
}

.cv{
  text-align: justify;
  margin-top: 100px;
  /* max-width: 1100px; */
  flex-basis: 69%;
  padding: 10px;
}

.cv > div{
  margin-left: 20px;
  margin-right: 20px;
}

.downloadResume a {
  background-color: rgb(141 174 193 / 58%);
  color: white;
  border: none;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}

.my-pic {
  border-radius: 50%;
  height: 270px;
  filter: grayscale(0%);
  transition: all 300ms;
  border-color: white;
  border-width: 3px;
  border-style: solid;
}

.my-pic:hover {
  filter: grayscale(100%);
  transition: all 300ms;
  transform: rotate(360deg);
}

.badges div {
  margin-right: 5px;
  width: auto;
}

.icons-wrapper {
  display: flex;
  justify-content: center;
}

.icon {
  height: 60px;
}

.facebook-icon {
  margin-right: -23px;
}

.linked-in-icon {
  margin-top: 15px;
  height: 30px;
}

/* Style the Un-order list by setting its list-style to none */
.wrapper ul {
  list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height
    and float them to left and set its border and border-radius.
   */
.wrapper ul li {
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin: 0px 7px 7px;
  text-align: center;
  cursor: pointer;
  border-radius: 30%;
  border: 5px solid white;
  float: left;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style the icons by setting its color and margin-top value to 20px
  to align it properly */
.wrapper ul li .fa {
  color: white;
  margin-top: 5px;
  transition: all 0.5s ease;
}

.wrapper {
  display: flex;
  justify-content: center;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
    to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.wrapper ul li:hover.facebook {
  border: 5px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-facebook {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

/*twitter*/
.wrapper ul li:hover.twitter {
  border: 5px solid #00aced;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}
.wrapper ul li:hover.twitter svg {
  color: #00aced;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-twitter {
  color: #00aced;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-linkedin {
  color: #00aced;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

/* instagram */
.wrapper ul li:hover.instagram {
  border: 5px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}
.wrapper ul li:hover.instagram {
  color: #bc2a8d;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

/* google */
.wrapper ul li:hover.google {
  border: 5px solid #dd4b39;
  box-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

.wrapper ul li:hover.google svg {
  color: red;
  transition: all 0.5s ease;
}

.wrapper ul li:hover.github {
  border: 5px solid #a496966e;
  box-shadow: 0 0 15px #0000;
  transition: all 0.5s ease;
}
.wrapper ul li:hover.github svg {
  color: #a496966e;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-google {
  color: #dd4b39;
  text-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

/* whatsapp */
.wrapper ul li:hover.whatsapp {
  border: 5px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
.wrapper ul li:hover.whatsapp svg {
  color: #4dc247;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
/* call */
.wrapper ul li:hover.call {
  border: 5px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
  
}

.wrapper ul li:hover.call svg {
  transition: all 0.5s ease;
  color: #3b5998;
}

.wrapper ul li:hover .fa-phone {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}
.footerV1 {
  display: flex;
  align-items: end;
  justify-content: center;
  height: -webkit-fill-available;
}

.downloadResume a,
.mainBtn {
  background-color: #8daec194;
  color: #fff;
  border: 2px solid #8daec194;
  padding: 10px 15px;
  text-decoration: none;
}
.downloadResume a:hover,
.mainBtn:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}
.passed-certificates-section .passed-certificates-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  grid-gap: 20px;
}
.certificate-link .certificate-heading {
  font-size: 13px;
}
.certificate-link.wider-certificate-name .certificate-heading {
  font-size: 11px;
}
.passed-certificates-section .passed-certificate--active .certificate-v2 {
  background-color: #068932;
}
.certificate-v2 {
  position: relative;
  background-color: #1ba94c;
  box-shadow: -6px 6px 10px 0 #0003;
}
.certificate-v2:before {
  filter: brightness(1000%);
}
.certificate-v2 .folded-corner {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-top: 35%;
  width: 35%;
  height: 0;
}
.certificate-v2 .folded-corner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32c766;
  content: "";
  transform: rotate(45deg) scale(1.5) translateY(50%);
}
.certificate-v2 .certificate-heading,
.certificate-v2 .certificate-heading-green {
  color: #fff;
}
.certificate {
  padding-top: 133.33%;
  min-width: 100px;
  width: 100%;
}
.certificate:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 17.5%;
  content: "";
}
.certificate-container {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 10%;
  height: 60%;
}
.passed-certificates-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  grid-gap: 20px;
}
.certificate:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./certificate_badge-fd52c2a8c3.svg) transparent no-repeat 10%
    10%;
  background-size: 17.5%;
  content: "";
}
