@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
	--dark: #212529;
	--beige: #EBEAE7;
	--lightbeige: #F8F5F3;
	--green: #13B690;
	--blue: #006FE7;
	--gray: #BEBDBD;
	--minfont: 10px;
	--box-width: 35.25rem;
}

html {
  width: 100%;
  height: 100%;
  font-size: clamp(min(2.439vw, var(--minfont)),0.833vw , 16px);
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--beige);
  color: var(--dark);
  font-size: 1rem;
}

h1 {
	font-size: 4.25rem;
	font-weight: 200;
	letter-spacing: -0.054em;
	width: fit-content;
	margin-bottom: 3.75rem;
}

h2 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: -0.044em;
}

h3 {
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: -0.054em;
}

h4 {
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 1.5;
}

.display-2 {
	font-size: 4.5rem !important;
}

.display-4 {
	font-size: min(6vw, 3.5rem) !important;
}

strong {font-weight: 700;}

p {
	font-size: max(var(--minfont), 1rem);
	letter-spacing: -0.019em;
}

.btn-primary {
	min-height: 4.25rem;
	font-weight: bold;
	font-size: 1.25rem;
	background-color: var(--blue);
}

.btn-secondary {
	min-height: 3rem;
	font-weight: 300;
	font-size: 1.25rem;
	background-color: var(--blue);
	border-color: var(--blue);
	padding-left: 3rem;
	padding-right: 3rem;
}

.page-wrapper {
overflow: hidden;
}

.accent {
	color: var(--green);
}

section {position: relative;}

.container-fluid {
	position: relative;
	z-index: 2;
}

/* home */

.home {
	padding: 2rem;
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
.home {padding: 4.875rem 4.875rem 0 4.875rem;}
}

.home .main-info {
	display: flex;
	flex-direction: column;
}

@media (max-width: 991.98px) {
	.home .main-info {
		max-width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
}

.home .main-info .info-box {
	margin-top: auto;
	margin-bottom: 3rem;
}

@media (max-width: 991.98px) {
.home .main-info .info-box {
    margin-left: auto;
    margin-right: auto;
}
}

.home .logotypy {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 2rem;
}

.home .logotypy img {
	width: auto;
	height: 4.375rem;
}

@media (min-width: 992px) {
.home .carousel {
	margin-right: -4.875rem;
	margin-top: -3rem;
	}
}

@media (max-width: 991.98px) {
.home .carousel {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	}
}

.home ul li {
	font-size: 1.625rem;
	letter-spacing: -0.045em;
	background-image: url("../img/check-NsnqZs6.png");
	background-repeat: no-repeat;
	background-position: left top 0.25rem;
	background-size: 1.75rem 1.75rem;
	padding-left: 2.5rem;
	padding-bottom: 0.5rem;
}

.home  ul {
  list-style: none;
  padding-left: 0;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
	width: 2.5rem;
	height: 2.5rem;
	bottom: 0;
    top: auto;
}

.carousel-control-prev {
	left: auto;
	right: 8.0rem;
}

.carousel-control-next {
	right: 5.5rem;
}

@media (max-width: 991.98px) {
.carousel-control-prev {
	left: calc(50% - 2.5rem );
	right: auto;
}

.carousel-control-next {
	right: calc(50% - 2.5rem );
	left: auto;
}
}

.carousel-control-next img, .carousel-control-prev img {
	width: 1.5rem;
	height: 1.5rem;
}

.carousel-item {
	position: relative;
	padding-right: 1.875rem;
	padding-bottom: 3.375rem;
	text-align: right;
}

@media (max-width: 991.98px) {
	.carousel-item {
		padding: 0;
	}
}

.carousel-item .good-idea-img {
	width: 59.813rem;
	max-width: 100%;
	height: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.carousel-item .good-idea-img {
		width: 40rem;
		margin-bottom: 8rem;
	}
}

.home .carousel .info-box {
	position: absolute;
	right:  4.875rem;
	left: auto;
	top: auto;
	bottom: 3rem;
}


@media (max-width: 991.98px) {
.home .carousel .info-box {
    right: 50%;
    transform: translateX(50%);
    width: max-content;
}
}

.info-box {
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
	width: fit-content;
	box-shadow: 0px 1rem 2rem 0px rgba(0,0,0,0.16);
}

.info-box-icon {
	height: stretch;
	width: 7.25rem;
	background-color: var(--green);
}

.info-box-icon img {
	width: 100%;
	height: auto;
}

.info-box-txt {
	padding: 1rem 2rem;
}

.info-box-txt h2 {
	margin-bottom: 0;
	margin-top: auto;
}

.info-box-txt p {
	margin-bottom: auto;
	margin-top: 0;
}


/* form */


.form-bar {
	position: fixed;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	z-index: 10;
}

.form-bar .contact-icon {
	width: 1.25rem;
	height: auto;
}


.form-bar .form-bar-bottom {
	background-color: #fff;
	border-radius: 1rem 1rem 0 0;
	padding: 1rem 1rem 1rem 2rem;
    box-shadow: 0px 1rem 2rem 0px rgba(0,0,0,0.16);
	transform: translateY(100%);
	opacity: 0;
	transition: all .3s ease-In-Out;
}

.form-bar.form-bar-collapse  .form-bar-bottom{
	transform: translateY(0);
	opacity: 1;
}

.form-bar .form-bar-bottom a {
	text-decoration: none;
}

.form-bar .form-bar-bottom .collapse, .form-bar .form-bar-bottom .collapsing {
	position: absolute;
    left: auto;
    right: 0px;
    bottom: 0px;
}

.form-bar .form-bar-bottom .main-form.form-collapse {
	position: relative;
	margin-left: auto;
	margin-right: 0;
	border-radius: 2rem 2rem 0 0;
	left: auto;
    right: 0;
    bottom: 0;
    top: auto;
}

@media (min-width: 1200px) {
.form-bar .form-bar-bottom .main-form.form-collapse {
        position: relative;
        left: auto;
        right: 0;
        bottom: 0;
        top: auto;
	}
}

.form-bar .form-bar-bottom .main-form.form-collapse .form-collapse-btn {
	position: absolute;
	width: 5.5rem;
	height: auto;
	left: calc(50% - (0.5 * 5.5rem) );
	top: -2rem;
}

.main-form {
	background-color: var(--lightbeige);
	border: solid 1px var(--gray);
	border-radius: 2rem;
	box-shadow: 0px 1rem 2rem 0px rgba(0,0,0,0.16);
	width: var(--box-width);
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
	padding: 2rem;
}

@media (min-width: 1200px) {
.home .main-form {
	position: absolute;
	left: calc(50% - (0.5 * var(--box-width)));
	top: auto;
	bottom: 3rem;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.home .main-form {
	position: absolute;
	left: 40rem;
	top: 3rem;
	bottom: auto;
	}
}


.main-form h2 {
	text-align: center;
	font-weight: 400;
	letter-spacing: -0.044em;
	margin-bottom: 1rem;
}


.main-form p {
	text-align: center;
	margin-bottom: 2rem;
}

.main-form label {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	width: 100%;
}

.main-form  input.form-control {
	height: 3rem;
	text-align: center;
	border-color: var(--gray);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16) inset;
	background-color: #fff;
}

.main-form  .form-check {
	padding-left: 2.125rem;
	display: flex;
    flex-direction: row;
    align-items: stretch;
}

.main-form  .form-check-input {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: -2.125rem;
	border-color: var(--gray);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16) inset;

}

