/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
  background: none;
}

/*** Hide Sidebar ***/
#sidebar {
  display: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
}

#main-footer {
  background-color: #111111;
}

#footer-info {
  color: white;
  font-weight: 300;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  width: 100%;
}

.hidden {
  display: none !important;
}

.et_mobile_menu {
  padding: 0px !important;
  background-color: black !important;
}

#main-header.et-fixed-header {
  background-color: #6ab7e1 !important;
  box-shadow: none !important;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
  opacity: 1 !important;
  background-color: black !important;
}

.mobile_menu_bar:before {
  color: white !important;
}

#footer-bottom {
  background-color: black !important;
  z-index: 106;
}

/* Features Home */

#featuresHome {
  background-color: black;
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0px;
}

@media (max-width: 1200px) {
  #featuresHome {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}

@media (max-width: 992px) {
  #featuresHome {
    min-height: 120px !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }

  #featuresHome .content {
    padding: 10px !important;
  }

  #featuresHome .content p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

#featuresHome .item {
  background-color: black;
  width: 100%;
  min-height: unset;
  position: relative;
  overflow: hidden;
}

#featuresHome .item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 100%;
}

#featuresHome .item .image-wrapper {
  position: absolute;
  top: 0px;
  z-index: 101;
  width: 100%;
  display: flex;
  height: 100%;
  filter: opacity(0.8);
}

#featuresHome .item:hover > .image-wrapper {
  filter: opacity(1);
  transition: 0.2s;
}

#featuresHome .item .image-wrapper img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.2s;
}

#featuresHome .item:hover > .image-wrapper img {
  transform: scale(1.1);
}

#featuresHome .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  z-index: 108;
}

#featuresHome .content p {
  margin-bottom: 0px;
  font-weight: bold;
  color: white;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
}

#featuresHome .shadow {
  position: absolute;
  z-index: 107;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  height: 100%;
  width: 100%;
}

/* End of Features Home */

/* Features Home 2 */

#featuresHome2 {
  background-color: black;
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0px;
}

@media (max-width: 1200px) {
  #featuresHome2 {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 992px) {
  #featuresHome2 {
    grid-template-columns: 1fr !important;
  }
}

#featuresHome2 .item {
  background-color: black;
  width: 100%;
  min-height: unset;
  position: relative;
  overflow: hidden;
}

#featuresHome2 .item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 100%;
}

#featuresHome2 .item .image-wrapper {
  position: absolute;
  top: 0px;
  z-index: 101;
  width: 100%;
  display: flex;
  height: 100%;
  filter: opacity(0.5);
}

#featuresHome2 .item:hover > .image-wrapper {
  filter: opacity(1);
  transition: 0.2s;
}

#featuresHome2 .item .image-wrapper img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.2s;
}

#featuresHome2 .item:hover > .image-wrapper img {
  transform: scale(1.1);
}

#featuresHome2 .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10%;
  z-index: 108;
}

#featuresHome2 .content p {
  margin-bottom: 0px;
  font-weight: bold;
  color: white;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
}

#featuresHome2 .shadow {
  position: absolute;
  z-index: 107;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  height: 100%;
  width: 100%;
}

#featuresHome2 .item.bg-gray {
  background-color: #fff;
  color: black !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#featuresHome2 .content.text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: black;
  text-align: justify;
  text-justify: inter-word;
}

#featuresHome2 .content.text .title {
  margin-bottom: 0px;
  font-weight: bold;
  color: black;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  padding-bottom: 10px;
}

#featuresHome2 .content.text {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
}

/* End of Features Home 2 */

#movingBlue {
  background: linear-gradient(-45deg, #151f22, #3be2ff, #3be2ff, #151f22);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  height: 4px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.nav-left img {
  height: 30px;
  display: block;
  width: 30px;
}

.nav-right img {
  height: 30px;
  display: block;
  width: 30px;
}

@media (max-width: 992px) {
  .inverse-order-features .item:first-child {
    order: 2;
  }

  .inverse-order-features .item:last-child {
    order: 1;
  }
}

/* End of Products Home */

/* Charts Home */

/*
#charts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0px;
}
*/

@media (max-width: 1200px) {
  /*
  #charts {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 0px;
  }*/

  #charts .item {
    border-bottom: 0px !important;
  }
}

#charts .navigation-carousel {
  padding: 15px;
  width: 100%;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#charts .item {
  background-color: white;
  border: 1px solid #ececec;
  border-right: 0px;
  padding: 30px;
  position: relative;
}

