/* Other pages excluding contact and home */
h2 {
  font-family: "PPHatton";
}

h3 {
  font-family: "PPHatton";
}

.new-content h2,
h4 {
  letter-spacing: 1px;
}

.new-content p {
  font-weight: 600;
  font-size: 24px;
}

.new-content h4 {
  font-weight: 900;
  font-size: 25px;
  font-family: "PorshaRichela";
}

.new-design {
  background: none !important;
  padding-bottom: 0;
  padding-top: 10px;
  border: none !important;
  display: flex;
  place-content: space-between;
  place-items: center;
  width: 100%;
}

.container {
  padding: 60px;
}

.new-design .section-title {
  color: black !important;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
  font-size: 80px !important;
  margin: 0;
}

.section-title-container {
  display: flex;
  width: 100%;
  place-content: space-between;
}

.section-title-container {
  padding-left: 20%;
}

.section-title-container-values {
  display: flex;
  width: 100%;
  place-content: space-between;
  font-size: 20px !important;
}

.about-us-hr {
  width: 100%;
}

.section-title-container p {
  font-weight: 600;
}

.section-title-coop h4 {
  font-size: 80px !important;
}

.text-with-topline {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  row-gap: 20px;
}

.image-container {
  width: 100%;
  text-align: end;
}

.new-title {
  display: flex;
  flex-direction: column;
  place-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}

.new-title h2 {
  width: 100%;
  text-align: left;
}

.short-h2 {
  font-size: 60px;
}

.new-title .title-text {
  text-align: left;
  padding-left: 40%;
  padding-top: 20px;
}

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

.title-text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.specific-title-text {
  margin-left: -5%;
}

.new-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 60px;
  width: 100%;
  max-width: 800px;
}

.new-info p {
  text-align: left;
}

/* .new-block-text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 70%;
}

.new-content p span {
  color: var(--site_color);
  font-style: italic;
}

.new-info p span {
  color: var(--site_color);
  font-style: italic;
}

p span {
  color: var(--site_color);
  font-style: italic;
}

.highlight {
  color: var(--site_color);
}

.new-info {
  min-width: 100%;
}

.new-info .keep-flow {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.new-info .keep-flow-text {
  text-align: center;
  min-width: 100%;
  padding-left: 40%;
  padding-top: 20px;
}

.new-block-text {
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(240, 240, 240, 1) 40%);
  padding: 20px;
  padding-right: 5%;
  border-radius: 15px;

}

.shadow-wrapper {
  filter: drop-shadow(11px 5px 10px #b8b8b8);
}

.shadow-wrapper-reverse {
  filter: drop-shadow(-11px 5px 10px #b8b8b8);
}

.clip-path-reverse {
  max-width: 40%;
  border-radius: 15px;
}

.wrapper-reverse {
  min-width: 100%;
  display: flex;
  place-content: end;
}

.reverse-element {
  text-align: center;
  max-width: 70%;
  min-width: 0 !important;
  padding: 20px;
  padding-left: 10% !important;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      var(--site_color) 98%);
  border-radius: 15px;
} */

.values-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  justify-content: center;

}

.values-table .row {
  display: contents;
}

