@font-face {
  font-family: ibmplexsans;
  src: url(../font/ibpmsans.ttf);
}

html {
  
}

body {
  font-family: ibmplexsans;
  background-color: transparent!important;
  background-image: url(../images/mainbackground.png);
  background-size: cover;
  position: center;
  background-repeat: no-repeat;
}


.logosetup {
  width: 50px;
  height: 42px;
}

.sethover a:hover {
  background-color: #515d9c!important;
  color:aliceblue!important;
  padding: 6px 8px;
  border-radius: 6px;

}

.textsetup {
  font-size: 1.5rem;
  color: #ffac1d;
}

.textsetupnav {
  font-size: 1.5rem;
  color: #515d9c!important;
}



/*---------------------- main ---------------------------*/
.padding-setup {
  height: 10vh;
}

#acasa {
  background-color: transparent!important;
  position: relative;
  height: 78vh;
  width: auto;
}


.leftcolumn {
  padding:0;
  vertical-align: middle;
}

.leftstar1 {
  max-width: 25%;
  margin-top: -150px;
  animation-name:star1;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  
}

.leftstar2 {
  max-width: 33%;
  margin-top: 250px;
  animation-name:star2;
  animation-duration: 7s;
  animation-fill-mode: forwards;

  
  
}

.leftstar3 {
  max-width: 40%;
  margin-top: 100px;
  animation-name:star3;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  
}

.rightstar1 {
  max-width: 25%;
  margin-top: -150px;
  animation-name:star4;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  

}

.rightstar2 {
  max-width: 35%;
  margin-top: 250px;
  animation-name:star5;
  animation-duration: 7s;
  animation-fill-mode: forwards;

  
}

.rightstar3 {
  max-width: 38%;
  margin-top: 100px;
  animation-name:star6;
  animation-duration: 8s;
  animation-fill-mode: forwards;
 
}


.desprenoi-setup {
  color: #ffac1d;
  padding-bottom: 20px;
  font-size: 2.6rem;
  animation-name: headername;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.desprenoi-setup__text {
  color: #515d9c!important;
  font-size: 1.4rem;
  padding-left: 0.4rem;
  text-align: center;
  animation-name: headertext;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.desprenoi-img_setup {
  max-width: 80%;
  height: auto;
  margin-left: 15%;
  animation-name: headerimage;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}



/*------------------------- contact -------------------------*/
.container_setup {
  height: 77vh;
 
}

.contactset {
  margin-top: 2rem;
    font-size: 2.2rem;
    padding: 2rem;
    text-align: center;
    color: #ffac1d;
}

.row_setup {
  margin-top: 2rem;
}

.span_setup {
  display:inline-block;
  color: #515d9c;
  font-weight: bold;
  display:flex;
  align-items:center;
  margin: 1rem 0;

}

.bi-telephone {
  font-size: 1.2rem;
}

.bi-geo-alt-fill {
  font-size: 1.2rem;
}

.map_setup {
  height: 20rem;
  width: auto;
}

#contact-right {
  margin-top: 1rem;
}

.form-control {
  margin: 2rem 0;
}

.btn-primary {
  font-size: 1rem;
  float:right;
}

/*------------------- oferta --------------------------*/
#acasaservicii {
  background-color: transparent!important;
  position: relative;
  height: 75vh;
  width: auto;
}

h4 {
  font-size: 1.5rem;
  padding: 2rem;
  text-align: center;
  font-weight: bold;
  color: #515d9c;
}

.img-servicii_setup {
  height: 2rem;
  width: auto;
}

.span-servicii_setup {
  padding-left: 5rem;
  display:inline-block;
  color: #515d9c;
  font-weight: bold;
  display:flex;
  align-items:center;
  margin: 1rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  margin:center;
}

.text-sercii_setup {
  width: 20rem;
  height: auto;
  margin-top: 1rem;
  margin-left:6rem;
  background-color: #515d9c!important;
  color:aliceblue!important;
  font-weight: bold;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  text-align:center;
  
  
}

/*---------------------   scoala de vara ---------------------*/
.padding-setup_scoalavara {
  height: 7vh;
}

.scoalavara_setup{
  height: 40rem;
  width: auto;
  display: block;
  margin: auto;
  transition:transform 0.25s ease
}

img.scoalavara_setup:hover{
  -webkit-transform:scale(1.2); /* or some other value */
    transform:scale(1.3);
}

img.scoalavara_setup:active{
  -webkit-transform:scale(1.2); /* or some other value */
    transform:scale(1.2);
}


/*------------------------  footer -----------------------*/


.footer-icon_setup {
  color: #515d9c;
  font-size: 2.3rem;
  text-align: center;
  animation-name:iconanim;
  animation-duration: 8s;
  animation-fill-mode: forwards;
 
}

.footersetup {
  /*display: inline-block;*/
  /*padding-left: 20px;*/
  color: #ffac1d;
  font-weight: bold;
  margin: 0;
  font-size: 1.2rem;
  animation-name:footeranim;
  animation-duration: 7s;
  animation-fill-mode: forwards;
}

.rocket-setup {
    height: 9rem;
    width: auto;
    padding-right: 1.5rem;
    animation-name: roket;
    /*animation-delay: 5s;*/
    animation-duration: 3s;
    animation-fill-mode:forwards;
    animation-iteration-count: 1;
  }

  .car-setup {
    height: 5rem;
    width: auto;
    padding-right: 1.5rem;
    animation-name: car;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }

.ball-setup {
  
    height: 6rem;
    width: auto;
    padding-right: 1rem;
    animation-name: ball;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.mafnify-setup{
  height: 5rem;
    width: auto;
    padding-right: 1rem;
    animation-name: mafnify;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    animation-iteration-count: 1;
}

.ruler-setup{
  height: 5rem;
  width: auto;
  padding-right: 1rem;
  animation-name:ruler;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.notes-setup {
  height: 7rem;
  width: auto;
  padding-right: 1rem;
  animation-name: notes;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

/*//------------------------------ KEYFRAMES -----------------------------------//*/

@keyframes headername{
  0%{ transform: translateX(-25rem);
    opacity: 0;
  }
  50% {
    transform: translateX(-15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
  }
}

@keyframes headertext{
  0%{ transform: translateX(-25rem);
    opacity: 0;
  }
  50% {
    transform: translateX(-15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
  }
}

@keyframes headerimage{
  0%{ transform: translateX(25rem);
    opacity: 0;
  }
  50% {
    transform: translateX(15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
  }
}

@keyframes star1{
  0%{ transform: translateX(-25rem);
    opacity: 0;
  }
  70% {
    transform: translateX(-15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
}
}

@keyframes star4{
  0%{ transform: translateX(25rem);
    opacity: 0;
  }
  70% {
    transform: translateX(15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
}
}

@keyframes star2{
  0%{ transform: translateX(-25rem);
    opacity: 0;
  }
  70% {
    transform: translateX(-15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
}
}

@keyframes star5{
  0%{ transform: translateX(25rem);
    opacity: 0;
  }
  70% {
    transform: translateX(15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
}
}


@keyframes star3{
  0%{ transform: translateX(-25rem);
    opacity: 0;
  }
  70% {
    transform: translateX(-15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
}
}

@keyframes star6{
  0%{ transform: translateX(25rem);
    opacity: 0;
  }
  70% {
    transform: translateX(15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
}
}


@keyframes roket{
  0%{ transform: translateY(-15rem);
      opacity: 0;
    }
  50% {
      transform: translateY(-15rem);
      opacity: 0; 
  }
  100%{ transform: translateY(0);
      
  }
}

@keyframes car{
  0%{ transform: translateX(-25rem);
    opacity: 0;
  }
  50% {
    transform: translateX(-15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
  }
 
}

@keyframes ball{
  0%{ transform: translateX(-25rem);
    opacity: 0;
  }
  10% {
    transform: rotate(0deg);
     
  }
  20% {
    transform: rotate(90deg);
  }

  30% {
    transform: rotate(180deg);
  }

  40% {
    transform: rotate(270deg);
  }

  50% {
    transform: rotate(360deg);
  }


  100%{ transform: translateX(0);
  }
}

@keyframes mafnify{
  0%{ transform: translateX(-25rem);
    opacity: 0;
  }
  10% {
    transform: rotate(0deg);
     
  }
  20% {
    transform: rotate(90deg);
  }

  30% {
    transform: rotate(180deg);
  }

  40% {
    transform: rotate(270deg);
  }

  50% {
    transform: rotate(360deg);
  }


  100%{ transform: translateX(0);
  }
}

@keyframes ruler{
  0%{ transform: translateX(25rem);
    opacity: 0;
  }
  50% {
    transform: translateX(15rem);
    opacity: 0; 
  }
  100%{ transform: translateX(0);
  }
}

@keyframes notes{
  0%{ transform: translateY(-15rem);
    opacity: 0;
  }
50% {
    transform: translateY(-15rem);
    opacity: 0; 
}
100%{ transform: translateY(0);
    }
}

@keyframes iconanim{
  0% { 
    opacity: 0;
  }

96% {
  opacity: 0;
}
98% {
  opacity: 0.7;
}
100%{ 
  opacity: 1;
    }
}

@keyframes footeranim{
 
    0% { 
        opacity: 0;
      }
    
    96% {
      opacity: 0;
    }
    98% {
      opacity: 0.7;
    }
    100%{ 
      opacity: 1;
        }
  }

/*-------------------------- media queries ------------------------*/

@media (max-width: 640px) {

html {
   /*position: relative;
   margin: 0;*/
   width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    
  }

body {
  
  /*border: 1px solid red;*/
 
  width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  
}

#acasa {

  height: 40rem;
  width: auto;
  /*border: 1px solid green;*/
  margin: 0;
}

.desprenoi-setup{
  font-size: 1.5rem;
  padding-top: 1.5rem;
  font-weight: bold;
}


.footersetup {
  /*display: inline-block;*/
  /*padding-left: 20px;*/
  color: #ffac1d;
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
  animation-name:footeranim;
  animation-duration: 6s;
  animation-fill-mode: forwards;
}

.footer-icon_setup {
  color: #515d9c;
  font-size: 2rem;
  text-align: center;
  animation-name:iconanim;
  animation-duration: 7s;
  animation-fill-mode: forwards;
 
}

.roketcarball{
  display: none;
}

.icontel{
  margin-top:0.2rem;
}

.magnote{
  margin-top:1rem;
}


/* servicii */
.img-servicii_setup {
  height: 2rem;
  margin-left: -3rem;
  font-size: 0.7rem;
  width: auto;
}

}