@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --clr-neon: hsl(15 88% 55%);
  --clr-bg: hsl(323 21% 16%);
  --portocaliu:#f15b27;  
  --alb: #fff;    
  --indigo: #363a76;    

}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body{
  min-height: 100vh;
    background-color: #000;
    color: var(--alb);
}

.section-main{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
}



.section-main video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f15b27;
    mix-blend-mode: overlay;
}


.section-main h1{
  color: rgba(255, 255, 255, 0.5);
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 80px;
}

header{
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  transition: 0.6s;
}

.OverlayLogo {
    z-index: 1;
    transform: translatey(-70%)
}

@media only screen and (max-width: 900px) {
    .OverlayLogo { 
    transform: scale(85%);
    }
}


/* Animated scroll guide START */

.ScrollGuideContainer {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.ScrollGuideContainer span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    margin: -8px;
    animation: animate 3s infinite;
  
    
}

    /* Animation START */
    .box span:nth-child(1){
        animation-delay: -0.2s;
    }
    .box span:nth-child(3){
        animation-delay: -0.3s;
    }

    .box span:nth-child(3){
        animation-delay: -0.4s;
    }
   

    @keyframes animate {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
        
    }
    /* Animation END */

/* Animated scroll guide END */


header.sticky{
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 100px;
    border-bottom: solid .1em rgba(241,91,39, 0.5); 
    box-shadow: 0 0 2em 0.5em var(--clr-neon);
}

header .brand{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

header .menu{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu a{
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
  margin: 0 30px;
  padding: 0.2em .5em;
  
  transition: .9s;
  transition-property: color, background;
}

header .menu a:hover{
  color: #f15b27;
  background: transparent;
  box-shadow: 0px 15px 9px -15px var(--clr-neon);
}

header .btn{
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

.section-two{
  background: #000;
  padding-top: 1em; 
  padding-left: 3em;
    padding-right: 3em;
}

.section-two-title{
  color: #f15b27;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
    background: #000;
  padding-left: 1.5em;
    padding-top: 2em;
}


    /*@media (min-width: 768px) {
    .section-two {
        min-height: 70vh;
    }
} */



.section-two h2{
  color: #f15b27;
  font-size: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0;
    text-align: center;
}

.section-two h1 {
     color: #f15b27;
  font-size: 2.5em;
  font-weight: 200;
  text-transform: uppercase;
  margin: 30px 0;
    text-align: center;
} 

.section-two h3 {
     color: var(--alb);
  font-size: 1.8em;
 
  text-transform: uppercase;
  margin: 30px 0;
    text-align: center;
} 

.section-two p{
  color: rgba(255, 255, 255, 1);
  font-size: 1.5em;
    padding-bottom: 1em;
  
}

.badge {
    display: flex;
    justify-content: center;
}

.badges {
   display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1em;
    background: #000;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

@media (min-width: 768px) {
    .badges{
        padding-left: 20%;
        padding-right: 20%;
       /* padding-bottom: 5%; */
    }
    
    .section-two p{
  color: rgba(255, 255, 255, 1);
  font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 1em;
  
}
}



.badges img {
    width: 100%;
  max-width: 200px;
  height: auto;
}

@media (max-width: 1060px){
  header .btn{
    display: block;
  }

  

  
    
    
/*
  header .menu .close-btn{
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }

  header .menu a{
    display: block;
    font-size: 20px;
    margin: 20px;
    padding: 0 15px;
  }
    */
}
@media (min-width:720px) {
    nav {
        display: none;
    }
}

@media (max-width:721px) {
    header {
        display: none;
    }
    
    nav {
        background: #000;
    }
    
    label #sign-one,
    label #sign-two {
        font-size: 30px;
        color: #000;
        float: left;
        line-height: 50px;
        margin-right: 30px;
        cursor: pointer;
        display: block;
    }
    
    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #000;
        top: 50px;
        left: -10%;
        text-align: center;
        transition: 500ms;
        z-index: 999;
        color: #000;
    }
    
    nav li a {
        color: #fff;
        text-decoration: none;
        line-height: 3em;
        font-size: 3em;
    }
    
    
    nav i {
        transform: scale(0.5);
        color: red;
        background-color: RED;
        border-radius: 50px;
        position: absolute;
        right: 25%;
        bottom: 1.5em;
    }
    
}




.iHide {
    display: none;
}

@media (max-width: 630px){
  .section-main h1{
    font-size: 50px;
    line-height: 60px;
  }
   
}

/* TIMELINE */


.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  flex-direction: column;
}
 
 
        
.timeline {
  width: 100%;
  background-color: #000;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, .2);
}
.timeline .swiper-container {
  height: 70vh;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 900px) {
    .timeline .swiper-container {
        height: 60vh;
    }
    
    
  
}


.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, .7);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  right: 50%;
  top: 13%;
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;  
  font-size: 22px !important;
  margin-bottom: 50px;
  transform: translate3d(20px, 0, 0);
  color: #f15b27;
    font-style: italic;
  font-weight: 300;
  opacity: 0;
  transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 3em;
  margin: 0 0 30px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.8;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
    font-size: 14px;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
     
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, .2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: var(--portocaliu);
  margin: 15px 0 !important;
  position: relative;
    transition: all 500ms;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--alb);
  transform: scale(0);
  transition: 0.2s;
}
.timeline .swiper-pagination-bullet-active {
  color: var(--alb);

  
}
.timeline .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.timeline .swiper-button-next, .timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, .7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, .7);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}
