#charts .item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 100%;
}

#charts .item .wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 30px;
  height: -webkit-fill-available;
}

#charts .item .wrapper .chart {
  flex: 1;
}

#charts .item .name {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#charts .item .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 30px;
}

#charts .item .desc {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

#charts .item .icon-wrapper img {
  height: 120px;
  display: block;
  margin-left: auto;
}

#charts .item .name-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#charts .item .name-icon i {
  font-size: 50px;
}

#charts .item .power {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}

#charts .item {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#charts .item .name-icon i.red {
  color: rgb(168, 26, 26);
}

#charts .item .name-icon i.green {
  color: rgb(26, 168, 73);
}

#charts .item .separator {
  display: block;
  height: 1px;
  background-color: #ededed;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  #charts .item .name {
    font-size: 50px;
    line-height: 50px;
  }

  #charts .item:nth-child(even) {
    background-color: #ededed;
  }

  #charts .item:nth-child(even) .separator {
    background-color: #e1e1e1;
  }

  #charts .item .name-icon i {
    font-size: 44px;
  }

  #charts .item .wrapper {
    height: 100%;
  }
}

/* End of Charts Home

/* Video Animation Slider Home */

#video {
  background-color: black;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -80px;
}

#video #content {
  z-index: 120;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#video .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#video .wrapper h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: white;
  text-align: center;
}

#video .wrapper p {
  color: white;
  opacity: 0.7;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

#video .wrapper a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 10px 25px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

#video .wrapper a:hover {
  background-color: white;
  color: black;
  border: 1px solid white;
  transition: 0.2s;
  cursor: pointer;
}

#video #content #counter {
  /*position: absolute;
  bottom: 30px;
  left: calc(50% - 100px);*/
  width: 140px;
  z-index: 110;
  margin-top: 30px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#video #content #counter .digits {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 52px;
  font-family: monospace;
}

#video #content #counter .digits #left {
  letter-spacing: 0px;
  margin-left: 0px;
}

#video #content #counter .digits #right {
  margin-left: 6px;
}

#video #content #counter .image-wrapper {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@keyframes moveSun {
  0% {
    top: -1000px;
    left: -1000px;
    opacity: 0;
  }
  50% {
    top: -50%;
    left: -10%;
    opacity: 1;
  }
  100% {
    top: -1000px;
    left: -1000px;
    opacity: 0;
  }
}

#sun {
  position: absolute;
  height: 1200px;
  mix-blend-mode: screen;
  z-index: 111;
  display: block;
  width: auto;
  min-width: fit-content;
}

.loaded #sun {
  animation: moveSun 10s infinite;
}

@keyframes overlayAnimation {
  0% {
    background-color: rgb(0, 0, 0, 0.8);
  }
  50% {
    background-color: rgb(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgb(0, 0, 0, 0.8);
  }
}

#overlay {
  height: 100%;
  width: 100%;
  z-index: 110;
  position: absolute;
  top: 0px;
  left: 0px;
}

.loaded #overlay {
  animation: overlayAnimation 10s infinite;
}

#background1 {
  height: 100%;
  width: 100%;
  z-index: 101;
  background: url("/assets/images/animation/background-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}

/*
@keyframes geamuriAnimation {
  0% {
    opacity: 0.9;
  }
  15% {
    opacity: 0.9;
  }
  16% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
} */

@keyframes geamuriAnimation {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  16% {
    opacity: 0.9;
  }
  74% {
    opacity: 0.9;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#background2 {
  height: 100%;
  width: 100%;
  z-index: 102;
  background: url("/wp-content/uploads/2022/07/background-geamuri-new.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}

.loaded #background2 {
  animation: geamuriAnimation 10s infinite;
}

@keyframes enhancementAnimation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

#background3 {
  height: 100%;
  width: 100%;
  z-index: 103;
  background: url("/assets/images/animation/background-enhacement.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  mix-blend-mode: darken;
}

.loaded #background3 {
  animation: enhancementAnimation 10s infinite;
}

@media (max-width: 992px) {
  #video {
    height: 60vh;
  }

  #video #content {
    height: 60vh;
  }

  #video #content #counter {
    width: 120px;
    display: none;
  }

  #video #content #counter .digits {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 43px;
    font-family: monospace;
  }

  #video #content #counter .digits #left {
    letter-spacing: 0px;
    margin-left: 0px;
  }

  #video #content #counter .digits #right {
    margin-left: 4px;
  }

  #video .wrapper h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    color: white;
    text-align: center;
  }

  #video .wrapper p {
    color: white;
    opacity: 0.7;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  #sun {
    height: 500px !important;
    width: 500px !important;
    min-width: 100% !important;
  }

  @keyframes moveSun {
    0% {
      top: -500px;
      left: -500px;
      opacity: 0;
    }
    50% {
      top: -200px;
      left: -20px;
      opacity: 1;
    }
    100% {
      top: -500px;
      left: -500px;
      opacity: 0;
    }
  }
}

