@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');



body {
  background: $background
  font-family: $font
    padding:0px;
    margin:0px;
    background:linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("https://i.imgur.com/KOK2phq.png") center center;
    background-size:cover;
    width:100vw;
    height:100vh;
    overflow:hidden;
    font-family: 'Josefin Sans', sans-serif;
}
#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background:rgb(114, 119, 72);
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#spinner {
    animation: rotate 0.56s infinite linear;
    width:50px;
    height:50px;
    border:12px solid #fff;
    border-bottom:12px solid rgb(114, 119, 72);
    border-radius:50%;
    margin:0;
}
@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
#box {
    width:100vw;
    height:100vh;
    z-index:9;
    position:fixed;
    top:0;
}
#box div {
    width:16.66vw;
    height:100%;
    display:inline-block;
}
.box1 {
    background:rgb(114, 119, 72);
}
.box2 {
    background:rgb(114, 119, 72);
    margin-left:-5px;
}
#menu {
    width:100%;
    text-align:center;
    margin:6vh 0px;
    display:none;
}
#menu a {
    margin:0px 6%;
    font-size:19px;
    color:#fff;
    text-decoration:underline;
}
#middle {
    width:100vw;
    height:90vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:fixed;
    top:0;
    text-align:center;
    z-index:1;
    color:#fff;
    padding-bottom:10vh;
}


@font-face {
	font-family: 'Comforta';
	src: url(fonts/Comforta.ttf);

}



@font-face {
	font-family: 'Azonix';
	src: url(fonts/Azonix.otf);

}

.containerSubtitlu {
  position: relative;
height 100%;
  width 100%;
  justify-content center;
  align-items center;

}

.textSubtitlu{
max-height:18px;
height:18px;
padding-top:2px;
font-family: 'Azonix';
color:rgb(255, 255, 255);
}


h2.colorChange:hover {
 color:rgb(114, 119, 72);

}

@font-face {
	font-family: 'Noodle';
	src: url(fonts/couture-bld.otf);

}

h2.hub {
font-family: 'Azonix';
color:rgb(255, 255, 255);
font-size:30px;
}

#middle h1 {
    font-family: 'Azonix';
    color:rgb(255, 255, 255);
    font-size:8vh;
    letter-spacing: 40px;
 text-transform:uppercase;
  padding:10px;

    


@media all and (min-width:250px) and (max-width: 1024px) {

    font-family: 'Azonix';
    color: rgb(255, 255, 255);
    font-size: 5vh;
    padding: 10px;
    letter-spacing: 0px;

}

 
}
#about {
    font-family: 'Noodle';
    width:10vw;
    height:10vw;
    text-align:center;
    font-size:25px;
    transform:rotate(-90deg);
    background:transparent;
    color:#fff;
    position:fixed;
    left:0;
    bottom:40vh;
    display:flex;
    flex-direction: column;
    justify-content:center;
    z-index:4;
    transition:0.4s ease-in-out;
    border-radius:0px 0px 100px 100px;
}
#work {
    width:10vw;
    height:10vw;
    text-align:center;
    font-size:20px;
    transform:rotate(90deg);
    background:transparent;
    color:#fff;
    position:fixed;
    right:0;
    bottom:40vh;
    display:flex;
    flex-direction: column;
    justify-content:center;
    z-index:4;
    transition:0.4s ease-in-out;
    border-radius:0px 0px 100px 100px;
    font-family: 'Noodle';
}
#contact {
    width:10vw;
    height:10vw;
    text-align:center;
    font-size:25px;
    background:transparent;
    color:#fff;
    position:fixed;
    bottom:0;
    left:45vw;
    display:flex;
    flex-direction: column;
    justify-content:center;
    z-index:4;
    transition:0.4s ease-in-out;
    border-radius:100px 100px 0px 0px;
    font-family: 'Noodle';
}
#about:hover {
    background:rgba(114, 119, 72,0.9);
    cursor:pointer;
}
#work:hover {
    background:rgba(114, 119, 72,0.9);
    cursor:pointer;
}
#contact:hover {
    background:rgba(114, 119, 72,0.9);
    cursor:pointer;
}
#middle table {
    width:30%;
    margin:6vh auto;
}
#middle table tr td {
    text-align:center;
}
.social {
    color:#fff;
    font-size:22px;
    border-radius:50%;
    transition:0.4s ease-in-out;
    margin:0px 8px;
    text-align:center;
}
.social:hover { 
    cursor: pointer;
    color:rgb(114, 119, 72);
}
.container {

    width:90vw;
    height:90vh;
    padding:5vh 5vw;
    background:rgb(2, 2, 2);
    color:#fff;
    z-index:9;
    position:fixed;
    max-height:100vh;
    overflow-y:auto;
    display:none;
}
.container div {
    font-size:25px;
    transition:0.4s ease-in-out;
}
.container div:hover {
    cursor:pointer;
}
.container section {
    margin:5vh 0px;
    font-family: 'Comforta';
}