@media only screen and (max-width: 720px) {
    
    a {
        text-decoration: none;
        color: #fff;
        padding-top: 1em;
        font-size: 1.4em;
        transition: all 500ms;
    }
    
    a:hover {
        color: var(--portocaliu);
    }
    
    .section-two {
        padding: 1em 2em;
    }
    
    .nav {
    position: fixed;
    top: 0;
    right: auto;
    width: 100%;
    height: 4em;
    display: flex;
    justify-content: space-around;
    overflow-x: auto;
    background-color: rgba(0,0,0,0.8);
    z-index: 6;    
}

nav__link {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    
}
    
      

.nav__link span{
    display: flex;
    font-size: 2em;
    text-decoration: none;
    color: var(--alb);
    margin-top: 1rem;
    margin-bottom: .5rem;
    
}  }

.section-four{
  background: #000;
  padding-top: 1em; 
  padding-left: 3em;
    padding-right: 3em;
}

.section-four h2 {
    color: var(--portocaliu);
}

@media (min-width: 768px) {
    .section-four {
  color: #f15b27;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
    }
}
/*
.ProdContaniner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4,1fr);
    grid-gap: 1em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}






.Prod {
    display: flex;
    justify-content: flex-start;
    border: solid 2px var(--portocaliu);
    border-radius: 10px;
    width: 500px;
}

.Prod i {
    font-size: 2em;
    padding-right: .5em;
    padding-left: .5em;
}

.Prod h3 {
    padding-top: .2em;
    padding-bottom: .2em;
    padding-right: .5em;
}







.ProdContaninerB {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3,1fr);
    grid-gap: 1em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.ProdB{
  border: solid 2px var(--portocaliu);
    border-radius: 10px;
    
}

.ProdB i {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 3em;
}

.ProdB p {
    display: flex;
    width: 100%;
    justify-content: center;
}








*/









/* NOT FUNCTIONAL Tabs start */
/*.TabsContainer {
    background: #000;
    height: 100vh;
}

::selection {
    background-color: var(--portocaliu);
}

.tabbed {
    width: 700px;
   padding-left: 2em;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.tabbed > input {
   display: none; 
}


.tabbed > label {
    display: block;
    float: left;
    padding: 12px 20px;
    margin-right: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: var(--alb);
}

.tabs {
    clear: both;
    perspective: 600px;
}

.tabs > div {
    width: 700px;
    position: absolute;
    border: 2px solid var(--portocaliu);
    padding: 10px 30px 40px;
    line-height: 1.4em;
    opacity: 0;
    z-index: 0;
    transform: rotateX(20deg);
    transform-origin: top center;
    transition: opacity 0.3s, transform 1s;
}

.tabs p {
    color: var(--alb);
}

.tabs h2 {
    color:var(--portocaliu);
}

.tabbed > label:hover,
.tabbed > input:checked + label 
{
    background-color: var(--portocaliu);
}

#tab_one:checked ~ tabs > div:nth-of-type(1),
#tab_two:checked ~ tabs > div:nth-of-type(2),
#tab_three:checked ~ tabs > div:nth-of-type(3) {
    transform: rotateX(0deg);
    opacity: 1;
    z-index: 999;
}

*/
/* Tabs END */













.TabsContainer{
    background: #000;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.tabs {
  display: flex;
    justify-content: center;
  flex-wrap: wrap;
  font-family: sans-serif;
}

.tabs__label {
  padding: 10px 16px;
  cursor: pointer;
    font-size: 2em;
    color: var(--alb);
    transition: color 500ms;
 text-align: center;

}

.tabs__radio {
  display: none;
}

.tabs__content {
  order: 1;
  width: 100%;                                                                    padding-top:1em; 
   /* padding-right: 2em;
    padding-left: 2em; */
    height: auto;
 /* border-bottom: 3px solid var(--portocaliu); */
    /* border-radius: 20px; */
  line-height: 1.5;
  font-size: 0.9em;
  display: none;
    color: var(--alb);
}

.content_container {
   display: grid;
    height: 50vh;
    grid-gap: .5em;
}

.SmartLighting {
    grid-template-columns: repeat(1,1fr);
}


.Lampi {
    grid-template-columns: repeat(1,1fr);
}

.contained {
    text-align: center;
    border: solid .5em #000;
   /* border-radius: 30px; */
    
}

.contained h2 {
    padding-top: 1em;
    font-size: 2em;
    font-weight: 400;
    text-shadow: #fff 1px 0 10px;
    
}

