:root {
  --test:10%;
}
 .u-section-1 {
  background-image: none;
}
#Logo{
  height: 0px;
  width:0px;
}

#MA{
  height: 100px;
  width:80%;
  background: url("images/logoportfolio.png") no-repeat;

}
#MA:hover{
  height: 100px;
  width:80%;
  background: url("images/MAfull.png") no-repeat;



}
.progress {
  background: rgba(65, 64, 64 );
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  margin-left: auto; 
  margin-right:auto; 
  width: 80%;
  
}
#skillcon
{
  float:left;
  width:50%;
}
.progress-value {
  box-shadow: 0 10px 40px -10px rgb(73, 73, 73);
  border-radius: 100px;
  background: rgb(0, 0, 0);
  height: 30px;
  width: 0;
  color:white;
  text-align: center;
  animation: load 5s normal forwards ;

}
@keyframes load {
  0% { width: 0; }
  100% { width:calc( 5% + var(--test)); }
}


.u-section-1 .u-sheet-1 {
  min-height: 767px;
}

.u-section-1 .u-text-1 {
  font-size: 6rem;
  letter-spacing: 0px;
  font-weight: 700;
  width: 680px;
  margin: 227px auto 0;
}

.u-section-1 .u-icon-1 {
  width: 123px;
  height: 123px;
  margin: 80px auto 60px;
  padding: 0;
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 3.75rem;
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 3rem;
    width: 340px;
  }

  .u-section-1 .u-icon-1 {
    margin-top: 107px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 670px;
}

.u-section-2 .u-group-1 {
  min-height: 883px;
  width: 774px;
  margin: 30px 167px 60px auto;
}

.u-section-2 .u-container-layout-1 {
  padding: 24px 0;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  margin: 13px auto 0;
}

.u-section-2 .u-text-2 {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 20px 50px 0;
}

.u-section-2 .u-text-3 {
  font-weight: 700;
  font-size: 1.875rem;
  margin: 69px 302px 0 31px;
}

.u-section-2 .u-text-4 {
  text-align:center;
  font-weight: 700;
  font-size: 1.875rem;
  margin: 31px 20px 0 31px;
}