#video #notLoaded {
  position: absolute;
  background-color: black;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 130;
  transition: 0.2s;
}

#video.loaded #notLoaded {
  display: none;
  transition: 0.2s;
}

@media (max-width: 992px) {
  #video #content #counter {
    display: block !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 80px;
    z-index: 99999999 !important;
  }

  #video #content .digits {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 9px !important;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 25px !important;
    font-family: monospace;
  }
}

/* End of Video Animatino Slider Home */

.et-cart-info {
  display: none !important;
}

.woofc-count.woofc-count-bottom-right {
  right: auto !important;
  left: 40px !important;
}

#main-header {
  background-color: #6ab7e1;
}

#customProduct .custom-title h1 {
  text-align: center;
  font-size: 38px !important;
  line-height: 44px !important;
  font-weight: 700 !important;
  margin-top: -30px;
}

#customProduct .custom-bread {
}

.custom-bread .woocommerce-breadcrumb {
  text-align: center;
  font-size: 16px;
  margin-top: -10px;
}

#customProduct bdi {
  font-weight: 300;
}

#customProduct del bdi {
  font-weight: 600;
  padding-right: 10px;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  border-radius: 0px !important;
  background-color: #26ba67 !important;
}

.custom-section-title p {
  text-align: center;
}

.custom-section-title p {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
}

.specs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -40px;
  margin-top: 25px;
}

.spec-item .name {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: -15px;
  line-height: 20px;
}

.spec-item .value {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 24px;
  margin-top: 5px;
}

.spec-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 992px) {
  .spec-item {
    width: 50%;
  }
}

.spec-item .icon img {
  height: 50px;
  width: auto;
}

.spec-item .icon {
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 10px;
}

.swiper-wrapper {
  align-items: center;
}

.woocommerce a.button.alt,
.woocommerce-page a.button.alt {
  border-color: black;
}

.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover {
  color: black !important;
}

.place-order {
  margin-bottom: 50px !important;
}

#termeniPage h4 {
  margin-top: 40px;
  font-weight: bold;
}

footer .et_pb_widget {
  width: 100%;
}

.footer-logo img {
  max-width: 80%;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
}

footer .links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0px;
}

footer .links a {
  margin-left: 15px;
  margin-right: 15px;
}

.contact-items .citem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact-items .citem:last-child {
  margin-bottom: 0px;
}

.contact-items .citem p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}

.citem i {
  font-size: 40px;
  margin-right: 15px;
  color: #141570;
}

.cat-switch .item {
  padding: 7px 15px;
  border: 1px solid black;
  margin-right: 15px;
  display: inline-flex;
  margin-bottom: 10px;
}

.cat-switch .item:hover {
  background-color: black;
  color: white;
  cursor: pointer;
  transition: 0.2s;
}

.cat-switch .item.selected {
  background-color: black;
  color: white;
}

/* Product listing */

.product-listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 25px;
}

.product-listing-grid.accesorii {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .product-listing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-listing-grid.accesorii {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .product-listing-grid {
    grid-template-columns: 1fr;
  }

  .product-listing-grid.accesorii {
    grid-template-columns: 1fr 1fr;
  }
}

.product-listing-grid .product-item {
  border: 1px solid #ededed;
  box-shadow: 0 0 20px 0 white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.product-listing-grid .product-item .meta {
}

.product-listing-grid .product-item .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.product-listing-grid .product-item .image {
  padding: 15px;
}

.product-listing-grid .product-item:hover {
  box-shadow: 0 0 20px 0 rgb(238, 238, 238);
  transition: 0.2s;
}

.product-listing-grid .product-item .name {
  background-color: black;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding: 10px;
  text-align: center;
  line-height: 28px;
}

.product-listing-grid.accesorii .product-item .name {
  background-color: white;
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding: 10px;
  text-align: center;
  line-height: 28px;
}

.product-listing-grid .product-item .price .regular {
  font-size: 20px;
  font-weight: 500;
  color: black;
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px;
}

.product-listing-grid.accesorii .product-item .price .regular {
  font-size: 20px;
  padding-top: 10px;
}

/* End of product listing */

@media (max-width: 992px) {
  footer .links {
    flex-direction: column;
  }
}

.stickyItem {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100% !important;
}

.et_pb_section_1 {
  z-index: 9999;
}

@media (min-width: 992px) {
  .stickyItem {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    width: 100% !important;
  }
}

#charts .item .content img {
  height: 130px;
}

#proiecte-title {
  border-top: 1px solid #ececec;
  padding-top: 30px;
  padding-bottom: 30px;
}

