.doc-lib-pro-content{
    margin: 50vh 10px 40px;
}

.about-us-content {
    margin: 50vh 0 40px;
}

.document-container {
    padding: 20px;
    margin-left: 50%;
    margin-top: 40px;
    transform: translateX(-50%);
    width: 80%;
    height: 32px;
    background: linear-gradient(45deg, #ECE1EF, #DAEAF6);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.custom-x-scrollbar {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #7fa9c1 #9ed3f1;
}

.custom-x-scrollbar::-webkit-scrollbar {
    height: 3px;
    width: 10px;
}

.custom-x-scrollbar::-webkit-scrollbar-track {
    background-color: #9ed3f1;
}

.custom-x-scrollbar::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.document-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    color: #80A2C1;
}

.other-footer-shape {
    display: block;
    width: 100%;
}

.display-mobile {
    display: none;
}

.doc-lib-pro-content-projects-slider-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 35vh 12vw;
    grid-gap: 3vw;
    position: relative;
}

.project-slider-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

.linear-gradient-borders {
  height: 100%;
  background: linear-gradient(90deg, #47D3FF, #D37AB2);
  padding: 1px;
}

.linear-gradient-borders-container {
  background: white;
  height: 100%;
  display: inline-block;
  width: 100%;
}

.project-card-title {
    overflow-x: auto;
    margin-left: 10%;
    margin-right: 10%;
}

.flip-card {
  background-color: transparent;
  height: 26vw;
  perspective: 1000px;
  cursor: pointer;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  text-align: center;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}

.helper-center-span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.project-slider-image{
  vertical-align: middle;
  width: 75%;
  height: auto;
}

.project-pagination {
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(90deg, #47D3FF, #D37AB2);
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none !important;
}

.project-pagination-left {
    left: -45px;
}

.project-pagination-right {
    right: -45px;
}

.arrow-icon {
  width: auto;
  margin-left: -2px;
  cursor: pointer;
  margin-top: 4px;
}

.arrow-icon-left {
  transform: rotate(180deg);
}

.flip-card-back-content{
  height: fit-content;
  height: -moz-max-content;
  position: relative;
  transform: translateY(-14%);
  margin-top: 50%;
}

.other-footer-image {
  width: 100%;
  margin-top: -55vh;
}

.flip-card-back-date {
  font-size: 1.2vw;
}

.sponsors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin: 10vw 10vw 30vh;
}

.sponsor-image {
  height: 50%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sponsored-by-eu-image {
    width: 200px;
}

.mt-sponsor {
  margin-top: 30px;
}

.mb-sponsor {
  margin-bottom: 30px;
}

.sponsor-image-fill-height {
  height: 100%;
}
.ft {
  background: white;
}
@media screen and (max-width: 960px) {
    .doc-lib-pro-content {
        margin: 40px 10px;
    }

    .document-container {
        padding: 10px;
        height: 35px;
    }

    .document-title {
        font-size: 11px;
        line-height: 35px;
    }

    .hidden-mobile {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .doc-lib-pro-content-projects-slider-container {
        margin: 40px 10px;
        display: block;
    }

    .other-footer-image {
      margin-top: -19vh;
    }
    .sponsors {
      grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .project-pagination{
      display: none;
    }
    .mrs-sponsor{
      max-height:300px;
    }
    .mzez-sponsor {
      max-height: 100px;
    }
    .unicef-sponsor {
      max-height: 200px;
    }
}

/*About Us */

  .lookbook-container {
    margin: 10.4vw auto;
    padding: 20px;
    position: relative;
  }

  .lookbook-main {
    overflow: hidden;
    box-sizing: content-box;
    height: auto;
    margin: auto;
    width: calc(63vw + 120px);
  }

  .blog {
    width: fit-content;
    width: -moz-fit-content;
    height: 100%;
  }

  .blog-card {
      padding: 20px;
  }

  .flip-card-about-us, .blog-card {
    width: 21vw;
  }


  .lookbook-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  button {
    border: none;
    outline: none;
    background: transparent;
    font-size: 2rem;
    cursor: pointer;
  }

  button:hover {
    opacity: 0.4;
  }

  .lookbook {
    width: fit-content;
    width: -moz-fit-content;
    overflow: hidden;
  }


  .slider {
    display: flex;
    width: auto;
    transition: 0.5s ease-in-out;
  }
  .about-us-slide-left {
      left: 6vw;
      cursor: pointer;
  }
  .about-us-slide-right {
      right: 6vw;
      cursor: pointer;
  }
@media screen and (max-width: 960px) {
    .flip-card-about-us, .blog-card {
        width: 279px;
    }

    .flip-card-about-us {
        height: 338px;
    }

    .lookbook-main {
        width: 319px;
    }
}


@media screen and (max-width: 690px) {
    .flip-card-about-us {
        width: 202px;
    }

    .blog-card {
        width: 242px;
    }

    .flip-card-about-us {
        height: 260px;
    }

    .lookbook-main {
        width: 242px;
    }

    .lookbook-main-blog {
        width: 282px;
    }
}
