body {
  background-image: linear-gradient(
    250deg,
    hsl(198deg 73% 78%) 0%,
    hsl(198deg 73% 81%) 2%,
    hsl(198deg 73% 84%) 5%,
    hsl(198deg 73% 87%) 8%,
    hsl(199deg 72% 89%) 11%,
    hsl(199deg 72% 92%) 15%,
    hsl(199deg 72% 95%) 20%,
    hsl(199deg 72% 97%) 26%,
    hsl(0deg 0% 100%) 32%,
    hsl(300deg 100% 100%) 39%,
    hsl(300deg 100% 100%) 47%,
    hsl(300deg 100% 100%) 56%,
    hsl(300deg 100% 100%) 65%,
    hsl(300deg 100% 100%) 75%,
    hsl(300deg 100% 100%) 84%,
    hsl(300deg 100% 100%) 93%,
    hsl(0deg 0% 100%) 100%
  );
  font-family: "Poppins", sans-serif;
  margin: 0;
  word-wrap: break-word;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}





.hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  font-size: 20px;
}

.contact--container {
  height:100%;
  width: 100%;
  display:flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
}

.contact--left {
  display:flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
  gap:20px;
  margin:80px;
}

.contact--left--title {
    
}

.contact--left--title h2 {
  font-weight: 600;
  color:#1799D0;
  font-size:40px;
  margin-bottom:5px;
}

.contact--left--title hr {
  border:none;
  width:120px;
  height:5px;
  background-color:#1799D0;
  border-radius:10px;
  margin-bottom:20px;
}

.contact--inputs {
  width:400px;
  height:50px;
  border:none;
  border-radius: 50px;
  outline:none;
  padding-left:25px;
  font-weight:500;
  color:black;
  box-shadow:5px 20px 20px rgba(0,0,0,0.1);
background: rgb(74,206,226);
background: linear-gradient(45deg, rgba(74,206,226,1) 0%, rgba(255,255,255,0.8968837535014006) 75%);

}

.contact--left textarea {
  height:140px;
  padding-top:15px;
  border-radius:20px;
}

.contact--inputs:focus {
  border:1px solid #1799D0;
}

.contact--inputs::placeholder {
  color:#555555;
}

.contact--left button{
  display:flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  gap:10px;
  border:none;
  border-radius: 50px;
  background-color: #000f1a;
  cursor:pointer;

}

.contact--right {
  display:flex;
  height:100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}


.contact--right button{
  margin:10px;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width:260px;
  padding: 15px 30px;
  font-size: 16px;
  color: black;
  gap:10px;
  border:none;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow:5px 20px 20px rgba(0,0,0,0.1);
  cursor:pointer;

}


.socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:auto;
  margin-bottom:15px;

}


.svg1 {
  position: relative;
  display: flex;
  height:17px;
  padding: 5px;
}

.svg2 {
  position: relative;
  display: flex;
  height:17px;
  padding: 5px;
}

.svg3{
  position: relative;
  display: flex;
  height:17px;
  padding: 5px;
}

.nav--contact {
  z-index: 5;
  position:fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top:2px;
  left:10px;
  width:50%;
  height:20px;
  font-size:15px;


}



.social {
  position:fixed;
  bottom:10px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.social .icon {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  flex-direction: column;
  position:relative;
  z-index:999;
}

.social .icon span {
  height:60px;
  width:60px;
  display:block;
  background:#fff;
  border-radius:50%;
  text-align: center;
  box-shadow:0 10px 10px rgba(0,0,0,0.1);
}

.social .icon span i {
  position: relative;
  z-index: 999;
  font-size:30px;
  line-height:60px;
}

.social .icon .tooltip{
  position:absolute;
  top:-90px;
  background:#fff;
  font-size:17px;
  padding: 10px 18px;
  border-radius:25px; 
  box-shadow:0 10px 10px rgba(0,0,0,0.1);
  opacity:0;
  pointer-events: none;

}

.social .icon:hover .tooltip{
opacity: 1;
pointer-events:auto;

}

.social .icon .tooltip:before {
  position:absolute;
  content:"";
  height:15px;
  width:15px;
  bottom:-8px;
  left:50%;
  transform:translateX(-50%) rotate(45deg);


}


/* ------>>>>>  LOADER <<<<<<------- */

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 999;
}

