@charset "utf-8";
/*
============================================================================================================================
LOADING FONTS FOR THE SITE
============================================================================================================================
*/
@font-face {
    font-family: 'RussoOne';
    src: url("../../font/RussoOne-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url("../../font/Montserrat-Black.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-BlackItalic';
    src: url("../../font/Montserrat-BlackItalic.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../../font/Montserrat-Bold.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url("../../font/Montserrat-BoldItalic.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("../../font/Montserrat-ExtraBold.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-ExtraBoldItalic';
    src: url("../../font/Montserrat-ExtraBoldItalic.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url("../../font/Montserrat-ExtraLight.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-ExtraLightItalic';
    src: url("../../font/Montserrat-ExtraLightItalic.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: url("../../font/Montserrat-Italic.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("../../font/Montserrat-Light.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-LightItalic';
    src: url("../../font/Montserrat-LightItalic.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url("../../font/Montserrat-Medium.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../../font/Montserrat-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../../font/Montserrat-SemiBold.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-SemiBoldItalic';
    src: url("../../font/Montserrat-SemiBoldItalic.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url("../../font/Montserrat-Thin.woff2") format('woff2');
}

@font-face {
    font-family: 'Montserrat-ThinItalic';
    src: url("../../font/Montserrat-ThinItalic.woff2") format('woff2');
}

/*
============================================================================================================================
OVERALL SETTING
============================================================================================================================
*/

* {
    box-sizing:border-box;
    -webkit-tap-highlight-color: transparent
}

/*
============================================================================================================================
NAVBAR SETTINGS PC
============================================================================================================================
*/

.TopNavBar {
    background-color: #161616;
    width: 100%;
    position: fixed;
    z-index: 55;
    height: 100px;
}

.PicStream {
    max-height: 100px;
    max-width: 100%;
    border-left: 1px solid #161616;
    border-right: 1px solid #161616;
    transition: border-left 1s, border-right 1s;
    position: fixed;
    right: 2%;

}

.PicStream:hover {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.PicLogo {
    position: absolute;
    top: 24px;
    left: 20px;
    transition: top 1s;
}

.PicLogo:hover {
    top: 20px;
}

.liStyleNav {
    display: inline;
    margin: auto;
    padding: 15px;
}

.topNavUL {
    top: 50%;
    position: relative; 
    transform: translateY(68%);
}

.liStyleNav > a:hover {
    text-decoration: none;
    color: darkgray;
}

.liStyleNav > a {
    color: white;
}

/*
============================================================================================================================
NAVBAR SETTINGS MOBILE
============================================================================================================================
*/

.SpaceNav {
    margin-top: 140px;
    text-align: center;
    margin-bottom: 19px !important;
}

.navLinkMobile {
    color: white !important;
    font-family: 'Montserrat-Bold';
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.inputStyle {
    display:none
}

.BurgerPos {
    width: 14%;
    position: fixed;
    z-index: 200;
    left: 2%;
}



path{
    fill:none;
    stroke:#fff;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray:var(--length) var(--total-length);
    stroke-dashoffset:var(--offset);
    -webkit-transition:all .8s cubic-bezier(.645,.045,.355,1);
    transition:all .8s cubic-bezier(.645,.045,.355,1)
}

.menu{
    --length:24;
    --offset:-38
}

circle{
    fill:hsla(0,0%,100%,.2);
    opacity:0
}

.labelStyle:hover circle{
    opacity:1
}

.cross .inputStyle:checked+svg .line--1,.cross .inputStyle:checked+svg .line--3{
    --length:22.627416998
}

.cross .inputStyle:checked+svg .line--2{
    --length:0
}

.menu--1{
    background-color:#3f77e9
}

.menu--1 .line--1,.menu--1 .line--3{
    --total-length:126.64183044433594
}

.menu--1 .line--2{
    --total-length:70
}

.menu--1 .inputStyle:checked+svg .line--1,.menu--1 .inputStyle:checked+svg .line--3{
    --offset:-94.1149185097
}

.menu--1 .inputStyle:checked+svg .line--2{
    --offset:-50
}

.containerMobilePic {
    margin: 0 auto;
    display: table;
    position: relative;
}

/*
============================================================================================================================
HERO SETTINGS
============================================================================================================================
*/

.Hero {
    background-image:url("../../../images/BG-Hero-neu.jpg");
    height: 630px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.HeroText {
    margin-top: 290px;
}

.HeroText > h1,
.HeroText > h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
}

.HeroText > h1 {
    font-size: 3.6em;
}

.HeroText > h2 {
    font-size: 1.2em;
}

.animationLoop {
    height: 550px;
    top: -304px;
    position: relative;
    margin-left: 56%;
    z-index: 5;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*
============================================================================================================================
POLYGON PYRAMID SETTINGS
============================================================================================================================
*/

.BG-Polygon {
    margin-top: -97px;
    z-index: 10;
    position: relative;
}

.PolygonStyle {
    fill: white;
}

.AreaBeneathPoly {
    position: relative;
    z-index: 15;
    height: 200px;
    background-color: white;  
    margin-top: -2px;
}

/*
============================================================================================================================
HEADING SETTINGS
============================================================================================================================
*/

.HeadingUnderline {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.HeadingUnderlineThick {
    border-bottom: solid 7px black;
    width: 5%;
    margin-top: -24px;
    margin-bottom: 30px;
}

/*
============================================================================================================================
ABOUT SETTINGS
============================================================================================================================
*/

.AboutSection > p {
    font-family: 'Montserrat-Light';
    font-size: 14px;
}

.PicAbout {
    width: 100%;
    border-bottom-right-radius: 20px;
}

.BorderFrame {
    content: '';
    position: absolute;
    right: -18px;
    bottom: -30px;
    border: 1px solid #3856fb40;
    height: 100%;
    width: 93%;
    z-index: -1;
    border-radius: 0px 0px 30px 0px;
}

.AboutSection > h2 {
    font-family: 'RussoOne';
}

.About {
    margin-bottom: 100px;
    margin-top: -100px;
    z-index: 50;
    position: relative;
}

/*
============================================================================================================================
SOCIAL BARS SECTION
============================================================================================================================
*/

.Numbers {
    font-size: 25px;
    font-family: 'Montserrat-Bold';
    margin-bottom: -7px;
}

.IconsNumber {
    align-content: center;
    display: grid !important;
    font-size: 30px;
    margin-top: 16px;
    margin-bottom: 6px;
}

.BGPatreon {
    background-color: #0773b4;
    transition: background-color 0.1s;
}

.BGPatreon:hover {
    background-color: #046dac;
    transition: background-color 0.1s;
}

.PicPatreon {
    width: 38px;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 11px;
    transition: width 0.3s, left 0.3s, margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}

.PicPatreon:hover {
    width: 45px;
    position: relative;
    margin-top: 23px;
    margin-bottom: 11px;
    opacity: 90%;
    transition: width 0.3s, left 0.3s, margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}

.BGFuraffinity {
    background-color: #078bb4;
    transition: background-color 0.1s;
}

.BGFuraffinity:hover {
    background-color: #0783b4;
    transition: background-color 0.1s;
}

.PicFuraffinity {
    width: 50px;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 16px;
    transition: width 0.3s, left 0.3s, margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}

.PicFuraffinity:hover {
    width: 65px;
    position: relative;
    margin-top: 29px;
    margin-bottom: 13px;
    opacity: 90%;
    transition: width 0.3s, left 0.3s, margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}

.BGPicarto {
    background-color: #079cb4;
    transition: background-color 0.1s;
}

.BGPicarto:hover {
    background-color: #0794b4;
    transition: background-color 0.1s;
}

.PicPicarto {
    width: 34px;;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 34px;
    margin-bottom: 11px;
    transition: width 0.3s, left 0.3s, margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}

.PicPicarto:hover {
    width: 45px;
    position: relative;
    margin-top: 27px;
    margin-bottom: 6px;
    opacity: 90%;
    transition: width 0.3s, left 0.3s, margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}

.BGDiscord {
    background-color: #07b4b4;
    transition: background-color 0.1s;
}

.BGDiscord:hover {
    background-color: #07a4b4;
    transition: background-color 0.1s;
}

.PicDiscord {
    width: 44px;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 12px;
    transition: width 0.3s, left 0.3s, margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}

.PicDiscord:hover {
    position: relative;
    width: 55px;
    margin-top: 30px;
    margin-bottom: 10px;
    opacity: 90%;
    transition: width 0.3s, left 0.3s, margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}

.BGPatreon > a,
.BGFuraffinity > a,
.BGPicarto > a,
.BGDiscord > a {
    text-decoration: none;
    color: white;
    text-align: center;
    transition: color 1s;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.BGPatreon > a:hover,
.BGFuraffinity > a:hover,
.BGPicarto > a:hover,
.BGDiscord > a:hover {
    text-decoration: none;
    color: black;
    transition: color 1s;
}

/*
============================================================================================================================
BIG COMMISSION BUTTON SETTINGS
============================================================================================================================
*/

.BigOlButton {
    margin-top: 140px;
}

.button {
    position: relative;
    padding: 0;
    width: 500px;
    height: 250px;
    border: 4px solid #888;
    outline: none;
    background-color: #f4f5f6;
    border-radius: 40px;
    box-shadow: -6px -20px 35px #fff, -6px -10px 15px #fff, -20px 0px 30px #fff, 6px 20px 25px rgba(0, 0, 0, 0.2);
    transition: 0.13s ease-in-out;
    cursor: pointer;
}

.button:hover {
    border: 4px solid #555;
    transition: 0.13s ease-in-out;
}

.button__text:hover {
    transition: 0.13s ease-in-out;
    background-color: #233580;
}

.ButtonPosition {
    display: table;
    margin: 0 auto;
}

.button:active {
    box-shadow: none;
}

.button:active .button__content {
    box-shadow: none;
}

.button:active .button__content .button__text, .button:active .button__content {
    transform: translate3d(0px, 0px, 0px);
}

.button__content {
    position: relative;
    padding: 20px;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    box-shadow: inset 0px -8px 0px #ddd, 0px -8px 0px #f4f5f6;
    border-radius: 40px;
    transition: 0.13s ease-in-out;
    z-index: 1;
}

.button__text {
    position: relative;
    transform: translate3d(0px, -4px, 0px);
    margin: 0;
    align-self: end;
    grid-column: 0.2;
    text-align: center;
    font-size: 32px;
    background-color: #888;
    color: transparent;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    transition: 0.13s ease-in-out;
    margin-top: 5%;
    font-family: 'Montserrat-Light';
}

.bold {
    font-family: 'Montserrat-Regular';
}

.RashaSit {
    width: 150px;
    position: absolute;
    margin-top: -108px;
    left: 67%;
    transition: margin-top 0.12s;
}

/*
============================================================================================================================
LATEST ART SETTINGS
============================================================================================================================
*/

.LatestArt {
    margin-top: 100px;
    margin-bottom: 50px;
}

.portfolio-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 92%;
    height: 71.5%;
    opacity: 0;
    z-index: 5;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 4%;
}

.portfolio-overlay:hover {
    transition: all 0.3s ease-in-out;
    opacity: 100%;
}

.BGStyleIcons {
    background-color: white;
    border-radius: 100%;
    padding: 12px;
    transition: all 0.3s ease-in-out;
}

.imgOverflow {
    overflow: hidden;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.BGStyleIcons:hover {
    background-color: #046dac;
    border-radius: 100%;
    padding: 14px;
    color: white;
    transition: all 0.3s ease-in-out;
 }

.contentOverlay {
    top: 43%;
    position: relative;
}

.contentOverlay > a:first-child {
    margin-right: 10px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    overflow: scroll;
}

.lightbox img {
    position: relative;
    z-index: 500;
    max-height: 100%;
    max-width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.lightbox:target {
    outline: none;
    display: block;
}

.PreviewPicText > h3 {
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    padding-top: 25px;
    text-transform: uppercase;
}

.PreviewPicText > p {
    text-align: center;
    font-family: 'Montserrat-Light';
    margin-top: -7px;
    font-size: 13px;
    margin-bottom: 50px;
}

/*
============================================================================================================================
LATEST ART SETTINGS
============================================================================================================================
*/

.spacerForm {
    margin-top: 50px;
}

.nameField,
.mailField,
.messageField {
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.nameField:focus,
.mailField:focus,
.messageField:focus {
    width: 100%;
    border: solid 1px blue;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.messageField {
    margin-top: 20px;
}

form input, textarea {
    font-size: 14px;
    font-family: 'Montserrat-Light';
    padding-left: 10px;
    color: black;
}

.buttonSend {
    width: 100%;
    background-color: black;
    color: white;
    text-decoration: none;
    display: block;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    border: none;
    transition: all 0.3s ease-in-out;
    transition: border-radius 0.3s, background-color 0.3s, font-size 0.3s, padding-top 0.3s, padding-bottom 0.3s, letter-spacing 1s,;
}

.buttonSend:hover {
    border-radius: 10px;
    background-color: #0773b4;
    font-size: 15px;
    padding-top: 18px;
    padding-bottom: 21px;
    letter-spacing: 3px;
    transition: border-radius 0.3s, background-color 0.3s, font-size 0.3s, padding-top 0.3s, padding-bottom 0.3s, letter-spacing 2s;
}

/*
============================================================================================================================
FOOTER SETTINGS
============================================================================================================================
*/

.footerStyle {
    background-color: #eee;
    width: 100%;
    height: 150px;
    margin-top: -40px;
}

.go-to-top {
    background-color: white;
    border-radius: 100%;
    z-index: 2;
    position: relative;
    border: 1px solid #eee;
    transition: all 2s ease-in-out;
    display: table;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 30px;
}

.go-to-top > a {
    color: grey;
    text-align: center;
    position: relative;
    transition: all 2s ease-in-out;
}

.IconUp {
    padding: 30px;
    font-size: 20px;
    padding-top: 29px;
    transition: all 2s ease-in-out;
}

.LogoFooter {
    width: 100px;
    margin-top: 27px;
}

.Social {
    width: 20px;
    margin-top: -21px;
    color: white;
}

.Social1 {
    background-image:url("../../../images/PicartoSW.png");
}

.divsocial {
    display: table;
    margin: 0 auto;
    margin-top: -143px;
    position: relative;
    z-index: 50;
}

.divsocial > a {
    color:#fff;
    background: black;
    border-radius:4px;
    text-align:center;
    text-decoration:none;
    position: relative;
    display: inline-block;
    width:40px;
    height:28px;
    padding-top:1px;
    margin:0 2px;
    -o-transition:all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    margin-top: 60px;
}

.divsocial > a:hover {
    background: #b7b7b7;
}


.divsocial > a span {
    color:#666;
    position:absolute;
    font-family:sans-serif;
    bottom:0;
    left:-25px;
    right:-25px;
    padding:5px 7px;
    z-index:-1;
    font-size:14px;
    border-radius:2px;
    background:#fff;
    visibility:hidden;
    opacity:0;
    -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.divsocial > a span:before {
    content:'';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position:absolute;
    bottom:-5px;
    left:40px;
}

.NavForMobile {
    display: none;
}

.divsocial > a:hover span {
    bottom:50px;
    visibility:visible;
    opacity:1;
}

.PicLogoMobile {
    width: 122px;
    position: relative;
    z-index: 300;
    margin-top: 29px;
}

.BGNav {
  background-color: #161616;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 200;
}

.NavMobile {
  background-color: #161616;
  position: fixed !important;
  width: 100%;
  z-index: 150;
  background-image:url("../../../images/NavPicMobile.jpg");
  overflow: scroll;

}

/*
============================================================================================================================
OPTIMIZING SETTINGS FOR RESPONSIVE DESIGN
============================================================================================================================
*/

@media (max-width: 1360px) {
  .topNavUL {
    left: 35%;
  }
}

@media (max-width: 1325px) {
  .animationLoop {
    height: 509px;
    margin-left: 52%;
  } 
}

@media (max-width: 1199px) {
  .BorderFrame {
    height: 75%;
    bottom: 98px;
  }
  .portfolio-overlay {
    left: 5%;
    width: 90%;
  }
  .animationLoop {
    top: -335px;
    margin-left: 45%;
  } 
  .HeroText > h1 {
    max-width: 550px;
    margin-top: -60px;
  }
  .HeroText > h2 {
    max-width: 345px;
  }
}

@media (max-width: 991px) {
  .BorderFrame {
    height: 47%;
    bottom: 292px;
  } 
  .portfolio-overlay {
    left: 4%;
    width: 92%;
}
  .mailField {
  margin-top:20px;
  }
}

@media (max-width: 967px) {
  .animationLoop {
    height: 449px;
    top: -291px;
  }
}

@media (max-width: 871px) {
  .HeroText {
    margin-top: 290px;
    margin-left: -6%;
  }
  .animationLoop {
    margin-left: 41%;
  }
}

@media (max-width: 767px) {
  .NavForMobile {
    display: block;
  } 
  .NavMobile {
    background-size: cover;
    background-position-y: 60px;
  }
  .TopNavBar {
    display: none;
  }
  .Hero {
    height: auto;
    background-position-x: 3%;
  }
  #particles-js {
    height: 200%;
  }
  .animationLoop {
    top: auto;
    height: auto;
    width: 70%;
    margin-left: 13%;
    margin-bottom: 49px;
    margin-top: 40px;
  }
  .HeroText > h1 {
    max-width: auto;
    margin-top: -95px;
    text-align: center;
    font-size: 5em;
    margin-bottom: 20px;
  }
  .HeroText > h2 {
    text-align: center;
    max-width: inherit;
    font-size: 2em;
  }
  .HeroText {
    text-align: center;
    max-width: inherit;
    margin-left: auto;
  }
  .hidePC {
    display: none;
  }
  .About > .container > .row > .offset-1 {
    margin-left: auto !important;
  }
  .portfolio-overlay {
    left: 2.9%;
    width: 94.4%;
    height: 79%;
  }
}

@media (max-width: 500px) {
  .HeroText > h1 {
    font-size: 4em;
  }
  .HeroText > h2 {
    font-size: 1.5em;
  }
  .animationLoop {
    width: 85%;
    margin-left: 3%;
    margin-bottom: 62px;
  }
  .BurgerPos {
    width: 20%;
  }
  .portfolio-overlay {
    left: 3%;
    width: 94%;
    height: 77%;
  }
  .button {
    width: 100%;
  }
  .LogoFooter {
    display: table;
    margin: 0 auto;
    margin-top: 121px;
  }
  .divsocial {
    margin-top: -243px;
  }
  .footerStyle {
    height: 250px;
  }
}

@media (max-width: 467px) {
  .portfolio-overlay {
    left: 3.2%;
    width: 93.5%;
    height: 74.7%;
  }
}

@media (max-width: 441px) {
  .portfolio-overlay {
    left: 3.2%;
    width: 93.5%;
    height: 75.7%;
  }
}

@media (max-width: 431px) {
  .portfolio-overlay {
    left: 3.5%;
    width: 92.7%;
    height: 74.7%;
  }
}

@media (max-width: 415px) {
  .portfolio-overlay {
    left: 3.5%;
    width: 92.9%;
    height: 73.7%;
  }
}

@media (max-width: 409px) {
  .portfolio-overlay {
    left: 3.9%;
    width: 92.5%;
    height: 73.3%;
  }
}

@media (max-width: 395px) {
  .portfolio-overlay {
    left: 3.9%;
    width: 92.5%;
    height: 72.3%;
  }
}

@media (max-width: 381px) {
  .HeroText {

  }
  .animationLoop {
    margin-bottom: 68px;
    margin-top: 20px;
  }
  .portfolio-overlay {
    left: 4%;
    width: 92%;
    height: 72%;
  }
  .HeroText > h1 {
    font-size: 3em;
    margin-top: -120px;
  }
  .HeroText > h2 {
    font-size: 1em;
  }
  .BurgerPos {
    width: 72px;
  }
  .RashaSit {
    left: 33%;
    width: 120px;
    margin-top: -84px;
  }
  .bigol {
    display: none;
  }
  .commissiontime {
    font-size: 1.3em;
  }
  .therest {
     display: none;
  }
  .button__text {
    margin-top: 1%;
  }
}

@media (max-width: 365px) {
  .commissiontime {
    font-size: 1.15em;
  }
  .NavMobile {
    background-position-y: 40px;
    background-position-x: -60px;
  }
}

@media (max-width: 329px) {
  .commissiontime {
    font-size: 1em;
    margin-top: 2%;
  }
}

@media (max-width: 293px) {
  .portfolio-overlay {
    left: 5%;
    width: 90%;
    height: 71.9%;
  }
  .commissiontime {
    font-size: 0.8em;
  }
  .button__text {
    margin-top: 4%;
  }
}