#proiecte-title .container {
  padding-top: 0px !important;
}

#proiecte-title h2 {
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 0px !important;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  color: black;
}

@media (max-width: 992px) {
  .title h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .cat-switch .item {
    width: 100%;
    margin-right: 0px;
  }

  .subcategorii-text {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    opacity: 0.6;
  }
}

.subcategorii-text {
  padding-right: 5px;
}

/* Slider Home */

#sliderHome {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  background-color: #141570;
  background: url("/wp-content/uploads/2022/08/service-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#sliderHome .lottie-wrapper {
  height: 300px;
  width: 300px;
  z-index: 10;
}

#sliderHome h1 {
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 5px;
  margin-top: 10px;
  z-index: 9;
}

#sliderHome .yellow {
  font-size: 20px;
  color: #fbdd3d;
  margin-bottom: 0px;
  z-index: 9;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0px;
}

#sliderHome .wrapper {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#sliderHome p {
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin-bottom: 30px;
  z-index: 9;
}

#sliderHome p:last-child {
  margin-top: 20px;
  display: block;
}

h1.section-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h1.section-title.center {
  text-align: center;
}

.section .container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

#productsSliderHome .navigation-carousel {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.product-box-home {
  padding: 25px;
  border: 1px solid #f1f1f1;
  background-color: white;
  position: relative;
}

.product-box-home .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.products-home-background {
  width: 100%;
  height: 100px;
  background-color: #141570;
  margin-top: -120px;
}

#productsSliderHome {
  margin-top: 40px;
}

.see-details {
  display: table;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  /* width: 100%; */
  border: 1px solid #141570;
  color: #141570;
  background-color: #2dfe84;
  padding: 5px 15px;
  font-size: 14px;
  margin-top: 10px;
}

.see-details:hover {
  background-color: #141570;
  color: white;
  transition: 0.2s;
}

.see-details i {
  margin-right: 10px;
}

.product-box-home .price {
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 5px 10px;
  background-color: #9091c7;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.project-box-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-box-home .cont-1 {
  width: 33%;
}

.project-box-home .cont-2 {
  width: 33%;
}

.project-box-home .cont-3 {
  width: 33%;
}

.project-box-home .cont-2 img {
  background-color: #2dfe84;
  padding: 10px;
  border-radius: 0px;
  margin: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-box-home {
  padding: 30px 50px;
}

#projectsHome .navigation-carousel {
  position: absolute;
  top: calc(50% - 15px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#projectsHome .navigation-carousel {
  filter: invert(1);
  opacity: 0.2;
}

#projectsHome h1 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 52px;
  word-break: break-word;
}

#projectsHome h1 strong {
  font-weight: 900;
  color: #2dfe84;
}

#projectsHome h2 {
  font-size: 40px;
  font-weight: 300;
  color: white;
  margin-top: 20px;
}

#projectsHome .cont-3 p {
  text-align: justify;
  text-justify: inter-word;
}

#verdeHome .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

#verdeHome {

}

#verdeHome .wrapper .cont-1 {
  width: 50%;
  padding-right: 60px;
}

#verdeHome .wrapper .cont-2 {
  width: 50%;
}

#verdeHome .wrapper .cont-1 {
  display: flex;
  flex-wrap: wrap;
}

#verdeHome .wrapper .cont-1 .item {
  width: 50%;
  padding-right: 30px;
  margin-bottom: 20px;
}

#verdeHome .wrapper .cont-1 .item i {
  font-size: 50px;
  color: #2dfe84;
}

#verdeHome .wrapper .cont-1 .item .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

#verdeHome .wrapper .cont-1 .item .desc {
  font-size: 16px;
  line-height: 24px;
}

#verdeHome .wrapper .cont-2 .lottie-wrapper {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#footer-widgets {
  padding-top: 50px;
  padding-bottom: 0px !important;
}

.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
  margin-bottom: 30px !important;
}

.footer-widget {
  margin-bottom: 0px !important;
}

.et-social-icons {
  display: none !important;
}

