@import url("accessibility-styles.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

header {
  position: relative;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../img/businessman.jpg");
  background-size: cover;
  background-position: center;
}

.menu-item {
  font-size: 13px;
  letter-spacing: 3px;
  color: #eee;
  transition: all 0.5s;
}

.menu-item:hover {
  color: #84b3ff;
}

.line1,
.line2,
.line3 {
  width: 23px;
  height: 3px;
  margin: 5px;
  transition: all 0.5s;
}

.change .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .line2 {
  opacity: 0;
}

.change .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.custom-navbar {
  position: relative;
  padding: 0 30px;
}

.custom-navbar {
  transition: background-color 0.4s ease-in-out;
}

.menu-lang {
  position: absolute;
  top: 70px;
  right: 0;
  background-color: rgba(20, 20, 20, 0.8);
  border-radius: 4px 0 0 4px;
}

.menu-lang a {
  padding: 0.5rem 0.5rem 0;
  display: block;
}

.menu-lang a:last-child {
  padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .menu-lang {
    top: calc(59px / 2 - 20px);
    right: calc(30px + 0.75rem);
    background-color: transparent;
    border-radius: none;
    display: flex;
  }
}

.navbar-nav {
  flex-wrap: wrap;
}

.scrolled {
  background-color: rgba(20, 20, 20, 0.8);
  transition: background-color 0.4s ease-in-out;
}

.no-box-shadow:focus {
  outline: none;
}

.brand-name {
  font-family: "Days One", sans-serif;
  display: inline-block;
}

.div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
}

.change-btn {
  transition: all 0.5s;
}

.marki {
  color: #3d3d3d;
}

.marki-padding {
  padding-top: 2rem;
}

h2.our_brands {
  font-size: 2.2rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3d3d3d;
  font-weight: 700;
  padding: 3rem 1rem 2rem;
}

.container-fix {
  width: 100%;
}

@media (min-width: 1200px) {
  .container-fix {
      max-width: 1500px;
  }
}

h2.our_brands::before {
  position: absolute;
  content: "";
  left: 40%;
  right: 40%;
  bottom: 0;
  height: 15px;
  clip-path: polygon(50% 0%, 100% 0, 50% 25%, 0 0);
  background-color: rgba(70, 125, 227, 1);
}

.portfolio-item {
  margin-bottom: 30px;
}

div.card-marka {
  min-height: 42rem;
  height: 100%;
}