.loading-logo {
  height: 170px;
  padding-left: 80px;
}

.loader--hidden {
  opacity: 0;
  visibility: hidden;
}

.loading-gif {
  height: 120px;
}

.loader::after {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url(icons/sewing-machine.gif) no-repeat;
}
/* ------------------------------------------------ */

/* ------>>>>>> NAVBAR pentru MOBIL si TABLETA <<<<<-------- */

.menu--mobile {
  display: none;
}

.logo--icon {
  display: none;
}

.logo--mobile {
  display: none;
}

.navbar--mobile {
  display: none;
}

/* ----------------- <<<<<<<<<<<<<<<<>>>>>>>>>>>>>>> ------------- */

.navbar--web {
  z-index: 4;
  width: 100%;
  top:20px;
  left:0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: none;
  transition: 0.4s;
  height: 70px;
  padding: 7px 10px;
}





.navbar--web li a.home {
  color: #2385d0;
}

.navbar--web li a.home::after {
  content: "";
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #2385d0;
  bottom: 0;
  left: 0;
  transform: scale(0.5, 1);
}

.navbar--web li {
  display: flex;
  justify-content: space-between;
  text-decoration-style: none;
}

.stuck {
  top:0;
  z-index: 4;
  background: rgb(255, 255, 255);
   padding: 0px 10px;
  box-shadow: 0px 14px 15px -3px rgba(0,0,0,0.1);
}

.dissapear {
  display:none;
}

.space {
  display:flex;
  width:100%;
  justify-content: center;
}

.navbar--web ul {
  display: flex;
  width:600px;
  list-style-type: none;
  font-size: 15px;
}

.navbar--web li a {
  color: #555555;
  text-decoration: none;
  margin: 0 15px;
  position: relative;
}

.navbar--web li a:hover {
  color: #2385d0;
  transition: 0.6s;
}

.navbar--web li a::after {
  content: "";
  position: absolute;
  height: 0.175rem;
  width: 100%;
  background: #2385d0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.6s ease;
}

.navbar--web li a:hover::after {
  transform: scale(1, 1);
}

.logo {
  height: 80px;
}

.hero--wrapper {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding:10px;
  height: auto;
  width: 80%;
  animation: slideUp 1.6s ease;
}

.slide-up {
  animation: slideUp 1.6s ease;
}

.hero--wrapper p {
  font-size: 24px;
}

.media--buttons {
  display: flex;
  justify-content: space-around;
}

.test--1 {
  display:flex;
  height: 600px;
}

.btn--one {
  z-index: 3;
  background: #000f1a;
  color: white;
  border-radius: 40px;
  border: 0px solid #000;
  padding: 12px 20px;
  min-width: 150px;
  cursor: pointer;
  padding: 10px;
  margin: 20px;
  transition: color 0.4s linear;
  box-shadow: 4.5px 4.5px 4px rgba(0, 0, 0, 0.049),
    12.5px 12.5px 11.1px rgba(0, 0, 0, 0.07),
    30.1px 30.1px 26.8px rgba(0, 0, 0, 0.091),
    100px 100px 89px rgba(0, 0, 0, 0.14);
}

.btn--two {
  z-index: 3;
  background-color: #000f1a;
  color: #fff;
  border-radius: 40px;
  border: 0px solid #000;
  padding: 12px 20px;
  min-width: 125px;
  margin: 10px;
  cursor: pointer;
  box-shadow: 4.5px 4.5px 4px rgba(0, 0, 0, 0.049),
    12.5px 12.5px 11.1px rgba(0, 0, 0, 0.07),
    30.1px 30.1px 26.8px rgba(0, 0, 0, 0.091),
    100px 100px 89px rgba(0, 0, 0, 0.14);
}