.main-form label.form-check-label {
	text-align: justify;
	font-weight: 400;
	font-size: 10px;
	margin-left: .75rem;
}

.main-form .collapse-btn {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.main-form .collapse-btn.collapsed img {
	transform: rotate(180deg);
}


/* Co robimy */

.whatwedo  {
	padding: 7.5rem  2rem 2rem 2rem;
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	 margin-top: 2rem;
}

@media (min-width: 1200px) {
.whatwedo {padding: 7.5rem 4.875rem 0 4.875rem;}
}

.whatwedo::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: calc(50% - 50vw);
	top: 0;
	height: 20rem;
	width: 100vw;
	background-color: var(--lightbeige);
}

.whatwedo .blob {
	position: absolute;
	z-index: 1;
	width: 95.25rem;
	height: auto;
	left: -17rem;
	top: -17rem;
}

.whatwedo .box {
	text-align: center;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0px 1rem 2rem 0px rgba(0,0,0,0.16);
	padding: 3.75rem 2rem 2rem 2rem;
	height: 100%;
}

.whatwedo .box img {
	margin-bottom: 2rem;
}

.whatwedo .box h3 {
	margin-bottom: 1rem;
}

.whatwedo .box p {
	margin-bottom: 0;
}

/* zaufaj nam */

.trustus  {
	padding: 7.5rem  2rem 2rem 2rem;
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	 margin-top: 2rem;
}

@media (min-width: 1200px) {
.trustus {padding: 7.5rem 4.875rem 0 4.875rem;}
}


.good-idea-for-payment {
	width: 80%;
	max-width: 23.313rem;
	height: auto;
}

/* czym jest blik i clicash */

.whatis {
	padding: 8.125rem 0;
}

.whatis .container-fluid {
	background-color: #2B353D;
	color: #fff;
}

.whatis .col-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.whatis .logotypy-clicash img, .whatis .logotypy-blik img {
	width: auto;
	height: 3.075rem;
}

.whatis .logotypy-clicash, .whatis .logotypy-blik {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    gap: 1.5rem!important;
}

@media (max-width: 991.98px) {
	.whatis .logotypy-clicash, .whatis .logotypy-blik {
		flex-direction: column;
	}

}