i.fas.fa-angle-right{
  color:#fff;
  font-size:40px;
  transition:0.4s ease-in-out;

}

i.fas.fa-angle-right:hover{
  color:rgb(114, 119, 72);
  font-size:50px;

}


i.fas.fa-angle-left{
  color:#fff;
  font-size:40px;
  transition:0.4s ease-in-out;

}

i.fas.fa-angle-left:hover{
  color:rgb(114, 119, 72);
  font-size:50px;

}


i.fas.fa-angle-down{
  color:#fff;
  font-size:40px;
  transition:0.4s ease-in-out;

}

i.fas.fa-angle-down:hover{
  color:rgb(114, 119, 72);
  font-size:50px;

}



#used div{
    font-size:14px !important;
    display:inline-block;
    padding:8px 10px;
    border:2px solid #fff;
    margin:0px 10px;
    border-radius:50px;
}
.responsiveimage {
  width: 45%;
  height: auto;
}
#albnegru {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#albnegru:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.col,.grid-container1 {
height: auto;
            border-top: 1px solid #7C7C7C;
  }
.row1 {
    display:flex;
  }
.col {
    flex:1;
padding-left: 3%;
  }
  div.wave-link:hover {
  cursor: default;
  }

div.wave-link {
  cursor: default;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  background: transparent;
  border: 0;
  overflow: hidden;
    padding: 7px 0;
}
div.wave-link:before {
  content: '';
  background: #FFF;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none;
  cursor: default;
}
.link__graphic {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    fill: none;
    stroke: #FFF;
    stroke-width: 1px;
    cursor: default;
}
.link__graphic--slide {
    top: -3px;
    stroke-width: 2px;
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    cursor: default;
}
div.wave-link:hover .link__graphic--slide {
  transform: translate3d(-66.6%, 0, 0);
  cursor: default;
}








h3.question:hover {
 color:rgb(114, 119, 72);}

