   .homee{
    display: flex;
    }
    .sidee{
    min-width: 15%;
    height: 100%;
    background-color: rgb(28, 26, 26);
    background-size: cover;
    position: fixed;
    color: whitesmoke;
    overflow-y: auto;
    height: 100%;
    z-index: 3;
    }
    .sidee img{
      height: 210px;
      width: 220px;
      border-radius: 1000px;
      margin-top: 3rem;
    }
    .mainn{
      padding-left:8rem;
      z-index: 3;
    }
    .name{
      font-size: 2.5rem;
      font-weight: 700;
      margin-top: 2rem;
    }
    .side-nav ul{
    list-style-type: none;
    }
    .side-nav{
      margin-top: 5rem;
    }
    .side-nav li{
      padding-top: .5rem;
      text-align: center;
      margin-right: 2rem;
    }
    .side-nav li a{
      color: rgb(203, 197, 197);
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
  
    }
    .side-nav a:hover{
      color: aquamarine;
    }
    .side-contact i{
      color: whitesmoke;
      font-size: 1.3rem;
      padding: .3rem;
      margin-top: 10rem;
    }
    .side-contact i:hover{
      color: aquamarine;
    }
    .mainn{
      margin-left: 120px;
    }
    #myVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%; 
        min-height: 100%;
        z-index: -1;
        background-size: cover;
        opacity: 0.6;
      }
      
      .content {
        position: relative;
        z-index: 1;
      }
      .greetings{
        margin-top: 10rem;
        font-weight: 700;
        font-size: 1.9rem;
        font-size: 3rem;
        text-shadow: 1px 1px 2px black;
      }
      .mainn-title{
        margin-top: 2rem;
        font-weight: 1000;
        font-size: 3rem;
        color:rgb(212, 253, 239);
        text-shadow: 2px 2px 3px black;
      }
      .mainn-sub-title{
        margin-top: 1rem;
        font-weight: 600;
        font-size: 2rem;
        color: rgb(241, 235, 235);
        text-shadow: 1px 1px 3px black;
      }
      .btn-outline-dark{
        box-shadow: 4px 4px 9px rgb(52, 51, 51);
        margin-top:5rem;
      }

  .mainn-title{
   opacity: 0;
    transition:opacity 4s ease-in-out ;
  }

  .mainn-title.show{
    opacity: 1;
  }
  .greetings{
     opacity: 0;
    transition: opacity 1s ease-in-out;
    color: rgb(191, 248, 229);
  }
  
  .greetings.show {
    opacity: 1;
  }


  .mainn-sub-title{
    opacity: 0;
    transition: opacity 5s ease-in-out;
    color: rgb(210, 253, 239);
    font-weight: 700;
  }


  .mainn-sub-title.show {
    opacity: 1;
  }
  .down{
    display: flex;
    flex-direction: column;
    animation:blink 1s infinite;
    text-align: center;
    margin-top: 5rem;
    font-weight: 1000;
    color: rgb(0, 255, 170);
  }
  @keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }

  .about{
background-color: rgb(40, 38, 38);
margin-top: 15rem;
margin-left: 7rem;
  }
  .content-title{
color: whitesmoke;
font-size: 4rem;
text-align: center;
margin-left: 120px;
font-weight: 900;
padding-top: 6rem;
opacity: .4;
  }

  .content-sub-title{
    color:aquamarine;
    font-size: 2rem;
    text-align: center;
    margin-left: 120px;
    font-weight: 900;
    margin-bottom: 6rem;
  }
  .about-text{
    color: rgb(199, 193, 193);
    font-weight: 600;
    font-size: 1.2rem;
  }

  .info-q{
    color: rgb(232, 229, 229);
    font-weight: 900;
    font-size: 1.3rem;
  }
  .info{
    color: rgb(214, 211, 211);
    font-weight: 600;
    font-size: 1.3rem;
  }
 
  .info a{
    text-decoration: none;
    color: aquamarine;
  }
  .cv{
    background-color: aquamarine;
    border-radius: 30px;
    padding: .5rem; 
    padding-left: 3rem;
    padding-right: 3rem;
    color: black;
  }
  .cv:hover{
    background-color: rgb(0, 255, 170);
  }
  .cv a:hover{
  color: white;
  text-shadow: 1px 1px 2px black;
  font-weight: 700;
  background-color: rgb(2, 252, 169);
  padding: .1rem;
  border-radius: 20px;
  }
  .cv a{
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 1.3rem;
  }

  .score{
    margin-left: 10rem;
    margin-top: 7rem;
    padding-bottom: 5rem;
    background-color: rgb(40, 38, 38);
  }

  .number-text{
font-size: 1.3rem;
font-weight: 700;
color: rgb(196, 193, 193);
  }


  #countery {
    font-size: 4rem;
    font-weight: 900;
    color: rgb(233, 229, 229);
    text-align: center;
  }
  
  #counterc {
    font-size: 4rem;
    font-weight: 900;
    color: rgb(233, 229, 229);
    text-align: center;
  }
  
  #counterp {
    font-size: 4rem;
    font-weight: 900;
    color: rgb(233, 229, 229);
    text-align: center;
  }
  .service{
    background-color: rgb(61, 58, 58);
    color: white;
    margin-left: 7rem;
    padding-bottom: 5rem;
  }

  li{
    list-style-type: none;
  }
  
  .work i{
    background-color: aquamarine;
    padding: 1rem;
    color: black;
    border-radius: 17px;
    font-size: 1rem;
    margin: 1rem;
  }
  .work li{
    font-size: 1.2rem;
    font-weight: 700;
    color: rgb(187, 181, 181);
    opacity: .7;
  }
  .work i:hover{
    background-color: rgb(2, 253, 169);
    color: white;
    text-shadow: 1px 1px 1px black;
  }

  .fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;

  }
