.body {
    background-color: #fdfdfd;
    margin: 0px !important;
    overflow: hidden;
}

a {
    text-decoration: none;
}

.block {
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
}

path {
    fill: rgba(0, 0, 0, 0.774);
}

.crosshair1 {
    border-radius: 5px;
    right: 870px;
    position: relative;
    top: 3px;
}

/* Preloader */

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #e0e0e0;
    z-index: 1001;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.colorPre {
    fill: #e0e0e0 !important;
}

/* Background */

.image {
    position: absolute;
    left: 400px;
    top: 100px;
    width: auto;
    height: 940px;
    z-index: 1;
}

.hborder {
    width: 1900px;
    height: 5px;
    background: linear-gradient(45deg, #ffffff, #000000);
    position: absolute;
    top: 920px;
}

.vborder {
    width: 5px;
    height: 1000px;
    background: linear-gradient(45deg, #000000, #ffffff);
    position: absolute;
    right: 45px;
}

.heart {
    rotate: 45deg;
    position: relative;
    top: 450px;
    left: 700px;
}

.active {
    rotate: 270deg;
    font-size: 40px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(270deg, #000000, #858585);
    background-clip: text;
    position: absolute;
    left: 1770px;
    top: 500px;
    white-space: nowrap;
}

.studio {
    font-size: 32px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(270deg, #000000, #858585);
    background-clip: text;
    position: absolute;
    left: 150px;
    top: 900px;
    white-space: nowrap;
}

.Title {
    font-weight: bold;
    font-size: 350px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(45deg, #000000, #e4e4e4);
    background-clip: text;
    position: absolute;
    top: 100px;
    z-index: -1;
    right: 735px;
}

.points {
    position: absolute;
    z-index: -1;
    right: 1500px;
    top: 440px;
    width: 200px;
    height: auto;
}

/* Project list */

.Project {
    position: absolute;
    display: flex;
    right: 300px;
    top: 170px;
}

.proUI {
    background: rgb(240, 240, 240);
    width: 200px;
    height: 100px;
    position: relative;
    bottom: 0px;
    border-radius: 10px;
    box-shadow: 5px 5px rgba(119, 119, 119, 0.596);
    padding: 5px 20px;
    left: 45px;
    border: 1px solid rgb(185, 185, 185);
}

.projects {
    font-family: 'Bebas Neue';
    font-size: 60px;
    position: relative;
    bottom: 120px;
    left: 320px;
    letter-spacing: 2px;
    color: #000000;
}

.visual {
    font-family: 'ubuntu';
    position: relative;
    bottom: 5px;
    color: #000000;
}

.crosshair {
    border-radius: 5px;
    left: 20px;
    position: relative;
}

/* Media list */

.Media {
    background-color: rgb(240, 240, 240);
    width: 50px;
    height: 262px;
    padding: 10px 10px;
    position: absolute;
    box-shadow: 10px 10px rgba(119, 119, 119, 0.596);
    border-radius: 100px;
    font-family: ubuntu;
    font-size: 14px;
    top: 100px;
    right: 80px;
    border: 1px solid rgb(185, 185, 185);
}

.Share {
    rotate: 90deg;
    position: relative;
    top: 10px;
}

.Github {
    position: relative;
    top: 27px;
    right: 5px;
}

.Telegram {
    position: relative;
    top: 32px;
}

.Discord {
    position: relative;
    top: 37px;
}

/* Photo list*/

.Photo {
    background-color: rgb(240, 240, 240);
    width: 300px;
    height: 100px;
    position: absolute;
    bottom: 65px;
    border-radius: 50px;
    right: 150px;
    box-shadow: 5px 5px rgba(119, 119, 119, 0.596);
    border: 1px solid rgb(185, 185, 185);
}

.circleplus {
    position: relative;
    top: 5px;
    left: 200px;
}

.circle {
    fill: rgb(110, 110, 110);
}

.icon1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid rgb(110, 110, 110);
    position: relative;
    top: 5px;
    left: 10px;
}

.icon2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid rgb(110, 110, 110);
    position: relative;
    top: 5px;
    right: 180px;
}

/* Music player */

.Music {
    width: 180px;
    height: 100px;
    background-color: rgb(48, 48, 48);
    border-radius: 100px;
    position: absolute;
    left: 300px;
    top: 80px;
}

.Play {
    width: 210px;
    height: auto;
    position: relative;
    bottom: 130px;
    right: 10px;
}

/* Video list */

.Video {
    position: absolute;
    right: 10px;
    display: none;
}

.vidiv {
    background-color: rgb(240, 240, 240);
    position: relative;
    width: 400px;
    height: auto;
    top: 500px;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 5px 5px rgba(115, 204, 255, 0.596);
}

.video_media {
    width: 400px;
    height: auto;
    position: relative;
    border-radius: 10px;
}

/* Navigation */

.topnav {
    overflow: hidden;
    background-color: #fdfdfd;
    border: 1px solid#c0c0c0;
    padding: .5rem 12% ;
    font-family: ubuntu;
  }

.Rivi {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 6px 16px;
    margin-left: 10px;
    font-weight: 600;
}

.nav {
    float: right;
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 6px 16px;
    margin-left: 10px;
}
  
.topnav a:hover {
    color: rgba(99, 99, 99, 0.808);
}
  
.topnav .icon {
    display: none;
}
  
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
}
  
@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}



/* Profile */

.Profile {
    background-color: rgb(240, 240, 240);
    width: 600px;
    height: 150px;
    position: absolute;
    top: 600px;
    right: 250px;
    border-radius: 200px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.329);
    padding: 10px 10px;
    font-family: Ubuntu;
    display: flex;
    z-index: -1;
    border: 1px solid rgb(185, 185, 185);
}

