*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
  }
  
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
  }
body{
    background-color: #232323;
}
nav{
    width: 9%;
    height: 100%;
    position: fixed;
}
.nav__header{
    width: 100%;
    height: 33%;
    background-color: #171717;
    margin-bottom: 2px;
}
.nav__item{
    width: 100%;
    height: 8%;
    background-color: #181818;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav__another{
    width: 100%;
    height: 33.5%;
    background-color: #181818;
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
}
.another__link{
    width: 18%;
    height: 25px;
    background-size: 100% 100%;
}
.tg{
    background: url(../img/tg1.png);
    background-size: 100% 100%;
    width: 22%;
    height: 32px;
    margin-top: -3px;
}
.tg:hover{
    background: url(../img/tghov.png);
    transition: 0.7s;
    background-size: 100% 100%;
}
.inst{
    width: 20%;
    height: 28px;
    background: url(../img/inst1.png);
    background-size: 100% 100%;
    margin-top: -1px;
}
.inst:hover{
    background: url(../img/inthov.png);
    transition: 0.7s;
    background-size: 100% 100%;
}
.vk{
    background: url(../img/vk1.png);
    background-size: 100% 100%;
}
.vk:hover{
    background: url(../img/vkhov.png);
    background-size: 100% 100%;
    transition: 0.7s;
}
.nav__btn{
    height: 80%;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav__image{
    width: 105%;
    height: 100px;
    margin-top: 8px;
    margin-bottom: 4px;
}
.nav__headline{
    color: white;
    font-family: 'Almarai', sans-serif;
    text-align: center;
    font-size: 24px;
    margin-bottom: 12px;
}
.nav__a{
    text-decoration: none;
}
.nav__text{
    color: #88898b;
    font-size: 14px;
}
.nav__item_link{
    color: #88898b;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.nav__item_link:hover{
    color: rgb(34, 238, 238);
}
.box{
    width:90%;
    height: 2000px;
    color: white;
    float: right;
    margin-right: 0.5%;
    position: relative;
}
header{
    width: 100%;
    height: 710px;
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 2%;
    overflow: hidden;
    position: relative;
}
.bg_text{
    font-family: 'Edu NSW ACT Foundation', cursive;
    color: #717070;
    opacity: 0.8;
    font-style: italic;
    font-size:18px ;
    cursor: default;
    position: relative;
    z-index: 79999;
}
.blast {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 90px;
    opacity: 1;
    margin-right: -5%;
    margin-left:3.3%;
    margin-bottom: -2%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    position: relative;
    z-index: 79999;
  }
  
  @keyframes rubberBand {
      0% {
          -webkit-transform: scale3d(1, 1, 1);
          -ms-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1)
      }
  
      30% {
          -webkit-transform: scale3d(1.25, 0.75, 1);
          -ms-transform: scale3d(1.25, 0.75, 1);
          transform: scale3d(1.25, 0.75, 1)
      }
  
      40% {
          -webkit-transform: scale3d(0.75, 1.25, 1);
          -ms-transform: scale3d(0.75, 1.25, 1);
          transform: scale3d(0.75, 1.25, 1)
      }
  
      50% {
          -webkit-transform: scale3d(1.15, 0.85, 1);
          -ms-transform: scale3d(1.15, 0.85, 1);
          transform: scale3d(1.15, 0.85, 1)
      }
  
      65% {
          -webkit-transform: scale3d(0.95, 1.05, 1);
          -ms-transform: scale3d(0.95, 1.05, 1);
          transform: scale3d(0.95, 1.05, 1)
      }
  
      75% {
          -webkit-transform: scale3d(1.05, 0.95, 1);
          -ms-transform: scale3d(1.05, 0.95, 1);
          transform: scale3d(1.05, 0.95, 1)
      }
  
      100% {
          -webkit-transform: scale3d(1, 1, 1);
          -ms-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1)
      }
  }
  .blast:hover{
    transition: 0.2s;
    color: rgb(34, 238, 238);
  }
  .header__image{
    width: 86px;
    height: 100px;
    margin-bottom: -1%;
    margin-right: -5%;
    margin-left: 4%
    z-index: 79999;
  }
  h1{
    width: 49%;
    margin-bottom: 10px;
    margin-left: 2%;
    position: relative;
    z-index: 79999;
  }
  .left{
    float: right;
    margin-top: 8%;
    margin-left: 3%;
    position: relative;
    z-index: 79999;
  }