.resume{
  background-color: rgb(28, 28, 33);
  margin-left:7rem;
  padding-bottom: 9rem;
}
.resume-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card{
  margin-left: 10rem;
}

.skill i{
  color: white;
  font-size: 4rem;
  padding: 5rem;
  text-shadow: 4px 4px 4px black;
 
}
.skil-sets{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
 .fa-html5 i{
  color: yellow;
 }
 .fa-css3-alt i{
  color: blue;
 }
 .fa-bootstrap i{
  color: rgb(248, 39, 73);
 }
 .fa-square-js i{
  color: rgb(76, 76, 198);
 }
 .fa-php i{
  color: rgb(96, 211, 96);
 }
 .fa-database i{
  color: aquamarine;
 }
 .gallery{
  margin-left:7rem;
  padding-bottom: 9rem;
  background-image: url(img/water-droplets-black-background-water-drops-black-background_158502-433.avif);
  background-size: cover;
  background-repeat: no-repeat; 
  opacity: .8;
}
.card a{
  text-decoration: none;
  color:aquamarine;
}
.form-send{
  background-color: aquamarine;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-weight: 900;
  font-size: 1.4rem;
  border-radius: 30px;
  margin-top: 1rem;
}
.form-class input{
border-radius: 20px;
padding:8px;
width: 20rem auto;
margin: .4rem;
}
.form-class input:focus{
  outline: none;
}
.form-class textarea:focus{
  outline: none;
}
.form-class textarea{
  margin-top: 1rem;
  border-radius: 30px;
  margin-left: .5rem;
  padding: 1rem;
}
.form-class input:hover{
  background-color: rgb(208, 249, 236);
}
.form-class textarea:hover{
  background-color: rgb(208, 249, 236);
}
.form-send:hover{
  background-color: rgb(0, 255, 170);
  color: aliceblue;
  text-shadow: 1px 1px 2px black;
}
.form-send{
  color: black;
}
footer{
  background-color: black;
}
.copy{
  color: aliceblue;
  padding: 1rem;
  display: flex;
  justify-content: center;
  margin-left: 7rem;
}
.copy a{
  text-decoration: none;
  color: rgb(185, 251, 229);
}
.skill-card-mob{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  width: 30rem auto;
  margin-left: 10rem;
}
.navi{
  display: none;
}
@media (max-width:1417px){
.information{
  margin-top: 2rem;
}
.tab-card{
  margin-top: 2rem;
}
form{
  margin-top: 2rem;
}
}
  
@media (max-width:1020px){
  .sidee{
    display: none;
  }
  .mainn{
    padding-left: 0rem;
    margin-left: 0px;
  }
  .about{
    margin-left: 0rem;
  }
  .content-title{
    margin-left: 0px;
  }
  .content-sub-title{
    margin-left: 0px;
  }
  .score{
    margin-left: 0rem;
  }
  .service{
    margin-left: 0rem;
  }
  .resume{
    margin-left: 0rem;
  }
  .card{
    margin-left: 0rem;
  }
  .gallery{
    margin-left: 0rem;
  }
  .mob-cv{
    margin-left: 0rem;
  }
  form textarea{
   width: 100%;
  }
  .greetings{
    margin-top: 8rem;
  }
  .skill-card-mob{
    width: 30rem auto;
    margin-left: 0rem;
  }
  .skill-card-mob{
    margin-left: 0rem;
  }
  .copy{
    margin-left: 0rem;
  }
.navi{
  display: inline;
}
  
}


.card {
  width: 30rem;
}

@media screen and (max-width: 767px) {

  .card {
    width: 100%;
  }
 .skil-sets i{
  padding: 3rem;
 }
 .greetings{
  margin-top:5rem;
 }
 #countery{
  font-size: 1.8rem;
 }
 #counterp{
  font-size: 1.8rem;
 }
 #counterc{
  font-size: 1.8rem;
 }

.pc-vid{
  display: none;
}
}
.number-text{
  font-size: 1.2 rem;
}
.counting-section {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
}
.counting-section.visible {
  visibility: visible;
  opacity: 1;
}

.nav-mob img{
  height: 13rem;
  width: 12rem;
  border-radius: 1000px;
}
.up{
  text-align: right;
  background-color: rgb(61, 58, 58);
  padding-right: 2rem;
}
.up i{
  position:fixed ;
  bottom: 96;
  color: #fff;
  font-size: 1.5rem;
  animation: blink 2s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: .2;
  }
}

.blink {
  animation: blink 1s linear infinite;
}

.navbar-toggler-icon{
padding: 1rem;
opacity: .3;

}
.navbar-toggler{
  position: fixed;
  top:10;
  z-index: 3;
}
