:root {
  /* Black color */
  --black-color: rgba(0, 0, 0, 1);
  /* White color */
  --white-color: rgba(255, 255, 255, 1);
  /* Red color */
  --red-color: rgba(178, 41, 60, 1);
  /* Green color */
  --green-color: rgba(2, 118, 118, 1);
  /* Grey font color */
  --grey-color: rgba(160, 160, 160, 1);
  /* Sigit logo grey color */
  --sigit-grey-color: rgba(197, 198, 181, 0.8);
  /* Linkedin color */
  --linkedin-color: #0a66c2;
  /* Twitter color */
  --twitter-color: #1da1f2;
  /* Body font */
  --ff-primary: "Urbanist", sans-serif;
  /* Header font */
  --ff-accent: "Krona One", sans-serif;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*
  2. Remove default margin
*/
* {
  margin: 0;
}
/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%;
}
/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}
/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
h1,
h2,
h3 {
  line-height: 1;
}
html {
  scroll-padding-top: 7.7vh;
  scroll-behavior: smooth;
}
body {
  font-family: var(--ff-primary);
  text-align: center;
  background-color: var(--black-color);
  color: var(--white-color);
}
.logo-long {
  display: none;
}
#loader {
  top: 50%;
  left: 50%;
  margin-top: -7.5rem;
  margin-left: -7.5rem;
  position: fixed;
  z-index: 999;
}
#loader video {
  height: 15rem;
  width: 15rem;
}

/* TYPOGRAPHY */
a {
  text-decoration: none;
}
.logo-short {
  font-family: var(--ff-accent);
  font-size: 1.5rem;
}
.logo-long {
  font-family: var(--ff-accent);
  font-size: 1.5rem;
}
.navigation a {
  font-size: 1.75rem;
}
@media screen and (min-width: 540px) {
  .navigation a {
    font-size: 1.35rem;
  }
}
.hero-text {
  font-family: var(--ff-accent);
  font-size: 2rem;
  padding: 0 2rem;
  max-width: 100%;
  text-align: start;
  line-height: 3rem;
}
@media screen and (min-width: 540px) {
  .hero-text {
    padding: 2rem;
    max-width: 80%;
    font-size: 2.75rem;
  }
}
.section-title {
  font-size: 1.25rem;
}
.service-title {
  font-family: var(--ff-accent);
  font-size: 1.5rem;
}
@media screen and (min-width: 540px) {
  .section-title {
    font-size: 1.5rem;
  }
}
.service-text-holder h3 {
  margin-bottom: 1rem;
}
.service-text-holder p {
  color: var(--grey-color);
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .service-text-holder p {
    font-size: 1.25rem;
  }
}
.skills-title {
  font-family: var(--ff-accent);
  font-size: 1.5rem;
  color: var(--white-color);
  margin-bottom: 1rem;
}
.skills-section-txt p {
  color: var(--white-color);
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .skills-section-txt p {
    font-size: 1.25rem;
  }
}
.products-name {
  font-size: 1.5rem;
  color: var(--white-color);
  font-family: var(--ff-primary);
}

.about-section-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.about-section-subtitle {
  font-family: var(--ff-accent);
  font-size: 1.5rem;
  color: var(--white-color);
  margin-bottom: 1rem;
}
.about-section-text-holder p {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .about-section-text-holder p {
    font-size: 1.25rem;
  }
}
.products-description {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  padding-left: 1rem;
}
@media screen and (min-width: 900px) {
  .products-description {
    width: 90%;
  }
}

.employee-role {
  font-size: 1rem;
  color: var(--grey-color);
  font-family: var(--ff-primary);
  margin-bottom: 0.5rem;
}
.partners-name {
  font-size: 1.15rem;
  color: var(--white-color);
  font-family: var(--ff-primary);
}
.employee-name {
  font-size: 1.5rem;
  font-family: var(--ff-accent);
  color: var(--black-color);
  line-height: 1.35rem;
}
.contact-title-left {
  font-family: var(--ff-accent);
  margin-bottom: 1rem;
  font-size: 2rem;
}
.contact-title-right {
  font-size: 1.25rem;
  color: var(--grey-color);
  font-weight: bold;
  text-transform: uppercase;
}
.contact-info {
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  .contact-info {
    font-size: 1.25rem;
  }
}
.mail-to {
  font-size: 1.5rem;
  font-family: var(--ff-accent);
}

