.btn-cookies {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .btn-cookies {
    padding-bottom: 10px;
  }
}

.btn-cookies:hover {
  color: #B1B1B1;
}

@media (max-width: 991px) {
  .btn-accordion::after {
    width: 2rem !important;
    height: 2rem !important;
    margin-left: 8px !important;
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 2rem !important;
    transition: transform 0.2s ease-in-out !important;
    background-color: white !important;
    border: 0px !important;
    position: relative !important;
    bottom: -0.95rem !important;
  }
}

@media (max-width: 991px) {
  .btn-accordion:not(.collapsed)::after {
    /*        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    */
    transform: rotate(-180deg) !important;
  }
}

.btn-filled-black {
  max-width: 354px;
}
@media (max-width: 576px) {
  .btn-filled-black {
    width: 100%;
  }
}
.btn-filled-black.btn-flying-bottom__fixed {
  width: calc(100% - 5rem);
  max-width: 354px;
}

.btn-flying-bottom {
  width: 100%;
  max-width: 354px;
}
@media (min-width: 576px) {
  .btn-flying-bottom {
    max-width: 159px;
  }
}

.btn-flying-bottom__fixed {
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  max-width: 348px;
}

.outer {
  width: 100%;
  text-align: center;
}

.flying-button {
  display: none;
  width: calc(100% - 5rem);
  max-width: 354px;
  background-color: transparent;
  position: fixed;
  height: 50px;
  bottom: 15px;
  left: 40px;
  z-index: 999;
}
@media (max-width: 576px) {
  .flying-button {
    display: initial;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.flying-button .btn-filled-black {
  width: 100%;
}

.btn-navigation {
  color: black;
  font-size: 14px;
  font-family: "InterTight-Light";
  padding-left: 20px;
  padding-right: 20px;
  /*    @media (min-width: 768px) {
      &-last {
          padding-right: 0;
      }
  }*/
}
@media (max-width: 991px) {
  .btn-navigation {
    font-size: clamp(1.75rem, 1.4817rem + 1.3413vw, 2.3125rem);
    font-family: "InterTight-Light";
  }
}
@media (min-width: 992px) {
  .btn-navigation-last {
    padding-right: 40px;
  }
}
.btn-navigation-active {
  color: #0043FF;
  text-decoration-color: black;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
}

.btn-navigation:hover {
  color: #0043FF;
  text-decoration-color: black;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
}

.btn-navigation:focus {
  outline: none;
  box-shadow: none;
}

.btn-filled:hover {
  color: white;
  background-color: #0043FF;
  border-color: #0043FF;
}

.btn-filled {
  font-size: 16px;
  font-family: "InterTight-Regular";
  border-radius: 15px;
  padding: 7px 25px;
}
.btn-filled-black {
  color: white;
  background-color: black;
  border-color: black;
  /*
  &-large::after {
      @media (max-width: 992px) {
          content: "Contact";
          font-size: 37px;
      }
  }*/
}
@media (max-width: 991px) {
  .btn-filled-black-large {
    width: 90%;
    font-size: 37px;
    /*font-size: 0px;*/
  }
}
@media (max-width: 991px) and (max-height: 700px) {
  .btn-filled-black-large {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}
.btn-filled-red {
  color: white;
  background-color: #FF0146;
  border-color: #FF0146;
}
.btn-filled-blue {
  color: white;
  background-color: #0043FF;
  border-color: #0043FF;
}
.btn-filled-transparent {
  color: black;
  background-color: none;
  border-color: black;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "InterTight-Light";
  src: url("../fonts/intertight/InterTight-Light.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "InterTight-Regular";
  src: url("../fonts/intertight/InterTight-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "InterTight-Medium";
  src: url("../fonts/intertight/InterTight-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
h1 {
  font-size: 47px;
  font-family: "InterTight-Light";
}
@media (max-width: 1440px) {
  h1 {
    font-size: clamp(1.375rem, 1.25rem + 0.625vw, 1.75rem) !important;
  }
}

h2 {
  font-size: 37px;
  font-family: "InterTight-Light";
}
@media (max-width: 1440px) {
  h2 {
    font-size: clamp(1.25rem, 1.1875rem + 0.3125vw, 1.4375rem) !important;
  }
}

h3 {
  font-size: 30px;
  /*    font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem); //30px*/
  font-family: "InterTight-Light";
}
@media (max-width: 1440px) {
  h3 {
    font-size: clamp(1.125rem, 1.0625rem + 0.3125vw, 1.3125rem) !important;
  }
}

h4 {
  font-size: 27px;
  font-family: "InterTight-Light";
}
@media (max-width: 1440px) {
  h4 {
    font-size: clamp(1rem, 0.9375rem + 0.3125vw, 1.1875rem) !important;
  }
}

h5 {
  font-size: 16px;
  font-family: "Inter-Regular";
}
@media (max-width: 1440px) {
  h5 {
    font-size: clamp(0.8125rem, 0.7917rem + 0.1042vw, 0.875rem);
  }
}

h6 {
  font-size: 14px;
  font-family: "Inter-Regular";
}
@media (max-width: 1440px) {
  h6 {
    font-size: clamp(0.6875rem, 0.6667rem + 0.1042vw, 0.75rem);
  }
}

p {
  font-size: 14px;
  font-family: "Inter-Regular";
}
@media (max-width: 1440px) {
  p {
    font-size: clamp(0.6875rem, 0.6667rem + 0.1042vw, 0.75rem);
  }
}

/*h1 {
    font-size: 100px;
    font-family: 'Montserrat-SemiBold';
}

h2 {
    font-size: 50px;
    font-family: 'Montserrat-SemiBold';
}

h3 {
    font-size: 48px;
    font-family: 'Montserrat-SemiBold';
}

h4 {
    font-size: 36px;
    font-family: 'Montserrat-SemiBold';
}

h5 {
    font-size: 26px;
    font-family: 'Montserrat-SemiBold';
}

p {
    font-size: 22px;
    font-family: 'Montserrat-Regular';
}

*/
/*.navbar-brand{
    .img--logo{
        height:45px;
    }
}*/
.container-fluid {
  max-width: 1920px;
  margin: auto;
}

.linkvisuals {
  /*    padding-left: 1.5rem;
  padding-right: 1.5rem;*/
  /*    padding-left: 36px;
  padding-right: 36px;*/
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .linkvisuals {
    padding-left: 20px;
    padding-right: 20px;
    /*        h1 {
        font-size: 27px;
    }*/
  }
}
.linkvisuals hr {
  color: #B1B1B1;
}
.linkvisuals-home h1 {
  font-size: clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem);
}
@media (max-width: 1440px) {
  .linkvisuals-home h1 {
    font-size: clamp(1.2rem, 1rem + 1.4375vw, 2.9375rem);
  }
}
.linkvisuals-home h2 {
  font-size: clamp(1.6875rem, 1.567rem + 0.6024vw, 2.3125rem);
}
.linkvisuals-home-information {
  margin-bottom: 50px;
  padding-top: 120px;
}
@media (max-width: 576px) {
  .linkvisuals-home-information {
    margin-bottom: 50px;
    /*                h1 {
        font-size: 27px;
    }*/
  }
}
.linkvisuals-home-services {
  margin-bottom: 25px;
}
.linkvisuals-home-services a {
  text-decoration: none;
  color: inherit !important;
}
.linkvisuals-home-services .card {
  cursor: pointer;
  border: none;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .linkvisuals-home-services .card {
    margin-bottom: 45px;
    /*                    h2 {
        font-size: 27px;
    }*/
  }
}
.linkvisuals-home-services .card-header {
  border: none;
  background-color: white;
  padding: 0;
}
.linkvisuals-home-services .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkvisuals-home-services .card-body {
  padding-left: 0;
}
.linkvisuals-home-services .card:hover {
  color: #0043FF;
}
.linkvisuals-home-services .card:hover .card-text {
  color: #0043FF;
}
.linkvisuals-services {
  /*&-clients-logotypes {*/
  /*            margin-bottom: 65px;
      margin-top: 65px;*/
  /*.slide {
          img {
              width: 115px;
              animation: scroll 100s linear infinite;
          }
      }

      .slide-track {
          width: 100%;
          display: flex;
          gap: 6em;
          overflow: hidden;
      }

      .slider {
          background-color: white;
          padding-left: 0.5rem;
          padding-right: 0.5rem;

          @media (max-width: 576px) {
              padding-top: 50px;
              padding-bottom: 75px;
          }

          padding-top: 100px;
          padding-bottom: 100px;
      }

      @keyframes scroll {
          0% {
              transform: translateX(0);
          }

          100% {
              transform: translatex(-1000%)
          }
      }
  }*/
}
.linkvisuals-services-billboard {
  height: 20vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/images/services/projektowanie_graficzne_logo.png");
  margin-bottom: 75px;
}



@media (max-width: 576px) {
  .linkvisuals-services-billboard {
    margin-top: 88px;
  }
}
@media (max-width: 576px) {
  .linkvisuals-services-billboard {
    min-height: 280px;
  }
}
@media (max-width: 576px) {
  .linkvisuals-services-billboard {
    margin-bottom: 50px;
    text-align: center;
  }
}
.linkvisuals-services-billboard h1 {
  position: absolute;
  bottom: 40px;
  margin: 0;
  font-size: 37px;
}
@media (max-width: 576px) {
  .linkvisuals-services-billboard h1 {
    bottom: -120px;
    left: 0;
    right: 0;
    position: relative;
    font-size: 37px !important;
  }
}
.linkvisuals-services-billboard-design {
  background-image: url("/assets/images/services/projektowanie_graficzne_logo.png");
}
.linkvisuals-services-billboard-animation {
  background-image: url("/assets/images/services/animacje_promocyjne.png");
}
.linkvisuals-services-billboard-video {
  background-image: url("/assets/images/services/produkcja_filmowa.png");
}

@media (max-width: 576px) {
  .linkvisuals-services-billboard-design {
  background-image: url("/assets/images/services/design_mob.jpg");
}
.linkvisuals-services-billboard-animation {
  background-image: url("/assets/images/services/motion_desing_mob.jpg");
}
.linkvisuals-services-billboard-video {
  background-image: url("/assets/images/services/video_production_mob.jpg");
}
}

.linkvisuals-services-offer {
  margin-bottom: 75px;
}
.linkvisuals-services-offer h3 {
  color: #B1B1B1;
}
@media (max-width: 1440px) {
  .linkvisuals-services-offer {
    margin-bottom: 37px;
  }
}
.linkvisuals-services-offersteps {
  margin-bottom: 150px;
}
@media (max-width: 576px) {
  .linkvisuals-services-offersteps {
    margin-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .linkvisuals-services-offersteps {
    margin-bottom: 75px;
  }
}
.linkvisuals-services-offersteps h3 {
  color: #B1B1B1;
}
.linkvisuals-services-offersteps .additional-information {
  padding: 0;
}
@media (min-width: 992px) {
  .linkvisuals-services-offersteps .additional-information {
    margin-left: 8px;
  }
}
.linkvisuals-services-offersteps .additional-information h2 {
  color: #0043FF;
  font-size: clamp(1.375rem, 1.1875rem + 0.9375vw, 2.3125rem);
}
.linkvisuals-services-offersteps .col-contact {
  /*                padding-right: 20px;
  padding-left: 20px;*/
  margin-top: 10px;
}
@media (min-width: 992px) {
  .linkvisuals-services-offersteps .col-contact {
    /*                    padding-right: 20px;
    padding-left: 20px;*/
  }
}
.linkvisuals-services-offersteps .col-contact .row-button {
  margin-top: 2.25rem !important;
}
.linkvisuals-services-offersteps .col-offer {
  border-right: 1px solid;
  border-color: #E8E8E8;
}
@media (max-width: 991px) {
  .linkvisuals-services-offersteps .col-offer {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .linkvisuals-services-offersteps .col-offer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .linkvisuals-services-offersteps .col-offer-last {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .linkvisuals-services-offersteps .col-offer-last .card {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.linkvisuals-services-offersteps .card {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
  /*border-right: 1px solid;*/
  border-radius: 0px;
  border-color: #B1B1B1;
}
@media (max-width: 991px) {
  .linkvisuals-services-offersteps .card {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid;
    border-color: #E8E8E8;
  }
}
@media (max-width: 1480px) {
  .linkvisuals-services-offersteps .card h2.card-subtitle {
    font-size: clamp(1rem, 0.5rem + 1.3vw, 2.3125rem);
  }
}
.linkvisuals-services-offersteps .card h6, .linkvisuals-services-offersteps .card h5 {
  color: #B1B1B1;
}
.linkvisuals-services-offersteps .card h6.card-title {
  background-color: white;
  height: 40px;
  margin-bottom: -14px;
}
.linkvisuals-services-offersteps .card-navbar {
  background-color: white;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .linkvisuals-services-offersteps .card-navbar {
    margin-right: -40px;
  }
}
.linkvisuals-services-offersteps .card-body {
  padding: 0;
  padding-bottom: 45px;
}

@media (max-width: 576px) {
.linkvisuals-services-offersteps .card-body {
  padding: 0;
  padding-bottom: 20px;
}
}

.linkvisuals-services-offersteps .card-footer {
  padding: 0;
  background-color: white;
  border: none;
}
.linkvisuals-services-latestwork {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .linkvisuals-services-latestwork {
    margin-bottom: 50px;
  }
}
.linkvisuals-services-latestwork a {
  text-decoration: none;
}
.linkvisuals-services-latestwork .card:hover {
  color: #0043FF;
}
.linkvisuals-services-latestwork .card:hover .card-title {
  color: #0043FF;
}
.linkvisuals-services-latestwork .card:hover .card-text {
  color: #0043FF;
}
.linkvisuals-services-latestwork .card {
  border: 0;
}
.linkvisuals-services-latestwork .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .linkvisuals-services-latestwork .card {
    padding-bottom: 45px;
  }
}
.linkvisuals-services-latestwork .card-title {
  color: black;
}
.linkvisuals-services-latestwork .card-text {
  color: #B1B1B1;
}
.linkvisuals-services-latestwork .card-body {
  padding-left: 0;
}
.linkvisuals-services-latestwork h3 {
  color: #B1B1B1;
}
.linkvisuals-services-process {
  margin-bottom: 150px;
}
.linkvisuals-services-process h3 {
  color: #B1B1B1;
}
@media (max-width: 1440px) {
  .linkvisuals-services-process {
    margin-bottom: 75px;
  }
}
.linkvisuals-services-process .col-table:hover {
  color: #0043FF;
}
.linkvisuals-services-process .col-table:hover p {
  color: #0043FF;
}
.linkvisuals-services-process .col-table {
  padding-bottom: 25px;
  padding-top: 50px;
}
@media (max-width: 576px) {
  .linkvisuals-services-process .col-table {
    padding-bottom: 50px;
    padding-top: 25px;
  }
}
@media (max-width: 1400px) {
  .linkvisuals-services-process .col-table p {
    color: #B1B1B1;
    padding-top: 5px;
  }
}
@media (max-width: 1400px) {
  .linkvisuals-services-process .col-table h2, .linkvisuals-services-process .col-table h5 {
    padding-top: 10px;
  }
}
.linkvisuals-services-process .col-table p, .linkvisuals-services-process .col-table h2, .linkvisuals-services-process .col-table h5 {
  margin: 0;
}
.linkvisuals-services-process .col-table-middle {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  /*                    @media (max-width: 1400px) {
      color: black;
  }

  color: #0043FF;*/
}
.linkvisuals-services-process .card {
  border: none;
}
.linkvisuals-services-process img {
  margin-top: -50px;
  /*                width: 606px;
  height: 606px;*/
}
@media (max-width: 1400px) {
  .linkvisuals-services-process img {
    margin-top: 0px;
  }
}
.linkvisuals-services-process video {
  /*                @media (max-width: 1400px) {
      margin-top: 0px;
  }*/
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  /*                width: 606px;
  height: 606px;*/
}
@media (max-width: 1440px) {
.linkvisuals-services-process video {
  /*                @media (max-width: 1400px) {
      margin-top: 0px;
  }*/
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  /*                width: 606px;
  height: 606px;*/
}
}

@media (max-width: 576px) {
.linkvisuals-services-process video {
  /*                @media (max-width: 1400px) {
      margin-top: 0px;
  }*/
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  /*                width: 606px;
  height: 606px;*/
}
}

.linkvisuals-services-process-steps {
  margin-bottom: 65px;
}
.linkvisuals-services-process-steps .col-table {
  vertical-align: middle;
}
.linkvisuals-services-process-steps img {
  width: 606px;
  height: 606px;
}
.linkvisuals-services-clients {
  margin-bottom: 65px;
  /*margin-bottom: 65px;*/
}
@media (max-width: 1440px) {
  .linkvisuals-services-clients {
    margin-bottom: 37px;
  }
}
.linkvisuals-services-clients h3 {
  color: #B1B1B1;
}
.linkvisuals-services-logotypes {
  margin-bottom: 35px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /*            img {
      display: inline;
  }*/
}
.linkvisuals-services-logotypes .slider-logotypes {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-color: transparent transparent;
  cursor: grab;
  scrollbar-color: transparent transparent;
}
.linkvisuals-services-logotypes .slider-logotypes.active {
  cursor: grabbing;
}
.linkvisuals-services-logotypes .slider-logotypes::-webkit-scrollbar {
  display: none;
}
.linkvisuals-services-logotypes a.logotype {
  display: inline-block;
  color: white;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 35px;
  text-decoration: none;
}
.linkvisuals-services-logotypes a.logotype img, .linkvisuals-services-logotypes a.logotype svg {
  height: 100px;
}
.linkvisuals-careers h1 {
  font-size: clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem);
}
.linkvisuals-careers h2 {
  font-size: clamp(1.375rem, 1.0625rem + 1.5625vw, 2.9375rem);
}
.linkvisuals-careers-information {
  margin-bottom: -100px;
  /*            padding-top: 150px;*/
  padding-top: 125px;
}
@media (max-width: 576px) {
  .linkvisuals-careers-information {
    /*                h1 {
        font-size: 27px;
    }*/
    padding-top: 125px;
    margin-bottom: -50px;
  }
}
.linkvisuals-careers-information h3 {
  color: #B1B1B1;
}
@media (max-width: 576px) {
  .linkvisuals-careers-information {
    padding-top: 100px;
  }
}
.linkvisuals-careers-information img {
  margin-top: -20px;
  margin-bottom: 190px;
  margin-left: -40px;
  width: 130%;
  height: auto;
  max-height: 550px;
  max-width: 950px;
  z-index: -2;
}
@media (max-width: 576px) {
  .linkvisuals-careers-information img {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 100%;
    height: auto;
    max-height: 550px;
    max-width: 450px;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .linkvisuals-careers-information img {
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 10px;
    max-height: 550px;
    max-width: 550px;
  }
}
@media (min-width: 993px) and (max-width: 1440px) {
  .linkvisuals-careers-information img {
    margin-top: -50px;
    margin-bottom: 120px;
    margin-left: 10px;
    width: 100%;
    height: auto;
    max-height: 550px;
    max-width: 750px;
  }
}



.linkvisuals-careers-positions h3 {
  color: #B1B1B1;
}
.linkvisuals-careers-offers {
  /*            @media (max-width: 576px) {
      margin-bottom: -50px;
  }*/
  margin-bottom: 50px;
}
.linkvisuals-careers-offers .btn-filled {
  max-width: 150px;
}
@media (max-width: 1400px) {
  .linkvisuals-careers-offers .btn-filled {
    padding: 9px 15px;
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .linkvisuals-careers-offers .btn-filled {
    padding: 6px 12px;
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .linkvisuals-careers-offers .btn-filled {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.linkvisuals-careers-offers h3 {
  color: #B1B1B1;
}
.linkvisuals-careers-offers .col-positions {
  /*                @media (min-width: 1400px) {
      margin-top: -35px;
  }*/
}
@media (min-width: 1600px) {
  .linkvisuals-careers-offers .col-positions {
    margin-top: -65px;
  }
}
@media (max-width: 576px) {
  .linkvisuals-careers-offers .col-positions {
    margin-top: 95px;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .linkvisuals-careers-offers .col-positions {
    margin-top: 65px;
  }
}
.linkvisuals-careers-offers .col-position-details {
  color: #B1B1B1;
  display: none;
}
.linkvisuals-careers-offers .col-position-details ul {
  padding-left: 0px;
  margin-left: 16px;
  color: black;
}
@media (min-width: 1400px) {
  .linkvisuals-careers-offers .col-position-details ul {
    margin-left: -8px;
  }
}
.linkvisuals-careers-offers .col-table {
  padding-bottom: 25px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .linkvisuals-careers-offers .col-table {
    padding-top: 35px;
  }
  .linkvisuals-careers-offers .col-table-first {
    padding-top: 5px;
  }
  .linkvisuals-careers-offers .col-table p {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .linkvisuals-careers-offers .col-table h2, .linkvisuals-careers-offers .col-table h5 {
    padding-top: 10px;
  }
}
.linkvisuals-careers-offers .col-table p {
  color: #B1B1B1;
}
.linkvisuals-careers-offers .col-table p, .linkvisuals-careers-offers .col-table h2, .linkvisuals-careers-offers .col-table h5 {
  margin: 0;
}
.linkvisuals-careers-offers .col-table-middle {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.linkvisuals-careers-offers .card {
  border: none;
}
.linkvisuals-projects-in {
  padding-bottom: 1rem;
}
@media (max-width: 576px) {
  .linkvisuals-projects-in {
    padding-bottom: 0.75rem;
  }
}
.linkvisuals-projects-in h1 {
  font-size: clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem);
}

@media (max-width: 576px) {
  .linkvisuals-projects-in h1 {
    padding-top: 0.75rem;
  }
}
.linkvisuals-projects-in-main {
  /*            @media (max-width: 1200px) {

      h1 {
          font-size: 27px;
      }
  }*/
  padding-top: 84px;
  position: relative;
}
@media (max-width: 767px) {
  .linkvisuals-projects-in-main {
    padding-top: 125px;
  }
}
@media (max-width: 991px) {
  .linkvisuals-projects-in-main {
    padding-top: 88px;
  }
}
.linkvisuals-projects-in-main img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .linkvisuals-projects-in-main img {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .linkvisuals-projects-in-main .information {
    padding-top: 15px;
    /*                    padding-bottom: 25px;*/
  }
}
.linkvisuals-projects-in-main .information p, .linkvisuals-projects-in-main .information h5 {
  color: #B1B1B1;
  /*                    @media (max-width: 767px) {
      display: none;
  }*/
}
.linkvisuals-projects-in-main .information h1 {
  padding-bottom: 20px;
}
.linkvisuals-projects-in-main .roles {
  /*                @media (max-width: 767px) {
      position: initial;
      display: initial;
  }*/
  display: none;
  position: absolute;
  bottom: 1.5rem;
  left: 46px;
}
.linkvisuals-projects-in-main .roles ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.linkvisuals-projects-in-main .roles ul li h5 {
  margin-top: 5px;
  margin-bottom: 0;
  color: #B1B1B1;
}
.linkvisuals-projects-in-second-section img {
  width: 100%;
  height: auto;
}
.linkvisuals-projects-in-third-section {
  /*            @media (max-width: 1200px) {
      h1 {
          font-size: 27px;
      }
  }*/
}
.linkvisuals-projects-in-third-section img {
  width: 100%;
  height: auto;
}
.linkvisuals-projects-in-fourth-section img {
  width: 100%;
  height: auto;
}
.linkvisuals-projects-in-fifth-section img {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .linkvisuals-projects-in-fifth-section img {
    padding-bottom: 0.75rem;
  }
}
.linkvisuals-projects-in-latestwork {
  margin-bottom: 100px;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .linkvisuals-projects-in-latestwork {
    padding-top: 1.25rem;
  }
}
@media (max-width: 576px) {
  .linkvisuals-projects-in-latestwork {
    margin-bottom: 0px;
  }
}
.linkvisuals-projects-in-latestwork a {
  text-decoration: none;
}
.linkvisuals-projects-in-latestwork .card:hover {
  color: #0043FF;
}
.linkvisuals-projects-in-latestwork .card:hover .card-title {
  color: #0043FF;
}
.linkvisuals-projects-in-latestwork .card:hover .card-text {
  color: #0043FF;
}
.linkvisuals-projects-in-latestwork .card {
  border: 0;
}
@media (max-width: 1440px) {
  .linkvisuals-projects-in-latestwork .card {
    padding-bottom: 27px;
  }
}
.linkvisuals-projects-in-latestwork .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.linkvisuals-projects-in-latestwork .card .card-title {
  color: black;
}
.linkvisuals-projects-in-latestwork .card-text {
  color: #B1B1B1;
}
.linkvisuals-projects-in-latestwork .card-body {
  padding-left: 0;
}
.linkvisuals-projects-in-latestwork h3 {
  color: #B1B1B1;
}
.linkvisuals-aboutus h1 {
  font-size: clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem);
}
.linkvisuals-aboutus h2 {
  font-size: clamp(1.375rem, 1.0625rem + 1.5625vw, 2.9375rem);
}
.linkvisuals-aboutus-information {
  padding-top: 125px;
  /*img {
      width: 100%;
      height: auto;
      max-height: 500px;
      max-width: 500px;

      @media (max-width: 1399px) {
          margin-top: 0px;
          //margin-top: -110px;
          margin-bottom: 45px;
          margin-left: 0px;
          z-index: -2;*/
  /*                    width: 100%;
          height: auto;*/
  /*}

      @media (max-width: 767px) {
          width: 100%;
          height: auto;
      }

      @media (max-width: 576px) {
          margin-top: 15px;
      }

      @media (min-width: 767px) {
          margin-top: -55px;
      }*/
  /*                @media (max-width: 992px) {
          margin-top: -55px;
      }*/
  /*@media (min-width: 992px) {
          margin-top: -100px;
      }*/
  /*  margin-bottom: -75px;*/
  /*margin-left: -150px;
      z-index: -2;
  }*/
}
@media (max-width: 576px) {
  .linkvisuals-aboutus-information {
    margin-bottom: -50px;
    /*                h1 {
        font-size: 27px;
    }*/
  }
}
.linkvisuals-aboutus-information h3 {
  color: #B1B1B1;
}
@media (max-width: 576px) {
  .linkvisuals-aboutus-information {
    padding-top: 100px;
  }
}
.linkvisuals-aboutus-information img {
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: -40px;
  width: 130%;
  height: auto;
  max-height: 550px;
  max-width: 950px;
  z-index: -2;
  
}
@media (max-width: 576px) {
  .linkvisuals-aboutus-information img {
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 10px;
    width: 100%;
    height: auto;
    max-height: 550px;
    max-width: 450px;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .linkvisuals-aboutus-information img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    max-height: 550px;
    max-width: 550px;
  }
}
@media (min-width: 993px) and (max-width: 1440px) {
  .linkvisuals-aboutus-information img {
    margin-top: -50px;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 100%;
    height: auto;
    max-height: 550px;
    max-width: 750px;
  }
}
.linkvisuals-aboutus-team {
  margin-bottom: 100px;
  /*            .card:hover {
      color: #0043FF;
  }*/
}
@media (max-width: 992px) {
  .linkvisuals-aboutus-team {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .linkvisuals-aboutus-team {
    margin-bottom: 50px;
  }
}
.linkvisuals-aboutus-team h3 {
  color: #B1B1B1;
}
.linkvisuals-aboutus-team .card {
  margin-bottom: 45px;
  border: 0;
}
@media (max-width: 1440px) {
  .linkvisuals-aboutus-team .card {
    margin-bottom: 25px;
  }
}
.linkvisuals-aboutus-team .card img {
  width: 100%;
}
.linkvisuals-aboutus-team .card-text {
  color: #B1B1B1;
}
.linkvisuals-aboutus-team .card-body {
  padding-left: 0;
}
.linkvisuals-aboutus-team h3 {
  color: #B1B1B1;
}
.linkvisuals-aboutus-office {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .linkvisuals-aboutus-office {
    margin-bottom: 50px;
  }
}
.linkvisuals-aboutus-office h3 {
  color: #B1B1B1;
}
.linkvisuals-aboutus-office img {
  width: 100%;
  height: auto;
}
.linkvisuals-aboutus-values {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .linkvisuals-aboutus-values {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .linkvisuals-aboutus-values h1 {
    font-size: 27px;
  }
}
.linkvisuals-aboutus-values-cards {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .linkvisuals-aboutus-values-cards {
    margin-bottom: 50px;
  }
}
.linkvisuals-aboutus-values-cards h3 {
  color: #B1B1B1;
}
.linkvisuals-aboutus-values-cards .additional-information h2 {
  color: #0043FF;
}
.linkvisuals-aboutus-values-cards .col-offer {
  border-right: 1px solid;
  border-color: #E8E8E8;
}
@media (max-width: 991px) {
  .linkvisuals-aboutus-values-cards .col-offer {
    border-right: none;
  }
}
.linkvisuals-aboutus-values-cards .col-offer-last {
  border-right: none;
}
@media (max-width: 767px) {
  .linkvisuals-aboutus-values-cards .col-offer-last .card {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.linkvisuals-aboutus-values-cards .card {
  padding-right: 35px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
  /*border-right: 1px solid;*/
  border-radius: 0px;
  border-color: #B1B1B1;
}
@media (max-width: 576px) {
  .linkvisuals-aboutus-values-cards .card {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .linkvisuals-aboutus-values-cards .card {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid;
    border-color: #E8E8E8;
  }
}
.linkvisuals-aboutus-values-cards .card p, .linkvisuals-aboutus-values-cards .card h5 {
  color: #B1B1B1;
}
@media (min-width: 991px) {
  .linkvisuals-aboutus-values-cards .card-navbar {
    margin-right: -55px;
    background-color: white;
    padding-bottom: 10px;
    margin-bottom: -8px;
  }
}
.linkvisuals-aboutus-values-cards .card-body {
  padding: 0;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .linkvisuals-aboutus-values-cards .card-body {
    padding-bottom: 45px;
  }
}
.linkvisuals-aboutus-values-cards .card-footer {
  padding: 0;
  background-color: white;
  border: none;
}
.linkvisuals-aboutus-values-cards .card-footer .card-text {
  margin-bottom: 30px;
}
.linkvisuals-aboutus-office-additional {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .linkvisuals-aboutus-office-additional {
    margin-bottom: 50px;
  }
}
.linkvisuals-aboutus-office-additional img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.linkvisuals-aboutus-clients {
  margin-bottom: 65px;
  /*margin-bottom: 65px;*/
}
.linkvisuals-aboutus-clients h3 {
  color: #B1B1B1;
}
.linkvisuals-aboutus-logotypes {
  margin-bottom: 35px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /*            img {
      display: inline;
  }*/
}
.linkvisuals-aboutus-logotypes .slider-logotypes {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-color: transparent transparent;
  cursor: grab;
  scrollbar-color: transparent transparent;
}
.linkvisuals-aboutus-logotypes .slider-logotypes.active {
  cursor: grabbing;
}
.linkvisuals-aboutus-logotypes .slider-logotypes::-webkit-scrollbar {
  display: none;
}
.linkvisuals-aboutus-logotypes a.logotype {
  display: inline-block;
  color: white;
  text-align: center;
  padding-right: 35px;
  padding-left: 35px;
  padding-bottom: 35px;
  text-decoration: none;
}
.linkvisuals-aboutus-logotypes a.logotype img, .linkvisuals-aboutus-logotypes a.logotype svg {
  height: 100px;
}
.linkvisuals-blog {
  margin-bottom: 100px;
  padding-top: 200px;
}
@media (max-width: 576px) {
  .linkvisuals-blog {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .linkvisuals-blog {
    padding-top: 125px;
  }
}
.linkvisuals-blog-cards .card:hover {
  color: #0043FF;
}
.linkvisuals-blog-cards .card:hover a {
  color: #0043FF;
}
.linkvisuals-blog-cards .card:hover p.card-article {
  color: #0043FF;
}
.linkvisuals-blog-cards .card:hover p.p-underline {
  color: #0043FF !important;
}
.linkvisuals-blog-cards .card:hover .card-title {
  color: #0043FF;
}
.linkvisuals-blog-cards .card:hover .card-text {
  color: #0043FF;
}
.linkvisuals-blog-cards a {
  text-decoration: none;
}
.linkvisuals-blog-cards .card {
  border: none;
  margin-bottom: 45px;
}
@media (max-width: 1440px) {
  .linkvisuals-blog-cards .card {
    margin-bottom: 27px;
  }
}
.linkvisuals-blog-cards .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.linkvisuals-blog-cards .card p.card-article {
  color: #B1B1B1;
  margin-bottom: 0.5rem;
}
.linkvisuals-blog-cards .card h4 {
  font-size: 24px;
}
.linkvisuals-blog-cards .card p {
  color: #000000;
}
.linkvisuals-blog-cards .card p.p-underline {
  text-decoration: underline;
}
.linkvisuals-blog-cards .card-title {
  color: black;
}
.linkvisuals-blog-cards .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.linkvisuals-blog-cards .card-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.linkvisuals-blog-in {
  padding-bottom: 1.5rem;
}
.linkvisuals-blog-in-main {
  padding-top: 125px;
  /*            @media (max-width: 767px) {
      padding-top: 125px;
  }

  @media (max-width: 991px) {
      padding-top: 88px;
  }

  padding-top: 84px;*/
}
.linkvisuals-blog-in-main video {
  width: 100%;
  height: 100%;
  max-height: 720px;
  aspect-ratio: 16/9;
}
.linkvisuals-blog-in-main p.title {
  color: #B1B1B1;
  font-size: 17px;
  font-family: "InterTight-Light" !important;
}
@media (max-width: 776px) {
  .linkvisuals-blog-in-main h3 {
    font-size: 22px;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .linkvisuals-blog-in-main h1 {
    font-size: 27px;
  }
}
.linkvisuals-blog-in-main h1 {
  margin-bottom: 25px;
}
.linkvisuals-blog-in-main h3 {
  color: #B1B1B1;
  font-size: 30px;
  margin-bottom: -16px;
}
.linkvisuals-blog-in-main img {
  width: 100%;
  height: auto;
}
.linkvisuals-blog-in-main .btn-filled {
  padding: 7px 55px;
}
@media (max-width: 576px) {
  .linkvisuals-blog-in-main .btn-filled {
    padding: 7px 35px;
  }
}
.linkvisuals-blog-in-main ul {
  padding: 0;
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  .linkvisuals-blog-in-main ul {
    list-style: none;
  }
  .linkvisuals-blog-in-main ul li {
    margin-bottom: 5px;
  }
  .linkvisuals-blog-in-main ul li a {
    width: 100%;
  }
}
.linkvisuals-blog-in-main ul > li {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  /* You can also add some margins here to make it look prettier */
}
@media (min-width: 500px) {
  .linkvisuals-blog-in-main ul > li {
    display: inline;
    display: inline-block;
  }
}
.linkvisuals-blog-in-article h4.author {
  font-size: 18px;
  font-family: "InterTight-Regular" !important;
}
.linkvisuals-blog-in-article h5.date {
  font-family: "InterTight-Light" !important;
  color: #B1B1B1;
}
.linkvisuals-blog-in-article .text-content {
  padding-left: 40px;
  padding-right: 75px;
}
@media (max-width: 992px) {
  .linkvisuals-blog-in-article .text-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.linkvisuals-blog-in-article .text-content h4.title {
  font-size: 22px;
  font-family: "InterTight-Light" !important;
}
@media (max-width: 1440px) {
  .linkvisuals-blog-in-article .text-content h4.title {
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.375rem) !important;
  }
}
.linkvisuals-blog-in-article .text-content h5 {
  font-size: 18px;
  line-height: 30px;
  font-family: "InterTight-Light" !important;
}
@media (max-width: 1440px) {
  .linkvisuals-blog-in-article .text-content h5 {
    font-size: clamp(0.875rem, 0.7917rem + 0.4167vw, 1.125rem) !important;
  }
}
.linkvisuals-blog-in-article-second .text-content {
  padding-left: 40px;
  padding-right: 75px;
  font-family: "InterTight-Light" !important;
}
@media (max-width: 992px) {
  .linkvisuals-blog-in-article-second .text-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.linkvisuals-blog-in-article-second .text-content h4.title {
  font-size: 22px;
  font-family: "InterTight-Light" !important;
}
@media (max-width: 1440px) {
  .linkvisuals-blog-in-article-second .text-content h4.title {
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.375rem) !important;
  }
}
.linkvisuals-blog-in-article-second .text-content h5 {
  font-size: 18px;
  line-height: 30px;
  font-family: "InterTight-Light" !important;
}
@media (max-width: 1440px) {
  .linkvisuals-blog-in-article-second .text-content h5 {
    font-size: clamp(0.875rem, 0.7917rem + 0.4167vw, 1.125rem) !important;
  }
}
.linkvisuals-blog-in-images img {
  width: 100%;
  height: auto;
  margin-bottom: -20px;
  margin-top: 20px;
}


.linkvisuals-blog-in-images-big img {
  width: 100%;
  height: auto;
  margin-bottom: -57px;
  margin-top: 0px;
}

.linkvisuals-blog-in-cards h3 {
  color: #B1B1B1;
}
.linkvisuals-blog-in-cards a {
  text-decoration: none;
}
.linkvisuals-blog-in-cards .card:hover {
  color: #0043FF;
}
.linkvisuals-blog-in-cards .card:hover a {
  color: #0043FF;
}
.linkvisuals-blog-in-cards .card:hover p.card-article {
  color: #0043FF;
}
.linkvisuals-blog-in-cards .card:hover p.p-underline {
  color: #0043FF;
  text-decoration: underline;
}
.linkvisuals-blog-in-cards .card {
  border: none;
  margin-bottom: 45px;
  color: black;
}
.linkvisuals-blog-in-cards .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .linkvisuals-blog-in-cards .card {
    margin-bottom: 27px;
  }
}
.linkvisuals-blog-in-cards .card p.card-article {
  color: #B1B1B1;
  margin-bottom: 0.5rem;
}
.linkvisuals-blog-in-cards .card a {
  text-decoration: none;
  color: #000000;
}
.linkvisuals-blog-in-cards .card p.p-underline {
  color: black;
  text-decoration: underline;
}
.linkvisuals-blog-in-cards .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.linkvisuals-blog-in-cards .card-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.linkvisuals-projects {
  padding-top: 120px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .linkvisuals-projects {
    margin-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  .linkvisuals-projects {
    margin-bottom: 35px;
  }
}
.linkvisuals-projects-label h1 {
  font-size: clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem);
}
.linkvisuals-projects-label .col-filter {
  align-self: center;
  position: relative;
}
@media (min-width: 1400px) {
  .linkvisuals-projects-label .col-filter {
    padding-bottom: 45px;
  }
}
.linkvisuals-projects-cards a {
  text-decoration: none;
}
.linkvisuals-projects-cards .card {
  margin-bottom: 45px;
  border: 0;
}
@media (max-width: 1440px) {
  .linkvisuals-projects-cards .card {
    margin-bottom: 27px;
  }
}
.linkvisuals-projects-cards .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkvisuals-projects-cards .card-title {
  color: black;
}
.linkvisuals-projects-cards .card-text {
  color: #B1B1B1;
}
.linkvisuals-projects-cards .card-body {
  padding-left: 0;
}
.linkvisuals-projects-cards .card:hover {
  color: #0043FF;
}
.linkvisuals-projects-cards .card:hover .card-title {
  color: #0043FF;
}
.linkvisuals-projects-cards .card:hover .card-text {
  color: #0043FF;
}
.linkvisuals-projects-cards h3 {
  color: #B1B1B1;
}
.linkvisuals-contact {
  /*        h2 {
      font-size: clamp(1.375rem, 1.0625rem + 1.5625vw, 2.9375rem); //37px;
  }*/
}
.linkvisuals-contact h1 {
  font-size: clamp(1.5rem, 1.2125rem + 1.4375vw, 2.9375rem);
}
.linkvisuals-contact h4 {
  font-size: clamp(1.25rem, 1.1625rem + 0.4375vw, 1.6875rem);
}
.linkvisuals-contact-information {
  /*            @media (max-width: 1400px) {
      margin-bottom: -0px;
  }*/
  margin-bottom: 125px;
  padding-top: 125px;
  /*img {

      @media (max-width: 1399px) {
          margin-top: 0px;
          margin-bottom: 45px;
          margin-left: 0px;
          z-index: -2;*/
  /*                    width: 100%;
          height: auto;*/
  /*}

      @media (max-width: 767px) {
          width: 100%;
          height: auto;
      }

      margin-top: -150px;*/
  /*  margin-bottom: -75px;*/
  /*margin-left: -150px;
      z-index: -2;
  }*/
  /*            .row-contact{
      margin-bottom:75px
  }*/
}
@media (max-width: 576px) {
  .linkvisuals-contact-information {
    margin-bottom: 50px;
    padding-top: 120px;
    /*                h1 {
        font-size: 27px;
    }*/
  }
}
.linkvisuals-contact-information h3 {
  color: #B1B1B1;
}
.linkvisuals-contact-information h2 {
  color: #0043FF;
}
@media (max-width: 1440px) {
  .linkvisuals-contact-information {
    margin-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .linkvisuals-contact-information {
    padding-top: 100px;
  }
}
.linkvisuals-contact-information img {
  margin-top: -14px;
  margin-bottom: 0px;
  margin-left: -40px;
  width: 130%;
  height: auto;
  max-height: 550px;
  max-width: 950px;
  z-index: -2;
}
@media (max-width: 576px) {
  .linkvisuals-contact-information img {
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    width: 100%;
    height: auto;
    max-height: 550px;
    max-width: 450px;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .linkvisuals-contact-information img {
    margin-top: 20px;
    margin-bottom: 90px;
    margin-left: 0px;
    max-height: 550px;
    max-width: 450px;
  }
}
@media (min-width: 993px) and (max-width: 1440px) {
  .linkvisuals-contact-information img {
    margin-top: -50px;
    margin-bottom: 67px;
    margin-left: 10px;
    width: 100%;
    height: auto;
    max-height: 550px;
    max-width: 750px;
  }
}


.linkvisuals-contact-information .col-contact {
  margin-top: -125px;
}
@media (max-width: 1680px) {
  .linkvisuals-contact-information .col-contact {
    margin-top: -35px;
  }
}
@media (max-width: 567px) {
  .linkvisuals-contact-information .col-contact {
    margin-top: -35px !important;
  }
}
@media (max-width: 1400px) {
  .linkvisuals-contact-information .col-contact {
    margin-top: 0px;
  }
}
@media (max-width: 1440px) {
  .linkvisuals-contact-information .col-contact {
    margin-top: -115px;
  }
}
@media (max-width: 992px) {
  .linkvisuals-contact-information .col-contact {
    margin-top: -60px;
  }
}
.linkvisuals-contact-information .col-contact a {
  text-decoration: none;
}
@media (max-width: 1400px) {
  .linkvisuals-contact-information .col-contact {
    padding-bottom: 25px;
  }
}
.linkvisuals-contact-positions {
  margin-bottom: 100px;
  /*            .col-table:hover {
      h4 {
          color: #0043FF;
      }
  }*/
}
@media (max-width: 1400px) {
  .linkvisuals-contact-positions .btn-filled {
    padding: 9px 15px;
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .linkvisuals-contact-positions .btn-filled {
    padding: 6px 12px;
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .linkvisuals-contact-positions .btn-filled {
    padding: 4px 8px;
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .linkvisuals-contact-positions {
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .linkvisuals-contact-positions {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .linkvisuals-contact-positions .col-actions {
    padding-left: 0;
  }
}
@media (max-width: 1399px) {
  .linkvisuals-contact-positions .col-name {
    /*                        padding-top: 25px;
    padding-bottom: 15px;*/
  }
}
@media (max-width: 576px) {
  .linkvisuals-contact-positions .col-description.text-nowrap {
    white-space: normal !important;
  }
}
.linkvisuals-contact-positions h4 {
  margin: 0;
}
.linkvisuals-contact-positions h4.description {
  color: #B1B1B1;
}
@media (max-width: 576px) {
  .linkvisuals-contact-positions h4.description {
    font-size: 17px !important;
  }
}
.linkvisuals-contact-positions .col-table {
  padding-bottom: 5px;
  padding-top: 5px;
}
.linkvisuals-contact-positions .col-table-middle {
  /*                    h4 {
      color: #0043FF;
  }*/
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.linkvisuals-contact-positions .card {
  border: none;
}
.linkvisuals-contact-location {
  margin-bottom: 100px;
}
.linkvisuals-contact-location a:hover {
  color: #0043FF;
}
.linkvisuals-contact-location a:hover h4 {
  color: #0043FF !important;
}
.linkvisuals-contact-location a {
  color: black;
}
.linkvisuals-contact-location a.social-link {
  text-decoration: none;
}
.linkvisuals-contact-location a.contact-link {
  text-decoration: none;
}
@media (max-width: 1440px) {
  .linkvisuals-contact-location {
    margin-bottom: 50px;
  }
}
.linkvisuals-contact-location .col-12 {
  padding-top: 45px;
}
@media (max-width: 1440px) {
  .linkvisuals-contact-location .col-12 {
    padding-top: 27px;
  }
}
.linkvisuals-contact-location h4 {
  color: #B1B1B1;
}
.linkvisuals-contact-location ul {
  list-style: none;
  padding-top: 45px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .linkvisuals-contact-location ul {
    padding-top: 27px;
  }
}
.linkvisuals-contact-location ul h4 {
  color: black;
}
.linkvisuals-gdpr {
  padding-bottom: 1.5rem;
}
.linkvisuals-gdpr-main {
  padding-top: 125px;
}
.linkvisuals-gdpr-main p.title {
  color: #B1B1B1;
  font-size: 17px;
  font-family: "InterTight-Light" !important;
}
@media (max-width: 776px) {
  .linkvisuals-gdpr-main h3 {
    font-size: 22px;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .linkvisuals-gdpr-main h1 {
    font-size: 27px;
  }
}
.linkvisuals-gdpr-main h1 {
  margin-bottom: 25px;
}
.linkvisuals-gdpr-main h3 {
  color: #B1B1B1;
  font-size: 30px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .linkvisuals-gdpr-article .text-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.linkvisuals-gdpr-article .text-content h4.title {
  font-size: 22px;
  font-family: "InterTight-Medium" !important;
}
@media (max-width: 1440px) {
  .linkvisuals-gdpr-article .text-content h4.title {
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.375rem) !important;
  }
}
.linkvisuals-gdpr-article .text-content h5 {
  font-size: 18px;
  line-height: 30px;
  font-family: "InterTight-Regular" !important;
}
@media (max-width: 1440px) {
  .linkvisuals-gdpr-article .text-content h5 {
    font-size: clamp(0.875rem, 0.7917rem + 0.4167vw, 1.125rem) !important;
  }
}
.linkvisuals-gdpr-article-second .text-content {
  padding-left: 40px;
  padding-right: 75px;
}
@media (max-width: 576px) {
  .linkvisuals-gdpr-article-second .text-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.linkvisuals-gdpr-article-second .text-content h4.title {
  font-size: 22px;
}
.linkvisuals-gdpr-article-second .text-content h5 {
  font-size: 18px;
  line-height: 30px;
}
.linkvisuals-gdpr-images img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.linkvisuals-gdpr-cards h3 {
  color: #B1B1B1;
}
.linkvisuals-gdpr-cards a {
  text-decoration: none;
}
.linkvisuals-gdpr-cards .card:hover {
  color: #0043FF;
}
.linkvisuals-gdpr-cards .card:hover a {
  color: #0043FF;
}
.linkvisuals-gdpr-cards .card:hover p.card-article {
  color: #0043FF;
}
.linkvisuals-gdpr-cards .card:hover p.p-underline {
  color: #0043FF;
  text-decoration: underline;
}
.linkvisuals-gdpr-cards .card {
  border: none;
  margin-bottom: 45px;
  color: black;
}
.linkvisuals-gdpr-cards .card p {
  font-size: 16px;
}
.linkvisuals-gdpr-cards .card p.card-article {
  color: #B1B1B1;
  margin-bottom: 0.5rem;
}
.linkvisuals-gdpr-cards .card h4 {
  font-size: 24px;
}
.linkvisuals-gdpr-cards .card a {
  text-decoration: none;
  color: #000000;
}
.linkvisuals-gdpr-cards .card p.p-underline {
  color: black;
  text-decoration: underline;
}
.linkvisuals-gdpr-cards .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.linkvisuals-gdpr-cards .card-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.linkvisuals-policy {
  padding-bottom: 1.5rem;
}
.linkvisuals-policy-main {
  padding-top: 125px;
}
.linkvisuals-policy-main p.title {
  color: #B1B1B1;
  font-size: 17px;
  font-family: "InterTight-Light" !important;
}
@media (max-width: 776px) {
  .linkvisuals-policy-main h3 {
    font-size: 22px;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .linkvisuals-policy-main h1 {
    font-size: 27px;
  }
}
.linkvisuals-policy-main h1 {
  margin-bottom: 25px;
}
.linkvisuals-policy-main h3 {
  color: #B1B1B1;
  font-size: 30px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .linkvisuals-policy-article .text-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.linkvisuals-policy-article .text-content h4.title {
  font-size: 22px;
  font-family: "InterTight-Medium" !important;
}
@media (max-width: 1440px) {
  .linkvisuals-policy-article .text-content h4.title {
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.375rem) !important;
  }
}
.linkvisuals-policy-article .text-content h5 {
  font-size: 18px;
  line-height: 30px;
  font-family: "InterTight-Regular" !important;
}
@media (max-width: 1440px) {
  .linkvisuals-policy-article .text-content h5 {
    font-size: clamp(0.875rem, 0.7917rem + 0.4167vw, 1.125rem) !important;
  }
}
.linkvisuals-policy-article-second .text-content {
  padding-left: 40px;
  padding-right: 75px;
}
@media (max-width: 576px) {
  .linkvisuals-policy-article-second .text-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.linkvisuals-policy-article-second .text-content h4.title {
  font-size: 22px;
}
.linkvisuals-policy-article-second .text-content h5 {
  font-size: 18px;
  line-height: 30px;
}
.linkvisuals-policy-images img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.linkvisuals-policy-cards h3 {
  color: #B1B1B1;
}
.linkvisuals-policy-cards a {
  text-decoration: none;
}
.linkvisuals-policy-cards .card:hover {
  color: #0043FF;
}
.linkvisuals-policy-cards .card:hover a {
  color: #0043FF;
}
.linkvisuals-policy-cards .card:hover p.card-article {
  color: #0043FF;
}
.linkvisuals-policy-cards .card:hover p.p-underline {
  color: #0043FF;
  text-decoration: underline;
}
.linkvisuals-policy-cards .card {
  border: none;
  margin-bottom: 45px;
  color: black;
}
.linkvisuals-policy-cards .card p {
  font-size: 16px;
}
.linkvisuals-policy-cards .card p.card-article {
  color: #B1B1B1;
  margin-bottom: 0.5rem;
}
.linkvisuals-policy-cards .card h4 {
  font-size: 24px;
}
.linkvisuals-policy-cards .card a {
  text-decoration: none;
  color: #000000;
}
.linkvisuals-policy-cards .card p.p-underline {
  color: black;
  text-decoration: underline;
}
.linkvisuals-policy-cards .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.linkvisuals-policy-cards .card-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.linkvisuals-footer-disappearing {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  width: 100%;
  bottom: 1.5rem;
  left: 0;
  z-index: 999;
  color: #B1B1B1;
}
@media (max-width: 576px) {
  .linkvisuals-footer-disappearing {
    display: none;
  }
}
@media (max-width: 1265px) {
  .linkvisuals-footer-disappearing .col-contact {
    display: none;
  }
}
.linkvisuals-footer {
  padding-bottom: 25px;
}
.linkvisuals-footer a {
  text-decoration: none;
}
.linkvisuals-footer a:hover h5 {
  color: #0043FF !important;
}
.linkvisuals-footer h5 {
  color: #B1B1B1;
}
.linkvisuals-footer-extended h3 {
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
}
.linkvisuals-footer-extended a {
  text-decoration: none;
}
@media (max-width: 375px) {
  .linkvisuals-footer-extended h5 {
    font-size: 13px;
  }
}
.linkvisuals-footer-extended ul {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  color: #B1B1B1;
}
.linkvisuals-footer-extended a.navigation:hover {
  color: #0043FF;
}
.linkvisuals-footer-extended a.navigation {
  color: #B1B1B1;
}
.linkvisuals-footer-extended a:link {
  text-decoration: none;
}
.linkvisuals-footer-extended .btn-filled-black {
  margin-top: 20px;
}
.linkvisuals-footer-extended .btn-filled-black {
  /*            @media (max-width: 576px) {
      width: 100%;
  }*/
}
.linkvisuals-footer-extended .col-margin {
  margin-bottom: 0;
}
.linkvisuals-footer-extended .col-margin-absolute {
  height: auto;
}
@media (max-width: 1440px) {
  .linkvisuals-footer-extended .col-margin-absolute {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .linkvisuals-footer-extended .col-margin {
    margin-bottom: 1.5rem;
  }
}
.linkvisuals-footer-extended .col-custom {
  text-align: start;
}
@media (max-width: 576px) {
  .linkvisuals-footer-extended .col-custom {
    text-align: center;
  }
}
.linkvisuals-footer-extended .additional-footer-info {
  padding-top: 180px;
  /*                    @media (max-width: 576px) {
      margin-bottom:75px;
  }*/
}
.linkvisuals-footer-extended .additional-footer-info a:hover h5 {
  color: #0043FF;
}
.linkvisuals-footer-extended .additional-footer-info h5 {
  color: #B1B1B1;
}
@media (max-width: 1440px) {
  .linkvisuals-footer-extended .additional-footer-info {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .linkvisuals-footer-extended .additional-footer-info .col-company-name {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.linkvisuals-footer-extended .social-media {
  color: #B1B1B1;
}

/*new*/
/*new*/
/*$primary-color: #F0F0F5;
*/
/*.solter {

&-home {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;

    &-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        margin-top: 84px;
    }

    &-text {

        .col-flexed {
            flex: 0;
        }

        .image-label {

            img {
                width: 100%;
                max-width: 984px;
            }
        }
    }

    &-arrow {
        position: absolute;
        bottom: 5rem;
    }
}

&-about {

    .content-section {
        padding: 0.25rem !important;
    }

    @media (min-width: 1200px) {
        .content-section {
            padding: 3rem !important;
        }
    }

    background-color: white;

    .card {
        border-style: none;
        background-color: #F0F0F5;
        border-radius: 10px;
        height: 100%;

        img {
            height: 48px;
        }

        @media (max-width: 1140px) {

            img {
                height: 25px;
            }
        }

        &-main {
            height: 299px;

            @media (max-width: 725px) {
                height: 275px;
            }

            @media (max-width: 625px) {
                height: 350px;
            }

            @media (max-width: 447px) {
                height: 425px;
            }
        }

        &-additional {
            height: 93px;

            @media (max-width: 725px) {
                height: 95px;
            }

            @media (max-width: 625px) {
                height: 150px;
            }

            @media (max-width: 447px) {
                height: 125px;
            }

            p {
                margin-bottom: 0;
            }
        }
    }
}

&-investments {

    .content-section {
        padding: 0.25rem !important;
    }

    @media (min-width: 1200px) {
        .content-section {
            padding: 3rem !important;
        }
    }

    .content-section {
        padding: 0.25rem !important;
    }

    @media (min-width: 1200px) {
        .content-section {
            padding: 3rem !important;
        }
    }

    background-color: #202A42;
    color: white;

    @media (max-width: 576px) {
        h2 {
            font-size: 36px;
        }
    }


    .card {
        img.img-square {
            transition: 0.5s;*/ /* slower out */
/*}

        @media (max-width: 576px) {
            height: 264px;

            .card-body {
                padding: 0;
            }

            .card-footer {
                padding: 0;
            }
        }

        height: 394px;
        margin-bottom: 25px;
        overflow: hidden;
        background-color: #202A42;
        border: 1px solid;
        border-radius: 10px;

        @media (max-width: 512px) {

            h1 {
                font-size: clamp(4rem, 5vw, 5rem);
            }
        }

        &-footer {
            background-color: none;
            border-top: none;

            h4 {
                font-size: 3.17vh;
            }
        }
    }

    .card:hover {

        img.img-square {
            transform: rotate(45deg);
            transition: 0.5s;
        }
    }
}

&-companies-wallet {

    .content-section {
        padding: 0.25rem !important;
    }

    @media (min-width: 1200px) {
        .content-section {
            padding: 3rem !important;
        }
    }

    background-color: #F0F0F5;
    color: black;

    .card {
        height: 220px;
        margin-bottom: 25px;
        overflow: hidden;
        background-color: #F0F0F5;
        border: 1px solid;
        border-radius: 10px;
        border-color: #C1C1CC;

        @media (max-width: 1450px) {

            h3 {
                font-size: clamp(2.5rem, 2.5vw, 2rem);
            }
        }

        &-footer {
            background-color: #F0F0F5;
            border-top: none
        }
    }
}

&-investment-list {

    .content-section {
        padding: 0.25rem !important;
    }

    @media (min-width: 1200px) {
        .content-section {
            padding: 3rem !important;
        }
    }

    background-color: white;
    color: black;

    .card {
        min-height: 220px;
        height: 23.231256599788807vh;
        margin-bottom: 25px;
        overflow: hidden;
        background-color: white;
        border: 1px solid;
        border-radius: 10px;
        border-color: #C1C1CC;

        &-image {
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
    }

    .card:hover {
        border-color: #E6E6EB;

        img {
            transform: translateY(-5px);
        }
    }
}

&-investments-area {

    .content-section {
        padding: 0.25rem !important;
    }

    @media (min-width: 1200px) {
        .content-section {
            padding: 3rem !important;
        }
    }

    background-color: #202A42;
    color: white;

    @media (max-width: 576px) {
        h1 {
            font-size: 68px;
        }

        h2 {
            font-size: 42px;
        }
    }

    .card {
        min-height: 394px;
        margin-bottom: 25px;
        overflow: hidden;
        border: 1px solid;
        border-radius: 10px;
        background-color: #202A42;

        &-footer {
            background-color: #202A42;
            border-top: none;
        }

        &-body {

            h1 {
                opacity: 1;
                transition: opacity 1s ease-in-out;
                -webkit-transition: all 0.2s;
            }

            &-content {
                opacity: 0
            }

            &-hidden {
                position: absolute;
                left: 9px;
                top: -9px;
            }
        }

        img.img-arrow {
            opacity: 1;
            transition: opacity 1s ease-in-out;
            -webkit-transition: all 0.2s;
        }

        img.img-square {
            transition: 0.5s;*/ /* slower out */
/*}
        }

        .card:hover {

            .card-body {

                h1 {
                    opacity: 0;
                    animation-direction: alternate;
                    transform: translate(2cm,0.5cm);
                    animation: 1s ease-out infinite fadeIn;
                    animation-fill-mode: none;
                    animation: step-end;
                    font-size: 125px;
                }

                @keyframes fadeIn {
                    0% {
                        opacity: 1
                    }

                    100% {
                        visibility: hidden;
                        opacity: 0;
                        font-size: 125px;
                    }
                }

                @keyframes fadeInArrow {
                    0% {
                        opacity: 1
                    }

                    100% {
                        visibility: hidden;
                        opacity: 0;
                    }
                }
            }

            img.img-arrow {
                opacity: 0;
                animation-direction: alternate;
                transform: translate(1.2cm,-1cm);
                animation: 1s ease-out infinite fadeInArrow;
                animation-fill-mode: none;
                animation: step-end;
            }

            img.img-square {
                transform: rotate(45deg);
                transition: 0.5s;
            }
        }
    }

    &-estate-wallet {

        .content-section {
            padding: 0.25rem !important;
        }

        @media (min-width: 1200px) {
            .content-section {
                padding: 3rem !important;
            }
        }

        background-color: #F0F0F5;
        color: black;



        .card {
            height: 220px;
            margin-bottom: 25px;
            overflow: hidden;
            background-color: #F0F0F5;
            border: 1px solid;
            border-radius: 10px;
            border-color: #C1C1CC;

            @media (min-width: 576px) {
                white-space: nowrap;
            }

            @media (max-width: 1450px) {

                h3 {
                    font-size: clamp(2.5rem, 2.5vw, 2rem);
                }
            }

            &-footer {
                background-color: #F0F0F5;
                border-top: none
            }
        }
    }

    &-office-image {
        padding: 0;

        img {
            width: 100%;
            //height: 624px;
            max-height: 624px;
            //Usunac i dac male zdjecie
            //height: 624px;
            object-fit: cover;
            object-position: center;
        }
    }

    &-footer {

        .content-section {
            padding: 0.25rem !important;
        }

        @media (min-width: 1200px) {
            .content-section {
                padding: 3rem !important;
            }
        }

        background-color: black;
        color: white;

        &-additional-info {
            color: #535353;

            a {
                color: #535353
            }
        }
    }
}


.modal-body {
    padding: 0;
    overflow: hidden;
}

.modal-company-image {
    @media (min-width: 992px) {
        background-size: cover;
        height: 100vh;
    }
}

.modal-company-website {
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    color: #845A48;
}

.modal-company-description {
    font-size: 20px;
    font-family: 'Montserrat-Regular';
}

.company-additional-info {
    margin-top: 6vw;

    @media (min-height: 893px) {
        margin-top: 12vw;
    }
}

.company-website-info {
    margin-top: 6vw;

    @media (min-height: 893px) {
        margin-top: 12vw;
    }
}*/
.navigation-footer {
  padding-left: 40px;
  position: inherit;
  /*    @media(max-height:790px) {
      padding-bottom: 40px;
  }*/
  bottom: 0;
  width: auto;
  position: relative;
}
@media (max-width: 992px) and (max-height: 700px) {
  .navigation-footer {
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) and (min-height: 700px) {
  .navigation-footer {
    padding-bottom: 40px;
  }
}
.navigation-footer a {
  color: black;
  text-decoration: none;
}
.navigation-footer a:hover {
  color: #0043FF;
}

.languages {
  display: flex;
}
@media (max-width: 991px) {
  .languages .language a {
    font-size: clamp(1rem, 0.9404rem + 0.2981vw, 1.125rem);
    color: #0043FF !important;
  }
}
@media (min-width: 991px) {
  .languages .language-active {
    display: none;
  }
}
.languages .language-active a {
  color: black !important;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-item:hover {
  background-color: transparent;
  color: black;
}
@media (max-width: 992px) {
  .dropdown-item:hover {
    color: #0043FF;
  }
}

@media (min-width: 991px) {
  .dropdown-toggle {
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .dropdown-toggle {
    padding-bottom: 0px;
  }
}
.dropdown-item {
  line-height: 3rem;
  font-size: 14px;
  padding-left: 22px;
  padding-bottom: 0px;
  padding-top: 0px;
  color: #B1B1B1;
    font-family: "InterTight-Light";
}
@media (max-width: 991px) {
  .dropdown-item {
    line-height: 3.3rem;
    font-size: clamp(1.375rem, 1.2558rem + 0.5961vw, 1.625rem);
    padding-left: 60px;
    color: black;
    font-family: "InterTight-Light";
  }
}
.dropdown-item-active {
  color: black !important;
}
@media (max-width: 991px) {
  .dropdown-item-active {
    color: #0043FF !important;
  }
}
.dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "InterTight-Light";
}

@media(max-width: 991px) {
    .dropdown-menu {
        font-family: "InterTight-Light";
        margin-top: 1rem;
    }
}

.navbar-linkvisual {
  line-height: 3;
  /*    padding-left: 1.5rem;
  padding-right: 1.5rem; */
  /*    padding-left: 36px;
  padding-right: 36px; */
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-linkvisual .img-logo {
  /*height: 42.5px;*/
  padding-top: 16px;
}
@media (max-width: 576px) {
  .navbar-linkvisual {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar-main .btn-filled {
  font-size: 14px !important;
}
@media (min-width: 992px) {
  .navbar-main .navbar-nav .nav-item {
    align-self: center;
  }
  .navbar-main .navbar-nav .nav-item .btn-navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .navbar-main .navbar-collapse {
    height: 100vh;
    overflow-y: auto;
  }
  .navbar-main .navbar-nav {
    overflow-y: auto !important;
  }
}
@media (max-width: 991px) and (max-height: 700px) {
  .navbar-main .navbar-nav {
    margin-top: 10px;
  }
}
.navbar-main .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  content: url("/assets/images/navbar-mobile-exit.svg");
  padding-top: 7px;
  padding-bottom: 7px;
  background-image: url("");
}
.navbar-main .navbar-toggler[aria-expanded=true] .navbar-main {
  background-color: white !important;
}
.navbar-main .navbar-toggler-icon {
  content: url("/assets/images/navbar-toggle-icon.svg");
  max-width: 35px;
  max-height: 35px;
  background-image: url("");
}
.navbar-main .navbar-toggler {
  padding: 0;
}
.navbar-main.navbar {
  padding-top: 0.25rem;
  padding-bottom: 0;
}
.navbar-main .navbar-toggler {
  border-style: none;
  font-size: 25px;
  padding-right: 0px;
  line-height: 2 !important;
}
.navbar-main .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-main .navbar-brand {
  padding-bottom: 0;
}

.navbar-projects {
  padding-top: 3px !important;
  padding-bottom: 0px !important;
  /*    @media (max-width: 991px) {
      .navbar-nav {
          border: 1px solid;
          border-radius: 10px;
          border-color: #B1B1B1;
      }
  }*/
  z-index: 5;
}
@media (min-width: 1440px) {
  .navbar-projects {
  }
}
@media (min-width: 768px) {
  .navbar-projects {
    padding-left: 12px !important;
  }
}
@media (min-width: 992px) {
  .navbar-projects {
    right: initial;
  }
}
.navbar-projects .navbar-toggler:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}
.navbar-projects .navbar-collapse {
  background-color: transparent;
  border-radius: 10px;
}
.navbar-projects .nav-link:hover {
  cursor: pointer;
}
@media (min-width: 428px) and (max-width: 1440px) {
  .navbar-projects .nav-filter {
    font-size: clamp(1.0625rem, 1.0939rem - 0.1174vw, 1rem) !important;
  }
}
.navbar-projects .nav-link {
  padding: 0px;
  /*        font-size: 24px;*/
  font-size: clamp(1.08125rem, 0.9658rem + 0.4317vw, 1.5rem);
  /*
          margin-right: 5px;
          margin-right: 5px;*/
  color: #B1B1B1 !important;
  background-color: white;
  color: black;
}
@media (max-width: 428px) {
  .navbar-projects .nav-link {
    font-size: clamp(0.5625rem, -0.3794rem + 5.4605vw, 1.08125rem);
  }
}
.navbar-projects .nav-link.active {
  color: #0043FF !important;
}
@media (min-width: 1400px) {
  .navbar-projects {
    position: absolute;
  }
}
.navbar-projects .navbar-toggler-icon {
  content: url("/assets/images/navbar-projects-icon.png");
  height: 22px;
  width: 28px;
  background-image: url("");
}

/*ul {
    color: white;
}

ul.collapse-stage--list {
    padding: 1em;
}

ul.footer-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;

    li {
        display: inline-block;
        margin-right: 10px;


        btn.btn-navgation {
                padding: 0;
            }

    }

    li a {
        text-decoration: none;
    }
}*/
.cookies {
  width: 100%;
  background-color: black;
  color: white;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  display: none;
}
.cookies p {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.test-body {
  height: 200px !important;
}

/*
main {

        width: 133.5%;
        height: 100%;
        transform-origin: top left;
        transform: scale(75%);

}*/
html {
  scroll-behavior: smooth;
}

/* Padding below the footer and lighter body text */
body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
  color: black;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*#footer {*/
/*position: relative;*/
/*width: 100%;
    bottom: 0;
    min-height: 190px;
    background-color: #B63E02;
    color: white;
}

#footer_transparent {
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 100px;
    background-color: transparent;
    color: white;
}*/
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.card-body-start {
    flex: 0 1 8.2rem;
    align-self: flex-start;
}

@media (max-width: 1480px) {
    .card-body-start {
        flex: 0 1 6.8rem;
        align-self: flex-start;
    } 
}

@media (max-width: 1280px) {
    .card-body-start {
        flex: 0 1 6rem;
        align-self: flex-start;
    } 
}

@media (max-width: 767px) {
    .card-body-start {
        flex: 0 1 3rem;
        align-self: flex-start;
    } 
}

@media (min-width: 1481) and (max-width: 1920px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .navbar-nav .languages {
        display:none;
    }
    
    #navbarCollapse {
        background: #ffffff;
        transition: none !important;
    }
    
    #dropdownMenuLink {
        margin-bottom: 10px;
    }
}