.whatis .whatis-clicash {
	background-image: url("../img/whatis/maszt-green-B4M-wnD.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:  left center;
}

@media (min-width: 992px) {
.whatis .whatis-clicash {
	background-position: right center;
	}
	}

@media (min-width: 992px) {
.whatis .whatis-clicash .info-box {
	margin: auto 0 0 auto;
}
}

@media (min-width: 992px) {
.whatis .whatis-clicash .col-inner {
	padding-right: 3rem;
}
}

.whatis .phone-buy {
	width: 100%;
	height: auto;
	max-width: 18.5rem;
	margin: -4.75rem auto -5.875rem auto;
}

.whatis .phone-buy-col {
	max-width: 21.5rem;
}

.whatis .col-inner {
 	max-width: 44.375rem;
	padding-top: 3.75rem;
}


.whatis .whatis-blik {
	background-image: url("../img/whatis/banking-green-fRSuoYm.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
}
@media (min-width: 992px) {
.whatis .whatis-blik {
	background-position: left center;
	}
	}


@media (min-width: 992px) {
.whatis .whatis-blik .info-box {
	margin: auto auto 0 0 ;
}
}

@media (min-width: 992px) {
.whatis .whatis-blik .col-inner {
	padding-left: 3rem;
}
}

.whatis .info-box {
	color: var(--dark);
	margin: 4rem auto;
}

@media (min-width: 992px) {
.whatis .info-box {
	transform: translateY(50%);
}
}


/* dla kogo */


.forwhom  {
	padding: 5.375rem  2rem 2rem 2rem;
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
.forwhom {padding: 5.375rem 4.875rem 0 4.875rem;}
}

.forwhom  .box {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0px 1rem 2rem 0px rgba(0,0,0,0.16);
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
}

@media (min-width: 992px) {
.forwhom  .box { flex-direction: row;}
}

.forwhom  .box .forwhom-img {
	 object-fit: cover;
}

@media (min-width: 1200px) {
.forwhom  .box .forwhom-img {
	width: 100%;
	max-width: 48.688rem;
	height: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.forwhom  .box .forwhom-img {
	width: 40%;
	height: auto;
	}
}

@media (max-width: 991.98px) {

	.forwhom  .box .forwhom-img {
	width: 100%;
	height: 30rem;
	}

}


.forwhom  .box .text-div {
	padding: 3.75rem;
	display: flex;
	flex-direction: column;
    align-items: stretch;
}

.forwhom  .box .text-div h2  {
	margin-bottom: 2rem;
}
.forwhom  .box .text-div h4  {
	margin-bottom: 2rem;
}

.forwhom .info-box {
	width: 100%;
}
.forwhom  .blob {
	position: absolute;
	z-index: 1;
	width: 96rem;
	height: auto;
	right: -7rem;
	top: -17rem;
}

/* contact */

.contact  {
	padding: 7.5rem  2rem 7.5rem 2rem;
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	 margin-top: 2rem;
}

@media (min-width: 1200px) {
.contact {padding: 7.5rem 4.875rem 7.5rem 4.875rem;}
}

.contact a {
	text-decoration: none;
}

.contact-us {
	width: 80%;
	max-width: 27.563rem;
	height: auto;
}

.contact .contact-icon {
	width: 2.938rem;
	height: auto;
}


/* stopka */


.dv  {
	padding: 7.5rem  2rem 7.5rem 2rem;
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
.dv {padding: 4.875rem;}
}

.dv::before {
	content: '';
	display: block;
	background-image: url("../img/dv-bg-5TdRvcQ.jpg");
	background-repeat: no-repeat;
	background-size: auto 166%;
	background-position: center top;
	position: absolute;
	z-index: 1;
	left: calc(50% - 50vw);
	top: 0;
	height: 34.25rem;
	width: 100vw;
	background-color: var(--green);
}

.dv.trig::before {
		  background-position: center top var(--trig, 0%);
     will-change: background-position;
}

@media (max-width: 991.98px) {
	.dv::before {
		height: calc(100% - 40vw);
	}
}

.dv h2  {
	color: #fff;
	margin-bottom: 3.75rem;
}

.dv h4  {
	color: #fff;
	margin-bottom: 1.5rem;
}

.dv .stats .display-2 {
	line-height: 1;
}

.dv .stats h4 {
	color: var(--dark);
}

@media (max-width: 991.98px) {
.dv .stats h4, .dv .stats  .accent {
	color: #fff;
}
}

footer {
	color: #fff;
	background-color: var(--dark);
	padding: 5.625rem 0 10rem 0;
}

footer .dv-logo {
	width: auto;
	height: 1rem;
	margin-bottom: 0.25rem;
}
footer .nav-link {
	color: #fff;
}

/* Parallax */

.blob { transform: translateY(calc(var(--trig) * 0.075)) rotateZ(calc(var(--trig-deg) * -0.015)); }

.parallax { transform: translateY(calc(var(--trig) * -0.15)); }

/* Flash messages */
.flash-messages {
	position: fixed;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	width: auto;
	max-width: 90%;
}
