*{
    box-sizing: border-box;
    line-height: 1.5; 
    margin: 0;
    padding: 0;
}
:root{
    --white__color:#fff;
    --mainText__color:#4c4d4d;
    --mainTitle__color:#252b33;
    --secondText__color:#dc3545;
    --button__color:#20c997;
    --home__color:#dee3e4;
    --black__color:#000;
    --rate__color:gold;
    --hoverButton__color:#1baa80;
    --titleBG__color:rgba(222, 227, 228, 0.5);
    --titleOL__color:#212529;
    --number__color:#6c757d;
    --secondButton__color:#6c6c6c;
    --secondNav__color:#7b8084;
    --placeholder__color:#b1b4b8;
  }
  


body{
    
    display: block;
    font-family: "Poppins", sans-serif;
}
html{
    scroll-behavior: smooth;
}
.header{
    height: 2em;
    display: flex;
    justify-content: space-around;
    font-size: 2em;
    background-color: #262626;
    z-index: 100;
    line-height: 54px;
    margin-bottom: 1px;
    position: fixed;
    width: 100%;
    padding: 0.5em;
     
}
.header .logo{
    color: cornsilk;
    font-weight: 600;
}
 strong{
    color: greenyellow;
    font-weight: 800;
 }
a{
    text-decoration: none;
    
}
.section{
    display: flex;
    height: 1394px;
    flex-direction: column;
  
     
    }