.OnGrid h3 {
    display: flex;
    justify-content: center;
    text-transform:uppercase;
    font-size: 2em;
    padding: 1em;
}

.OffGrid h3 {
    display: flex;
    justify-content: center;
    text-transform:uppercase;
    font-size: 2em;
    padding: 1em;
}

.description {
    color: var(--alb);
    margin: 1em;
    height: 30vh;
}

.description p {
    font-size: 1.5em;
}

.Telegestiune {
    background: url(../Media/sunrise3.png) no-repeat center;
    background-size: cover;
}

.SmartCity {
    background: url(../Media/SmartCity.png) no-repeat center;
    background-size: cover;
}

.PanouriSolare {
    background: url(../Media/SchOnGrid.png) no-repeat center;
    background-size: cover;
    height: 60vh;
    margin-bottom: 1em;
}

.PanouriSolare1 {
    background: url(../Media/SchOffGrid.png) no-repeat center;
    background-size: cover;
    height: 60vh;
}

.ComingSoon {
    background: url(../Media/sunrise3.png) no-repeat center;
    background-size: cover;
}

.IluminatStradal {
    background: url(../Media/Iluminat_stradal.png) no-repeat center;
    background-size: cover;
}

.IluminatAlei {
    background: url(../Media/iluminat_alei.png) no-repeat center;
    background-size: cover;
}

.IluminatArhitectural {
    background: url(../Media/Iluminat_arhitectural.png) no-repeat center;
    background-size: cover;
}

.IluminatIndustrial {
    background: url(../Media/iluminat_industrial.png) no-repeat center;
    background-size: cover;
}


.tabs__radio:checked + .tabs__label {
  font-weight: bold;
  color: var(--portocaliu);
 /* border-bottom: 2px solid var(--portocaliu);*/
    text-shadow: var(--portocaliu) 1px 0 20px;
    /* border-radius: 20px; */
    transition: fade 500ms;
    
}

.tabs__radio:checked + .tabs__label + .tabs__content {
  display: initial;
}

@media only screen and (max-width: 900px) {
    
    .TabsContainer {
        height: 60vh;
    }
    
    .tabs__content {
        height: 50vh;
    } 
    
   
    
    .tabs__radio:checked + .tabs__label {
  font-weight: bold;
  color: var(--portocaliu);
 /* border-bottom: 2px solid var(--portocaliu); */
    text-shadow: var(--portocaliu) 1px 0 20px;
  /*  border-radius: 20px; */
    transition: fade 500ms;
    
}
    
    
    .SistemeIntegrate {
    grid-template-columns: repeat(1,1fr);
}
    
    .PanouriSolare{
        padding-top: 3.7em;
    }
    
    .Lampi {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,1fr);
    }
    
    .Lampi h2 {
        font-size: 1.2em !important;
    }
    
    .contained {
    text-align: center;
    border: solid .5em #000;
    border-radius: 30px;
    
}

.contained h2 {
    padding-top: 1.5em;
    font-size: 1.5em;
    font-weight: 400;
    text-shadow: #fff 1px 0 10px;
    
}
    
    .tabs__content {
        padding-left: 0;
        padding-right: 0;
    }
    
}

@media only screen and (max-width: 640px) {
    .tabs__label {
        font-size: .7em;
    }
    
    
}

.OurProductsTitle {
    background: #000;
}

.OurProductsTitle h2 {
    color: var(--portocaliu);
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 700;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
    padding-bottom: 1em;
}


/* Home CTA START */

.home_cta {
    background-color: #000;
}

.cta_container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(1,1fr);
    width: 100%;
    height: 60vh;
    grid-gap: 1em;
}

.TabletFixer {
    padding-top: 2em;
    padding-bottom: 2em;
    background: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
} 


/*@media only screen and (max-width: 570px) {
    .TabletFixer {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
    background: #000;
    border-color: #000;
} 
}

@media only screen and (max-width: 667px) {
    .TabletFixer {
    padding-top: .5em !important;
    padding-bottom: .5em !important;
    background: #000;
    border-color: #000;
} 
}

@media only screen and (max-width: 720px) {
    .TabletFixer {
    padding-top: .5em;
    padding-bottom: .5em;
    background: #000;
    border-color: #000;
} 
}

@media only screen and (min-width: 725px) and (max-width: 737px) {
    .TabletFixer {
    display: none !important;
} 
} */

@media only screen and (max-width: 720px) {
    .cta_container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,1fr);
    width: 100%;
    height: 60vh;    
}
    
    .cta_overlay {
    display: flex;
    justify-content: center;
    margin-top: 30% !important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .cta_neos {
    background: url(../Media/Discover_neos_narrow.png) no-repeat center scale:0.5 !important ;
        background-size: cover !important;
   
}
    .cta_mesina {
    background: url(../Media/Discover_mesina_narrow.png) no-repeat center !important;
    background-size: cover !important;
}
    
    .cta_overlay {
    display: flex !important;
    justify-content: center !important;
    margin-top: 60% !important;
}


    
 
    
}


