:root {
  --main-lcc-color: #e63014;
  --grey-lcc-color: #212529;
}

@font-face {
  font-family: 'Open Sans';
  font-style: sans-serif;
  font-weight: 400;
  src: url('../font/OpenSans/static/OpenSans/OpenSans-Medium.ttf');
}

@font-face {
  font-family: 'Raleway';
  font-style: sans-serif;
  font-weight: 400;
  src: url('../font/Raleway/static/Raleway-Medium.ttf');
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

.cryptedphone:after {
  content: attr(data-pre) "/" attr(data-tld); 
}


@media (min-width: 768px) {
  .bg-no-scroll {
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Open Sans;
  color: #000;
}

.hide {
  display: none;
  position: absolute;
  bottom: 8%;
}

.overlay:hover + .hide {
  display: block;
  color: red;
}

p {
  font-family: Open Sans;
  font-size: medium;
  font-weight: 400;
}

section {
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
}

.font-size-xxl {
  font-size: 3vw;
}

.img-thumbnail {
  max-height: 33vh;
  max-width: 16vw;
}

@media (max-width: 576px){
    .img-thumbnail {
    max-height: 33vh;
    max-width: 50vw;
  }
}


#parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../img/paralax/Award.png), url(../img/paralax/Nahen.jpg), url(../img/paralax/ShapeEdition.jpg), url(../img/paralax/Team.jpg), url(../img/paralax/ViesakustiX.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  z-index: 9;
}

a {
  color: var(--main-lcc-color);
  text-decoration: none;
}

a:hover {
  color: var(--main-lcc-color);;
  text-decoration: none;
}

.hr-right {
  border-right: 1px solid #212529;
  height: 100%;
}

.hr-left {
  border-left: 1px solid #212529;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway;
  margin-bottom: 1.5rem;
}

.header2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 3rem;
}

.header3 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 2.0rem;
}

.txt-light{
  color: #fff;
}


.text-h1-side, .text-h1-side-sticky{
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
  word-break: break-word;
  height: inherit;
  width: inherit;
  font-size: 5vh;
  z-index: -1;
  bottom: 17vh;
  color: #fff;
}

.text-h1-side-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

h1 {
  font-size: 2.5rem;
}

.h2-sticky {
		position: sticky;
		top: 10vh;
    z-index: 5;
	}
.h2-sticky-topmenu {
  display: flex; 
  justify-content:space-between; 
  flex-wrap: wrap;
}

.lcc-line:before {
    background-color: var(--main-lcc-color);
    padding: 0 2px;
    margin-right: 20px;
    content: " ";
}

video {
  width: auto;
  height: auto;
  z-index: 0;
}

.flyout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5vh;
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  .flyout {
    display: none;
  }
}

hr {
  width: 90%;
  border: 1px solid #999;
  border-radius: 77px;
  margin: auto !important;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  transition: .3s ease;
  background-color: #232323;
}

.icon {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-video {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.animated-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background: #ff3f3f;
    position: relative;
}

.animated-btn::before, .animated-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255, 63, 63, 0.8);
    animation: ripple-1 2s infinite ease-in-out;
    z-index: -1;
}

.animated-btn::after {
    background: rgba(255, 63, 63, 0.6);
    animation: ripple-2 2s infinite ease-in-out;
    animation-delay: 0.5s;
}

@keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}


.btn-gradient {
    width:40%;
    position: relative;
    display: initial;
    left:-20px;
    background: rgba(0, 0, 0, 0.15);
    border-top-right-radius: 60px;
    padding: 8px 24px 8px 16px;
    box-shadow: 2px 0px 0px 0px rgba(78, 72, 72, 0.4);
}

.btn-lcc-hell{
    font-size:23px;
    padding:7px 20px;
    color: #000;
    background-color: #fff;
    border:none;
    border-radius: 0.3rem!important;
}

.btn-lcc-dark{
    font-size:23px;
    padding:7px 20px;
    color: #fff;
    background-color: #212529;
    border:none;
    border-radius: 0.3rem!important;
}