img{
    /* border-radius: 50%; */
    padding: 2.3em; 
    width: 100%;
    /* height: 100%; */
    border-color: #343a40!important;
    border-width: 5px;
    border-radius:  50rem!important;
    margin-top: 8.5em;
}
.img-menu{
  border-color: #343a40!important;
    border-width: 5px;
}
hr{
    border-top: 0.01em solid rgb(175, 170, 170);
}
.menu{
    width: 260px;
    background-color: rgb(12, 12, 13);
    text-transform: uppercase;
    position:fixed;
    height: 100%!important;
    top: 0;

}
.portfolio{
    color: white;
    padding-left: 0.05em;
    font-size: 16px;
   margin-top: 25.5em;
   text-align: center;

    
}
 .menu ul {
    list-style-type: none;
    font-size: 20px;
    line-height: 1.5em;
    color: cornsilk;
    font-weight: 400;
    display: block;
    
    
}
.nav-bar{
    display: flex!important;
    flex-basis: auto;
    white-space: pre-line;
}
.nav{
   height: auto;
   padding: 10px 0;
   position: relative;
  flex-direction: column;
  width: 100%;
  align-items: center;
  list-style-type: none;
}
.nav-item{
    text-align: center;
   

}
.nav-link{
    color: cornsilk;
}
.nav-item .active{
  color: #ff9800;
}
.item.item__active a, .aboutTable__list--active {
    color: var(--button__color);
}
.item > a, .socialItem a {
    font-size: 22px;
    text-decoration: none;
    color: var(--white__color);
    transition: 1s ease;
}
 .menu li{
    text-align: center;
}
.menu p{
    color: aliceblue;
    padding-bottom: 20px;
}
.main-text{
  background-image: url(./img/507640411.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image .3s ease-in .2s;
  /* z-index: 0; */
  background-attachment: fixed;
  background-position: 50%;
  height: 100%;
   overflow:hidden;
   width: 100%;
   padding: 2.5em 2.5em;
   text-align: center;
   color: cornsilk;
   
}
.main-text p{
    margin-top: 25em;
    text-align: center;
}

.container{
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.hero-wrap {
    overflow: hidden;
    position: relative;
}
.hero-wrap .hero-mask {
    z-index: 1;
}

.hero-wrap .hero-bg {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image .3s ease-in .2s;
    z-index: 0;
}
.hero-wrap .hero-content {
    position: relative;
    z-index: 2;
}

.my-auto {
    margin-bottom: auto!important;
    margin-top: auto!important;
}

.scroll-down-arrow {
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    height: 32px;
    left: 50%;
    line-height: 32px;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    width: 32px;
    z-index: 3;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,var(--bs-text-opacity))!important;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

a, a:focus {
    color: #20c997;
    text-decoration: none;
    transition: all .2s ease;
}
.scroll-down-arrow .animated {
    animation: fadeInDown 1.5s infinite;
    -webkit-animation: fadeInDown 1.5s infinite;
    -moz-animation: fadeInDown 1.5s infinite;
    -o-animation: fadeInDown 1.5s infinite;
    position: relative;
}
.hero-bg {
    background-image: url();
}
.primary-menu ul.navbar-nav>li:hover>a:not(.btn), .primary-menu ul.navbar-nav>li>a.active:not(.btn) {
    color: #20c997;
    transition: all .2s ease;
}



.typed-cursor {
    opacity: 1;
}


  
.fa-solid, .fas {
    font-weight: 900;
}
.fa-solid, .fas {
    font-weight: 900;
}
.fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

/******Home Section*******/
.home__Container {
    background-image: url(./img/507640411.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
/*     margin-top: 80px; */
    color: var(--white__color);
  }
  
  .home__bgLayer {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
  }
  
  .home__Caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
/*     margin-top: 80px; */
  }
  
  .home__intro {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .home__title {
    /* font-size: 58px; */
    font-size: calc(28px + 3vw);
    border-right: 4px solid #fff;
  }
  
  .home__desc {
    color: var(--home__color);
    font-size: 21px;
    margin-bottom: 24px;
  }
  
  .home__button {
    text-decoration: none;
    cursor: pointer;
    color: var(--button__color);
    background-color: transparent;
    border: 2px solid var(--button__color);
    padding: 12.8px 41.6px;
    margin: 8px 0;
    font-size: 16px;
    border-radius: 800px;
    transition: 1s ease;
  }
  
  .home__button:hover {
    background-color: var(--button__color);
    color: #fff;
  }
  
  .home__arrow--click {
    position: relative;
    cursor: pointer;
    margin-top: 80px;
    transition: all .1s ease-in;
    animation: ar_down 3s normal linear infinite;
  }
  
  .home__arrow--click a{
    color:var(--white__color);
  }
  
  .home__arrow--click .fa-chevron-down {
    font-size: 30px;
  }
  
  @keyframes ar_down {
    0% {
      top: 0;
      opacity: 0.25;
    }
    25%{
      opacity: 0.5;
    }
    50% {
      top: 5%;
      opacity: 0.75;
    }
    100% {
      top: 10%;
      opacity: 1;
    }
  }


/********About Section**********/

#about {
    padding: 250px 0 250px 20px;
    color:var(--mainText__color);
    margin: 0em 1em 0em 15em;
  }
  
  h2.titleBackground {
    position: relative;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    /* font-size: 95px; */
    font-size: calc(50px + 3vw);
    font-weight: 600;
    color: rgba(222, 227, 228, 0.5);
  }
  
  .text__overlap {
    position: absolute;
    top: 33%;
    width: 100%;
    color: var(--titleOL__color);
    text-transform: capitalize;
    /* font-size: 36px; */
    font-size: calc(30px + 0.3vw);
  }
  
  .text__overlap::after {
    display: block;
    content: "";
    width: 6%;
    height: 3px;
    background: var(--button__color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  .about__desc {
    display: flex;
    justify-content: space-evenly;
  }
  
  .about__table,
  .about__parag {
    margin-top: 48px;
    padding: 0 12px;
  }
  
  .about__parag {
    max-width: 60%;
  }
  
  .about__title {
    font-size: 28px;
    margin-bottom: 16px;
    color: var(--mainTitle__color);
  }
  
  .aboutTitle__span {
    color: var(--button__color);
  }
  
  .aboutParag__desc {
    font-size: 22px;
    margin-bottom: 16px;
  }
  
  .about__table ul {
    height: auto;
    list-style: none;
    list-style-type: none;
    color: var(--mainText__color);
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .aboutTable__list {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    padding: 12px 0;
  }
  
  .aboutTable__list:last-child {
    border-bottom: none;
  }
  
  .about__button--active {
    text-decoration: none;
    cursor: pointer;
    color: var(--white__color);
    background-color: var(--button__color);
    border: none;
    padding: 12.8px 41.6px;
    font-size: 22px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 800px;
    transition: 1s ease;
  }
  
  .about__button--active:hover {
    background-color:var(--hoverButton__color);
  }
  
  .about__numbers {
    max-width: 80%;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .number__data {
    border-right: 1px dotted #eaeaea;
    padding: 20px 12px;
    text-align: center;
  }
  
  .number__data:last-child {
    border-right: unset;
  }
  
  .aboutData__number {
    color: var(--number__color);
    font-size: 46px;
    font-weight: 500;
  }
  
  .aboutData__desc {
    color: var(--mainText__color);
    font-size: 16px;
  }
  

  /*******Summary Section**********/
#summary {
    padding: 72px 0;
    margin: auto;
    margin: 0em 1em 0em 15em;
  }
  
  .summary__Container {
    max-width: 245em;
    margin: auto;
    padding: 0 24px;
  }
  
  .resume__container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  
  .resume__column,
  .skills__column {
    padding: 0 24px;
  }
  
  .skills__column {
    width: calc(100% / 2);
  }
  
  .resume__title {
    color: var(--mainTitle__color);
    font-size: 24px;
    margin-bottom: 24px;
  }
  
  .resume__card {
    border-radius: 4px;
    border: 1px solid #dee2e6;
    background-color: var(--white__color);
    padding: 24px;
    margin-bottom: 24px;
  }
  
  .card__year {
    background-color: var(--button__color);
    color: var(--white__color);
    padding: 4.9px 9.1px;
    margin-bottom: 16px;
    font-size: 22px;
    border-radius: 4px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
  }
  
  .card__title {
    color: var(--mainTitle__color);
    font-size: 21px;
    margin-bottom: 8px;
  }
  
  .card__subtitle {
    color: var(--secondText__color);
    font-size: 22px;
    margin-bottom: 16px;
  }
  .card__desc{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .summary__button--active{
    font-size: 22px;
    border: 1px solid #20c997;
    padding: 1px 8.5px 1.5px 8.5px;
  }
  
  .skills__title {
    color: var(--mainTitle__color);
    margin: 24px 0;
    font-size: 24px;
    display: block;
    width: 100%;
    padding: 0 24px;
  }
  
  .bar__label,
  .bar__label--perc {
    color: var(--titleOL__color);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: capitalize;
    display: inline-block;
  }
  
  .bar__label--perc {
    float: right;
  }
  
  .progress__wd,
  .progress__htmlCSS,
  .progress__js,
  .progress__react,
  .progress__java,
  .progress__mySql {
    background: #e9ecef;
    margin-bottom: 24px;
    justify-content: flex-start;
    border-radius: 4px;
    align-items: center;
    position: relative;
    padding: 0 5px 0 0;
    display: flex;
    height: 10px;
    width: 100%;
    margin-bottom: 24px;
  }
  
  .progressValue__htmlCSS,
  .progressValue__wd,
  .progressValue__js,
  .progressValue__react,
  .progressValue__java,
  .progressValue__mySql {
    box-shadow: 0 10px 40px -10px var(--white__color);
    border-radius: 4px 0px 0px 4px;
    background: var(--button__color);
    height: 10px;
    width: 0;
  }
  
  .progressValue__wd {
    animation: wd 3s 2s normal forwards;
  }
  
  @keyframes wd {
    0% {
      width: 0;
    }
    100% {
      width: 65%;
    }
  }
  
  .progressValue__htmlCSS {
    animation: htmlCSS 3s 2s normal forwards;
  }
  
  @keyframes htmlCSS {
    0% {
      width: 0;
    }
    100% {
      width: 95%;
    }
  }
  
  .progressValue__js {
    animation: js 3s 2s normal forwards;
  }
  
  @keyframes js {
    0% {
      width: 0;
    }
    100% {
      width: 60%;
    }
  }
  
  .progressValue__react {
    animation: react 3s 2s normal forwards;
  }
  
  @keyframes react {
    0% {
      width: 0;
    }
    100% {
      width: 40%;
    }
  }
  
  .progressValue__java {
    animation: java 3s 2s normal forwards;
  }
  
  @keyframes java {
    0% {
      width: 0;
    }
    100% {
      width: 60%;
    }
  }
  
  .progressValue__mySql {
    animation: mySql 3s 2s normal forwards;
  }
  
  @keyframes mySql {
    0% {
      width: 0;
    }
    100% {
      width: 70%;
    }
  }
  
  .button__container {
    width: 250px;
    margin: auto;
  }
  
  .button__container a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .summary__button {
    text-decoration: none;
    margin-top: 48px;
    cursor: pointer;
    color: #6c6c6c;
    background-color: var(--white__color);
    border: 2px solid var(--number__color);
    padding: 12.8px 41.6px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 800px;
    transition: 1s ease;
  }
  
  .summary__button:hover {
    background-color: var(--secondButton__color);
    color: var(--white__color);
  }
  

/*********Contact Section************/

#contact {
    background-color: #f8f9fa;
    padding: 72px 0 300px 0px;
  }
  
  .contact__wrap {
    max-width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
  }
  
  .contact__data,
  .contact__form {
    margin-top: 48px;
    padding: 0 12px;
  }
  
  .contact__form {
    max-width: 100%;
    flex-grow: 1.5;
    color: var(--mainText__color);
    font-weight: 600;
  }
  
  .contact__form input {
    /* width: calc((98.5% / 2) - 24px ); */
    width: calc((90%) / 2) ;
    margin: 24px 12px 0 12px;
    /* margin-top: 24px; */
  }
  
  .text__container {
    margin: 5px auto 10px auto;
  }
  
  .text__container > textarea {
    width: calc(90% + 28px);
    margin: 12px 12px;
  }
  
  ::placeholder {
    color: var(--placeholder__color);
    font-weight: 600;
  }
  
  .contactData__title {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
    color: var(--mainTitle__color);
  }
  
  .contactData__address {
    color: var(--mainText__color);
    font-size: 22px;
    margin-bottom: 24px;
  }
  
  .contact__text {
    font-size: 22px;
    color:var(--mainText__color);
    margin-bottom: 4px;
  }
  
  p.last__parag {
    margin-bottom: 24px;
  }
  
  .address__icon {
    color: var(--button__color);
  }
  
  .follow__icons {
    cursor: pointer;
    list-style: none;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .follow__item {
    color: var(--button__color);
    transition: 1s ease-in;
    padding: 0 5px;
    position: relative;
  }
  
  .follow__item .tooltiptext__fb,
  .follow__item .tooltiptext__tw,
  .follow__item .tooltiptext__gh,
  .follow__item .tooltiptext__dr,
  .follow__item .tooltiptext__go {
    visibility: hidden;
    width: 80px;
    background-color: var(--black__color);
    color: var(--white__color);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 12px;
    /* Position the tooltip */
    position: absolute;
    top: 100%;
    z-index: 1;
  }
  
  .follow__item:hover .tooltiptext__fb,
  .follow__item:hover .tooltiptext__tw,
  .follow__item:hover .tooltiptext__gh,
  .follow__item:hover .tooltiptext__go,
  .follow__item:hover .tooltiptext__dr{
    visibility: visible;
  }
  
  .follow__item:hover {
    color: var(--hoverButton__color);
  }
  
  .contact__form .contactData__title {
    padding-left: 12px;
  }
  
  .form__input {
    padding: 13px 15.3px;
    border: 1px solid #ced4da;
    color: #656565;
    font-size: 22px;
    border-radius: 4px;
    transition: border-color 0.15s linear, box-shadow 0.15s linear;
  }
  
  .form__input:focus {
    outline: none; /*!important; */
    border: 1px solid rgb(188, 188, 253);
    box-shadow: 0 0 10px #719ece;
  }
  
  .form__button {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--button__color);
    color: #fff;
    border: unset;
    padding: 12.8px 41.6px;
    font-size: 22px;
    border-radius: 800px;
    transition: 1s ease;
  }
  
  .send__button {
    text-align: center;
    width: 100%;
  }
  
  .send__button a {
    margin: 20px 5px;
  }
  
  .form__button:hover {
    background-color: var(--hoverButton__color);
    color: var(--white__color);
  }
  
 
  /******Mobile Bar******/
.navbar__barIcon {
  color: var(--white__color);
  font-size: 35px;
  cursor: pointer;
  margin-left: 2em;
}

#btnControl {
  display: none;
}

/* #btnControl:checked ~ ul.mobileList {
  display: block;
} */

.mobileList {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: auto;
  list-style: none;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.mobileItem {
  width: 90%;
  margin: auto;
  padding: 8px 0;
  border-bottom: 1px solid rgba(234, 234, 234, 0.4);
}
.mobileItem:last-child {
  border-bottom: unset;
}
.mobileItem a {
  color: var(--white__color);
  text-decoration: none;
}


  @media screen and (min-width: 991.98px) {
    .navbar__listItem--mobile {
      display: none;
    }
    .bullet__container--mobile {
      display: none;
    }
  }
  
  @media screen and (max-width: 1199.98px) {
    .services__cards {
      margin: auto;
    }
    .contact__form  input,
    .text__container > textarea {
      width: calc(95%);
    }
  }
  
  @media screen and (max-width: 991.98px) {
    #btnControl:checked ~ ul.mobileList {
      display: block;
    }
    .menu{
      display: none;
    }
    .header{
      justify-content: space-around;
    }
    #about, #summary{
      margin: auto;
    }
  
    .navbar__socialItem,
    .navbar__listItem {
      display: none;
    }
   
    .navbar__row {
      width: 92%;
    }
  
    .home__Container {
      height: 100vh;
      margin-top: 0px;
    }
  
    .about__desc {
      display: flex;
      flex-direction: column;
    }
  
    .about__parag,
    .about__table {
      min-width: 80%;
      margin: auto;
    }
  
    .about__parag {
      text-align: center;
    }
  

  
    .contact__form {
      max-width: 100%;
      flex-grow: 0.5;
    }
  
    .card__second {
      display: none;
    }
  
    .testCard__container {
      max-width: calc(85%);
    }
  
    .bullet__container--web {
      display: none;
    }
  
    .portfolio__gallery {
      max-width: 700px;
    }
  
    .portfolio__gallery {
      column-count: 2;
    }
  }
  
  @media screen and (max-width: 767.98px) {
    .text__overlap {
      /* font-size: 25px; */
      font-size: calc(22px + 0.3vw);
    }
    .menu{
      display: none;
    }
    #about, #summary {
      margin: auto;
    }
    .header .logo {
      color: cornsilk;
      font-weight: 400;
  }
  
    .about__numbers {
      width: 80%;
      display: grid;
      justify-content: center;
      grid-template-columns: 200px 200px;
      grid-row: auto auto;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
    }
  
    .aboutData__number {
      width: 100%;
    }
  
    .resume__container {
      flex-direction: column;
      width: 80%;
      margin: auto;
    }
  
    .skills__column {
      width: calc(100% / 1);
    }
  
    .number__data:first-child {
      border-right: 1px dotted #eaeaea;
      border-bottom: 1px dotted #eaeaea;
    }
  
    .number__data:nth-child(2) {
      border-left: 1px dotted #eaeaea;
      border-right: unset;
      border-bottom: 1px dotted #eaeaea;
    }
  
    .number__data:nth-child(3) {
      border-right: 1px dotted #eaeaea;
      border-top: 1px dotted #eaeaea;
    }
  
    .number__data:nth-child(4) {
      border-left: 1px dotted #eaeaea;
      border-top: 1px dotted #eaeaea;
    }
  
    .service__row {
      flex-direction: column;
      width: calc(100% / 1);
    }
  
    .services__card {
      width: 100%;
      margin: auto;
    }
  
    .skills__title {
      max-width: 80%;
      margin: 20px auto;
    }
  
    .card__data {
      width: 100%;
    }
  
  
    .contact__wrap {
      flex-direction: column;
    }
  
    .contact__data,
    .contact__form .contactData__title {
      text-align: center;
    }
    
    .contact__form .contactData__title {
      padding: unset;
    }
  
    .contact__data {
      order: 1;
    }
  
  }
  
  @media screen and (max-width: 575.98px) {
    
    .menu{
      display: none;
    }
  }
  
  @media screen and (max-width: 550.98px) {
    .home__Container {
      height: 100vh;
      margin-top: 0px;
    }
    /*.home__title {
       font-size: 35px; 
    }*/
    .services__card {
      width: 100%;
    }
    .menu{
      display: none;
    }
  }
  
  @media screen and (max-width: 500px) {
    /* h2.titleBackground {
      font-size: 60px;
    } */
    h2.titleBackground {
      font-size: calc(40px + 3vw);
    }
    .home__title {
      font-size: calc(18px + 3vw)
    }
    /*.text__overlap {
       font-size: 25px; */
    /* font-size: calc(25px + 0.3vw); 
    }*/
  
    .menu{
      display: none;
    }

  }
  
  @media screen and (max-width: 399.98px) {
    .aboutData__number {
      font-size: 30px;
    }
    .about__numbers {
      grid-template-columns: 100px 100px;
    }
    .card__data {
      width: 100%;
    }
    .header .logo {
      color: cornsilk;
      font-weight: 200;
      font-size: 22px;
  }
      #about{
             padding: 100px 0px;
  }
      .resume__column, .skills__column {
    width:22em;
}
  }
  
  @media screen and (max-width: 330.98px) {
    .home__desc {
      font-size: 18px;
      text-align: center;
    }
  }
  