.btn--three {
  z-index: 3;
  background-color:#4acee2;
  color: #fff;
  border-radius: 40px;
  border: 0px solid #000;
  padding: 12px 20px;
  min-width: 125px;
  margin: 10px;
  cursor: pointer;
  box-shadow: 4.5px 4.5px 4px rgba(0, 0, 0, 0.049),
    12.5px 12.5px 11.1px rgba(0, 0, 0, 0.07),
    30.1px 30.1px 26.8px rgba(0, 0, 0, 0.091),
    100px 100px 89px rgba(0, 0, 0, 0.14);
}
/*
.btn--one:hover {
  color: #ea0e4b;
  background-color: #f983a4;
  transition: 0.6s;
}

.btn--two:hover {
  color: white;
  background-color: #ea0e4b;
  transition: 0.6s;
}

*/

.hero--info {
  display:flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  text-wrap: wrap;
  width:70%;
  font-size: 16px;
 
  
}



h1 {
  font-size: 40px;
}

#typewriter {
  color : #1799D0;
}

#cursor {
  color : #1799D0;
  animation : blink 1s linear infinite;

}



@keyframes blink {
  0% {
    opacity: 100%;
  }
  50% {
    opacity:0%;
  }
}

.container {
  display:flex;
  width:60%;
}

.one--info {
  font-size : 25px;
}

.vacuum {
  position: relative;
  display: flex;
  height:460px;
  animation: animatex 2.5s alternate infinite;
}



.services--section h1 {
  font-size: 26px;
}




.info--section {
  background: none;
  width:auto;
  height:50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-wrap:wrap;
}

.info--section h1 {
  font-size: 26px;
}

.class--line {
  color: #4acee2;
  width:60px;
  border-top: 4px solid #4acee2;
}

.class--line3 {
  color: #6a7588;
  width:100%;
  border-top: 2px solid #6a7588;
}



.class--text {
  color: #4acee2;
}

.info--wrapper {
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-wrap: wrap;
  background-color: none;
}

.services--section {
  background: none;
  width: 100%;
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  text-wrap:wrap;
}

.wrapper--services {
  
    height:auto;
    width:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-wrap: wrap;
   
  }

  .wrapper--appartments {
     display:flex;
     flex-wrap:wrap;
     justify-content: space-around;
     flex-direction:column;
     height:1200px;
     width:500px;
     align-items:center;
     text-align: center;
     text-wrap:wrap;
     padding: 10px;
  }

  .card--wrapper {
    width:400px;
    position:relative;
  }

  .banner {
    height:80px;
  }

  .wrapper--info {
    display:flex;
    flex-wrap: wrap;
    flex-direction:column;
    height:1100px;
    width:350px;
    align-items:center;
    text-align: center;
    text-wrap:wrap;
    padding: 10px;
    background-color:#f6f6f6;
 }

 .curatenie--domiciliu {
  display:flex;
  height:100%;
  flex-direction: column;
  text-wrap: wrap;
  align-items: center;

 }

 .curatenie {
  display:flex;
  height:100%;
  justify-content: space-between;
  flex-direction:column;
  text-wrap:wrap;
  text-align: center;
 }

 .curatenie--domiciliu h4 {
  font-size: 14px;
 }


 .card--one {
  display:flex;
  flex-wrap: wrap;
  margin:auto;
  flex-direction: column;
  justify-content: center;
  height:320px;
  width:420px;
  text-wrap:wrap;
  align-items:center;
 }

 .price {
  color:#4acee2;

 }

 .content {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:white;
  opacity:0;
 }

 .content--block {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:white;
  opacity:1;
 }

 .content > *{
  transform:translateY(25px);
  transition: transform 0.6s;
 }

 .content:hover > *{
  transform:translateY(0px);
 }

 .content:hover {
  opacity:1;
  color:#000f1a;
  background-color: #f6f6f6;
  box-shadow: #000f1a;
  width:420px;
 }

 .content h3 {
  font-size: 22px;
 }

 .content span {
  font-size: 18px;
 }

 
 .card--two {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  height:220px;
  width:300px;
  text-wrap:wrap;
  align-items:center;
  background-color: white;
 }

 
 .card--three {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  height:220px;
  width:300px;
  text-wrap:wrap;
  align-items:center;
  background-color: white;
 }

 
 .card--four {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  height:220px;
  width:300px;
  text-wrap:wrap;
  align-items:center;
  background-color: white;
 }

 




