@import url('https://rsms.me/inter/inter-ui.css');
@import "bootstrap/scss/_functions.scss";
@import "bootstrap/scss/_variables.scss";
@import "bootstrap/scss/_utilities.scss";
@import "bootstrap/scss/mixins";

Layout & components
@import "root";
@import "reboot";
@import "type";
@import "images";
@import "containers";
@import "grid";
@import "tables";
@import "forms";
@import "buttons";
@import "transitions";
@import "dropdown";
@import "button-group";
@import "nav";
@import "navbar";
@import "card";
@import "accordion";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "alert";
@import "progress";
@import "list-group";
@import "close";
@import "toasts";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
@import "offcanvas";


/*
::selection {
  background: #2D2F36;
}
::-webkit-selection {
  background: #2D2F36;
}
::-moz-selection {
  background: #2D2F36;
}*/
body, html {
  height: 100%;
  margin: 0;
  display:flex;
  font-family: 'Roboto', sans-serif;
}

.bg {
  /* The image used */
  background-image: url("baner1.jpg");

  

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bg_1 {
  /* The image used */
  background-image: url("baner3.jpg");

  

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


.person{
  /* The image used */
  background-image: url("handlowiec3.jpg");
   /* Full height */
   height: 100%; 

   /* Center and scale the image nicely */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   
}
.bottom-align-text {
  position: absolute;
  bottom: 0;
  right: 0;}

  .gray
  {
    background-color: #f5f5f5;
  }

  .blue
  {
    background-color: #140097;

  }

  .red 
  {
  color:#E00A15;
  }

  .fa-li
  {
    color:red;
  }

  .modul a 
  {
  
      color: #000;
      text-decoration: none;
 
  }

 #demo
 {
   height:100vh;
 }
 @media (max-width: 767px) {
  #demo {
    height: 50vh;
  }
}
@media (max-width: 576px) {
  #demo {
    height: 50vh;
  }
}

#border-windr{
padding-bottom:.0rem;
}

#ofimie
{
  height:60vh;
}

.container-windr
{
  max-width: 600px;
}

/*.page {
  background: #e2e2e5;
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  position: absolute;
  place-content: center;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .page {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.container {
  display: flex;
  height: 320px;
  margin: 0 auto;
  width: 640px;
}
@media (max-width: 767px) {
  .container {
    flex-direction: column;
    height: 630px;
    width: 320px;
  }
}
.left {
  background: white;
  height: calc(100% - 40px);
  top: 20px;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .left {
    height: 100%;
    left: 20px;
    width: calc(100% - 40px);
    max-height: 270px;
  }
}
.login {
  font-size: 50px;
  font-weight: 900;
  margin: 50px 40px 40px;
}
.eula {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  margin: 40px;
}
.right {
  background: #474A59;
  box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
  color: #F1F1F2;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .right {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    max-height: 350px;
  }
}
svg {
  position: absolute;
  width: 320px;
}
path {
  fill: none;
  stroke: url(#linearGradient);;
  stroke-width: 4;
  stroke-dasharray: 240 1386;
}
.form {
  margin: 40px;
  position: absolute;
}
label {
  color:  #c2c2c5;
  display: block;
  font-size: 14px;
  height: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}
input {
  background: transparent;
  border: 0;
  color: #f2f2f2;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  outline: none !important;
  width: 100%;
}
input::-moz-focus-inner { 
  border: 0; 
}
#submit {
  color: #707075;
  margin-top: 40px;
  transition: color 300ms;
}
#submit:focus {
  color: #f2f2f2;
}
#submit:active {
  color: #d0d0d2;
}*/







p {
    margin: 0px
}

.container1 {
    margin: 50px auto;
  
}

.karta {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px
}



.karta .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: #140097;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #E00A15;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease
}

.karta:hover .fas.fa-arrow-right {
    bottom: 0px;
    opacity: 1
}

.karta .fab.fa-envira,
.fas.fa-cut,
.fas.fa-chart-pie,
.far.fa-address-book,
.fas.fa-people-carry {
    font-size: 40px;
    background-color: #0000000d;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #140097
}

