* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Product Sans', sans-serif;
  font-family: 'Product Sans Medium', sans-serif;
}

body {
  min-height: 100vh;
  background-color: #f5f5f5;
  font-size: 1rem;
  /* overflow: hidden; */
}

.blue-text {
  color: #1863ff;
}
.text-right {
  text-align: right;
}
.d-block {
  display: block !important;
  opacity: 1 !important;
}
.d-none {
  display: none;
  opacity: 0;
}
li {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}
/* start header */
header {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
  /* padding: 0px 30px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.logo {
  color: #000;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-shadow: 1px 1px 1px #dddddd;
}
.i {
  color: orangered;
  position: relative;
}
.i:before {
  content: 'ı';
  position: absolute;
  color: black;
}

.group {
  display: flex;
  align-items: center;
}
header .navigation {
  position: absolute;
  opacity: 0;
  display: none;
  /* left: 100%; */
  gap: 30px;
}
header ul li {
  list-style: none;
}
header ul li a {
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
}
header ul li a i {
  margin-right: 4px;
}

header ul li a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #1863ff;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
  transform-origin: right;
}
header ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-item a.btn {
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid black;
  background-color: rgb(231, 238, 236);
}
/* dropdown servicii */
.dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  display: none;
  z-index: 1;
  background: white;
  padding: 0px 25px 0 50px;
  transition: 3s;
}
.dropdown span {
  font-size: 1rem;
  color: #9e9e9e;
}

.add {
  position: absolute;
  right: 0;
  top: 1px;
  font-weight: 400;
}
.remove {
  position: relative;
  top: 1px;
  font-weight: 400;
}
.servicii:hover .add {
  display: none;
}

.navigation li:hover > ul,
.navigation li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 250px;
  text-align: left;
  padding-top: 20px;
  box-shadow: 0px 3px 5px -1px #ccc;
}
.navigation li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border-style: none;
}

header.open .navigation {
  opacity: 1;
  visibility: visible;
  top: 60px;
  left: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  border-right: 1px solid #dddddd;
  background-color: #fff;
  width: 80%;
  height: calc(100vh - 70px);
  padding: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1;
  /* transition: 0.1s; */
}
header.open .navigation li a {
  font-size: 1.25rem;
}

/* start button menu */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.8);
  /* z-index: 997; */
  display: none;
}
.toggleMenu {
  position: absolute;
  left: -30px;
  top: 16px;
  display: flex;
  padding: 5px;
  cursor: pointer;
  width: 65px;
  height: 30px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: translateX(30px);
  z-index: 10;
}
.hide {
  display: none;
}
.toggleMenu span {
  background-color: #1863ff;
  box-shadow: 1px 1px 1px #dddddd;
  position: absolute;
  width: 35px;
  height: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.toggleMenu span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 15px;
}

.toggleMenu.active span:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
  width: 25px;
  transition-delay: 0.025s;
}

.toggleMenu span:nth-child(2) {
  transform: translateY(15px);
  width: 15px;
  left: 15px;
}

.toggleMenu.active span:nth-child(2) {
  transform: translateY(0px) rotate(315deg);
  width: 25px;
  transition-delay: 0.15s;
}

.toggleMenu.active span:nth-child(3) {
  transform: translateX(60px);
}
/* end buttonmenu */
/* end header */

/* start hero */

#hero {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background-image: url('/assets/img/bkg2.jpg');
  /* background-size: 110%;
  background-position: top;
  background-attachment: fixed; */
  /* background-position-y: 70vh; */
  background-repeat: no-repeat;
  z-index: -1;

  /* border: 1px solid red; */
  display: flex;
  height: 150px;
  background-color: #f6f5f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home-contain {
  background: url('/assets/img/pattern2.fw.png') repeat 0 0;
  overflow: hidden;
}

.hero-buttons {
  transition: 0.6s;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 15px;
}
.sticky {
  position: sticky;
  top: 0;
  background: rgb(255 255 255 / 90%);

  padding: 20px;
}
/* start search */
/* containerSearch */
.containerSearch {
  /* position: absolute; */
  /* top: 100px; */
  /* width: 100%; */
  /* left: 50%;
  transform: translateX(-50%); */
  /* margin: 15px; */

  border-bottom: 3px solid #404243;
  margin-top: -20px;
  max-height: 410px;
  background-color: #fffffffc;
  border-radius: 5px;
  box-shadow: 4px 4px 30px rgb(0 0 0 / 6%);
  padding: 20px 20px 0;
  overflow-y: scroll;
}

