body {
  background-image : linear-gradient(32deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(23,153,208,0.41789215686274506) 0%),urL(images/curatenie.webp);
  background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3))
   min-height: 500px; 

  /* Create the parallax scrolling effect */
 
  background-position: center;
   background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}






.custom-shape-divider-bottom-1716480137 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1716480137 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 48px;
}

.custom-shape-divider-bottom-1716480137 .shape-fill {
    fill: #FFFFFF;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1716480137 svg {
        width: calc(100% + 1.3px);
        height: 27px;
    }
}











.hero {
    position:relative;
  display: flex;
  flex-wrap: wrap;
  text-wrap:wrap;
  justify-content: center;
  align-items: center;
  height: 70vh;
  font-size: 20px;
  color:#ffffff;
    
}

.section--noi {
    background:#ffffff;
  display:flex;
  width:100%;
  height:100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section--galerie {
  display:flex;
  width:100%;
  height:auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.three--wrapper {
  height:auto;
  width:100%;
  display: flex;
  flex-wrap:wrap;
  flex-direction: column;
  justify-content: space-around; /* Centrare pe orizontală */
  align-items: center; /* Centrare pe verticală */
  margin: 20px; /* Spațiu de la slider-ul de imagini */
}





.section--intrebari {
  display:flex;
  width:100%;
  height:100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.one--wrapper {
  height:500px;
  width:100%;
  display: flex;
  flex-wrap:wrap;
  flex-direction: column;
  justify-content: space-around; /* Centrare pe orizontală */
  align-items: center; /* Centrare pe verticală */
  margin: 20px; /* Spațiu de la slider-ul de imagini */
}




.two--wrapper {
  height:auto;
  width:100%;
  display: flex;
  flex-wrap:wrap;
  flex-direction: column;
  justify-content: space-around; /* Centrare pe orizontală */
  align-items: center; /* Centrare pe verticală */
  margin: 20px; /* Spațiu de la slider-ul de imagini */
}


.accordion {
  max-width:800px;
}

.accordion .contentBx {
  position:relative;
  margin: 10px 20px;
}

.accordion .contentBx .label {
  position:relative;
  padding : 10px;
  background: #1799D0;
  color:#fff;
}

.accordion .contentBx .label::before {
  content: "+";
  position:absolute;
  top:50%;
  right:20px;
  transform : translateY(-50%);
  font-size:1.5rem;
}

.accordion .contentBx .content {
  position:relative;
  padding:10px;
  height:0;
  overflow:hidden;
  transition:0.5s;

}

.accordion .contentBx.active .label::before {
  content: '-';
}

.accordion .contentBx.active .content {
  height:120px;
  padding:10px;
}













.image--slider {
  position:relative;
  width:100%;
  max-width: 48rem; 
  margin:0 auto;
  margin:20px;
}

.image--slider2 {
  position:relative;
  width:100%;
  max-width: 48rem; 
  margin:0 auto;
  margin:20px;
}

.slider {
  display: flex;
  aspect-ratio: 16/9;
  overflow: hidden; /* Ascunde scrollbar-ul */
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
}

.slider img {
  flex: 0 0 100%;
  min-width: 100%; /* Asigură afișarea completă a imaginilor */
  height: auto; /* Asigură proporțiile corecte ale imaginilor */
}

.slider-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px; /* Ajustați după preferință */
  width: 100%;
}

.slider-nav a {
  width: 10px; /* Ajustați dimensiunile punctelor */
  height: 10px; /* Ajustați dimensiunile punctelor */
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5; /* Opacitate implicită */
  margin: 0 5px; /* Spațiere între puncte */
  cursor: pointer;
}

.slider-nav a.active {
  opacity: 1; /* Opacitate pentru punctul activ */
}




.text--info {
  display:flex;
  flex-wrap: wrap;
  text-wrap: wrap;
  flex-direction: column;
  align-items: start;
  text-align: start;
  height:auto;
  width:100%;
}


.section--noi h1{
font-size:22px;

}

.spanx {
  color:#ffffff;
}



.text--box {
  color:#000f1a;
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height:auto;
  width:400px;
  margin:40px;
}

.text--box h5 {
  font-size :18px;
}

.text--box img {
  height:80px;
}

.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;


}





/* ------>>>>>  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;
}



/* ------->>>>>>>> MODAL OPENING IMAGES <<<<<<<----------- */

.image--name {
  opacity: 0;
}

.popup.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.popup.active .close--button,
.popup.active .image--name,
.popup.active .index,
.popup.active .large--image,
.popup.active .arrow--btn.left-arrow,
.popup.active .arrow--btn.right-arrow {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 1s;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-5%, -50%) scale(0);
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  overflow: hidden;
  transition: 0.2s;
}

