/* main.css
             _                           _ 
            | |                         | |
__  ________| | _____  _ __ ___    _ __ | |
\ \/ /______| |/ / _ \| '_ ` _ \  | '_ \| |
 >  <       |   < (_) | | | | | |_| |_) | |
/_/\_\      |_|\_\___/|_| |_| |_(_) .__/|_|
                                  | |      
                                  |_|      
*/

html {
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}
.sam_col-md-12{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
body {
  font-family: "Nunito", sans-serif;
  color: #000;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
}

.container {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  max-width: 1140px;
}




@media (min-width: 1360px) {
  .container {
    max-width: 1330px;
  }
}

.container-fluid {
  border-radius: 0 !important;
}

.wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.start{
	display: flex;
}
.content {
  max-width: 1600px;
  margin: auto;
}

.disclaimer {
  color: #000;
  font-size: 14px;
}

.color-light {
  color: #808080;
}

/* 	wszystkie img responsywne dostosowują się do kontenera w jakim sa umieszczone nie ma potrzeby uzywania img-fluid w klasach */
img {
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: center;
  align-self: center;
}

/* ==========================================================================
   pozostałe style poniżej
   ========================================================================== */

.bg-header {
  color: #000;
  background-image: url("../img/bg-header.jpg?v");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  background-position: center;
}

h1 {
  font-size: 30px;
}

@media screen and (max-width: 430px) {

  .bg-header h1 {
    font-size: 24px;
  }

  .bg-header h2 {
    padding-top: 8px;
    font-size: 14px;
  }
}

.padding-header {
  padding-top: 50%;
}

.form-control {
  border-radius: 30px;
}

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

label.invalid {
  font-size: small;
  color: red;
}

.product-item h2 {
  font-size: 24px;
}

.st {
  padding-bottom: 30px;
}

/* update 21' */

header{
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	width: 100%;
}

/* header .logo img{
	height: 45px;
} */

.logo {
  display: flex;
  justify-content: space-between;

  margin-bottom: 3rem;
  padding-right: 35px !important;
  padding-left: 35px !important;
}


/*.x-kom_logo {
  width: 60%;
}*/

  @media (max-width: 560px) {
    .x-kom_logo {
      width: 120px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
  }


  .real_logo {
    max-width: 100%;
  }

@media (max-width: 560px) {
  .real_logo {
    width: 40% !important;
  }
}


.start{
	padding-top: 70px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	min-height: 700px;
}

@media (max-width: 1024px){
	.start{
		padding-top: 120px;
	}
}

.start .background{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.start .packshot{
	position: relative;
	top: 60px;
}

.start .title h2{
	display: flex;
	flex-direction: column;
	font-size: 2.2rem;
	font-weight: 400;
}

.start .title h2 .name{
	font-size: 1.6rem;
	padding-bottom: 15px;
}

@media (max-width: 768px){
	header{
		top: 40px;
	}


	  .start {
    background-image: url("../img/bg-header-mobile.jpg?v1.1");
    background-position: center; 

  }
	.start:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 200%;
/*		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);*/
	}
	.start .title{
		position: relative;
		z-index: 10;
		text-align: center;
	}
	.start .title h2{
		font-size: 1.8rem;
	}
	.start .title h2 .name{
		font-size: 1.1rem;
	}
	.start .packshot{
		position: relative;
		z-index: 10;
	}

	.start{
	min-height: 700px;
}

.start{
	display: block;
}



}

.steps {
  padding: 50px 0;
}
.steps .line {
  position: absolute;
  width: calc(100% - 250px);
  height: 2px;
  background: #ededed;
  position: absolute;
  top: 62.5px;
  left: 125px;
  border-radius: 15px;
  overflow: hidden;
}
.steps .line .primary-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  height: 2px;
  background: #30d8ff;
  border-radius: 15px;
  animation: changeWidth 4s normal forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}
.steps .line .secondary-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0082fa;
  border-radius: 15px;
  animation: changeWidth 4s normal forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-delay: 100ms;
}
.steps .icon {
  width: 125px;
  height: 125px;
  border-radius: 900px;
  margin: 0 auto 30px;
  box-shadow: 0px 0px 30px 0px rgba(6, 6, 6, 0.15);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
}
.steps .counter {
  font-size: 1.8rem;
  font-weight: 500;
}
.steps h4 {
  font-size: 1.1rem;
  color: #0082fa;
  font-weight: 400;
}
.steps p {
  font-size: 1rem;
  padding-top: 15px;
}