.imgPro {
    width: 140px;
    height: 140px;
    border-radius: 200px;
    border: 5px solid rgb(110, 110, 110);
    position: relative;
}

.Myav {
    position: relative;
    left: 30px;
    font-size: 40px;
    bottom: 20px;
    white-space: nowrap;
}

.text {
    position: relative;
    right: 150px;
    top: 35px;
    width: 700px;
}

.hello {
    background-color: rgb(48, 48, 48);
    width: 300px;
    height: 70px;
    position: absolute;
    z-index: 1;
    border-radius: 100px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.329);
    left: 400px;
    bottom: 120px;
    color: #ffffff;
}

.hi {
    position: relative;
    font-size: 40px;
    left: 40px;
    bottom: 20px;
}

/* Mobile profile */

.ProfileM {
    background-color: rgb(240, 240, 240);
    width: 150px;
    height: 100px;
    position: absolute;
    top: 80px;
    right: 230px;
    border-radius: 20px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.329);
    padding: 10px 10px;
    font-family: 'Ubuntu';
    border: 1px solid rgb(185, 185, 185);
    display: none;
}

.name {
    position: relative;
    left: 50px;
    font-size: 30px;
    bottom: 60px;
    white-space: nowrap;
}
.textM {
    display: block;
    position: relative;
    font-size: 17px;
    bottom: 75px;
    left: 5px;
}

.Mimg {
    width: 40px;
    height: 40px;
    border-radius: 200px;
    border: 1px solid rgb(110, 110, 110);
    position: relative;
}

/* Pinterest */

.Pinterest {
    background-color: rgb(240, 240, 240);
    width: 300px;
    height: 70px;
    position: absolute;
    z-index: 1;
    border-radius: 100px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.329);
    left: 270px;
    bottom: 80px;
    border: 1px solid rgb(185, 185, 185);
}

.Pinterest a {
    position: relative;
    font-size: 40px;
    left: 30px;
    bottom: 10px;
    color: #000000;
    font-family: ubuntu;
}

.pin {
    fill: #000000;
}

.Pin {
    position: relative;
    top: 5px;
    left: 5px;
}

/* VK */

.VK {
    background-color: rgb(240, 240, 240);
    width: 160px;
    height: 70px;
    position: absolute;
    z-index: 1;
    border-radius: 100px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.329);
    left: 80px;
    bottom: 80px;
    border: 1px solid rgb(185, 185, 185);
}

.VK a {
    position: relative;
    font-size: 40px;
    left: 15px;
    bottom: 10px;
    color: #000000;
    font-family: ubuntu;
}

.VKmedia {
    position: relative;
    top: 5px;
    left: 5px;
}

/* HTML*/

.html {
    width: 350px;
    height: auto;
    position: absolute;
    right: 670px;
    border-radius: 10px;
}

/* Rimuru icon */

.rimuru {
    width: 400px;
    height: auto;
    position: absolute;
    right: 300px;
    top: 285px;
    z-index: -10;
}

/* Mobile crosshair */
.cross {
    border-radius: 5px;
    position: absolute;
    display: none;
}