.cta_neos {
    background: url(../Media/Discover_neos.png) no-repeat center;
    background-size: cover;
}

.cta_overlay {
    display: flex;
    justify-content: center;
    margin-top: 50%;
}



.DiscoverButton {
    padding: .5em 2em;
   
    
}

.neos_button {
    background-color: RGBA(54,58,118,.7);
    cursor: pointer;
    transition: all 750ms;
}

.neos_button:hover p {
    text-shadow: var(--alb) 1px 0 20px;
     transform: scale(1.1);
}

.neos_button:hover {
    box-shadow: 1px 0px 60px var(--alb);
     background-color: RGBA(54,58,118,.9);
     transform: scale(1.1);
}

.mesina_button {
    background-color: RGBA(241,91,39,.7);
    cursor: pointer;
    transition: all 750ms;
}

.mesina_button:hover p {
    text-shadow: var(--alb) 1px 0 20px;
    transform: scale(1.1);
    
}

.mesina_button:hover {
    box-shadow: 1px 0px 60px var(--alb);
    background-color: RGBA(241,91,39,.9);
    transform: scale(1.1);
}



.DiscoverButton p {
    color: var(--alb);
    font-size: 1.5em;
}

.cta_mesina {
    background: url(../Media/Discover_mesina.png) no-repeat center;
    background-size: cover;
}



/* Home CTA END */

/* Contact section START */

.section_container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2,1fr);
}



.contact_1 {
    background-color: #000;
    display: flex;
    justify-content: center;
    padding: 1em;
    flex-grow: 1;
}

@media (min-width: 0px) and (max-width:1280px){
    .contact_1 {
    background-color: #000;
    display: grid;
    padding: 1em;
}
    
}

@media (min-width: 1281px) {
    .contact_2 {
        height: 50vh!important;
    }
    
    .contact_1 {
    background-color: #000;
    display: grid;
    padding: 1em;
}
}

.contact_titile {
    display: flex;
    justify-content: center;
    
    padding: 1em;
    font-size: 2.5em;
    color: var(--portocaliu);
}


.contact_details {
   display: grid;
    grid-template-columns: repeat(1,1fr);
}

.contact_detail {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 1em;
}


.contact_detail h4,a {
    margin-left: 1em;
    color: var(--alb);
    font-size: 1.2em;
}

.contact_detail i {
    color: var(--alb);
    padding-left: 1em;
    font-size: 1.5em;
    padding-top: .5em;
}

.last_contact_item {
    padding-bottom: 3em;
} 

.last_contact_item a {
    padding-top: .5em;
}

.first_contact_item a{
    padding-top: .5em;
}

/* Contact section END */






/* Pagina cariere START */

.opportunity_subT {
    display: flex;
    justify-content: center;
    color: var(--portocaliu);
} 

    /* Header START*/
    .section-main-careers{
      position: relative;
      width: 100%;
      min-height: 60vh;
      background-size: cover;
      background-position:center;
        background: url(../Media/MountainVillage.jpeg) no-repeat center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 100px;
    }


    .overlay_careers {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;

        opacity: 50%;
    }


    /* Header END */



                        /* Intro text START */

                        .careers_intro {
                            background-color: #000;
                            padding-top: 2em;
                            padding-bottom: 2em;
                            padding-left: 2em;
                            padding-right: 2em;
                        }


@media (min-width: 1200px) {
    .careers_intro {
                         
                            padding-left: 8em !important;
                            padding-right: 8em !important;
                        }

}

                        .careers_intro h3 {
                            color: var(--portocaliu);
                            font-size: 2.5em;
                            display: flex;
                            justify-content: center;
                            padding-bottom: 1em;
                        }

                        .careers_intro p {  
                            color: var(--alb);
                            font-size: 1.6em;
                            line-height: 1.5em;
                            padding-bottom: 1em;
                            
                        }


.careers_intro b {
    color: var(--portocaliu) !important;
}

                        /* Intro text END */

                        /* About Us START */

                        .about_us {
                            background-color: #000;
                            padding-top: 2em;
                            padding-bottom: 2em;
                            padding-left: 2em;
                            padding-right: 2em;
                        }


@media (min-width: 1200px) {
    .about_us {
                         
                            padding-left: 8em !important;
                            padding-right: 8em !important;
                        }

}

                        .about_us h3 {
                            color: var(--portocaliu);
                            font-size: 2.5em;
                            display: flex;
                            justify-content: center;
                            padding-bottom: 1em;
                        }

                        .about_us p {  
                            color: var(--alb);
                            font-size: 1.6em;
                            line-height: 1.5em;
                            padding-bottom: 1em;
                            
                        }


