@font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('/fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: 600; 
    font-style: bold;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('/fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: 500; 
    font-style: medium;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400; 
    font-style: regular;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Poppins', sans-serif;
}
#bgcont
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    
    background-color: #F0F0F0;
}
video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1024px) {
  #projectsbuttoncontainer {
    height: 600px;
  }
  #headtext p {
    font-size: 100px;
  }
  #bottomheadtext p {
    font-size: 16px;
    text-align: center;
    display: inline;
    margin: 0px 60px 0px 60px;
    font-weight: 400;
  }
  #bottomheadtext {
    text-align: center;
    padding-top: 80px;
  }
  #buttonnewpro {
    margin-top: 60px;
    font-size: 14px;
    padding: 30px 100px;
    margin-top: 100px;
  }
  #header {
    padding-top: 20px;
  }
  #newprojects h2{
    font-size: 100px; 
    margin-top: 115px;
  }
  #buttoncontact {
    font-size: 14px;
    padding: 30px 110px;  
  }
  #maincontactproject {
    font-size: 14px;
    padding: 30px 110px;  
  }
}
@media screen and (min-width: 1920px) {
  #projectsbuttoncontainer {
    height: 1100px;
  }
  #newprojects h2{
    font-size: 128px;  
  }
  #bottomheadtext {
    text-align: center;
    padding-top: 100px;
  }
  #headtext p {
    font-size: 112px;
  }
  #headtext {
    padding-top: 200px;
  }
  #buttonnewpro {
    margin-top: 120px;
    font-size: 15px;
    padding: 40px 120px;
  }
  #header {
    padding-top: 60px;
  }
  #buttonallpro {
    font-size: 15px;
    padding: 40px 160px;
  }
  #buttoncontact {
    font-size: 15px;
    padding: 40px 150px;  
  }
  #maincontactproject {
    font-size: 15px;
    padding: 40px 150px;  
  }
}
#scrollToTopWrap
{
    position:relative;
}
#scrollToTop {
    background: rgba(0, 0, 0, 0) url('../img/icons2.svg') no-repeat scroll -81px -54px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 52px;
    margin-left: 1230px;
    position: fixed;
    width: 52px;
    z-index: 99999;
}
#scrollToTop:hover
{
    background-position: -136px -54px;
}
#videofilter{
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -50;
}
#container {
   position:relative;   
   min-height:100%;
   position:relative;
   background-color: #e3ddfd;
}
#content
{
    padding-bottom:240px;
}
#header {
    height: 178px;
}
.wrapper 
{
  margin:0 auto;
  width:1024px;
}
#footer 
{
   /*position:absolute; */ 
   bottom:0;
   width:100%;
   height:240px;   /* Height of the footer */ 
   position: absolute;
   background-color: #c0b9e3;
}
#footer .wrapper
{
    width:999px;
}
#navigation
{
    float:right;
    margin-top: 57px;
    margin-right: 306px;
    padding: 0px 15px;
}
#navigation a,
#navigation a:focus
{
    margin-right:60px;
    color: #111111;
    text-decoration:none;
    font-size: 16px;
    font-weight: 600;
}
#navigation a 
{
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;	
}
#navigation a:hover 
{
    color: #c0b9e3;
}
#navigation .active a,
#navigation .active a:hover,
#navigation .active a:focus,
#navigation .active a:active
{
    color:#c0b9e3;
}
#navigation li{
    list-style: none;
    display: inline-block;
}
#logoicon 
{
    float:left;
    margin-top:20px;
}
#logoicon div
{
    height: 120px;
    width: 70px;
    background-position: 0px 5px;
    margin-top: -10px;
}
.icon div,
.icon span
{
    background-image: url("../img/icons2.svg");
    background-repeat: no-repeat;
   }