.close--button {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 29px;
  width: 29px;
  cursor: pointer;
  background: url(icons/close.png);
}

.arrow--btn.left--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 50%;
  border: none;
  background: none;
  cursor: pointer;
}

.arrow--btn.right--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 50%;
  border: none;
  background: none;
  cursor: pointer;
}

.index {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 80px;
  font-weight: 100px;
  color: rgba(255, 255, 255, 0.4);
}

.large--image {
  padding: 10px 5px;
  margin-right: 50px;
  width: 100%;
  height: 95%;
  object-fit: contain;
}

.left--arrow {
  left: 10px;
}

.right--arrow {
  right: 10px;
  transform: translateY(50%);
}


.photography {
  background-color: #fff;
  padding: 10px;
  height:auto;
  max-width: 1348px;
  margin: 0 auto;
  background: none;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 65px;
  grid-auto-flow: dense;
}

.grid {
  grid-row: span 5;

}

.grid img {
  height: 100%;
  width: 90%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.grid img:hover {
  filter: grayscale(100%);
}

/* ----------------- <<<<<<<<<<<<<<<<>>>>>>>>>>>>>>> ------------- */

.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: #ffffff;
}


.navbar--web.stuck 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: #ffffff;
  text-decoration: none;
  margin: 0 15px;
  position: relative;
}

.navbar--web.stuck 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: black;
  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: #1799D0;
  width:10%;
  border-top: 4px solid #1799D0;
}



.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;

 }


 
 .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;
  padding-left:120px;
  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:100%;
  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:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  z-index: -10;
  background:linear-gradient(32deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(23,153,208,0.41789215686274506) 0%), url(images/curatenie.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

  
  .text--box {
    color:#000f1a;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height:auto;
    width:auto;
  }

  .one--wrapper {
    width:100%;
  }

  .image--slider2 {
    position:relative;
    width:100%;
    max-width: 48rem; 
    margin:0 auto;
    margin:20px;
    order:1;
  }

  .text--info2 {
    order:2;
  }

  .one--wrapper {
    flex-direction: column;
    height:auto;
  }

  .footer-container {
    height:auto;
  }

  .hero {
  text-align:center;
    position: relative;
    
  }

  .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;
    padding-right: 40px;
  }

  .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;
   
  }

  .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;
     padding: 0px 10px;
  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;
  }
  
  .photography {
      max-width: 1000px;
  }
}

@media only screen and (max-width: 800px) {

  body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  z-index: -10;
  background:linear-gradient(32deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(23,153,208,0.41789215686274506) 0%), url(images/curatenie.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
    

  .large--image {
    width: 60%;
    height: 70%;
    margin-right: 0px;
  }
  
  .footer--one {
      padding-left:10px;
  }


  .photography {
    width:90%;
  }

  .accordion .contentBx .label::before {
  content:"";
  }

  .accordion .contentBx.active .label::before {
    content: '';
  }

  .text--info {
    width:auto;
    text-wrap: wrap;
    justify-content: start;
    align-items: start;
  }

  .text--info2 {
    width:auto;
    text-wrap: wrap;
    justify-content: start;
    align-items: start;
  }

  .image--slider {
    position:relative;
    width:100%;
    max-width: 18rem; 
    margin:0 auto;
    margin:20px;
  }

  .image--slider2 {
    position:relative;
    width:100%;
    max-width: 18rem; 
    margin:0 auto;
    margin:20px;
  }
  .contact--container {
    margin:5px;
    justify-content: column;
  flex-wrap: wrap;
  width:100%;
  }
  
  .contact--left {
    display:flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap:10px;
    width:70%;
    height:100%;
  }
  
  .contact--left--title h2 {
    font-weight: 400;
    color:#1799D0;
    font-size:30px;
    margin-bottom:5px;
  }
  
  .contact--left--title hr {
    border:none;
    width:70px;
    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;
  }

  .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;
  }
  
    body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  z-index: -10;
  background:linear-gradient(32deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(23,153,208,0.41789215686274506) 0%), url(images/curatenie.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

  

  .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: start;
    text-align: start;
    gap:20px;
    margin-top:60px;
  }
  
  .contact--left--title h2 {
    font-weight: 300;
    color:#1799D0;
    font-size:40px;
    margin-bottom:5px;
  }
  
  .contact--left--title hr {
    border:none;
    width:80px;
    height:5px;
    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;
  }

  
  

}