.u-section-2 .u-text-5 {
  font-weight: 700;
  font-size: 1.875rem;
  margin: 30px 73px 0 31px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    margin-top: 86px;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-group-1 {
    min-height: 491px;
    width: 720px;
  }

  .u-section-2 .u-text-2 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .u-section-2 .u-text-3 {
    margin-right: 275px;
    margin-left: 4px;
  }

  .u-section-2 .u-text-4 {
    width: auto;
    margin-left: 4px;
    margin-right: 4px;
  }

  .u-section-2 .u-text-5 {
    margin-right: 46px;
    margin-left: 4px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-group-1 {
    min-height: 556px;
    width: 540px;
    margin-bottom: 41px;
  }

  .u-section-2 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-text-3 {
    margin-right: 99px;
    margin-left: 0;
  }

  .u-section-2 .u-text-4 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-2 .u-text-5 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-group-1 {
    min-height: 641px;
    margin-top: 29px;
    margin-bottom: 0;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-2 .u-text-1 {
    width: 131px;
    margin-top: 0;
  }

  .u-section-2 .u-text-3 {
    font-size: 1.5rem;
    margin-right: 0;
  }

  .u-section-2 .u-text-4 {
    font-size: 1.5rem;
  }

  .u-section-2 .u-text-5 {
    font-size: 1.5rem;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 1135px;
}

.u-section-3 .u-text-1 {
  font-size: 3rem;
  letter-spacing: 0px;
  font-weight: 700;
  width: 535px;
  margin: 24px auto 0;
}

.u-section-3 .u-list-1 {
  margin-top: 51px;
  margin-bottom: 0;
}

.u-section-3 .u-repeater-1 {
  grid-template-columns: repeat(3, calc(33.3333% - 33.3333px));
  min-height: 350px;
  grid-gap: 50px;
}

.u-section-3 .u-list-item-1 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  background-image: none;
}

.u-section-3 .u-container-layout-1 {
  padding: 8px 20px;
}

.u-section-3 .u-text-2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-3 .u-image-1 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-3 .u-text-3 {
  margin: 20px 0 0;
}

.u-section-3 .u-list-item-2 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.u-section-3 .u-container-layout-2 {
  padding: 8px 20px;
}

.u-section-3 .u-text-4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-3 .u-image-2 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-3 .u-text-5 {
  margin: 20px 0 0;
}

.u-section-3 .u-list-item-3 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.u-section-3 .u-container-layout-3 {
  padding: 8px 20px;
}

.u-section-3 .u-text-6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-3 .u-image-3 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-3 .u-text-7 {
  margin: 20px 0 0;
}

.u-section-3 .u-text-8 {
  font-size: 3rem;
  letter-spacing: 0px;
  font-weight: 700;
  width: 458px;
  margin: 66px auto 0;
}

.u-section-3 .u-list-2 {
  margin-top: 63px;
  margin-bottom: 60px;
}

.u-section-3 .u-repeater-2 {
  grid-template-columns: repeat(3, calc(33.3333% - 33.3333px));
  min-height: 325px;
  grid-gap: 50px;
}

.u-section-3 .u-list-item-4 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  background-image: none;
}

.u-section-3 .u-container-layout-4 {
  padding: 8px 20px;
}

.u-section-3 .u-text-9 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-3 .u-image-4 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-3 .u-text-10 {
  margin: 20px 0 0;
}

.u-section-3 .u-list-item-5 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.u-section-3 .u-container-layout-5 {
  padding: 8px 20px;
}

.u-section-3 .u-text-11 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-3 .u-image-5 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-3 .u-text-12 {
  margin: 20px 0 0;
}

.u-section-3 .u-list-item-6 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.u-section-3 .u-container-layout-6 {
  padding: 8px 20px;
}

.u-section-3 .u-text-13 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-3 .u-image-6 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-3 .u-text-14 {
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-repeater-1 {
    grid-template-columns: repeat(3, calc(33.333333333333336% - 33.3333px));
    min-height: 289px;
  }

  .u-section-3 .u-image-1 {
    height: 141px;
  }

  .u-section-3 .u-image-2 {
    height: 141px;
  }

  .u-section-3 .u-image-3 {
    height: 141px;
  }

  .u-section-3 .u-text-8 {
    width: 449px;
    margin-top: 65px;
  }

  .u-section-3 .u-list-2 {
    margin-top: 64px;
  }

  .u-section-3 .u-repeater-2 {
    grid-template-columns: repeat(3, calc(33.333333333333336% - 33.3333px));
    min-height: 268px;
  }

  .u-section-3 .u-image-4 {
    height: 141px;
  }

  .u-section-3 .u-image-5 {
    height: 141px;
  }

  .u-section-3 .u-image-6 {
    height: 141px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-repeater-1 {
    grid-template-columns: repeat(2, calc(50% - 24.999975px));
    min-height: 664px;
  }

  .u-section-3 .u-image-1 {
    height: 165px;
  }

  .u-section-3 .u-image-2 {
    height: 165px;
  }

  .u-section-3 .u-image-3 {
    height: 165px;
  }

  .u-section-3 .u-repeater-2 {
    grid-template-columns: repeat(2, calc(50% - 24.999975px));
    min-height: 616px;
  }

  .u-section-3 .u-image-4 {
    height: 165px;
  }

  .u-section-3 .u-image-5 {
    height: 165px;
  }

  .u-section-3 .u-image-6 {
    height: 165px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-image-1 {
    height: 268px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-image-2 {
    height: 268px;
  }

  .u-section-3 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-image-3 {
    height: 268px;
  }

  .u-section-3 .u-repeater-2 {
    grid-template-columns: 100%;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-image-4 {
    height: 268px;
  }

  .u-section-3 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-image-5 {
    height: 268px;
  }

  .u-section-3 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-image-6 {
    height: 268px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 2530px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-image-1 {
    height: 165px;
  }

  .u-section-3 .u-image-2 {
    height: 165px;
  }

  .u-section-3 .u-image-3 {
    height: 165px;
  }

  .u-section-3 .u-text-8 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 69px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .u-section-3 .u-list-2 {
    margin-top: 60px;
  }

  .u-section-3 .u-image-4 {
    height: 165px;
  }

  .u-section-3 .u-image-5 {
    height: 165px;
  }

  .u-section-3 .u-image-6 {
    height: 165px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 488px;
}

.u-section-4 .u-text-1 {
  font-size: 3rem;
  letter-spacing: 0px;
  font-weight: 700;
  width: 429px;
  margin: 0 auto;
}

.u-section-4 .u-list-1 {
  margin-top: 39px;
  margin-bottom: 46px;
}

.u-section-4 .u-repeater-1 {
  grid-template-columns: repeat(3, calc(33.3333% - 33.3333px));
  min-height: 350px;
  grid-gap: 50px;
}

.u-section-4 .u-list-item-1 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  background-image: none;
}

.u-section-4 .u-container-layout-1 {
  padding: 8px 20px;
}

.u-section-4 .u-text-2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-4 .u-image-1 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-4 .u-text-3 {
  margin: 20px 0 0;
}

.u-section-4 .u-list-item-2 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.u-section-4 .u-container-layout-2 {
  padding: 8px 20px;
}

.u-section-4 .u-text-4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-4 .u-image-2 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-4 .u-text-5 {
  margin: 20px 0 0;
}

.u-section-4 .u-list-item-3 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.u-section-4 .u-container-layout-3 {
  padding: 8px 20px;
}

.u-section-4 .u-text-6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.u-section-4 .u-image-3 {
  height: 175px;
  margin-top: 13px;
  margin-bottom: 0;
}

.u-section-4 .u-text-7 {
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .u-section-4 .u-repeater-1 {
    grid-template-columns: repeat(3, calc(33.333333333333336% - 33.3333px));
    min-height: 289px;
  }

  .u-section-4 .u-image-1 {
    height: 141px;
  }

  .u-section-4 .u-image-2 {
    height: 141px;
  }

  .u-section-4 .u-image-3 {
    height: 141px;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-repeater-1 {
    grid-template-columns: repeat(2, calc(50% - 24.999975px));
    min-height: 664px;
  }

  .u-section-4 .u-image-1 {
    height: 165px;
  }

  .u-section-4 .u-image-2 {
    height: 165px;
  }

  .u-section-4 .u-image-3 {
    height: 165px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-image-1 {
    height: 268px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-image-2 {
    height: 268px;
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-image-3 {
    height: 268px;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-text-1 {
    font-size: 1.875rem;
    width: 264px;
    margin-top: 13px;
  }

  .u-section-4 .u-list-1 {
    margin-top: 26px;
  }

  .u-section-4 .u-image-1 {
    height: 165px;
  }

  .u-section-4 .u-image-2 {
    height: 165px;
  }

  .u-section-4 .u-image-3 {
    height: 165px;
  }
} .u-section-5 {
  background-image: none;
}

.u-section-5 .u-sheet-1 {
  min-height: 448px;
}

.u-section-5 .u-text-1 {
  width: 195px;
  font-size: 3rem;
  font-weight: 700;
  margin: 15px auto 0;
}

.u-section-5 .u-layout-wrap-1 {
  width: 931px;
  margin: 32px auto 60px;
}

.u-section-5 .u-layout-cell-1 {
  min-height: 298px;
  background-image: none;
}

.u-section-5 .u-container-layout-1 {
  padding: 10px;
}

.u-section-5 .u-icon-1 {
  height: 130px;
  width: 130px;
  margin: 6px auto 0;
  padding: 42px;
}

.u-section-5 .u-text-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin: -30px 0 0;
}

.u-section-5 .u-text-3 {
  font-size: 1.125rem;
  width: 211px;
  margin: 20px auto 0;
}

.u-section-5 .u-layout-cell-2 {
  min-height: 298px;
  background-image: none;
}

.u-section-5 .u-container-layout-2 {
  padding: 0 10px;
}

.u-section-5 .u-icon-2 {
  height: 146px;
  width: 146px;
  margin: 10px auto 0;
  padding: 48px;
}

.u-section-5 .u-text-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin: -23px 0 0;
}

.u-section-5 .u-text-5 {
  font-size: 1.125rem;
  margin: 20px 11px 0 32px;
}

.u-section-5 .u-layout-cell-3 {
  min-height: 298px;
  background-image: none;
}

.u-section-5 .u-container-layout-3 {
  padding: 10px;
}

.u-section-5 .u-icon-3 {
  height: 136px;
  width: 136px;
  margin: 0 auto;
  padding: 46px;
}
#menu{
  margin-top: -20px;
  font-size:1.75rem;
}
.u-section-5 .u-text-6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin: -24px 0 0;
  color:black;
}

.u-section-5 .u-text-7 {
  font-size: 1.125rem;
  width: 164px;
  margin: 20px auto 0;
  color:black;

}

@media (max-width: 1199px) {
  .u-section-5 .u-text-5 {
    width: auto;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 250px;
  }

  .u-section-5 .u-layout-wrap-1 {
    width: 720px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-5 .u-text-3 {
    width: 187px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 285px;
  }

  .u-section-5 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-5 .u-text-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .u-section-5 .u-text-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 350px;
  }

  .u-section-5 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 249px;
  }

  .u-section-5 .u-text-3 {
    width: auto;
    margin-top: 14px;
    margin-right: 127px;
    margin-left: 151px;
  }

  .u-section-5 .u-text-5 {
    margin-right: 143px;
    margin-left: 167px;
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 210px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-5 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-5 .u-text-3 {
    margin-left: 51px;
    margin-right: 27px;
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 256px;
  }

  .u-section-5 .u-text-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-text-5 {
    margin-top: 6px;
    margin-right: 28px;
    margin-left: 50px;
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 100px;
  }
}