@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
============================================================================================================================
*/

.BGHero {
    background-size: cover;
    position: relative;
    z-index: -222;
    height: 644px;
}

.Hero {
    height: 630px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.HeroText {
    margin-top: 290px;
    text-shadow: 0px 4px 3px rgba(0,0,0,1),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);

}

.HeroText > h1,
.HeroText > h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
}

.HeroText > h1 {
    font-size: 5em;
    margin-left: -20px;
    margin-top: -40px;
}

.HeroText > h2 {
    font-size: 1.2em;
    letter-spacing: 2px;
    font-family: 'Montserrat-Regular';
    margin-left: 8px;
}

.animationLoop {
    height: 550px;
    top: -304px;
    position: relative;
    margin-left: 56%;
    z-index: 5;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.Prizes {
    position: fixed;
    height: 100px;
    width: 150px;
    background-color: blue;
    z-index: 200;
    right: 0px;
}

/*
============================================================================================================================
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
============================================================================================================================
*/

.TextTOS {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    margin-top: 20px;
}

.ulTOS {
    margin-left: -24px;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    line-height: 20px;
}

.liTOS {
    margin-bottom: 15px;
}

.TextTOSbold {
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    margin-top: 20px;
}

.green {
    color: green;
    font-family: 'Montserrat-SemiBold';
}

.orange {
    color: orange;
    font-family: 'Montserrat-SemiBold';
}

.red {
    color: red;
    font-family: 'Montserrat-SemiBold';
}


 .buttonWrapping {
     position: relative;
     text-align: center;
     top: 50%;
     margin-top: -2.5em;
     display: table;
     margin: 0 auto;
     margin-bottom: 40px;
}

 .button-label {
     display: inline-block;
     padding: 1em 2em;
     margin: 0.5em;
     cursor: pointer;
     color: #292929;
     border-radius: 0.25em;
     background: #efefef;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
     transition: 0.3s;
     user-select: none;
}
 .button-label h1 {
     font-size: 1em;
     font-family: 'Montserrat-Regular';
}
 .button-label:hover {
     background: #d6d6d6;
     color: #101010;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
 .button-label:active {
     transform: translateY(2px);
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

 .hidden {
     display: none;
}
 
 #radiosketch:checked + .button-label,
 #radiolineart:checked + .button-label,
 #radiocoloredsketch:checked + .button-label,
 #radioflatcolors:checked + .button-label,
 #radiosoftshaded:checked + .button-label,
 #radiocelshaded:checked + .button-label,
 #radiopainting:checked + .button-label {
     background: #0773b4;
     color: #efefef;
}

 #RadioBackgroundYes:checked + .button-label,
 #RadioBackgroundNo:checked + .button-label,
 #RadioDetailYes:checked + .button-label,
 #RadioDetailNo:checked + .button-label {
     background: #0773b4;
     color: #efefef;
}

 #RadioBackgroundYes:checked + .button-label:hover,
 #RadioBackgroundNo:checked + .button-label:hover,
 #RadioDetailYes:checked + .button-label:hover,
 #RadioDetailNo:checked + .button-label:hover {
     background: #0773b4;
     color: #e2e2e2;
}

 #radiosketch:checked + .button-label:hover,
 #radiolineart:checked + .button-label:hover,
 #radiocoloredsketch:checked + .button-label:hover,
 #radioflatcolors:checked + .button-label:hover,
 #radiosoftshaded:checked + .button-label:hover,
 #radiocelshaded:checked + .button-label:hover,
 #radiopainting:checked + .button-label:hover {
     background: #078bb4;
     color: #e2e2e2;
}

.examples {
    position: absolute;
}

.marginsForm {
    margin-bottom: 2px;
    margin-top: 35px;
    margin-left: 13px;
}

.RadioForm {
    padding: 0.5em 2em !important;
    margin-top: 0px;
}
 
#sketchPic {
background-image:url("../../../images/autodocfail.gif");
background-size: cover;
}

#lineartPic {
background-image:url("../../../images/bananaAndDinky.gif");
background-size: cover;
}

#coloredSketchPic {
background-image:url("../../../images/funktsprawlalt.jpg");
background-size: cover;
}

#flatColorsPic {
background-image:url("../../../images/mizusoup2.jpg");
background-size: cover;
background-position-y: -150px;
}

#softShadedPic {
background-image:url("../../../images/rashahallica.jpg");
background-size: cover;
}

#celShadedPic {
background-image:url("../../../images/swingingfab.jpg");
background-size: cover;
}

#paintingPic {
background-image:url("../../../images/halicarashapainting.jpg");
background-size: cover;
}



#sketchPic,
#lineartPic,
#coloredSketchPic,
#flatColorsPic,
#softShadedPic,
#celShadedPic,
#paintingPic {
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease-in-out;
    width: 100%;
    height: 100%;
}

