
html {
  scroll-behavior: smooth;
}
.info1{
  color:#0068b4;
  font-size: clamp(20px, 2vw, 30px);
  text-align: justify;
}
.info2{
  text-align: justify;
  color:#2143c0;
  font-size: clamp(13px, 2vw, 18px);
}
.project1{
background-image: linear-gradient(to right, rgba(10,23,25,0.96) 0%,rgba(0,104,180,0.96) 100%), url('img/raktas.png');
background-repeat: no-repeat;
background-position: left;
background-color: #0068b4;
}
#p_pav{
  font-size: clamp(20px, 2vw, 30px);
  text-align: left;
  color:#ffffff;
  transition: font-size 0.3s;
}
#p_pav_2{
  color:#ffffff;
  text-decoration: none;
}
#p_pav:hover{
  font-size: clamp(25px, 3vw, 35px);
  transition: font-size 0.3s;

}
#p_pre_text{
  font-size: clamp(12px, 1.3vw, 20px);
  text-align: justify;
  color:#ffffff;
}
#p_pre_text_2{
  font-size: clamp(8px, 1vw, 16px);
  text-align: justify;
  color:#ffffff;
}
#p_pav_3{
  font-size: clamp(16px, 1.5vw, 26px);
  text-align: left;
  color:#ffffff;
  transition: font-size 0.3s;
  padding-bottom: 1vh;
}
#p_pav_4{
  color:#ffffff;
  text-decoration: none;
}
#p_pav_3:hover{
  font-size: clamp(18px, 1.6vw, 28px);
  transition: font-size 0.3s;

}

#project_img{
  max-width:450px;
  max-height: 300px;
  min-height:300px;
  width:100%;
}
.project2{
  background-image: linear-gradient(to left, rgba(178,92,1,0.9) 0%,rgba(247,168,27,0.9) 100%), url('img/raktas.png');
  background-repeat: no-repeat;
  background-position: right;
  background-color: #f7a81b;

}
.project3{
  background-image: linear-gradient(to left, rgba(178,92,1,0.9) 0%,rgba(247,168,27,0.9) 100%);
  background-color: #f7a81b;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: gray;

}
.showcase{
  background-image: 
  linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1)),
  url(img/cover.jpg);
  background-size:cover;
  color:  #ffffff;
  text-shadow: 4px 4px 4px #000000;
  background-position:bottom;
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:0 20px;

}
.banner{
  background-image: linear-gradient(to right, rgba(10,23,25,0.96) 0%,rgba(0,104,180,0.96) 100%), url('img/banner.png');
  background-repeat: no-repeat;
  background-position: left;
  background-color: #0068b4;
  color: #ffffff;
  text-shadow: 4px 4px 4px #000000;
  height:35vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:0 20px;
  font-size: 6vw;
}
#logo{
  margin: 0;
  position: absolute;
  max-width: 35vmin;
  top: 12%;

}
#moto{
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
  font-size: clamp(3vmin, 3vmin + 1vmin, 6vmin);
  animation-name: fadeInOut;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: 1;
}

}
#section2{
 padding-top: 75px; 
}
.showcase .button{
  font-size:18px;
  text-decoration:none;

  text-align:center;
  color: #febd11;
  border: #febd11 1px solid;
  padding:10px 20px;
  border-radius:10px;
  margin-top:20px;
}

.showcase .button:hover{
  background: #febd11;
  color:#fff;
}
#scrolldown {
  position: relative;
  left: 0;
  top: 35%;
  width: auto;
  text-align: center;
  font-size: 18px;
  transition: font-size 0.3s;
}
#scrolldown:hover{
  font-size: 22px;
}
.fa-angle-double-down{
  color: #f7a81b;
}
.fa-angle-double-down:hover{
  color: #f7a81b;
}

/* Navbar section */
#navbarlogo{
  max-width: 6.5rem;

}
.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 3;
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    margin-top: -5px;
    visibility:hidden;
    
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
}

.nav div.logo a:hover {
    color: #00E676;
}

.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 2rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 1.5vw;
}

.nav div.main_list ul li a:hover {
    color: #f7a81b;
}

.navTrigger {
    display: none;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media qurey section */

@media screen and (min-width: 980px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width:980px) {
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: auto;
        height: auto;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 52, 90, .8);  
        backdrop-filter: blur(5px);
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 1rem;
        padding: 20px;
    }

    .nav div.media_button {
        display: block;
    }
}

@media screen and (min-width: 980px) {
.admin-big {
      
    }
.admin-small{
      display: none !important;
    }
}
@media screen and (max-width:980px) {
  .admin-big {
      display: none !important;
    }
.admin-small{
    }
  }