a:link, a:visited {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover {
 color:rgb(114, 119, 72);}

a.wave-link {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  background: transparent;
  border: 0;
  overflow: hidden;
    padding: 7px 0;
}
a.wave-link:before {
  content: '';
  background: #FFF;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.link__graphic {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    fill: none;
    stroke: #FFF;
    stroke-width: 1px;
}
.link__graphic--slide {
    top: -3px;
    stroke-width: 2px;
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
a.wave-link:hover .link__graphic--slide {
  transform: translate3d(-66.6%, 0, 0);
}



h2.contactMarked {
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
  padding: 0 .25rem;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
h2.contactMarked:hover {
  color: rgb(114, 119, 72);
  box-shadow: inset 250px 0 0 0 #fff;;
}


h2.contactMarked {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

div.textPortofoliu:hover{
  cursor: default;

}
div.textPortofoliu{
  cursor: default;

}

.textPortofoliu span {
    font-size:60px;
    cursor: default;
font-weight: 800;
  display: inline-block;
  text-align: center;
  width: 60px;
  
  position: relative;
  color: #fff;
  z-index: 5;
}

.textPortofoliu span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(114, 119, 72);
  z-index: -1;
  box-shadow: 0 5px 5px #111;
  cursor: default;
}

.textPortofoliu:hover span::before {
  animation: fillBg 1s ease forwards;
  animation-delay: calc(100ms * var(--i));
  cursor: default;
}

@keyframes fillBg {
  0% {
    width: 0%;
    cursor: default;
  }

  100% {
    width: 100%;
    transform: rotate(calc(15deg * var(--i)));
    cursor: default;
  }
}






@import "compass";


$font-sans-family:sans-serif;
$font-serif-family:serif;
  

$header-color:#090909;
$paragraph-color:#090909;


$fact-question-color:$header-color;
$fact-question-color-active:#808080;


$mobile:"max-width:767px";

.parent-container {
  padding:0 20px 0 20px;
  max-width:800px;
  width:100%;
  
}
.faq {
  list-style:none;
  padding-left:40px;
  padding-right:20px;
  li {
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    &.active {
      .answer {
        max-height:50vh !important;
        padding-bottom:25px;
        transition: max-height 0.5s ease, padding-bottom 0.5s ease;
      }
      .question {
        color:$fact-question-color-active;
        transition:color 0.5s ease;
      }
    }
  }
  .answer {
    color:$paragraph-color;
    font-family:$font-serif-family;
    font-size:16px;
    line-height:24px;
    max-height:0;
    overflow:hidden;
    transition:max-height 0.5s ease, padding-bottom 0.5s ease;
  }
  .plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 21px;
    left:-40px;
    top:50%;
    z-index:2;

    &:before,
    &:after {
      background: #fff;
      content: '';
      height: 5px;
      left: 0;
      position: absolute;
      top: 0;
      width: 21px;
      transition: transform 500ms ease;
    }

    &:after {
      transform-origin: center;
    }

    &.collapsed {
      &:after {
        transform: rotate(90deg);
      }

      &:before {
        transform: rotate(180deg);
      }
    }
  }
  .question {
    color:$fact-question-color;
    font-family:$font-sans-family;
    font-size:20px;
    font-weight:800;
    text-transform:uppercase;
    position:relative;
    cursor:pointer;
    padding:20px 0;
    transition:color 0.5s ease; 
    @media screen and ($mobile) {
      font-size:18px;
    }
  }
}


.h2 {
    font-size:35px;
    text-decoration:underline;
}



#used:hover {
    cursor:text;
}
#used div:hover {
    cursor:text;
}
.container h2 {
    font-size:60px;
    text-decoration:underline;
}
.container p {
    font-size:21px;
}
.submit {
    font-size:18px;
    font-family: 'Josefin Sans', sans-serif;
    color:#fff;
    background:transparent;
    border:3px solid #fff;
    padding:8px 40px;
    border-radius:80px;
    font-weight:bold;
    margin:2vh 10px;
    transition:0.4s ease-in-out;
}
.submit:hover {
    cursor:pointer;
    color:rgb(114, 119, 72);
    background:#fff;
}
.btn_two {
    font-size:18px;
    font-family: 'Josefin Sans', sans-serif;
    color:rgb(114, 119, 72);
    background:#fff;
    border:3px solid #fff;
    padding:8px 40px;
    border-radius:80px;
    font-weight:bold;
    margin:2vh 10px;
    transition:0.4s ease-in-out;
}
.btn_two:hover {
    cursor:pointer;
    padding:8px 60px;
}
.container form input {
    width:46%;
    margin:20px 1%;
    background:transparent;
    border:0px;
    border-bottom:3px solid rgba(255,255,255,0.5);
    padding:8px 10px;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    transition:0.4s ease-in-out;
    color:#fff;
    font-weight:bold;
}
.container form textarea {
    width:96%;
    margin:20px 1%;
    padding:8px 10px;
    border:0px;
    border-bottom:3px solid rgba(255,255,255,0.5);
    padding:8px 10px;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    background:transparent;
    resize:none;
    transition:0.4s ease-in-out;
    color:#fff;
    font-weight:bold;
}
.container form input:focus {
    outline:none;
    border-bottom:3px solid rgba(255, 255, 255,1);
}
.container form textarea:focus {
    outline:none;
    border-bottom:3px solid rgba(255, 255, 255,1);
}
::placeholder {
    color:#fff;
}
#footer {
    color:#fff;
    width:92vw;
    padding:5vh 4vw;
    text-align:right;
    position:fixed;
    z-index:1;
    bottom:0;
    font-size:16px;
    font-weight:bold;
}
#footer a {
    color:rgb(114, 119, 72) ;
}
#particles-js {
    position:fixed;
    width:100vw;
    height:100vh;
}
::-webkit-scrollbar {
    width:5px;
    height:5px;
}
::-webkit-scrollbar-track {
    background: #fff; 
}
::-webkit-scrollbar-thumb {
    background: rgb(114, 119, 72); 
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(114, 119, 72,0.8); 
}
::selection {
	color: #fff;
	background: rgb(114, 119, 72);
}

@media (max-width: 800px){ 
    #about {
        display:none;
    }
    #contact {
        display:none;
    }
    #work {
        display:none;
    }
    #footer {
        text-align:center;
    }
    #middle {
        width:90vw;
        padding:0px 5vw;
    }
    #middle table {
        width:80%;
    }
    .container form input {
        width:90%;
    }
    .container form textarea {
        width:90%;
    }
    #menu {
        display:inline-block;
    }
    #onlywide {
        display:none !important;
    }
    .box2 {
        margin-left:0px !important;
    }
    #box div {
        width:100%;
    }
}



#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}


.scale-anm {
  transform: scale(1);
}


p{ 
  padding:10px; 
  border-bottom: 1px #ccc dotted; 
  text-decoration: none; 
  font-family: lato; 
  text-transform:uppercase; 
  font-size: 12px; 
  color: #333; 
  display:block; 
  float:left;
}

p:hover { 
  cursor:pointer; 
  background: #333; 
  color:#eee; }

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  
}

.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    color: #eee;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
  color: rgb(114, 119, 72);
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