#sketchPic {
    visibility: visible;
    opacity: 1;
}

#Description1,
#Description2,
#Description3,
#Description4,
#Description5,
#Description6,
#Description7 {
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease-in-out;
    position: absolute;
}

.descriptionText {
    max-width: 400px !important;
    margin-top: 10%;
    margin-left: 5%;
}

.AboutSection > p {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    margin-top: 20px;
}

.smallHeading {
    font-family: 'Montserrat-Regular';
    max-width: max-content;
}

.commissionInfoClickable {
    max-width: max-content;
}

.PicAbout {
    width: 100%;
    border-bottom-right-radius: 20px;
}

.PicLineartShow {
}


.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
============================================================================================================================
*/


.BGCommission {
    background-color: #0773b4;
    transition: background-color 0.1s;
    height: 100px;
}

.linkPrices {
    color: white;
    display: table;
    margin: 0 auto;
    margin-top: 36px;
    font-size: 1em;
    transition: ease-in-out all 1s;
}

.linkPrices:hover {
    color: #b5ceff;
    font-size: 1.15em;
    letter-spacing: 2px;
    text-decoration: none;
    margin-top: 35px;
    transition: ease-in-out all 0.5s;
}

.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: 250px;
    position: absolute;
    margin-top: -200px;
    left: 80%;
    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: 80px;
padding-top: 45px;
}

.nameField,
.mailField,
.messageField {
    width: 100%;
    border: solid 1px #868686;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.nameField:focus,
.mailField:focus,
.messageField:focus {
    width: 100%;
    border: solid 1px #0773b4;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

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;
}

/*
============================================================================================================================
CONTACT FORM
============================================================================================================================
*/

.formDigital {
    font-family: 'Montserrat-Regular';
}

.selectionStyle {
    width: 100%;
    border: solid 1px #868686;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.selectionStyle:hover {
    width: 100%;
    border: solid 1px #0773b4;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.BGFormPic { 
        width: 100%;
        position: absolute;
        z-index: -2;
        height: 100%;
        object-position: top;
        object-fit: cover;
}

.FitImageForForm > #CoS {
    object-position: bottom !important;
}

.FitImageForForm > #CeS {
    object-position: bottom !important;
}

#showCanvas {
    display: none;
}

.FitImageForForm {
    height: 1200px;
    margin-top: -180px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index:-3;
}

#L, #CoS, #FC, #SS, #CeS, #P {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

#S {
   opacity: 1;
    visibility: visible; 
    transition: all 0.6s ease-in-out;
}

#LText, #CoSText, #FCText, #SSText, #CeSText, #PText {
    display: none;
}

.PicResize {
    width: 100%;

}

.TextArttype {
    margin-left: 16px;
    font-size: 12px;
    color: #595959;
}

.BGForm {
    background-color: rgba(255,255,255, 0.8);
    border-radius: 5px;
    padding-bottom: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/*
============================================================================================================================
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: 1500px) {
  .RashaSit {
    width: 170px;
    margin-top: -130px;
    left: 74%;
  }
}

@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;
  }
  .RadioForm {
    padding: 0.5em 1.8em !important;
  }
  .AboutSection, .noOffset {
    margin-left: 0% !important;
  }
}

@media (max-width: 991px) {
  .BorderFrame {
    height: 47%;
    bottom: 292px;
  } 
  .portfolio-overlay {
    left: 4%;
    width: 92%;
}
  .mailField {
  margin-top:20px;
  }
  .FitImageForForm {
    height: 1916px;
    }
}

@media (max-width: 967px) {
  .animationLoop {
    height: 449px;
    top: -291px;
  }
}

@media (max-width: 987px) {
    .FitImageForForm > #CoS {
    object-position: -242px -22px !important;
    }
    .FitImageForForm > #SS {
    object-position: -810px 30px !important;
    }
    .FitImageForForm > #CeS {
    object-position: -240px -160px !important;
    }
    .FitImageForForm > #P {
    object-position: -220px -60px !important !important;
    }

    
}

@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: 575px) {
    .RashaSit {
        display: none;
        }
    .spacerForm {
        margin-top: 0px; 
    }
    .BGForm {
        padding-bottom: 81px;
    }
    .FitImageForForm {
        margin-top: 0px;
        height: 1729px;
    }
    .go-to-top {
        margin-top: -41px;
    }
    .RadioForm {
        padding: 0.5em 15% !important;
    }
    .Hero {
    height: 454px; 
    }
    .HeroText {
    margin-top: 240px;
    }
    .BGHero {
    height: 432px;
    background-position-y: 50px;
    }
    .FitImageForForm > #P {
    object-position: -320px -3px !important !important !important;
    }
}

@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%;
  }
  .linkPrices:hover {
    letter-spacing: normal;
  }
}

@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: -77px;
  }
  .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%;
  }
}