/* Animation */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: 25px;
    position: fixed;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
  padding: 0;
  background-color: rgba(0, 52, 90, .8);  
  backdrop-filter: blur(5px);

}

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:2;
  bottom:0;
  position:absolute;
  left:0px;
  float:left;
}
.editorial2 {
  display: block;
  width: 100%;
  height: 40px;
  max-height: 5vh;
  margin: 0;
  z-index:2;
  top: 31vh;
  position:absolute;
  left:0px;
  float:left;
  border-color: white;

}
.editorial3 {
  display: block;
  width: 100%;
  height: 40px;
  max-height: 5vh;
  margin: 0;
  z-index:2;
  position:sticky;
  left:0px;
  float:left;
  border-color: white;
  transform:translateY(-3vh);

}
.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax5 > use {
  animation: move-forever1 15s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax6 > use {
  animation: move-forever2 13s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax7 > use {
  animation: move-forever3 11s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax8 > use {
  animation: move-forever4 9s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

#scrolldown i {
  animation: zoominoutsinglefeatured 1s;
  animation-iteration-count: 4;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color:#0068b4;
    font-size:25px;
    margin-bottom: -40px;
    padding-bottom: 30px;
    padding-top: 40px;
    font-weight: 400;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #0068b4;
}
.separator::before {
    margin-right: .9em;
}
.separator::after {
    margin-left: .9em;
}
.separator a{
  color:#0068b4;
  transition: font-size 0.3s;
}
.separator a:hover{
  font-size:28px;
  transition: font-size 0.3s;
  text-decoration: none;
}
.contact-box{
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

.left{
  background: url("img/bg.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
}

.right{
  padding: 25px 40px;
}



.field{
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0);
  outline: none;
  background-color: rgba(230, 230, 230, 0.6);
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  margin-bottom: 22px;
  transition: .3s;
}

.field:hover{
  background-color: rgba(0, 0, 0, 0.1);
}

textarea{
  min-height: 30vh;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

@media screen and (max-width: 880px){
  .contact-box{
    grid-template-columns: 1fr;
  }
  .left{
    height: 200px;
  }
}
.btn-outline-dark{
  border-color: #be6905;
  color: #be6905;
}
.btn-outline-dark:hover{
  background-color: #be6905;
  opacity: 0.9;
  color: white;
  border-color: #be6905;
}
.grid-container {
  display: grid;
  grid-template-columns: 33.33% 66.66%;
  background-color: #2196F3;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  margin: 20px;
  font-size: 30px;
  text-align: center;
}
.border1 {
border-style: dashed dashed none none;
border-color: #0068b4;
font-size: clamp(12px, 2vw, 18px);
text-align: justify;
}
.border2 {
border-style: dashed none none dashed;
border-color: #0068b4;
font-size: clamp(12px, 2vw, 18px);
text-align: justify;
}
.circle {
    max-width: 7vmax;
    min-width: 7vmax;
    max-height: 7vmax;
    min-height: 7vmax;
    border-radius:100%;
    background-color: orange;
    text-align: center;
    display: table-cell;
    overflow: hidden;
    vertical-align:middle;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-160%, -50%);
}
.headline:after {
  content:' ';
  position: absolute;
  top:100%;
  left:50%;
  width: 20px;
  border:2px solid #d0d0d0;
  border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  transform:translateX(-50%);

}
#floated{
    float: left;
    max-width: 30vh;
    margin: 0.5vh 3vh 2vh 0vh;
}
#floated2{
    float: right;
    max-width: 30vh;
    margin: 0.5vh -1vh 2vh 0vh;
}
.shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.txt{
  color:#ffffff;
  text-align: center;
}
.middle{
  padding-top: 20%;
  padding-bottom: 20%;
}
.contacts{
  color: white;
  background:linear-gradient(0deg, rgba(190, 105, 5, 0.7), rgba(190, 105, 5, 0.7)), url(img/senamiestis.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contacts_name{
  color: white;
  font-size: 3vh;
}
.contacts_data{
  color: #D3D3D3; 
  font-size: 2.5vh;
}
.line{
  margin-bottom: 10vh;
  width: 10%;
  border: 3px solid #0068b4;
  border-radius: 3px;
}
.img_left{
  transform: translate(-52%, 0px);
  min-height: 60px;
  min-width: 60px;
}
.img_right{
  transform: translate(52%, 0px);
  min-height: 60px;
  min-width: 60px;
}
.about_h2{
  padding-top: 10vh;
  text-align: center;
  color: #0068b4
  font-family: Segoe UI;
  font-weight: lighter;
}
.show:{
  z-index: 10000;
}
.footer{
  background-color: rgba(0, 104, 180, .8); 
  color:white; 
}
.filter {
    -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert();


}
.year{
    transform: translate(33%, 0px);
    position:absolute; 
    top: 40%;
    width:100%;
    text-align: center;
    color:white !important;
    font-weight: 700;
}
.year2{
    transform: translate(-50%, 0px);
    position:absolute; 
    top: 40%;
    width:100%;
    text-align: center;
    color:white !important;
    font-weight: 700;

}
@media screen and (max-width: 767px) and (min-width: 420px) {

  .img_left{
  transform: translate(-55%, 0px);
  }

  .img_right{
  transform: translate(24%, 0px);
  }

  .year{
    transform: translate(11%, 0px);
    top: 30%;
  }

  .year2{
    transform: translate(-55%, 0px);
    top: 35%;


  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {

  .img_left{
  transform: translate(-54%, 0px);
  }

  .img_right{
  transform: translate(54%, 0px);
  }

  .year{
    transform: translate(23%, 0px);
    top: 32%;
  }

  .year2{
    transform: translate(-55%, 0px);
    top: 32%;
  }
}
@media screen and (max-width: 419px) {

  .img_right{
  transform: translate(-15%, 0px);
  }
  .year{
    transform: translate(-5%, 0px);
    top: 35%;
  }

}