:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #e6e6e6ff;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #1d3f3dff;
  --dl-color-primary-300: #4c938fff;
  --dl-color-primary-500: #cee2e2ff;
  --dl-color-primary-700: #ad5c3aff;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}
.button {
  color: var(--dl-color-gray-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  margin-top: var(--dl-space-space-halfunit);
  border-color: var(--dl-color-primary-300);
  border-width: 1px;
  border-radius: 0px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: var(--dl-color-gray-white);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
.list-item {
  display: list-item;
  margin-bottom: var(--dl-space-space-halfunit);
}
.teleport-show {
  display: flex !important;
  transform: none !important;
}
.features-container {
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-gray-white);
  border-width: 1px;
  flex-direction: column;
}
.features-icon {
  fill: var(--dl-color-primary-700);
  width: 48px;
  height: 48px;
}
.features-title {
  color: var(--dl-color-primary-100);
  font-size: 24px;
  margin-top: var(--dl-space-space-unit);
  font-family: Bodoni Moda;
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--dl-space-space-unit);
}
.features-text {
  font-size: 14px;
}
.portfolio-container {
  flex: 20%;
  display: flex;
  align-items: flex-start;
  padding-top: 260px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-size: cover;
  text-decoration: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.00%,rgb(0, 0, 0) 100.00%),url("/playground_assets/02-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.portfolio-title {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-family: Poppins;
  font-weight: 600;
}
.portfolio-subtitle {
  color: var(--dl-color-gray-700);
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  text-transform: uppercase;
}
.case-img-galery {
  flex: 30%;
  width: var(--dl-size-size-small);
  object-fit: cover;
}
.H1 {
  font-size: 40px;
  font-family: Bodoni Moda;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.Content {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}

@media(max-width: 767px) {
  .portfolio-container {
    align-self: stretch;
  }
}