.header__text{
    color: #aba8a8;
    font-size: 18px;
    font-family:sans-serif;
    margin-top: 8px;
    margin-left: 3.3%;
    margin-bottom: 15px;
    letter-spacing: 4px;
    z-index: 5;
    position: relative;
    z-index: 79999;
}
.header_button{
    width: 18%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(34, 238, 238);
    font-size: 18px;
    font-family: Arial, sans-serif;
    border: 1.4px solid rgb(34, 238, 238);
    margin-top: 30px;
    margin-left: 4%;
    position: relative;
    z-index: 79999;
    
}
.header__button_link{
    text-decoration: none;
    color: rgb(34, 238, 238);
    position: relative;
    z-index: 79999;
}
.header_button:hover a{
    color: #232323;
    transition: 0.5s;
    position: relative;
    z-index: 79999;
}
.header_button::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgb(34, 238, 238);
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    transform: scaleX(0);
}
.header_button:hover::before{
    transform: scaleX(1);
    z-index: 79999;
  }
.scroll-down {
    font-family: sans-serif;
    position: absolute;
    right: 1%;
    bottom: 0.3%;
    bottom: 0.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    z-index: 79999;
}
.scroll-down span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-animation-name: bounce-1;
    animation-name: bounce-1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes bounce-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.scroll-down svg {
    margin-top: 10px;
    width: 10px

}
.scroll-down--left {
    left: 1%;
    right: auto
}
.works{
    width: 100%;
    height: 830px;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}