.btn-lcc-red{
    font-size:23px;
    padding:7px 20px;
    color: #fff;
    background-color: #f00;
    border:none;
    border-radius: 0.3rem!important;
}

.btn-lcc-hell:hover, .btn-lcc-dark:hover, .btn-lcc-red:hover {
  font-size:23px;
  padding:7px 20px;
  color: #000;
  background-color: var(--main-lcc-color);
  border:none;
  border-radius: 0.3rem!important;
}


/*--------------------------------------------------------------
# Navbar Bottom to top 
--------------------------------------------------------------*/

#navbar-bottom-top {
  background-color: var(--grey-lcc-color);
  color: white;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 10vh;
  text-align: center;
  z-index: 500;
}

#navbar-bottom-top.fixed {
  position: sticky;
  top: 0;
}

li>hr {
  width: auto;
}

.img-nav {
  height: 7vh;
}

.nav-link {
  color: #fff !important;
  text-align: end;
}

.navbar-space {
  top: 120px !important;
}

.nav-link::before {
  background-color: var(--main-lcc-color);
  padding: 0 2px;
  margin-right: 20px;
  content: "";
}

.px-nav {
  padding-right: 12rem!important;
  padding-left: 12rem!important;
}

.pt-nav, .py-nav {
  padding-top: 10vh!important;
}
.pb-nav, .py-nav {
  padding-bottom: 10vh!important;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.animate-brave {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  z-index: -2;
}

header video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -4;
}

header .container {
  position: relative;
  z-index: -2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: -3;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url(../img/main/08_Service.jpg) black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}

/*--------------------------------------------------------------
# wave Section
--------------------------------------------------------------*/
#wave {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
#wave .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 85vh;
  padding-top: 60px;
}
#wave h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#wave p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#wave .carousel-control-prev, #wave .carousel-control-next {
  width: 10%;
}
#wave .carousel-control-next-icon, #wave .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#wave .btn-get-started {
  font-family: Raleway;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #e63014;
}
#wave .btn-get-started:hover {
  background: #e63014;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #wave p {
    width: 60%;
  }
  #wave .carousel-control-prev, #wave .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #wave .carousel-container {
    height: 90vh;
  }
  #wave h2 {
    font-size: 28px;
  }
}

.wave-waves {
  display: block;
  width: 100%;
  height: 5vh;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}


/* Hover ============================== */
.pb-- {
  padding-bottom: 100% !important;
}

.lcc-img-hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.lcc-img-hover-overlay, .lcc-img-hover-overlay-explain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.lcc-img-hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.lcc-img-hover-content {
  position: relative;
  z-index: 99;
}

.lcc-img-hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lcc-img-hover-4 .lcc-img-hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.lcc-img-hover-overlay-explain {
  background: rgba(0, 0, 0, 0.0);
  z-index: 90;
}

.lcc-img-hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
}

.lcc-img-hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid var(--main-lcc-color);;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .lcc-img-hover-4-description {
    width: 87%;
  }
}

.lcc-img-hover-4:hover img {
  width: 100%;
}

.lcc-img-hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.lcc-img-hover-4:hover .lcc-img-hover-4-description {
  opacity: 1;
  transform: none;
}

.lcc-img-hover-4:hover .lcc-img-hover-overlay,.lcc-img-hover-4:hover .lcc-img-hover-overlay-explain {
  background: rgba(0, 0, 0, 0.8);
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.btn-footer {
  background-color: transparent;
  border: none;
  color: var(--main-lcc-color);
  margin-left: 0.5rem;
}

.logo-footer {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
.hr-right {
  border-right: 1px solid grey;
  height: 100%;
}
}

.form-footer input[type="text"] {
  border: none;
  border-radius: 16px 0 0 16px;
  outline: none;
  padding-left: 10px;

}

.form-footer input[type="button"] {
  border: none;
  background: #232323;
  margin-left: -5px;
  color: #fff;
  outline: none;
  border-radius: 0 16px 16px 0;
  padding: 2px 12px;
}

.wear-footer {
  display: table;
  margin: 0 auto;
  padding-top: 3rem;
  color: #f8f9fa;
}