.values-table .cell {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.new-block-text {
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(223, 214, 214) 40%);
  padding: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.new-content p span,
.new-info p span,
p span,
.highlight {
  color: var(--site_color);
  font-style: italic;
}

.new-info {
  width: 100%;
}

.new-info .keep-flow {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.new-info .keep-flow-text {
  text-align: center;
  width: 100%;
  padding-left: 40%;
  padding-top: 20px;
}

.shadow-wrapper,
.shadow-wrapper-reverse {
  filter: drop-shadow(11px 5px 10px #b8b8b8);
}

.shadow-wrapper-reverse {
  filter: drop-shadow(-11px 5px 10px #b8b8b8);
}

.clip-path-reverse {
  max-width: 40%;
  border-radius: 15px;
}

.wrapper-reverse {
  width: 100%;
  display: flex;
  place-content: end;
}

.reverse-element {
  text-align: center;
  max-width: 100%;
  padding: 20px;
  padding-left: 10%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, var(--site_color) 98%);
  border-radius: 15px;
}

.small-text-width {
  /* padding-right: 42px !important; */
  max-width: 65%;
  padding-right: 5%;
}

@media (max-width: 768px) {
  .values-table {
    grid-template-columns: 1fr;
  }

  .new-block-text {
    max-width: 100%;
    padding: 10px;
  }

  .wrapper-reverse,
  .clip-path-reverse,
  .reverse-element {
    max-width: 100%;
  }
}

@font-face {
  font-family: "Univers-Light";
  src:
    local("☺"),
    url("../assets/UniverseLight/UNIVERS2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}

.hr-line {
  width: 100%;
  height: 4px;
  background-color: #f2b285;
  border-radius: 50%;
}

.about-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .about-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 100%;
  }
}

.about-informations {
  display: grid;
  grid-template-columns: max-content 1fr;
  padding: 10px;
  padding-left: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  background: rgb(251, 251, 251);
  background: linear-gradient(90deg,
      rgba(251, 251, 251, 1) 0%,
      rgba(242, 242, 242, 1) 55%);
  border-radius: 15px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -25px;
  margin-bottom: 20px;
}

.bio-part {
  display: flex;
  width: 100%;
  margin-top: 25px;
}

.bio {
  text-align: left;
  display: flex;
  column-gap: 40px;
}

.bio ul {
  margin-bottom: 0;
  line-height: 35px;
}

.bio ul li {
  list-style: circle;
}

.bio ul li:last-child {
  margin-bottom: 0;
}

.bio ul li h5 {
  font-size: 1.5em;
  font-weight: bold;
}

/* .bio ul li ul {
  margin-top: 0px;
  margin-bottom: 10px;
} */

.bio ul li ul:not(:first-child) {
  margin-top: 20px;
  margin-bottom: 10px;
}

.bio ul li ul li {
  list-style-position: outside;
  list-style-type: "- ";
  font-size: 1.4em;
  margin-bottom: 5px;
}

.with-image {
  width: 100%;
  height: fit-content;
}

.bio-image {
  height: 100%;
  width: 100%;
  max-width: fit-content;
  max-height: 500px;
  overflow: hidden;
  border-radius: 8px;
  padding-right: 10px;
}

.bio-information {
  display: flex;
  flex-direction: column;
  place-content: flex-start;
  place-items: center;
  min-height: 100%;
  width: 100%;
}

.with-image .ivana-img {
  width: 500px;
  aspect-ratio: 1/1;
}

.bio-main-text {
  padding: 0 10px;
}

.bio-main-text-2 {
  grid-column: 1 / span 2;
}

.main-content p {
  font-size: 18px;
  font-weight: bold;
  line-height: 3ch;
}

.main-content p span {
  font-style: normal !important;
  font-size: 18px;
}

.about-image-container img {
  min-width: 65% !important;
}

.coop-intro {
  font-family: "Bitter" !important;
  color: black !important;
  font-weight: bold;
}

.coop-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooperation-image {
  min-width: 70% !important;
  /* float: center; */
}

@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    margin: 0 auto;
  }

  .flex-text,
  .flex-image-coop,
  .coop-img {
    text-align: center;
    padding: 10px;
  }

  /* .flex-image-coop,
  .coop-img {
    float: center;
    align-self: left;
  } */
}


@media screen and (max-width: 768px) {

  .container {
    padding: 30px;
  }

  .new-content p,
  .main-content p {
    font-size: 18px !important;
    max-width: 100%;
  }

  .new-design .section-title {
    font-size: 50px !important;
    text-align: center;
  }

  .short-h2 {
    font-size: 40px;
  }

  .title-text {
    padding-left: 10%;
  }

  .bio-part {
    flex-direction: column;
  }

  .bio {
    flex-direction: column;
    column-gap: 0;
  }

  .bio ul {
    line-height: 25px;
  }

  .bio-image {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {

  .container {
    padding: 20px;
  }

  .new-content p,
  .main-content p {
    font-size: 18px;
  }

  .new-design .section-title {
    font-size: 36px !important;
  }

  .short-h2 {
    font-size: 30px;
  }

  .bio ul li h5 {
    font-size: 1.2em;
  }

  .bio ul li ul li {
    font-size: 1em;
  }
}

.hr-line-title {
  width: 100%;
  height: 1px !important;
  background-color: #f2b285;
  border-radius: 50%;
  position: relative;
  border-top: 1px solid !important;
  margin-bottom: 20px;
  padding: 5px !important;
}

.flex-container {
  display: flex;
  align-items: flex-start;
  gap: 0px;
}

.flex-image {
  flex: 0 0 40%;
  margin-left: 10px;
}

.flex-image-coop {
  flex: 0 0 40%;
  margin-left: 50px;
}

.flex-text {
  flex: 1;
  align-self: center;
  max-width: 100%;
}

.flex-container-bottom {
  display: flex;
  flex-direction: column;
}

.about-image {
  width: 100%;
  height: 350px !important;
}

.values-image {
  width: 100%;
}

.flex-image-bottom .coop-image {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}

.coop-image {
  height: 350px !important;
  padding-top: 25px;
  /* max-width: 100%; */
  /* filter: contrast(1.5); */
}

@media (max-width: 767px) {
  .coop-image {
    width: 100%;
    height: auto !important;
  }

  .flex-container {
    flex-direction: column;
    gap: 20px;
  }

  .flex-image {
    margin-left: 0px !important;
  }

  .about-image {
    max-width: 100%;
  }

  .flex-text {
    margin-left: 0px;
    max-width: 100%;
    text-align: center;
  }
}



/*Values and Career mobile responsive*/
@media (max-width: 768px) {
  .values-image {
    max-width: 100% !important;
  }

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

  .section-title-container {
    padding: 0;
    margin-top: -15px;
  }

  .container .section-title {
    font-size: 0.9rem;
    margin-bottom: -10px;
  }

  .row .section-title-container .text-with-topline {
    font-size: 0.9rem;
  }

  .title-text h4 {
    font-size: 1.1rem;
    /* Adjust header size */
  }

  .title-text p span {
    font-size: 0.9rem;
    /* Adjust header size */
  }

  .new-block-text {
    padding: 10px;
    /* Add padding for smaller devices */
  }

  .new-block-text h4 {
    font-size: 1rem;

  }

  .new-block-text p span {
    font-size: 0.9rem;
    padding-right: 10px;
  }

  .new-info {
    display: flex;
    flex-direction: column;
    /* Stack elements vertically */
  }

  .keep-flow {
    flex-direction: column;
    /* Stack elements vertically */
    margin: 10px 0;
    /* Add some margin */
  }

  .shadow-wrapper,
  .shadow-wrapper-reverse {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*Values and Career mobile responsive*/