.about_us b {
    color: var(--portocaliu) !important;
}

                        /* About Us text END */






                /* Careers listings START */
            .listings {
                background: #000;
            }

                .listings_title {
                    background: #000;
                    color: var(--portocaliu);
                    font-size: 2.5em;
                    padding: 1.5em;
                }

                .listings_title h3 {
                   text-align: center;
                    
                }


            .listings_container {
                display: grid;
                grid-template-columns: repeat(2,1fr);
                grid-gap: 2em;
                padding-left: 5em;
                padding-right: 5em;
            }

                @media (min-width: 0px) and (max-width:1280px){
                  .listings_container {
                                display: grid;
                                grid-template-columns: repeat(1,1fr) !important;
                      padding-left: 2em;
                      padding-right: 2em;

                            }
                    
                .opportunity_container {
                    box-shadow: 1px 0px 20px var(--portocaliu)!important;
            }
                    
                    .listings_title {
                        text-align: center;
                    } 
                    
                   
                }
        

 @media (min-width: 0px) and (max-width:751px){
                  .listings_container {
                                display: grid;
                                grid-template-columns: repeat(1,1fr) !important;
                      padding-left: 2em;
                      padding-right: 2em;

                            }
                    
                .info_container {
                display: grid!important;
                grid-template-columns: repeat(1,1fr); 
                
                
            }
     
     .opportunity_title {
         padding-top: 0!important;
     }
                    
                   
     .short_description {
              
                height: auto !important;
            }
     
                }


            .opportunity_container {
               /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(241,91,39,1) 100%); */
                padding: 1em;
                box-shadow: 1px 0px 30px var(--portocaliu);
                border: solid 5px var(--portocaliu);

            }

            .info_container {
                display: grid;
            }

            .button_container {
                display: flex;
                justify-content: center;
            margin-top: 2em;
            }

.sm_button {
    padding: 1em;
    border: solid 2px #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: var(--portocaliu);
    font-weight: bold;
    margin: 0;
}


.sm_button:hover {
    border: solid 2px var(--portocaliu);
    color: var(--portocaliu);
    transition: all 500ms;
    box-shadow: 0px 0px 20px var(--portocaliu);
}


.p_button {
    padding: 1em;
    border: solid 2px var(--portocaliu);
    
    text-align: center;
    text-decoration: none;
    color: var(--portocaliu);
    font-weight: bold;
    margin: 0;
    transition: all 500ms;
}

.p_button:hover {
    border: solid 2px var(--alb);
    color: var(--alb);
    transition: all 500ms;
    box-shadow: 0px 0px 20px var(--portocaliu);
}

.ap_button {
    padding: 1em;
    border: solid 2px var(--portocaliu);
   
    text-align: center;
    text-decoration: none;
    color: var(--alb);
    font-weight: bold;
    font-size: 1.5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
}