.info--header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 20%;
  width: 100%;
  color: white;
  background-color: none;
}

.contact--header {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 20%;
  width: 100%;
  color: white;
  background-color: none;
}

.info--header span {
  font-size: 84px;
  color: #2e374d;
}

.info--header span b {
  font-size: 104px;
  color: #006cc4;
}

.contact--header span {
  font-size: 64px;
  color: #2e374d;
}

.contact--header span b {
  font-size: 84px;
  color: #006cc4;
}

.box--container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  height: 600px;
  padding: 10px;
  background-color: none;
 
}

.box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 350px;
  height: 500px;
  color: #1c1d25;
  padding: 15px;
  opacity: 0;
  background-color: #ffffff;
  box-shadow: 4.5px 4.5px 4px rgba(0, 0, 0, 0.049),
    12.5px 12.5px 11.1px rgba(0, 0, 0, 0.07),
    30.1px 30.1px 26.8px rgba(0, 0, 0, 0.091),
    100px 100px 89px rgba(0, 0, 0, 0.14);
}

.gif--house {
  height:80px;
}

.gif--building {
  height:80px;
}

.gif--bricks {
  height:80px;
}

.box h3 {
  font-size: 30px;
  
}

.box p {
  font-size: 24px;
  color: #1c1d25;

}

.box span {
  transition: 0.2s;
}

a {
  text-decoration: none;
}


.section--despre_noi {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #ededed;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #1c1d25;
}

.contact--wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #ededed;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.facebook--contact {
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 350px;
  height: 250px;
  background: #f4f4f4;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 10px;
}

.contact--wrapper span {
  font-size: 24px;
}

.heart {
 padding: 10px;
 height: 30px;
}

.btn--facebook {
  z-index: 3;
  background: none;
  color: #1c1d25;
  border-radius: 40px;
  border: 2px solid #1c1d25;
  padding: 12px 20px;
  min-width: 100px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  box-shadow: 4.5px 4.5px 4px rgba(0, 0, 0, 0.049),
    12.5px 12.5px 11.1px rgba(0, 0, 0, 0.07),
    30.1px 30.1px 26.8px rgba(0, 0, 0, 0.091),
    100px 100px 89px rgba(0, 0, 0, 0.14);
}

.btn--facebook:hover {
  color: #fff;
  background-color: #1c1d25;
  transition: 0.6s;
}

.phone--contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 350px;
  height: 250px;
  background: #f4f4f4;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 10px;
}

.btn--phone {
  z-index: 3;
  background: none;
  color: #1c1d25;
  border-radius: 40px;
  border: 2px solid #1c1d25;
  padding: 12px 20px;
  min-width: 100px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  box-shadow: 4.5px 4.5px 4px rgba(0, 0, 0, 0.049),
    12.5px 12.5px 11.1px rgba(0, 0, 0, 0.07),
    30.1px 30.1px 26.8px rgba(0, 0, 0, 0.091),
    100px 100px 89px rgba(0, 0, 0, 0.14);
}

.btn--phone:hover {
  color: #fff;
  background-color: #1c1d25;
  transition: 0.6s;
}

.wapp--contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 350px;
  height: 250px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 10px;
  background: #f4f4f4;
}

