/* author: Eftimie Vlad
   version: 1.0
*/
body {
  font-size: 14px;
  margin: 0;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}


.tehnologies {
    display: inline-block;
    line-height: 1.8em;
    width: 40vw;
    margin-right: 0em;
    margin-left: 9em;
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.menu ul li {
    position: relative;
  padding-right: 1.5em;
}

.menu ul li a {
  text-decoration: none;
  font-size: 1em;
  line-height: 3em;
  color: rgba(164, 173, 201, 0.92);
  
}

.mobile {
  display: none;
}

.home {
    background-image: url(../image/final%20art.png);
    background-size: cover;
  
  padding: 20em 0 20em 0;

}

.home .title {
  text-align: center;
  font-size: 5em;
  color: #27a000;
}

.home .sub-title {
  text-align: center;
  font-size: 3em;
  color: #27a000;
}

.home .start-now {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #27a000;
  padding: 1em 4em;
  font-size: 2em;
  margin: 0 auto;
  display: block;
  font-weight: 700;
}

.image-text {
  padding: 1em;
  margin-top: 5em;
  display: flex;
  justify-content: space-between;
}

.image-text div h1 {
  font-size: 3em;
}

.image-text div p {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1.4em;
}

.image-text img {
  max-width: 500px;
}

.image-text.image-right img {
  float: right;
}

.image-text.image-left img {
  float: left;
}

.grey-section {
  background-color: #e0e0e0;
}

.grey-section h1 {
  text-align: center;
  font-size: 4em;
}

.grey-section h3 {
  text-align: center;
  font-size: 2.5em;
}

.grey-section ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}

.grey-section .big-image {
  width: 100%;
}

.category img {
  background-color: #fff;
  border-radius: 50%;
  padding: 3em;
}

.category p {
  text-align: center;
  font-size: 1.5em;
}

.page-title {
  display: block;
  text-align: center;
  font-size: 3em;
}

.border-top-bottom {
 /* border: 2px none #000;
  border-bottom-style: solid;*/
}

footer {
  display: flex;
  justify-content: space-around;
  background-color: rgba(18, 18, 21, 0.72);
  padding: 2em 0;
  font-size: 2em;
}

footer div a {
  display: block;
  
  margin-top: 10px;
}

footer div a span {
  color: #fff;
}

.footer-icon {
  color: #37a000;
  margin-right: 1em;
}
  