.ap_button:hover {
    border: solid 2px var(--alb);
    color: var(--alb);
    transition: all 500ms;
    box-shadow: 0px 0px 20px var(--portocaliu);
}

            .opportunity_title {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

            .opportunity_title h4{
                color: var(--alb);
                font-size: 2em;
                justify-content: flex-start;
                margin-left: 0;
                padding-left: 0;
            }

.opportunity_title a {
    text-decoration: none;
}

            .short_description {
              width: 100%;
                height: 15em;
            }

            .short_description ul {
                text-decoration: none;
                list-style: none;
                padding-top: 2em;
                padding-bottom: 2em;
            }

            .short_description li {
                color: var(--alb);
                text-decoration: none;
                font-size: 1.6em;
                padding-bottom: 1em;
            }

            .short_description li i {
                padding-left: .5em;
                padding-right: .5em;
                color: var(--portocaliu)
            }

           

                /* Careers listings END */
            





/* Pagina cariere END*/



.JobPage {
background-color: #000;
color: var(--alb);
}

.Section_subtitle{
    font-size: 2.5em;
    color: var(--portocaliu);
} 

.contact_title {
    font-size: 2.5em;
    color: var(--portocaliu);
    text-align: center;
}

.contact_subtitle {
    font-size: 2em;
    color: var(--alb);
    text-align: center;
    padding-top: 1em;
}

.job_requirements_container {
    padding-left: 5em;
    padding-right: 5em;
}

/*.job_requirements_container b {
    color: var(--portocaliu);
} */
@media (max-width: 1000px) {
    .job_requirements_container {
    padding-left: 1em;
    padding-right: 1em;
}
    .job_requirements_container ul {
    list-style: none;
    font-size: 1.6em;
    line-height: 1.5em;
    padding-left: 0 !important;
    padding-top: 1em;
    padding-right: 0 !important;
    padding-bottom: 1em;
    width: 100%;
}
    
    .KeySkill {
    padding-left: 2em !important;
}

}


.job_requirements_container ul {
    list-style: none;
    font-size: 1.6em;
    line-height: 1.5em;
    padding-left: 2em;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    width: 100%;
}

.job_requirements_container i {
    color: var(--portocaliu);
}

.job_requirements_container h4 {
    font-weight: lighter;
}

.KeySkill {
    color: var(--portocaliu);
    padding-left: 5em;
}

.details_body_1 {
    display: flex;
    justify-content: center;
}

.details_body_1 ul {
    list-style: none;
    font-size: 1.6em;
}

.details_body_1 li {
    color: var(--alb);
} 

.details_body_1 li b {
    color: var(--portocaliu);
}


.apply {
    display: grid;
    padding-left: 1em;
    padding-right: 1em;
}


.apply_button {
    padding: 2em 1em;
    margin: 2em;
    display: flex;
    justify-content: center;
    
border: solid 5px var(--portocaliu);
    
}


.CareerButton {
    position: relative;
}

.icon-button__badge {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 25px;
  height: 25px;
  background: rgba(255, 0, 0, 1);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
    transform: scale(0.6);
}












/* Neos CSS START */
.NeosIntro {
    background-color: #000;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

@media (max-width = 800px) {
    .NeosIntro {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
}

.IntroOne {
    display: grid;
    grid-template-columns: repeat(1,1fr);
} 



.AboutNeosTitle {
    background-color: #000;
    display: flex;
    justify-content: flex-start;
    padding: 2em;
}

.AboutNeosTitle h4 {
    color: var(--alb);
    font-size: 2.5em;
}


.AboutNeosDescription {
    background: #000;
    display: flex;
    justify-content: center;
    padding-left: 3em;
    padding-right: 3em;
}


.AboutNeosDescription p {
    color: var(--alb);
    font-size: 2em;
    text-align: center;
}



.NeosGridContainer {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 5em;
    padding-left: 5em;
    padding-right: 5em;
    color: var(--alb);
    background: #000;
    width: 100%;
}

@media (max-width : 1280px) {
  .NeosGridContainer {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    grid-gap: 1em;
      padding-left: 1em !important;
      padding-right: 1em !important;
      
}
}


@media (max-width : 800px) {
  .NeosGridContainer {
    display: grid;
    grid-template-columns: repeat(1,1fr) !important;
    grid-gap: 1em;
      padding-left: 1em !important;
      padding-right: 1em !important;
      
}
    .NeosGridElementBottom p {
        text-align: center;
    }
}

.NeosGridElement {
    padding: 1em;
}

.NeosGridElementTop {
    display: grid;
    font-size: 2em;
}

.LDTGridElementTop {
    display: grid;
    font-size: 1em;
}

.TopLeft {
    text-align: center;
    font-size: 2em;
}

.TopRight {
    text-align: center;
}

.TopRight {
    color: var(--portocaliu);
}

.NeosGridElementBottom {
    font-size: 1.6em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    text-align: center;
    
    
}
.LDTGridElementBottom {
    font-size: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    text-align: center;
    
    
}













.counter-up{
  background: url("../Media/pass_1.jpg") no-repeat;
  min-height: 50vh;
  background-size: cover;
background-position: center;
  padding: 0 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.counter-up::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
}
.counter-up .content{
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.counter-up .content .box{
  
  width: calc(25% - 30px);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 20px;
}
.content .box .icon{
  font-size: 48px;
  color: #e6e6e6;
}
.content .box .counter{
  font-size: 50px;
  font-weight: 500;
  color: var(--portocaliu);
}


.content .box .text{
  font-weight: 400;
  color: var(--alb);
    font-size: 2em;
    text-align: center;
}
@media screen and (max-width: 1036px) {
  .counter-up{
    padding: 50px 50px 0 50px;
  }
  .counter-up .content .box{
    width: calc(50% - 30px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  .counter-up .content .box{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper{
    padding: 20px;
  }
  .counter-up{
    padding: 30px 20px 0 20px;
  }
}
/* Neos CSS END */







/* Solutii START */
.solutii {
   background: #000;
    color: var(--alb);
    width: 100%;
}

.SolutiiHeader h4 {
    display: flex;
    justify-content: center;
    padding: 1em;
    font-size: 2.5em;
    color: var(--portocaliu);
}

@media screen and (max-width: 1100px) {
    .SolutiiButtons {
display: grid;
grid-template-columns: repeat(1,1fr) !important;
grid-gap: 2em;
    padding-left: 2em;
    padding-right: 2em;

}
}


.SolutiiButtons {
display: grid;
grid-template-columns: repeat(2,1fr);
grid-gap: 2em;
    padding-left: 2em;
    padding-right: 2em;

}

.SolutiiButton {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 6em;
    padding-bottom: 6em;
    cursor: pointer;
}

.SolutiiButton h4 {
    display: flex;
    justify-content: center;
    font-size: 2em;
}

.SmartLighting {
    background: url(../Media/SmartCity.png) no-repeat center;
    background-size: cover;
}

.ComingSoon {
    background: url(../Media/sunrise3.png) no-repeat center;
    background-size: cover;
}


.AltEnergy {
    background: url(../Media/panouri_solare_2.png) no-repeat center;
    background-size: cover;
}

.AltMesina {
    background: url(../Media/Discover_mesina.png) no-repeat;
    background-size: cover;
}

.AltMesina h4 {
    color: rgba(255, 255, 255, 0);


}
/* Solutii END */


/* SmartLighting START */

.SmartLightingSection {
    color: var(--alb);
    background: #000;
}


.NeosIntro1Text b {
   color: #FFFFFF;
    font-size: 1.5em;
    padding: .1em;
/*text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, var(--indigo) 0px 0px 20px, var(--indigo) 0px 0px 30px, var(--indigo) 0px 0px 40px, var(--indigo) 0px 0px 50px, var(--indigo) 0px 0px 75px opacity; */


}

.MesinaText {
    font-size: 1.8em;
    text-align: justify;
    padding-left: 2em;
    padding-right: 2em;
}

@media screen and (max-width: 1100px) {
    .SmartLightingHeader {
    padding-top: 2em;
    padding-bottom: 2em;
}
    
    
.MesinaText {
    font-size: 1.5em;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
}

    
      .NeosIntro1 {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    
}
    .NeosIntro1Text p {
    text-align: center !important;
        font-size: 1.2em !important;
        
}
    
    
}

@media screen and (min-width: 1280px) {
    .SmartLightingHeader {
    padding-top: 5em;
    padding-bottom: 5em;
}
    
    .NeosIntro1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1em;
    padding-left: 1em;
    padding-right: 1em;
    
    
}

    #EnergieAlternativa img {
        margin-bottom: -12em;   /* Reduces space between alteng and messina */
    }
    
    .AltEngImg img {
    
    transform: scale(0.7) !important;
    
    
}
    
}



.SmartLightingHeader h4{
    color: var(--portocaliu);
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.NeosImageContainer img {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}





.NeosIntro1Text p {
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
}

.alt-neos {
    padding-bottom: 2em;
}

/* SmartLighting END */


.EnergieAlternativa {
    color: var(--alb);
    background: #000;
    
}

.EnergieAlternativa p {
    text-align: justify;
    font-size: 1.6em !important;
}

.EnergieAlternativaHeader h4 {
    color: var(--alb);
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    padding-top: 1em;
}



.EnergieAlternativaContainer {
    grid-template-columns: repeat(2,1fr);
    
}

.AltEngImg img {
    display: block;
    width: 100%;
    transform: scale(1);
    
    
}


    
    .NeosIntro1Text h4 {
        font-size: 2.5em;
        text-align: center;
        color: var(--portocaliu);
        padding: 2em;
    }    
    
    
    
    .MesinaSection {
        background-color: #000;
        color: var(--alb);
    }    

    
    
    
    .MesinaSpecsContainer {
        background: var(--portocaliu);
        color: var(--alb);
    }
    
    
  
        .MesinaSpecsContainer {
            display: flex;
            justify-content: space-around;
            padding-top: 1em;
            padding-bottom: 1em;
        }  

        .MesinaSpecsContainerAlt {
            display: flex;
            justify-content: center;
            padding-top: 1em;
            padding-bottom: 1em;
            background: var(--portocaliu);
        color: var(--alb);
        } 


        
        .SpecsButton h4{
            font-size: 1.5em;
            cursor: pointer;
            margin-top: -.5em;
        
        }
    
.SpecsButton h4:hover {
    transition: all 500ms;
    color: #000;
   text-shadow: rgb(255, 255, 255) 1px 5px 9px;
    font-weight: bold;
}

.SpecsButton a {
    text-decoration: none;

}
    
    .MesinaHeader {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 5em;
        padding-bottom: 5em;
    }
    
@media screen and (max-width: 1280px) {
     .MesinaHeader img {
        max-width: 12em;
    }

}
    
  
    .MesinaSpecsHeader {
        display: flex;
        justify-content: center;
    }
    
    .MesinaSpecsHeader h4{
        text-align: center;
        font-size: 2.5em;
        padding-bottom: 1em;
        padding-top: 1em;
    }



.IsoGrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(1,1fr);
    grid-gap: 10em;
    padding-left: 20em;
    padding-right: 20em;
    padding-bottom: 2em;
    padding-top: 2em;
}

@media screen and (max-width: 1280px) {
  .IsoGrid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
      grid-template-rows: repeat(2,1fr);
      grid-gap: 1em;
 padding-left: 2em;
    padding-right: 2em;
}  
    
}


@media screen and (max-width: 700px) {
  .IsoGrid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
      grid-template-rows: repeat(2,1fr);
      grid-gap: .5em;
 padding-left: .5em;
    padding-right: .5em;
}  
    
}

.IsoBadge {
    display: block;
    border: ridge 2px var(--portocaliu);
    padding: 1em;
 
}

.IsoTop {
    display: flex;
    justify-content: center;
    color: var(--portocaliu);
    font-weight: bold;
    font-size: 2em;
}



.IsoBottom {
    display: flex;
    justify-content: center;
    color: var(--alb);
    font-size: 1.3em;
    padding-top: .5em;
} 

.anunt b {
    color: var(--portocaliu);
}

.linkedin {
    text-decoration: none;
    padding-left:none;
    padding-top: .5em;
    padding-bottom: .5em;
    color: var(--portocaliu);

}

.li i{
    color: var(--portocaliu);
}

.press {
    padding-bottom: 1em;
    border-top: solid 2px var(--portocaliu);
    border-bottom: solid 2px var(--portocaliu);
    margin-top: 2em;
}

.press h4 {
    text-align: center;
    font-size: 2em;
    border-bottom: solid 1px var(--alb);
    padding-bottom: .5em;
}


.justify {
    text-align: justify !importatnt;
}

.justify p {
     text-align: justify !importatnt;
}







/* Mesina specs page START */


.section-main-mesina{
      position: relative;
      width: 100%;
      min-height: 60vh;
      background-size: cover;
      background-position:center;
        background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(241,91,39,1) 100%);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 100px;
    }


@media screen and (max-width: 670px) {
    .section-main-mesina{
      position: relative;
      width: 100%;
      min-height: 40vh;
      background-size: cover;
      background-position:center;
        background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(241,91,39,1) 100%);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 100px;
    }
    
    .section-main-mesina img {
        margin-top: 12em !important;
    }
}



.mesina_intro_container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding-bottom: 2em;
}