.btn--wapp {
  z-index: 3;
  background: none;
  color: #1c1d25;
  border-radius: 40px;
  border: 2px solid #1c1d25;
  padding: 12px 20px;
  min-width: 100px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  box-shadow: 4.5px 4.5px 4px rgba(0, 0, 0, 0.049),
    12.5px 12.5px 11.1px rgba(0, 0, 0, 0.07),
    30.1px 30.1px 26.8px rgba(0, 0, 0, 0.091),
    100px 100px 89px rgba(0, 0, 0, 0.14);
}

.btn--wapp:hover {
  color: #fff;
  background-color: #1c1d25;
  transition: 0.6s;
}

.info-logo {
  padding-left: 40px;
  height: 100px;
}

.road--map {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 375px;
  width: 100%;
}

.iframe {
  display: flex;
  height: 400px;
  width: 100%;
}

.custom-shape-divider-bottom-1684165189 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1684165189 svg {
  position: relative;
  display: block;
  width: calc(280% + 1.3px);
  height: 227px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1684165189 .shape-fill {
  fill: #ea0e4b;
}

.custom-shape-divider-top-1684434658 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1684434658 svg {
  position: relative;
  display: block;
  width: calc(271% + 1.3px);
  height: 224px;
}

.custom-shape-divider-top-1684434658 .shape-fill {
  opacity: 0.3;
  fill: #fff;
}

h2 {
  font-size: 70px;
  color: #555555;
}

.footer-container {
  display: flex;
  flex-wrap:wrap;
  width:100%;
  height:400px;
  justify-content: space-around;
  background-color: #1c1d25;
  text-align: center;
  align-items: center;
}

.footer--one {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
  align-items: center;
  justify-content: space-around;
  text-wrap:wrap;
  color:#fff;
}

.footer--two {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
  align-items: center;
  justify-content: center;
  text-wrap:wrap;
  color:#fff;
}


.footer--two img {
  height:40px;
  padding: 10px;
}

.footer--three {
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  width:100%;
  align-items: center;
  justify-content: center;
  text-wrap:wrap;
  color:#fff;
}

.footer--three span {
  font-size:14px;
  color:#b6b6b6;
}

.class--line4 {
  color: #b6b6b6;
  width:80%;
  border-top: 1px solid #b6b6b6;
}


.footer--despre {
  display:flex;
  width:300px;
  flex-direction: column;
  text-wrap:wrap;
  text-align: left;
}

.footer--despre h4 {
  font-size:16px;
  color:#fff;
}

.footer--despre span {
  font-size:14px;
  color:#b6b6b6;
}

.footer--servicii {
  display:flex;
  width:300px;
  flex-direction: column;
  text-wrap:wrap;
  text-align: left;
}

.footer--servicii h4 {
  font-size:16px;
  color:#fff;
}

.footer--servicii span {
  font-size:14px;
  color:#b6b6b6;
}


.footer--contact {
  display:flex;
  width:300px;
  flex-direction: column;
  text-wrap:wrap;
  text-align: left;
}

.footer--contact h4 {
  font-size:16px;
  color:#fff;
}

.footer--contact span {
  font-size:14px;
  color:#b6b6b6;
}




/* ----->>>>> BUTOANE PRINCIPALE NAVBAR WEB <<<<<----- */

/* -------->>>>>> KEY Frame-uri <<<<<<------- */

@keyframes slideUp {
  0% {
    transform: translateY(250px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animatex {
  from {
    bottom: 0px;
  }
  to {
    bottom: 30px;
  }
}

/* ------>>>>>> RESPONSIVE DESIGN (Tableta si mobil) <<<<<<------ */

@media only screen and (max-width: 1336px) {

  body {
    background-color: #fff;
    background-image: none;
  }

  .footer-container {
    height:auto;
  }

  .hero {
  
    position: relative;
    background: none;
    background-color: #fff;
  }

  .vacuum {
    height: 380px;
  }

  .hero--info {
    font-size: 13px;
  }

  .hero--info h1{
    font-size: 25px;
  }

  .btn--one {
    min-width: 100px;
  }

  .nav--contact {
    width: 100%;
  }

  .navbar--mobile {
    background-color: #ffffff;
    display: flex;
    position: fixed;
    justify-content: center;
    text-align: center;
    align-items: center;
    top:0;
    height: 100%;
    width: 100%;
    padding: 18px 0px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 10;
    transition: 0.6s;
  }

  .close--btn {
    top:20px;
    right:20px;
    position: absolute;
    height: 28px;
  }

  .navbar--mobile ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: none;
    padding-right:40px;
   
  }

  .navbar--mobile li {
    text-decoration-style: none;
  }

  .navbar--mobile li a {
    color: #555555;
    text-decoration: none;
    font-size: 30px;
    padding:10px;
  }

  .navbar--mobile li a.home {
    color: #2385d0;
  }



  .hidden--mobile {
  top: -1000px;
    box-shadow: none;
  }

  .overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 6;
    transition: 0.6s;
  }

  .hidden--overlay {
    display: none;
  }

  .navbar--web {
    z-index: 4;
    justify-content: center;
    background: rgb(255, 255, 255);
  box-shadow: 0px 14px 15px -3px rgba(0,0,0,0.1);
    
  
  }



  .stuck {
    z-index: 4;
    background: rgb(255, 255, 255);
     padding: 0px 10px;
  box-shadow: 0px 14px 15px -3px rgba(0,0,0,0.1);
  
  }

  .hero--wrapper {
    padding: 20px 20px;
  }

  .navbar--web ul {
    display: none;
    padding: 0px 0px;
  }

  .logo {
    display: none;
  }

  .media--buttons {
    padding: 10px;
    flex-wrap: wrap;
  }

  .menu--mobile {
    display: flex;
    position: absolute;
    height: 30px;
    right: 40px;
  }

  .logo--icon {
    display: flex;
    visibility: visible;
    height: 80px;
  }

  .logo--mobile {
    display: flex;
    visibility: visible;
    top: 0;
    right: 0;
  }

  .info--header span {
    font-size: 44px;
    color: #2e374d;
  }

  .info--header span b {
    font-size: 64px;
    color: #006cc4;
  }
  .box--container {
    flex-direction: column;
    width:90%;
    height:auto;
  }

  .box {
    width: 90%;
    height:auto;
  }

  .custom-shape-divider-bottom-1684165189 {
    display: none;
  }

  .section--despre_noi {
    height: auto;
  }

  .contact--wrapper {
    flex-direction: column;
  }

  .phone--contact {
    flex-wrap: wrap;
    height: 350px;
    width: 250px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .facebook--contact {
    flex-wrap: wrap;
    height: 350px;
    width: 250px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .wapp--contact {
    flex-wrap: wrap;
    height: 350px;
    width: 250px;
    margin-bottom: 10px;
    padding: 10px;
  }
   .footer-container span {
      font-size:18px;
  }
}

@media only screen and (max-width: 800px) {

  .hero {
    height:100%;
    flex-wrap: wrap;
justify-content: column;
    
  }

  .contact--container {
    margin:5px;
    justify-content: column;
  flex-wrap: wrap;
  width:auto;
  }
  
 
  
  .contact--left {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:10px;
    width:100%;
    height:100%;
  }
  
  .contact--left--title h2 {
    font-weight: 400;
    color:#1799D0;
    font-size:20px;
    margin-bottom:5px;
  }
  
  
  .contact--left form {
      width:auto;
  }
  
  
  .contact--left--title {
      width:auto;
      height:auto;
  }
  .contact--left--title hr {
    border:none;
    width:50px;
    height:5px;
    background-color:#1799D0;
    border-radius:10px;
    margin-bottom:20px;
  }
  
  .contact--inputs {
    width:70%;
    height:50px;
    border:none;
    border-radius: 50px;
    outline:none;
    padding-left:25px;
    font-weight:500;
    color:black;
    box-shadow:5px 20px 20px rgba(0,0,0,0.1);
  
  }
  
  .contact--left textarea {
    height:140px;
    padding-top:15px;
    border-radius:20px;
  }
  
  .contact--inputs:focus {
    border:1px solid #1799D0;
  }
  
  .contact--inputs::placeholder {
    color:#555555;
  }
  
  .contact--left button{
    display:flex;
    align-items: center;
    height: 30px;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    gap:10px;
    border:none;
    border-radius: 50px;
    background-color: #000f1a;
    cursor:pointer;
  
  }
  

  .contact--container {
    margin:5px;
    justify-content: column;
  flex-wrap: wrap;
  width:auto;
  height:auto;
  padding-right:50px;
  }
  


  .contact--right {
    width:70%;
  }
  
  
  
  
  
  
  .social {
    flex-direction: column;
    display:none;
    z-index: 999;
  }
  
  .social .icon {
    margin: 5px 10px;
   
  }

  .wrapper--appartments {
  width:100%;
  }

  .wrapper--info {
  width:100%;
  }

  .content{
    width:100%;
  }

  .card--wrapper {
    width:100%;
  }

  .content--block{
    width:100%;
  }

  .content:hover {
    width:100%;
  }

  .card--one {
    width:100%;
  }
  .hero--info {
    width:80%;
    height:100%;
    font-size : 15px;
    padding-left: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero--wrapper {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding:10px;
    height: 30%;
    width: 80%;
    animation: slideUp 1.6s ease;
  }


.sec--info {
  font-size:12px;
}
  .hero--info h1 {
    font-size :18px;
  }

  .navbar--web {
    background:none;
    justify-content: center;
    align-items: center;
  box-shadow: 0px 14px 15px -3px rgba(0,0,0,0.1);
  }

  

  .stuck {
    background:#fff;
     padding: 0px 10px;
  box-shadow: 0px 14px 15px -3px rgba(0,0,0,0.1);
  }

  .nav--contact {
    font-size:10px;
  }

  .vacuum {
    display:none;
  }
}

@media only screen and (max-width: 450px) {
  .hero {
    width: auto;
  }

  

  .hero--wrapper {
    padding: 0px;
  }

  .box {
    width: auto;
    height: auto;
  }

  .hero--wrapper {
    text-align: center;
    height: 284px;
    width: auto;
  }

  .hero--wrapper p {
    font-size: 18px;
  }

  .media--buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .box--container {
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .contact--wrapper {
    flex-direction: column;
  }

  .contact--left {
    display:flex;
    width:65%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:20px;
    margin-top:60px;
  }
  
  .contact--left--title {
      display:flex;
      flex-direction:column;
      justify-content:flex-start;
      align-items:start;
    
  }
  
  .contact--left--title h2 {
    font-weight: 300;
    color:#1799D0;
    font-size:25px;
    margin-bottom:5px;
  }
  
  .contact--left--title hr {
    border:none;
    width:80px;
    height:4px;
    background-color:#1799D0;
    border-radius:10px;
    margin-bottom:20px;
  }
  
  .contact--inputs {
    width:100%;
    height:50px;
    border:none;
    border-radius: 50px;
    outline:none;
    padding-left:25px;
    font-weight:500;
    color:black;
    box-shadow:5px 20px 20px rgba(0,0,0,0.1);
  
  }
  
  .contact--left textarea {
    height:140px;
    padding-top:15px;
    border-radius:20px;
  }
  
  .contact--inputs:focus {
    border:1px solid #1799D0;
  }
  
  .contact--inputs::placeholder {
    color:#555555;
  }
  
  .contact--left button{
    display:flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap:10px;
    border:none;
    border-radius: 50px;
    background-color: #000f1a;
    cursor:pointer;
  
  }

  .contact--right {
    width:90%;
    justify-content: center;
    align-items: center;
  }

  .socials {
    width:100%;
    justify-content: start;
    align-items: start;
  }

  
  

}