@media screen and (max-width: 1280px) {

    
    
  .menu ul {
    justify-content: flex-end;
  }
    .home {
    background-image: url(../image/final%20art.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 13em 0 14em 0;
    }
}
@media screen and (max-width: 800px) {
  .menu ul {
    justify-content: flex-end;
  }
    .home {
    background-image: url(../image/final%20art.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 13em 0 14em 0;
    }
}
@media screen and (max-width: 800px) {
    .languageSellector {
    margin-left: 5em;
    font-size: 3em;
    }
    .contactContainer .contactInputButton {
    width: 18em;
    }
    .contactContainer .mobileApplication {
    width: 18em; 
    }
    .contactContainer .webApplication {
    width: 18em; 
    }
    .contactContainer .contactInputText{
    width: 13em;
    }
    footer div a {  
    
    font-size: 1em;
    margin-top: 0px;
    }
    .home .sub-title {
    text-align: center;
    font-size: 2em;
    color: #27a000;
}
    .home .title {
    text-align: center;
    font-size: 3em;
    color: #27a000;
}
    .home .start-now {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #27a000;
    padding: 1em 2em;
    font-size: 2em;
    margin: 0 auto;
    display: block;
    font-weight: 700;
}

    .home {
    margin-top: 7em;
    background-image: url(../image/final%20art%20450.png);
    background-size: contain;
    background-repeat: no-repeat;
    }
  body {
    font-size: 12px;
    overflow-x: hidden;
  }
  .mobile {
    display: block;
    height: 63px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }
  .mobile .icon {
    position: absolute;
    right: 0;
    margin: 19px 15px 0 0;
  }
  .mobile .icon span:nth-child(1) {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #000;
    margin-bottom: 5px;
  }
    footer div span{
        display: inline-block;
    }
    footer div:nth-of-type(1) a:nth-of-type(2) span:nth-of-type(2){
        display: inline-block;
    }
    footer div:nth-of-type(2) a:nth-of-type(1) span:nth-of-type(2){
        display: inline-block;
    }
  .mobile .icon span:nth-child(2) {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #000;
    margin-bottom: 5px;
  }
  .mobile .icon span:nth-child(3) {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #000;
  }
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 99;
      -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
    .logo {
    height: 3.5em;
    position: absolute;
    left: 30px;
        top: 10px;
    }
    .menu .logo {
    display: none;
  }
  .menu ul {
    padding-top: 5em;
    display: block;
    background: #000;
    height: 100%;
  }
  .menu ul li {
    padding: 0;
  }
  .menu ul li a {
      
    color: white;
    font-size: 3em;
    text-align: center;
    display: block;
  }

  .with-sidebar .menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .site-cache {
    display: none;
    transition: background 0.5s ease-in;
  }
  .with-sidebar .site-cache {
    display: block;
    position: FIXED;
    width: 50%;
    height: 100%;
    background-color: rgba(160, 158, 158, 0.24);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
  }
  .image-text {
    margin-top: 1em;
}
  .image-text img {
    float: none !important;
    margin: 0 auto;
    display: block;
    height: 250px;
    margin-top: 1em;
  }
  .grey-section ul {
      display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
  }
  .grey-section ul li {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .grey-section ul li img {
    margin: 0 auto;
    display: block;
  }
  footer {
    display: block;
    padding: 2em;
    font-size: 1em;
  }
    
}
@media screen and (max-width: 700px) {
    .languageSellector {
        margin-left: 5em;
        font-size: 15px;
    }
    .contactContainer .contactInputButton {
    width: 18em;
    }
    .contactContainer .mobileApplication {
    width: 18em; 
    }
    .contactContainer .webApplication {
    width: 18em; 
    }
    .contactContainer .contactInputText{
    width: 13em;
    }
    footer div a {  
    
    font-size: 1em;
    margin-top: 0px;
    }
    .home .sub-title {
    text-align: center;
    font-size: 2em;
    color: #27a000;
}
    .home .title {
    text-align: center;
    font-size: 3em;
    color: #27a000;
}
    .home .start-now {
    background-color: #ebe9ea;
    border: 2px solid #ffffff;
    color: #27a000;
    padding: 1em 2em;
    font-size: 2em;
    margin: 0 auto;
    display: block;
    font-weight: 700;
}

    .home {
    margin-top: 7em;
    background-image: url(../image/final%20art%20450.png);
    background-size: contain;
    padding: 20em 0 1em 0;
    background-repeat: no-repeat;
    }
  body {
    font-size: 12px;
    overflow-x: hidden;
  }
  .mobile {
    display: block;
    height: 63px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }
  .mobile .icon {
    position: absolute;
    right: 0;
    margin: 19px 15px 0 0;
  }
  .mobile .icon span:nth-child(1) {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #000;
    margin-bottom: 5px;
  }
    footer div span{
        display: inline-block;
    }
    footer div:nth-of-type(1) a:nth-of-type(2) span:nth-of-type(2){
        display: inline-block;
    }
    footer div:nth-of-type(2) a:nth-of-type(1) span:nth-of-type(2){
        display: inline-block;
    }
  .mobile .icon span:nth-child(2) {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #000;
    margin-bottom: 5px;
  }
  .mobile .icon span:nth-child(3) {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #000;
  }
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 99;
      -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
    .logo {
    height: 3.5em;
    position: absolute;
    left: 30px;
        top: 10px;
    }
    .menu .logo {
    display: none;
  }
  .menu ul {
    padding-top: 5em;
    display: block;
    background: #000;
    height: 100%;
  }
  .menu ul li {
    padding: 0;
  }
  .menu ul li a {
      
    color: white;
    font-size: 1.5em;
    text-align: center;
    display: block;
  }

  .with-sidebar .menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .site-cache {
    display: none;
    transition: background 0.5s ease-in;
  }
  .with-sidebar .site-cache {
    display: block;
    position: FIXED;
    width: 50%;
    height: 100%;
    background-color: rgba(160, 158, 158, 0.24);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
  }
  .image-text {
    margin-top: 1em;
}
  .image-text img {
    float: none !important;
    margin: 0 auto;
    display: block;
    height: 250px;
    margin-top: 1em;
  }
  .grey-section ul {
      display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
  }
  .grey-section ul li {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .grey-section ul li img {
    margin: 0 auto;
    display: block;
  }
  footer {
    display: block;
    padding: 2em;
    font-size: 1em;
  }
    
}


#Technologies {
    background-color: #e0e0e0;
    color: black;
    padding-bottom: 3em;
}

.tehnologiescontianer {
    margin: 0 auto;
}

.litehnologiescontainer {
    display: block;
    border-bottom: 1px solid #27a000;
}

.mobileApplication {
    margin: 10px;
    width: 75%;
    text-align-last: center;
    font-size: 1em;
    padding: 20px;
}

.webApplication {
        margin: 10px;
        width: 75%;
    text-align-last: center;
    font-size: 1em;
    padding: 20px;
}

#contactForm {
  
  display: block;
  
  margin-left: 20%;
}

.contactInputText {
    margin: 10px;
    width: 69%;
    padding: 20px;
}

.contactContainer {
max-width: 1100px;
  margin: 0 auto;
}

.contactInputButton {
    margin: 10px;
    margin-bottom: 3em;
    width: 75%;
    height: 50px;
    text-align: center;
    font-size: 1em;
    border: none;
    background-color: #008338;
}

#icontoggle {
        padding-right: 1em;
    float: right;
    color: #27a000;
}

.texttoggle {
        display: none;
}

.menu-buttons:hover {    
        color: #37a000;   
}

.vertical-line {
        margin-top: 20px;
    color: #e0e0e0;
    background-color: #e0e0e0;
    height: 1px;
}
.nav-up {
    top: -50px;
    
}

.nav-down {
    width: 100%;
    background-color: white;
    position: fixed;
    
}
.selected {
    color:#3eff00 !important;
}


.desktop {
    position: fixed;
    width: 100%;
    background-color: white;
}
.menu ul li a:hover:before, .menu ul li a:focus:before, .menu ul li a:active:before {
  visibility: visible;
  transform: scaleX(1);
}

.menu ul li a:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 3px;
    bottom: 2px;
    left: 0;
    z-index: 1;
    background: #3eff00 ;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .1s linear;
}

.problem {
    color: white;
    display: -webkit-inline-box;
}




.languageSellector {
    background: transparent;
    margin-top: 0.8em;
    border: none;
    color: rgba(164, 173, 201, 0.92);
}
