/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/*
======================
reset
======================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
======================
fonts
======================
*/
@font-face {
  font-family: "Poppins Regular";
  src: url(../font/Poppins-Regular.ttf) format(truetype);
}
@font-face {
  font-family: "Poppins Medium";
  src: url(../font/Poppins-Medium.ttf) format(truetype);
}
@font-face {
  font-family: "Poppins Bold";
  src: url(../font/Poppins-Bold.ttf) format(truetype);
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; /* 10*/
}
*,*:after, *:before{
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body{
  line-height: 1.6;
  font-family: "Poppins", sans-serif ,Arial;
  font-size: 1.6rem;
}
a{
   text-decoration: none;
}
/*
======================
component
======================
*/
.btn{
  display: block; 
  width: 12rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: "Poppins Regular";
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem; 
}
/*
======================
  elevator
======================
*/
.elevator {
  position: fixed;
  bottom: 3rem;
  right: 1.6rem;
  width: 5rem;
  height: 5rem;
  z-index: 1500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8c8c8c;
  cursor: pointer;
  display: none;
}
.elevator > i {
  font-size: 4rem;
}

/*
======================
start--project
======================
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
body {
  font-family: "Poppins", sans-serif;  
}
/*
======================
sec1--header
======================
*/
.sec1 {
  height: 100vh;
  background: url(/img/backmain.jpg) no-repeat center center;
  background-size: cover;
  width: 0000001%;
  position: relative;
  opacity: 0;
  z-index: 500;
  overflow: hidden;
  -webkit-animation: sec1 0.5s 0.3s 1 normal forwards;
          animation: sec1 0.5s 0.3s 1 normal forwards;
}
@-webkit-keyframes sec1 {
  0% {
    opacity: 1;
    width: 0.00000000001%;
    filter: grayscale(100);
  }
  100% {
    filter: grayscale(0);
    opacity: 1;
    width: 100%;
  }
}
.sec1:hover{
  filter: grayscale(0);

}
.line01 {
  width: 900px;
  height: 8px;
  position: absolute;
  left: 0;
  opacity: 0;
  background-image: -o-linear-gradient(
    left,
    rgba(199, 0, 0, 1),
    rgba(255, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(199, 0, 0, 1)),
    to(rgba(255, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(199, 0, 0, 1),
    rgba(255, 0, 0, 0)
  );
  -webkit-animation: lia 0.5s 1 0.5s linear forwards;
          animation: lia 0.5s 1 0.5s linear forwards;
}
@-webkit-keyframes lia {
  from {
    width: 0px;
    opacity: 1;
  }
  to {
    width: 900;
    opacity: 1;
  }
}
@keyframes lia {
  from {
    width: 0px;
    opacity: 1;
  }
  to {
    width: 900;
    opacity: 1;
  }
}
.line02 {
  width: 100px;
  height: 60px;
  position: absolute;
  left: 0;
  opacity: 0;
  background-image: -o-linear-gradient(
    left,
    rgba(199, 0, 0, 1),
    rgba(255, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(199, 0, 0, 1)),
    to(rgba(255, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(199, 0, 0, 1),
    rgba(255, 0, 0, 0)
  );
  -webkit-animation: lia1 0.8s 1 0.7s linear forwards;
          animation: lia1 0.8s 1 0.7s linear forwards;
}
@-webkit-keyframes lia1 {
  from {
    width: 0px;
    opacity: 1;
  }
  to {
    width: 1000px;
    opacity: 1;
  }
}
@keyframes lia1 {
  from {
    width: 0px;
    opacity: 1;
  }
  to {
    width: 1000px;
    opacity: 1;
  }
}
.line03 {
  width: 25px;
  height: 0px;
  position: fixed;
  top: 0px;
  opacity: 1;
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 0, 0, 0),
    rgba(199 0, 0, 1)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(255, 0, 0, 0)),
    to(rgba(199, 0, 0, 1))
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 0, 0, 0),
    rgba(199, 0, 0, 1)
  );
  -webkit-animation: lia3 1s 1 1s linear forwards;
          animation: lia3 1s 1 1s linear forwards;
  z-index: 4;
}
@-webkit-keyframes lia3 {
  from {
    height: 0px;
    opacity: 1;
  }
  to {
    height: 780px;
    opacity: 1;
  }
}
@keyframes lia3 {
  from {
    height: 0px;
    opacity: 1;
  }
  to {
    height: 780px;
    opacity: 1;
  }
}
.line04 {
  width: 8px;
  height: 0px;
  position: fixed;
  top: 0px;
  opacity: 1;
  background-image: -o-linear-gradient(
    bottom,
    rgba(255, 0, 0, 0),
    rgba(199, 0, 0, 1)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(255, 0, 0, 0)),
    to(rgba(199, 0, 0, 1))
  );
  background-image: linear-gradient(
    to top,
    rgba(255, 0, 0, 0),
    rgba(199, 0, 0, 1)
  );
  -webkit-animation: lia4 1s 1 1.5s linear forwards;
          animation: lia4 1s 1 1.5s linear forwards;
  z-index: 4;
}
@-webkit-keyframes lia4 {
  from {
    height: 0px;
    opacity: 1;
  }
  to {
    height: 90rem;
    opacity: 1;
  }
}
@keyframes lia4 {
  from {
    height: 0px;
    opacity: 1;
  }
  to {
    height: 90rem;
    opacity: 1;
  }
}
/*
======================
titres--animate
======================
*/
.titrs {
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.animate {
  font-family: "Poppins Bold";
  margin-right: 2rem;
  max-width:50rem ;
  line-height: 5.5rem;
}

.animate span {
  display: inline-block;
}
.animate span:nth-of-type(1) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.animate span:nth-of-type(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animate span:nth-of-type(3) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.animate span:nth-of-type(4) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.animate span:nth-of-type(5) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.animate span:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.animate span:nth-of-type(7) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.animate span:nth-of-type(8) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.animate span:nth-of-type(9) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.animate span:nth-of-type(10) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.animate span:nth-of-type(11) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.animate span:nth-of-type(12) {
  -webkit-animation-delay: 3.11s;
          animation-delay: 3.11s;
}

.animate span:nth-of-type(13) {
  -webkit-animation-delay: 3.12s;
          animation-delay: 3.12s;
}

.animate span:nth-of-type(14) {
  -webkit-animation-delay: 3.13s;
          animation-delay: 3.13s;
}
.four span {
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(0, -100px) rotate(360deg) scale(0);
      -ms-transform: translate(0, -100px) rotate(360deg) scale(0);
          transform: translate(0, -100px) rotate(360deg) scale(0);
  -webkit-animation: revolveDrop 0.3s forwards;
          animation: revolveDrop 0.3s forwards;
}

@-webkit-keyframes revolveDrop {
  30% {
    -webkit-transform: translate(0, -50px) rotate(180deg) scale(1);
            transform: translate(0, -50px) rotate(180deg) scale(1);
  }
  60% {
    -webkit-transform: translate(0, 20px) scale(0.8) rotate(0deg);
            transform: translate(0, 20px) scale(0.8) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0) scale(1) rotate(0deg);
            transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes revolveDrop {
  30% {
    -webkit-transform: translate(0, -50px) rotate(180deg) scale(1);
            transform: translate(0, -50px) rotate(180deg) scale(1);
  }
  60% {
    -webkit-transform: translate(0, 20px) scale(0.8) rotate(0deg);
            transform: translate(0, 20px) scale(0.8) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0) scale(1) rotate(0deg);
            transform: translate(0) scale(1) rotate(0deg);
    opacity: 1;
  }
}
.subtitle {
  font-family: "Poppins Medium";
  color: #9b9b9b;
  opacity: 0;
  -webkit-animation: sub4 0.2s 1 3.25s linear forwards;
          animation: sub4 0.2s 1 3.25s linear forwards;
}
@-webkit-keyframes sub4 {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes sub4 {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*
======================
logo
======================
*/
.logo {
  opacity: 0;
  background: url(/img/logo-parlotus.png) no-repeat center center;
  background-size: cover;
  -webkit-animation: go10 0.3s 1 3.30s linear forwards;
          animation: go10 0.3s 1 3.30s linear forwards;
}
@-webkit-keyframes go10 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
}
@keyframes go10 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
}/*
======================
menu
======================
*/
.menu {

  width: 35%;
  position: fixed;
  left: -700px;
  top: -700px;
  bottom: 0;
  padding: 1rem 1rem;
  z-index: 1000;
  -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu__info{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
  -ms-flex-pack: distribute;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;     
 }
 .manu__icon{
  font-size: 2rem;
  color: #fff;
  z-index: 2000;
 }
.main-menu {
  font-size: 30px;
  list-style: none;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 100px;
  margin-left: 2rem;
  padding-right: 2rem;

  } 
  .menu-list {
    width: 40rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "Poppins Medium";
  }
  .link-menu {
    text-decoration: none;
    font-family: "Poppins Medium";
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .sub > #white {
    width: 150px;
    height: 50px;
    position: relative; 
    font-size: 16px;
    list-style: none;
    line-height: 50px;
    margin-top: 10px;
    display: block;
    -webkit-animation: sub1 0.5s 1 linear forwards;
            animation: sub1 0.5s 1 linear forwards;
  }
 
  #sub:hover > .sub > #white {
    display: block;
  }
  @-webkit-keyframes sub1 {
    from {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes sub1 {
    from {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  } 
  .link-menu:hover {
    -webkit-transition: all 220ms;
    -o-transition: all 20ms;
    -o-transition: all 220ms;
    transition: all 220ms;
  }
 
  .slink-menu {
    color: #ffffff;
  }
  .footer-contact {
    margin-left: 1rem;
    font-family: "Poppins Medium";
    
  }
  .link-media:hover {
     color: #fff;  
  }
  .link-media {
    color: #1d1c1c;
      -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  }
  .tell {
    margin-left: 2rem;
    cursor: pointer;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
  }
  #adress {
    font-size: 28px;
  }
  .footer-text {
    margin-bottom: 10px;
    color: #1d1c1c;
    /* font-size: 1rem; */
    margin-top: 0.5rem;
  }
.header-icon {
  position: fixed;
  left: 2.5rem;
  top: 1.5rem;
  cursor: pointer;
  font-size: 30px;
  color: #ffffff;
  z-index: 2500;
  
}
.backred {
  width: 8rem;
  height: 8rem;
  position: fixed;
  background-color: #c70000;
  top: -200px;
  left: -200px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-icon:hover ~ .backred {
  top: 0px;
  left: 0px;
}
/*
======================
  responsive 320
======================
*/
@media (min-width:320px){

  .container{
    width: 28rem; 
  } 
  .line01{
    display: none;
  }
  .line02{
    display: none;
  }  
  .line03{
    display: none;
  }
  .line04{
    display: none;
  }
  .backred{
    display: none;
  }
  .menu{
    width: 30rem;
    background-color: #c70000;
  }
  .main-menu {
    font-size: 1.8rem;
    height: 44rem;
    padding-top: 5rem;
  }
  .menu-list{
    width: 100%;
    text-align: center;    
  }
  .link-menu:hover{
    padding: 0;
    font-size: 18px;
    
   }
  
  }
  .sub{
    margin-top: 3rem;
  }
   .sub > #white{
    width: 12rem;
    height: 3.5rem;
    background-color: rgb(255, 255, 255,0.2);
    border-radius: 0.5rem;
    font-size: 1.2rem;
    display: block;
    line-height: 3.5rem;
    left:5.5rem;
    margin-top: 1.5rem;
    
  }
  /*
=========================
main-ui-video-mobile320
=========================
*/
.main{
  margin-top: 2rem;
 }
.ui-desgins{
  margin-top: 3rem;
  }
.ui-video{ 
  width: 24rem;
  height: 17rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem; 
}
.ui__video__img{
  width: 21.4rem;
  height: 13.4rem;
  margin-left: 1.4rem;
  margin-right: 1.8rem;
}
 /*
=========================
skills--320
=========================
*/
.main-skills{
  padding-bottom: 2rem;
}
.number_skill {
  font-size: 1rem;
}
.label {
  width: 25rem; 
}
.label_skill {
  top: 6rem;
  font-size: 1.4rem;
}
.span_skill {
  top: 3.6rem;
  left: 22rem;
  font-size: 1.4rem;
}
.input_skill {
  margin-top: 2rem;
}
/*
======================
graphic--320
======================
*/
.row1 {
  width: 25rem;
  height: 25rem;
}
.graphic__img{
   width: 25rem;
   height: 25rem;
   display: block;
} 
.hide{
  width: 25rem;
  height: 25rem;
  bottom: -25rem;
  font-size: 2rem;
  line-height: 25rem;

} 

/*
======================
  responsive-- 1200
======================
*/

   /*
=========================
main-ui-video--1200
=========================
*/
@media (min-width:1200px){
.main{
  margin-top: 3rem;
 }
 .ui-desgins {
  margin-top: 9rem;
}
.ui-video{ 
  width: 37rem;
  height: 26rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 6rem;
}
.ui__video__img{
  width: 32.5rem;
  height: 20.1rem;
  margin-left: 2.3rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
    /*
=========================
skills--1200
=========================
*/
.number_skill {
  font-size: 200px;
  color: #ffffff;
}
.textnumber_skill { 
  bottom: 7rem; 
}
.label {
  width: 50rem;  
}
.label_skill {
  top: 7.5rem;
}
.span_skill {
  margin-bottom: 2rem;
  top: 50px;
  left: 450px;
}
/*
======================
graphic--1200
======================
*/
.row1 {  
  width: 40rem;
  height:40rem;
}
.graphic__img{
   width: 40rem;
   height: 40rem;   
}
.hide{
  width: 40rem;
  height: 40rem;
  font-size: 3rem;
  line-height: 40rem;
  bottom: -40rem;
}
}
/*
======================
  sec2--graphic
======================
*/
.sec2{
  background: url(/img/backwhite.jpg) no-repeat center center;
  background-size: cover;
} 
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; 
  padding-bottom: 10rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.row1 {
  margin-top: 5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 1rem;
  font-family: "Poppins Regular";
  opacity: 0;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 2px 2px #c5c5c5;
          box-shadow: 2px 2px 2px 2px #c5c5c5;  
  -webkit-animation: rowin 0.4s 1 0.7s linear forwards;  
          animation: rowin 0.4s 1 0.7s linear forwards;
}

@-webkit-keyframes rowin {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes rowin {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.graphic__img{
  
   display: block;
}
.hide {
  position: absolute;
  background-image: -o-linear-gradient(
    rgba(241, 79, 128, 0.6),
    rgba(151, 129, 138, 0.6)
  );
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(241, 79, 128, 0.6)),
    to(rgba(151, 129, 138, 0.6))
  );
  background-image: linear-gradient(
    rgba(241, 79, 128, 0.6),
    rgba(151, 129, 138, 0.6)
  );
  color: white;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.row1:hover > .hide {
  bottom: 0px;
}
/*
======================
sec3--header
======================
*/

.black{ 
  background-color:#1a1a1a;
}
.header-wrapper{
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-scrool{
  display: none;
}
.wrapper_title{
  font-family: "Poppins Bold";
  font-size: 3.3rem;
  padding-bottom: 2rem;
  opacity: 0;
  -webkit-animation: ti 0.3s 1 0.6s linear forwards;
          animation: ti 0.3s 1 0.6s linear forwards;
}
@-webkit-keyframes ti {
  from {
    opacity: 0;
    top: 0px;
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  to {
    opacity: 1;   
    top: 50px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ti {
  from {
    opacity: 0;
    top: 0px;
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  to {
    opacity: 1;   
    top: 50px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wrapper__subtitle{
  min-width: 18rem;
  margin: 0 auto;
  font-family: "Poppins Medium";
  font-size: 1.6rem;
  padding-bottom: 2rem;
  line-height: 2.5rem;
  opacity: 0;
  -webkit-animation: tis 0.5s 1 0.8s linear forwards;
          animation: tis 0.5s 1 0.8s linear forwards;
}
@-webkit-keyframes tis {
  0% {
    opacity: 50px;
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 0px;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
    top: 143px;
  }
  100% {
    opacity: 1;
    top: 143px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tis {
  0% {
    opacity: 50px;
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 0px;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
    top: 143px;
  }
  100% {
    opacity: 1;
    top: 143px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
======================
btns--sec3
======================
*/
.btn__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}
.btn__wrapper__link{
    background-color: #626262;
    color: white;
    font-size: 1.4rem;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0;
    line-height: 3.2rem;
    -webkit-animation: btnanimate 0.8s 1 1.2s linear forwards;
            animation: btnanimate 0.8s 1 1.2s linear forwards;
}
@-webkit-keyframes btnanimate {
  0% {
    opacity: 50px;
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 0px;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
    top: 143px;
  }
  100% {
    opacity: 1;
    top: 143px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes btnanimate {
  0% {
    opacity: 50px;
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 0px;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
    top: 143px;
  }
  100% {
    opacity: 1;
    top: 143px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn__wrapper__link:hover{
  background-color: #c2c2c2;
  color: #1a1a1a;
  font-size: 1.4rem;
}
/*
======================
main-ui-video
======================
*/
.ui-desgins{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin-left: auto;
margin-right: auto;
}
.video-scrool{
  display: none;
}
.ui-video{ 
  background: url(/img/monitor.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 220ms ease-in-out;
  -o-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  -webkit-animation: uianimate 0.5s 1 0.5s linear forwards;
          animation: uianimate 0.5s 1 0.5s linear forwards;
}
@-webkit-keyframes uianimate {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes uianimate {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ui-video:hover{
  border: 1px solid #c70000;
  border-radius: 1rem;
} 
 /*
======================
   skills
======================
*/ 
.skill-scroll{
  display: none;
}
.skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins Regular";
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 10rem; 
      margin-left: 1rem;
      margin-right: 1rem;   
}
.number_skill {
  color: #ffffff;
}
.textnumber_skill {
  text-align: center;
  position: relative;
  bottom: 7rem;
  color: #ffffff;
}
.label_skill {
  color: #ffffff;
  position: relative;
}
.span_skill {
  color: #ffffff;
  position: relative;  
  display: inline-block; 
}
.input_skill {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0.4375rem;
  border-radius: 0.4375rem;
  background-color: #fff;
  margin-top: 4rem;
}
.range-skill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.4375rem;
  background-color: #c70000;
}
 /*
======================
   sec4-about me
======================
*/

.gray{
  background-color: #d4d4d4;
}

.main-about{
  padding-top: 15rem;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding-bottom: 10rem;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;   
}
.myino-left{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 50rem;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
   margin-left: 5rem;
   margin-right: 5rem;
   padding-bottom: 5rem;
}
.myino__contain-img{
   width: 27rem;
   height: 27rem;
   border-radius: 50%;
   background-color:#1d1c1c;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-align: justify;
   opacity: 0;
   -webkit-animation: pic011 2s 1 1s linear forwards;
           animation: pic011 2s 1 1s linear forwards;
}
@-webkit-keyframes pic011 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pic011 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.myino__img{
  width: 25rem;
  height: 25rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: pic01 1s 1 0.8s linear forwards;
          animation: pic01 1s 1 0.8s linear forwards;
}
@-webkit-keyframes pic01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pic01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.myino-right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 72rem;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 3rem;

}
.myino__title{
  font-family: "Poppins Bold";
  font-size: 3.3rem;
  padding-bottom: 2rem;
  text-align: center;
  color: #1d1c1c;
  opacity: 0;
  -webkit-animation: title 0.2s 1 0.5s linear forwards;
          animation: title 0.2s 1 0.5s linear forwards;
}
@-webkit-keyframes title {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes title {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.myino__line{
  width: 0px;
  height: 4px;
  background-image: -o-linear-gradient(
    left,
    rgba(199, 0, 0, 1),
    rgba(255, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(199, 0, 0, 1)),
    to(rgba(255, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(199, 0, 0, 1),
    rgba(255, 0, 0, 0)
  );
  margin-top: 1.5rem;
  opacity: 0;
  -webkit-animation: khat1 0.5s 1 1s linear forwards;
          animation: khat1 0.5s 1 1s linear forwards;
}
@-webkit-keyframes khat1 {
  from {
    width: 0px;
    opacity: 0;
  }
  to {
    width: 55rem;
    opacity: 1;
  }
}
@keyframes khat1 {
  from {
    width: 0px;
    opacity: 0;
  }
  to {
    width: 55rem;
    opacity: 1;
  }
}
.myino__caption {
  color: #1d1c1c;
  font-family: "Poppins Medium";
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 2.5rem;
  text-align: center;
  opacity: 0;
  -webkit-animation: caption1 0.2s 1 0.7s linear forwards;
          animation: caption1 0.2s 1 0.7s linear forwards;
}
@-webkit-keyframes caption1 {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes caption1 {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
 /*
======================
   sec5-contact
======================
*/
.sec5{
  height: 100vh;
  background-image: -o-linear-gradient(black, rgb(110, 110, 110));
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgb(110, 110, 110)));
  background-image: linear-gradient(black, rgb(110, 110, 110));
  background: url(/img/backcontact.jpg) no-repeat center center;
  background-size: cover; 
  overflow: hidden;
}
.wrapper-contact{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack:center;
       -ms-flex-pack:center;
           justify-content:center;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
}
.title-message{
  font-size: 2.5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.contact__right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
 -ms-flex-wrap: wrap;  
     flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  opacity: 0;
  border: 1px solid #c70000;
  padding: 2rem;
  border-radius: 0.5rem;
  -webkit-animation: right 0.2s 1 0.5s linear forwards;
          animation: right 0.2s 1 0.5s linear forwards;
}
@-webkit-keyframes right{
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes right{
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.contact__right__info{
  font-size: 2.5rem;
  margin-bottom: 5rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-animation: info1 0.5s 1 0.8s linear forwards;
          animation: info1 0.5s 1 0.8s linear forwards;

}
@-webkit-keyframes info1 {
  0% {
    opacity: 50px;
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 0px;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
    top: 143px;
  }
  100% {
    opacity: 1;
    top: 143px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes info1 {
  0% {
    opacity: 50px;
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 0px;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
    top: 143px;
  }
  100% {
    opacity: 1;
    top: 143px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.contact-info__media{
  font-family: "Poppins Medium";
  font-size: 3rem;
}
.item__link-media{
  font-size: 3rem;
  color: #fff;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.item__link-media:hover{
  color: #8e8e8e;
}
.item__tell{
  cursor: pointer;
  font-family: "Poppins Medium";
  margin-left: 1rem;  
}
#item__adress{
  font-size: 3.5rem;
  margin-left: 0.2rem;
}
.contact__adress{
  font-size: 3rem;
}
/*
======================
responsive
======================
*/
.container{
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:320px) {

  .container{
    width: 28rem; 
    } 
  .animate{
    font-size: 3.2rem;;
    }
  .subtitle{
    font-size:2.3rem;
    }
  .titrs{
    margin-left: 4rem;
    margin-top: 18rem;
  }
  .logo{
    width: 10rem;
    height: 5.2rem;
    margin-bottom: 6rem;
  }
  .header-wrapper{
    padding-top: 5.5rem;
  }
  .wrapper__subtitle {
    max-width: 24rem;
    }
  .myino__title{
    width: 25rem;
    margin-top: -5rem;      
    }
  .myino__line{
    display: none;
   }  
  .main-about{
    margin-top: -7rem;
    }
  .myino__caption{
   text-align: start;
    }
  .footer-contact{
    display: none;
     }
  .contact__right {
    margin-top: -5rem;  
    }
  .wrapper-contact{
    margin-top: 6.5rem;
    } 
  .contact-info__media{
    font-size: 2rem;
    }
   .item__tell{
    font-size: 1.5rem;
 
    }
   #item__adress{
    font-size: 2.5rem;
    }
  .contact__adress{
    font-size: 2rem;
    }
  .item__link-media {
    font-size: 2rem;    
  }
  }

@media (min-width:576px) {
  .container{
    width: 54rem; 
   }
  .titrs{
    margin-left: 10rem;
    margin-top: 9rem;
  }
  .footer-contact{
    display: none;
  }
  .wrapper__subtitle {
    max-width: 60rem; 
   }     
  .mobile-graphic__title{
    display: none;
   }
  .myino__title{
     width: 40rem;
     margin: 0 auto;        
   }
  .mobile-myino__img{
     display: none;
   }
  .myino__img{
     display:block;
   }
  .myino__caption{
    text-align: justify;
   }
  }
@media (min-width:768px) {
  .container{
    width: 72rem; 
     }
  .footer-contact{
      display: none;
    } 
  .wrapper-contact{
      margin-top: -9.5rem;
    }
  .myino__title{
    width: 60rem;
    margin: 0 auto;
    }
  .contact__right {
    margin-top: 7rem; 
     } 
  .myino__line{
      display: block;
     } 
 
}
@media (min-width:992px) {
  .container{
    width: 96rem; 
   }
  .animate{
    font-size: 55px;;
      }
  .subtitle{
     font-size: 4rem;
     margin-top: 2rem;
      }
    .titrs{
     margin-left: 10rem;
     margin-top: 30rem;
    }
  .logo{
     width: 14rem;
     height: 7.2rem;
     margin-bottom: 8rem;
    }

 #white:hover > .slink-menu {
  color:#c2c2c2;
}
.footer-contact{
  display: none;
 }
 .header-wrapper{
  padding-top: 9rem;
}

 .wrapper-contact{
  margin-top: 5rem;
} 


}
@media (min-width:1200px) {
  .container{
    width: 114rem; 
  } 
  .line01{
    display: block;
    top: 70rem;
    }
   .line02{
     display: block;
     top: 62rem;
     }  
   .line03{
     display: block;
     left: 68rem;
     }
   .line04{
     display: block;
     left: 65rem;
     }


  .item__link-media {
    font-size: 3rem;    
  }
 
  .main-about {
    margin-top: 0rem;
    padding-top: 12rem;
  }
.contact-info__media{
  font-size: 3rem;
}
.item__tell{
  font-size: 2rem;
 
}
#item__adress{
  font-size: 3.5rem;

}
.contact__adress{
  font-size: 3rem;
}
.wrapper-contact{
  margin-top: 10rem;
} 

@media (min-width:1400px) {
  .container{
    width: 135rem; 
} 
.backred{
  display: block;
  }
.menu{
  padding-top: 7rem;
  width: 60rem;
  background: url(/img/floral0.jpg) no-repeat center center;
  background-size: cover;
}
.main-menu {
  font-size: 2.3rem;
  height: 35rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2rem; 
  
}
.menu-list{
  width: 25rem;
  height: 15rem;
}
.sub{
  margin-top: 0rem;
}

.sub > #white{
  display: none;
  width: 150px;
  height: 50px;
   position: relative; 
  left: 5rem; 
  top: 0.1rem; 
  font-size: 1.5rem;
  text-align: center;
  list-style: none;
  line-height: 50px;
  margin-top: 0.9rem;
}
.footer-contact{
 display: block;
 text-align: start;
 margin-bottom: 0rem;
 padding-top: 18rem;

}
.media { 
  font-size: 2rem;
  margin-left: 8rem;  
}
.tell {
  margin-left: 1.5rem;
  font-size: 1.5rem;
}

#adress {
  font-size: 28px;
}
.footer-text { 
  font-size: 1.2rem;
  margin-left: 8rem;
}
.link-menu:hover{
  padding: 5px;
  font-size: 23px;
  border-radius: 5px;
  border-top: solid 3px #191919;
  border-right: solid 3px #191919;
  border-left: solid 1px #191919;
  border-bottom: solid 1px #191919;
  color: black;
 }
 
 

}
}




