@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap');


body {
    background-color: #000;
    font-family: 'Sen', sans-serif;
    color: #f6f6f6;

}
html, body {
    overflow-x: hidden !importan;
    width: 100%;
}

h1 {
    font-size: 5em;
    display: inline-block;
    padding: 30px 0px;
    margin: 0;
    font-weight: bold;
}
h2 {
    font-size: 3em;
    font-weight: bold;
}
p { font-size: 17px; line-height: 35px; }
h3 {
    margin-bottom: 40px;
    font-weight: bold;
}

::-moz-selection { /* Code for Firefox */
  color: none;
  background: #cfe4d1;
    
}

::selection {
  color: none;
  background: #cfe4d1;
}

.margin-top {
    20px;
}
.clear {
    clear: both;
}
#headerimage {
    height: 700px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center !important; 

    
    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
    
    
}
.fullImg {
    min-width: 100%;
}
.introtext {
    margin-top: 60px;
    margin-bottom: 80px;
}

.getInfo {
    margin-top: 60px;
    margin-bottom: 80px;
}


.categories {
    margin-top: 40px;
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}
.categories li {
    margin: 0px 0px 6px 0px;
}


#v0 {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

#set-height {
    display: inline-block;
    height: 2100px;
}

img {
    max-width: 100%;
}
nav {
    display: none;
    z-index: 30;    
 
    height: 20px;
    position: fixed;
    top: 0;
    padding: 52px;
    width: 100%;
    transition: all 0.5s;
}
.scrollUp {
    transform: translateY(-100px);
}
    

.works {
    margin-top: 23px;
}
.works a {
    /*margin: 0 90px 0 0;*/
    padding: 10px 90px 10px 0;
    font-size: 60px;
    display: inline-block;
    z-index: 4;
}

.workImage {
    display: none;
    position: absolute;
    max-height: 400px;
    max-width: 400px;
    z-index: -1;
    overflow: hidden;
}

input {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
}

h2 a {
    
    border-bottom: 1px solid #fff;
        padding-bottom: 3px;
}


p a {
    
    border-bottom: 1px solid #fff;
        padding-bottom: 3px;
}

.dark {
    color: #2a2a2a;
}
.dark:hover {
    color: #2a2a2a;
}
p .dark {
    
    border-bottom: 1px solid #2a2a2a;
        padding-bottom: 3px;
}
p.largetext {
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}

a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: none;

}

.btn {
    z-index: 5 !important;
}
.btn-animate {
    transition: 0.10s margin ease-out;
    margin-left: 0px;
}
.btn-animate:hover {
    transition: 0.20s margin ease-out;
    margin-left: 14px;
}


section {
        min-height: calc(100vh - 10vh);
    padding:100px;
    padding-top: 30vh;
    padding-bottom: 35vh;
    z-index: 1;
    position: relative;

}

    .container {
       /* margin: 200px;
        width: calc(100vw - 100px);*/
    }
#process {

   /* background: url('img/KV-kugis.jpg');*/
      background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
#sazinies {

  background-size: cover;

}


#logo {
    width: 160px;
    position: fixed;
    z-index: 9999;
    top: calc(50% - 140px);
    left: calc(50% - 80px);
    margin-bottom: 100px;
    
}
#hello {
    position: fixed;
    z-index: 999990;
    bottom: 130px;
    left: 0px;
    
    

    
    
      transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.circle {
	position: absolute;
  border: solid 1px #ccc;
	width: 90px; 
	height: 90px; 
  border-radius: 50%;  
    z-index: -1;
}



#menu {
    font-size: 30px;
    text-align: center;
    margin-top: 200px;
    overflow: hidden;
}
#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#menu ul li {
    margin-bottom: 40px;
    text-align: center;

}
#menu a {
    float: inherit;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 



    
}
#menu a:hover {
    letter-spacing: 15px;

}



a span {
  position: relative;
width: 300px;
margin: 0 auto;
  display: block;
  cursor: pointer;
}

a span:before, a span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background: #fff;
}

a span:before {
  left: -2.5px;
}
a span:after {
  right: 2.5px;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

a span:hover:before {
  background: #fff;
  width: 50px;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

a span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
.getInfo {
    margin-top: 60px;
    margin-bottom: 15px;
}
    




@media (max-width: 575.98px) { 
    .circle {
        display: none;
    }
    
.getInfo {
    margin-top: 60px;
    margin-bottom: 15px;
}
    
    
    
.categories {
    margin-top: 16px;
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}
.categories li {
    margin: 0px 0px 6px 0px;
}
    
    
    
    
 p.largetext {
    font-size: 2em;
    font-weight: bold;
    line-height: 50px;

}

    
    
  #hello {
    display: none;
}

    #logo {
        width: 80px;
        top: calc(50% - 70px);
        left: calc(50% - 40px);

    }
    
    nav {
        height: 60px;
        padding: 22px;
        width: 60%;
        transition: all 0.5s;
    }
    
    
    h1 {
    font-size: 2.5em;
    display: inline-block;
    padding: 6px 0px;
    margin: 0;
    font-weight: bold;
}
h2 {
    font-size: 2em;
    font-weight: bold;
}
   
h3 {
    margin-bottom: 10px;
}

p { font-size: 17px; line-height: 22px; margin-bottom: 50px; }

    .works a {
    padding: 20px 90px 10px 0;
    font-size: 40px;
    display: inline-block;
    z-index: 4;
}
    
    section {
        min-height: calc(100vh - 10vh);
        padding: 20px;
        padding-top: 30vh;
        z-index: 1;
        position: relative;
    }
    .container {
        margin: 20px;
        width: calc(100% - 40px);
    }
    
}


@media (max-width: 767.98px) {
h3 {
    margin-bottom: 10px;
}

p { font-size: 17px; line-height: 22px; margin-bottom: 50px; }


}


@media (max-width: 991.98px) { 

}


@media (max-width: 1199.98px) {  }









/*.content {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 33.3%;
}*/