/*BUTTON */
.button {
  margin-top: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: var(--green-color);
  color: white;
  border: none;
  width: 100%;
  max-width: 20rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  font-family: var(--ff-primary);
}
/*.button:disabled {*/
/*    background-color: var(--grey-color);*/
/*    !*cursor: auto;*!*/
/*}*/

/* LAYOUT */
.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
section {
  position: relative;
  height: 93vh;
}

/* FADE IN */
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.fade-in-active {
  opacity: 1;
}

/* HEADER */
header {
  background: var(--black-color);
  display: flex;
  text-align: center;
  position: fixed;
  z-index: 999;
  width: 100vw;
  top: 0;
  height: 8vh;
}
.logo {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0.5rem 0 0.5rem 0.5rem;
}
.logo img {
  height: 3rem;
  width: 3rem;
}
.nav-toggle-label {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1em;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: var(--white-color);
  height: 3px;
  width: 1.75em;
  border-radius: 2px;
  position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  position: absolute;
}
.nav-toggle-label span::before {
  bottom: 0.5rem;
}
.nav-toggle-label span::after {
  top: 0.5rem;
}

.navigation {
  position: absolute;
  text-align: center;
  top: 100%;
  right: 0;
  background: black;
  width: 100%;
  height: 100vh;
  opacity: 0.9;
  transform-origin: top;
  transition: transform 400ms ease-in-out;
}
.nav-scale {
  transform: scale(1, 0);
}
.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation li {
  margin: 1em;
}
.services-dropdown-button,
.about-dropdown-button {
  color: var(--white-color);
  font-size: 1.75rem;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.services-dropdown-menu,
.about-dropdown-menu {
  display: none;
  min-width: 10rem;
  z-index: 1;
}
.services-dropdown-menu a,
.about-dropdown-menu a {
  color: white;
  padding: 0;
  text-decoration: none;
  display: block;
}

.top-navigation-links,
.dropdown-navigation-links {
  color: var(--white-color);
  background-color: var(--black-color);
  transition: opacity 150ms ease-in-out;
}
@media screen and (min-width: 900px) {
  html {
    scroll-padding-top: 10vh;
  }
  .nav-toggle-label {
    display: none;
  }
  header {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 3fr) 1fr;
    margin-right: 0;
    height: 10vh;
  }
  .logo {
    grid-column: 1 / 3;
    margin: 0 0 0 1rem;
  }
  .logo img {
    height: 4rem;
    width: 4rem;
    max-width: none;
  }
  .logo-long {
    display: flex;
    width: 25rem;
  }
  .logo-short {
    display: none;
  }
  .navigation {
    all: unset; /* this causes issues with Edge, since it's unsupported */
    /*    !* the following lines are not from my video, but add Edge support *!*/
    /*    position: relative;*/
    /*    text-align: left;*/
    /*    transition: none;*/
    /*    transform: scale(1,1);*/
    /*    background: none;*/
    /*    top: initial;*/
    /*    left: initial;*/
    /*    !* end Edge support stuff *!*/
    grid-column: 4 / 5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1rem;
  }
  .navigation ul {
    display: flex;
  }
  .navigation li {
    margin-right: 1rem;
  }
  .top-navigation-links,
  .dropdown-navigation-links {
    opacity: 1;
    font-size: 1.2rem;
    position: relative;
  }
  .top-navigation-links::before {
    content: "";
    display: block;
    height: 5px;
    background: var(--red-color);
    position: absolute;
    top: 1.5em;
    left: 0;
    right: 0;
    transform: scale(0, 1);
    transition: transform ease-in-out 150ms;
  }
  .dropdown-navigation-links::before {
    content: "";
    display: block;
    height: 5px;
    width: 60%;
    background: var(--red-color);
    position: absolute;
    top: 2.5em;
    left: 2rem;
    right: 0;
    transform: scale(0, 1);
    transition: transform ease-in-out 150ms;
  }
  .top-navigation-links:hover::before,
  .dropdown-navigation-links:hover::before {
    transform: scale(1, 1);
  }
  .nav-scale {
    transform: scale(1, 1);
  }
  .services-dropdown-menu-holder,
  .about-dropdown-menu-holder {
    position: relative;
  }
  .services-dropdown-button,
  .about-dropdown-button {
    color: var(--white-color);
    font-size: 1.35rem;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .services-dropdown-menu,
  .about-dropdown-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--black-color);
    opacity: 1;
    min-width: 10rem;
    z-index: 1;
  }
  .services-dropdown-menu a,
  .about-dropdown-menu a {
    color: white;
    padding: 1rem 1.75rem;
    text-decoration: none;
    display: block;
  }
  .services-dropdown-menu a:hover,
  .about-dropdown-menu a:hover {
    background-color: var(--sigit-grey-color);
    color: var(--white-color);
  }
}