.portfolio{
    width: 93.3%;
    height: 210px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
.prtfolio__blast{
    margin-right: -1.4%;
    color: rgb(34, 238, 238);
    font-size: 72px;
    margin-left: 1%;
    position: relative;
    z-index: 2;
}
.margin__left1{
    margin-left: 2.5%;
}
.portfolio__text{
    width: 90%;
    font-size: 16px;
    font-family:sans-serif;
    margin-left: 1.5%;
    line-height: 22px;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}
.portfolio__button{
    width: 18%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(34, 238, 238);
    font-size: 18px;
    font-family: Arial, sans-serif;
    border: 1.4px solid rgb(34, 238, 238);
    float: right;
    margin-right: 1%;
    margin-bottom: 10px;
    z-index: 2;
}
.portfolio__button:hover a{
    color: #232323;
    transition: 0.5s;
}
.portfolio__button::before{
    content: "";
    position: absolute;
    width: 18%;
    height: 50px;
    background: rgb(34, 238, 238);
    z-index: 1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    transform: scaleX(0);
}
.portfolio__button:hover::before{
    transform: scaleX(1);
}
.portfolio__left{
    width: 85%;
    height: 210px;
    position: relative;
}
.liter{
    width: 730px;
    overflow: hidden;
    font-size: 390px;
    color: gray;
    position: absolute;
    top: -80px;
    z-index: 0;
    cursor: default;
    font-family:sans-serif ;
    opacity: 0.15;
    font-weight: bold;
    right: -50px;
}
.works__box{
    margin-top: 28px;
    width: 100%;
    height: 590px;
}
.works__container{
    width: 82%;
    height: 550px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.myself{
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    height: 600px;
    display: flex;
    justify-content: space-between;
}
.myself__blast{
    font-size: 62px;
    margin-right: -4.8%;
    margin-left:3.7%;
    color: rgb(34, 238, 238);
}
.margin__{
    margin-left: 7.5%;
}
.myself__conteiner1{
    width: 43%;
    height: 600px;
}
.myself__text{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 17px;
    line-height: 24px;
}
#myCanvasContainer{
    margin-top: -70px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    font-family: "Open Sans",sans-serif;
    color: rgb(34, 238, 238);
    font-size: 1.5rem;
    box-sizing: border-box;
    position: relative;
    height: 500px;
    width: 60%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #232323;
}
#myCanvas {
    margin: auto;
    width: 100%;
}
#myCanvasContainer li a {
    font-size: 30px;
    font-family: sans-serif;
}
.work__scroll{
    right: 0.5%;
    bottom: -79%;
}
.work__scroll_left{
    left: 0.5%;
    bottom: -79%;
}
.skills{
    width: 92.3%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.skills__blast{
    font-size: 68px;
    margin-right: -2.4%;
    margin-left:1.5%;
    color: rgb(34, 238, 238);
}
.margin__left2{
    margin-left: 4%;
}
.skills__text{
    width: 47%;
    height: 550px;
}
.skils__text_content{
    font-family: sans-serif; 
    font-size: 20px;
    margin-left: 2%; 
    margin-top: 5px;
}
.skills__text_margin{
    margin-left: 4%;
    margin-top: 10px;
    font-family: sans-serif; 
    font-size: 14px;
}
.bigger{
    font-size: 25px;
    margin-left: 3%;
}
.top__margin{
    font-family: sans-serif; 
    font-size: 16px;
    margin-left: 2%; 
    margin-top: 10px;
}
.top__margin1{
    font-family: sans-serif; 
    font-size: 16px;
    margin-left: 5%; 
    margin-top: -7px;
}
.top__margin2{
    font-family: sans-serif; 
    font-size: 16px;
    margin-left: 5%; 
    margin-top: 7px;
}
.sills__diagram{
    width: 51%;
    height: 550px;
}
.top__diagram{
    width: 100%;
    height: 255px;
}
.chart {
    margin-bottom: 2rem
}

.chart span {
    font-size: 18px;
    font-family: sans-serif;
    margin-bottom: 7px;
    font-weight: bold;
    display: block
}

.chart footer {
    background-color: #373737;
    height: 2px
}

.chart footer div {
    width: 0;
    height: 100%;
    background-color: #08fdd8;
    -webkit-transition: width 1.3s ease-out;
    -o-transition: width 1.3s ease-out;
    transition: width 1.3s ease-out
}
.bottom__diagram{
    width: 100%;
    height: 295px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom__diagram_box{
    width: 48%;
    height:265px ;
    background-color: #2a2a2a;
    padding: 30px;
}
.diagram__box_text{
    font-size: 24px;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
.diagram__box_text2{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin-bottom: 15px;
}
.diagram__box_text3{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
}
.second{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.diagram__box_text4{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    margin-top: 60px;
}
.work__item{
    width: 33.3%;
    height: 260px;
    background-color: #aba8a8;
    border: 1px solid black;
}
.card {
    transform: translate(-0.1%,-0.1%);
    width: 32.5%;
    height: 260px;
    background:url(../img/dg1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.card .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.card .image img {
    width: 100%;
    transition: .5s;
}
.card:hover .image img {
    opacity: .5;
    transform: translateX(30%);/*100%*/
}
.card .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;/*100%*/
    height: 100%;
    background: #2a2a2a;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
}
.card:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}
.card .details .centerrr {
    padding: 10px;
    text-align: center;
    background: #afadad;
}
.card .details .centerrr h1 {
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 0;
    color: #ff3636;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;

}
.card .details .centerrr h1 span {
    font-size: 14px;
    color: #262626;
}
.card .details .centerrr p {
    margin: 10px 0;
    padding: 0;
    color: #262626;
}
.card .details .centerrr .card_button{
    border-radius: 13px;
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: #08fdd8;

}
.centerrr{
    width:100%;
    height: 130px;
    margin-top: 25%;
}
.card__button_box{
    width: 60%;
    height: 30px;
    margin: 0 auto;
    border:2px solid #08fdd8;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;

}
.card__button_box:hover{
    background-color: #08fdd8;
    color: white;
    transition: .4s;
}
canvas {
    margin: 0;
    position: absolute;
    z-index: 4;
    right: 0;
  }