.fbicon div
{	
    background-position: -68px -3px;
    height: 29px;
    width: 29px;
}
.behanceicon div
{	
    background-position: -100px -3px;
    height: 29px;
    width: 29px;
}
.linkedicon div
{	
    background-position: -136px -3px;
    height: 29px;
    width: 29px;
}
.instaicon div
{	
    background-position: -170px -3px;
    height: 29px;
    width: 29px;
}
#social-icons 
{
    float:right;
    margin-right: -678px;
    margin-top: 51px;	 
}	
#headtext p
{
    color: #111111;
    display: inline;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.1;
}
#headtext 
{
    text-align:center;
}
#buttonnewpro 
{
    border: 2px solid #111111;
    color: #111111;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    font-weight: 600;
}
#center-button-wrapper a:hover
{	
    background: #111111 none repeat scroll 0 0;
    color: #e3ddfd;
}
#center-button-wrapper
{
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
.Mazu-Design-about-me
{
    background: url(../img/Mazu-Design-about-me.png) no-repeat 0 100%;
    background-size: 100% auto;
    padding-top: 183px;
}
#servicescontainer
{
    width:100%;
    background-color: #111111;
    overflow: hidden;
    position: relative;
}
#servicescontainer h2
{
    color: #5011A6;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    padding-top: 25px;
    text-align: center;
}
#newprojects
{
    width:100%;
    background: linear-gradient(#fff, #e3ddfd);
    min-width: 1024px;
}
#contactscontainer
{
    width:100%;
    overflow: hidden;
    position: relative;
}
.svg-wrapper {
    display: inline-block;
    height: 36px;
    width: 36px;
    margin-right: 12px;
}
.svg-wrapper svg
{
    display: inline-block;
    position: absolute;
}
.shape {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -300;
    stroke-width: 4px;
    fill: transparent;
    stroke: #111111;
    transition: stroke-width 2s, stroke-dashoffset 0.5s, stroke-dasharray 3s;
}
.svg-wrapper:hover .shape {
    stroke-width: 4px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
}
#services 
{
    text-align: center;
    padding-top: 240px;
    padding-bottom: 240px;
}
#services h1
{
    color: #e3ddfd;
    font-size: 16px;
    text-decoration: none;
    display:block;
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
    line-height: 1.2;
    text-align: center;
    margin-top: 50px;
}
#services h4
{
    color: #e3ddfd;
    font-size: 16px;
    text-decoration: none;
    display:block;
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
    line-height: 1.2;
    text-align: center;
    margin-top: 50px;
}
#services h5
{
    color: #e3ddfd;
    font-size: 16px;
    text-decoration: none;
    display:block;
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
    line-height: 1.2;
    text-align: center;
    margin-top: 50px;
}
#services h6
{
    color: #e3ddfd;
    font-size: 16px;
    text-decoration: none;
    display:block;
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
    line-height: 1.2;
    text-align: center;
    margin-top: 50px;
}
#services h1:hover, #services h4:hover, #services h5:hover, #services h6:hover
{
    text-decoration: underline;
    font-size: 16px;
    text-decoration-thickness: 1px;
}
.service
{
    display:inline-block;
    width: 240px;
    text-decoration: none;
}
.abilities
{
    display:inline-block;
    width: 158px;
    margin: 30px 35px 30px 35px;
}
#newprojects h2
{
    margin-bottom: 100px;
    padding-top: 180px;
    text-align: center;
    margin-top: 0;
    color: #111111;
    letter-spacing: -2px; 
}
.work{
    position:relative;
    display:inline-block;
    margin: 2px 2px 0px 1px;
}
.work .summary{
    left: 33px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 260px;
    opacity:0;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}
.summary h3{
    font-size: 26px;
    color: #e3ddfd;
    margin-bottom: 10px;
}
.summary p{
    font-size: 10px;
    color: #c0b9e3;
}
.work .workfilter{
    position:absolute;
    top:0;
    left:0;
    width:326px;
    height:237px;
    /*background:rgba(219,219,219,0.18);*/
}
.work:hover .summary{
    opacity:1;
}
.work:hover .workfilter{
    opacity:1;
    background: #111111;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}
#works 
{
    width: 100%;
    text-align: center;
}
#newprojects .wrapper{
    overflow: hidden;
}
#center-button-projects a:hover
{	
    background: #111111 none repeat scroll 0 0;
    color:#e3ddfd;
}
#center-button-projects
{
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
#buttonallpro
{
    border: 2px solid #111111;
    color: #111111;
    display: inline-block;
    margin: 85px 0 190px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}
#patikodarbai{
    color: #111111;
    font-size: 16px;
    float: left;
    margin-top: 165px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
#contacttext{
    float: left;
    font-size: 128px;
    color: #111111;
    width: 100%;
    text-align: center;
    line-height: 128px;
    font-weight: 600;
}
#contacttext:hover {
    -webkit-text-stroke-color: #3d55bf;
}
#contacttext p{
    margin-top: 40px;
    margin-bottom: 80px;
}
#kodel
{
    color: #111111;
    display: block;
    font-size: 65px;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 45px;
    letter-spacing: -2px;
    font-weight: 600;
}
.reikia{
    color: #111111;
    display: inline;
}
#center-button-contact a:hover
{	
    background: #111111 none repeat scroll 0 0;
    color:#e3ddfd;
}
#center-button-contact
{
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    float:left;
    padding-bottom: 140px;
}
#buttoncontact
{
    border: 2px solid #111111;
    color: #111111;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}
#social-icons-footer
{
    float: right;
    margin-right: 392px;
    margin-top: 65px;	
}	
#footer-bottom
{
    float: left;
    margin-left: 400px;
    margin-top: 90px;
}
#footer-bottom a:active
{
    color:#ee8c8d;
}
#footer-bottom a,
#footer-bottom a:focus
{
    color:#111111;
    text-decoration:none;
    font-size: 10px;
}
#footer-bottom a 
{
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;	
}
#footer-bottom a:hover 
{
    color: #111111;
    text-decoration: underline;
}
.site-contact
{
    background-color:#e3ddfd;
    min-width: 1024px;
}
#turiteprojekta{
    color: #111111;
    font-size: 65px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
#susisiekti{
    color: #111111;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    margin: 50px 150px 50px 150px;
}
.site-about
{
    width:100%;
    background-color:#e8dbff;
    min-width: 1024px;
}
.site-works
{
    background-color: #e3ddfd;
    min-height: 100%;
    padding-bottom: 55px;
    width: 100%;
    min-width: 1024px;
}
.site-works .wrapper
{
    min-width: 1024px;
}  
#graphicdesigner{
    color: #111111;
    font-size: 64px;
    margin-bottom: 40px;
    text-align: center;
    width: 500px;
    display: inline-block;
    line-height: 64px;
}
#designerword{
    color: #111111;
    font-size: 15px;
    display: inline-block;
    width: 500px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 0px;
}
#dizainas{
    font-size: 22px;
    margin-top: 0px;
    display: inline-block;
    width: 500px;
    text-align: center;
    font-weight: 600;
}
#dizainas span
{
    position: relative;
    color: #111111;
    background-color: transparent;
}
#abouticon div{
   background-position: -237px -1px;
   float: left;
   height: 18px;
    margin-left: -139px;
    margin-top: 38px;
    width: 19px;
}
#myphoto{
   height: 520px;
   float: right;
   width: 520px;
}
#phoneblock .icon div{
    background-position: -320px -41px;
    height: 27px;
    width: 19px;
    margin-left: 76px;
    margin-top: 12px;
}
#phoneblock:hover .icon div{
    background-position: -320px -74px;
}
#phoneblock p{
   color: #5011A6;
   float: left;
   font-size: 12px;
   letter-spacing: 2px;
   margin-left: 28px;
}
#mailblock .icon div{
    background-position: -348px -41px;
    height: 27px;
    width: 34px;
    display: inline-block;
}
#mailblock:hover .icon div{
    background-position: -348px -71px; 
}
#mailblock p{
   float: left;
   font-size: 16px; 
   color: #111111;
} 
/*
#skypeblock .icon div{ 
    background-position: -385px -41px;
    height: 27px;
    width: 28px;
    display: inline-block;
}
#skypeblock:hover .icon div{
    background-position: -385px -71px;
}
#skypeblock p{
   float: left;
   font-size: 16px;
   color: #EBC4DE;
}
#skypeblock:hover p, #mailblock:hover p{
   color: #7485f7;
}*/
#phoneblock, 
#mailblock,
#skypeblock{
    display: inline-block;
    margin: 50px 50px 50px 50px;
}
#contact-form{
    font-size: 12px;
    padding-bottom: 30px;
    text-align: center;
}
#contact-form button{
    background-color: #111111;
    border: 2px solid #111111;
    color: #e3ddfd;
    font-size: 15px;
    cursor:pointer;
    font-family: 'Poppins', sans-serif;
    padding: 38px 138px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 600;
}
#contact-form button:hover{
    border: 2px solid #111111;
    background-color: #e3ddfd;
    color: #111111;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    padding: 38px 138px;
}
#contact-form textarea{
    font-size: 14px;
    resize: none;
    color: #111111;
    border: 2px solid #111111;
    width: 70%;
    height: 140px;
    text-align: center;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    padding-top: 26px;
}
#contact-form input{
    border: 2px solid #111111;
    font-size: 14px;
    height: 70px;
    width: 70%;
    color: #111111;
    text-align: center;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
}
#containerblock{
    text-align: center;
}
#contact-form p{
    color: #111111;
    font-size: 11px;
}
#abouttext{ 
    color: #111111;
    font-size: 100px;
    font-weight: 600;
    margin-top: 100px;
    text-align: center;
    line-height: 100px;
}
#abouttext p{ 
    margin-bottom: 60px;
}
#abouttext span{
    color: #111111; 
}
#aboutblock img {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
}
#aboutblock p {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
}
#aboutblock{
    justify-content: center;
    width: 1024px;
    display: flex;
    gap: 20px;
}
#aboutblock div {
    text-align: center;
    margin: 20px 72px 0px 72px;
}
#abouttextbottom{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 100px;
}
#works-categorys{
    text-align: center;
    margin-top:50px;
    margin-bottom: 50px;
}
#works-categorys li{
    display: inline-block;
    list-style: none;
    font-size: 35px;
    color: #9E62DF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;  
    margin: 0 30px 0 30px;
}
#works-categorys li a{
    text-decoration: none;
    color:#111111;
}
#works-categorys li a:hover{
    color: #c0b9e3;    
}
#works-categorys li a:focus,    
#works-categorys li a:active,
.site-work
{
    min-height:340px;
    width:100%;
    min-width:1024px;
}
#works-categorys li.active a{
    color: #c0b9e3;
}