/* HERO SECTION */
.hero-section-container {
  width: 100%;
  height: 93vh;
  margin-top: 7vh;
  background-size: cover;
  background-position: center;
  background-image: url("assets/hero-image.webp");
}
.hero-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll-icon {
  width: 7rem;
  height: 7rem;
}
@media screen and (min-width: 540px) {
  .container-max {
    max-width: 800px;
  }
  .container-max-glider {
    max-width: 1000px;
  }
  .hero-section-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  .container-max {
    max-width: 1000px;
  }
  .container-max-glider {
    max-width: 1200px;
  }
}

/* SECTION TITLE */
.section-title-holder {
  background-color: var(--red-color);
  height: 7vh;
  width: 45%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
@media screen and (min-width: 400px) {
  .section-title-holder {
    width: 40%;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .section-title-holder {
    width: 35%;
    padding-left: 3.25rem;
  }
}
@media screen and (min-width: 700px) {
  .section-title-holder {
    width: 30%;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 900px) {
  .section-title-holder {
    width: 25%;
    justify-content: center;
    padding-left: 0;
  }
  .section-title-holder h3 {
    font-size: 1.25rem;
  }
}

/* SERVICES SECTION */
.services-section-container {
  width: 100%;
  height: 100%;
  background: var(--white-color);
}
.services-section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  min-height: 86vh;
}
.service-num {
  font-family: var(--ff-accent);
  font-size: 214px;
  font-weight: 700;
  color: var(--white-color);
  text-shadow:
    -1px 0 #060606,
    0 1px #060606,
    1px 0 #060606,
    0 -1px #060606;
  line-height: 100%;
  height: 8.5rem;
  overflow: hidden;
  margin-bottom: -10px;
}
.service-text-holder {
  margin-top: 1rem;
  line-height: 2rem;
  color: var(--black-color);
}
@media screen and (min-width: 900px) {
  .services-section-content {
    flex-direction: row;
    gap: 1rem;
    padding: 1rem;
    min-height: 83vh;
  }
  .service-holder {
    width: 33%;
    padding-top: 3rem;
  }
  .service-text-holder {
    text-align: start;
  }
}

/* SKILLS SECTION */
.skills-section-container {
  background: var(--black-color);
  width: 100%;
  height: 100%;
}
.skills-section-content {
  width: 100%;
  min-height: 86vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}
.skills-holder {
  width: 100%;
}
.skills-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  padding: 0 3rem;
}
.skills-holder i {
  font-size: 3.5rem;
}
.skill-logo {
  margin: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.tooltip {
  position: relative;
  margin: 1rem;
  display: flex;
  justify-content: center;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  opacity: 0.9;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1rem 0;

  position: absolute;
  bottom: 3.5rem;
  left: -1.5rem;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.skill-text {
  width: 100%;
}
.skill-text span {
  color: var(--white-color);
  font-family: var(--ff-accent);
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .skills-section-content {
    flex-direction: row;
    align-items: start;
    width: 100%;
  }
  .skills-section-txt {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: start;
    padding-top: 6rem;
  }
  .skills-holder {
    grid-template-columns: repeat(4, 1fr);
    padding: 1.5rem 1rem 0 1rem;
    width: 50%;
    align-items: start;
  }
}
@media screen and (min-width: 900px) {
  .skills-section-content {
    min-height: 83vh;
  }
}

/* ABOUT SECTION */
.about-section-container {
  width: 100%;
  height: 100%;
  background: var(--black-color);
}
.about-section-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 1rem;
}
.about-section-text-holder {
  color: white;
  height: 100%;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.about-section-img img {
  width: 100%;
  height: auto;
  aspect-ratio: auto 2 / 3;
  margin-top: 2rem;
  transform: translateY(0);
  transition: transform 2s ease-out;
}
.about-section-img img.floating {
  transform: translateY(-2rem);
}
@media screen and (min-width: 670px) {
  .about-section-content {
    height: 86vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    gap: 1rem;
  }
  .about-section-text-holder {
    text-align: start;
    justify-content: start;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 900px) {
  .about-section-content {
    height: 83vh;
  }
  .about-section-img {
    height: 70vh;
    padding-bottom: 30px;
  }
  .about-section-img {
    display: flex;
    align-items: center;
  }
}

/* PRODUCTS SECTION */
.products-section-container {
  background: var(--white-color);
  width: 100%;
  height: 100%;
}
.products-section-content {
  width: 100%;
  min-height: 86vh;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  padding: 1rem;
  gap: 1rem;
}
.products-holder {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.products-content {
  background-color: var(--sigit-grey-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 23rem;
  width: 100%;
}
.products-content-initial {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products-content-additional {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
}
.products-image-holder {
  height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.products-info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products-info-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.products-image-bytechef {
  aspect-ratio: auto 1/1;
  width: 150px;
  height: 150px;
}
.products-image-talentmarket {
  aspect-ratio: auto 5/2;
  width: 250px;
  height: 100px;
}
.visit-product-button {
  display: block;
  width: 100%;
  max-width: 9rem;
  margin-top: 1rem;
  cursor: pointer;
}
.visit-product-button:hover {
  background-color: var(--sigit-grey-color);
}
.visit-product-button:active {
  background-color: var(--sigit-grey-color);
}

@media screen and (min-width: 900px) {
  .products-section-content {
    min-height: 83vh;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .products-content {
    width: 70%;
    padding: 0.5rem;
    height: 20rem;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .products-holder__left {
    align-items: end;
  }
  .products-holder__right {
    align-items: start;
  }
  .products-holder__up {
    justify-content: start;
  }
  .products-holder__down {
    justify-content: end;
  }
  .products-content-initial {
    width: 100%;
    justify-content: center;
  }
  .products-content-additional {
    width: 100%;
    display: none;
    padding-bottom: 4rem;
    overflow: hidden;
  }
  .visit-product-button {
    display: none;
  }
  .products-description {
    width: 90%;
  }
}

/* TEAM SECTION*/
.glide-navigation {
  display: none;
}
.team-section-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.glide-container {
  height: 86vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  overflow: hidden;
}
.slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  overflow: hidden;
}
.slide-info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-slide-image {
  width: 100%;
  height: auto;
  aspect-ratio: auto 1 / 1;
}
.slide-info-holder {
  background: var(--white-color);
  color: var(--sigit-grey-color);
  width: 100%;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 7rem;
  padding-left: 1.15rem;
}
.slide-link-holder {
  background: var(--green-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 100%;
}
.slide-link-holder a {
  font-size: 2rem;
  color: white;
}
.slide-link-holder a:hover {
  color: var(--linkedin-color);
}
@media screen and (min-width: 900px) {
  .glide-container {
    max-height: 83vh;
  }
  .glide-content {
    padding-top: 0.5rem;
  }
  .glide-navigation {
    display: block;
  }
}

/* PARTNERS */
.partners-section-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.partners-section-content {
  min-height: 86vh;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.15rem;
  padding: 0 1rem 1rem 1rem;
}
.partners-glide-slide {
  background-color: var(--sigit-grey-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.partners-slide-info-holder {
  color: var(--sigit-grey-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 3.5rem;
}
.partners-slide-content {
  margin: 0.75rem;
  height: 21rem;
  width: 14rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.partners-slide-image-codeofus {
  aspect-ratio: auto 1/1;
  width: 150px;
  height: 150px;
}
.partners-slide-image-codesmith {
  aspect-ratio: auto 5/2;
  width: 200px;
  height: 80px;
  margin-bottom: 2rem;
}
.partners-slide-image-kodarium {
  aspect-ratio: auto 1/1;
  width: 150px;
  height: 150px;
}
.partners-slide-image-utilitas {
  aspect-ratio: auto 5/2;
  width: 200px;
  height: 80px;
  margin-bottom: 1.75rem;
}
.partners-slide-image-amplibit {
  aspect-ratio: auto 5/2;
  width: 200px;
  height: 80px;
  margin-bottom: 1.75rem;
}
.partners-slide-image-talentmarket {
  aspect-ratio: auto 5/2;
  width: 200px;
  height: 80px;
  margin-bottom: 1.75rem;
}
.partners-slide-image-werxeeu {
  aspect-ratio: auto 5/2;
  width: 200px;
  height: 80px;
  margin-bottom: 1.75rem;
}
.partners-slide-image-curriqlua {
  aspect-ratio: auto 1/1;
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}
.partners-slide-image-lloyds-digital {
  aspect-ratio: auto 1/1;
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}
.partners-slide-image-itsl {
  aspect-ratio: auto 1/1;
  width: 150px;
  height: 150px;
  margin-bottom: 0.5rem;
}
.partners-slide-image-noema {
  aspect-ratio: auto 5/2;
  width: 200px;
  height: 80px;
  margin-bottom: 2rem;
}
.partners-slide-image-alitic {
  aspect-ratio: auto 1/1;
  width: 150px;
  height: 150px;
  margin-bottom: 0.5rem;
}
.partners-slide-image-luminum {
  aspect-ratio: auto 5/2;
  width: 200px;
  height: 80px;
  margin-bottom: 2rem;
}
.visit-button {
  display: block;
  max-width: 9rem;
}
.visit-button:hover {
  background-color: var(--sigit-grey-color);
}
.visit-button:active {
  background-color: var(--sigit-grey-color);
}
@media screen and (min-width: 800px) {
  .visit-button {
    display: none;
  }
}

/* CONTACT SECTION */
.contact-section-container {
  background: var(--white-color);
  width: 100%;
  height: 100%;
}
.contact-section-content {
  min-height: 86vh;
  color: var(--black-color);
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.15rem;
  padding: 1rem;
}
.contact-info {
  width: 100%;
}
.contact-form-holder {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}
textarea {
  height: 8rem;
}

.privacy-row a {
  text-decoration: underline;
}

.submit-button {
  display: inline-block;
}

@media screen and (min-width: 800px) {
  .contact-section-content {
    flex-direction: row;
    padding: 5rem 1rem 2rem 1rem;
  }
  .contact-info {
    width: 50%;
  }
  .contact-form-holder {
    width: 50%;
    align-items: start;
    padding-top: 1rem;
  }
  .contact-form {
    justify-content: start;
    align-items: end;
  }
  .submit-button {
    max-width: 15rem;
  }
}
@media screen and (min-width: 900px) {
  .contact-section-content {
    min-height: 83vh;
  }
}

/* CERTIFICATIONS */
.certifications {
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}

.certifications-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--grey-color);
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.certifications-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

.certifications-logos img {
  height: 80px;
  width: auto;
  opacity: 0.9;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

@media screen and (min-width: 800px) {
  .certifications-logos img {
    height: 100px;
  }
}

.certifications-logos img:hover {
  opacity: 1;
  transform: scale(1.03);
}

@media screen and (min-width: 800px) {
  .certifications {
    text-align: left;
  }

  .certifications-logos {
    justify-content: flex-start;
  }
}

/* FUNDS */
.funds-section-container {
  background: var(--white-color);
  height: auto;
  width: 100%;
}
.funds-section-content {
  height: auto;
  color: var(--black-color);
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  padding: 1rem;
}
.funds-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.funds-conditions-list {
  list-style: none;
  padding: 0.25rem;
  width: 100%;
}
.funds-condition {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fund-title {
  margin-right: 1rem;
  min-width: 6rem;
  max-width: 6rem;
}
.eu-fund {
  margin-top: 2rem;
  width: 40rem;
}
.eu-fund-conditions {
  width: 40rem;
  margin-top: 1rem;
}

@media screen and (min-width: 800px) {
  .funds-section-content {
    align-items: start;
    padding: 1rem;
  }
  .fund-title {
    margin-right: 2rem;
    min-width: 11rem;
    max-width: 11rem;
  }
}
@media screen and (min-width: 900px) {
  .funds-section-content {
    min-height: 83vh;
  }
}

/* FOOTER */
footer {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.footer-container {
  background: var(--black-color);
  width: 100%;
  height: 100%;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  gap: 0.5rem;
}
.footer-content img {
  height: 4.5rem;
  width: 4.5rem;
}
.footer-content a {
  color: white;
}
.social-media-holder-footer a {
  font-size: 2rem;
  margin: 0.5rem;
}
.footer-linkedin:hover {
  color: var(--linkedin-color);
}
.footer-twitter:hover {
  color: var(--sigit-grey-color);
}

.vertical-line {
  font-size: 1.5rem;
  font-weight: bold;
}

/* BLOGS PAGE */
.blogs-title-holder {
  margin-top: 7vh;
}
.blogs-section-container {
  width: 100%;
  height: auto;
  margin-top: 6.8vh;
  background-size: cover;
  background-position: center;
}
.blogs-section-content {
  display: flex;
  flex-direction: column;
}
.blogs-section-content a {
  color: var(--black-color);
}
.blogs-holder {
  width: auto;
  margin: 2rem 1rem 1rem 1rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 2s ease-out;
  background-color: var(--white-color);
  padding: 0.5rem;
  border-radius: 1rem;
}
.blogs-holder.floating {
  opacity: 1;
  transform: translateY(-0rem);
}
.blogs-holder img {
  width: 100%;
  height: auto;
  aspect-ratio: auto 300 / 160;
  margin-bottom: 1rem;
  border: 1px solid var(--black-color);
}
.blogs-holder h3 {
  text-align: start;
  font-size: 1.25rem;
}
@media screen and (min-width: 800px) {
  .blogs-section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .blogs-section-container {
    margin-top: 9.8vh;
  }
}
@media screen and (min-width: 1000px) {
  .blogs-section-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 1rem;
  }
}

/* BLOG PAGE */
.blog-page-container {
  width: 100%;
  height: auto;
  margin-top: 6.8vh;
  padding: 0.5rem;
  background-size: cover;
  background-position: center;
}
.blog-page-content {
  display: flex;
  flex-direction: column;
  background-color: var(--white-color);
}
.blog-page-holder {
  text-align: start;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.blog-page-holder img {
  width: 100%;
  height: auto;
  aspect-ratio: auto 16 / 9;
  object-fit: cover;
}
.blog-back {
  text-align: start;
  margin: 1.5rem 1rem 0 1rem;
  font-size: 1.5rem;
  color: var(--grey-color);
}
.blog-back:hover {
  color: var(--black-color);
}
.blog-next {
  text-align: start;
  margin: 0.5rem 1rem 0 1rem;
  font-size: 1.5rem;
  color: var(--grey-color);
}
.blog-next:hover {
  color: var(--black-color);
}
.blog-title {
  font-family: var(--ff-accent);
  font-size: 1.5rem;
  color: var(--black-color);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.blog-date {
  color: var(--grey-color);
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.blog-text-section {
  margin: 0.5rem;
}
.blog-subtitle {
  font-family: var(--ff-accent);
  font-size: 1.25rem;
  color: var(--black-color);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.blog-text {
  color: var(--grey-color);
  font-size: 1.15rem;
  margin-top: 1rem;
}
.blog-list {
  color: var(--grey-color);
  font-size: 1.15rem;
}
.indent {
  text-indent: 2rem;
}
.blog-glide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  overflow: hidden;
}
.blog-glide-info {
  background-color: var(--white-color);
  padding: 0.5rem;
  height: 19rem;
}
.blog-glide-info img {
  max-height: 10rem;
  width: 100%;
  height: auto;
  aspect-ratio: auto 16 / 9;
  object-fit: cover;
}

.blog-glide-title {
  text-align: start;
  color: var(--black-color);
  font-size: 1.25rem;
  padding: 1rem;
}
.blog-note {
  font-weight: bold;
}
.blog-linkedin-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}
.blog-linkedin-holder a {
  font-size: 2rem;
  color: var(--grey-color);
}
.blog-linkedin-holder a:hover {
  color: var(--linkedin-color);
}
.next-blog-holder {
  display: flex;
  justify-content: end;
  height: 3rem;
}
.blog-medium-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}
.blog-medium-holder img {
  max-height: 3rem;
  cursor: pointer;
  filter: invert(21%) sepia(9%) saturate(9%) hue-rotate(314deg) brightness(93%)
    contrast(87%);
}
.blog-medium-holder img:hover {
  filter: invert(0%) sepia(19%) saturate(30%) hue-rotate(146deg) brightness(87%)
    contrast(106%);
}
@media screen and (min-width: 750px) {
  .blog-page-content {
    padding: 1rem 3rem 0 3rem;
  }
  .blog-title-image {
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .blog-page-container {
    margin-top: 9.8vh;
    padding: 1rem;
  }
  .blog-page-content {
    padding: 1rem 6rem 0 6rem;
  }
}

.hidden {
  display: none;
}

.border-radius {
  border-radius: 1rem;
}

.text-align-start {
  text-align: start;
}
.text-align-end {
  text-align: end;
}

.blog-text + .blog-text {
  margin-top: 0.5rem;
}

/*PRIVACY AND POLICY */
.privacy-section-container {
  background: var(--white-color);
  height: auto;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.privacy-section-content {
  height: auto;
  color: var(--black-color);
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  padding: 1rem;
}

.privacy-policy-list {
  list-style: none;
  padding: 0.25rem;
  width: 100%;
}

.privacy-policy-item {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.privacy-title {
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.privacy-text {
  max-width: 100%;
  line-height: 1.6;
}

.privacy-sublist {
  list-style: disc;
  padding-left: 1.25rem;
  padding-top: 0.25rem;
}

.privacy-sublist li {
  margin-bottom: 0.25rem;
}

.privacy-text a {
  color: var(--black-color);
  text-decoration: underline;
}

@media screen and (min-width: 800px) {
  .privacy-section-content {
    align-items: start;
    padding: 1rem;
  }

  .privacy-title {
    min-width: 11rem;
  }
}

@media screen and (min-width: 900px) {
  .privacy-section-content {
    min-height: 83vh;
  }
}

/* COOKIES */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 1rem 1.5rem;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  transition: opacity 500ms ease;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  max-width: 70%;
}

.cookie-banner a {
  color: #4ea1ff;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 0.5rem;
}

.cookie-accept {
  background: #4ea1ff;
  color: #000;
  border: none;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 3px;
}

.cookie-reject {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 3px;
}

.cookie-accept:hover {
  background: #2f8cff;
}

.cookie-reject:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }

  .cookie-banner p {
    max-width: 100%;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }
}