.karta .h4 {
    font-weight: 700
}

.container .content {
    max-width: 300px
}

.container .content .h-6 {
    color: #140097;
    font-weight: 600
}

.container .content .btn.btn-primary {
    padding: 15px;
    background-color: #140097;
    color: white;
    border-radius: 0px;
    border: none;
    box-shadow: none
}

.karta:hover .fab.fa-envira,
.karta:hover .fas.fa-cut,
.karta:hover .far.fa-address-book,
.karta:hover .fas.fa-chart-pie,
.karta:hover .fas.fa-people-carry {
    color:#E00A15;
    background-color: #140097
}

@media (max-width:990px) {
    .container .content {
        max-width: 100%
    }
}

@media (max-width:500px) {
    body {
        padding: 25px
    }

    .karta {
        width: 100%
    }

    .content {
        padding: 25px
    }
}

/* moduł funkconalny*/

.card1 {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  position: relative;
  
}

.card1 .fas.fa-arrow-right {
  position: absolute;
  bottom: -100px;
  background-color: #140097;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #E00A15;
  opacity: 0;
  transform: translateY(50%);
  transition: all 1s ease
}

.card1:hover .fas.fa-arrow-right {
  bottom: 0px;
  opacity: 1
}

.card1 .fas.fa-hands-helping,
.far.fa-money-bill-alt,
.fas.fa-shipping-fast,
.fas.fa-chart-line
 {
  font-size: 30px;
  background-color:#0000000d;
  height: 80px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5%;
  color: #E00A15
}

.card1 .h4 {
  font-weight: 700
}

.container .content {
  max-width: 300px
}

.container .content .h-6 {
  color: #140097;
  font-weight: 600
}

.container .content .btn.btn-primary {
  padding: 15px;
  background-color: #140097;
  color: white;
  border-radius: 0px;
  border: none;
  box-shadow: none
}

.card1:hover .fas.fa-hands-helping,
.card1:hover .far.fa-money-bill-alt,
.card1:hover .fas.fa-shipping-fast,
.card1:hover .fas.fa-chart-line
 {
  color: #fff;
  background-color: #E00A15;
  transition: all 1s ease;
}

@media (max-width:990px) {
  .container .content {
      max-width: 100%
  }
}

@media (max-width:500px) {
  body {
      padding: 25px
  }

  .card1 {
      width: 100%
  }

  .content {
      padding: 25px
  }
}


.karta2 {
 max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  position: relative;
  box-shadow:none;
  border:1px solid #fff;
}



.karta2 .fas.fa-arrow-right {
  position: absolute;
  bottom: -100px;
  background-color: #140097;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #E00A15;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s ease
}

.karta2:hover .fas.fa-arrow-right {
  bottom: 0px;
  opacity: 0
}

.karta2 .fab.fa-buromobelexperte,
.fas.fa-external-link-alt,
.fas.fa-terminal,
.fas.fa-check-double,
.fas.fa-people-carry {
  font-size: 40px;
  background-color: #0000000d;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #140097
}

.karta2 .h4 {
  font-weight: 700
}

.container .content {
  max-width: 300px
}

.container .content .h-6 {
  color: #140097;
  font-weight: 600
}

.container .content .btn.btn-primary {
  padding: 15px;
  background-color: #140097;
  color: white;
  border-radius: 0px;
  border: none;
  box-shadow: none
}

.karta2:hover .fab.fa-buromobelexperte,
.karta2:hover .fas.fa-external-link-alt,
.karta2:hover .fas.fa-terminal,
.karta2:hover .fas.fa-check-double,
.karta2:hover .fas.fa-people-carry {
  color:#E00A15;
  background-color: #140097
}

@media (max-width:990px) {
  .container .content {
      max-width: 100%
  }
}

@media (max-width:500px) {
  body {
      padding: 25px
  }

  .karta2 {
      width: 100%
  }

  .row-cols-4 {
    width: 100%
}

  .content {
      padding: 25px
  }
}

#windr, #windr1, #windr2, #windr3
{
  border:none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #140097;
}