.site-work .wrapper
{
    padding-top: 30px;
    overflow: auto;
    min-width:1024px;
}
.work-details {
    float: left;
    height: 291px;
    padding-left: 30px;
    position: relative;
    width: 365px;
}
.site-work img
{
    float:left;
}
.work-details h1{
    color: #111111;
    font-size: 24px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 8px;
}
.work-details h2{
    color: #c0b9e3;
    font-size: 11px;
    margin-top: 0;
}
.work-details .work-description
{
    color: #111111;
    font-size: 14px;
    height: 150px;
    line-height: 1.6em;
    overflow:hidden;
}
.work-details .fb-like
{
    display: inline-block;
    position: relative;
    margin: 25px 0px 25px 231px;
}
.workimages
{
    width:1024px;
    float:left;
    padding-top:30px;
}
.workimages img
{
    display: inline-block;
    padding-bottom:30px;
}

.spining{
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation:spin 60s linear infinite;
    -moz-animation:spin 60s linear infinite;
    animation:spin 60s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*.blogicon
{
    border: #fff 1px solid;
    display: inline-block;
    width:94px;
    height:28px;
    text-align: center;
    float: left;
    margin-top:4px;
    overflow: hidden;
    outline:none;
    margin-right: 14px;
}
.blogicon,
.blogicon:hover,
.blogicon:focus,
.blogicon:active
{
    color:#fff;
    text-decoration: none;
}

.blogicon span
{
    background-position: -554px -24px;
    width:25px;
    height:25px;
    margin-top:-20px; 
    transition: margin-top 0.3s;
    -webkit-transition: margin-top 0.3s;
}
.blogicon:hover span
{
    display: block;
    height: 25px;
    margin-left: 29px;
    width: 25px;
    margin-top: 2px;
}
.blogicon p
{
    transition: margin-top 0.3s;
    -webkit-transition: margin-top 0.3s;
    margin-top:7px;
    font-size: 11px;
    letter-spacing: 1px;
}
.blogicon:hover p
{
    margin-top:10px;
}*/
#grafdiz div{
    background-position: -668px -13px;
    height: 91px; 
    width: 83px;
    margin-left: 80px;
}
#webdiz div{
    background-position: -770px -13px;
    height: 91px;
    width: 87px;
    margin-left: 77px;
}
#brandstyle div{
    background-position: -865px -13px;
    height: 91px;
    width: 70px;
    margin-left: 84px;
}
#packdiz div{
    background-position: -946px -13px;
    height: 91px;
    width: 95px;
    margin-left: 74px;
}
#abouttextbottom .my
{
    display: inline-block; 
    margin-bottom: 60px;
    text-align: center;
    color: #111111;
    font-size: 64px;
    font-weight: 600;
    line-height: 68px;
}
#abilities h1{
    font-size: 16px;
    color: #111111;
    text-align: center;
    font-weight: 600;
}
#menu-mobile-button
{
    display:none;
}
.angled-gradient  
{
  background: linear-gradient(150deg, #4E2DE8 10%, #8E24AA 90%);
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -50;
}
#adobphot div{
    background-position: -210px -4px;
    height: 100px;
    width: 100px;
    display: inline-block;
}
#figma div{
    background-position: -315px -4px;
    height: 100px;
    width: 100px;
    display: inline-block;
}
#adobillust div{
    background-position: -419px -4px;
    height: 100px;
    width: 100px;
    display: inline-block;
}
#adobindes div{
    background-position: -524px -4px;
    height: 100px;
    width: 100px;
    display: inline-block;
}
.clear, .clearfix
{
    clear: both;
}
.home-contact-block{
    background-color: #c0b9e3;
    width: 100%;
}
#main-contact-button a:hover
{	
    background: #111111 none repeat scroll 0 0;
    color:#e3ddfd;
}
#main-contact-button
{
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    float:left;
    padding-bottom: 140px;
}
#maincontactproject
{
    border: 2px solid #111111;
    color: #111111;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}