@media screen and (max-width: 1600px) {
    
    .mesina_intro_container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

}

.mesina_image {
    display: flex;
    justify-content: center;
}

.mesina_image img {
    max-width: 40%;
    
}

@media screen and (max-width: 1000px) {
    .mesina_image img {
    width: 60%;
    
}
}


.mesina_description {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.mesina_description p {
    font-size: 1.5em;
}

.mesina_description h3 {
    text-align: center;
    font-size: 1.8em;
    color: var(--portocaliu);
    padding-bottom: 1em;
}

.mesina_description li{
    text-decoration: none;
    list-style: none;
    display: flex;
}

.mesina_description i {
    color: var(--portocaliu);
    font-size: 1.2em;
    padding-top: .3em;
    padding-right: .5em;
} 

.mesina_description b {
    color: var(--portocaliu);
}

. {
    text-align: center;
    color: var(--portocaliu);
}

.idsc {
    padding: 1em;
    text-align: center;
    
}

#MesinaIntro {
    padding-left: 1em;
    padding-right: 1em;
}



#DateTehnice {
    padding-left: 8em;
    padding-right: 8em;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 2em;
}

@media screen and (max-width: 1280px) {
   #DateTehnice {
    padding-left: 1em;
    padding-right: 1em;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0em;
} 
    
    .type2 {
    padding-left: 0em !important;
    padding-right: 0em !important;
    }
}