div.card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.button-marka {
  /*position: absolute;*/
  /*left: 50%;*/
  /*bottom: 4%;*/
  /*transform: translate(-50%);*/
  background-color: #467de3;
  padding: 0.4rem 2.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.button-marka:hover {
  background-color: #3864b5;
}

.pic1 {
  background-image: url(../img/marki/pulpit.jpg);
  background-size: cover;
  background-position: center;
  height: 22rem;
}

.pic2 {
  background-image: url(../img/marki/Serwer.jpg);
  background-size: cover;
  background-position: center;
  height: 22rem;
}

.pic3 {
  background-image: url(../img/marki/drive.jpg);
  background-size: cover;
  background-position: center;
  height: 22rem;
}

.pic4 {
  background-image: url(../img/marki/angel.jpeg);
  background-size: cover;
  background-position: 70%;
  height: 22rem;
}

.pic5 {
  background-image: url(../img/marki/security.jpg);
  background-size: cover;
  background-position: center;
  height: 22rem;
}

.pic6 {
  background-image: url(../img/marki/camera.jpg);
  background-size: cover;
  background-position: center;
  height: 22rem;
}

.pic7 {
  background-image: url(../img/marki/podpis.jpg);
  background-size: cover;
  background-position: center;
  height: 22rem;
}

.pic8 {
  background-image: url(../img/marki/office.jpg);
  background-size: cover;
  background-position: center;
  height: 22rem;
}

.pic9 {
  background-image: url(../img/marki/printer.jpg);
  background-size: cover;
  background-position: center;
  height: 22rem;
}

section.about_as {
  width: 100%;
  padding: 2rem 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/about_us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

article.about {
  max-width: 1440px;
  margin: 0 auto;
}

article.about h2 {
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  font-weight: 700;
  padding: 3rem 1rem;
}

article.about ul {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  list-style: none;
  color: white;
}

article.about ul li {
  padding: 0.8rem 2rem;
  border-bottom: 1px solid white;
}

article.about ul li h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

article.about ul li:nth-child(4) {
  border-bottom: none;
}

div.first-content {
  padding: 4rem 0;
}

div.contain {
  padding: 3rem 3rem;
  background-color: rgba(0, 0, 0, 0.2);
}

p.contain_about {
  color: white;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

p.idea {
  font-weight: 500;
  font-size: 1.2rem;
}

p.sign {
  padding-top: 1rem;
  color: white;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

span.quote {
  font-style: italic;
}

span.kb {
  font-size: 1.5rem;
  font-family: "Alex Brush", cursive;
}

.show_me {
  opacity: 0;
}

div.ca_our {
  color: white;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: skewX(-5deg);
  padding: 1rem 0;
  border: none;
}

h5.h_our {
  transform: skewX(5deg);
  font-weight: 600;
  padding: 0.5rem;
  text-transform: uppercase;
  text-align: center;
}

p.p_our {
  transform: skewX(5deg);
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 500;
  padding: 1.5rem;
  text-align: center;
}

div.ca_our p i {
  transform: skewX(5deg);
  color: rgba(70, 125, 227, 1);
}

.contain > img {
  width: 160px;
  float: left;
  margin-right: 20px;
}

section.body-main3 {
  max-width: 1280px;
  margin: 1rem auto;
  padding: 3rem 1rem;
  color: #191919;
}

h2.to-do {
  font-size: 2.2rem;
  position: relative;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3d3d3d;
  font-weight: 700;
  padding: 2rem 1rem;
}

h2.to-do::before {
  position: absolute;
  content: "";
  left: 40%;
  right: 40%;
  bottom: 0;
  height: 15px;
  clip-path: polygon(50% 0%, 100% 0, 50% 25%, 0 0);
  background-color: rgba(70, 125, 227, 1);
}

h2.h-to-do {
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.5rem;
  text-transform: uppercase;
  text-align: center;
}

div.c-to-do {
  min-height: 300px;
  background-color: transparent;
  border: none;
  opacity: 0;
}

p.p-to-do {
  font-size: 1rem;
  padding: 0.5rem;
  text-align: center;
}

div.c-to-do p i {
  color: #1f4895;
}

.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/contact.jpg);
  background-position: center;
  background-size: cover;
}

div.headquarters img {
  width: 100%;
  padding: 2rem;
}

h2.h2-contact {
  font-size: 2.2rem;
  padding: 2.5rem 1rem 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.input {
  background: transparent;
  border-color: transparent;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  transition: all 0.8s;
  color: #fff;
}

.input:focus {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
  border-bottom: 2px solid #3864b5;
}

.submit-button {
  width: 45%;
  padding: 0.8rem 2.5rem;
  margin: 1.3rem 0;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #467de3;
  color: #eee;
  transition: all 0.3s;
  letter-spacing: 3px;
}

.submit-button:hover {
  background-color: #3864b5;
}

.label {
  color: #777;
  display: block;
  margin-top: -70px;
  margin-left: 4px;
  font-size: 13px;
  transition: all 0.3s;
}

.input:placeholder-shown + .label {
  transform: translate(20px, 20px);
  opacity: 0;
  visibility: hidden;
}

.textarea {
  color: #777;
  font-size: 13px;
  border: 0;
}

.textarea-change {
  color: white !important;
  background: transparent !important;
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
}

.textarea-change:focus {
  border-bottom: 2px solid #3864b5;
  box-shadow: none;
}

.success {
  color: #53ba2a;
}

.error {
  color: #cc0c0c;
}

.info {
  font-size: 10px;
}

div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

section.partners {
  width: 100%;
  padding: 3rem 0;
  margin-top: 1rem;
}

section.partners2 {
  width: 100%;
  padding: 0rem 0 4rem 0;
  margin-top: 1rem;
}

section.partners h2,
section.partners2 h2 {
  font-size: 2.2rem;
  position: relative;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3d3d3d;
  font-weight: 700;
  padding: 2rem 1rem;
}

section.partners h2::before,
section.partners2 h2::before {
  position: absolute;
  content: "";
  left: 40%;
  right: 40%;
  bottom: 0;
  height: 15px;
  clip-path: polygon(50% 0%, 100% 0, 50% 25%, 0 0);
  background-color: rgba(70, 125, 227, 1);
}

.scroll1 {
  display: none;
}

.scroll1 img {
  vertical-align: bottom;
  height: 6rem;
  margin: 0 3rem;
}

.module {
  width: 100%;
  margin: 4rem 0;
  padding: 2.5rem 0 1.5rem 0;
}

div.customers {
  max-width: 100%;
}

div.customers_size {
  max-width: 1440px;
  margin: 0 auto;
}

div.d_customers {
  padding: 2rem 2rem;
}

div.customers_list {
  padding: 1rem;
}

div.thanks {
  text-align: center;
  position: relative;
  padding: 2.5rem 2rem;
  background-color: #467de3;
  color: #ffffff;
  transform: skewX(-3deg);
  opacity: 0;
  margin-bottom: -100px;
}

div.thanks::before {
  position: absolute;
  content: "";
  bottom: -1.9rem;
  left: 50%;
  transform: translateX(-50%);
  height: 4rem;
  width: 4rem;
  clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #467de3;
}

div.thanks h4 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 1rem 0;
  transform: skewX(3deg);
}

div.thanks p {
  font-size: 1.2rem;
  transform: skewX(3deg);
}

div.customers_list li {
  list-style: circle;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.9rem;
  letter-spacing: 1px;
  padding: 0.2rem 0;
}

div.customers_list ul li:nth-child(1) {
  list-style: none;
}

div.customers_list li i {
  margin-left: 3rem;
  padding: 1rem;
  color: #467de3;
}

.wrapper-organizacion {
  display: flex;

  padding: 2rem 1rem;
  justify-content: center;
  align-items: center;
}

.organizacion1,
.organizacion2 {
  padding: 2rem 1rem;
  width: 30%;
  display: flex;
  justify-content: center;
}

.organizacion1 a,
.organizacion2 a {
  text-align: center;
}

.organizacion1 img,
.organizacion2 img {
  width: 100%;
}

.organizacion2 img.bni-logo {
  display: inline-block;
  width: 70%;
}

div.top_footer {
  width: 100%;
  background-color: #467de3;
  padding: 0.5rem;
}

div.trilange {
  position: relative;
}

div.trilange::before {
  position: absolute;
  content: "";
  bottom: -3.8rem;
  left: 20%;
  transform: translateX(-50%);
  height: 5rem;
  width: 5rem;
  clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #467de3;
  z-index: 2;
}

div.top_footer p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}

.footer {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/footer.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 4rem;
}

div h5.footer_title {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.8rem 0 1.5rem 0;
  color: #ffffff;
}

div.address p {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer ul.quick-links li {
  padding: 0.2rem 0;
}

.footer ul.quick-links li a {
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer ul.quick-links li a:hover {
  color: #467de3;
}

.footer ul.social li {
  padding: 0.3rem 0.5rem;
}

.footer ul.social li a i {
  font-size: 2.4rem;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.footer ul.social li:hover a i.face {
  color: #3b5999;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.3);
}

.footer ul.social li:hover a i.goog {
  color: #dd4b39;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.3);
}

.footer ul.social li:hover a i.mail {
  color: #467de3;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.3);
}

/* RZETELNA FIRMA */
div.reliable-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

div.reliable-wrapper h5.reliable-title {
  color: #fff;
  font-weight: 600;
}

div.reliable-wrapper h5.reliable-title span {
  font-weight: 900;
  color: red;
}

div.reliable-wrapper p.reliable-text {
  color: #f0f0f0;
  font-size: 0.7rem;
  margin-bottom: 0.4rem;
}

div.reliable-wrapper a.reliable-link {
  text-transform: lowercase;
  color: #3edaf0;
  font-size: 0.7rem;
  letter-spacing: normal;
  transition: 0.3s;
}

div.reliable-wrapper a.reliable-link:hover {
  color: #467de3;
}

/* WSPÓŁPRACA */
div.przycisk-wspolpraca {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

aside.for-free {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}

aside.for-free.show-form {
  display: block;
}

div.try {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 45%;
  padding: 4rem;
  border-radius: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/contact.jpg);
  background-position: center;
  background-size: cover;
}

p.preferContact {
  color: #fafafa;
}

div.exit {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  color: rgba(250, 250, 250, 0.8);
  transition: 0.4s;
}

div.exit i:hover {
  transform: rotate(-45deg);
}

aside.for-free form {
  width: 60%;
  display: flex;
  flex-direction: column;
  color: #1f1f1f;
}

form label {
  font-size: 1rem;
  padding: 1.2rem 1rem 0.7rem 0;
  color: #fafafa;
}

form input {
  background: transparent;
  border-color: transparent;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  transition: all 0.8s;
  color: #fff;
}

form input:focus {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
  border-bottom: 2px solid #3864b5;
}

div.line {
  border-top: 2px solid #467de3;
}

div.logo2 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(80px, 230px));
  justify-content: space-around;
  align-items: center;
}

div.logo2 div {
  justify-self: center;
}

.logo2 img {
  padding: 1rem;
  width: 100%;
}

div .code {
  font-size: 0.7rem;
}

@media (max-width: 1400px) {
  div.try {
    width: 50%;
    height: 60%;
    padding: 2rem;
  }
}

@media (max-width: 1024px) {
  .scroll1 img {
    height: 4rem;
  }

  .module {
    margin: 2rem 0;
    padding: 2.5rem 0 1.5rem 0;
  }
  aside.for-free form {
    width: 75%;
  }
  div.try {
    padding: 2rem;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .scroll1 img {
    height: 3rem;
  }

  .module {
    margin: 2rem 0;
    padding: 2.5rem 0 1.5rem 0;
  }

  div.top_footer p {
    font-size: 1.3rem;
    padding: 0.7rem;
  }

  .footer a {
    margin-top: 1rem;
  }

  .footer a {
    font-size: 0.9rem;
  }

  div.address p {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .wrapper-organizacion {
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
  }

  .organizacion1,
  .organizacion2 {
    padding: 2rem 1rem;
    width: 100%;
  }

  .organizacion2 img.bni-logo {
    width: 60%;
  }

  h2.our_brands::before {
    left: 30%;
    right: 30%;
  }

  div.contain {
    padding: 2rem 1.5rem;
  }

  div.customers_list li {
    font-size: 0.9rem;
    line-height: 1.8rem;
    padding: 0.2rem 0;
  }

  section.partners h2::before {
    left: 30%;
    right: 30%;
    height: 15px;
  }

  .footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  h2.h2-contact {
    font-size: 1.8rem;
  }

  h2.to-do::before {
    left: 30%;
    right: 30%;
  }

  .nav-menu {
    background-color: rgba(20, 20, 20, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.try {
    width: 80%;
    height: 55%;
    padding: 2rem;
  }
  aside.for-free form {
    width: 90%;
  }
}

@media (max-width: 375px) {
  h2.our_brands {
    font-size: 1.9rem;
  }

  p.brand-content {
    font-size: 1rem;
  }

  article.about ul li h5 {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
  }

  div.contain {
    padding: 2rem 1.5rem;
  }

  section.partners h2 {
    font-size: 1.9rem;
    font-weight: 700;
    padding: 1rem 0.5rem 2rem;
  }

  .scroll1 img {
    height: 4rem;
  }

  .module {
    margin: 2rem 0;
    padding: 2.5rem 0 1.5rem 0;
  }

  div.top_footer p {
    font-size: 1.5rem;
    padding: 0.8rem;
  }

  .footer a {
    margin-top: 1rem;
  }

  div.trilange::before {
    left: 50%;
  }

  .submit-button {
    width: 100%;
  }

  .div > img {
    width: 180px;
  }

  h2.h2-contact {
    font-size: 1, 9rem;
    padding: 2.5rem 1rem 1rem;
  }

  article.about h2 {
    font-size: 1.9rem;
    padding: 2rem 1rem;
  }

  h2.to-do {
    font-size: 1.9rem;
    padding: 1rem;
  }
  div.try {
    width: 80%;
    height: 50%;
    padding: 3rem 2rem 2rem 2rem;
  }

  div.thanks h4 {
    font-size: 1.5rem;
  }

  footer a {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 640px) and (orientation: landscape) {
  p.brand-content {
    font-size: 1rem;
  }

  div.card-marka {
    min-height: 48rem;
  }

  .footer a {
    font-size: 0.8rem;
  }

  div.address p {
    font-size: 0.8rem;
  }

  div.top_footer p {
    font-size: 1.3rem;
    padding: 0.8rem;
  }

  .scroll1 img {
    height: 3rem;
  }

  .module {
    margin: 2rem 0;
    padding: 2.5rem 0 1.5rem 0;
  }

  .brand-name {
    font-size: 3rem;
  }
}

@media (max-width: 320px) {
  article.about h2 {
    font-size: 1.7rem;
    padding: 3rem 0.5rem;
  }
}

@media (max-width: 1024px) {
  div.try #ajax-contact2 .disclaimer-form * {
    font-size: 0.8rem;
  }
}

#ajax-contact > div.form-check.p-3 > label {
  padding-top: 0 !important;
}

div.try #ajax-contact2 .disclaimer-form {
  padding-left: 0 !important;
}

#ajax-contact2 {
  width: 80% !important;
}

div.try #ajax-contact2 .disclaimer-form .form-check {

  display: flex;
  flex-direction: column;
  gap: .5rem;
  
  color: white;
}

div.try #ajax-contact2 .disclaimer-form .form-check {
  padding-top: 1rem;
}

div.try #ajax-contact2 .disclaimer-form .form-check label {
  padding: 0;
}

.footer .container {
  width: 90vw !important;
  max-width: 1750px !important;
}

.nis2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  backdrop-filter: blur(10px);
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.5);
}

.nis2 a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nis2 a:hover {
  color: #467de3;
}

.nis2 a svg {
  transition: transform 0.3s;
}

.nis2 a:hover svg {
  transform: translate(5px);
}