@media (max-width: 992px) {
  .project-box-home .cont-1,
  .project-box-home .cont-2,
  .project-box-home .cont-3 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .project-box-home {
    flex-direction: column;
    text-align: center;
  }

  #verdeHome .wrapper {
    flex-direction: column;
  }

  #verdeHome .wrapper .cont-1 {
    width: 100%;
    padding-right: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  #verdeHome .wrapper .cont-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #sliderHome .wrapper {
    text-align: center;
    padding: 35px;
  }
}

#sliderHome a:hover{
  cursor: pointer;
}

/*  New Changes */

#sliderHome .links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  display: inline-flex;
  background-color: #ffdd3d;
  border: 1px solid #ffdd3d;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  padding: 12px 25px;
}

.btn-primary:hover {
  background-color: white;
  color: black;
  transition: 0.2s;
}

.btn-secondary {
  display: inline-flex;
  background-color: #fff;
  border: 1px solid #135d86;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  padding: 12px 25px;
}

.btn-secondary:hover {
  background-color: #135d86;
  color: white;
  transition: 0.2s;
}

.mr-2 {
  margin-right: 10px;
}

.mb-4 {
  margin-bottom: 15px !important;
}

.section .subtitle {
  font-weight: 800;
  text-transform: uppercase;
  color: #6ab7e1;
  margin-bottom: 10px;
}

.section .title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
}

@media (max-width: 992px) {
  .section .subtitle {
    text-align: center;
  }

  .section .title {
    text-align: center;
    font-size: 34px;
    line-height: 42px;
  }
}

.section.dark .subtitle {
  color: white;
}

.section.dark .title {
  color: white;
}

.section.center .subtitle {
  text-align: center;
}

.section.center .title {
  text-align: center;
}

.section.center p {
  text-align: center;
}

.section.center a {
  margin-left: auto;
  margin-right: auto;
}

.section.bg-1 {
  background-color: #6ab7e1;
}

.section.bg-2 {
  background-color: #eff7fc !important;
}

.section.bg-3 {
  background-color: #135d86;
}

.home-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 35px;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .home-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .home-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.home-icons .item {
  display: block;
}

.home-icons .item:hover {
  cursor: pointer;
}

.home-icons .item .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff7fc;
  padding: 25px;
}

.home-icons .item .icon-wrapper:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 100%;
}

.home-icons .item .icon-wrapper img {
  max-height: 90px;
  width: auto;
}

.home-icons .item .icon-wrapper .counter {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: white;
  background-color: #ffdd3d;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-icons .item .name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #135d86;
  margin-bottom: 0px;
  margin-top: 15px;
  line-height: 22px;
}

.nerec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 35px;
  margin-top: 50px;
}

.nerec .item {
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nerec .item .icon-wrapper {
  position: relative;
}

.nerec .counter {
  position: absolute;
  top: -20px;
  right: -0px;
  text-align: right;
  font-size: 50px;
  font-weight: 900;
  color: white;
  opacity: 0.2;
}

.nerec .desc {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 600;
  margin-top: 10px;
}

.nerec .item .icon-wrapper img {
  height: 100px;
  width: auto;
}

@media (max-width: 992px) {
  .nerec {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.content-half {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.content-half .left {
  width: 50%;
}

.content-half .right {
  width: 50%;
}

.content-half .left .side-margin {
  padding-right: 50px;
}

.content-half .right .side-margin {
  padding-left: 50px;
}

@media (max-width: 992px) {
  .content-half .left {
    width: 100%;
  }

  .content-half .right {
    width: 100%;
  }

  .content-half .left .side-margin {
    padding-right: 0px;
  }

  .content-half .right .side-margin {
    padding-left: 0px;
  }
}

.content-half .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 90%;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.content-half .image-wrapper .wrapper {
  position: relative;
}

.content-half .icon-wrapper {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: white;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background-color: #e8f7ff;
}

.bg-2 .content-half .icon-wrapper {
  background-color: #fff !important;
}

.content-half .icon-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
}

.content-half .icons-texts .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
  text-align: center;
}

.content-half .icons-texts .item img {
  height: 25px;
  margin-right: 10px;
}

.content-half .icons-texts .item p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.content-half .icons-texts {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .content-half {
    text-align: center;
  }

  .content-half .icons-texts .item {
    justify-content: flex-start;
    max-width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .content-half .left {
    margin-bottom: 50px;
  }

  .bg-2 .content-half .left {
    order: 2;
  }

  .bg-2 .content-half .right {
    order: 1;
  }

  .bg-2 .content-half .left {
    margin-bottom: 0px;
    margin-top: 50px;
  }
}

#hs7 {
  background: url("/wp-content/uploads/2022/08/bg-s6.jpg")
    rgba(106, 183, 225, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  overflow: hidden;
}

#hs7 h1 {
  text-align: center;
}

#hs7 p {
  text-align: center;
  color: white;
}

#hs7 .wrapper {
  max-width: 90%;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#hs7 a {
  margin-top: 30px;
}