.type2 {
    padding-left: 8em;
    padding-right: 8em;
}


.TechCluster h3{
    font-size: 1.6em;
    border-bottom: 3px solid var(--portocaliu);
    margin-bottom: 1em;
    padding-bottom: .5em;
    padding-top: 2em;
    padding-left: 1em;
    
}

.ClusterElement {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 2px 	rgba(248,248,255, 0.4);
    padding-bottom: .3em;
    padding-top: .5em;
}

.ClusterElement p {
    font-size: 1.2em;
    padding-left: 1em;
    padding-right: 1em;
}

.ClusterElement b {
    color: var(--portocaliu);
}

.StaticSpec {
    color: var(--portocaliu);
    font-weight: 600;
}
/* Mesina specs page END */





#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--portocaliu);
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 30px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit{
  animation: edit-in 0.2s;
   animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  background: var(--portocaliu);
  right: 33px;
  bottom: 100px;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background: #3c80f6;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background: #ba68c8;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.nd5{
  background-image: url('https://lh3.googleusercontent.com/-X-aQXHatDQY/Uy86XLOyEdI/AAAAAAAAAF0/TBEZvkCnLVE/w140-h140-p/fb3a11ae-1fb4-4c31-b2b9-bf0cfa835c27');
  background-size: 100%;
  right: 40px;
  bottom: 300px;
  animation-delay: 0.08s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile{
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}


/* Mesina New Specs START */

.MesinaGlow {
     box-shadow: 0px 2px 8px 0px var(--alb);
    transition: all 500ms;
}

.MesinaGlow:hover {
     box-shadow: 0px 2px 8px 0px var(--portocaliu); 
}









.ISOGridContainer {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5em;
    padding-left: 5em;
    padding-right: 5em;
    color: var(--alb);
    background: #000;
}


@media (max-width : 1280px) {
  .ISOGridContainer {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    grid-gap: 5em;
      padding-left: 5em !important;
      padding-right: 5em !important;
      
}
}

@media (max-width : 1280px) {
  .ISOGridContainer {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    grid-gap: 5em;
      padding-left: 5em !important;
      padding-right: 5em !important;
      
}
}


@media (max-width : 800px) {
  .ISOGridContainer {
    display: grid;
    grid-template-columns: repeat(1,1fr) !important;
    grid-gap: 4em;
      padding-left: 4em !important;
      padding-right: 4em !important;
      
}
}


.ISOGridElement {
    border: solid 2px var(--portocaliu);
    padding-top: 1em;
    padding-bottom: 1em;
    
}