@keyframes changeWidth {
  100% {
    width: 100%;
  }
}

.products {
  padding: 60px 0;
  background: #f7f7f7;
}

.products .products-carousel .owl-nav{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: -50px;
	width: 100%;
}

.products .products-carousel .owl-nav button{
	width: 50px;
	height: 50px;
	background: #8552fd;
	color: #fff;
	border-radius: 900px;
	box-shadow: 0px 0px 30px 0px rgba(6, 6, 6, 0.1);
	transition: all 150ms ease-in-out;
}

.products .products-carousel .owl-nav button.disabled{
	opacity: 0 !important;
	pointer-events: none !important;
}

.products .products-carousel .owl-nav button.owl-prev{
	position: absolute;
	left: 25px;
	top: 0;
}

.products .products-carousel .owl-nav button.owl-next{
	position: absolute;
	right: -75px;
	top: 0;
}

.products .products-carousel .item{
	background: #0082fa;
	position: relative;
	padding: 15px 0 30px 0;
	border-radius: 15px;
	box-shadow: 0px 0px 30px 0px rgba(6, 6, 6, 0.1);
	transition: all 150ms ease-in-out;
}

.products .products-carousel .item .thumb{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 75%;
}

.products .products-carousel .item .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	width: 90%;
	height: 90%;
}

.products .products-carousel .item:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 15px;
	transition: all 150ms ease-in-out;
}

.products .products-carousel .item:hover:after {
	height: calc(100% - 5px);
}

.products .products-carousel .item .thumb,
.products .products-carousel .item .details {
	position: relative;
	z-index: 5;
}

.products .products-carousel .item a:hover{
	text-decoration: none;
}

.products .products-carousel .item a .details h3{
	font-size: 1rem;
	font-weight: 300;
	color: #000;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.5;
	height: 3.2rem;
	overflow: hidden;
	margin: 5px 0 0;
	padding: 0;
}

.products .products-carousel .item a .details .value{
	font-size: 1.6rem;
	color: #000;
	font-weight: 600;
	display: flex;
	justify-content: center;
	text-align: center;
	align-content: center;
	align-items: center;
	position: relative;
	top: -5px;
}

.products .products-carousel .item a .cta{
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: -18.5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 6;
	color: #fff;
	background: #0082fa;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: .8rem;
	transition: all 150ms ease-in-out;
	box-shadow: 0px 0px 30px 0px rgba(6, 6, 6, 0.15);
}

.products .products-carousel .item a .cta i{
	position: relative;
	top: .5px;
}

.products .products-carousel .item a:hover .cta{ 
	background: #fff;
	color: #0082fa;
}

.products .products-carousel .owl-stage-outer{
	overflow: visible;
}

.products .products-carousel .owl-stage-outer .owl-stage{
	overflow: visible;
}

.products .products-carousel .owl-stage-outer .owl-stage .owl-item{
	height: 100%;
	opacity: .2;
	filter: blur(3px);
	pointer-events: none;
}

.products .products-carousel .owl-stage-outer .owl-stage .owl-item.active{
	opacity: 1;
	filter: blur(0);
	pointer-events: all;
}

.form {
  padding: 60px 0 100px;
}
.form .form-parent {
  padding: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}

footer {
  padding: 60px 0;
  background: #f7f7f7;
}

footer .socials{
	background: #fff;
	border-radius: 900px;
	padding: 15px 30px;
	display: flex;
	flex-direction: row;
	margin: 0;
}

footer .socials li{
	list-style-type: none;
	font-size: 14px;
}

@media (max-width: 768px){
	.steps .line{
		display: none;
	}
}