.testimonial .wrapper {
  max-width: 80%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}

.testimonial .wrapper .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.testimonial .wrapper .stars i {
  font-size: 24px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffdd3d;
}

.testimonial .wrapper .comment {
  text-align: center;
  color: white;
}

.testimonial .wrapper .author {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

.testimonial .wrapper .image-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 10px;
  margin-bottom: 50px;
}

.testimonial .wrapper .image-wrapper img {
  display: block;
  height: 50px;
  width: auto;
}

.swiper-pagination-bullet-active {
  background-color: #6ab7e1 !important;
  width: 25px;
  height: 25px;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}

.despre-noi-links {
  display: block;
  margin-top: 30px;
}

.despre-noi-links a {
  display: inline-block;
}

.footer-widgets {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-widgets .logo {
  height: 40px;
  max-width: 100%;
}

.footer-widgets .col-1 {
  width: 25%;
}

.footer-widgets .col-2 {
  width: 25%;
}

.footer-widgets .col-3 {
  width: 25%;
}

.footer-widgets .col-4 {
  width: 25%;
}

.footer-widgets .title {
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.footer-widgets .links {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}

.footer-widgets .links a {
  color: white;
  opacity: 0.6;
  margin-left: 0px;
  margin-right: 0px;
}

.footer-widgets .firma {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-widgets .contact-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-widgets .contact-group:last-child {
  margin-bottom: 0px;
}

.footer-widgets .contact-group i {
  font-size: 22px;
  margin-right: 9px;
  color: #6ab7e1;
}

.footer-widgets .contact-group p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: white;
  opacity: 0.6;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.footer-bottom-bar {
  margin-top: 30px;
  margin-bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-bar p {
  opacity: 0.6;
}

.footer-bottom-bar i {
  font-size: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .footer-widgets {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-widgets .col-1 {
    width: 100%;
  }

  .footer-widgets .col-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-widgets .col-3 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-widgets .col-4 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-widgets .links a {
    text-align: center;
  }

  .footer-widgets .links {
    align-items: center;
  }

  .footer-widgets .contact-group {
    justify-content: center;
  }

  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-bottom-bar p {
    line-height: 22px;
  }

  .footer-bottom-bar p {
    margin-bottom: 20px;
  }
}

#footer-bottom {
  display: none !important;
}

#main-footer {
  background-color: #133d55 !important;
}

.footer-widget .block-5 {
  margin-bottom: 10px !important;
}

.page-title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: url(/wp-content/uploads/2022/08/background-pattern.jpg);
}

.page-title .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-title h1 {
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 0px;
  padding: 0px;
}

.page-title h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: white;
  text-align: center;
  margin-top: 20px;
}

.page-title a {
  margin-top: 20px;
}

.contact-wrapper {
  text-align: center;
}

.contact-wrapper .firma {
  font-size: 18px;
  font-weight: bold;
}

.contact-wrapper .contact-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

.contact-wrapper .contact-group i {
  font-size: 28px;
  margin-bottom: 10px;
  color: #6ab7e1;
}

.custom-blog-header-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -40px;
}

.custom-blog-header-bg h1 {
  font-size: 38px;
  line-height: 44px;
  color: white;
  font-weight: bold;
}

.custom-blog-header-bg .post-meta {
  color: white;
  font-weight: 300;
  opacity: 0.7;
}

.blog-post-custom .entry-content h2 {
  font-size: 30px;
  font-weight: 900;
}

@media (min-width: 992px) {
  .content-half .icons-texts .item {
    text-align: left;
    justify-content: flex-start;
  }
}

.blog-posts-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .blog-posts-home-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
    margin-top: 30px;
  }
}

.blog-posts-home-grid .image-wrapper {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-posts-home-grid .image-wrapper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.blog-box-home a h3 {
  color: #135d86;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-box-home .exc {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0px;
}

.et_pb_blog_grid .entry-title a {
  color: #135d86;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 30px;
}

.et_pb_blog_grid .post-content-inner p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0px;
}