.sticky h4 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
}
form {
  margin-top: 1rem;
}

/* .containerSearch::-webkit-scrollbar {
  display: none;
} */
.sticky form {
  width: 100%;
  border: 1px solid #1863ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.sticky form input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  font-size: 1.25rem;
  height: 50px;
  font-weight: 600;
  padding: 8px 10px;
}
.sticky form i {
  padding-left: 10px;
}
.service-list {
  padding: 20px 0;
}
.service {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
  border-bottom: 1px solid #e0dede;
}
.service-list:last-child {
  padding: 15px 0 0;
  border-bottom: none;
}
.service img {
  width: 70px;
  height: 70px;
  object-fit: cover;

  border-radius: 3px;
}
.service .s-details {
  padding-left: 15px;
  line-height: 1.6;
}
.service .s-details h2 {
  font-size: 1.2rem;
  color: #1d1d1d;
}
.service .s-details h3 {
  font-size: 1rem;
}
/* jobs */
.jobs {
  background-color: #ffffff;
  padding: 30px 0 120px;
}

.parent-card {
  margin: auto;
  max-width: 1440px;
  padding: 0 25px;
}

.flex-default {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

ul.card-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  justify-content: space-evenly;
  /* margin-top: 32px; */
  margin-top: 15px;
  width: 100%;
  flex-wrap: wrap;
}

li.job-card {
  background-color: #fff;
  border: 1px solid #dbdce0;
  border-radius: 8px;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
  max-width: 320px;
  margin: 48px 0 0;
}

.job-card:hover,
.job-card :focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.job-card-header {
  display: block;
  padding: 15px;
}

.job-card-header:focus {
  outline: 0 auto rgba(0, 0, 0, 0);
}

h3.job-card-title {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.75rem;
  color: #202125;
  font-weight: 400;
  text-align: left;
}
/* 
.card-description::after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to left,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: '';
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
} */

.card-description {
  text-align: left;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #3c4043;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1px;
  width: 100%;
  position: relative;
  margin: 8px 0;
}

a.card-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1967d2;
  text-decoration: none;
  padding: 5px;
  margin-left: -5px;
}

a.card-link i.card-icon-link {
  font-size: 1rem;
  color: #1967d2;
  position: relative;
  top: 3px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.card-link::after {
  -webkit-box-shadow: 8px 8px 0 rgba(32, 33, 37, 0.1);
  box-shadow: 8px 8px 0 rgba(32, 33, 37, 0.1);
  border: 0 solid #1a73e8;
  border-radius: 8px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
  transition: -webkit-box-shadow 0.5s, -webkit-transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s, -webkit-box-shadow 0.5s,
    -webkit-transform 0.5s;
  width: 100%;
}

.card-link:hover::after,
.card-link:focus::after {
  -webkit-box-shadow: 16px 16px 0 rgba(32, 33, 37, 0.06);
  box-shadow: 16px 16px 0 rgba(32, 33, 37, 0.06);
}

.card-link::after:focus {
  background-color: rebeccapurple;
}

-img .card-link:focus {
  border: 2px solid #1a73e8;
}

.card-link:hover .card-icon-link,
.card-link:focus .card-icon-link {
  -webkit-transform: translate(4px, -4px);
  transform: translate(4px, -4px);
  transition: 0.5s ease;
  color: #1967d2;
}

a.card-hero-link {
  line-height: 1rem;
}
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 5px;
  display: inline-block;
  vertical-align: bottom;
}
h1.head-line {
  text-align: center;
  padding: 0 15px;
}
/* end hero */

@media (min-width: 692px) {
  header {
    padding: 0px 40px;
  }

  header .navigation {
    position: relative;
    display: flex;
    gap: 30px;
    left: 0;
    align-items: center;
    opacity: 1;
    visibility: visible;
  }
  .toggleMenu {
    display: none;
  }
  .logo {
    flex: 1;
  }

  .job-card-header {
    padding: 24px;
  }
  h1.head-line {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
  }
  .parent-card {
    padding: 0 28px;
  }

  #hero {
    height: 83vh;
    background-position-y: 12vh;
  }
  .scroll-with-me {
    position: absolute;
    width: 100%;
  }
}

/* @media (min-width: 30em) {
  html {
    font-size: 125%;
  }
}
@media (min-width: 40em) {
  html {
    font-size: 150%;
  }
}
@media (min-width: 50em) {
  html {
    font-size: 175%;
  }
}
@media (min-width: 60em) {
  html {
    font-size: 200%;
  }
} */
